mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_add_radio_item(\"Proceed Enfield (SEAD)\", 5, \"all\"); mission.trig.func[1]=nil;",
            [2] = "a_add_radio_item(\"Proceed Springfield (CAP)\", 7, \"all\"); mission.trig.func[2]=nil;",
            [3] = "a_set_flag(1);a_out_text_delay(\"Objective Complete. Transports have been destroyed. You may RTB\", 20); mission.trig.func[3]=nil;",
            [4] = "a_out_text_delay(\"Mission Complete..\", 15); mission.trig.func[4]=nil;",
            [5] = "a_remove_radio_item(\"Proceed Enfield (SEAD)\", \"all\"); mission.trig.func[5]=nil;",
            [6] = "a_remove_radio_item(\"Proceed Springfield (CAP)\", \"all\"); mission.trig.func[6]=nil;",
            [7] = "a_activate_group(\"USA CAP2\");a_out_text_delay(\"Springfield (CAP) has gone down. Scrambling reinforcements\", 15); mission.trig.func[7]=nil;",
            [8] = "a_out_text_delay(\"Enfield (SEAD) has failed.  \", 15); mission.trig.func[8]=nil;",
            [9] = "a_set_flag(20); mission.trig.func[9]=nil;",
            [10] = "a_out_text_delay(\"CAP has succeeded. Russian bandits destroyed. Proceed with Caution\", 14); mission.trig.func[10]=nil;",
        }, -- end of ["actions"]
        ["events"] = 
        {
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_flag_is_true(3) )",
            [2] = "return(c_flag_is_true(4) )",
            [3] = "return(c_unit_dead(42) and c_unit_dead(43) and c_unit_dead(44) and c_unit_dead(45) and c_unit_dead(46) and c_unit_dead(47) and c_unit_dead(48) and c_unit_dead(49) )",
            [4] = "return(c_flag_is_true(1) and c_unit_speed_lower(59, 50) and c_unit_altitude_lower(59, 600) )",
            [5] = "return(c_flag_is_true(5) )",
            [6] = "return(c_flag_is_true(7) )",
            [7] = "return(c_group_dead(\"USA CAP\") )",
            [8] = "return(c_group_dead(\"USA SEAD\") and c_flag_is_false(20) )",
            [9] = "return(c_group_dead(\"2S6 Tunguska 16\") and c_group_dead(\"2S6 Tunguska 17\") )",
            [10] = "return(c_group_dead(\"New Airplane Group #001\") )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
                [1] = "return(c_flag_is_true(1) )",
            }, -- end of ["conditions"]
            ["actions"] = 
            {
                [1] = "a_set_mission_result(100)",
            }, -- end of ["actions"]
            ["func"] = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["blue"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["red"]
    }, -- end of ["result"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at8000"]
            ["at2000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at2000"]
            ["atGround"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["atGround"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["at2000"] = 0,
            ["atGround"] = 0,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["temperature"] = 17,
            ["iseason"] = 4,
        }, -- end of ["season"]
        ["name_localize"] = 
        {
            ["ru"] = "Ясно",
        }, -- end of ["name_localize"]
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Clear",
        ["fog"] = 
        {
            ["density"] = 0,
            ["visibility"] = 1000,
            ["thickness"] = 0,
        }, -- end of ["fog"]
        ["qnh"] = 770,
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 0,
            ["density"] = 1,
            ["base"] = 0,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["triggers"] = 
    {
        ["zones"] = 
        {
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 798224.08035714,
        ["zoom"] = 500000,
        ["centerX"] = -73390.813616072,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 11,
            [2] = 8,
            [3] = 13,
            [4] = 5,
            [5] = 16,
            [6] = 6,
            [7] = 15,
            [8] = 12,
            [9] = 9,
            [10] = 10,
            [11] = 3,
            [12] = 4,
            [13] = 2,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 18,
            [2] = 17,
            [3] = 0,
            [4] = 19,
            [5] = 1,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "TASK: Battlefield Air Interdiction\
\
Recent diplomatic relations have caused a wide spread panic to the Russian government. \
\
Forces are gathered together south of Georgievsk preparing for an attack on our units stationed at the fields of Ekaterinogradskaya.\
\
",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["goals"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["score"] = 100,
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["comment"] = "WIN",
        }, -- end of [1]
    }, -- end of ["goals"]
    ["pictureFileNameB"] = 
    {
        [1] = "title{D30B714E-4B88-4057-B5B7-FAE4FBC66A66}.jpg",
        [2] = "TG1{6E1DEE1B-2E98-494d-AD83-EB99F0F4E9D8}.jpg",
    }, -- end of ["pictureFileNameB"]
    ["descriptionBlueTask"] = "The Russians have Transports providing provisions located to the West of the invading force. \
\
Attrite these transports to prevent them from receiving well needed supplies.\
\
SEAD and CAP units are on call to assist.\
\
You will be supported by JTAC unit: \
Shaba (M1043 HMMWV Armament) at 30 MHz FM \
\
Flight 225.00 AM UHF \
\
Allied Flights\
Enfield: 2xF-16 SEAD\
Springfield: 2xF-15 CAP\
\
Known threats-\
2x SA-19\
2x Su-27\
\
Good Luck!\
",
    ["descriptionRedTask"] = "",
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 795403.67855943,
                ["x"] = -70460.218930293,
            }, -- 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"] = 16,
                    ["name"] = "Georgia",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 6,
                    ["name"] = "Germany",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 15,
                    ["name"] = "Israel",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [9]
                [10] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- end of [10]
                [11] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [11]
                [12] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [12]
                [13] = 
                {
                    ["name"] = "USA",
                    ["id"] = 2,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 797248.74720199,
                                            ["x"] = -79372.012134088,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 19,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 797248.74720199,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Vehicle 60",
                                        ["unitId"] = 60,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -79372.012134088,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 797275.34430032,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Vehicle 61",
                                        ["unitId"] = 61,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -79396.355395178,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 797274.98028888,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Vehicle 62",
                                        ["unitId"] = 62,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -79365.943760963,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 797226.07535984,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Vehicle 63",
                                        ["unitId"] = 63,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -79400.89097709,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 797248.74720199,
                                ["x"] = -79372.012134088,
                                ["name"] = "M2A2 Platoon 19",
                                ["start_time"] = 0,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 796180.75945524,
                                            ["x"] = -83088.193580682,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 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]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 20,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 796180.75945524,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Vehicle 64",
                                        ["unitId"] = 64,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -83088.193580682,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 796200.52527327,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Vehicle 65",
                                        ["unitId"] = 65,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -83091.245209392,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 796210.40818228,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Vehicle 66",
                                        ["unitId"] = 66,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -83092.771023747,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 796220.29109129,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Vehicle 67",
                                        ["unitId"] = 67,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -83094.296838102,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 796180.75945524,
                                ["x"] = -83088.193580682,
                                ["name"] = "M2A2 Platoon 20",
                                ["start_time"] = 0,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 802873.7091113,
                                                ["x"] = -86199.187411501,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 800000,
                                                ["x"] = -85888.921875,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 800000,
                                                ["x"] = -85888.921875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 780000,
                                                ["x"] = -78559.514602812,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 807726.68191458,
                                                ["x"] = -84977.795710869,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 802873.7091113,
                                                ["x"] = -86199.187411501,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 780000,
                                                ["x"] = -78559.514602812,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 767559.12048733,
                                                ["x"] = -78272.910347614,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 767559.12048733,
                                                ["x"] = -78272.910347614,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 767559.12048733,
                                                ["x"] = -78272.910347614,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 807726.68191458,
                                            ["x"] = -84977.795710869,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 3,
                                                                    }, -- 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"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 802873.7091113,
                                            ["x"] = -86199.187411501,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 800000,
                                            ["x"] = -85888.921875,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 780000,
                                            ["x"] = -78559.514602812,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 767559.12048733,
                                            ["x"] = -78272.910347614,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 10,
                                            ["action"] = "Rank",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["name"] = "",
                                                            ["auto"] = false,
                                                            ["id"] = "FireAtPoint",
                                                            ["valid"] = true,
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["y"] = 757329.5944556,
                                                                ["x"] = -79234.244760499,
                                                                ["zoneRadius"] = 200,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 21,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 807726.68191458,
                                        ["type"] = "M-109",
                                        ["name"] = "Vehicle 68",
                                        ["unitId"] = 68,
                                        ["heading"] = -1.8173546693297,
                                        ["skill"] = "High",
                                        ["x"] = -84977.795710869,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 807696.73500153,
                                        ["type"] = "M-109",
                                        ["name"] = "Vehicle 69",
                                        ["unitId"] = 69,
                                        ["heading"] = -1.8173546693297,
                                        ["skill"] = "High",
                                        ["x"] = -84962.04190502,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 807720.91870433,
                                        ["type"] = "M-109",
                                        ["name"] = "Vehicle 70",
                                        ["unitId"] = 70,
                                        ["heading"] = -1.8173546693297,
                                        ["skill"] = "High",
                                        ["x"] = -84949.58604218,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 807706.29181709,
                                        ["type"] = "M-109",
                                        ["name"] = "Vehicle 71",
                                        ["unitId"] = 71,
                                        ["heading"] = -1.8173546693297,
                                        ["skill"] = "High",
                                        ["x"] = -85005.00313494,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 807726.68191458,
                                ["x"] = -84977.795710869,
                                ["name"] = "M109 Battery 21",
                                ["start_time"] = 0,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 804023.19619208,
                                                ["x"] = -89083.134709808,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 800000,
                                                ["x"] = -85888.921875,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 800000,
                                                ["x"] = -85888.921875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 780000,
                                                ["x"] = -78556.631939261,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 767562.40278317,
                                                ["x"] = -78221.136022595,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 767562.40278317,
                                                ["x"] = -78221.136022595,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 780000,
                                                ["x"] = -78556.631939261,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 767562.40278317,
                                                ["x"] = -78221.136022595,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 183,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 804023.19619208,
                                            ["x"] = -89083.134709808,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 4,
                                                                    }, -- 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"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 800000,
                                            ["x"] = -85888.921875,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 780000,
                                            ["x"] = -78556.631939261,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 767562.40278317,
                                            ["x"] = -78221.136022595,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 10,
                                            ["action"] = "Rank",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["name"] = "",
                                                            ["auto"] = false,
                                                            ["id"] = "FireAtPoint",
                                                            ["valid"] = true,
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["y"] = 757329.5944556,
                                                                ["x"] = -79234.244760499,
                                                                ["zoneRadius"] = 200,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 22,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 804023.19619208,
                                        ["type"] = "M-109",
                                        ["name"] = "Vehicle 72",
                                        ["unitId"] = 72,
                                        ["heading"] = -0.8997558879992,
                                        ["skill"] = "High",
                                        ["x"] = -89083.134709808,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 804042.9620101,
                                        ["type"] = "M-109",
                                        ["name"] = "Vehicle 73",
                                        ["unitId"] = 73,
                                        ["heading"] = -0.8997558879992,
                                        ["skill"] = "High",
                                        ["x"] = -89086.186338518,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 804052.84491912,
                                        ["type"] = "M-109",
                                        ["name"] = "Vehicle 74",
                                        ["unitId"] = 74,
                                        ["heading"] = -0.8997558879992,
                                        ["skill"] = "High",
                                        ["x"] = -89087.712152873,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 804062.72782813,
                                        ["type"] = "M-109",
                                        ["name"] = "Vehicle 75",
                                        ["unitId"] = 75,
                                        ["heading"] = -0.8997558879992,
                                        ["skill"] = "High",
                                        ["x"] = -89089.237967228,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 804023.19619208,
                                ["x"] = -89083.134709808,
                                ["name"] = "M109 Battery 22",
                                ["start_time"] = 0,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 803394.62476351,
                                                ["x"] = -79368.848995523,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 801394.62476351,
                                                ["x"] = -77740.277566951,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 813097.56393844,
                                                ["x"] = -81020.65007828,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 813097.56393844,
                                                ["x"] = -81020.65007828,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 201,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 803394.62476351,
                                            ["x"] = -79368.848995523,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 20,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 5,
                                                                    }, -- 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"] = 193,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 128.95973109811,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 801394.62476351,
                                            ["x"] = -77740.277566951,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 20,
                                            ["action"] = "Off 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"] = 23,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 803394.62476351,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Vehicle 76",
                                        ["unitId"] = 76,
                                        ["heading"] = -0.88740508130739,
                                        ["skill"] = "High",
                                        ["x"] = -79368.848995523,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 803364.67785046,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Vehicle 77",
                                        ["unitId"] = 77,
                                        ["heading"] = -0.88740508130739,
                                        ["skill"] = "High",
                                        ["x"] = -79353.095189673,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 803394.62476351,
                                ["x"] = -79368.848995523,
                                ["name"] = "HUMMVV Armed 23",
                                ["start_time"] = 0,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 804578.9463645,
                                                ["x"] = -83231.751390262,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 801495.50875959,
                                                ["x"] = -78677.626813706,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 801495.50875959,
                                                ["x"] = -78677.626813706,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 801495.50875959,
                                                ["x"] = -78677.626813706,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 804578.9463645,
                                            ["x"] = -83231.751390262,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 20,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 801495.50875959,
                                            ["x"] = -78677.626813706,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 20,
                                            ["action"] = "Off 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"] = 24,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 804578.9463645,
                                        ["type"] = "M 818",
                                        ["name"] = "Vehicle 78",
                                        ["unitId"] = 78,
                                        ["heading"] = -0.59516683006551,
                                        ["skill"] = "High",
                                        ["x"] = -83231.751390262,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 804548.99945145,
                                        ["type"] = "M 818",
                                        ["name"] = "Vehicle 79",
                                        ["unitId"] = 79,
                                        ["heading"] = -0.59516683006551,
                                        ["skill"] = "High",
                                        ["x"] = -83215.997584412,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 804573.18315424,
                                        ["type"] = "M 818",
                                        ["name"] = "Vehicle 80",
                                        ["unitId"] = 80,
                                        ["heading"] = -0.59516683006551,
                                        ["skill"] = "High",
                                        ["x"] = -83203.541721572,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 804558.55626701,
                                        ["type"] = "M 818",
                                        ["name"] = "Vehicle 81",
                                        ["unitId"] = 81,
                                        ["heading"] = -0.59516683006551,
                                        ["skill"] = "High",
                                        ["x"] = -83258.958814332,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 804578.9463645,
                                ["x"] = -83231.751390262,
                                ["name"] = "M818 Platoon 24",
                                ["start_time"] = 0,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 808282.71799721,
                                                ["x"] = -86650.373544454,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 807448.79972578,
                                                ["x"] = -85849.110078161,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 807448.79972578,
                                                ["x"] = -85849.110078161,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 807448.79972578,
                                                ["x"] = -85849.110078161,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 808282.71799721,
                                            ["x"] = -86650.373544454,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 20,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 807448.79972578,
                                            ["x"] = -85849.110078161,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 20,
                                            ["action"] = "Off 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"] = 25,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 808282.71799721,
                                        ["type"] = "M 818",
                                        ["name"] = "Vehicle 82",
                                        ["unitId"] = 82,
                                        ["heading"] = -0.80536564740257,
                                        ["skill"] = "High",
                                        ["x"] = -86650.373544454,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 808252.77108416,
                                        ["type"] = "M 818",
                                        ["name"] = "Vehicle 83",
                                        ["unitId"] = 83,
                                        ["heading"] = -0.80536564740257,
                                        ["skill"] = "High",
                                        ["x"] = -86634.619738604,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 808276.95478695,
                                        ["type"] = "M 818",
                                        ["name"] = "Vehicle 84",
                                        ["unitId"] = 84,
                                        ["heading"] = -0.80536564740257,
                                        ["skill"] = "High",
                                        ["x"] = -86622.163875764,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 808262.32789972,
                                        ["type"] = "M 818",
                                        ["name"] = "Vehicle 85",
                                        ["unitId"] = 85,
                                        ["heading"] = -0.80536564740257,
                                        ["skill"] = "High",
                                        ["x"] = -86677.580968524,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 808282.71799721,
                                ["x"] = -86650.373544454,
                                ["name"] = "M818 Platoon 25",
                                ["start_time"] = 0,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 798083.41406495,
                                            ["x"] = -84309.019644779,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 6,
                                                                    }, -- 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"] = 26,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 798083.41406495,
                                        ["type"] = "Vulcan",
                                        ["name"] = "Vehicle 86",
                                        ["unitId"] = 86,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -84309.019644779,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 798083.41406495,
                                ["x"] = -84309.019644779,
                                ["name"] = "M163 Vulcan 26",
                                ["start_time"] = 0,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 806900.02090037,
                                            ["x"] = -84782.5444282,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 7,
                                                                    }, -- 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"] = 27,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 806900.02090037,
                                        ["type"] = "Vulcan",
                                        ["name"] = "Vehicle 87",
                                        ["unitId"] = 87,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -84782.5444282,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 806900.02090037,
                                ["x"] = -84782.5444282,
                                ["name"] = "M163 Vulcan 27",
                                ["start_time"] = 0,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 801051.44346159,
                                            ["x"] = -86171.116948252,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 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 [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 28,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 801051.44346159,
                                        ["type"] = "M1097 Avenger",
                                        ["name"] = "Vehicle 88",
                                        ["unitId"] = 88,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -86171.116948252,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 801051.44346159,
                                ["x"] = -86171.116948252,
                                ["name"] = "M1097 Avenger 28",
                                ["start_time"] = 0,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 205,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 794117.96427368,
                                            ["x"] = -81860.218930295,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 10,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetCallsign",
                                                                    ["params"] = 
                                                                    {
                                                                        ["number"] = 1,
                                                                        ["callname"] = 11,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                        [3] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 3,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetFrequency",
                                                                    ["params"] = 
                                                                    {
                                                                        ["modulation"] = 1,
                                                                        ["frequency"] = 30000000,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [3]
                                                        [4] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 4,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetInvisible",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [4]
                                                        [5] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "FAC_AttackGroup",
                                                            ["valid"] = true,
                                                            ["number"] = 5,
                                                            ["params"] = 
                                                            {
                                                                ["designation"] = "Auto",
                                                                ["groupId"] = 16,
                                                                ["groupName"] = "2S6 Tunguska 16",
                                                                ["weaponType"] = 1073741822,
                                                                ["datalink"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [5]
                                                        [6] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "FAC_AttackGroup",
                                                            ["valid"] = true,
                                                            ["number"] = 6,
                                                            ["params"] = 
                                                            {
                                                                ["designation"] = "Auto",
                                                                ["groupId"] = 17,
                                                                ["groupName"] = "2S6 Tunguska 17",
                                                                ["weaponType"] = 1073741822,
                                                                ["datalink"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [6]
                                                        [7] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "FAC_AttackGroup",
                                                            ["valid"] = true,
                                                            ["number"] = 7,
                                                            ["params"] = 
                                                            {
                                                                ["designation"] = "Auto",
                                                                ["groupId"] = 12,
                                                                ["groupName"] = "Ural375 Platoon 12",
                                                                ["weaponType"] = 1073741822,
                                                                ["datalink"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [7]
                                                        [8] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "FAC_AttackGroup",
                                                            ["valid"] = true,
                                                            ["number"] = 8,
                                                            ["params"] = 
                                                            {
                                                                ["designation"] = "Auto",
                                                                ["groupId"] = 13,
                                                                ["groupName"] = "Ural375 Platoon 13",
                                                                ["weaponType"] = 1073741822,
                                                                ["datalink"] = true,
                                                            }, -- end of ["params"]
                                                        }, -- end of [8]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 30,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 794117.96427368,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Vehicle 90",
                                        ["unitId"] = 90,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -81860.218930295,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 794137.73009171,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Vehicle 91",
                                        ["unitId"] = 91,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -81863.270559004,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 794117.96427368,
                                ["x"] = -81860.218930295,
                                ["name"] = "HUMMVV Armed 30",
                                ["start_time"] = 0,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 801147.3517842,
                                            ["x"] = -82542.812839743,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 11,
                                                                    }, -- 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"] = 33,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 801147.3517842,
                                        ["type"] = "Vulcan",
                                        ["name"] = "Vehicle 92",
                                        ["unitId"] = 92,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -82542.812839743,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 801147.3517842,
                                ["x"] = -82542.812839743,
                                ["name"] = "M163 Vulcan 33",
                                ["start_time"] = 0,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 799057.53155067,
                                            ["x"] = -81274.049968917,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 12,
                                                                    }, -- 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"] = 34,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 799057.53155067,
                                        ["type"] = "Vulcan",
                                        ["name"] = "Vehicle 93",
                                        ["unitId"] = 93,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -81274.049968917,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 799057.53155067,
                                ["x"] = -81274.049968917,
                                ["name"] = "M163 Vulcan 34",
                                ["start_time"] = 0,
                            }, -- end of [13]
                            [14] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 802313.51127166,
                                            ["x"] = -82579.583451996,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 13,
                                                                    }, -- 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"] = 35,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 802313.51127166,
                                        ["type"] = "M1097 Avenger",
                                        ["name"] = "Vehicle 94",
                                        ["unitId"] = 94,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -82579.583451996,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 802313.51127166,
                                ["x"] = -82579.583451996,
                                ["name"] = "M1097 Avenger 35",
                                ["start_time"] = 0,
                            }, -- end of [14]
                            [15] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 799657.82535477,
                                            ["x"] = -82399.129549064,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 14,
                                                                    }, -- 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"] = 36,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 799657.82535477,
                                        ["type"] = "M1097 Avenger",
                                        ["name"] = "Vehicle 95",
                                        ["unitId"] = 95,
                                        ["heading"] = 4.8655687495641,
                                        ["skill"] = "High",
                                        ["x"] = -82399.129549064,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 799657.82535477,
                                ["x"] = -82399.129549064,
                                ["name"] = "M1097 Avenger 36",
                                ["start_time"] = 0,
                            }, -- end of [15]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = 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"] = 28,
                                            ["y"] = 833605.25,
                                            ["x"] = -84066,
                                            ["name"] = "",
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 2,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "All",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2222.1795806885,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Fly Over Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["ETA"] = 163.734131431,
                                            ["airdromeId"] = 0,
                                            ["y"] = 808889.39284514,
                                            ["x"] = -90574.504644579,
                                            ["name"] = "FENCE",
                                            ["speed"] = 152.77777777778,
                                            ["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"] = 3048,
                                            ["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"] = 404.3582493208,
                                            ["y"] = 772186.73731274,
                                            ["x"] = -92662.81618907,
                                            ["name"] = "IP",
                                            ["speed"] = 152.77777777778,
                                            ["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"] = 406.908,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["ETA"] = 696.50600672841,
                                            ["airdromeId"] = 27,
                                            ["y"] = 738117.96427371,
                                            ["x"] = -72860.218930294,
                                            ["name"] = "TGT Transports",
                                            ["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"] = 2000,
                                            ["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"] = 963.23597863705,
                                            ["y"] = 776330.01785714,
                                            ["x"] = -72309.840401786,
                                            ["name"] = "Egress",
                                            ["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 [5]
                                        [6] = 
                                        {
                                            ["alt"] = 154,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1392.9035107499,
                                            ["airdromeId"] = 28,
                                            ["y"] = 834453.14285714,
                                            ["x"] = -83454.571428571,
                                            ["name"] = "",
                                            ["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"] = 37,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "184th FS Arkansas ANG, Fort Smith (FS)",
                                        ["onboard_num"] = "72",
                                        ["parking"] = 34,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -1.8282839439599,
                                        ["callsign"] = 
                                        {
                                            [1] = 8,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Pontiac11",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 1.8282839439599,
                                        ["y"] = 833605.25,
                                        ["x"] = -84066,
                                        ["name"] = "Player",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "LAU_88_AGM_65H_2_L",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "4023",
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 59,
                                        ["skill"] = "Player",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "184th FS Arkansas ANG, Fort Smith (FS)",
                                        ["onboard_num"] = "72",
                                        ["parking"] = 32,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -1.8282839439599,
                                        ["callsign"] = 
                                        {
                                            [1] = 8,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Pontiac12",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 1.8282839439599,
                                        ["y"] = 833466.25,
                                        ["x"] = -83958.5078125,
                                        ["name"] = "Pilot #3",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "LAU_88_AGM_65H_2_L",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{CBU-87}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{5335D97A-35A5-4643-9D9B-026C75961E52}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "4023",
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 101,
                                        ["skill"] = "High",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 833605.25,
                                ["x"] = -84066,
                                ["name"] = "Alfa",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 225,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "SEAD",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = 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"] = 28,
                                            ["y"] = 834181.0625,
                                            ["x"] = -84018.8125,
                                            ["speed"] = 164.44444444444,
                                            ["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"] = 2000,
                                            ["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"] = 159.97320131716,
                                            ["y"] = 808144.30357143,
                                            ["x"] = -80259.840401786,
                                            ["speed"] = 164.44444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["name"] = "Flag on 3",
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Script",
                                                                    ["params"] = 
                                                                    {
                                                                        ["command"] = "trigger.setUserFlag(3, true)",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Orbit",
                                                                    ["params"] = 
                                                                    {
                                                                        ["altitude"] = 2000,
                                                                        ["pattern"] = "Race-Track",
                                                                        ["speed"] = 138.88888888889,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "5",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2000,
                                            ["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"] = 209.41469469039,
                                            ["y"] = 807972.875,
                                            ["x"] = -88388.411830357,
                                            ["speed"] = 164.44444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["key"] = "SEAD",
                                                            ["auto"] = false,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air Defence",
                                                                }, -- 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 [3]
                                        [4] = 
                                        {
                                            ["alt"] = 2000,
                                            ["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"] = 537.71549455086,
                                            ["y"] = 755432.24998797,
                                            ["x"] = -75974.50464458,
                                            ["speed"] = 164.44444444444,
                                            ["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"] = 2000,
                                            ["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"] = 848.1509226382,
                                            ["y"] = 802980.33904922,
                                            ["x"] = -94554.563281237,
                                            ["speed"] = 164.44444444444,
                                            ["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"] = 154,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1088.4354514339,
                                            ["airdromeId"] = 28,
                                            ["y"] = 834453.14285714,
                                            ["x"] = -83454.571428571,
                                            ["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"] = 38,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "usaf f16 standard-1",
                                        ["onboard_num"] = "22",
                                        ["parking"] = 69,
                                        ["speed"] = 164.44444444444,
                                        ["heading"] = -1.427415286222,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Enfield11",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 1.427415286222,
                                        ["y"] = 834181.0625,
                                        ["x"] = -84018.8125,
                                        ["name"] = "Pilot #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3104",
                                            ["flare"] = 30,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "F-16A",
                                        ["start_type"] = 3,
                                        ["unitId"] = 96,
                                        ["skill"] = "High",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "usaf f16 standard-1",
                                        ["onboard_num"] = "35",
                                        ["parking"] = 70,
                                        ["speed"] = 164.44444444444,
                                        ["heading"] = -1.427415286222,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Enfield12",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 1.427415286222,
                                        ["y"] = 834389.3125,
                                        ["x"] = -83991.9609375,
                                        ["name"] = "Pilot #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3104",
                                            ["flare"] = 30,
                                            ["chaff"] = 60,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "F-16A",
                                        ["start_type"] = 3,
                                        ["unitId"] = 97,
                                        ["skill"] = "High",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 834181.0625,
                                ["x"] = -84018.8125,
                                ["name"] = "USA SEAD",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 225,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["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"] = 28,
                                            ["y"] = 834076.9375,
                                            ["x"] = -84032.2421875,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["condition"] = 
                                                                {
                                                                    ["userFlag"] = "7",
                                                                }, -- end of ["condition"]
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "EngageTargets",
                                                                    ["params"] = 
                                                                    {
                                                                        ["targetTypes"] = 
                                                                        {
                                                                            [1] = "Air",
                                                                        }, -- end of ["targetTypes"]
                                                                        ["priority"] = 0,
                                                                        ["maxDistEnabled"] = true,
                                                                        ["maxDist"] = 27750,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2000,
                                            ["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"] = 144.71741287226,
                                            ["y"] = 810544.30357143,
                                            ["x"] = -80488.411830357,
                                            ["speed"] = 164.44444444444,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["name"] = "Set Flag 4",
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Script",
                                                                    ["params"] = 
                                                                    {
                                                                        ["command"] = "trigger.setUserFlag(4, true)",
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "ControlledTask",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["task"] = 
                                                                {
                                                                    ["id"] = "Orbit",
                                                                    ["params"] = 
                                                                    {
                                                                        ["altitude"] = 2000,
                                                                        ["pattern"] = "Race-Track",
                                                                        ["speed"] = 138.88888888889,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["task"]
                                                                ["stopCondition"] = 
                                                                {
                                                                    ["userFlag"] = "7",
                                                                }, -- end of ["stopCondition"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2000,
                                            ["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"] = 193.847003009,
                                            ["y"] = 810087.42857142,
                                            ["x"] = -88554.571428571,
                                            ["speed"] = 164.44444444444,
                                            ["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"] = 2000,
                                            ["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"] = 533.26034515718,
                                            ["y"] = 755710.28571427,
                                            ["x"] = -75968.857142858,
                                            ["speed"] = 164.44444444444,
                                            ["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"] = 154,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1102.7650287667,
                                            ["airdromeId"] = 28,
                                            ["y"] = 834453.14285714,
                                            ["x"] = -83454.571428571,
                                            ["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 [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 39,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "19th Fighter SQN (AK)",
                                        ["onboard_num"] = "15",
                                        ["parking"] = 68,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -1.4213272923515,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Springfield11",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 1.4213272923515,
                                        ["y"] = 834076.9375,
                                        ["x"] = -84032.2421875,
                                        ["name"] = "Pilot #4",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "6103",
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "F-15C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 102,
                                        ["skill"] = "Random",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "19th Fighter SQN (AK)",
                                        ["onboard_num"] = "20",
                                        ["parking"] = 71,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -1.4213272923515,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Springfield12",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 1.4213272923515,
                                        ["y"] = 834443.375,
                                        ["x"] = -83985.4296875,
                                        ["name"] = "Pilot #5",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "6103",
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "F-15C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 103,
                                        ["skill"] = "Random",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 834076.9375,
                                ["x"] = -84032.2421875,
                                ["name"] = "USA CAP",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 225,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 154,
                                            ["type"] = "TakeOff",
                                            ["action"] = "From Runway",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 10800,
                                            ["airdromeId"] = 28,
                                            ["y"] = 834453.14285714,
                                            ["x"] = -83454.571428571,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["enabled"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAP",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- 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"] = 3048,
                                            ["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"] = 11239.688776032,
                                            ["y"] = 755595.99999994,
                                            ["x"] = -77483.142857146,
                                            ["speed"] = 179.86111111111,
                                            ["ETA_locked"] = false,
                                            ["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"] = 43,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 154,
                                        ["heading"] = -1.495215933756,
                                        ["alt_type"] = "BARO",
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Uzi11",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 1.495215933756,
                                        ["livery_id"] = "19th Fighter SQN (AK)",
                                        ["onboard_num"] = "77",
                                        ["type"] = "F-15C",
                                        ["y"] = 834453.14285714,
                                        ["x"] = -83454.571428571,
                                        ["name"] = "Pilot #8",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{02CAFD34-010A-4874-8506-4A7C89210353}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{33556742-C0F5-4643-BD8F-530B4DEC719B}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "6103",
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 138.88888888889,
                                        ["start_type"] = 2,
                                        ["unitId"] = 109,
                                        ["skill"] = "Random",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 154,
                                        ["heading"] = -1.495215933756,
                                        ["alt_type"] = "BARO",
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Uzi12",
                                        }, -- end of ["callsign"]
                                        ["psi"] = 1.495215933756,
                                        ["livery_id"] = "19th Fighter SQN (AK)",
                                        ["onboard_num"] = "78",
                                        ["type"] = "F-15C",
                                        ["y"] = 837138.85714285,
                                        ["x"] = -86297.428571428,
                                        ["name"] = "Pilot #9",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{D078E3E5-30C1-444e-A09E-6EEDCD334582}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{02CAFD34-010A-4874-8506-4A7C89210353}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{33556742-C0F5-4643-BD8F-530B4DEC719B}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{34271A1E-477E-4754-8C72-DF7C1855A782}",
                                                }, -- end of [11]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "6103",
                                            ["flare"] = 60,
                                            ["chaff"] = 120,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 138.88888888889,
                                        ["start_type"] = 2,
                                        ["unitId"] = 110,
                                        ["skill"] = "High",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 834453.14285714,
                                ["x"] = -83454.571428571,
                                ["name"] = "USA CAP2",
                                ["communication"] = true,
                                ["start_time"] = 10800,
                                ["frequency"] = 225,
                            }, -- end of [4]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 4.2760566673861,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 833544.01785714,
                                            ["speed"] = 0,
                                            ["x"] = -83877.840401786,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 44,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "LAV-25",
                                        ["unitId"] = 111,
                                        ["livery_id"] = "autumn",
                                        ["y"] = 833544.01785714,
                                        ["x"] = -83877.840401786,
                                        ["name"] = "New Static Object",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 4.2760566673861,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 833544.01785714,
                                ["x"] = -83877.840401786,
                                ["name"] = "New Static Object",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 4.2760566673861,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 833560.58928571,
                                            ["speed"] = 0,
                                            ["x"] = -83895.5546875,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 45,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "LAV-25",
                                        ["unitId"] = 112,
                                        ["livery_id"] = "autumn",
                                        ["y"] = 833560.58928571,
                                        ["x"] = -83895.5546875,
                                        ["name"] = "New Static Object #001",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 4.2760566673861,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 833560.58928571,
                                ["x"] = -83895.5546875,
                                ["name"] = "New Static Object #001",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 3.0194196059502,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 833688.01785714,
                                            ["speed"] = 0,
                                            ["x"] = -83980.697544643,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 46,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "LAV-25",
                                        ["unitId"] = 113,
                                        ["livery_id"] = "autumn",
                                        ["y"] = 833688.01785714,
                                        ["x"] = -83980.697544643,
                                        ["name"] = "New Static Object #002",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 3.0194196059502,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 833688.01785714,
                                ["x"] = -83980.697544643,
                                ["name"] = "New Static Object #002",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 2.9845130209103,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 833716.58928571,
                                            ["speed"] = 0,
                                            ["x"] = -83977.840401786,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 47,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "LAV-25",
                                        ["unitId"] = 114,
                                        ["livery_id"] = "autumn",
                                        ["y"] = 833716.58928571,
                                        ["x"] = -83977.840401786,
                                        ["name"] = "New Static Object #003",
                                        ["category"] = "Ground vehicles",
                                        ["heading"] = 2.9845130209103,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 833716.58928571,
                                ["x"] = -83977.840401786,
                                ["name"] = "New Static Object #003",
                                ["dead"] = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["heading"] = 4.2760566673861,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 833586.875,
                                            ["speed"] = 0,
                                            ["x"] = -83926.411830357,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 48,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "kazarma1",
                                        ["type"] = "Barracks 1",
                                        ["unitId"] = 115,
                                        ["y"] = 833586.875,
                                        ["x"] = -83926.411830357,
                                        ["name"] = "New Static Object #004",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.2760566673861,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 833586.875,
                                ["x"] = -83926.411830357,
                                ["name"] = "New Static Object #004",
                                ["dead"] = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["heading"] = 4.2760566673861,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 833620.58928571,
                                            ["speed"] = 0,
                                            ["x"] = -83957.268973214,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 49,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "kazarma1",
                                        ["type"] = "Barracks 1",
                                        ["unitId"] = 116,
                                        ["y"] = 833620.58928571,
                                        ["x"] = -83957.268973214,
                                        ["name"] = "New Static Object #005",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 4.2760566673861,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 833620.58928571,
                                ["x"] = -83957.268973214,
                                ["name"] = "New Static Object #005",
                                ["dead"] = false,
                            }, -- end of [6]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [13]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 735300.33904923,
                ["x"] = -85075.991852664,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "RED",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 18,
                    ["name"] = "Abkhazia",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 17,
                    ["name"] = "Insurgents",
                }, -- end of [2]
                [3] = 
                {
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 457.86209106445,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Fly Over Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 0,
                                            ["y"] = 727330.01785714,
                                            ["x"] = -71024.126116072,
                                            ["speed"] = 50,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "All",
                                                                }, -- 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"] = 457.86209106445,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Fly Over Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["ETA"] = 1044.3160441396,
                                            ["airdromeId"] = 0,
                                            ["y"] = 797881.71428566,
                                            ["x"] = -79197.428571432,
                                            ["speed"] = 50,
                                            ["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"] = 457.86209106445,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Fly Over Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 0,
                                            ["y"] = 746053.5596689,
                                            ["x"] = -75850.889005234,
                                            ["speed"] = 50,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 14,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 457.86209106445,
                                        ["type"] = "Mi-28N",
                                        ["alt_type"] = "BARO",
                                        ["unitId"] = 1,
                                        ["psi"] = -1.6861306173828,
                                        ["livery_id"] = "standard",
                                        ["skill"] = "High",
                                        ["y"] = 727330.01785714,
                                        ["x"] = -71024.126116072,
                                        ["name"] = "1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1200",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 50,
                                        ["heading"] = 1.6861306173828,
                                        ["callsign"] = 1,
                                        ["onboard_num"] = "85",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 457.86209106445,
                                        ["type"] = "Mi-28N",
                                        ["alt_type"] = "BARO",
                                        ["unitId"] = 2,
                                        ["psi"] = -1.6861306173828,
                                        ["livery_id"] = "standard",
                                        ["skill"] = "High",
                                        ["y"] = 727322.38878536,
                                        ["x"] = -71073.540661135,
                                        ["name"] = "2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1200",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 50,
                                        ["heading"] = 1.6861306173828,
                                        ["callsign"] = 2,
                                        ["onboard_num"] = "91",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 727330.01785714,
                                ["x"] = -71024.126116072,
                                ["name"] = "Mi-28N Flight 14",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 438.65725708008,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Fly Over Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 0,
                                            ["y"] = 727758.58928571,
                                            ["x"] = -64595.5546875,
                                            ["speed"] = 50,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "All",
                                                                }, -- 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"] = 438.65725708008,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Fly Over Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 0,
                                            ["y"] = 797820.81755016,
                                            ["x"] = -84722.072411282,
                                            ["speed"] = 50,
                                            ["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"] = 438.65725708008,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Fly Over Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 0,
                                            ["y"] = 745428.74535739,
                                            ["x"] = -69399.058907991,
                                            ["speed"] = 50,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 15,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 438.65725708008,
                                        ["type"] = "Mi-28N",
                                        ["alt_type"] = "BARO",
                                        ["unitId"] = 3,
                                        ["psi"] = -1.850530286382,
                                        ["livery_id"] = "night",
                                        ["skill"] = "High",
                                        ["y"] = 727758.58928571,
                                        ["x"] = -64595.5546875,
                                        ["name"] = "3",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1200",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 50,
                                        ["heading"] = 1.850530286382,
                                        ["callsign"] = 3,
                                        ["onboard_num"] = "34",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 438.65725708008,
                                        ["type"] = "Mi-28N",
                                        ["alt_type"] = "BARO",
                                        ["unitId"] = 4,
                                        ["psi"] = -1.850530286382,
                                        ["livery_id"] = "night",
                                        ["skill"] = "High",
                                        ["y"] = 727750.96021394,
                                        ["x"] = -64644.969232564,
                                        ["name"] = "4",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{57232979-8B0F-4db7-8D9A-55197E06B0F5}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1200",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 50,
                                        ["heading"] = 1.850530286382,
                                        ["callsign"] = 4,
                                        ["onboard_num"] = "60",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 727758.58928571,
                                ["x"] = -64595.5546875,
                                ["name"] = "Mi-28N Flight 15",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                    ["name"] = "Russia",
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 308,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 759737.48190636,
                                            ["x"] = -78654.563281237,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["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"] = 1,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 759737.48190636,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Vehicle 5",
                                        ["unitId"] = 5,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -78654.563281237,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 759710.88480803,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Vehicle 6",
                                        ["unitId"] = 6,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -78630.220020146,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 759711.24881947,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Vehicle 7",
                                        ["unitId"] = 7,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -78660.631654362,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 759737.48190636,
                                ["x"] = -78654.563281237,
                                ["name"] = "T-80UD Platoon 1",
                                ["start_time"] = 0,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 758644.43050117,
                                            ["x"] = -80191.199284076,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["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"] = 2,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 758644.43050117,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Vehicle 8",
                                        ["unitId"] = 8,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -80191.199284076,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 758624.66468314,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Vehicle 9",
                                        ["unitId"] = 9,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -80188.147655366,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 758614.78177413,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Vehicle 10",
                                        ["unitId"] = 10,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -80186.621841011,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 758644.43050117,
                                ["x"] = -80191.199284076,
                                ["name"] = "T-80UD Platoon 2",
                                ["start_time"] = 0,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 760135.55099807,
                                            ["x"] = -79451.97455904,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["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"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 760135.55099807,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Vehicle 11",
                                        ["unitId"] = 11,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -79451.97455904,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 760115.78518004,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Vehicle 12",
                                        ["unitId"] = 12,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -79448.92293033,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 760105.90227103,
                                        ["type"] = "T-80UD",
                                        ["name"] = "Vehicle 13",
                                        ["unitId"] = 13,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -79447.397115976,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 760135.55099807,
                                ["x"] = -79451.97455904,
                                ["name"] = "T-80UD Platoon 3",
                                ["start_time"] = 0,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 754569.50503742,
                                            ["x"] = -78059.248832385,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 4,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 754569.50503742,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Vehicle 14",
                                        ["unitId"] = 14,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -78059.248832385,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 754599.45195047,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Vehicle 15",
                                        ["unitId"] = 15,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -78075.002638235,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 754575.26824768,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Vehicle 16",
                                        ["unitId"] = 16,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -78087.458501074,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 754569.50503742,
                                ["x"] = -78059.248832385,
                                ["name"] = "BMP-3 Platoon 4",
                                ["start_time"] = 0,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 756076.26449676,
                                            ["x"] = -68322.762671397,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["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"] = 5,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 756076.26449676,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Vehicle 17",
                                        ["unitId"] = 17,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -68322.762671397,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 756049.66739843,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Vehicle 18",
                                        ["unitId"] = 18,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -68298.419410307,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 756050.03140987,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Vehicle 19",
                                        ["unitId"] = 19,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -68328.831044523,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 756076.26449676,
                                ["x"] = -68322.762671397,
                                ["name"] = "BMP-3 Platoon 5",
                                ["start_time"] = 0,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 753871.30924484,
                                            ["x"] = -75854.028230516,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["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"] = 6,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 753871.30924484,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Vehicle 20",
                                        ["unitId"] = 20,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -75854.028230516,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 753901.25615789,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Vehicle 21",
                                        ["unitId"] = 21,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -75869.782036366,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 753877.07245509,
                                        ["type"] = "BMP-3",
                                        ["name"] = "Vehicle 22",
                                        ["unitId"] = 22,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -75882.237899206,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 753871.30924484,
                                ["x"] = -75854.028230516,
                                ["name"] = "BMP-3 Platoon 6",
                                ["start_time"] = 0,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 753827.48180877,
                                                ["x"] = -79039.568648576,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 783537.73583459,
                                                ["x"] = -80000,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 753827.48180877,
                                            ["x"] = -79039.568648576,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["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"] = 7,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 753827.48180877,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 23",
                                        ["unitId"] = 23,
                                        ["heading"] = 1.6031116683987,
                                        ["skill"] = "High",
                                        ["x"] = -79039.568648576,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 753857.42872182,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 24",
                                        ["unitId"] = 24,
                                        ["heading"] = 1.6031116683987,
                                        ["skill"] = "High",
                                        ["x"] = -79055.322454426,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 753833.24501902,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 25",
                                        ["unitId"] = 25,
                                        ["heading"] = 1.6031116683987,
                                        ["skill"] = "High",
                                        ["x"] = -79067.778317266,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 753847.87190625,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 26",
                                        ["unitId"] = 26,
                                        ["heading"] = 1.6031116683987,
                                        ["skill"] = "High",
                                        ["x"] = -79012.361224506,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 753827.48180877,
                                ["x"] = -79039.568648576,
                                ["name"] = "2S19 Msta Battery 7",
                                ["start_time"] = 0,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 752801.19951385,
                                                ["x"] = -78660.273686767,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 759653.14285708,
                                                ["x"] = -75826.000000003,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 759653.14285708,
                                                ["x"] = -75826.000000003,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 762110.28571423,
                                                ["x"] = -77426.000000003,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 787102.72412562,
                                                ["x"] = -81890.06614157,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 787102.72412562,
                                                ["x"] = -81890.06614157,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 752801.19951385,
                                            ["x"] = -78660.273686767,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 300,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 741.50006682649,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 759653.14285708,
                                            ["x"] = -75826.000000003,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 295,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1034.7158750703,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 762110.28571423,
                                            ["x"] = -77426.000000003,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 10,
                                            ["action"] = "Rank",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["name"] = "",
                                                            ["auto"] = false,
                                                            ["id"] = "FireAtPoint",
                                                            ["valid"] = true,
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["y"] = 797248.74720199,
                                                                ["x"] = -79372.012134088,
                                                                ["zoneRadius"] = 200,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 8,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 752801.19951385,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 27",
                                        ["unitId"] = 27,
                                        ["heading"] = 1.1785824437528,
                                        ["skill"] = "High",
                                        ["x"] = -78660.273686767,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 752831.1464269,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 28",
                                        ["unitId"] = 28,
                                        ["heading"] = 1.1785824437528,
                                        ["skill"] = "High",
                                        ["x"] = -78676.027492617,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 752806.9627241,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 29",
                                        ["unitId"] = 29,
                                        ["heading"] = 1.1785824437528,
                                        ["skill"] = "High",
                                        ["x"] = -78688.483355456,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 752821.58961133,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 30",
                                        ["unitId"] = 30,
                                        ["heading"] = 1.1785824437528,
                                        ["skill"] = "High",
                                        ["x"] = -78633.066262697,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 752801.19951385,
                                ["x"] = -78660.273686767,
                                ["name"] = "2S19 Msta Battery 8",
                                ["start_time"] = 0,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 750029.04186967,
                                                ["x"] = -67312.670697675,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 763651.45210674,
                                                ["x"] = -73615.365342327,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 763651.45210674,
                                                ["x"] = -73615.365342327,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 785138.85714281,
                                                ["x"] = -78568.85714286,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 750029.04186967,
                                            ["x"] = -67312.670697675,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1500.9797482003,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 763651.45210674,
                                            ["x"] = -73615.365342327,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 10,
                                            ["action"] = "Off 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"] = 9,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 750029.04186967,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 31",
                                        ["unitId"] = 31,
                                        ["heading"] = 2.0041373824926,
                                        ["skill"] = "High",
                                        ["x"] = -67312.670697675,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 750002.44477134,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 32",
                                        ["unitId"] = 32,
                                        ["heading"] = 2.0041373824926,
                                        ["skill"] = "High",
                                        ["x"] = -67288.327436585,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 750002.80878278,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 33",
                                        ["unitId"] = 33,
                                        ["heading"] = 2.0041373824926,
                                        ["skill"] = "High",
                                        ["x"] = -67318.739070801,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 750051.71371183,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 34",
                                        ["unitId"] = 34,
                                        ["heading"] = 2.0041373824926,
                                        ["skill"] = "High",
                                        ["x"] = -67283.791854673,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 750029.04186967,
                                ["x"] = -67312.670697675,
                                ["name"] = "2S19 Msta Battery 9",
                                ["start_time"] = 0,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 755361.58194164,
                                                ["x"] = -69267.01726023,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 763537.8277008,
                                                ["x"] = -73583.460667095,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 763537.8277008,
                                                ["x"] = -73583.460667095,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 762281.71428566,
                                                ["x"] = -75483.142857146,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 786943.31567888,
                                                ["x"] = -79139.374220253,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 786943.31567888,
                                                ["x"] = -79139.374220253,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 755361.58194164,
                                            ["x"] = -69267.01726023,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 924.56843120913,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 763537.8277008,
                                            ["x"] = -73583.460667095,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 286,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1152.3098050283,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 762281.71428566,
                                            ["x"] = -75483.142857146,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 10,
                                            ["action"] = "Rank",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["name"] = "",
                                                            ["auto"] = false,
                                                            ["id"] = "FireAtPoint",
                                                            ["valid"] = true,
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["y"] = 797248.74720199,
                                                                ["x"] = -79372.012134088,
                                                                ["zoneRadius"] = 200,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 10,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 755361.58194164,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 35",
                                        ["unitId"] = 35,
                                        ["heading"] = 2.05653345234,
                                        ["skill"] = "High",
                                        ["x"] = -69267.01726023,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 755391.52885469,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 36",
                                        ["unitId"] = 36,
                                        ["heading"] = 2.05653345234,
                                        ["skill"] = "High",
                                        ["x"] = -69282.77106608,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 755367.3451519,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 37",
                                        ["unitId"] = 37,
                                        ["heading"] = 2.05653345234,
                                        ["skill"] = "High",
                                        ["x"] = -69295.22692892,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 755381.97203913,
                                        ["type"] = "SAU Msta",
                                        ["name"] = "Vehicle 38",
                                        ["unitId"] = 38,
                                        ["heading"] = 2.05653345234,
                                        ["skill"] = "High",
                                        ["x"] = -69239.80983616,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 755361.58194164,
                                ["x"] = -69267.01726023,
                                ["name"] = "2S19 Msta Battery 10",
                                ["start_time"] = 0,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 751253.14285708,
                                                ["x"] = -76397.428571432,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 751314.67159803,
                                                ["x"] = -76357.180541428,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [7] = 
                                            {
                                                ["y"] = 750892.125,
                                                ["x"] = -77216.96875,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 751314.6875,
                                                ["x"] = -76357.171875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 750979.1875,
                                                ["x"] = -77086.5390625,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 750949.3125,
                                                ["x"] = -77141.9609375,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 749960.6875,
                                                ["x"] = -78224.796875,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 749913.1875,
                                                ["x"] = -78274.8828125,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 750931.8125,
                                                ["x"] = -77168.1484375,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 749864.25,
                                                ["x"] = -78323.6171875,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                ["y"] = 750965.125,
                                                ["x"] = -77114.71875,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 750912.75,
                                                ["x"] = -77193.1875,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 749622.125,
                                                ["x"] = -78546.78125,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                ["y"] = 749813.9375,
                                                ["x"] = -78370.9609375,
                                            }, -- end of [11]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 749140.37810069,
                                                ["x"] = -78269.513011355,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 749140.37810069,
                                                ["x"] = -78269.513011355,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 749622.12866592,
                                                ["x"] = -78546.779053524,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 749140.37810069,
                                                ["x"] = -78269.513011355,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 341,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 751253.14285708,
                                            ["x"] = -76397.428571432,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 20,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 751314.67159803,
                                            ["x"] = -76357.180541428,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 20,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 749622.12866592,
                                            ["x"] = -78546.779053524,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 20,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 749140.37810069,
                                            ["x"] = -78269.513011355,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 20,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 11,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 751253.14285708,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Vehicle 39",
                                        ["unitId"] = 39,
                                        ["heading"] = 0.99152057264348,
                                        ["skill"] = "High",
                                        ["x"] = -76397.428571432,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 751233.37703905,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Vehicle 40",
                                        ["unitId"] = 40,
                                        ["heading"] = 0.99152057264348,
                                        ["skill"] = "High",
                                        ["x"] = -76394.376942723,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 751223.49413004,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Vehicle 41",
                                        ["unitId"] = 41,
                                        ["heading"] = 0.99152057264348,
                                        ["skill"] = "High",
                                        ["x"] = -76392.851128368,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 751253.14285708,
                                ["x"] = -76397.428571432,
                                ["name"] = "BTR-80 Platoon 11",
                                ["start_time"] = 0,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 742088.78415443,
                                                ["x"] = -73104.971311364,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 736498.44440369,
                                                ["x"] = -76104.555075835,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 736498.4375,
                                                ["x"] = -76104.5546875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 734919.6875,
                                                ["x"] = -73240.9296875,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 734874.25,
                                                ["x"] = -73153.625,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 734735.0625,
                                                ["x"] = -72857.3515625,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 733951,
                                                ["x"] = -71382.6328125,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 733749.625,
                                                ["x"] = -69964.6796875,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 734703.5,
                                                ["x"] = -72795.7421875,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 734853.1875,
                                                ["x"] = -73109.171875,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 734670.8125,
                                                ["x"] = -72734.6875,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                ["y"] = 733979.0625,
                                                ["x"] = -71467.2421875,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                ["y"] = 734896.4375,
                                                ["x"] = -73197.5546875,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 734794.9375,
                                                ["x"] = -72982.203125,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 733971,
                                                ["x"] = -71451.2265625,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 733964.125,
                                                ["x"] = -71434.6640625,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 734765.5625,
                                                ["x"] = -72919.515625,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 733958.5,
                                                ["x"] = -71417.65625,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 733954.125,
                                                ["x"] = -71400.28125,
                                            }, -- end of [15]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 738397.72302586,
                                                ["x"] = -68128.47056366,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 738397.72302586,
                                                ["x"] = -68128.47056366,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 733749.62364944,
                                                ["x"] = -69964.677428696,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 738397.72302586,
                                                ["x"] = -68128.47056366,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 742088.78415443,
                                            ["x"] = -73104.971311364,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 20,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 736498.44440369,
                                            ["x"] = -76104.555075835,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 20,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 733749.62364944,
                                            ["x"] = -69964.677428696,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 20,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 738397.72302586,
                                            ["x"] = -68128.47056366,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 20,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 12,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 742088.78415443,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Vehicle 42",
                                        ["unitId"] = 42,
                                        ["heading"] = -2.0632667124047,
                                        ["skill"] = "High",
                                        ["x"] = -73104.971311364,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 742069.0183364,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Vehicle 43",
                                        ["unitId"] = 43,
                                        ["heading"] = -2.0632667124047,
                                        ["skill"] = "High",
                                        ["x"] = -73101.919682654,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 742059.13542739,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Vehicle 44",
                                        ["unitId"] = 44,
                                        ["heading"] = -2.0632667124047,
                                        ["skill"] = "High",
                                        ["x"] = -73100.393868299,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 742049.25251838,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Vehicle 45",
                                        ["unitId"] = 45,
                                        ["heading"] = -2.0632667124047,
                                        ["skill"] = "High",
                                        ["x"] = -73098.868053944,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 742248.78415443,
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["name"] = "Unit #2",
                                        ["unitId"] = 100,
                                        ["heading"] = -2.0632667124047,
                                        ["skill"] = "High",
                                        ["x"] = -73264.971311364,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 742088.78415443,
                                ["x"] = -73104.971311364,
                                ["name"] = "Ural375 Platoon 12",
                                ["start_time"] = 0,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 735657.48861885,
                                                ["x"] = -73367.944971453,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 737875.11610993,
                                                ["x"] = -75030.440775158,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 737875.11610993,
                                                ["x"] = -75030.440775158,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 737875.11610993,
                                                ["x"] = -75030.440775158,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 735657.48861885,
                                            ["x"] = -73367.944971453,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 20,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 737875.11610993,
                                            ["x"] = -75030.440775158,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 20,
                                            ["action"] = "Off 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"] = 13,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 735657.48861885,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Vehicle 46",
                                        ["unitId"] = 46,
                                        ["heading"] = 2.2140882236581,
                                        ["skill"] = "High",
                                        ["x"] = -73367.944971453,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 735637.72280083,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Vehicle 47",
                                        ["unitId"] = 47,
                                        ["heading"] = 2.2140882236581,
                                        ["skill"] = "High",
                                        ["x"] = -73364.893342744,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 735627.83989181,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Vehicle 48",
                                        ["unitId"] = 48,
                                        ["heading"] = 2.2140882236581,
                                        ["skill"] = "High",
                                        ["x"] = -73363.367528389,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 735617.9569828,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Vehicle 49",
                                        ["unitId"] = 49,
                                        ["heading"] = 2.2140882236581,
                                        ["skill"] = "High",
                                        ["x"] = -73361.841714034,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 735817.48861885,
                                        ["type"] = "ZSU-23-4 Shilka",
                                        ["name"] = "Unit #1",
                                        ["unitId"] = 99,
                                        ["heading"] = 2.2140882236581,
                                        ["skill"] = "High",
                                        ["x"] = -73527.944971453,
                                    }, -- end of [5]
                                }, -- end of ["units"]
                                ["y"] = 735657.48861885,
                                ["x"] = -73367.944971453,
                                ["name"] = "Ural375 Platoon 13",
                                ["start_time"] = 0,
                            }, -- end of [13]
                            [14] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 298,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 757803.67855942,
                                            ["x"] = -72460.218930293,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 16,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 757803.67855942,
                                        ["type"] = "2S6 Tunguska",
                                        ["name"] = "Vehicle 50",
                                        ["unitId"] = 50,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -72460.218930293,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 757803.67855942,
                                ["x"] = -72460.218930293,
                                ["name"] = "2S6 Tunguska 16",
                                ["start_time"] = 0,
                            }, -- end of [14]
                            [15] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 757329.5944556,
                                            ["x"] = -79234.244760499,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 17,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 757329.5944556,
                                        ["type"] = "2S6 Tunguska",
                                        ["name"] = "Vehicle 51",
                                        ["unitId"] = 51,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -79234.244760499,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 757329.5944556,
                                ["x"] = -79234.244760499,
                                ["name"] = "2S6 Tunguska 17",
                                ["start_time"] = 0,
                            }, -- end of [15]
                            [16] = 
                            {
                                ["visible"] = false,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 763573.31746059,
                                            ["x"] = -73651.007210508,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 10,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 18,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 763573.31746059,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Vehicle 52",
                                        ["unitId"] = 52,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -73651.007210508,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 763553.55164257,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Vehicle 53",
                                        ["unitId"] = 53,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -73647.955581798,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 763543.66873356,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Vehicle 54",
                                        ["unitId"] = 54,
                                        ["heading"] = 1.7239760959743,
                                        ["skill"] = "High",
                                        ["x"] = -73646.429767443,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 763573.31746059,
                                ["x"] = -73651.007210508,
                                ["name"] = "BTR-80 Platoon 18",
                                ["start_time"] = 0,
                            }, -- end of [16]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 2000,
                                            ["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"] = 0,
                                            ["y"] = 705538.85714283,
                                            ["x"] = -51083.142857144,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                                ["maxDistEnabled"] = true,
                                                                ["maxDist"] = 27750,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2000,
                                            ["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"] = 388.28330292529,
                                            ["y"] = 758853.14285711,
                                            ["x"] = -59197.42857143,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "Orbit",
                                                            ["enabled"] = true,
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["altitude"] = 2000,
                                                                ["pattern"] = "Race-Track",
                                                                ["speed"] = 138.88888888889,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2000,
                                            ["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"] = 581.12001041404,
                                            ["y"] = 751767.42857139,
                                            ["x"] = -85026.000000002,
                                            ["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]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 40,
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 2000,
                                        ["type"] = "Su-27",
                                        ["alt_type"] = "BARO",
                                        ["unitId"] = 104,
                                        ["psi"] = -1.7218344425346,
                                        ["livery_id"] = "adf 148th savasleyka ab-1",
                                        ["skill"] = "Random",
                                        ["y"] = 705538.85714283,
                                        ["x"] = -51083.142857144,
                                        ["name"] = "Pilot #6",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "9400",
                                            ["flare"] = 96,
                                            ["chaff"] = 96,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = 1.7218344425346,
                                        ["callsign"] = 7,
                                        ["onboard_num"] = "77",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 2000,
                                        ["type"] = "Su-27",
                                        ["alt_type"] = "BARO",
                                        ["unitId"] = 105,
                                        ["psi"] = -1.7218344425346,
                                        ["livery_id"] = "adf 148th savasleyka ab-1",
                                        ["skill"] = "Random",
                                        ["y"] = 705578.85714283,
                                        ["x"] = -51123.142857144,
                                        ["name"] = "Pilot #7",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "9400",
                                            ["flare"] = 96,
                                            ["chaff"] = 96,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = 1.7218344425346,
                                        ["callsign"] = 8,
                                        ["onboard_num"] = "10",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 705538.85714283,
                                ["x"] = -51083.142857144,
                                ["name"] = "New Airplane Group #001",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 19,
                    ["name"] = "South Osetia",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 1,
                    ["name"] = "Ukraine",
                }, -- end of [5]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "Op. Starvation",
    ["version"] = 5,
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["seconds"] = 30,
                    ["group"] = 38,
                    ["zone"] = 2,
                    ["flag"] = 3,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 1327574429",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "all",
                    ["flag"] = 5,
                    ["radiotext"] = "Proceed Enfield (SEAD)",
                    ["predicate"] = "a_add_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 4,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 1327574429",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "all",
                    ["flag"] = 7,
                    ["radiotext"] = "Proceed Springfield (CAP)",
                    ["predicate"] = "a_add_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["eventlist"] = "",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["unit"] = 42,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_dead",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 43,
                }, -- end of [2]
                [3] = 
                {
                    ["unit"] = 44,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_dead",
                    ["zone"] = "",
                }, -- end of [3]
                [4] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 45,
                }, -- end of [4]
                [5] = 
                {
                    ["unit"] = 46,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_dead",
                    ["zone"] = "",
                }, -- end of [5]
                [6] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 47,
                }, -- end of [6]
                [7] = 
                {
                    ["unit"] = 48,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_dead",
                    ["zone"] = "",
                }, -- end of [7]
                [8] = 
                {
                    ["zone"] = "",
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 49,
                }, -- end of [8]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 20,
                    ["text"] = "Objective Complete. Transports have been destroyed. You may RTB",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 1327652118",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["speed"] = 50,
                    ["predicate"] = "c_unit_speed_lower",
                    ["unit"] = 59,
                }, -- end of [2]
                [3] = 
                {
                    ["altitude"] = 600,
                    ["coalitionlist"] = "",
                    ["zone"] = "",
                    ["predicate"] = "c_unit_altitude_lower",
                    ["unit"] = 59,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 15,
                    ["text"] = "Mission Complete..",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 1327652295",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 5,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["radiotext"] = "Proceed Enfield (SEAD)",
                    ["coalitionlist"] = "all",
                    ["predicate"] = "a_remove_radio_item",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 1327653506",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 7,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_true",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 1327653506",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["predicate"] = "a_remove_radio_item",
                    ["coalitionlist"] = "all",
                    ["radiotext"] = "Proceed Springfield (CAP)",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 39,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 43,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 15,
                    ["text"] = "Springfield (CAP) has gone down. Scrambling reinforcements",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 1327797364",
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 38,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["flag"] = 20,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_flag_is_false",
                    ["zone"] = "",
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 1327797364",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "Enfield (SEAD) has failed.  ",
                    ["seconds"] = 15,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 16,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 17,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [2]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["flag"] = 20,
                    ["predicate"] = "a_set_flag",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 1328005327",
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 40,
                    ["coalitionlist"] = "",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 1328087374",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "CAP has succeeded. Russian bandits destroyed. Proceed with Caution",
                    ["seconds"] = 14,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [10]
    }, -- end of ["trigrules"]
    ["currentKey"] = 31225,
    ["start_time"] = 8596800,
    ["forcedOptions"] = 
    {
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["TACAN_FAILURE_RECEIVER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118 receiver",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_RECEIVER",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_RECEIVER"]
        ["RADAR_ALTIMETR_RIGHT_ANT_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/APN-194 right antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RADAR_ALTIMETR_RIGHT_ANT_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RADAR_ALTIMETR_RIGHT_ANT_FAILURE"]
        ["sas_pitch_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS PITCH LEFT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_pitch_left",
            ["mm"] = 0,
        }, -- end of ["sas_pitch_left"]
        ["TGP_FAILURE_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TGP on left wing",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TGP_FAILURE_LEFT",
            ["mm"] = 0,
        }, -- end of ["TGP_FAILURE_LEFT"]
        ["CADC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TOTAL"]
        ["hydro_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-HYDRO",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_right",
            ["mm"] = 0,
        }, -- end of ["hydro_right"]
        ["AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V nose left sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT"]
        ["AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V tail left sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT"]
        ["AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V tail right sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT"]
        ["sas_yaw_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS YAW RIGHT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_yaw_right",
            ["mm"] = 0,
        }, -- end of ["sas_yaw_right"]
        ["IFFCC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "IFFCC",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["IFFCC_FAILURE_TOTAL"]
        ["hydro_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-HYDRO",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_left",
            ["mm"] = 0,
        }, -- end of ["hydro_left"]
        ["SADL_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SADL",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "SADL_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["SADL_FAILURE_TOTAL"]
        ["AAR_47_FAILURE_SENSOR_BOTTOM"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 bottom sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_BOTTOM",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_BOTTOM"]
        ["r_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-CONVERTER",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_conv",
            ["mm"] = 0,
        }, -- end of ["r_conv"]
        ["CLOCK_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Digital clock",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CLOCK_FAILURE",
            ["mm"] = 0,
        }, -- end of ["CLOCK_FAILURE"]
        ["AAR_47_FAILURE_SENSOR_TAIL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 tail sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_TAIL",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_TAIL"]
        ["TGP_FAILURE_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TGP on right wing",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TGP_FAILURE_RIGHT",
            ["mm"] = 0,
        }, -- end of ["TGP_FAILURE_RIGHT"]
        ["AAR_47_FAILURE_SENSOR_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 left sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_LEFT",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_LEFT"]
        ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V right main gear container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR"]
        ["TACAN_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_TOTAL"]
        ["l_gen"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-GENERATOR",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_gen",
            ["mm"] = 0,
        }, -- end of ["l_gen"]
        ["ILS_FAILURE_ANT_GLIDESLOPE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 glideslope antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_GLIDESLOPE",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_GLIDESLOPE"]
        ["AAR_47_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_TOTAL"]
        ["ILS_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_TOTAL"]
        ["CADC_FAILURE_TEMPERATURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC temperature sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TEMPERATURE",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TEMPERATURE"]
        ["l_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-CONVERTER",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_conv",
            ["mm"] = 0,
        }, -- end of ["l_conv"]
        ["CDU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CDU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CDU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CDU_FAILURE_TOTAL"]
        ["RADAR_ALTIMETR_LEFT_ANT_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/APN-194 left antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RADAR_ALTIMETR_LEFT_ANT_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RADAR_ALTIMETR_LEFT_ANT_FAILURE"]
        ["AN_ALE_40V_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_TOTAL"]
        ["AIRSPEED_INDICATOR_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Airspeed indicator",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AIRSPEED_INDICATOR_FAILURE",
            ["mm"] = 0,
        }, -- end of ["AIRSPEED_INDICATOR_FAILURE"]
        ["HUD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HUD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "HUD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["HUD_FAILURE"]
        ["sas_yaw_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS YAW LEFT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_yaw_left",
            ["mm"] = 0,
        }, -- end of ["sas_yaw_left"]
        ["IFFCC_FAILURE_GUN"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "GUN",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_GUN",
            ["mm"] = 0,
        }, -- end of ["IFFCC_FAILURE_GUN"]
        ["ILS_FAILURE_ANT_MARKER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 marker antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_MARKER",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_MARKER"]
        ["r_gen"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-GENERATOR",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_gen",
            ["mm"] = 0,
        }, -- end of ["r_gen"]
        ["ILS_FAILURE_ANT_LOCALIZER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 localizer antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_LOCALIZER",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_LOCALIZER"]
        ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V left main gear container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR"]
        ["sas_pitch_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS PITCH RIGHT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_pitch_right",
            ["mm"] = 0,
        }, -- end of ["sas_pitch_right"]
        ["VHF_FM_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "VHF FM radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "VHF_FM_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["VHF_FM_RADIO_FAILURE_TOTAL"]
        ["RIGHT_MFCD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right MFCD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RIGHT_MFCD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RIGHT_MFCD_FAILURE"]
        ["AAR_47_FAILURE_SENSOR_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 right sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_RIGHT"]
        ["CADC_FAILURE_IAS"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC IAS sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_IAS",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_IAS"]
        ["VHF_AM_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "VHF AM radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "VHF_AM_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["VHF_AM_RADIO_FAILURE_TOTAL"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "R-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V left wingtip container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING"]
        ["CADC_FAILURE_STATIC"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC static pressure sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_STATIC",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_STATIC"]
        ["AN_ALR69V_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR69V",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_TOTAL"]
        ["CADC_FAILURE_DYNAMIC"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC dynamic pressure sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_DYNAMIC",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_DYNAMIC"]
        ["AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V nose right sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT"]
        ["EGI_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "EGI",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "EGI_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["EGI_FAILURE_TOTAL"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "L-ENGINE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["UHF_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "UHF radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "UHF_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["UHF_RADIO_FAILURE_TOTAL"]
        ["LEFT_MFCD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left MFCD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "LEFT_MFCD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["LEFT_MFCD_FAILURE"]
        ["TACAN_FAILURE_TRANSMITTER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118 transmitter",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_TRANSMITTER",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_TRANSMITTER"]
        ["CADC_FAILURE_MACH"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC mach sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_MACH",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_MACH"]
        ["CICU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CICU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CICU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CICU_FAILURE_TOTAL"]
        ["CADC_FAILURE_PRESSURE_ALT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC pressure alt sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_PRESSURE_ALT",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_PRESSURE_ALT"]
        ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V right wingtip container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING"]
        ["CADC_FAILURE_BARO_ALT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC baro alt sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_BARO_ALT",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_BARO_ALT"]
        ["CADC_FAILURE_TAS"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC TAS sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TAS",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TAS"]
    }, -- end of ["failures"]
} -- end of mission
