mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_out_sound_g(8, getValueResourceByKey(\"ResKey_Action_9\"), 0); mission.trig.events[\"dead\"][1]=nil;",
            [2] = "a_explosion_unit(17, 1000); mission.trig.events[\"shot\"][2]=nil;",
        }, -- end of ["actions"]
        ["events"] = 
        {
            ["shot"] = 
            {
                [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            }, -- end of ["shot"]
            ["dead"] = 
            {
                [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            }, -- end of ["dead"]
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_group_dead(2) )",
            [2] = "return(c_cargo_unhooked_in_zone(17, 86) )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["requiredModules"] = 
    {
        ["SAM Sites Asset Pack"] = "SAM Sites Asset Pack",
        ["LLH Counter Insurgency"] = "LLH Counter Insurgency",
    }, -- end of ["requiredModules"]
    ["date"] = 
    {
        ["Year"] = 2016,
        ["Day"] = 10,
        ["Month"] = 7,
    }, -- end of ["date"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
                [1] = "return(c_dead_zone(86) )",
            }, -- 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"]
        ["total"] = 1,
        ["blue"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["red"]
    }, -- end of ["result"]
    ["groundControl"] = 
    {
        ["passwords"] = 
        {
            ["artillery_commander"] = 
            {
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
            }, -- end of ["instructor"]
            ["observer"] = 
            {
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
            }, -- end of ["forward_observer"]
        }, -- end of ["passwords"]
        ["roles"] = 
        {
            ["artillery_commander"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["instructor"]
            ["observer"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
                ["neutrals"] = 0,
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["forward_observer"]
        }, -- end of ["roles"]
        ["isPilotControlVehicles"] = false,
    }, -- end of ["groundControl"]
    ["maxDictId"] = 10,
    ["pictureFileNameN"] = 
    {
    }, -- end of ["pictureFileNameN"]
    ["goals"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["predicate"] = "c_dead_zone",
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 86,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["side"] = "OFFLINE",
            ["score"] = 100,
            ["predicate"] = "score",
            ["comment"] = "",
        }, -- end of [1]
    }, -- end of ["goals"]
    ["descriptionNeutralsTask"] = "DictKey_descriptionNeutralsTask_4",
    ["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,
        ["groundTurbulence"] = 0,
        ["enable_dust"] = false,
        ["season"] = 
        {
            ["temperature"] = 20,
        }, -- end of ["season"]
        ["type_weather"] = 0,
        ["modifiedTime"] = false,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 0,
            ["visibility"] = 0,
        }, -- end of ["fog"]
        ["dust_density"] = 0,
        ["qnh"] = 760,
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 200,
            ["density"] = 0,
            ["preset"] = "Preset2",
            ["base"] = 2500,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Syria",
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["radius"] = 2700.2232,
                ["zoneId"] = 86,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["properties"] = 
                {
                }, -- end of ["properties"]
                ["hidden"] = false,
                ["y"] = 255612.12765627,
                ["x"] = 88105.521790809,
                ["name"] = "New Trigger Zone-1",
                ["type"] = 0,
            }, -- end of [1]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 257641.50440191,
        ["zoom"] = 171167.42482461,
        ["centerX"] = 99005.014164529,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["neutrals"] = 
        {
            [1] = 18,
            [2] = 70,
            [3] = 83,
            [4] = 21,
            [5] = 23,
            [6] = 65,
            [7] = 24,
            [8] = 11,
            [9] = 86,
            [10] = 64,
            [11] = 25,
            [12] = 8,
            [13] = 63,
            [14] = 27,
            [15] = 81,
            [16] = 28,
            [17] = 76,
            [18] = 84,
            [19] = 26,
            [20] = 13,
            [21] = 29,
            [22] = 62,
            [23] = 30,
            [24] = 5,
            [25] = 78,
            [26] = 16,
            [27] = 6,
            [28] = 87,
            [29] = 31,
            [30] = 61,
            [31] = 32,
            [32] = 33,
            [33] = 60,
            [34] = 34,
            [35] = 35,
            [36] = 15,
            [37] = 69,
            [38] = 20,
            [39] = 36,
            [40] = 59,
            [41] = 37,
            [42] = 71,
            [43] = 79,
            [44] = 58,
            [45] = 57,
            [46] = 56,
            [47] = 55,
            [48] = 88,
            [49] = 38,
            [50] = 73,
            [51] = 39,
            [52] = 89,
            [53] = 54,
            [54] = 40,
            [55] = 77,
            [56] = 72,
            [57] = 41,
            [58] = 0,
            [59] = 42,
            [60] = 43,
            [61] = 44,
            [62] = 85,
            [63] = 75,
            [64] = 45,
            [65] = 19,
            [66] = 9,
            [67] = 53,
            [68] = 46,
            [69] = 22,
            [70] = 52,
            [71] = 10,
            [72] = 66,
            [73] = 51,
            [74] = 3,
            [75] = 4,
            [76] = 1,
            [77] = 74,
            [78] = 82,
            [79] = 50,
            [80] = 49,
            [81] = 48,
            [82] = 67,
        }, -- end of ["neutrals"]
        ["blue"] = 
        {
            [1] = 80,
            [2] = 12,
            [3] = 2,
            [4] = 7,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 17,
            [2] = 47,
            [3] = 68,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "DictKey_descriptionText_1",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["descriptionBlueTask"] = "DictKey_descriptionBlueTask_3",
    ["descriptionRedTask"] = "DictKey_descriptionRedTask_2",
    ["pictureFileNameB"] = 
    {
        [1] = "ResKey_ImageBriefing_10",
    }, -- end of ["pictureFileNameB"]
    ["coalition"] = 
    {
        ["neutrals"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 0,
                ["x"] = 0,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "neutrals",
            ["country"] = 
            {
            }, -- end of ["country"]
        }, -- end of ["neutrals"]
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 0,
                ["x"] = 0,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "blue",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 2,
                    ["name"] = "USA",
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 335,
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "CAS",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOffParkingHot",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 244890.484375,
                                            ["x"] = 77167.7109375,
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 37,
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 348.996,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 41.666666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 114.02586679427,
                                            ["ETA_locked"] = false,
                                            ["y"] = 240906.60394712,
                                            ["x"] = 79756.424293082,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 316.992,
                                            ["action"] = "Fly Over Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 20.041666666667,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 928.42967757035,
                                            ["ETA_locked"] = false,
                                            ["y"] = 256810.11976705,
                                            ["x"] = 83428.77850549,
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 8,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 335,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "The Air Pirates 1-211th ARB",
                                        ["skill"] = "Player",
                                        ["parking"] = "26",
                                        ["speed"] = 41.666666666667,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["CpgNVG"] = true,
                                            ["FlareSalvoInterval"] = 0,
                                            ["PltNVG"] = true,
                                            ["FlareProgramDelay"] = 0,
                                            ["FCR_RFI_removed"] = true,
                                            ["FlareSalvoCount"] = 0,
                                            ["FlareBurstCount"] = 0,
                                            ["FlareBurstInterval"] = 0,
                                            ["AIDisabled"] = false,
                                            ["TrackAirTargets"] = true,
                                            ["NetCrewControlPriority"] = 0,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "AH-64D_BLK_II",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["modulations"] = 
                                                {
                                                    [7] = 0,
                                                    [1] = 0,
                                                    [2] = 0,
                                                    [4] = 0,
                                                    [8] = 0,
                                                    [9] = 0,
                                                    [5] = 0,
                                                    [10] = 0,
                                                    [3] = 0,
                                                    [6] = 0,
                                                }, -- end of ["modulations"]
                                                ["channels"] = 
                                                {
                                                    [7] = 141,
                                                    [1] = 127.5,
                                                    [2] = 135,
                                                    [4] = 127,
                                                    [8] = 128,
                                                    [9] = 126,
                                                    [5] = 125,
                                                    [10] = 137,
                                                    [3] = 136,
                                                    [6] = 121,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["modulations"] = 
                                                {
                                                    [7] = 0,
                                                    [1] = 0,
                                                    [2] = 0,
                                                    [4] = 0,
                                                    [8] = 0,
                                                    [9] = 0,
                                                    [5] = 0,
                                                    [10] = 0,
                                                    [3] = 0,
                                                    [6] = 0,
                                                }, -- end of ["modulations"]
                                                ["channels"] = 
                                                {
                                                    [7] = 325,
                                                    [1] = 127.5,
                                                    [2] = 240,
                                                    [4] = 270,
                                                    [8] = 350,
                                                    [9] = 375,
                                                    [5] = 285,
                                                    [10] = 390,
                                                    [3] = 255,
                                                    [6] = 300,
                                                }, -- end of ["channels"]
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["modulations"] = 
                                                {
                                                }, -- end of ["modulations"]
                                                ["channels"] = 
                                                {
                                                    [7] = 30.035,
                                                    [1] = 30,
                                                    [2] = 30.01,
                                                    [4] = 30.02,
                                                    [8] = 30.04,
                                                    [9] = 30.045,
                                                    [5] = 30.025,
                                                    [10] = 30.05,
                                                    [3] = 30.015,
                                                    [6] = 30.03,
                                                }, -- end of ["channels"]
                                            }, -- end of [4]
                                            [3] = 
                                            {
                                                ["modulations"] = 
                                                {
                                                }, -- end of ["modulations"]
                                                ["channels"] = 
                                                {
                                                    [7] = 30.035,
                                                    [1] = 30,
                                                    [2] = 30.01,
                                                    [4] = 30.02,
                                                    [8] = 30.04,
                                                    [9] = 30.045,
                                                    [5] = 30.025,
                                                    [10] = 30.05,
                                                    [3] = 30.015,
                                                    [6] = 30.03,
                                                }, -- end of ["channels"]
                                            }, -- end of [3]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 18,
                                        ["psi"] = 0.99456386032667,
                                        ["parking_id"] = "15",
                                        ["x"] = 77167.7109375,
                                        ["name"] = "Rotary-1-1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}",
                                                }, -- end of [3]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}",
                                                }, -- end of [2]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 1438,
                                            ["flare"] = 60,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 30,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["y"] = 244890.484375,
                                        ["heading"] = -0.99456386032667,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Enfield11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "010",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 244890.484375,
                                ["x"] = 77167.7109375,
                                ["name"] = "Rotary-1",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["uncontrollable"] = false,
                                ["frequency"] = 127.5,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                }, -- end of [1]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 0,
                ["x"] = 0,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "red",
            ["country"] = 
            {
                [1] = 
                {
                    ["name"] = "Syria",
                    ["ship"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 253238.17587774,
                                            ["x"] = 87607.037637408,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 69.604276530871,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 254133.79292386,
                                            ["x"] = 87601.940770756,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["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"] = 109.98681467668,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 254694.57780555,
                                            ["x"] = 87611.609475613,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["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"] = 146.62559114692,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255013.64506582,
                                            ["x"] = 88008.02637474,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["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"] = 164.77888902476,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 254994.30765611,
                                            ["x"] = 88259.412701016,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 205.66235199159,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255381.05585038,
                                            ["x"] = 88675.167009856,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 217.08001492164,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255255.36268724,
                                            ["x"] = 88771.854058424,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 270.27950888255,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 254752.59003469,
                                            ["x"] = 88230.406586445,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 276.17461907608,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 254903.97554271,
                                            ["x"] = 88208.443820178,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 300.43258118459,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255178.01304839,
                                            ["x"] = 88404.443273867,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 325.01910816892,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255407.3912462,
                                            ["x"] = 88657.41317393,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 338.82910498834,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255219.06771329,
                                            ["x"] = 88693.793856424,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 382.35864026942,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 254796.40978432,
                                            ["x"] = 88261.505746794,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 389.37576297782,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 254892.71159093,
                                            ["x"] = 88246.525465767,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 424.0375867327,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255297.17917865,
                                            ["x"] = 88507.610363662,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 436.02936202528,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255220.13773337,
                                            ["x"] = 88655.273133783,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 436.02936202528,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255220.13773337,
                                            ["x"] = 88655.273133783,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 470.78694630453,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 254875.59126975,
                                            ["x"] = 88317.146790607,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 481.71706834988,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255016.83391943,
                                            ["x"] = 88261.505746794,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 518.88653564547,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255350.68018232,
                                            ["x"] = 88655.273133783,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 544.52951645655,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255099.30975009,
                                            ["x"] = 88402.969042037,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 13.88888,
                                            ["action"] = "Turning Point",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [21]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 3,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "speedboat",
                                        ["modulation"] = 0,
                                        ["unitId"] = 7,
                                        ["skill"] = "Good",
                                        ["y"] = 253238.17587774,
                                        ["x"] = 87607.037637408,
                                        ["name"] = "Naval-1-1",
                                        ["heading"] = 1.5764871649184,
                                        ["frequency"] = 127500000,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 253238.17587774,
                                ["x"] = 87607.037637408,
                                ["name"] = "Naval-1",
                                ["start_time"] = 0,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["ship"]
                    ["id"] = 47,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [6] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 255424.0903667,
                                                ["x"] = 88180.803336531,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 255364.47495332,
                                                ["x"] = 88320.068737061,
                                            }, -- end of [2]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 255801.2236908,
                                                ["x"] = 85097.569862432,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 255827.3023289,
                                                ["x"] = 85112.396206571,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 255835.27092103,
                                                ["x"] = 85118.369066321,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 255828.91441172,
                                                ["x"] = 85145.650683617,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 255602.84950709,
                                                ["x"] = 85745.122605485,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 255601.88175981,
                                                ["x"] = 85785.106300053,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 255644.06321935,
                                                ["x"] = 85494.677049949,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 255603.0000625,
                                                ["x"] = 85825.085906839,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 255837.79405564,
                                                ["x"] = 85122.597188986,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 255636.58658954,
                                                ["x"] = 85513.223999671,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                ["y"] = 255631.76934157,
                                                ["x"] = 85527.427477364,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                ["y"] = 255831.45230977,
                                                ["x"] = 85115.177968851,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 255837.36580541,
                                                ["x"] = 85127.526246893,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 255627.68956493,
                                                ["x"] = 85541.860227276,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 255623.29415602,
                                                ["x"] = 85561.368661114,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 255835.501223,
                                                ["x"] = 85132.159112491,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 255617.65568532,
                                                ["x"] = 85595.908184876,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 255608.05685042,
                                                ["x"] = 85675.322522558,
                                            }, -- end of [15]
                                            [19] = 
                                            {
                                                ["y"] = 255612.53590664,
                                                ["x"] = 85948.458191617,
                                            }, -- end of [19]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 255957.30648695,
                                                ["x"] = 85888.468463398,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 255618.37290561,
                                                ["x"] = 86008.119482795,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                ["y"] = 256003.00291704,
                                                ["x"] = 85924.406871485,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                ["y"] = 255621.74945485,
                                                ["x"] = 86011.585582568,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 255626.72217337,
                                                ["x"] = 86011.782570636,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 255631.68619712,
                                                ["x"] = 86011.196489596,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 255636.61403414,
                                                ["x"] = 86010.346879708,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 255641.46937746,
                                                ["x"] = 86009.161464053,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 255646.17148456,
                                                ["x"] = 86007.467483568,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 255655.00973836,
                                                ["x"] = 86002.815706968,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 255667.05179288,
                                                ["x"] = 85993.889444734,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 255731.49633209,
                                                ["x"] = 85938.586951839,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 255749.03663448,
                                                ["x"] = 85929.019115869,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 255877.99868242,
                                                ["x"] = 85889.503148136,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 255927.63463488,
                                                ["x"] = 85884.506148518,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 255962.10883086,
                                                ["x"] = 85889.858513437,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 255980.16194381,
                                                ["x"] = 85898.312013518,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 256036.71832425,
                                                ["x"] = 85991.369275735,
                                            }, -- end of [40]
                                            [33] = 
                                            {
                                                ["y"] = 255984.2035468,
                                                ["x"] = 85901.25371016,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 256042.2194889,
                                                ["x"] = 85999.71524211,
                                            }, -- end of [41]
                                            [17] = 
                                            {
                                                ["y"] = 255758.28165865,
                                                ["x"] = 85925.212346807,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 255892.75848896,
                                                ["x"] = 85886.841716657,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 255937.61548747,
                                                ["x"] = 85885.095932586,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 255966.82728703,
                                                ["x"] = 85891.510436826,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 255987.9823297,
                                                ["x"] = 85904.525015701,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 256048.18044205,
                                                ["x"] = 86007.745300675,
                                            }, -- end of [42]
                                            [9] = 
                                            {
                                                ["y"] = 255650.68939453,
                                                ["x"] = 86005.329223288,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 255659.15455203,
                                                ["x"] = 86000.020287933,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 255723.29807775,
                                                ["x"] = 85944.310680135,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 255740.08173291,
                                                ["x"] = 85933.465497923,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 255786.6913316,
                                                ["x"] = 85915.582941581,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 255907.65312531,
                                                ["x"] = 85885.092400886,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 255947.53031068,
                                                ["x"] = 85886.380386483,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 255971.43346752,
                                                ["x"] = 85893.453032014,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 255994.68487628,
                                                ["x"] = 85911.932282069,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 256053.24102117,
                                                ["x"] = 86013.469604512,
                                            }, -- end of [44]
                                            [31] = 
                                            {
                                                ["y"] = 255975.89193965,
                                                ["x"] = 85895.71376523,
                                            }, -- end of [31]
                                            [37] = 
                                            {
                                                ["y"] = 255997.60861347,
                                                ["x"] = 85915.987627505,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                ["y"] = 256007.92261749,
                                                ["x"] = 85933.11045753,
                                            }, -- end of [39]
                                            [35] = 
                                            {
                                                ["y"] = 255991.48341898,
                                                ["x"] = 85908.093569218,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                ["y"] = 255612.53358399,
                                                ["x"] = 85948.430870448,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 255853.68402138,
                                                ["x"] = 85895.302370527,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 255917.63607289,
                                                ["x"] = 85884.527289697,
                                            }, -- end of [23]
                                            [43] = 
                                            {
                                                ["y"] = 256051.37892757,
                                                ["x"] = 86011.584967832,
                                            }, -- end of [43]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [13] = 
                                            {
                                                ["y"] = 255801.22369558,
                                                ["x"] = 85097.569863888,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 248244.69090731,
                                                ["x"] = 82025.436792533,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 242239.57211412,
                                                ["x"] = 81141.179730678,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 245232.16268933,
                                                ["x"] = 81351.026958323,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 247500.67816646,
                                                ["x"] = 81811.235595748,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 251382.42526691,
                                                ["x"] = 83254.805206148,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 251681.66052072,
                                                ["x"] = 83381.447166464,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 247744.47035664,
                                                ["x"] = 81866.494111957,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 252182.37343703,
                                                ["x"] = 83554.583326129,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                ["y"] = 245331.26568716,
                                                ["x"] = 81364.317159405,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 247898.23479034,
                                                ["x"] = 81910.668599125,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 255234.39496879,
                                                ["x"] = 84793.937408105,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                ["y"] = 255149.73895286,
                                                ["x"] = 84750.855175477,
                                            }, -- end of [11]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 255808.11367493,
                                                ["x"] = 86711.752794961,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 256290.59818894,
                                                ["x"] = 86249.588450377,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                ["y"] = 255903.83253061,
                                                ["x"] = 87453.799848108,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                ["y"] = 256313.87053526,
                                                ["x"] = 86268.514401589,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 256338.13324524,
                                                ["x"] = 86286.152219672,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 256367.47322539,
                                                ["x"] = 86305.228499089,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 256419.43865264,
                                                ["x"] = 86335.209300309,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 256489.42823934,
                                                ["x"] = 86373.960128881,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 256492.75584149,
                                                ["x"] = 86377.559127086,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 256490.81846108,
                                                ["x"] = 86387.132479177,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 256194.67134999,
                                                ["x"] = 86954.463424267,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 256183.59532361,
                                                ["x"] = 86971.104200691,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 256161.10019435,
                                                ["x"] = 86997.907588822,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 256140.08585563,
                                                ["x"] = 86991.639871615,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 255814.53961897,
                                                ["x"] = 86698.735570748,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 255807.36509317,
                                                ["x"] = 86716.690942606,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 255823.51647644,
                                                ["x"] = 86910.872898496,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 255762.65773523,
                                                ["x"] = 88362.787610905,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 255731.13741521,
                                                ["x"] = 88423.861068007,
                                            }, -- end of [48]
                                            [33] = 
                                            {
                                                ["y"] = 255827.51802322,
                                                ["x"] = 86935.548107161,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 255755.80728047,
                                                ["x"] = 88397.104605564,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 255729.48948026,
                                                ["x"] = 88423.872981299,
                                            }, -- end of [49]
                                            [17] = 
                                            {
                                                ["y"] = 256156.9325785,
                                                ["x"] = 87000.580842093,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 255928.28673997,
                                                ["x"] = 86808.514485178,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 255810.99272177,
                                                ["x"] = 86702.200397759,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 255806.97318894,
                                                ["x"] = 86721.674717113,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 255892.95240728,
                                                ["x"] = 87294.529405651,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 255753.0107173,
                                                ["x"] = 88406.702810105,
                                            }, -- end of [42]
                                            [9] = 
                                            {
                                                ["y"] = 256492.61509759,
                                                ["x"] = 86382.464540376,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 256486.44300812,
                                                ["x"] = 86396.121854601,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 256189.35929602,
                                                ["x"] = 86962.934501715,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 256174.25914879,
                                                ["x"] = 86982.842377612,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 256152.11449027,
                                                ["x"] = 87000.587338058,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 255903.34584701,
                                                ["x"] = 86783.965002849,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 255809.30715457,
                                                ["x"] = 86706.89919566,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 255806.87946455,
                                                ["x"] = 86731.6719678,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 255905.1578843,
                                                ["x"] = 87408.845346727,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 255748.62570302,
                                                ["x"] = 88415.650320075,
                                            }, -- end of [44]
                                            [31] = 
                                            {
                                                ["y"] = 255807.6869339,
                                                ["x"] = 86746.6480229,
                                            }, -- end of [31]
                                            [46] = 
                                            {
                                                ["y"] = 255740.87535103,
                                                ["x"] = 88421.758553716,
                                            }, -- end of [46]
                                            [39] = 
                                            {
                                                ["y"] = 255895.62533432,
                                                ["x"] = 87528.342836145,
                                            }, -- end of [39]
                                            [43] = 
                                            {
                                                ["y"] = 255751.13464905,
                                                ["x"] = 88411.334593954,
                                            }, -- end of [43]
                                            [37] = 
                                            {
                                                ["y"] = 255905.22929179,
                                                ["x"] = 87428.841760013,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 255745.18342961,
                                                ["x"] = 88419.253999571,
                                            }, -- end of [45]
                                            [35] = 
                                            {
                                                ["y"] = 255903.93340371,
                                                ["x"] = 87388.886417924,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                ["y"] = 256053.16050131,
                                                ["x"] = 86013.386931081,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 256147.92694831,
                                                ["x"] = 86997.882519168,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 255819.36493198,
                                                ["x"] = 86698.400189625,
                                            }, -- end of [23]
                                            [47] = 
                                            {
                                                ["y"] = 255736.08852261,
                                                ["x"] = 88423.171309478,
                                            }, -- end of [47]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 255729.25278438,
                                                ["x"] = 88423.869084359,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 255704.38177295,
                                                ["x"] = 88421.363632072,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 255670.0133421,
                                                ["x"] = 88414.853935171,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 255604.98421127,
                                                ["x"] = 88389.313176699,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 255471.47031695,
                                                ["x"] = 88286.012699875,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 255462.70346305,
                                                ["x"] = 88273.845270262,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                ["y"] = 255583.02792556,
                                                ["x"] = 88377.365054106,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 255454.68456404,
                                                ["x"] = 88261.17038077,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                ["y"] = 255655.61634921,
                                                ["x"] = 88410.655761448,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 255561.74238342,
                                                ["x"] = 88364.258057647,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 255440.82993312,
                                                ["x"] = 88234.578688788,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 255435.07658573,
                                                ["x"] = 88220.729515565,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                ["y"] = 255537.06778137,
                                                ["x"] = 88347.201546794,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                ["y"] = 255430.06910363,
                                                ["x"] = 88206.590269466,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                ["y"] = 255684.64502713,
                                                ["x"] = 88418.147134745,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 255641.48121902,
                                                ["x"] = 88405.63953441,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 255517.30061119,
                                                ["x"] = 88331.900488789,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 255502.13283152,
                                                ["x"] = 88318.866740001,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 255623.02316511,
                                                ["x"] = 88397.946183241,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 255491.28021172,
                                                ["x"] = 88308.515445563,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 255481.01924338,
                                                ["x"] = 88297.576135694,
                                            }, -- end of [15]
                                            [19] = 
                                            {
                                                ["y"] = 255447.38670148,
                                                ["x"] = 88248.067566782,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 255422.43403045,
                                                ["x"] = 88181.366242276,
                                            }, -- end of [23]
                                        }, -- end of [5]
                                        [7] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 255207.01916296,
                                                ["x"] = 88269.081405872,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 255207.01916296,
                                                ["x"] = 88269.081405872,
                                            }, -- end of [2]
                                        }, -- end of [7]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 332,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 242239.430169,
                                            ["x"] = 81143.430870989,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 26.722222222222,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 289,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 543.79567679366,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255800.16124706,
                                            ["x"] = 85099.553224753,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 26.208333333333,
                                            ["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"] = 301,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 579.03294818011,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255610.83589142,
                                            ["x"] = 85948.588577663,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 26.208333333333,
                                            ["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"] = 267,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 602.75512571975,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 256052.29104355,
                                            ["x"] = 86014.291502084,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 25.180555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 249,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 754.34562782536,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255729.42089002,
                                            ["x"] = 88421.852052701,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 23.125,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 260,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 773.18524879863,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255424.0903667,
                                            ["x"] = 88180.803336531,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 22.097222222222,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 252,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 799.9842460524,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255364.47495332,
                                            ["x"] = 88320.068737061,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.6527777777778,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 2,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "ERO_Toyota_White",
                                        ["unitId"] = 3,
                                        ["skill"] = "High",
                                        ["y"] = 242239.430169,
                                        ["x"] = 81143.430870989,
                                        ["name"] = "Ground-1-1",
                                        ["heading"] = 1.5015405287882,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "ERO_Toyota_White",
                                        ["unitId"] = 4,
                                        ["skill"] = "Average",
                                        ["y"] = 242209.49331438,
                                        ["x"] = 81141.490248594,
                                        ["name"] = "Ground-1-2",
                                        ["heading"] = 1.5060630406242,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["type"] = "ERO_Toyota_White",
                                        ["unitId"] = 5,
                                        ["skill"] = "Average",
                                        ["y"] = 242179.55606352,
                                        ["x"] = 81139.550917498,
                                        ["name"] = "Ground-1-3",
                                        ["heading"] = 1.506106848172,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["type"] = "ERO_Toyota_White",
                                        ["unitId"] = 6,
                                        ["skill"] = "Average",
                                        ["y"] = 242149.61892518,
                                        ["x"] = 81137.609851471,
                                        ["name"] = "Ground-1-4",
                                        ["heading"] = 1.5060488956404,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 242239.430169,
                                ["x"] = 81143.430870989,
                                ["name"] = "Ground-1",
                                ["start_time"] = 0,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 249,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255228.82600143,
                                            ["x"] = 88261.846446385,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 4,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "HPGUralIsisZU23",
                                        ["unitId"] = 8,
                                        ["skill"] = "Average",
                                        ["y"] = 255228.82600143,
                                        ["x"] = 88261.846446385,
                                        ["name"] = "Ground-2-1",
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 255228.82600143,
                                ["x"] = 88261.846446385,
                                ["name"] = "Ground-2",
                                ["start_time"] = 0,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["uncontrollable"] = false,
                                ["task"] = "Ground Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 255329.08796896,
                                                ["x"] = 88281.962430007,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 255316.51035384,
                                                ["x"] = 88296.336847286,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 252,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 255328.52113602,
                                            ["x"] = 88283.49502636,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 0,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 6,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Soldier AK",
                                        ["unitId"] = 10,
                                        ["skill"] = "Average",
                                        ["y"] = 255328.52113602,
                                        ["x"] = 88283.49502636,
                                        ["name"] = "Ground-3-1",
                                        ["heading"] = 5.564355307558,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "Soldier AK",
                                        ["unitId"] = 11,
                                        ["skill"] = "Average",
                                        ["y"] = 255349.03067874,
                                        ["x"] = 88327.80026743,
                                        ["name"] = "Ground-3-2",
                                        ["heading"] = 5.564355307558,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["type"] = "Soldier AK",
                                        ["unitId"] = 12,
                                        ["skill"] = "Average",
                                        ["y"] = 255337.19964364,
                                        ["x"] = 88315.109589847,
                                        ["name"] = "Ground-3-3",
                                        ["heading"] = 5.564355307558,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["type"] = "Soldier AK",
                                        ["unitId"] = 13,
                                        ["skill"] = "Average",
                                        ["y"] = 255360.18875997,
                                        ["x"] = 88333.379308046,
                                        ["name"] = "Ground-3-4",
                                        ["heading"] = 5.564355307558,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["type"] = "Soldier AK",
                                        ["unitId"] = 14,
                                        ["skill"] = "Average",
                                        ["y"] = 255336.6328107,
                                        ["x"] = 88324.700800422,
                                        ["name"] = "Ground-3-5",
                                        ["heading"] = 5.564355307558,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["type"] = "Soldier AK",
                                        ["unitId"] = 15,
                                        ["skill"] = "Average",
                                        ["y"] = 255354.55665889,
                                        ["x"] = 88315.109589847,
                                        ["name"] = "Ground-3-6",
                                        ["heading"] = 5.564355307558,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["type"] = "Soldier AK",
                                        ["unitId"] = 16,
                                        ["skill"] = "Good",
                                        ["y"] = 255349.03067874,
                                        ["x"] = 88320.981440012,
                                        ["name"] = "Ground-3-7",
                                        ["heading"] = 5.564355307558,
                                        ["playerCanDrive"] = false,
                                    }, -- end of [7]
                                }, -- end of ["units"]
                                ["y"] = 255328.52113602,
                                ["x"] = 88283.49502636,
                                ["name"] = "Ground-3",
                                ["start_time"] = 0,
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 255153.67653265,
                                            ["speed"] = 0,
                                            ["x"] = 87807.097532979,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 5,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Air Defence",
                                        ["type"] = "ERO_ZU23_Toyota_armored",
                                        ["unitId"] = 9,
                                        ["rate"] = 6,
                                        ["y"] = 255153.67653265,
                                        ["x"] = 87807.097532979,
                                        ["name"] = "Static AAA ZU-23 Toyota armored technical-1-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 255153.67653265,
                                ["x"] = 87807.097532979,
                                ["name"] = "Static AAA ZU-23 Toyota armored technical-1",
                                ["dead"] = false,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 17,
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 255357.1109845,
                                            ["speed"] = 0,
                                            ["x"] = 88321.392362351,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 7,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["mass"] = 840,
                                        ["category"] = "Cargos",
                                        ["canCargo"] = true,
                                        ["shape_name"] = "m117_cargo",
                                        ["type"] = "m117_cargo",
                                        ["unitId"] = 17,
                                        ["rate"] = 100,
                                        ["y"] = 255357.1109845,
                                        ["x"] = 88321.392362351,
                                        ["name"] = "Static M117 bombs-1",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 255357.1109845,
                                ["x"] = 88321.392362351,
                                ["name"] = "Static M117 bombs-1",
                                ["dead"] = false,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                    ["name"] = "Insurgents",
                }, -- end of [2]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "DictKey_sortie_5",
    ["version"] = 20,
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 86,
                    ["group"] = 2,
                    ["predicate"] = "c_group_dead",
                    ["unit"] = 3,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "dead",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 8,
                    ["file"] = "ResKey_Action_9",
                    ["start_delay"] = 0,
                    ["predicate"] = "a_out_sound_g",
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "Trigger 1654421614",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["unitType"] = "ALL",
                    ["zone"] = 86,
                    ["numbombs"] = 1,
                    ["typebomb"] = 
                    {
                        [1] = 4,
                        [2] = 5,
                        [3] = 9,
                        [4] = 285,
                    }, -- end of ["typebomb"]
                    ["predicate"] = "c_cargo_unhooked_in_zone",
                    ["cargo"] = 17,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 1654443930",
            ["eventlist"] = "shot",
            ["actions"] = 
            {
                [1] = 
                {
                    ["volume"] = 1000,
                    ["predicate"] = "a_explosion_unit",
                    ["unit"] = 17,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [2]
    }, -- end of ["trigrules"]
    ["currentKey"] = 4584,
    ["start_time"] = 17700,
    ["forcedOptions"] = 
    {
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["APU_Fire"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "APU_Fire",
            ["mm"] = 0,
        }, -- end of ["APU_Fire"]
        ["LeftEngine_Fire"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "LeftEngine_Fire",
            ["mm"] = 0,
        }, -- end of ["LeftEngine_Fire"]
        ["RightEngine_Fire"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RightEngine_Fire",
            ["mm"] = 0,
        }, -- end of ["RightEngine_Fire"]
    }, -- end of ["failures"]
} -- end of mission
