mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_out_sound_g(1, getValueResourceByKey(\"ResKey_Action_300\")); mission.trig.func[1]=nil;",
            [2] = "a_out_sound_g(1, getValueResourceByKey(\"ResKey_Action_294\")); mission.trig.func[2]=nil;",
            [3] = "a_out_sound_g(1, getValueResourceByKey(\"ResKey_Action_301\")); mission.trig.func[3]=nil;",
            [4] = "a_out_sound_g(1, getValueResourceByKey(\"ResKey_Action_302\")); mission.trig.func[4]=nil;",
            [5] = "a_out_sound_g(1, getValueResourceByKey(\"ResKey_Action_303\")); mission.trig.func[5]=nil;",
            [6] = "a_set_ai_task(19, 1); mission.trig.func[6]=nil;",
            [7] = "a_activate_group(24);a_activate_group(25); mission.trig.func[7]=nil;",
            [8] = "a_out_sound_g(1, getValueResourceByKey(\"ResKey_Action_311\")); mission.trig.func[8]=nil;",
            [9] = "a_out_sound_g(1, getValueResourceByKey(\"ResKey_Action_310\")); mission.trig.func[9]=nil;",
        }, -- end of ["actions"]
        ["events"] = 
        {
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_time_after(180) )",
            [2] = "return(c_unit_in_zone(1, 612) )",
            [3] = "return(c_unit_in_zone(1, 765) )",
            [4] = "return(c_unit_in_zone(1, 918) )",
            [5] = "return(c_unit_in_zone(1, 919) )",
            [6] = "return(c_unit_in_zone(37, 153) )",
            [7] = "return(c_unit_in_zone(1, 459) )",
            [8] = "return(c_unit_in_zone(1, 1072) and c_unit_dead(40) or c_unit_in_zone(1, 1072) and c_unit_dead(41) )",
            [9] = "return(c_unit_in_zone(1, 1225) and c_unit_alive(1) and c_unit_damaged(40) or c_unit_in_zone(1, 1225) and c_unit_alive(1) and c_unit_damaged(41) )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["date"] = 
    {
        ["Day"] = 1,
        ["Year"] = 2012,
        ["Month"] = 4,
    }, -- end of ["date"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["total"] = 0,
        ["blue"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["red"]
    }, -- end of ["result"]
    ["maxDictId"] = 317,
    ["groundControl"] = 
    {
        ["isPilotControlVehicles"] = false,
        ["roles"] = 
        {
            ["artillery_commander"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["instructor"]
            ["observer"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["forward_observer"]
        }, -- end of ["roles"]
    }, -- end of ["groundControl"]
    ["usedModules"] = 
    {
        ["A-10C Warthog by Eagle Dynamics"] = true,
        ["M-2000C by RAZBAM Sims"] = true,
        ["SA342 AI by Polychop-Simulations"] = true,
        ["Hawk T.1A by VEAO Simulations"] = true,
        ["MiG-15bis AI by Eagle Dynamics"] = true,
        ["F-5E by Belsimtek"] = true,
        ["Combined Arms by Eagle Dynamics"] = true,
        ["F-86F Sabre by Belsimtek"] = true,
        ["F-15C"] = false,
        ["M-2000C AI by RAZBAM Sims"] = true,
        ["SA342 Gazelle by Polychop-Simulations"] = true,
        ["Ka-50 Black Shark by Eagle Dynamics"] = true,
        ["World War II AI Units by Eagle Dynamics"] = true,
        ["MiG-21Bis by Leatherneck Simulations"] = true,
        ["F-86F Sabre AI by Eagle Dynamics"] = true,
        ["TF-51D Mustang by Eagle Dynamics"] = true,
        ["Su-25T by Eagle Dynamics"] = true,
        ["Mi-8MTV2 Hip by Belsimtek"] = true,
        ["Bf 109 K-4 by Eagle Dynamics"] = true,
        ["A-10A by Eagle Dynamics"] = false,
        ["Su-27 Flanker by Eagle Dynamics"] = false,
        ["MiG-15bis by Belsimtek"] = true,
        ["UH-1H Huey by Belsimtek"] = true,
        ["C-101 Aviojet"] = true,
        ["Hawk T.1A AI by VEAO Simulations"] = true,
        ["F-5E/E-3 by Belsimtek"] = true,
        ["Su-25A by Eagle Dynamics"] = false,
        ["L-39C"] = true,
        ["L-39C/ZA by Eagle Dynamics"] = true,
        ["MiG-21Bis AI by Leatherneck Simulations"] = true,
        ["Caucasus"] = true,
        ["C-101 Aviojet by AvioDev"] = true,
        ["FW-190D9 Dora by Eagle Dynamics"] = true,
        ["P-51D Mustang by Eagle Dynamics"] = true,
        ["./CoreMods/aircraft/MQ-9 Reaper"] = true,
        ["AircraftWeaponPack"] = true,
        ["Flaming Cliffs by Eagle Dynamics"] = true,
    }, -- end of ["usedModules"]
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 808111.19642859,
                ["radius"] = 5000,
                ["zoneId"] = 153,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -218616.66294644,
                ["hidden"] = true,
                ["name"] = "ZoneTanks",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 803306.00000001,
                ["radius"] = 1000,
                ["zoneId"] = 459,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -220438.28571431,
                ["hidden"] = true,
                ["name"] = "Angriff1",
            }, -- end of [2]
            [3] = 
            {
                ["y"] = 814685.32473476,
                ["radius"] = 3000,
                ["zoneId"] = 612,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -190725.13526095,
                ["hidden"] = true,
                ["name"] = "Mitteilung",
            }, -- end of [3]
            [4] = 
            {
                ["y"] = 813319.32473472,
                ["radius"] = 3000,
                ["zoneId"] = 765,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -192080.2781181,
                ["hidden"] = true,
                ["name"] = "Mitteilung1",
            }, -- end of [4]
            [5] = 
            {
                ["y"] = 811286.57142866,
                ["radius"] = 3000,
                ["zoneId"] = 918,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -194248.85714291,
                ["hidden"] = true,
                ["name"] = "Mitteilung2",
            }, -- end of [5]
            [6] = 
            {
                ["y"] = 810029.42857151,
                ["radius"] = 3000,
                ["zoneId"] = 919,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -195606.00000003,
                ["hidden"] = true,
                ["name"] = "Mitteilung3",
            }, -- end of [6]
            [7] = 
            {
                ["y"] = 817460.28571449,
                ["radius"] = 4000,
                ["zoneId"] = 1072,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -212208.57142861,
                ["hidden"] = true,
                ["name"] = "Erledigt",
            }, -- end of [7]
            [8] = 
            {
                ["y"] = 823165.42857151,
                ["radius"] = 8000,
                ["zoneId"] = 1225,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -207394.85714289,
                ["hidden"] = true,
                ["name"] = "Ende",
            }, -- end of [8]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 2,
                ["dir"] = 71,
            }, -- end of ["at8000"]
            ["at2000"] = 
            {
                ["speed"] = 5,
                ["dir"] = 243,
            }, -- end of ["at2000"]
            ["atGround"] = 
            {
                ["speed"] = 1,
                ["dir"] = 160,
            }, -- end of ["atGround"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["season"] = 
        {
            ["temperature"] = 8,
        }, -- end of ["season"]
        ["name_localize"] = 
        {
            ["ru"] = "Облачность",
        }, -- end of ["name_localize"]
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Cloudy",
        ["fog"] = 
        {
            ["density"] = 0,
            ["visibility"] = 0,
            ["thickness"] = 0,
        }, -- end of ["fog"]
        ["groundTurbulence"] = 3,
        ["qnh"] = 755,
        ["visibility"] = 
        {
            ["distance"] = 70000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 300,
            ["density"] = 6,
            ["base"] = 1500,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["needModules"] = 
    {
        ["MiG-21Bis AI by Leatherneck Simulations"] = "MiG-21Bis AI by Leatherneck Simulations",
    }, -- end of ["needModules"]
    ["map"] = 
    {
        ["centerY"] = 755428.57142857,
        ["zoom"] = 500000,
        ["centerX"] = -182280.57142861,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 21,
            [2] = 23,
            [3] = 24,
            [4] = 11,
            [5] = 25,
            [6] = 8,
            [7] = 27,
            [8] = 28,
            [9] = 26,
            [10] = 13,
            [11] = 29,
            [12] = 30,
            [13] = 5,
            [14] = 16,
            [15] = 6,
            [16] = 31,
            [17] = 32,
            [18] = 33,
            [19] = 34,
            [20] = 35,
            [21] = 15,
            [22] = 20,
            [23] = 36,
            [24] = 37,
            [25] = 38,
            [26] = 12,
            [27] = 39,
            [28] = 40,
            [29] = 41,
            [30] = 42,
            [31] = 43,
            [32] = 44,
            [33] = 45,
            [34] = 9,
            [35] = 46,
            [36] = 22,
            [37] = 47,
            [38] = 10,
            [39] = 3,
            [40] = 4,
            [41] = 2,
            [42] = 7,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 18,
            [2] = 17,
            [3] = 0,
            [4] = 19,
            [5] = 1,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "DictKey_descriptionText_19",
    ["pictureFileNameR"] = 
    {
        [1] = "ResKey_ImageBriefing_313",
        [2] = "ResKey_ImageBriefing_314",
        [3] = "ResKey_ImageBriefing_315",
        [4] = "ResKey_ImageBriefing_316",
        [5] = "ResKey_ImageBriefing_317",
    }, -- end of ["pictureFileNameR"]
    ["descriptionBlueTask"] = "DictKey_descriptionBlueTask_21",
    ["descriptionRedTask"] = "DictKey_descriptionRedTask_20",
    ["pictureFileNameB"] = 
    {
    }, -- end of ["pictureFileNameB"]
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["seconds"] = 180,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_time_after",
                    ["zone"] = 459,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["number"] = 1,
                    ["modulation"] = false,
                    ["zone"] = 459,
                    ["flag"] = 1,
                    ["unit"] = 44,
                    ["clearview"] = false,
                    ["seconds"] = 15,
                    ["power"] = 50,
                    ["text"] = "DictKey_ActionText_297",
                    ["predicate"] = "a_out_sound_g",
                    ["loop"] = false,
                    ["file"] = "ResKey_Action_300",
                    ["group"] = 1,
                    ["KeyDict_text"] = "DictKey_ActionText_297",
                    ["KeyDict_radiotext"] = "",
                    ["radiotext"] = "",
                    ["frequency"] = 24000,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "Meldung",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["unit"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 612,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["number"] = 1,
                    ["modulation"] = false,
                    ["zone"] = 459,
                    ["group"] = 1,
                    ["in_cockpit_position_z"] = 0,
                    ["size_of_box_x"] = 0.1,
                    ["clearview"] = false,
                    ["size_of_box_z"] = 0.1,
                    ["power"] = 100,
                    ["highlight_id"] = 0,
                    ["text"] = "DictKey_ActionText_282",
                    ["KeyDict_text"] = "DictKey_ActionText_282",
                    ["unit"] = 44,
                    ["file"] = "ResKey_Action_294",
                    ["loop"] = false,
                    ["seconds"] = 12,
                    ["size_of_box_y"] = 0.1,
                    ["in_cockpit_position_y"] = 0,
                    ["in_cockpit_position_x"] = 1,
                    ["predicate"] = "a_out_sound_g",
                    ["frequency"] = 124000,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Mitteilung",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 765,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Mitteilung1",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["number"] = 1,
                    ["seconds"] = 14,
                    ["group"] = 1,
                    ["text"] = "DictKey_ActionText_289",
                    ["predicate"] = "a_out_sound_g",
                    ["unit"] = 44,
                    ["file"] = "ResKey_Action_301",
                    ["KeyDict_text"] = "DictKey_ActionText_289",
                    ["clearview"] = false,
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 918,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Mitteilung2",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["number"] = 1,
                    ["seconds"] = 12,
                    ["group"] = 1,
                    ["text"] = "DictKey_ActionText_290",
                    ["predicate"] = "a_out_sound_g",
                    ["unit"] = 44,
                    ["file"] = "ResKey_Action_302",
                    ["KeyDict_text"] = "DictKey_ActionText_290",
                    ["clearview"] = false,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 919,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Mitteilung 3",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["number"] = 1,
                    ["seconds"] = 14,
                    ["group"] = 1,
                    ["text"] = "DictKey_ActionText_291",
                    ["KeyDict_text"] = "DictKey_ActionText_291",
                    ["unit"] = 44,
                    ["file"] = "ResKey_Action_303",
                    ["predicate"] = "a_out_sound_g",
                    ["clearview"] = false,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 153,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 37,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Beleuchtung",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["number"] = 1,
                    ["unit"] = 37,
                    ["predicate"] = "a_set_ai_task",
                    ["set_ai_task"] = 
                    {
                        [1] = 19,
                        [2] = 1,
                    }, -- end of ["set_ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["zone"] = 459,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Angriff1",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 24,
                    ["number"] = 1,
                    ["predicate"] = "a_activate_group",
                    ["unit"] = 44,
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 25,
                    ["number"] = 1,
                    ["predicate"] = "a_activate_group",
                    ["unit"] = 44,
                }, -- end of [2]
            }, -- end of ["actions"]
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["unit"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 1072,
                }, -- end of [1]
                [2] = 
                {
                    ["unit"] = 40,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_dead",
                    ["zone"] = 459,
                }, -- end of [2]
                [3] = 
                {
                    ["predicate"] = "or",
                }, -- end of [3]
                [4] = 
                {
                    ["unit"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 1072,
                }, -- end of [4]
                [5] = 
                {
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 41,
                }, -- end of [5]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["number"] = 1,
                    ["coalitionlist"] = "red",
                    ["group"] = 1,
                    ["file"] = "ResKey_Action_311",
                    ["predicate"] = "a_out_sound_g",
                    ["unit"] = 44,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Erledigt",
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["unit"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 1225,
                }, -- end of [1]
                [2] = 
                {
                    ["unit"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_alive",
                    ["zone"] = 459,
                }, -- end of [2]
                [3] = 
                {
                    ["unit"] = 40,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_damaged",
                    ["zone"] = 459,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["unit"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 1225,
                }, -- end of [5]
                [6] = 
                {
                    ["unit"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_alive",
                    ["zone"] = 459,
                }, -- end of [6]
                [7] = 
                {
                    ["unit"] = 41,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_unit_damaged",
                    ["zone"] = 459,
                }, -- end of [7]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["number"] = 1,
                    ["coalitionlist"] = "red",
                    ["group"] = 1,
                    ["file"] = "ResKey_Action_310",
                    ["predicate"] = "a_out_sound_g",
                    ["unit"] = 44,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "Missionsende",
        }, -- end of [9]
    }, -- end of ["trigrules"]
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 625742.85714286,
                ["x"] = -63244.600452468,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "blue",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 21,
                    ["name"] = "Australia",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 23,
                    ["name"] = "Austria",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 24,
                    ["name"] = "Belarus",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 11,
                    ["name"] = "Belgium",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 25,
                    ["name"] = "Bulgaria",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 8,
                    ["name"] = "Canada",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 27,
                    ["name"] = "China",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 28,
                    ["name"] = "Croatia",
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 26,
                    ["name"] = "Czech Republic",
                }, -- end of [9]
                [10] = 
                {
                    ["id"] = 13,
                    ["name"] = "Denmark",
                }, -- end of [10]
                [11] = 
                {
                    ["id"] = 29,
                    ["name"] = "Egypt",
                }, -- end of [11]
                [12] = 
                {
                    ["id"] = 30,
                    ["name"] = "Finland",
                }, -- end of [12]
                [13] = 
                {
                    ["id"] = 5,
                    ["name"] = "France",
                }, -- end of [13]
                [14] = 
                {
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["lateActivation"] = false,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["routeRelativeTOT"] = false,
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 2692,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 55.555555555556,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "CAS",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                    [3] = "Light armed ships",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 808186.85714289,
                                            ["x"] = -227747.14285716,
                                            ["name"] = "DictKey_WptName_223",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2797,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 55.555555555556,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 145.36745352727,
                                            ["ETA_locked"] = false,
                                            ["y"] = 807456.2857143,
                                            ["x"] = -219704.2857143,
                                            ["name"] = "DictKey_WptName_248",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2249,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 55.555555555556,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 414.584883689,
                                            ["ETA_locked"] = false,
                                            ["y"] = 809842.00000002,
                                            ["x"] = -217875.71428573,
                                            ["name"] = "DictKey_WptName_227",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 3048,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 55.555555555556,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "Land",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["y"] = 811789.14285718,
                                                                ["x"] = -216860.00000005,
                                                                ["duration"] = 300,
                                                                ["durationFlag"] = false,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 237.16193072469,
                                            ["ETA_locked"] = false,
                                            ["y"] = 811742.57142861,
                                            ["x"] = -216997.14285719,
                                            ["name"] = "DictKey_WptName_228",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 23,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 2692,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "standard",
                                        ["skill"] = "High",
                                        ["ropeLength"] = 15,
                                        ["speed"] = 55.555555555556,
                                        ["type"] = "Mi-24V",
                                        ["unitId"] = 42,
                                        ["psi"] = 0.090586218131013,
                                        ["y"] = 808186.85714289,
                                        ["x"] = -227747.14285716,
                                        ["name"] = "DictKey_UnitName_222",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{637334E4-AB5A-47C0-83A6-51B7F1DF3CD5}",
                                                }, -- end of [5]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 1363,
                                            ["flare"] = 192,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -0.090586218131013,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Enfield11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "050",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 808186.85714289,
                                ["x"] = -227747.14285716,
                                ["name"] = "DictKey_GroupName_221",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["modulation"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                    ["name"] = "Georgia",
                    ["id"] = 16,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = true,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 24,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Soldier M4 GRG",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 43,
                                        ["skill"] = "Average",
                                        ["y"] = 811599.71428578,
                                        ["x"] = -216754.85714289,
                                        ["name"] = "DictKey_UnitName_231",
                                        ["playerCanDrive"] = false,
                                        ["heading"] = -2.4788500737156,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "Soldier M4 GRG",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 44,
                                        ["skill"] = "Average",
                                        ["y"] = 811630.28571439,
                                        ["x"] = -216733.14285717,
                                        ["name"] = "DictKey_UnitName_233",
                                        ["playerCanDrive"] = false,
                                        ["heading"] = -2.4788500737156,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["type"] = "Soldier M4 GRG",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 45,
                                        ["skill"] = "Average",
                                        ["y"] = 811646.57142867,
                                        ["x"] = -216736.28571431,
                                        ["name"] = "DictKey_UnitName_234",
                                        ["playerCanDrive"] = false,
                                        ["heading"] = -2.4788500737156,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["type"] = "Soldier M4 GRG",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 46,
                                        ["skill"] = "Average",
                                        ["y"] = 811623.42857149,
                                        ["x"] = -216749.71428575,
                                        ["name"] = "DictKey_UnitName_235",
                                        ["playerCanDrive"] = false,
                                        ["heading"] = -2.4788500737156,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 811599.71428578,
                                ["x"] = -216754.85714289,
                                ["name"] = "DictKey_GroupName_230",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 811599.71428578,
                                                ["x"] = -216754.85714289,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 811082.57142863,
                                                ["x"] = -217417.42857147,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 815028.85714284,
                                                ["x"] = -217409.71428574,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 814650.28571427,
                                                ["x"] = -218181.14285717,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 2020,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 811599.71428578,
                                            ["x"] = -216754.85714289,
                                            ["name"] = "DictKey_WptName_232",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 1998,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 151.28971973653,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 811082.57142863,
                                            ["x"] = -217417.42857147,
                                            ["name"] = "DictKey_WptName_236",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Nichts auf dem Grund",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = true,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 25,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Soldier M4 GRG",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 47,
                                        ["skill"] = "Average",
                                        ["y"] = 811822.85714288,
                                        ["x"] = -216923.14285719,
                                        ["name"] = "DictKey_UnitName_239",
                                        ["playerCanDrive"] = false,
                                        ["heading"] = 1.6833089953984,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["type"] = "Soldier M4 GRG",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 48,
                                        ["skill"] = "Average",
                                        ["y"] = 811736.28571432,
                                        ["x"] = -216858.57142862,
                                        ["name"] = "DictKey_UnitName_241",
                                        ["playerCanDrive"] = false,
                                        ["heading"] = 1.6833089953984,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["type"] = "Soldier M4 GRG",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 49,
                                        ["skill"] = "Average",
                                        ["y"] = 811718.57142852,
                                        ["x"] = -216880.5714286,
                                        ["name"] = "DictKey_UnitName_242",
                                        ["playerCanDrive"] = false,
                                        ["heading"] = 1.6833089953984,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["type"] = "Soldier M4 GRG",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 50,
                                        ["skill"] = "Average",
                                        ["y"] = 811755.71428574,
                                        ["x"] = -216911.71428576,
                                        ["name"] = "DictKey_UnitName_243",
                                        ["playerCanDrive"] = false,
                                        ["heading"] = 1.6833089953984,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 811822.85714288,
                                ["x"] = -216923.14285719,
                                ["name"] = "DictKey_GroupName_238",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 811822.85714288,
                                                ["x"] = -216923.14285719,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 813259.1428571,
                                                ["x"] = -217085.42857146,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 813483.14285714,
                                                ["x"] = -217644.00000002,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 813483.14285714,
                                                ["x"] = -217644.00000002,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 2026,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 811822.85714288,
                                            ["x"] = -216923.14285719,
                                            ["name"] = "DictKey_WptName_240",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2159,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 260.17649223498,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 813259.1428571,
                                            ["x"] = -217085.42857146,
                                            ["name"] = "DictKey_WptName_244",
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Nichts auf dem Grund",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 2018,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 811682.28571432,
                                            ["x"] = -216735.71428576,
                                            ["name"] = "DictKey_WptName_256",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 26,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "UAZ-469",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 51,
                                        ["skill"] = "Average",
                                        ["y"] = 811682.28571432,
                                        ["x"] = -216735.71428576,
                                        ["name"] = "DictKey_UnitName_255",
                                        ["playerCanDrive"] = true,
                                        ["heading"] = 5.2534410485029,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 811682.28571432,
                                ["x"] = -216735.71428576,
                                ["name"] = "DictKey_GroupName_254",
                                ["start_time"] = 0,
                                ["task"] = "Nichts auf dem Grund",
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 5.3232542185827,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 811827.14285717,
                                            ["speed"] = 0,
                                            ["x"] = -216818.28571433,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 21,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Georgian AF Camo",
                                        ["category"] = "Helicopters",
                                        ["canCargo"] = false,
                                        ["type"] = "UH-1H",
                                        ["unitId"] = 40,
                                        ["y"] = 811827.14285717,
                                        ["x"] = -216818.28571433,
                                        ["name"] = "DictKey_GroupName_215",
                                        ["heading"] = 5.3232542185827,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 811827.14285717,
                                ["x"] = -216818.28571433,
                                ["name"] = "DictKey_GroupName_215",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 1.9896753472735,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 811689.71428574,
                                            ["speed"] = 0,
                                            ["x"] = -216746.85714289,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 22,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["livery_id"] = "Georgian AF Camo",
                                        ["category"] = "Helicopters",
                                        ["canCargo"] = false,
                                        ["type"] = "UH-1H",
                                        ["unitId"] = 41,
                                        ["y"] = 811689.71428574,
                                        ["x"] = -216746.85714289,
                                        ["name"] = "DictKey_GroupName_218",
                                        ["heading"] = 1.9896753472735,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 811689.71428574,
                                ["x"] = -216746.85714289,
                                ["name"] = "DictKey_GroupName_218",
                                ["dead"] = false,
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [14]
                [15] = 
                {
                    ["id"] = 6,
                    ["name"] = "Germany",
                }, -- end of [15]
                [16] = 
                {
                    ["id"] = 31,
                    ["name"] = "Greece",
                }, -- end of [16]
                [17] = 
                {
                    ["id"] = 32,
                    ["name"] = "Hungary",
                }, -- end of [17]
                [18] = 
                {
                    ["id"] = 33,
                    ["name"] = "India",
                }, -- end of [18]
                [19] = 
                {
                    ["id"] = 34,
                    ["name"] = "Iran",
                }, -- end of [19]
                [20] = 
                {
                    ["id"] = 35,
                    ["name"] = "Iraq",
                }, -- end of [20]
                [21] = 
                {
                    ["id"] = 15,
                    ["name"] = "Israel",
                }, -- end of [21]
                [22] = 
                {
                    ["id"] = 20,
                    ["name"] = "Italy",
                }, -- end of [22]
                [23] = 
                {
                    ["id"] = 36,
                    ["name"] = "Japan",
                }, -- end of [23]
                [24] = 
                {
                    ["id"] = 37,
                    ["name"] = "Kazakhstan",
                }, -- end of [24]
                [25] = 
                {
                    ["id"] = 38,
                    ["name"] = "North Korea",
                }, -- end of [25]
                [26] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [26]
                [27] = 
                {
                    ["id"] = 39,
                    ["name"] = "Pakistan",
                }, -- end of [27]
                [28] = 
                {
                    ["id"] = 40,
                    ["name"] = "Poland",
                }, -- end of [28]
                [29] = 
                {
                    ["id"] = 41,
                    ["name"] = "Romania",
                }, -- end of [29]
                [30] = 
                {
                    ["id"] = 42,
                    ["name"] = "Saudi Arabia",
                }, -- end of [30]
                [31] = 
                {
                    ["id"] = 43,
                    ["name"] = "Serbia",
                }, -- end of [31]
                [32] = 
                {
                    ["id"] = 44,
                    ["name"] = "Slovakia",
                }, -- end of [32]
                [33] = 
                {
                    ["id"] = 45,
                    ["name"] = "South Korea",
                }, -- end of [33]
                [34] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [34]
                [35] = 
                {
                    ["id"] = 46,
                    ["name"] = "Sweden",
                }, -- end of [35]
                [36] = 
                {
                    ["id"] = 22,
                    ["name"] = "Switzerland",
                }, -- end of [36]
                [37] = 
                {
                    ["id"] = 47,
                    ["name"] = "Syria",
                }, -- end of [37]
                [38] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- end of [38]
                [39] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [39]
                [40] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [40]
                [41] = 
                {
                    ["id"] = 2,
                    ["name"] = "USA",
                }, -- end of [41]
                [42] = 
                {
                    ["id"] = 7,
                    ["name"] = "USAF Aggressors",
                }, -- end of [42]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 705718.47981263,
                ["x"] = -51251.551717591,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "red",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 18,
                    ["name"] = "Abkhazia",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 17,
                    ["name"] = "Insurgents",
                }, -- end of [2]
                [3] = 
                {
                    ["name"] = "Russia",
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 806252.57142861,
                                                ["x"] = -217917.71428575,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 806252.57142861,
                                                ["x"] = -217917.71428575,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 2012,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 806613.42857148,
                                            ["x"] = -217728.28571433,
                                            ["name"] = "DictKey_WptName_259",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetInvisible",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 27,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "UAZ-469",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 52,
                                        ["skill"] = "Good",
                                        ["y"] = 806613.42857148,
                                        ["x"] = -217728.28571433,
                                        ["name"] = "DictKey_UnitName_258",
                                        ["playerCanDrive"] = true,
                                        ["heading"] = 4.1887902047864,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 806613.42857148,
                                ["x"] = -217728.28571433,
                                ["name"] = "DictKey_GroupName_257",
                                ["start_time"] = 0,
                                ["task"] = "Nichts auf dem Grund",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = false,
                                ["groupId"] = 28,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["type"] = "Infantry AK",
                                        ["transportable"] = 
                                        {
                                            ["randomTransportable"] = false,
                                        }, -- end of ["transportable"]
                                        ["unitId"] = 53,
                                        ["skill"] = "Good",
                                        ["y"] = 806622.85714291,
                                        ["x"] = -217722.28571433,
                                        ["name"] = "DictKey_UnitName_262",
                                        ["playerCanDrive"] = false,
                                        ["heading"] = 1.0122909661567,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 806622.85714291,
                                ["x"] = -217722.28571433,
                                ["name"] = "DictKey_GroupName_261",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 2013,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 806622.85714291,
                                            ["x"] = -217722.28571433,
                                            ["name"] = "DictKey_WptName_263",
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "SetInvisible",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = false,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Nichts auf dem Grund",
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 540,
                                            ["action"] = "From Runway",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["variantIndex"] = 2,
                                                                        ["name"] = 5,
                                                                        ["formationIndex"] = 2,
                                                                        ["value"] = 131074,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "TakeOff",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 843756.7533062,
                                            ["x"] = -148810.84954665,
                                            ["name"] = "DictKey_WptName_23",
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 32,
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 1790,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 190.13888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 53.235069634033,
                                            ["ETA_locked"] = false,
                                            ["y"] = 853874.85714294,
                                            ["x"] = -149093.71428575,
                                            ["name"] = "DictKey_WptName_179",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 3505.2,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 220,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["variantIndex"] = 2,
                                                                        ["name"] = 5,
                                                                        ["formationIndex"] = 2,
                                                                        ["value"] = 131074,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 420,
                                            ["ETA_locked"] = true,
                                            ["y"] = 798560.57142866,
                                            ["x"] = -207808.00000004,
                                            ["name"] = "DictKey_WptName_181",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = false,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 3505.2,
                                            ["action"] = "Fly Over Point",
                                            ["alt_type"] = "BARO",
                                            ["speed"] = 215,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["variantIndex"] = 2,
                                                                        ["name"] = 5,
                                                                        ["formationIndex"] = 2,
                                                                        ["value"] = 131074,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["number"] = 2,
                                                            ["auto"] = false,
                                                            ["id"] = "AttackUnit",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["direction"] = 0,
                                                                ["unitId"] = 41,
                                                                ["attackQtyLimit"] = true,
                                                                ["attackQty"] = 1,
                                                                ["expend"] = "All",
                                                                ["altitude"] = 3505.2,
                                                                ["directionEnabled"] = false,
                                                                ["groupAttack"] = false,
                                                                ["weaponType"] = 30720,
                                                                ["altitudeEnabled"] = false,
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 480,
                                            ["ETA_locked"] = true,
                                            ["y"] = 802903.42857161,
                                            ["x"] = -219968.00000004,
                                            ["name"] = "DictKey_WptName_24",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = false,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 3048,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 185,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["variantIndex"] = 2,
                                                                        ["name"] = 5,
                                                                        ["formationIndex"] = 2,
                                                                        ["value"] = 131074,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "AttackUnit",
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["altitudeEnabled"] = false,
                                                                ["unitId"] = 41,
                                                                ["attackQtyLimit"] = true,
                                                                ["attackQty"] = 1,
                                                                ["expend"] = "All",
                                                                ["altitude"] = 3048,
                                                                ["directionEnabled"] = false,
                                                                ["groupAttack"] = false,
                                                                ["weaponType"] = 30720,
                                                                ["direction"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 532.58285918956,
                                            ["ETA_locked"] = false,
                                            ["y"] = 812073.7142859,
                                            ["x"] = -216722.00000004,
                                            ["name"] = "DictKey_WptName_56",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 4572,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 256.94444444444,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["variantIndex"] = 2,
                                                                        ["name"] = 5,
                                                                        ["formationIndex"] = 2,
                                                                        ["value"] = 131074,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 651.28951865525,
                                            ["ETA_locked"] = false,
                                            ["y"] = 835831.71428594,
                                            ["x"] = -197594.28571431,
                                            ["name"] = "DictKey_WptName_252",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 540,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 864.96917817215,
                                            ["ETA_locked"] = false,
                                            ["y"] = 843756.7533062,
                                            ["x"] = -148810.84954665,
                                            ["name"] = "DictKey_WptName_61",
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 32,
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 1,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 540,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Air Force Standard",
                                        ["skill"] = "Player",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 1,
                                        ["psi"] = -1.5987453463722,
                                        ["y"] = 843756.7533062,
                                        ["x"] = -148810.84954665,
                                        ["name"] = "DictKey_UnitName_12",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 2704,
                                            ["flare"] = 30,
                                            ["chaff"] = 30,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.5987453463722,
                                        ["callsign"] = 39,
                                        ["onboard_num"] = "55",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 540,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Air Force Standard",
                                        ["skill"] = "High",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "MiG-29A",
                                        ["unitId"] = 8,
                                        ["psi"] = -1.5987453463722,
                                        ["y"] = 843796.7533062,
                                        ["x"] = -148850.84954665,
                                        ["name"] = "DictKey_UnitName_79",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "3380",
                                            ["flare"] = 30,
                                            ["chaff"] = 30,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 1.5987453463722,
                                        ["callsign"] = 40,
                                        ["onboard_num"] = "010",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 843756.7533062,
                                ["x"] = -148810.84954665,
                                ["name"] = "DictKey_GroupName_11",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["lateActivation"] = false,
                                ["tasks"] = 
                                {
                                    [1] = 
                                    {
                                        ["number"] = 1,
                                        ["auto"] = false,
                                        ["id"] = "Bombing",
                                        ["enabled"] = true,
                                        ["params"] = 
                                        {
                                            ["direction"] = 0,
                                            ["attackQtyLimit"] = false,
                                            ["attackQty"] = 1,
                                            ["expend"] = "Four",
                                            ["altitude"] = 430,
                                            ["directionEnabled"] = false,
                                            ["groupAttack"] = false,
                                            ["y"] = 811464.28571428,
                                            ["altitudeEnabled"] = false,
                                            ["weaponType"] = 1024,
                                            ["x"] = -217033.14285719,
                                        }, -- end of ["params"]
                                    }, -- end of [1]
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Ground Attack",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["routeRelativeTOT"] = false,
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 2000,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 226.11111111111,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 767129.42857151,
                                            ["x"] = -127234.57142861,
                                            ["name"] = "DictKey_WptName_190",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2133.6,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 231.25,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 55.937874293474,
                                            ["ETA_locked"] = false,
                                            ["y"] = 770615.14285722,
                                            ["x"] = -139691.71428575,
                                            ["name"] = "DictKey_WptName_191",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2743.2,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 226.11111111111,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 337.55502148674,
                                            ["ETA_locked"] = false,
                                            ["y"] = 797141.42857145,
                                            ["x"] = -197580.28571434,
                                            ["name"] = "DictKey_WptName_192",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 3057,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 205,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 423,
                                            ["ETA_locked"] = true,
                                            ["y"] = 802116.28571425,
                                            ["x"] = -214357.71428574,
                                            ["name"] = "DictKey_WptName_193",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = false,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 2320,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 193,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 455,
                                            ["ETA_locked"] = true,
                                            ["y"] = 805073.42857137,
                                            ["x"] = -219767.71428574,
                                            ["name"] = "DictKey_WptName_251",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = false,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 2286,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 205.55555555556,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 504.19317421065,
                                            ["ETA_locked"] = false,
                                            ["y"] = 814144.28571428,
                                            ["x"] = -215298.85714291,
                                            ["name"] = "DictKey_WptName_194",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 3810,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 282.63888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 505.85149724565,
                                            ["ETA_locked"] = false,
                                            ["y"] = 813050.00000007,
                                            ["x"] = -213526.85714289,
                                            ["name"] = "DictKey_WptName_195",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 3048,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 231.25,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 937.69300970405,
                                            ["ETA_locked"] = false,
                                            ["y"] = 783551.42857152,
                                            ["x"] = -118119.71428574,
                                            ["name"] = "DictKey_WptName_213",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 430,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 1159.2763221521,
                                            ["ETA_locked"] = false,
                                            ["y"] = 760428.0733062,
                                            ["x"] = -124921.90954665,
                                            ["name"] = "DictKey_WptName_196",
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 27,
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 19,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 2000,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "VVS Camo",
                                        ["skill"] = "High",
                                        ["speed"] = 226.11111111111,
                                        ["type"] = "MiG-21Bis",
                                        ["unitId"] = 37,
                                        ["psi"] = -2.8687541053426,
                                        ["y"] = 767129.42857151,
                                        ["x"] = -127234.57142861,
                                        ["name"] = "DictKey_UnitName_189",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{PTB_490C_MIG21}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{0511E528-EA28-4caf-A212-00D1408DF10A}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    ["CLSID"] = "{ASO-2}",
                                                }, -- end of [6]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 2052,
                                            ["flare"] = 32,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 32,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 2.8687541053426,
                                        ["callsign"] = 26,
                                        ["onboard_num"] = "010",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 767129.42857151,
                                ["x"] = -127234.57142861,
                                ["name"] = "DictKey_GroupName_188",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["modulation"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Reconnaissance",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 1828.8,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 308.33333333333,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["ETA_locked"] = true,
                                            ["y"] = 849971.42857145,
                                            ["x"] = -146692.00000004,
                                            ["name"] = "DictKey_WptName_205",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 4572,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 256.94444444444,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = false,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 191.44082285693,
                                            ["ETA_locked"] = false,
                                            ["y"] = 804000,
                                            ["x"] = -164192.00000004,
                                            ["name"] = "DictKey_WptName_207",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 4572,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 256.94444444444,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = false,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1050.1952814924,
                                            ["ETA_locked"] = false,
                                            ["y"] = 593857.14285714,
                                            ["x"] = -231477.71428575,
                                            ["name"] = "DictKey_WptName_208",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 3657.6,
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 256.94444444444,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = false,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "Option",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = false,
                                                                        ["name"] = 19,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1832.0562606051,
                                            ["ETA_locked"] = false,
                                            ["y"] = 755714.28571429,
                                            ["x"] = -112477.71428575,
                                            ["name"] = "DictKey_WptName_312",
                                            ["formation_template"] = "",
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 154,
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["speed"] = 138.88888888889,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["type"] = "Land",
                                            ["ETA"] = 2436.262416725,
                                            ["ETA_locked"] = false,
                                            ["y"] = 834453.14285714,
                                            ["x"] = -83454.571428571,
                                            ["name"] = "DictKey_WptName_210",
                                            ["formation_template"] = "",
                                            ["airdromeId"] = 28,
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 20,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 1828.8,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "af standard",
                                        ["skill"] = "High",
                                        ["speed"] = 308.33333333333,
                                        ["type"] = "MiG-25RBT",
                                        ["unitId"] = 38,
                                        ["psi"] = 1.9345297354792,
                                        ["y"] = 849971.42857145,
                                        ["x"] = -146692.00000004,
                                        ["name"] = "DictKey_UnitName_204",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "15245",
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.9345297354792,
                                        ["callsign"] = 27,
                                        ["onboard_num"] = "063",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 1828.8,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "af standard",
                                        ["skill"] = "High",
                                        ["speed"] = 308.33333333333,
                                        ["type"] = "MiG-25RBT",
                                        ["unitId"] = 39,
                                        ["psi"] = 1.9345297354792,
                                        ["y"] = 850011.42857145,
                                        ["x"] = -146732.00000004,
                                        ["name"] = "DictKey_UnitName_206",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "15245",
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.9345297354792,
                                        ["callsign"] = 28,
                                        ["onboard_num"] = "064",
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 849971.42857145,
                                ["x"] = -146692.00000004,
                                ["name"] = "DictKey_GroupName_203",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 807613.42857163,
                                            ["speed"] = 0,
                                            ["x"] = -218401.14285718,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 29,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["category"] = "Fortifications",
                                        ["canCargo"] = false,
                                        ["type"] = "house2arm",
                                        ["unitId"] = 54,
                                        ["y"] = 807613.42857163,
                                        ["x"] = -218401.14285718,
                                        ["name"] = "DictKey_GroupName_304",
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 807613.42857163,
                                ["x"] = -218401.14285718,
                                ["name"] = "DictKey_GroupName_304",
                                ["dead"] = false,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 19,
                    ["name"] = "South Ossetia",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 1,
                    ["name"] = "Ukraine",
                }, -- end of [5]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "DictKey_sortie_22",
    ["version"] = 12,
    ["goals"] = 
    {
    }, -- end of ["goals"]
    ["currentKey"] = 50572,
    ["start_time"] = 25200,
    ["forcedOptions"] = 
    {
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["hydro"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro",
            ["mm"] = 0,
        }, -- end of ["hydro"]
        ["eos"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "eos",
            ["mm"] = 0,
        }, -- end of ["eos"]
        ["helmet"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "helmet",
            ["mm"] = 0,
        }, -- end of ["helmet"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["autopilot"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "autopilot",
            ["mm"] = 0,
        }, -- end of ["autopilot"]
        ["hud"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hud",
            ["mm"] = 0,
        }, -- end of ["hud"]
        ["asc"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc",
            ["mm"] = 0,
        }, -- end of ["asc"]
        ["rws"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "rws",
            ["mm"] = 0,
        }, -- end of ["rws"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["mfd"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "mfd",
            ["mm"] = 0,
        }, -- end of ["mfd"]
        ["radar"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "radar",
            ["mm"] = 0,
        }, -- end of ["radar"]
    }, -- end of ["failures"]
} -- end of mission
