mission = 
{
	["groundControl"] = 
	{
		["passwords"] = 
		{
			["artillery_commander"] = {},
			["instructor"] = {},
			["observer"] = {},
			["forward_observer"] = {},
		}, -- end of ["passwords"]
		["roles"] = 
		{
			["artillery_commander"] = 
			{
				["neutrals"] = 0,
				["blue"] = 0,
				["red"] = 0,
			}, -- end of ["artillery_commander"]
			["instructor"] = 
			{
				["neutrals"] = 0,
				["blue"] = 0,
				["red"] = 0,
			}, -- end of ["instructor"]
			["observer"] = 
			{
				["neutrals"] = 0,
				["blue"] = 0,
				["red"] = 0,
			}, -- end of ["observer"]
			["forward_observer"] = 
			{
				["neutrals"] = 0,
				["blue"] = 0,
				["red"] = 0,
			}, -- end of ["forward_observer"]
		}, -- end of ["roles"]
		["isPilotControlVehicles"] = false,
	}, -- end of ["groundControl"]
	["requiredModules"] = 
	{
		["WWII Armour and Technics"] = "WWII Armour and Technics",
	}, -- end of ["requiredModules"]
	["date"] = 
	{
		["Day"] = 6,
		["Year"] = 1944,
		["Month"] = 6,
	}, -- end of ["date"]
	["trig"] = 
	{
		["actions"] = 
		{
			[1] = "a_scenery_destruction_zone(1, 70);a_scenery_destruction_zone(2, 70);a_scenery_destruction_zone(19, 70);a_scenery_destruction_zone(20, 70); mission.trig.func[1]=nil;",
			[2] = "a_explosion(4, 1, 1000);a_explosion(5, 1, 1000);a_explosion(6, 1, 1000);a_explosion(7, 1, 1000);a_explosion(8, 1, 1000);a_explosion(9, 1, 1000);a_explosion(10, 1, 1000);a_explosion(11, 1, 1000);a_explosion(12, 1, 1000); mission.trig.func[2]=nil;",
			[3] = "a_explosion(14, 1, 1000);a_explosion(15, 1, 1000);a_explosion(16, 1, 1000);a_explosion(17, 1, 1000);a_explosion(18, 1, 1000); mission.trig.func[3]=nil;",
			[4] = "a_activate_group(25);a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_9\"), 90, false, 0);a_out_sound(getValueResourceByKey(\"ResKey_Action_12\"), 0);a_set_flag(\"NORD\"); mission.trig.func[4]=nil;",
			[5] = "a_activate_group(26);a_activate_group(27);a_activate_group(28);a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_10\"), 90, false, 0);a_out_sound(getValueResourceByKey(\"ResKey_Action_11\"), 0);a_set_flag(\"SÜD\"); mission.trig.func[5]=nil;",
			[6] = "a_out_sound(getValueResourceByKey(\"ResKey_Action_15\"), 0);a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_16\"), 90, false, 0); mission.trig.func[6]=nil;",
			[7] = "a_ai_task(7, 1);a_ai_task(15, 1);a_ai_task(14, 1); mission.trig.func[7]=nil;",
			[8] = "a_add_radio_item_for_coalition(\"red\", getValueDictByKey(\"DictKey_ActionRadioText_6\"), \"SPAWN B17\", 1); mission.trig.func[8]=nil;",
			[9] = "a_activate_group(63);a_activate_group(65);a_out_text_delay(getValueDictByKey(\"DictKey_ActionText_7\"), 90, false, 0);a_out_sound(getValueResourceByKey(\"ResKey_Action_8\"), 0); mission.trig.func[9]=nil;",
		}, -- end of ["actions"]
		["events"] = {},
		["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(true)",
			[2] = "return(c_bomb_in_zone(\"4.5.9.255\", 1, 3) )",
			[3] = "return(c_bomb_in_zone(\"4.5.9.255\", 1, 13) )",
			[4] = "return(c_unit_dead(1) and c_unit_dead(3) and c_unit_dead(2) and c_unit_dead(33) and c_unit_dead(34) and c_unit_dead(35) and c_unit_dead(17) and c_unit_dead(18) )",
			[5] = "return(c_unit_dead(65) and c_unit_dead(66) and c_unit_dead(67) and c_unit_dead(49) and c_unit_dead(50) and c_unit_dead(51) )",
			[6] = "return(c_flag_is_true(\"NORD\") and c_flag_is_true(\"SÜD\") )",
			[7] = "return(c_part_of_coalition_in_zone(\"red\", 21, \"ALL\") )",
			[8] = "return(true)",
			[9] = "return(c_flag_is_true(\"SPAWN B17\") )",
		}, -- end of ["conditions"]
		["customStartup"] = {},
		["funcStartup"] = {},
	}, -- end of ["trig"]
	["maxDictId"] = 24,
	["result"] = 
	{
		["offline"] = 
		{
			["conditions"] = {},
			["actions"] = {},
			["func"] = {},
		}, -- end of ["offline"]
		["total"] = 0,
		["blue"] = 
		{
			["conditions"] = {},
			["actions"] = {},
			["func"] = {},
		}, -- end of ["blue"]
		["red"] = 
		{
			["conditions"] = {},
			["actions"] = {},
			["func"] = {},
		}, -- end of ["red"]
	}, -- end of ["result"]
	["pictureFileNameN"] = {},
	["drawings"] = 
	{
		["options"] = 
		{
			["hiddenOnF10Map"] = 
			{
				["Observer"] = 
				{
					["Neutral"] = false,
					["Blue"] = false,
					["Red"] = false,
				}, -- end of ["Observer"]
				["Instructor"] = 
				{
					["Neutral"] = false,
					["Blue"] = false,
					["Red"] = false,
				}, -- end of ["Instructor"]
				["ForwardObserver"] = 
				{
					["Neutral"] = false,
					["Blue"] = false,
					["Red"] = false,
				}, -- end of ["ForwardObserver"]
				["Pilot"] = 
				{
					["Neutral"] = false,
					["Blue"] = false,
					["Red"] = false,
				}, -- end of ["Pilot"]
				["Spectrator"] = 
				{
					["Neutral"] = false,
					["Blue"] = false,
					["Red"] = false,
				}, -- end of ["Spectrator"]
				["ArtilleryCommander"] = 
				{
					["Neutral"] = false,
					["Blue"] = false,
					["Red"] = false,
				}, -- end of ["ArtilleryCommander"]
			}, -- end of ["hiddenOnF10Map"]
		}, -- end of ["options"]
		["layers"] = 
		{
			[2] = 
			{
				["visible"] = true,
				["name"] = "Blue",
				["objects"] = {},
			}, -- end of [2]
			[3] = 
			{
				["visible"] = true,
				["name"] = "Neutral",
				["objects"] = {},
			}, -- end of [3]
			[1] = 
			{
				["visible"] = true,
				["name"] = "Red",
				["objects"] = {},
			}, -- end of [1]
			[4] = 
			{
				["visible"] = true,
				["name"] = "Common",
				["objects"] = 
				{
					[1] = 
					{
						["visible"] = true,
						["mapY"] = 114653.05222669,
						["primitiveType"] = "Line",
						["closed"] = false,
						["thickness"] = 5,
						["colorString"] = "0x000000ff",
						["style"] = "solid",
						["layerName"] = "Common",
						["name"] = "Line-5-1",
						["points"] = 
						{
							[6] = 
							{
								["y"] = 5814.7812426165,
								["x"] = -367.80242799682,
							}, -- end of [6]
							[2] = 
							{
								["y"] = 0,
								["x"] = 0,
							}, -- end of [2]
							[3] = 
							{
								["y"] = 6045.9406788163,
								["x"] = -7191.3723055404,
							}, -- end of [3]
							[1] = 
							{
								["y"] = 0,
								["x"] = 0,
							}, -- end of [1]
							[4] = 
							{
								["y"] = 2784.789811976,
								["x"] = -3345.2506546378,
							}, -- end of [4]
							[5] = 
							{
								["y"] = -437.86003332956,
								["x"] = -6497.8428946106,
							}, -- end of [5]
						}, -- end of ["points"]
						["mapX"] = -57323.253408255,
						["lineMode"] = "segments",
					}, -- end of [1]
					[2] = 
					{
						["visible"] = true,
						["mapY"] = 109598.15058515,
						["primitiveType"] = "Line",
						["closed"] = false,
						["thickness"] = 5,
						["colorString"] = "0x000000ff",
						["style"] = "solid",
						["layerName"] = "Common",
						["name"] = "Line-5",
						["points"] = 
						{
							[6] = 
							{
								["y"] = 5814.7812426165,
								["x"] = -367.80242799682,
							}, -- end of [6]
							[2] = 
							{
								["y"] = 0,
								["x"] = 0,
							}, -- end of [2]
							[3] = 
							{
								["y"] = 6045.9406788163,
								["x"] = -7191.3723055404,
							}, -- end of [3]
							[1] = 
							{
								["y"] = 0,
								["x"] = 0,
							}, -- end of [1]
							[4] = 
							{
								["y"] = 2784.789811976,
								["x"] = -3345.2506546378,
							}, -- end of [4]
							[5] = 
							{
								["y"] = -437.86003332956,
								["x"] = -6497.8428946106,
							}, -- end of [5]
						}, -- end of ["points"]
						["mapX"] = -42544.11941892,
						["lineMode"] = "segments",
					}, -- end of [2]
					[4] = 
					{
						["visible"] = true,
						["mapY"] = 145410.29138503,
						["primitiveType"] = "Line",
						["closed"] = false,
						["thickness"] = 40,
						["colorString"] = "0x0080ffff",
						["style"] = "strongpoint",
						["layerName"] = "Common",
						["name"] = "Line-7",
						["points"] = 
						{
							[1] = 
							{
								["y"] = 1585.4318048877,
								["x"] = -1142.9857198027,
							}, -- end of [1]
							[2] = 
							{
								["y"] = -3390.7880178694,
								["x"] = -9268.1539155098,
							}, -- end of [2]
						}, -- end of ["points"]
						["mapX"] = -82711.050055634,
						["lineMode"] = "segments",
					}, -- end of [4]
					[8] = 
					{
						["visible"] = true,
						["mapY"] = 93264.260046276,
						["primitiveType"] = "Line",
						["closed"] = false,
						["thickness"] = 6,
						["colorString"] = "0xc80000c8",
						["style"] = "solid",
						["layerName"] = "Common",
						["name"] = "Line-10",
						["points"] = 
						{
							[1] = 
							{
								["y"] = 0,
								["x"] = 0,
							}, -- end of [1]
							[2] = 
							{
								["y"] = 0,
								["x"] = 0,
							}, -- end of [2]
							[4] = 
							{
								["y"] = 507.44697206338,
								["x"] = -11666.442063226,
							}, -- end of [4]
							[3] = 
							{
								["y"] = 6945.5849032998,
								["x"] = -5411.5906915281,
							}, -- end of [3]
						}, -- end of ["points"]
						["mapX"] = -51460.238917915,
						["lineMode"] = "segments",
					}, -- end of [8]
					[16] = 
					{
						["visible"] = true,
						["mapY"] = 146709.39760914,
						["primitiveType"] = "Line",
						["closed"] = false,
						["thickness"] = 4,
						["colorString"] = "0xc80000c8",
						["style"] = "solid",
						["layerName"] = "Common",
						["name"] = "Line-4-4",
						["points"] = 
						{
							[2] = 
							{
								["y"] = 88.188151623122,
								["x"] = -132.28222743468,
							}, -- end of [2]
							[3] = 
							{
								["y"] = 42.6253577795,
								["x"] = -63.875496466077,
							}, -- end of [3]
							[1] = 
							{
								["y"] = 0,
								["x"] = 0,
							}, -- end of [1]
							[4] = 
							{
								["y"] = -21.982116163388,
								["x"] = -111.94888182986,
							}, -- end of [4]
							[5] = 
							{
								["y"] = 112.07241838463,
								["x"] = -12.187367747618,
							}, -- end of [5]
						}, -- end of ["points"]
						["mapX"] = -90773.424384093,
						["lineMode"] = "segments",
					}, -- end of [16]
					[17] = 
					{
						["visible"] = true,
						["borderThickness"] = 0,
						["mapY"] = 147434.13443279,
						["layerName"] = "Common",
						["mapX"] = -47019.025141053,
						["colorString"] = "0xc80000c8",
						["font"] = "DejaVuLGCSansCondensed.ttf",
						["name"] = "Text Box-1",
						["angle"] = 0,
						["text"] = "3",
						["fillColorString"] = "0xff000000",
						["primitiveType"] = "TextBox",
						["fontSize"] = 20,
					}, -- end of [17]
					[9] = 
					{
						["visible"] = true,
						["colorString"] = "0xc80000c8",
						["mapY"] = 144013.80781833,
						["layerName"] = "Common",
						["name"] = "Polygon-2-1",
						["fillColorString"] = "0xc80000c8",
						["thickness"] = 0,
						["polygonMode"] = "arrow",
						["style"] = "solid",
						["angle"] = 337,
						["mapX"] = -53659.086599102,
						["length"] = 819.3982395582,
						["points"] = 
						{
							[6] = 
							{
								["y"] = 546.2654930388,
								["x"] = -102.42477994477,
							}, -- end of [6]
							[2] = 
							{
								["y"] = 546.2654930388,
								["x"] = 102.42477994477,
							}, -- end of [2]
							[8] = 
							{
								["y"] = 0,
								["x"] = 102.42477994477,
							}, -- end of [8]
							[3] = 
							{
								["y"] = 546.2654930388,
								["x"] = 273.1327465194,
							}, -- end of [3]
							[1] = 
							{
								["y"] = 0,
								["x"] = 102.42477994477,
							}, -- end of [1]
							[4] = 
							{
								["y"] = 819.3982395582,
								["x"] = 0,
							}, -- end of [4]
							[5] = 
							{
								["y"] = 546.2654930388,
								["x"] = -273.1327465194,
							}, -- end of [5]
							[7] = 
							{
								["y"] = 0,
								["x"] = -102.42477994477,
							}, -- end of [7]
						}, -- end of ["points"]
						["primitiveType"] = "Polygon",
					}, -- end of [9]
					[18] = 
					{
						["visible"] = true,
						["borderThickness"] = 0,
						["mapY"] = 148276.9216394,
						["layerName"] = "Common",
						["mapX"] = -50224.278450435,
						["colorString"] = "0xc80000c8",
						["font"] = "DejaVuLGCSansCondensed.ttf",
						["name"] = "Text Box-1-1",
						["angle"] = 0,
						["text"] = "3",
						["fillColorString"] = "0xff000000",
						["primitiveType"] = "TextBox",
						["fontSize"] = 20,
					}, -- end of [18]
					[5] = 
					{
						["visible"] = true,
						["mapY"] = 126624.99008801,
						["primitiveType"] = "Line",
						["closed"] = false,
						["thickness"] = 16,
						["colorString"] = "0xc80000c8",
						["style"] = "dash",
						["layerName"] = "Common",
						["name"] = "Line-3",
						["points"] = 
						{
							[33] = 
							{
								["y"] = 9645.478295615,
								["x"] = -18578.87430095,
							}, -- end of [33]
							[35] = 
							{
								["y"] = 8803.926498011,
								["x"] = -19679.365113201,
							}, -- end of [35]
							[37] = 
							{
								["y"] = 7897.6399467452,
								["x"] = -20715.121171791,
							}, -- end of [37]
							[39] = 
							{
								["y"] = 6991.3533954794,
								["x"] = -21750.87723038,
							}, -- end of [39]
							[41] = 
							{
								["y"] = 6538.2101198464,
								["x"] = -22916.102796293,
							}, -- end of [41]
							[43] = 
							{
								["y"] = 6149.8015978753,
								["x"] = -24275.532623192,
							}, -- end of [43]
							[45] = 
							{
								["y"] = 5890.862583228,
								["x"] = -25570.227696429,
							}, -- end of [45]
							[47] = 
							{
								["y"] = 5567.1888149187,
								["x"] = -26864.922769666,
							}, -- end of [47]
							[49] = 
							{
								["y"] = 4725.6370173148,
								["x"] = -28030.148335579,
							}, -- end of [49]
							[51] = 
							{
								["y"] = 3754.6157123871,
								["x"] = -29065.904394169,
							}, -- end of [51]
							[53] = 
							{
								["y"] = 2654.1249001357,
								["x"] = -29777.986684449,
							}, -- end of [53]
							[55] = 
							{
								["y"] = 1488.8993342225,
								["x"] = -30619.538482053,
							}, -- end of [55]
							[57] = 
							{
								["y"] = 258.93901464739,
								["x"] = -31461.090279657,
							}, -- end of [57]
							[59] = 
							{
								["y"] = -776.81704394214,
								["x"] = -32367.376830923,
							}, -- end of [59]
							[61] = 
							{
								["y"] = -1683.103595208,
								["x"] = -33467.867643174,
							}, -- end of [61]
							[63] = 
							{
								["y"] = -2136.2468708409,
								["x"] = -34697.827962749,
							}, -- end of [63]
							[66] = 
							{
								["y"] = -1812.5731025317,
								["x"] = -36704.605326267,
							}, -- end of [66]
							[70] = 
							{
								["y"] = -841.55179760398,
								["x"] = -39164.525965417,
							}, -- end of [70]
							[74] = 
							{
								["y"] = 1035.7560585895,
								["x"] = -41171.303328934,
							}, -- end of [74]
							[78] = 
							{
								["y"] = 2783.5944074594,
								["x"] = -43242.815446113,
							}, -- end of [78]
							[82] = 
							{
								["y"] = 3625.1462050634,
								["x"] = -45832.205592587,
							}, -- end of [82]
							[86] = 
							{
								["y"] = 4207.75898802,
								["x"] = -48486.330492723,
							}, -- end of [86]
							[90] = 
							{
								["y"] = 4725.6370173148,
								["x"] = -51075.720639196,
							}, -- end of [90]
							[94] = 
							{
								["y"] = 5114.0455392858,
								["x"] = -53729.845539332,
							}, -- end of [94]
							[98] = 
							{
								["y"] = 5178.7802929477,
								["x"] = -56642.909454115,
							}, -- end of [98]
							[102] = 
							{
								["y"] = 5178.7802929477,
								["x"] = -59491.238615236,
							}, -- end of [102]
							[106] = 
							{
								["y"] = 4984.5760319621,
								["x"] = -62145.363515372,
							}, -- end of [106]
							[110] = 
							{
								["y"] = 4790.3717709766,
								["x"] = -64928.957922831,
							}, -- end of [110]
							[114] = 
							{
								["y"] = 4725.6370173148,
								["x"] = -67777.287083953,
							}, -- end of [114]
							[118] = 
							{
								["y"] = 4984.5760319621,
								["x"] = -70560.881491412,
							}, -- end of [118]
							[122] = 
							{
								["y"] = 4919.8412783003,
								["x"] = -73344.475898871,
							}, -- end of [122]
							[126] = 
							{
								["y"] = 4272.4937416818,
								["x"] = -75998.600799007,
							}, -- end of [126]
							[132] = 
							{
								["y"] = 2589.3901464738,
								["x"] = -80012.155526041,
							}, -- end of [132]
							[1] = 
							{
								["y"] = 323.67376830924,
								["x"] = -517.87802929477,
							}, -- end of [1]
							[2] = 
							{
								["y"] = 776.81704394215,
								["x"] = -971.02130492769,
							}, -- end of [2]
							[133] = 
							{
								["y"] = 2395.1858854883,
								["x"] = -80659.50306266,
							}, -- end of [133]
							[3] = 
							{
								["y"] = 1229.9603195751,
								["x"] = -1488.8993342225,
							}, -- end of [3]
							[4] = 
							{
								["y"] = 1747.8383488698,
								["x"] = -2006.7773635172,
							}, -- end of [4]
							[67] = 
							{
								["y"] = -1424.1645805606,
								["x"] = -37222.483355561,
							}, -- end of [67]
							[71] = 
							{
								["y"] = -517.87802929476,
								["x"] = -39747.138748373,
							}, -- end of [71]
							[75] = 
							{
								["y"] = 1553.6340878843,
								["x"] = -41559.711850905,
							}, -- end of [75]
							[5] = 
							{
								["y"] = 2200.9816245028,
								["x"] = -2524.655392812,
							}, -- end of [5]
							[83] = 
							{
								["y"] = 3819.3504660489,
								["x"] = -46544.287882867,
							}, -- end of [83]
							[87] = 
							{
								["y"] = 4401.9632490055,
								["x"] = -49133.678029341,
							}, -- end of [87]
							[91] = 
							{
								["y"] = 4919.8412783003,
								["x"] = -51723.068175815,
							}, -- end of [91]
							[6] = 
							{
								["y"] = 2718.8596537975,
								["x"] = -2977.7986684449,
							}, -- end of [6]
							[99] = 
							{
								["y"] = 5178.7802929477,
								["x"] = -57354.991744395,
							}, -- end of [99]
							[103] = 
							{
								["y"] = 5178.7802929477,
								["x"] = -60203.320905517,
							}, -- end of [103]
							[107] = 
							{
								["y"] = 4919.8412783003,
								["x"] = -62857.445805652,
							}, -- end of [107]
							[7] = 
							{
								["y"] = 3236.7376830923,
								["x"] = -3430.9419440778,
							}, -- end of [7]
							[115] = 
							{
								["y"] = 4725.6370173148,
								["x"] = -68424.634620571,
							}, -- end of [115]
							[119] = 
							{
								["y"] = 4984.5760319621,
								["x"] = -71272.963781692,
							}, -- end of [119]
							[123] = 
							{
								["y"] = 4790.3717709766,
								["x"] = -73927.088681828,
							}, -- end of [123]
							[8] = 
							{
								["y"] = 3754.6157123871,
								["x"] = -3884.0852197108,
							}, -- end of [8]
							[134] = 
							{
								["y"] = 2200.9816245028,
								["x"] = -81306.850599278,
							}, -- end of [134]
							[9] = 
							{
								["y"] = 4207.75898802,
								["x"] = -4337.2284953437,
							}, -- end of [9]
							[10] = 
							{
								["y"] = 4790.3717709766,
								["x"] = -4855.1065246384,
							}, -- end of [10]
							[11] = 
							{
								["y"] = 5243.5150466095,
								["x"] = -5372.9845539332,
							}, -- end of [11]
							[12] = 
							{
								["y"] = 5567.1888149187,
								["x"] = -5890.862583228,
							}, -- end of [12]
							[13] = 
							{
								["y"] = 6085.0668442135,
								["x"] = -6473.4753661846,
							}, -- end of [13]
							[14] = 
							{
								["y"] = 6473.4753661846,
								["x"] = -6991.3533954794,
							}, -- end of [14]
							[15] = 
							{
								["y"] = 6861.8838881557,
								["x"] = -7573.966178436,
							}, -- end of [15]
							[16] = 
							{
								["y"] = 7250.2924101267,
								["x"] = -8156.5789613926,
							}, -- end of [16]
							[17] = 
							{
								["y"] = 7638.7009320978,
								["x"] = -8739.1917443492,
							}, -- end of [17]
							[18] = 
							{
								["y"] = 7897.6399467452,
								["x"] = -9386.5392809676,
							}, -- end of [18]
							[19] = 
							{
								["y"] = 8221.3137150544,
								["x"] = -9969.1520639243,
							}, -- end of [19]
							[20] = 
							{
								["y"] = 8544.9874833637,
								["x"] = -10551.764846881,
							}, -- end of [20]
							[21] = 
							{
								["y"] = 8933.3960053347,
								["x"] = -11134.377629837,
							}, -- end of [21]
							[22] = 
							{
								["y"] = 9386.5392809676,
								["x"] = -11781.725166456,
							}, -- end of [22]
							[23] = 
							{
								["y"] = 9774.9478029387,
								["x"] = -12364.337949413,
							}, -- end of [23]
							[24] = 
							{
								["y"] = 10228.091078572,
								["x"] = -12946.950732369,
							}, -- end of [24]
							[25] = 
							{
								["y"] = 10551.764846881,
								["x"] = -13529.563515326,
							}, -- end of [25]
							[26] = 
							{
								["y"] = 10810.703861528,
								["x"] = -14176.911051944,
							}, -- end of [26]
							[27] = 
							{
								["y"] = 10940.173368852,
								["x"] = -14824.258588563,
							}, -- end of [27]
							[28] = 
							{
								["y"] = 10940.173368852,
								["x"] = -15536.340878843,
							}, -- end of [28]
							[29] = 
							{
								["y"] = 10940.173368852,
								["x"] = -16248.423169123,
							}, -- end of [29]
							[30] = 
							{
								["y"] = 10681.234354205,
								["x"] = -16831.03595208,
							}, -- end of [30]
							[31] = 
							{
								["y"] = 10422.295339557,
								["x"] = -17478.383488698,
							}, -- end of [31]
							[32] = 
							{
								["y"] = 10098.621571248,
								["x"] = -17996.261517993,
							}, -- end of [32]
							[34] = 
							{
								["y"] = 9257.0697736439,
								["x"] = -19161.487083906,
							}, -- end of [34]
							[36] = 
							{
								["y"] = 8350.7832223781,
								["x"] = -20132.508388834,
							}, -- end of [36]
							[38] = 
							{
								["y"] = 7444.4966711123,
								["x"] = -21232.999201085,
							}, -- end of [38]
							[40] = 
							{
								["y"] = 6667.6796271701,
								["x"] = -22333.490013337,
							}, -- end of [40]
							[42] = 
							{
								["y"] = 6344.0058588609,
								["x"] = -23628.185086574,
							}, -- end of [42]
							[44] = 
							{
								["y"] = 6020.3320905517,
								["x"] = -24922.880159811,
							}, -- end of [44]
							[46] = 
							{
								["y"] = 5761.3930759043,
								["x"] = -26217.575233048,
							}, -- end of [46]
							[48] = 
							{
								["y"] = 5178.7802929477,
								["x"] = -27447.535552623,
							}, -- end of [48]
							[50] = 
							{
								["y"] = 4272.4937416818,
								["x"] = -28548.026364874,
							}, -- end of [50]
							[52] = 
							{
								["y"] = 3236.7376830923,
								["x"] = -29454.31291614,
							}, -- end of [52]
							[54] = 
							{
								["y"] = 2071.5121171791,
								["x"] = -30231.129960082,
							}, -- end of [54]
							[56] = 
							{
								["y"] = 841.551797604,
								["x"] = -31007.947004024,
							}, -- end of [56]
							[58] = 
							{
								["y"] = -258.93901464739,
								["x"] = -31914.23355529,
							}, -- end of [58]
							[60] = 
							{
								["y"] = -1229.9603195751,
								["x"] = -32885.254860218,
							}, -- end of [60]
							[62] = 
							{
								["y"] = -2006.7773635172,
								["x"] = -34050.480426131,
							}, -- end of [62]
							[64] = 
							{
								["y"] = -2136.2468708409,
								["x"] = -35409.91025303,
							}, -- end of [64]
							[68] = 
							{
								["y"] = -1359.4298268988,
								["x"] = -37869.83089218,
							}, -- end of [68]
							[72] = 
							{
								["y"] = -64.734753661847,
								["x"] = -40265.016777668,
							}, -- end of [72]
							[76] = 
							{
								["y"] = 2071.5121171791,
								["x"] = -42077.5898802,
							}, -- end of [76]
							[80] = 
							{
								["y"] = 3301.4724367541,
								["x"] = -44472.775765688,
							}, -- end of [80]
							[84] = 
							{
								["y"] = 3948.8199733726,
								["x"] = -47191.635419486,
							}, -- end of [84]
							[88] = 
							{
								["y"] = 4466.6980026674,
								["x"] = -49781.025565959,
							}, -- end of [88]
							[92] = 
							{
								["y"] = 4984.5760319621,
								["x"] = -52370.415712433,
							}, -- end of [92]
							[96] = 
							{
								["y"] = 5114.0455392858,
								["x"] = -55283.479627216,
							}, -- end of [96]
							[100] = 
							{
								["y"] = 5243.5150466095,
								["x"] = -58002.339281014,
							}, -- end of [100]
							[104] = 
							{
								["y"] = 5049.310785624,
								["x"] = -60850.668442135,
							}, -- end of [104]
							[108] = 
							{
								["y"] = 4919.8412783003,
								["x"] = -63569.528095933,
							}, -- end of [108]
							[112] = 
							{
								["y"] = 4725.6370173148,
								["x"] = -66288.38774973,
							}, -- end of [112]
							[116] = 
							{
								["y"] = 4790.3717709766,
								["x"] = -69201.451664513,
							}, -- end of [116]
							[120] = 
							{
								["y"] = 4984.5760319621,
								["x"] = -71920.311318311,
							}, -- end of [120]
							[124] = 
							{
								["y"] = 4660.9022636529,
								["x"] = -74639.170972108,
							}, -- end of [124]
							[128] = 
							{
								["y"] = 3689.8809587252,
								["x"] = -77487.500133229,
							}, -- end of [128]
							[136] = 
							{
								["y"] = 1812.5731025317,
								["x"] = -82601.545672515,
							}, -- end of [136]
							[129] = 
							{
								["y"] = 3301.4724367541,
								["x"] = -78134.847669848,
							}, -- end of [129]
							[137] = 
							{
								["y"] = 1553.6340878843,
								["x"] = -83378.362716457,
							}, -- end of [137]
							[65] = 
							{
								["y"] = -2071.5121171791,
								["x"] = -36057.257789648,
							}, -- end of [65]
							[69] = 
							{
								["y"] = -1100.4908122514,
								["x"] = -38581.91318246,
							}, -- end of [69]
							[73] = 
							{
								["y"] = 453.14327563293,
								["x"] = -40718.160053301,
							}, -- end of [73]
							[77] = 
							{
								["y"] = 2459.9206391501,
								["x"] = -42595.467909495,
							}, -- end of [77]
							[81] = 
							{
								["y"] = 3430.9419440778,
								["x"] = -45120.123302307,
							}, -- end of [81]
							[85] = 
							{
								["y"] = 4078.2894806963,
								["x"] = -47838.982956104,
							}, -- end of [85]
							[89] = 
							{
								["y"] = 4596.1675099911,
								["x"] = -50298.903595254,
							}, -- end of [89]
							[93] = 
							{
								["y"] = 5049.310785624,
								["x"] = -53017.763249052,
							}, -- end of [93]
							[97] = 
							{
								["y"] = 5114.0455392858,
								["x"] = -55995.561917497,
							}, -- end of [97]
							[101] = 
							{
								["y"] = 5243.5150466095,
								["x"] = -58779.156324956,
							}, -- end of [101]
							[105] = 
							{
								["y"] = 5049.310785624,
								["x"] = -61498.015978754,
							}, -- end of [105]
							[109] = 
							{
								["y"] = 4919.8412783003,
								["x"] = -64281.610386213,
							}, -- end of [109]
							[113] = 
							{
								["y"] = 4725.6370173148,
								["x"] = -67065.204793672,
							}, -- end of [113]
							[117] = 
							{
								["y"] = 4855.1065246385,
								["x"] = -69913.533954793,
							}, -- end of [117]
							[121] = 
							{
								["y"] = 4984.5760319621,
								["x"] = -72697.128362253,
							}, -- end of [121]
							[125] = 
							{
								["y"] = 4466.6980026674,
								["x"] = -75286.518508727,
							}, -- end of [125]
							[130] = 
							{
								["y"] = 3042.5334221068,
								["x"] = -78717.460452805,
							}, -- end of [130]
							[138] = 
							{
								["y"] = 1294.6950732369,
								["x"] = -83960.975499414,
							}, -- end of [138]
							[79] = 
							{
								["y"] = 3107.2681757686,
								["x"] = -43890.162982731,
							}, -- end of [79]
							[95] = 
							{
								["y"] = 5114.0455392858,
								["x"] = -54506.662583274,
							}, -- end of [95]
							[111] = 
							{
								["y"] = 4790.3717709766,
								["x"] = -65641.040213112,
							}, -- end of [111]
							[127] = 
							{
								["y"] = 4013.5547270344,
								["x"] = -76710.683089287,
							}, -- end of [127]
							[131] = 
							{
								["y"] = 2783.5944074594,
								["x"] = -79300.073235761,
							}, -- end of [131]
							[135] = 
							{
								["y"] = 2006.7773635172,
								["x"] = -81889.463382235,
							}, -- end of [135]
						}, -- end of ["points"]
						["mapX"] = -33527.649226798,
						["lineMode"] = "free",
					}, -- end of [5]
					[10] = 
					{
						["visible"] = true,
						["colorString"] = "0xc80000c8",
						["mapY"] = 139534.25914714,
						["layerName"] = "Common",
						["name"] = "Polygon-2-1-1-1",
						["fillColorString"] = "0xc80000c8",
						["thickness"] = 0,
						["polygonMode"] = "arrow",
						["style"] = "solid",
						["angle"] = 29,
						["mapX"] = -88709.611461065,
						["length"] = 819.3982395582,
						["points"] = 
						{
							[6] = 
							{
								["y"] = 546.2654930388,
								["x"] = -102.42477994477,
							}, -- end of [6]
							[2] = 
							{
								["y"] = 546.2654930388,
								["x"] = 102.42477994477,
							}, -- end of [2]
							[8] = 
							{
								["y"] = 0,
								["x"] = 102.42477994477,
							}, -- end of [8]
							[3] = 
							{
								["y"] = 546.2654930388,
								["x"] = 273.1327465194,
							}, -- end of [3]
							[1] = 
							{
								["y"] = 0,
								["x"] = 102.42477994477,
							}, -- end of [1]
							[4] = 
							{
								["y"] = 819.3982395582,
								["x"] = 0,
							}, -- end of [4]
							[5] = 
							{
								["y"] = 546.2654930388,
								["x"] = -273.1327465194,
							}, -- end of [5]
							[7] = 
							{
								["y"] = 0,
								["x"] = -102.42477994477,
							}, -- end of [7]
						}, -- end of ["points"]
						["primitiveType"] = "Polygon",
					}, -- end of [10]
					[20] = 
					{
						["visible"] = true,
						["borderThickness"] = 0,
						["mapY"] = 149624.11771031,
						["layerName"] = "Common",
						["mapX"] = -89053.588965245,
						["colorString"] = "0xc80000c8",
						["font"] = "DejaVuLGCSansCondensed.ttf",
						["name"] = "Text Box-1-3",
						["angle"] = 0,
						["text"] = "3",
						["fillColorString"] = "0xff000000",
						["primitiveType"] = "TextBox",
						["fontSize"] = 20,
					}, -- end of [20]
					[21] = 
					{
						["visible"] = true,
						["borderThickness"] = 0,
						["mapY"] = 146769.6833613,
						["layerName"] = "Common",
						["mapX"] = -90795.137114664,
						["colorString"] = "0xc80000c8",
						["font"] = "DejaVuLGCSansCondensed.ttf",
						["name"] = "Text Box-1-4",
						["angle"] = 0,
						["text"] = "3",
						["fillColorString"] = "0xff000000",
						["primitiveType"] = "TextBox",
						["fontSize"] = 20,
					}, -- end of [21]
					[11] = 
					{
						["visible"] = true,
						["colorString"] = "0xc80000c8",
						["mapY"] = 141652.52177444,
						["layerName"] = "Common",
						["name"] = "Polygon-2-1-2",
						["fillColorString"] = "0xc80000c8",
						["thickness"] = 0,
						["polygonMode"] = "arrow",
						["style"] = "solid",
						["angle"] = 337,
						["mapX"] = -47658.691954868,
						["length"] = 819.3982395582,
						["points"] = 
						{
							[6] = 
							{
								["y"] = 546.2654930388,
								["x"] = -102.42477994477,
							}, -- end of [6]
							[2] = 
							{
								["y"] = 546.2654930388,
								["x"] = 102.42477994477,
							}, -- end of [2]
							[8] = 
							{
								["y"] = 0,
								["x"] = 102.42477994477,
							}, -- end of [8]
							[3] = 
							{
								["y"] = 546.2654930388,
								["x"] = 273.1327465194,
							}, -- end of [3]
							[1] = 
							{
								["y"] = 0,
								["x"] = 102.42477994477,
							}, -- end of [1]
							[4] = 
							{
								["y"] = 819.3982395582,
								["x"] = 0,
							}, -- end of [4]
							[5] = 
							{
								["y"] = 546.2654930388,
								["x"] = -273.1327465194,
							}, -- end of [5]
							[7] = 
							{
								["y"] = 0,
								["x"] = -102.42477994477,
							}, -- end of [7]
						}, -- end of ["points"]
						["primitiveType"] = "Polygon",
					}, -- end of [11]
					[3] = 
					{
						["visible"] = true,
						["mapY"] = 143122.51027055,
						["primitiveType"] = "Line",
						["closed"] = false,
						["thickness"] = 40,
						["colorString"] = "0x0080ffff",
						["style"] = "strongpoint",
						["layerName"] = "Common",
						["name"] = "Line-6",
						["points"] = 
						{
							[1] = 
							{
								["y"] = 0,
								["x"] = 0,
							}, -- end of [1]
							[2] = 
							{
								["y"] = 3858.453460115,
								["x"] = -8988.1842629462,
							}, -- end of [2]
						}, -- end of ["points"]
						["mapX"] = -44909.312114017,
						["lineMode"] = "segments",
					}, -- end of [3]
					[6] = 
					{
						["visible"] = true,
						["colorString"] = "0xc80000c8",
						["mapY"] = 142703.09164337,
						["layerName"] = "Common",
						["name"] = "Polygon-2-1-1",
						["fillColorString"] = "0xc80000c8",
						["thickness"] = 0,
						["polygonMode"] = "arrow",
						["style"] = "solid",
						["angle"] = 29,
						["mapX"] = -83813.259267376,
						["length"] = 819.3982395582,
						["points"] = 
						{
							[6] = 
							{
								["y"] = 546.2654930388,
								["x"] = -102.42477994477,
							}, -- end of [6]
							[2] = 
							{
								["y"] = 546.2654930388,
								["x"] = 102.42477994477,
							}, -- end of [2]
							[8] = 
							{
								["y"] = 0,
								["x"] = 102.42477994477,
							}, -- end of [8]
							[3] = 
							{
								["y"] = 546.2654930388,
								["x"] = 273.1327465194,
							}, -- end of [3]
							[1] = 
							{
								["y"] = 0,
								["x"] = 102.42477994477,
							}, -- end of [1]
							[4] = 
							{
								["y"] = 819.3982395582,
								["x"] = 0,
							}, -- end of [4]
							[5] = 
							{
								["y"] = 546.2654930388,
								["x"] = -273.1327465194,
							}, -- end of [5]
							[7] = 
							{
								["y"] = 0,
								["x"] = -102.42477994477,
							}, -- end of [7]
						}, -- end of ["points"]
						["primitiveType"] = "Polygon",
					}, -- end of [6]
					[12] = 
					{
						["visible"] = true,
						["mapY"] = 148223.16939896,
						["primitiveType"] = "Line",
						["closed"] = false,
						["thickness"] = 4,
						["colorString"] = "0xc80000c8",
						["style"] = "solid",
						["layerName"] = "Common",
						["name"] = "Line-4",
						["points"] = 
						{
							[2] = 
							{
								["y"] = 88.188151623122,
								["x"] = -132.28222743468,
							}, -- end of [2]
							[3] = 
							{
								["y"] = 42.6253577795,
								["x"] = -63.875496466077,
							}, -- end of [3]
							[1] = 
							{
								["y"] = 0,
								["x"] = 0,
							}, -- end of [1]
							[4] = 
							{
								["y"] = -21.982116163388,
								["x"] = -111.94888182986,
							}, -- end of [4]
							[5] = 
							{
								["y"] = 112.07241838463,
								["x"] = -12.187367747618,
							}, -- end of [5]
						}, -- end of ["points"]
						["mapX"] = -50192.44112202,
						["lineMode"] = "segments",
					}, -- end of [12]
					[13] = 
					{
						["visible"] = true,
						["mapY"] = 149748.57758925,
						["primitiveType"] = "Line",
						["closed"] = false,
						["thickness"] = 4,
						["colorString"] = "0xc80000c8",
						["style"] = "solid",
						["layerName"] = "Common",
						["name"] = "Line-4-1",
						["points"] = 
						{
							[2] = 
							{
								["y"] = 88.188151623122,
								["x"] = -132.28222743468,
							}, -- end of [2]
							[3] = 
							{
								["y"] = 42.6253577795,
								["x"] = -63.875496466077,
							}, -- end of [3]
							[1] = 
							{
								["y"] = 0,
								["x"] = 0,
							}, -- end of [1]
							[4] = 
							{
								["y"] = -21.982116163388,
								["x"] = -111.94888182986,
							}, -- end of [4]
							[5] = 
							{
								["y"] = 112.07241838463,
								["x"] = -12.187367747618,
							}, -- end of [5]
						}, -- end of ["points"]
						["mapX"] = -47866.502566393,
						["lineMode"] = "segments",
					}, -- end of [13]
					[7] = 
					{
						["visible"] = true,
						["mapY"] = 127388.22887866,
						["primitiveType"] = "Line",
						["closed"] = false,
						["thickness"] = 16,
						["colorString"] = "0x0080ffc8",
						["style"] = "dash",
						["layerName"] = "Common",
						["name"] = "Line-3-1",
						["points"] = 
						{
							[33] = 
							{
								["y"] = 9645.478295615,
								["x"] = -18578.87430095,
							}, -- end of [33]
							[35] = 
							{
								["y"] = 8803.926498011,
								["x"] = -19679.365113201,
							}, -- end of [35]
							[37] = 
							{
								["y"] = 7897.6399467452,
								["x"] = -20715.121171791,
							}, -- end of [37]
							[39] = 
							{
								["y"] = 6991.3533954794,
								["x"] = -21750.87723038,
							}, -- end of [39]
							[41] = 
							{
								["y"] = 6538.2101198464,
								["x"] = -22916.102796293,
							}, -- end of [41]
							[43] = 
							{
								["y"] = 6149.8015978753,
								["x"] = -24275.532623192,
							}, -- end of [43]
							[45] = 
							{
								["y"] = 5890.862583228,
								["x"] = -25570.227696429,
							}, -- end of [45]
							[47] = 
							{
								["y"] = 5567.1888149187,
								["x"] = -26864.922769666,
							}, -- end of [47]
							[49] = 
							{
								["y"] = 4725.6370173148,
								["x"] = -28030.148335579,
							}, -- end of [49]
							[51] = 
							{
								["y"] = 3754.6157123871,
								["x"] = -29065.904394169,
							}, -- end of [51]
							[53] = 
							{
								["y"] = 2654.1249001357,
								["x"] = -29777.986684449,
							}, -- end of [53]
							[55] = 
							{
								["y"] = 1488.8993342225,
								["x"] = -30619.538482053,
							}, -- end of [55]
							[57] = 
							{
								["y"] = 258.93901464739,
								["x"] = -31461.090279657,
							}, -- end of [57]
							[59] = 
							{
								["y"] = -776.81704394214,
								["x"] = -32367.376830923,
							}, -- end of [59]
							[61] = 
							{
								["y"] = -1683.103595208,
								["x"] = -33467.867643174,
							}, -- end of [61]
							[63] = 
							{
								["y"] = -2136.2468708409,
								["x"] = -34697.827962749,
							}, -- end of [63]
							[66] = 
							{
								["y"] = -1812.5731025317,
								["x"] = -36704.605326267,
							}, -- end of [66]
							[70] = 
							{
								["y"] = -841.55179760398,
								["x"] = -39164.525965417,
							}, -- end of [70]
							[74] = 
							{
								["y"] = 1035.7560585895,
								["x"] = -41171.303328934,
							}, -- end of [74]
							[78] = 
							{
								["y"] = 2783.5944074594,
								["x"] = -43242.815446113,
							}, -- end of [78]
							[82] = 
							{
								["y"] = 3625.1462050634,
								["x"] = -45832.205592587,
							}, -- end of [82]
							[86] = 
							{
								["y"] = 4207.75898802,
								["x"] = -48486.330492723,
							}, -- end of [86]
							[90] = 
							{
								["y"] = 4725.6370173148,
								["x"] = -51075.720639196,
							}, -- end of [90]
							[94] = 
							{
								["y"] = 5114.0455392858,
								["x"] = -53729.845539332,
							}, -- end of [94]
							[98] = 
							{
								["y"] = 5178.7802929477,
								["x"] = -56642.909454115,
							}, -- end of [98]
							[102] = 
							{
								["y"] = 5178.7802929477,
								["x"] = -59491.238615236,
							}, -- end of [102]
							[106] = 
							{
								["y"] = 4984.5760319621,
								["x"] = -62145.363515372,
							}, -- end of [106]
							[110] = 
							{
								["y"] = 4790.3717709766,
								["x"] = -64928.957922831,
							}, -- end of [110]
							[114] = 
							{
								["y"] = 4725.6370173148,
								["x"] = -67777.287083953,
							}, -- end of [114]
							[118] = 
							{
								["y"] = 4984.5760319621,
								["x"] = -70560.881491412,
							}, -- end of [118]
							[122] = 
							{
								["y"] = 4919.8412783003,
								["x"] = -73344.475898871,
							}, -- end of [122]
							[126] = 
							{
								["y"] = 4272.4937416818,
								["x"] = -75998.600799007,
							}, -- end of [126]
							[132] = 
							{
								["y"] = 2589.3901464738,
								["x"] = -80012.155526041,
							}, -- end of [132]
							[1] = 
							{
								["y"] = 323.67376830924,
								["x"] = -517.87802929477,
							}, -- end of [1]
							[2] = 
							{
								["y"] = 776.81704394215,
								["x"] = -971.02130492769,
							}, -- end of [2]
							[133] = 
							{
								["y"] = 2395.1858854883,
								["x"] = -80659.50306266,
							}, -- end of [133]
							[3] = 
							{
								["y"] = 1229.9603195751,
								["x"] = -1488.8993342225,
							}, -- end of [3]
							[4] = 
							{
								["y"] = 1747.8383488698,
								["x"] = -2006.7773635172,
							}, -- end of [4]
							[67] = 
							{
								["y"] = -1424.1645805606,
								["x"] = -37222.483355561,
							}, -- end of [67]
							[71] = 
							{
								["y"] = -517.87802929476,
								["x"] = -39747.138748373,
							}, -- end of [71]
							[75] = 
							{
								["y"] = 1553.6340878843,
								["x"] = -41559.711850905,
							}, -- end of [75]
							[5] = 
							{
								["y"] = 2200.9816245028,
								["x"] = -2524.655392812,
							}, -- end of [5]
							[83] = 
							{
								["y"] = 3819.3504660489,
								["x"] = -46544.287882867,
							}, -- end of [83]
							[87] = 
							{
								["y"] = 4401.9632490055,
								["x"] = -49133.678029341,
							}, -- end of [87]
							[91] = 
							{
								["y"] = 4919.8412783003,
								["x"] = -51723.068175815,
							}, -- end of [91]
							[6] = 
							{
								["y"] = 2718.8596537975,
								["x"] = -2977.7986684449,
							}, -- end of [6]
							[99] = 
							{
								["y"] = 5178.7802929477,
								["x"] = -57354.991744395,
							}, -- end of [99]
							[103] = 
							{
								["y"] = 5178.7802929477,
								["x"] = -60203.320905517,
							}, -- end of [103]
							[107] = 
							{
								["y"] = 4919.8412783003,
								["x"] = -62857.445805652,
							}, -- end of [107]
							[7] = 
							{
								["y"] = 3236.7376830923,
								["x"] = -3430.9419440778,
							}, -- end of [7]
							[115] = 
							{
								["y"] = 4725.6370173148,
								["x"] = -68424.634620571,
							}, -- end of [115]
							[119] = 
							{
								["y"] = 4984.5760319621,
								["x"] = -71272.963781692,
							}, -- end of [119]
							[123] = 
							{
								["y"] = 4790.3717709766,
								["x"] = -73927.088681828,
							}, -- end of [123]
							[8] = 
							{
								["y"] = 3754.6157123871,
								["x"] = -3884.0852197108,
							}, -- end of [8]
							[134] = 
							{
								["y"] = 2200.9816245028,
								["x"] = -81306.850599278,
							}, -- end of [134]
							[9] = 
							{
								["y"] = 4207.75898802,
								["x"] = -4337.2284953437,
							}, -- end of [9]
							[10] = 
							{
								["y"] = 4790.3717709766,
								["x"] = -4855.1065246384,
							}, -- end of [10]
							[11] = 
							{
								["y"] = 5243.5150466095,
								["x"] = -5372.9845539332,
							}, -- end of [11]
							[12] = 
							{
								["y"] = 5567.1888149187,
								["x"] = -5890.862583228,
							}, -- end of [12]
							[13] = 
							{
								["y"] = 6085.0668442135,
								["x"] = -6473.4753661846,
							}, -- end of [13]
							[14] = 
							{
								["y"] = 6473.4753661846,
								["x"] = -6991.3533954794,
							}, -- end of [14]
							[15] = 
							{
								["y"] = 6861.8838881557,
								["x"] = -7573.966178436,
							}, -- end of [15]
							[16] = 
							{
								["y"] = 7250.2924101267,
								["x"] = -8156.5789613926,
							}, -- end of [16]
							[17] = 
							{
								["y"] = 7638.7009320978,
								["x"] = -8739.1917443492,
							}, -- end of [17]
							[18] = 
							{
								["y"] = 7897.6399467452,
								["x"] = -9386.5392809676,
							}, -- end of [18]
							[19] = 
							{
								["y"] = 8221.3137150544,
								["x"] = -9969.1520639243,
							}, -- end of [19]
							[20] = 
							{
								["y"] = 8584.6985059704,
								["x"] = -10467.256726817,
							}, -- end of [20]
							[21] = 
							{
								["y"] = 8933.3960053347,
								["x"] = -11134.377629837,
							}, -- end of [21]
							[22] = 
							{
								["y"] = 9386.5392809676,
								["x"] = -11781.725166456,
							}, -- end of [22]
							[23] = 
							{
								["y"] = 9774.9478029387,
								["x"] = -12364.337949413,
							}, -- end of [23]
							[24] = 
							{
								["y"] = 10228.091078572,
								["x"] = -12946.950732369,
							}, -- end of [24]
							[25] = 
							{
								["y"] = 10551.764846881,
								["x"] = -13529.563515326,
							}, -- end of [25]
							[26] = 
							{
								["y"] = 10810.703861528,
								["x"] = -14176.911051944,
							}, -- end of [26]
							[27] = 
							{
								["y"] = 10940.173368852,
								["x"] = -14824.258588563,
							}, -- end of [27]
							[28] = 
							{
								["y"] = 10940.173368852,
								["x"] = -15536.340878843,
							}, -- end of [28]
							[29] = 
							{
								["y"] = 10940.173368852,
								["x"] = -16248.423169123,
							}, -- end of [29]
							[30] = 
							{
								["y"] = 10681.234354205,
								["x"] = -16831.03595208,
							}, -- end of [30]
							[31] = 
							{
								["y"] = 10422.295339557,
								["x"] = -17478.383488698,
							}, -- end of [31]
							[32] = 
							{
								["y"] = 10098.621571248,
								["x"] = -17996.261517993,
							}, -- end of [32]
							[34] = 
							{
								["y"] = 9257.0697736439,
								["x"] = -19161.487083906,
							}, -- end of [34]
							[36] = 
							{
								["y"] = 8350.7832223781,
								["x"] = -20132.508388834,
							}, -- end of [36]
							[38] = 
							{
								["y"] = 7444.4966711123,
								["x"] = -21232.999201085,
							}, -- end of [38]
							[40] = 
							{
								["y"] = 6667.6796271701,
								["x"] = -22333.490013337,
							}, -- end of [40]
							[42] = 
							{
								["y"] = 6344.0058588609,
								["x"] = -23628.185086574,
							}, -- end of [42]
							[44] = 
							{
								["y"] = 6020.3320905517,
								["x"] = -24922.880159811,
							}, -- end of [44]
							[46] = 
							{
								["y"] = 5761.3930759043,
								["x"] = -26217.575233048,
							}, -- end of [46]
							[48] = 
							{
								["y"] = 5178.7802929477,
								["x"] = -27447.535552623,
							}, -- end of [48]
							[50] = 
							{
								["y"] = 4272.4937416818,
								["x"] = -28548.026364874,
							}, -- end of [50]
							[52] = 
							{
								["y"] = 3236.7376830923,
								["x"] = -29454.31291614,
							}, -- end of [52]
							[54] = 
							{
								["y"] = 2071.5121171791,
								["x"] = -30231.129960082,
							}, -- end of [54]
							[56] = 
							{
								["y"] = 841.551797604,
								["x"] = -31007.947004024,
							}, -- end of [56]
							[58] = 
							{
								["y"] = -258.93901464739,
								["x"] = -31914.23355529,
							}, -- end of [58]
							[60] = 
							{
								["y"] = -1229.9603195751,
								["x"] = -32885.254860218,
							}, -- end of [60]
							[62] = 
							{
								["y"] = -2006.7773635172,
								["x"] = -34050.480426131,
							}, -- end of [62]
							[64] = 
							{
								["y"] = -2136.2468708409,
								["x"] = -35409.91025303,
							}, -- end of [64]
							[68] = 
							{
								["y"] = -1359.4298268988,
								["x"] = -37869.83089218,
							}, -- end of [68]
							[72] = 
							{
								["y"] = -64.734753661847,
								["x"] = -40265.016777668,
							}, -- end of [72]
							[76] = 
							{
								["y"] = 2071.5121171791,
								["x"] = -42077.5898802,
							}, -- end of [76]
							[80] = 
							{
								["y"] = 3301.4724367541,
								["x"] = -44472.775765688,
							}, -- end of [80]
							[84] = 
							{
								["y"] = 3948.8199733726,
								["x"] = -47191.635419486,
							}, -- end of [84]
							[88] = 
							{
								["y"] = 4466.6980026674,
								["x"] = -49781.025565959,
							}, -- end of [88]
							[92] = 
							{
								["y"] = 4984.5760319621,
								["x"] = -52370.415712433,
							}, -- end of [92]
							[96] = 
							{
								["y"] = 5114.0455392858,
								["x"] = -55283.479627216,
							}, -- end of [96]
							[100] = 
							{
								["y"] = 5243.5150466095,
								["x"] = -58002.339281014,
							}, -- end of [100]
							[104] = 
							{
								["y"] = 5049.310785624,
								["x"] = -60850.668442135,
							}, -- end of [104]
							[108] = 
							{
								["y"] = 4919.8412783003,
								["x"] = -63569.528095933,
							}, -- end of [108]
							[112] = 
							{
								["y"] = 4725.6370173148,
								["x"] = -66288.38774973,
							}, -- end of [112]
							[116] = 
							{
								["y"] = 4790.3717709766,
								["x"] = -69201.451664513,
							}, -- end of [116]
							[120] = 
							{
								["y"] = 4984.5760319621,
								["x"] = -71920.311318311,
							}, -- end of [120]
							[124] = 
							{
								["y"] = 4660.9022636529,
								["x"] = -74639.170972108,
							}, -- end of [124]
							[128] = 
							{
								["y"] = 3689.8809587252,
								["x"] = -77487.500133229,
							}, -- end of [128]
							[136] = 
							{
								["y"] = 1812.5731025317,
								["x"] = -82601.545672515,
							}, -- end of [136]
							[129] = 
							{
								["y"] = 3301.4724367541,
								["x"] = -78134.847669848,
							}, -- end of [129]
							[137] = 
							{
								["y"] = 1553.6340878843,
								["x"] = -83378.362716457,
							}, -- end of [137]
							[65] = 
							{
								["y"] = -2071.5121171791,
								["x"] = -36057.257789648,
							}, -- end of [65]
							[69] = 
							{
								["y"] = -1100.4908122514,
								["x"] = -38581.91318246,
							}, -- end of [69]
							[73] = 
							{
								["y"] = 453.14327563293,
								["x"] = -40718.160053301,
							}, -- end of [73]
							[77] = 
							{
								["y"] = 2459.9206391501,
								["x"] = -42595.467909495,
							}, -- end of [77]
							[81] = 
							{
								["y"] = 3430.9419440778,
								["x"] = -45120.123302307,
							}, -- end of [81]
							[85] = 
							{
								["y"] = 4078.2894806963,
								["x"] = -47838.982956104,
							}, -- end of [85]
							[89] = 
							{
								["y"] = 4596.1675099911,
								["x"] = -50298.903595254,
							}, -- end of [89]
							[93] = 
							{
								["y"] = 5049.310785624,
								["x"] = -53017.763249052,
							}, -- end of [93]
							[97] = 
							{
								["y"] = 5114.0455392858,
								["x"] = -55995.561917497,
							}, -- end of [97]
							[101] = 
							{
								["y"] = 5243.5150466095,
								["x"] = -58779.156324956,
							}, -- end of [101]
							[105] = 
							{
								["y"] = 5049.310785624,
								["x"] = -61498.015978754,
							}, -- end of [105]
							[109] = 
							{
								["y"] = 4919.8412783003,
								["x"] = -64281.610386213,
							}, -- end of [109]
							[113] = 
							{
								["y"] = 4725.6370173148,
								["x"] = -67065.204793672,
							}, -- end of [113]
							[117] = 
							{
								["y"] = 4855.1065246385,
								["x"] = -69913.533954793,
							}, -- end of [117]
							[121] = 
							{
								["y"] = 4984.5760319621,
								["x"] = -72697.128362253,
							}, -- end of [121]
							[125] = 
							{
								["y"] = 4466.6980026674,
								["x"] = -75286.518508727,
							}, -- end of [125]
							[130] = 
							{
								["y"] = 3042.5334221068,
								["x"] = -78717.460452805,
							}, -- end of [130]
							[138] = 
							{
								["y"] = 1294.6950732369,
								["x"] = -83960.975499414,
							}, -- end of [138]
							[79] = 
							{
								["y"] = 3107.2681757686,
								["x"] = -43890.162982731,
							}, -- end of [79]
							[95] = 
							{
								["y"] = 5114.0455392858,
								["x"] = -54506.662583274,
							}, -- end of [95]
							[111] = 
							{
								["y"] = 4790.3717709766,
								["x"] = -65641.040213112,
							}, -- end of [111]
							[127] = 
							{
								["y"] = 4013.5547270344,
								["x"] = -76710.683089287,
							}, -- end of [127]
							[131] = 
							{
								["y"] = 2783.5944074594,
								["x"] = -79300.073235761,
							}, -- end of [131]
							[135] = 
							{
								["y"] = 2006.7773635172,
								["x"] = -81889.463382235,
							}, -- end of [135]
						}, -- end of ["points"]
						["mapX"] = -33620.856306562,
						["lineMode"] = "free",
					}, -- end of [7]
					[14] = 
					{
						["visible"] = true,
						["mapY"] = 147379.72725382,
						["primitiveType"] = "Line",
						["closed"] = false,
						["thickness"] = 4,
						["colorString"] = "0xc80000c8",
						["style"] = "solid",
						["layerName"] = "Common",
						["name"] = "Line-4-2",
						["points"] = 
						{
							[2] = 
							{
								["y"] = 88.188151623122,
								["x"] = -132.28222743468,
							}, -- end of [2]
							[3] = 
							{
								["y"] = 42.6253577795,
								["x"] = -63.875496466077,
							}, -- end of [3]
							[1] = 
							{
								["y"] = 0,
								["x"] = 0,
							}, -- end of [1]
							[4] = 
							{
								["y"] = -21.982116163388,
								["x"] = -111.94888182986,
							}, -- end of [4]
							[5] = 
							{
								["y"] = 112.07241838463,
								["x"] = -12.187367747618,
							}, -- end of [5]
						}, -- end of ["points"]
						["mapX"] = -46992.136203237,
						["lineMode"] = "segments",
					}, -- end of [14]
					[19] = 
					{
						["visible"] = true,
						["borderThickness"] = 0,
						["mapY"] = 149794.82237366,
						["layerName"] = "Common",
						["mapX"] = -47891.096049726,
						["colorString"] = "0xc80000c8",
						["font"] = "DejaVuLGCSansCondensed.ttf",
						["name"] = "Text Box-1-2",
						["angle"] = 0,
						["text"] = "2",
						["fillColorString"] = "0xff000000",
						["primitiveType"] = "TextBox",
						["fontSize"] = 20,
					}, -- end of [19]
					[15] = 
					{
						["visible"] = true,
						["mapY"] = 149570.1473075,
						["primitiveType"] = "Line",
						["closed"] = false,
						["thickness"] = 4,
						["colorString"] = "0xc80000c8",
						["style"] = "solid",
						["layerName"] = "Common",
						["name"] = "Line-4-3",
						["points"] = 
						{
							[2] = 
							{
								["y"] = 88.188151623122,
								["x"] = -132.28222743468,
							}, -- end of [2]
							[3] = 
							{
								["y"] = 42.6253577795,
								["x"] = -63.875496466077,
							}, -- end of [3]
							[1] = 
							{
								["y"] = 0,
								["x"] = 0,
							}, -- end of [1]
							[4] = 
							{
								["y"] = -21.982116163388,
								["x"] = -111.94888182986,
							}, -- end of [4]
							[5] = 
							{
								["y"] = 112.07241838463,
								["x"] = -12.187367747618,
							}, -- end of [5]
						}, -- end of ["points"]
						["mapX"] = -89038.780887877,
						["lineMode"] = "segments",
					}, -- end of [15]
				}, -- end of ["objects"]
			}, -- end of [4]
			[5] = 
			{
				["visible"] = true,
				["name"] = "Author",
				["objects"] = {},
			}, -- end of [5]
		}, -- end of ["layers"]
	}, -- end of ["drawings"]
	["descriptionNeutralsTask"] = "DictKey_descriptionNeutralsTask_4",
	["pictureFileNameServer"] = {},
	["weather"] = 
	{
		["wind"] = 
		{
			["at8000"] = 
			{
				["speed"] = 0,
				["dir"] = 0,
			}, -- end of ["at8000"]
			["atGround"] = 
			{
				["speed"] = 0,
				["dir"] = 0,
			}, -- end of ["atGround"]
			["at2000"] = 
			{
				["speed"] = 0,
				["dir"] = 0,
			}, -- end of ["at2000"]
		}, -- end of ["wind"]
		["enable_fog"] = false,
		["season"] = 
		{
			["temperature"] = 20,
		}, -- end of ["season"]
		["qnh"] = 760,
		["cyclones"] = {},
		["dust_density"] = 0,
		["enable_dust"] = false,
		["clouds"] = 
		{
			["thickness"] = 200,
			["density"] = 0,
			["preset"] = "Preset2",
			["base"] = 2500,
			["iprecptns"] = 0,
		}, -- end of ["clouds"]
		["atmosphere_type"] = 0,
		["groundTurbulence"] = 0,
		["halo"] = 
		{
			["preset"] = "auto",
		}, -- end of ["halo"]
		["type_weather"] = 0,
		["modifiedTime"] = false,
		["name"] = "Winter, clean sky",
		["fog"] = 
		{
			["visibility"] = 0,
			["thickness"] = 0,
		}, -- end of ["fog"]
		["visibility"] = 
		{
			["distance"] = 80000,
		}, -- end of ["visibility"]
	}, -- end of ["weather"]
	["theatre"] = "Normandy",
	["triggers"] = 
	{
		["zones"] = 
		{
			[1] = 
			{
				["radius"] = 1219.2,
				["zoneId"] = 1,
				["color"] = 
				{
					[1] = 1,
					[2] = 1,
					[3] = 1,
					[4] = 0.15,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 112555.93866562,
				["x"] = -45954.877033497,
				["name"] = "Neue Zerstörung",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [1]
			[2] = 
			{
				["radius"] = 1219.2,
				["zoneId"] = 2,
				["color"] = 
				{
					[1] = 1,
					[2] = 1,
					[3] = 1,
					[4] = 0.15,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 117290.72548932,
				["x"] = -61119.031729372,
				["name"] = "Neue Zerstörung-1",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [2]
			[3] = 
			{
				["radius"] = 213.36,
				["zoneId"] = 3,
				["color"] = 
				{
					[1] = 1,
					[2] = 1,
					[3] = 1,
					[4] = 0.15,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 148346.21999494,
				["x"] = -90433.576165634,
				["name"] = "SÜD_BOMB",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [3]
			[4] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 4,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 148268.02655024,
				["x"] = -90501.037508939,
				["name"] = "Bomb_Süd",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [4]
			[5] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 5,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 148380.81662407,
				["x"] = -90471.371118343,
				["name"] = "Bomb_Süd-1",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [5]
			[6] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 6,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 148264.24690669,
				["x"] = -90415.294019451,
				["name"] = "Bomb_Süd-2",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [6]
			[7] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 7,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 148355.64816237,
				["x"] = -90379.08675875,
				["name"] = "Bomb_Süd-3",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [7]
			[8] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 8,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 148451.02338568,
				["x"] = -90418.826435129,
				["name"] = "Bomb_Süd-4",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [8]
			[9] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 9,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 148464.71149643,
				["x"] = -90465.630942866,
				["name"] = "Bomb_Süd-5",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [9]
			[10] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 10,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 148502.68496497,
				["x"] = -90421.034194928,
				["name"] = "Bomb_Süd-6",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [10]
			[11] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 11,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 148523.87945904,
				["x"] = -90447.527312515,
				["name"] = "Bomb_Süd-7",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [11]
			[12] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 12,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 148508.42514045,
				["x"] = -90387.917797945,
				["name"] = "Bomb_Süd-8",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [12]
			[13] = 
			{
				["radius"] = 213.36,
				["zoneId"] = 13,
				["color"] = 
				{
					[1] = 1,
					[2] = 1,
					[3] = 1,
					[4] = 0.15,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 147830.72581157,
				["x"] = -47531.674539527,
				["name"] = "SÜD_Nord",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [13]
			[14] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 14,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 147765.93275821,
				["x"] = -47477.663047171,
				["name"] = "Bomb_nord",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [14]
			[15] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 15,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 147706.44585631,
				["x"] = -47479.665010216,
				["name"] = "Bomb_nord-1",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [15]
			[16] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 16,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 147853.44714273,
				["x"] = -47542.583848764,
				["name"] = "Bomb_nord-2",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [16]
			[17] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 17,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 147852.01716913,
				["x"] = -47499.398645942,
				["name"] = "Bomb_nord-3",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [17]
			[18] = 
			{
				["radius"] = 4.8768,
				["zoneId"] = 18,
				["color"] = 
				{
					[1] = 1,
					[2] = 0,
					[3] = 0,
					[4] = 0.14901960784314,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 147912.07606047,
				["x"] = -47561.745495049,
				["name"] = "Bomb_nord-4",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [18]
			[19] = 
			{
				["radius"] = 1219.2,
				["zoneId"] = 19,
				["color"] = 
				{
					[1] = 1,
					[2] = 1,
					[3] = 1,
					[4] = 0.15,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 129716.19492945,
				["x"] = -60166.972061408,
				["name"] = "Neue Zerstörung-2",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [19]
			[20] = 
			{
				["radius"] = 304.8,
				["zoneId"] = 20,
				["color"] = 
				{
					[1] = 1,
					[2] = 1,
					[3] = 1,
					[4] = 0.15,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 128487.15777932,
				["x"] = -43893.724398739,
				["name"] = "Neue Zerstörung-3",
				["heading"] = 0,
				["type"] = 0,
			}, -- end of [20]
			[21] = 
			{
				["radius"] = 3000,
				["zoneId"] = 21,
				["color"] = 
				{
					[1] = 1,
					[2] = 1,
					[3] = 1,
					[4] = 0.15,
				}, -- end of ["color"]
				["properties"] = {},
				["hidden"] = true,
				["y"] = 112245.95507454,
				["x"] = -56848.878616668,
				["name"] = "Panzer_move",
				["type"] = 2,
				["heading"] = 0,
				["verticies"] = 
				{
					[1] = 
					{
						["y"] = 110980.09601858,
						["x"] = -87899.347397341,
					}, -- end of [1]
					[2] = 
					{
						["y"] = 118176.83970602,
						["x"] = -87791.125687756,
					}, -- end of [2]
					[3] = 
					{
						["y"] = 112908.09824136,
						["x"] = -25709.918026283,
					}, -- end of [3]
					[4] = 
					{
						["y"] = 106918.78633221,
						["x"] = -25995.123355291,
					}, -- end of [4]
				}, -- end of ["verticies"]
			}, -- end of [21]
		}, -- end of ["zones"]
	}, -- end of ["triggers"]
	["map"] = 
	{
		["centerY"] = 149117.92839727,
		["zoom"] = 55342.05510752,
		["centerX"] = -50181.434580768,
	}, -- end of ["map"]
	["coalitions"] = 
	{
		["neutrals"] = 
		{
			[1] = 91,
			[2] = 70,
			[3] = 83,
			[4] = 17,
			[5] = 65,
			[6] = 86,
			[7] = 64,
			[8] = 25,
			[9] = 63,
			[10] = 76,
			[11] = 78,
			[12] = 66,
			[13] = 90,
			[14] = 30,
			[15] = 87,
			[16] = 31,
			[17] = 61,
			[18] = 33,
			[19] = 60,
			[20] = 35,
			[21] = 69,
			[22] = 36,
			[23] = 48,
			[24] = 59,
			[25] = 67,
			[26] = 72,
			[27] = 71,
			[28] = 79,
			[29] = 58,
			[30] = 57,
			[31] = 55,
			[32] = 56,
			[33] = 92,
			[34] = 88,
			[35] = 73,
			[36] = 39,
			[37] = 89,
			[38] = 54,
			[39] = 77,
			[40] = 41,
			[41] = 42,
			[42] = 22,
			[43] = 44,
			[44] = 85,
			[45] = 53,
			[46] = 75,
			[47] = 52,
			[48] = 51,
			[49] = 32,
			[50] = 82,
			[51] = 7,
			[52] = 68,
			[53] = 50,
			[54] = 74,
			[55] = 49,
			[56] = 84,
			[57] = 29,
			[58] = 62,
			[59] = 23,
		}, -- end of ["neutrals"]
		["blue"] = 
		{
			[1] = 21,
			[2] = 11,
			[3] = 80,
			[4] = 6,
			[5] = 13,
			[6] = 5,
			[7] = 4,
			[8] = 16,
			[9] = 15,
			[10] = 20,
			[11] = 8,
			[12] = 28,
			[13] = 10,
			[14] = 12,
			[15] = 40,
			[16] = 46,
			[17] = 9,
			[18] = 45,
			[19] = 26,
			[20] = 3,
			[21] = 1,
			[22] = 2,
		}, -- end of ["blue"]
		["red"] = 
		{
			[1] = 18,
			[2] = 27,
			[3] = 81,
			[4] = 34,
			[5] = 37,
			[6] = 38,
			[7] = 0,
			[8] = 43,
			[9] = 47,
			[10] = 19,
			[11] = 24,
		}, -- end of ["red"]
	}, -- end of ["coalitions"]
	["descriptionText"] = "DictKey_descriptionText_1",
	["pictureFileNameR"] = 
	{
		[1] = "ResKey_ImageBriefing_21",
		[2] = "ResKey_ImageBriefing_22",
		[3] = "ResKey_ImageBriefing_24",
	}, -- end of ["pictureFileNameR"]
	["descriptionBlueTask"] = "DictKey_descriptionBlueTask_3",
	["goals"] = {},
	["descriptionRedTask"] = "DictKey_descriptionRedTask_2",
	["pictureFileNameB"] = {},
	["coalition"] = 
	{
		["neutrals"] = 
		{
			["bullseye"] = 
			{
				["y"] = 0,
				["x"] = 0,
			}, -- end of ["bullseye"]
			["nav_points"] = {},
			["name"] = "neutrals",
			["country"] = {},
		}, -- end of ["neutrals"]
		["blue"] = 
		{
			["bullseye"] = 
			{
				["y"] = 0,
				["x"] = 0,
			}, -- end of ["bullseye"]
			["nav_points"] = {},
			["name"] = "blue",
			["country"] = 
			{
				[1] = 
				{
					["name"] = "CJTF Blue",
					["id"] = 80,
					["vehicle"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 117,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 134066.3528871,
											["x"] = -60832.141068496,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 37,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 184,
										["y"] = 134066.3528871,
										["x"] = -60832.141068496,
										["name"] = "Ground-1-29",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 183,
										["y"] = 134081.95692412,
										["x"] = -60864.010307354,
										["name"] = "Ground-1-28",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 182,
										["y"] = 134100.05265173,
										["x"] = -60899.379229492,
										["name"] = "Ground-1-27",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 181,
										["y"] = 134118.55964587,
										["x"] = -60936.393217776,
										["name"] = "Ground-1-26",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 180,
										["y"] = 134125.55117699,
										["x"] = -61042.911250727,
										["name"] = "Ground-1-25",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 179,
										["y"] = 134111.56811475,
										["x"] = -61137.502554119,
										["name"] = "Ground-1-24",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 178,
										["y"] = 134151.04970225,
										["x"] = -61107.891363492,
										["name"] = "Ground-1-23",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [7]
									[8] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 177,
										["y"] = 134087.3033891,
										["x"] = -60987.390268301,
										["name"] = "Ground-1-22",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [8]
									[9] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 176,
										["y"] = 134084.42452334,
										["x"] = -61045.378849946,
										["name"] = "Ground-1-21",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [9]
									[10] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 175,
										["y"] = 134143.53547897,
										["x"] = -61160.035704142,
										["name"] = "Ground-1-20",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [10]
									[11] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 174,
										["y"] = 134115.32471591,
										["x"] = -60818.861788416,
										["name"] = "Ground-1-19",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [11]
									[12] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 173,
										["y"] = 134033.33718578,
										["x"] = -60922.007390845,
										["name"] = "Ground-1-18",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [12]
									[13] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 172,
										["y"] = 134056.25843076,
										["x"] = -60968.731467159,
										["name"] = "Ground-1-17",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [13]
									[14] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 171,
										["y"] = 134073.00857132,
										["x"] = -61092.153555535,
										["name"] = "Ground-1-16",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [14]
									[15] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 170,
										["y"] = 134136.49513041,
										["x"] = -60871.75432439,
										["name"] = "Ground-1-15",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [15]
									[16] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 169,
										["y"] = 134047.80578088,
										["x"] = -61048.490347013,
										["name"] = "Ground-1-14",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [16]
									[17] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 168,
										["y"] = 134186.62389319,
										["x"] = -61140.393078777,
										["name"] = "Ground-1-4",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [17]
									[18] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 167,
										["y"] = 134158.34612957,
										["x"] = -60910.314911144,
										["name"] = "Ground-1-3",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [18]
									[19] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 166,
										["y"] = 134144.84992421,
										["x"] = -60947.590145006,
										["name"] = "Ground-1-2",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [19]
									[20] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 165,
										["y"] = 134187.90924609,
										["x"] = -61088.336286659,
										["name"] = "Ground-1-1",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [20]
								}, -- end of ["units"]
								["y"] = 134066.3528871,
								["x"] = -60832.141068496,
								["name"] = "Ground-1",
								["start_time"] = 0,
							}, -- end of [1]
							[2] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 142,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 139000.7667193,
											["x"] = -50481.751953304,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 38,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 185,
										["y"] = 139000.7667193,
										["x"] = -50481.751953304,
										["name"] = "Ground-2-1",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 186,
										["y"] = 139016.37075633,
										["x"] = -50513.621192162,
										["name"] = "Ground-2-2",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 187,
										["y"] = 139034.46648393,
										["x"] = -50548.9901143,
										["name"] = "Ground-2-3",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 188,
										["y"] = 139052.97347807,
										["x"] = -50586.004102584,
										["name"] = "Ground-2-4",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 189,
										["y"] = 139059.96500919,
										["x"] = -50692.522135535,
										["name"] = "Ground-2-11",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 190,
										["y"] = 139045.98194695,
										["x"] = -50787.113438927,
										["name"] = "Ground-2-12",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 191,
										["y"] = 139085.46353446,
										["x"] = -50757.5022483,
										["name"] = "Ground-2-13",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [7]
									[8] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 192,
										["y"] = 139021.7172213,
										["x"] = -50637.001153109,
										["name"] = "Ground-2-14",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [8]
									[9] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 193,
										["y"] = 139018.83835555,
										["x"] = -50694.989734754,
										["name"] = "Ground-2-15",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [9]
									[10] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 194,
										["y"] = 139077.94931117,
										["x"] = -50809.64658895,
										["name"] = "Ground-2-16",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [10]
									[11] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 195,
										["y"] = 139049.73854812,
										["x"] = -50468.472673224,
										["name"] = "Ground-2-17",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [11]
									[12] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 196,
										["y"] = 138967.75101798,
										["x"] = -50571.618275653,
										["name"] = "Ground-2-18",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [12]
									[13] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 197,
										["y"] = 138990.67226296,
										["x"] = -50618.342351967,
										["name"] = "Ground-2-19",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [13]
									[14] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 198,
										["y"] = 139007.42240353,
										["x"] = -50741.764440343,
										["name"] = "Ground-2-20",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [14]
									[15] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 199,
										["y"] = 139070.90896262,
										["x"] = -50521.365209198,
										["name"] = "Ground-2-21",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [15]
									[16] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 200,
										["y"] = 138982.21961308,
										["x"] = -50698.101231821,
										["name"] = "Ground-2-22",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [16]
									[17] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 201,
										["y"] = 139121.0377254,
										["x"] = -50790.003963585,
										["name"] = "Ground-2-23",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [17]
									[18] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 202,
										["y"] = 139092.75996178,
										["x"] = -50559.925795952,
										["name"] = "Ground-2-24",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [18]
									[19] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 203,
										["y"] = 139079.26375641,
										["x"] = -50597.201029814,
										["name"] = "Ground-2-25",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [19]
									[20] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 204,
										["y"] = 139122.32307829,
										["x"] = -50737.947171467,
										["name"] = "Ground-2-26",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [20]
								}, -- end of ["units"]
								["y"] = 139000.7667193,
								["x"] = -50481.751953304,
								["name"] = "Ground-2",
								["start_time"] = 0,
							}, -- end of [2]
							[3] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 133,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 131408.51354207,
											["x"] = -74871.62464609,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 39,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 205,
										["y"] = 131408.51354207,
										["x"] = -74871.62464609,
										["name"] = "Ground-3-1",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 206,
										["y"] = 131424.11757909,
										["x"] = -74903.493884948,
										["name"] = "Ground-3-2",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 207,
										["y"] = 131442.2133067,
										["x"] = -74938.862807086,
										["name"] = "Ground-3-3",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 208,
										["y"] = 131460.72030084,
										["x"] = -74975.87679537,
										["name"] = "Ground-3-4",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 209,
										["y"] = 131467.71183196,
										["x"] = -75082.394828321,
										["name"] = "Ground-3-13",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 210,
										["y"] = 131453.72876972,
										["x"] = -75176.986131713,
										["name"] = "Ground-3-14",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 211,
										["y"] = 131493.21035722,
										["x"] = -75147.374941086,
										["name"] = "Ground-3-15",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [7]
									[8] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 212,
										["y"] = 131429.46404407,
										["x"] = -75026.873845895,
										["name"] = "Ground-3-16",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [8]
									[9] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 213,
										["y"] = 131426.58517831,
										["x"] = -75084.86242754,
										["name"] = "Ground-3-17",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [9]
									[10] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 214,
										["y"] = 131485.69613394,
										["x"] = -75199.519281736,
										["name"] = "Ground-3-18",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [10]
									[11] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 215,
										["y"] = 131355.2742346,
										["x"] = -74894.041196603,
										["name"] = "Ground-3-19",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [11]
									[12] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 216,
										["y"] = 131375.49784074,
										["x"] = -74961.490968439,
										["name"] = "Ground-3-20",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [12]
									[13] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 217,
										["y"] = 131398.41908573,
										["x"] = -75008.215044753,
										["name"] = "Ground-3-21",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [13]
									[14] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 218,
										["y"] = 131415.16922629,
										["x"] = -75131.637133129,
										["name"] = "Ground-3-22",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [14]
									[15] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 219,
										["y"] = 131478.65578538,
										["x"] = -74911.237901984,
										["name"] = "Ground-3-23",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [15]
									[16] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 220,
										["y"] = 131389.96643585,
										["x"] = -75087.973924607,
										["name"] = "Ground-3-24",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [16]
									[17] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 221,
										["y"] = 131528.78454816,
										["x"] = -75179.876656371,
										["name"] = "Ground-3-25",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [17]
									[18] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 222,
										["y"] = 131500.50678454,
										["x"] = -74949.798488738,
										["name"] = "Ground-3-26",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [18]
									[19] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 223,
										["y"] = 131487.01057918,
										["x"] = -74987.0737226,
										["name"] = "Ground-3-27",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [19]
									[20] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 224,
										["y"] = 131530.06990105,
										["x"] = -75127.819864253,
										["name"] = "Ground-3-28",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [20]
								}, -- end of ["units"]
								["y"] = 131408.51354207,
								["x"] = -74871.62464609,
								["name"] = "Ground-3",
								["start_time"] = 0,
							}, -- end of [3]
						}, -- end of ["group"]
					}, -- end of ["vehicle"]
					["plane"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 4572,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 128.47222222222,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 1,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 2,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 3,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 851968,
																		["name"] = 5,
																		["formationIndex"] = 13,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 4,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 5,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 218633.14152605,
											["x"] = -55691.58937489,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 4572,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "CarpetBombing",
															["number"] = 1,
															["params"] = 
															{
																["attackType"] = "Carpet",
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "Auto",
																["y"] = 95283.196263545,
																["x"] = -57045.369819858,
																["carpetLength"] = 500,
																["groupAttack"] = false,
																["altitudeEnabled"] = false,
																["weaponType"] = 9663676414,
																["altitude"] = 4572,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 513.67896097716,
											["ETA_locked"] = false,
											["y"] = 110550.04067352,
											["x"] = -56699.685583131,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 63,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "323rd bs - 91st bg_or-e_betty lou's buggy",
										["skill"] = "High",
										["speed"] = 128.47222222222,
										["AddPropAircraft"] = {},
										["type"] = "B-17G",
										["unitId"] = 248,
										["psi"] = 1.5801231037758,
										["onboard_num"] = "010",
										["y"] = 218633.14152605,
										["x"] = -55691.58937489,
										["name"] = "Luft-1-5",
										["payload"] = 
										{
											["pylons"] = 
											{
												[1] = 
												{
													["CLSID"] = "{12xM64}",
												}, -- end of [1]
											}, -- end of ["pylons"]
											["fuel"] = 7600,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.5801231037758,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "323rd bs - 91st bg_or-e_betty lou's buggy",
										["skill"] = "High",
										["speed"] = 128.47222222222,
										["AddPropAircraft"] = {},
										["type"] = "B-17G",
										["unitId"] = 250,
										["psi"] = 1.5801231037758,
										["onboard_num"] = "012",
										["y"] = 218673.14152605,
										["x"] = -55731.58937489,
										["name"] = "Luft-1-6",
										["payload"] = 
										{
											["pylons"] = 
											{
												[1] = 
												{
													["CLSID"] = "{12xM64}",
												}, -- end of [1]
											}, -- end of ["pylons"]
											["fuel"] = 7600,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.5801231037758,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "323rd bs - 91st bg_or-e_betty lou's buggy",
										["skill"] = "High",
										["speed"] = 128.47222222222,
										["AddPropAircraft"] = {},
										["type"] = "B-17G",
										["unitId"] = 251,
										["psi"] = 1.5801231037758,
										["onboard_num"] = "013",
										["y"] = 218713.14152605,
										["x"] = -55771.58937489,
										["name"] = "Luft-1-7",
										["payload"] = 
										{
											["pylons"] = 
											{
												[1] = 
												{
													["CLSID"] = "{12xM64}",
												}, -- end of [1]
											}, -- end of ["pylons"]
											["fuel"] = 7600,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.5801231037758,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "323rd bs - 91st bg_or-e_betty lou's buggy",
										["skill"] = "High",
										["speed"] = 128.47222222222,
										["AddPropAircraft"] = {},
										["type"] = "B-17G",
										["unitId"] = 252,
										["psi"] = 1.5801231037758,
										["onboard_num"] = "014",
										["y"] = 218753.14152605,
										["x"] = -55811.58937489,
										["name"] = "Luft-1-8",
										["payload"] = 
										{
											["pylons"] = 
											{
												[1] = 
												{
													["CLSID"] = "{12xM64}",
												}, -- end of [1]
											}, -- end of ["pylons"]
											["fuel"] = 7600,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.5801231037758,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield14",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 218633.14152605,
								["x"] = -55691.58937489,
								["name"] = "B17",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [1]
							[2] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 4572,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 128.47222222222,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 1,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 2,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 3,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 851968,
																		["name"] = 5,
																		["formationIndex"] = 13,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 4,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 5,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 218986.63039616,
											["x"] = -58767.48723596,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 4572,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "CarpetBombing",
															["number"] = 1,
															["params"] = 
															{
																["groupAttack"] = false,
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "Auto",
																["altitude"] = 4572,
																["x"] = -57330.410659828,
																["carpetLength"] = 500,
																["attackType"] = "Carpet",
																["altitudeEnabled"] = false,
																["weaponType"] = 9663676414,
																["y"] = 94955.251145737,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 350.00945693655,
											["ETA_locked"] = false,
											["y"] = 110609.41880111,
											["x"] = -57211.45322808,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 65,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "323rd bs - 91st bg_or-e_betty lou's buggy",
										["skill"] = "High",
										["speed"] = 128.47222222222,
										["AddPropAircraft"] = {},
										["type"] = "B-17G",
										["unitId"] = 253,
										["psi"] = 1.5564397376381,
										["onboard_num"] = "015",
										["y"] = 218986.63039616,
										["x"] = -58767.48723596,
										["name"] = "Luft-3-1",
										["payload"] = 
										{
											["pylons"] = 
											{
												[1] = 
												{
													["CLSID"] = "{12xM64}",
												}, -- end of [1]
											}, -- end of ["pylons"]
											["fuel"] = 7600,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.5564397376381,
										["callsign"] = 
										{
											[1] = 3,
											[2] = 1,
											["name"] = "Uzi11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "323rd bs - 91st bg_or-e_betty lou's buggy",
										["skill"] = "High",
										["speed"] = 128.47222222222,
										["AddPropAircraft"] = {},
										["type"] = "B-17G",
										["unitId"] = 254,
										["psi"] = 1.5564397376381,
										["onboard_num"] = "016",
										["y"] = 219026.63039616,
										["x"] = -58807.48723596,
										["name"] = "Luft-3-2",
										["payload"] = 
										{
											["pylons"] = 
											{
												[1] = 
												{
													["CLSID"] = "{12xM64}",
												}, -- end of [1]
											}, -- end of ["pylons"]
											["fuel"] = 7600,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.5564397376381,
										["callsign"] = 
										{
											[1] = 3,
											[2] = 1,
											["name"] = "Uzi12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "323rd bs - 91st bg_or-e_betty lou's buggy",
										["skill"] = "High",
										["speed"] = 128.47222222222,
										["AddPropAircraft"] = {},
										["type"] = "B-17G",
										["unitId"] = 255,
										["psi"] = 1.5564397376381,
										["onboard_num"] = "017",
										["y"] = 219066.63039616,
										["x"] = -58847.48723596,
										["name"] = "Luft-3-3",
										["payload"] = 
										{
											["pylons"] = 
											{
												[1] = 
												{
													["CLSID"] = "{12xM64}",
												}, -- end of [1]
											}, -- end of ["pylons"]
											["fuel"] = 7600,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.5564397376381,
										["callsign"] = 
										{
											[1] = 3,
											[2] = 1,
											["name"] = "Uzi13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
									[4] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "323rd bs - 91st bg_or-e_betty lou's buggy",
										["skill"] = "High",
										["speed"] = 128.47222222222,
										["AddPropAircraft"] = {},
										["type"] = "B-17G",
										["unitId"] = 256,
										["psi"] = 1.5564397376381,
										["onboard_num"] = "018",
										["y"] = 219106.63039616,
										["x"] = -58887.48723596,
										["name"] = "Luft-3-4",
										["payload"] = 
										{
											["pylons"] = 
											{
												[1] = 
												{
													["CLSID"] = "{12xM64}",
												}, -- end of [1]
											}, -- end of ["pylons"]
											["fuel"] = 7600,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = -1.5564397376381,
										["callsign"] = 
										{
											[1] = 3,
											[2] = 1,
											["name"] = "Uzi14",
											[3] = 4,
										}, -- end of ["callsign"]
									}, -- end of [4]
								}, -- end of ["units"]
								["y"] = 218986.63039616,
								["x"] = -58767.48723596,
								["name"] = "B17-1",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [2]
						}, -- end of ["group"]
					}, -- end of ["plane"]
					["static"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 117218.79145632,
											["speed"] = 0,
											["x"] = -61657.375475969,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 8,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["effectPreset"] = 7,
										["category"] = "Effects",
										["type"] = "big_smoke",
										["unitId"] = 83,
										["y"] = 117218.79145632,
										["x"] = -61657.375475969,
										["name"] = "Statisch Großer Rauch-1-1",
										["effectTransparency"] = 1,
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 117218.79145632,
								["x"] = -61657.375475969,
								["name"] = "Statisch Großer Rauch-1",
								["dead"] = false,
							}, -- end of [1]
							[2] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 112795.60945412,
											["speed"] = 0,
											["x"] = -46595.204522132,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 9,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["effectPreset"] = 7,
										["category"] = "Effects",
										["type"] = "big_smoke",
										["unitId"] = 84,
										["y"] = 112795.60945412,
										["x"] = -46595.204522132,
										["name"] = "Statisch Großer Rauch-2-1",
										["effectTransparency"] = 1,
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 112795.60945412,
								["x"] = -46595.204522132,
								["name"] = "Statisch Großer Rauch-2",
								["dead"] = false,
							}, -- end of [2]
							[3] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 112691.49237925,
											["speed"] = 0,
											["x"] = -45178.438031985,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 10,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["effectPreset"] = 7,
										["category"] = "Effects",
										["type"] = "big_smoke",
										["unitId"] = 85,
										["y"] = 112691.49237925,
										["x"] = -45178.438031985,
										["name"] = "Statisch Großer Rauch-3-1",
										["effectTransparency"] = 1,
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 112691.49237925,
								["x"] = -45178.438031985,
								["name"] = "Statisch Großer Rauch-3",
								["dead"] = false,
							}, -- end of [3]
							[4] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 129832.38769924,
											["speed"] = 0,
											["x"] = -60171.022590418,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 12,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["effectPreset"] = 7,
										["category"] = "Effects",
										["type"] = "big_smoke",
										["unitId"] = 95,
										["y"] = 129832.38769924,
										["x"] = -60171.022590418,
										["name"] = "Statisch Großer Rauch-4-1",
										["effectTransparency"] = 1,
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 129832.38769924,
								["x"] = -60171.022590418,
								["name"] = "Statisch Großer Rauch-4",
								["dead"] = false,
							}, -- end of [4]
							[5] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 128375.71190397,
											["speed"] = 0,
											["x"] = -44002.798951595,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 13,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["effectPreset"] = 7,
										["category"] = "Effects",
										["type"] = "big_smoke",
										["unitId"] = 96,
										["y"] = 128375.71190397,
										["x"] = -44002.798951595,
										["name"] = "Statisch Großer Rauch-5-1",
										["effectTransparency"] = 1,
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 128375.71190397,
								["x"] = -44002.798951595,
								["name"] = "Statisch Großer Rauch-5",
								["dead"] = false,
							}, -- end of [5]
						}, -- end of ["group"]
					}, -- end of ["static"]
				}, -- end of [1]
				[2] = 
				{
					["id"] = 4,
					["vehicle"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 31,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 147401.2874358,
											["x"] = -47029.099186855,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 9,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 1,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 1,
										["y"] = 147401.2874358,
										["x"] = -47029.099186855,
										["name"] = "NORD AAA",
										["heading"] = 4.2603487041182,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 2,
										["y"] = 147411.24980704,
										["x"] = -47059.246693071,
										["name"] = "NORD AAA-2",
										["heading"] = 4.3476151667179,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 3,
										["y"] = 147390.35289071,
										["x"] = -47088.804354679,
										["name"] = "NORD AAA-1",
										["heading"] = 4.3476151667179,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 5,
										["y"] = 147405.73618633,
										["x"] = -47028.026476324,
										["name"] = "Ground-1-5",
										["heading"] = 4.3476151667179,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 6,
										["y"] = 147403.12219935,
										["x"] = -47024.962774521,
										["name"] = "Ground-1-6",
										["heading"] = 2.7593655474031,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 7,
										["y"] = 147405.63230919,
										["x"] = -47030.342839004,
										["name"] = "Ground-1-7",
										["heading"] = 5.0282935749957,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 8,
										["y"] = 147416.48233158,
										["x"] = -47057.393486896,
										["name"] = "Ground-1-8",
										["heading"] = 4.3476151667179,
										["playerCanDrive"] = false,
									}, -- end of [7]
									[8] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 9,
										["y"] = 147414.63928292,
										["x"] = -47055.565826442,
										["name"] = "Ground-1-9",
										["heading"] = 3.6494834659202,
										["playerCanDrive"] = false,
									}, -- end of [8]
									[9] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 10,
										["y"] = 147416.73771616,
										["x"] = -47061.361626783,
										["name"] = "Ground-1-10",
										["heading"] = 5.6391588131937,
										["playerCanDrive"] = false,
									}, -- end of [9]
									[10] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 11,
										["y"] = 147394.24313865,
										["x"] = -47087.918738925,
										["name"] = "Ground-1-11",
										["heading"] = 4.3476151667179,
										["playerCanDrive"] = false,
									}, -- end of [10]
									[11] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 12,
										["y"] = 147392.51344368,
										["x"] = -47084.904919323,
										["name"] = "Ground-1-12",
										["heading"] = 2.9338984726025,
										["playerCanDrive"] = false,
									}, -- end of [11]
									[12] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 13,
										["y"] = 147394.55425976,
										["x"] = -47089.661804326,
										["name"] = "Ground-1-13",
										["heading"] = 4.8712139423162,
										["playerCanDrive"] = false,
									}, -- end of [12]
								}, -- end of ["units"]
								["y"] = 147401.2874358,
								["x"] = -47029.099186855,
								["name"] = "NORD AAA",
								["start_time"] = 0,
							}, -- end of [1]
							[2] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 36,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 149765.92186735,
											["x"] = -47916.338902606,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 9,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 2,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Good",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 17,
										["y"] = 149765.92186735,
										["x"] = -47916.338902606,
										["name"] = "NORD AAA-6",
										["heading"] = 4.2603487041182,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 18,
										["y"] = 149776.3836573,
										["x"] = -47946.498726238,
										["name"] = "NORD AAA-7",
										["heading"] = 4.3476151667179,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 21,
										["y"] = 149770.37061788,
										["x"] = -47915.266192075,
										["name"] = "Ground-2-5",
										["heading"] = 4.3476151667179,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 22,
										["y"] = 149767.7566309,
										["x"] = -47912.202490272,
										["name"] = "Ground-2-6",
										["heading"] = 2.7593655474031,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 23,
										["y"] = 149770.26674074,
										["x"] = -47917.582554755,
										["name"] = "Ground-2-7",
										["heading"] = 5.0282935749957,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 24,
										["y"] = 149781.11676312,
										["x"] = -47944.633202647,
										["name"] = "Ground-2-8",
										["heading"] = 4.3476151667179,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 25,
										["y"] = 149779.27371447,
										["x"] = -47942.805542193,
										["name"] = "Ground-2-9",
										["heading"] = 3.6494834659202,
										["playerCanDrive"] = false,
									}, -- end of [7]
									[8] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 26,
										["y"] = 149781.37214771,
										["x"] = -47948.601342534,
										["name"] = "Ground-2-10",
										["heading"] = 5.6391588131937,
										["playerCanDrive"] = false,
									}, -- end of [8]
								}, -- end of ["units"]
								["y"] = 149765.92186735,
								["x"] = -47916.338902606,
								["name"] = "NORD AAA-2",
								["start_time"] = 0,
							}, -- end of [2]
							[3] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 105,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 148253.43846211,
											["x"] = -50228.196012709,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 9,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 3,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 33,
										["y"] = 148253.43846211,
										["x"] = -50228.196012709,
										["name"] = "NORD AAA-3",
										["heading"] = 4.2603487041182,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 34,
										["y"] = 148263.90025206,
										["x"] = -50258.355836341,
										["name"] = "NORD AAA-4",
										["heading"] = 4.3476151667179,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 35,
										["y"] = 148242.50391702,
										["x"] = -50287.901180533,
										["name"] = "NORD AAA-5",
										["heading"] = 4.3476151667179,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 37,
										["y"] = 148257.88721264,
										["x"] = -50227.123302178,
										["name"] = "Ground-3-5",
										["heading"] = 4.3476151667179,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 38,
										["y"] = 148255.27322566,
										["x"] = -50224.059600375,
										["name"] = "Ground-3-6",
										["heading"] = 2.7593655474031,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 39,
										["y"] = 148257.7833355,
										["x"] = -50229.439664858,
										["name"] = "Ground-3-7",
										["heading"] = 5.0282935749957,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 40,
										["y"] = 148268.63335788,
										["x"] = -50256.49031275,
										["name"] = "Ground-3-8",
										["heading"] = 4.3476151667179,
										["playerCanDrive"] = false,
									}, -- end of [7]
									[8] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 41,
										["y"] = 148266.79030923,
										["x"] = -50254.662652296,
										["name"] = "Ground-3-9",
										["heading"] = 3.6494834659202,
										["playerCanDrive"] = false,
									}, -- end of [8]
									[9] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 42,
										["y"] = 148268.88874247,
										["x"] = -50260.458452638,
										["name"] = "Ground-3-10",
										["heading"] = 5.6391588131937,
										["playerCanDrive"] = false,
									}, -- end of [9]
									[10] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 43,
										["y"] = 148246.39416496,
										["x"] = -50287.015564779,
										["name"] = "Ground-3-11",
										["heading"] = 4.3476151667179,
										["playerCanDrive"] = false,
									}, -- end of [10]
									[11] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 44,
										["y"] = 148244.66446999,
										["x"] = -50284.001745177,
										["name"] = "Ground-3-12",
										["heading"] = 2.9338984726025,
										["playerCanDrive"] = false,
									}, -- end of [11]
								}, -- end of ["units"]
								["y"] = 148253.43846211,
								["x"] = -50228.196012709,
								["name"] = "NORD AAA-1",
								["start_time"] = 0,
							}, -- end of [3]
							[4] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 123,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 146756.75460237,
											["x"] = -90822.639557126,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 9,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 4,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 49,
										["y"] = 146756.75460237,
										["x"] = -90822.639557126,
										["name"] = "SÜD_AAA-3",
										["heading"] = 5.5676003138619,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 50,
										["y"] = 146730.36146155,
										["x"] = -90840.596899031,
										["name"] = "SÜD_AAA-4",
										["heading"] = 5.6548667764616,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 51,
										["y"] = 146696.26239861,
										["x"] = -90827.636018519,
										["name"] = "SÜD_AAA-5",
										["heading"] = 5.6548667764616,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 53,
										["y"] = 146758.94919459,
										["x"] = -90826.655258074,
										["name"] = "Ground-4-5",
										["heading"] = 5.6548667764616,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 54,
										["y"] = 146761.22615944,
										["x"] = -90823.333417053,
										["name"] = "Ground-4-6",
										["heading"] = 4.0666171571468,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 55,
										["y"] = 146756.68574936,
										["x"] = -90827.158390455,
										["name"] = "Ground-4-7",
										["heading"] = 0.052359877559821,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 56,
										["y"] = 146733.39556892,
										["x"] = -90844.680605853,
										["name"] = "Ground-4-8",
										["heading"] = 5.6548667764616,
										["playerCanDrive"] = false,
									}, -- end of [7]
									[8] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 57,
										["y"] = 146734.68000258,
										["x"] = -90842.425079028,
										["name"] = "Ground-4-9",
										["heading"] = 4.9567350756639,
										["playerCanDrive"] = false,
									}, -- end of [8]
									[9] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 58,
										["y"] = 146729.6309673,
										["x"] = -90845.960891013,
										["name"] = "Ground-4-10",
										["heading"] = 0.66322511575782,
										["playerCanDrive"] = false,
									}, -- end of [9]
									[10] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 59,
										["y"] = 146698.13086351,
										["x"] = -90831.161239535,
										["name"] = "Ground-4-11",
										["heading"] = 5.6548667764616,
										["playerCanDrive"] = false,
									}, -- end of [10]
									[11] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 60,
										["y"] = 146700.59003051,
										["x"] = -90828.706152782,
										["name"] = "Ground-4-12",
										["heading"] = 4.2411500823462,
										["playerCanDrive"] = false,
									}, -- end of [11]
									[12] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 61,
										["y"] = 146696.52903003,
										["x"] = -90831.915694846,
										["name"] = "Ground-4-13",
										["heading"] = 6.1784655520599,
										["playerCanDrive"] = false,
									}, -- end of [12]
								}, -- end of ["units"]
								["y"] = 146756.75460237,
								["x"] = -90822.639557126,
								["name"] = "Ground-4",
								["start_time"] = 0,
							}, -- end of [4]
							[5] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 159,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 149608.65672749,
											["x"] = -89084.14511556,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 9,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 5,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 65,
										["y"] = 149608.65672749,
										["x"] = -89084.14511556,
										["name"] = "SÜD_AAA",
										["heading"] = 5.1836278784232,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 66,
										["y"] = 149590.91237213,
										["x"] = -89110.681917617,
										["name"] = "SÜD_AAA-1",
										["heading"] = 5.2708943410229,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "QF_37_AA",
										["unitId"] = 67,
										["y"] = 149554.44104022,
										["x"] = -89111.438532269,
										["name"] = "SÜD_AAA-2",
										["heading"] = 5.2708943410229,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 69,
										["y"] = 149612.19582602,
										["x"] = -89087.046299924,
										["name"] = "Ground-5-5",
										["heading"] = 5.2708943410229,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 70,
										["y"] = 149613.06260752,
										["x"] = -89083.113376519,
										["name"] = "Ground-5-6",
										["heading"] = 3.6826447217081,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 71,
										["y"] = 149610.28567285,
										["x"] = -89088.360697655,
										["name"] = "Ground-5-7",
										["heading"] = 5.9515727493007,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 72,
										["y"] = 149595.255331,
										["x"] = -89113.331668021,
										["name"] = "Ground-5-8",
										["heading"] = 5.2708943410229,
										["playerCanDrive"] = false,
									}, -- end of [7]
									[8] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 73,
										["y"] = 149595.60130193,
										["x"] = -89110.759222647,
										["name"] = "Ground-5-9",
										["heading"] = 4.5727626402252,
										["playerCanDrive"] = false,
									}, -- end of [8]
									[9] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 74,
										["y"] = 149592.24445642,
										["x"] = -89115.928972339,
										["name"] = "Ground-5-10",
										["heading"] = 0.27925268031907,
										["playerCanDrive"] = false,
									}, -- end of [9]
									[10] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 75,
										["y"] = 149557.49402175,
										["x"] = -89114.007121008,
										["name"] = "Ground-5-11",
										["heading"] = 5.2708943410229,
										["playerCanDrive"] = false,
									}, -- end of [10]
									[11] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 76,
										["y"] = 149558.85443,
										["x"] = -89110.809584036,
										["name"] = "Ground-5-12",
										["heading"] = 3.8571776469075,
										["playerCanDrive"] = false,
									}, -- end of [11]
									[12] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "soldier_wwii_br_01",
										["unitId"] = 77,
										["y"] = 149556.29145153,
										["x"] = -89115.306697177,
										["name"] = "Ground-5-13",
										["heading"] = 5.7944931166212,
										["playerCanDrive"] = false,
									}, -- end of [12]
								}, -- end of ["units"]
								["y"] = 149608.65672749,
								["x"] = -89084.14511556,
								["name"] = "Ground-5",
								["start_time"] = 0,
							}, -- end of [5]
						}, -- end of ["group"]
					}, -- end of ["vehicle"]
					["name"] = "UK",
				}, -- end of [2]
				[3] = 
				{
					["id"] = 5,
					["vehicle"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 35,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 148337.56139148,
											["x"] = -47814.582434172,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 16,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M45_Quadmount",
										["unitId"] = 108,
										["y"] = 148337.56139148,
										["x"] = -47814.582434172,
										["name"] = "Ground-9-1",
										["heading"] = 2.5830872929516,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 148337.56139148,
								["x"] = -47814.582434172,
								["name"] = "Ground-9",
								["start_time"] = 0,
							}, -- end of [1]
							[2] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 93.136305049084,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 147731.67728063,
											["x"] = -48890.939323636,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 17,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M45_Quadmount",
										["unitId"] = 109,
										["y"] = 147731.67728063,
										["x"] = -48890.939323636,
										["name"] = "Ground-10-1",
										["heading"] = 2.5830872929516,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 147731.67728063,
								["x"] = -48890.939323636,
								["name"] = "Ground-10",
								["start_time"] = 0,
							}, -- end of [2]
							[3] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 40,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 149156.85918029,
											["x"] = -48421.86280919,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 18,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M45_Quadmount",
										["unitId"] = 110,
										["y"] = 149156.85918029,
										["x"] = -48421.86280919,
										["name"] = "Ground-11-1",
										["heading"] = 2.5830872929516,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 149156.85918029,
								["x"] = -48421.86280919,
								["name"] = "Ground-11",
								["start_time"] = 0,
							}, -- end of [3]
							[4] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 164.51174645009,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 148859.05228309,
											["x"] = -89097.080597969,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 19,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M45_Quadmount",
										["unitId"] = 111,
										["y"] = 148859.05228309,
										["x"] = -89097.080597969,
										["name"] = "Ground-12-1",
										["heading"] = 2.5830872929516,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 148859.05228309,
								["x"] = -89097.080597969,
								["name"] = "Ground-12",
								["start_time"] = 0,
							}, -- end of [4]
							[5] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 155.83536906034,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 148875.51907296,
											["x"] = -88244.198288048,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 20,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M45_Quadmount",
										["unitId"] = 112,
										["y"] = 148875.51907296,
										["x"] = -88244.198288048,
										["name"] = "Ground-13-1",
										["heading"] = 2.5830872929516,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 148875.51907296,
								["x"] = -88244.198288048,
								["name"] = "Ground-13",
								["start_time"] = 0,
							}, -- end of [5]
							[6] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 163.69129580054,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 147690.86385413,
											["x"] = -90640.964833842,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 21,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M45_Quadmount",
										["unitId"] = 113,
										["y"] = 147690.86385413,
										["x"] = -90640.964833842,
										["name"] = "Ground-14-1",
										["heading"] = 2.5830872929516,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 147690.86385413,
								["x"] = -90640.964833842,
								["name"] = "Ground-14",
								["start_time"] = 0,
							}, -- end of [6]
							[7] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 159.95858027583,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 146336.25542259,
											["x"] = -91714.306089777,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 22,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M45_Quadmount",
										["unitId"] = 114,
										["y"] = 146336.25542259,
										["x"] = -91714.306089777,
										["name"] = "Ground-15-1",
										["heading"] = 2.5830872929516,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 146336.25542259,
								["x"] = -91714.306089777,
								["name"] = "Ground-15",
								["start_time"] = 0,
							}, -- end of [7]
							[8] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 131,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 131510.42350568,
											["x"] = -75014.516990147,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 30,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["livery_id"] = "autumn",
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M2A1_halftrack",
										["unitId"] = 138,
										["y"] = 131510.42350568,
										["x"] = -75014.516990147,
										["name"] = "Ground-17-1",
										["heading"] = 6.16101225954,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 139,
										["y"] = 131538.62039932,
										["x"] = -75064.776357433,
										["name"] = "Ground-17-2",
										["heading"] = 4.3458698374659,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 140,
										["y"] = 131573.1125266,
										["x"] = -75109.427831277,
										["name"] = "Ground-17-3",
										["heading"] = 4.4331363000656,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 141,
										["y"] = 131595.38599649,
										["x"] = -75146.44691082,
										["name"] = "Ground-17-4",
										["heading"] = 4.4331363000656,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 142,
										["y"] = 131615.32881513,
										["x"] = -75190.735954717,
										["name"] = "Ground-17-5",
										["heading"] = 4.5553093477052,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 143,
										["y"] = 131583.8245072,
										["x"] = -75231.672039571,
										["name"] = "Ground-17-6",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [6]
								}, -- end of ["units"]
								["y"] = 131510.42350568,
								["x"] = -75014.516990147,
								["name"] = "Ground-17",
								["start_time"] = 0,
							}, -- end of [8]
							[9] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 133,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 139774.54217491,
											["x"] = -92503.50183737,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 31,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["livery_id"] = "autumn",
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M2A1_halftrack",
										["unitId"] = 144,
										["y"] = 139774.54217491,
										["x"] = -92503.50183737,
										["name"] = "Ground-18-1",
										["heading"] = 4.7647488579445,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 145,
										["y"] = 139796.40381709,
										["x"] = -92556.822915868,
										["name"] = "Ground-18-2",
										["heading"] = 4.6425758103049,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 146,
										["y"] = 139825.19719948,
										["x"] = -92605.345097301,
										["name"] = "Ground-18-3",
										["heading"] = 4.7996554429844,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 147,
										["y"] = 139842.79315538,
										["x"] = -92644.802695389,
										["name"] = "Ground-18-4",
										["heading"] = 4.7996554429844,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 148,
										["y"] = 139857.18984658,
										["x"] = -92691.192033682,
										["name"] = "Ground-18-5",
										["heading"] = 4.939281783144,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 149,
										["y"] = 139867.45450025,
										["x"] = -92559.057066939,
										["name"] = "Ground-18-6",
										["heading"] = 4.6774823953448,
										["playerCanDrive"] = false,
									}, -- end of [6]
								}, -- end of ["units"]
								["y"] = 139774.54217491,
								["x"] = -92503.50183737,
								["name"] = "Ground-18",
								["start_time"] = 0,
							}, -- end of [9]
							[10] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 119,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 134053.75895265,
											["x"] = -60878.041073385,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 32,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["livery_id"] = "autumn",
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M2A1_halftrack",
										["unitId"] = 150,
										["y"] = 134053.75895265,
										["x"] = -60878.041073385,
										["name"] = "Ground-19-1",
										["heading"] = 6.16101225954,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 151,
										["y"] = 134081.95584629,
										["x"] = -60928.300440671,
										["name"] = "Ground-19-2",
										["heading"] = 4.3458698374659,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 152,
										["y"] = 134116.44797357,
										["x"] = -60972.951914515,
										["name"] = "Ground-19-3",
										["heading"] = 4.4331363000656,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 153,
										["y"] = 134138.72144346,
										["x"] = -61009.970994057,
										["name"] = "Ground-19-4",
										["heading"] = 4.4331363000656,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 154,
										["y"] = 134158.6642621,
										["x"] = -61054.260037955,
										["name"] = "Ground-19-5",
										["heading"] = 4.5553093477052,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 155,
										["y"] = 134127.15995417,
										["x"] = -61095.196122808,
										["name"] = "Ground-19-6",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [6]
								}, -- end of ["units"]
								["y"] = 134053.75895265,
								["x"] = -60878.041073385,
								["name"] = "Ground-19",
								["start_time"] = 0,
							}, -- end of [10]
							[11] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 141,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 139024.67990951,
											["x"] = -50488.978788148,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 33,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["livery_id"] = "autumn",
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M2A1_halftrack",
										["unitId"] = 156,
										["y"] = 139024.67990951,
										["x"] = -50488.978788148,
										["name"] = "Ground-20-1",
										["heading"] = 6.16101225954,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 157,
										["y"] = 139052.87680316,
										["x"] = -50539.238155433,
										["name"] = "Ground-20-2",
										["heading"] = 4.3458698374659,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 158,
										["y"] = 139087.36893043,
										["x"] = -50583.889629277,
										["name"] = "Ground-20-3",
										["heading"] = 4.4331363000656,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 159,
										["y"] = 139109.64240032,
										["x"] = -50620.90870882,
										["name"] = "Ground-20-4",
										["heading"] = 4.4331363000656,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 160,
										["y"] = 139129.58521896,
										["x"] = -50665.197752717,
										["name"] = "Ground-20-5",
										["heading"] = 4.5553093477052,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Daimler_AC",
										["unitId"] = 161,
										["y"] = 139098.08091103,
										["x"] = -50706.133837571,
										["name"] = "Ground-20-6",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = false,
									}, -- end of [6]
								}, -- end of ["units"]
								["y"] = 139024.67990951,
								["x"] = -50488.978788148,
								["name"] = "Ground-20",
								["start_time"] = 0,
							}, -- end of [11]
						}, -- end of ["group"]
					}, -- end of ["vehicle"]
					["name"] = "France",
				}, -- end of [3]
				[4] = 
				{
					["name"] = "USA",
					["id"] = 2,
					["static"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 147430.13466671,
											["speed"] = 0,
											["x"] = -47148.883890727,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 45,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 230,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 147430.13466671,
										["x"] = -47148.883890727,
										["name"] = "Statisch M1-Sperrballon-1-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 147430.13466671,
								["x"] = -47148.883890727,
								["name"] = "Statisch M1-Sperrballon-1",
								["dead"] = false,
							}, -- end of [1]
							[2] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 147518.33434476,
											["speed"] = 0,
											["x"] = -46995.355593919,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 46,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 231,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 147518.33434476,
										["x"] = -46995.355593919,
										["name"] = "Statisch M1-Sperrballon-2-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 147518.33434476,
								["x"] = -46995.355593919,
								["name"] = "Statisch M1-Sperrballon-2",
								["dead"] = false,
							}, -- end of [2]
							[3] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 147333.86313324,
											["speed"] = 0,
											["x"] = -46992.415813656,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 47,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 232,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 147333.86313324,
										["x"] = -46992.415813656,
										["name"] = "Statisch M1-Sperrballon-3-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 147333.86313324,
								["x"] = -46992.415813656,
								["name"] = "Statisch M1-Sperrballon-3",
								["dead"] = false,
							}, -- end of [3]
							[4] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 149779.78408608,
											["speed"] = 0,
											["x"] = -48047.512464266,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 48,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 233,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 149779.78408608,
										["x"] = -48047.512464266,
										["name"] = "Statisch M1-Sperrballon-4-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 149779.78408608,
								["x"] = -48047.512464266,
								["name"] = "Statisch M1-Sperrballon-4",
								["dead"] = false,
							}, -- end of [4]
							[5] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 149654.40330301,
											["speed"] = 0,
											["x"] = -47863.715634534,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 49,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 234,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 149654.40330301,
										["x"] = -47863.715634534,
										["name"] = "Statisch M1-Sperrballon-5-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 149654.40330301,
								["x"] = -47863.715634534,
								["name"] = "Statisch M1-Sperrballon-5",
								["dead"] = false,
							}, -- end of [5]
							[6] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 149860.2982108,
											["speed"] = 0,
											["x"] = -47944.13478331,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 50,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 235,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 149860.2982108,
										["x"] = -47944.13478331,
										["name"] = "Statisch M1-Sperrballon-6-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 149860.2982108,
								["x"] = -47944.13478331,
								["name"] = "Statisch M1-Sperrballon-6",
								["dead"] = false,
							}, -- end of [6]
							[7] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 148207.97705165,
											["speed"] = 0,
											["x"] = -50386.708945847,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 51,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 236,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 148207.97705165,
										["x"] = -50386.708945847,
										["name"] = "Statisch M1-Sperrballon-7-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 148207.97705165,
								["x"] = -50386.708945847,
								["name"] = "Statisch M1-Sperrballon-7",
								["dead"] = false,
							}, -- end of [7]
							[8] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 148273.70974458,
											["speed"] = 0,
											["x"] = -50289.088864293,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 52,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 237,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 148273.70974458,
										["x"] = -50289.088864293,
										["name"] = "Statisch M1-Sperrballon-8-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 148273.70974458,
								["x"] = -50289.088864293,
								["name"] = "Statisch M1-Sperrballon-8",
								["dead"] = false,
							}, -- end of [8]
							[9] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 148301.19232722,
											["speed"] = 0,
											["x"] = -50219.495872779,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 53,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 238,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 148301.19232722,
										["x"] = -50219.495872779,
										["name"] = "Statisch M1-Sperrballon-9-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 148301.19232722,
								["x"] = -50219.495872779,
								["name"] = "Statisch M1-Sperrballon-9",
								["dead"] = false,
							}, -- end of [9]
							[10] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 146726.23713878,
											["speed"] = 0,
											["x"] = -90888.91735279,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 54,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 239,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 146726.23713878,
										["x"] = -90888.91735279,
										["name"] = "Statisch M1-Sperrballon-10-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 146726.23713878,
								["x"] = -90888.91735279,
								["name"] = "Statisch M1-Sperrballon-10",
								["dead"] = false,
							}, -- end of [10]
							[11] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 146817.86682751,
											["speed"] = 0,
											["x"] = -90846.960600581,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 55,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 240,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 146817.86682751,
										["x"] = -90846.960600581,
										["name"] = "Statisch M1-Sperrballon-11-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 146817.86682751,
								["x"] = -90846.960600581,
								["name"] = "Statisch M1-Sperrballon-11",
								["dead"] = false,
							}, -- end of [11]
							[12] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 146752.76152236,
											["speed"] = 0,
											["x"] = -90785.231126067,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 56,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 241,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 146752.76152236,
										["x"] = -90785.231126067,
										["name"] = "Statisch M1-Sperrballon-12-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 146752.76152236,
								["x"] = -90785.231126067,
								["name"] = "Statisch M1-Sperrballon-12",
								["dead"] = false,
							}, -- end of [12]
							[13] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 149631.82602269,
											["speed"] = 0,
											["x"] = -89084.148310505,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 57,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 242,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 149631.82602269,
										["x"] = -89084.148310505,
										["name"] = "Statisch M1-Sperrballon-13-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 149631.82602269,
								["x"] = -89084.148310505,
								["name"] = "Statisch M1-Sperrballon-13",
								["dead"] = false,
							}, -- end of [13]
							[14] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 149565.81352588,
											["speed"] = 0,
											["x"] = -89068.833411246,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 58,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 243,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 149565.81352588,
										["x"] = -89068.833411246,
										["name"] = "Statisch M1-Sperrballon-14-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 149565.81352588,
								["x"] = -89068.833411246,
								["name"] = "Statisch M1-Sperrballon-14",
								["dead"] = false,
							}, -- end of [14]
							[15] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 149597.49952435,
											["speed"] = 0,
											["x"] = -89176.301756048,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 59,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "LTAvehicles",
										["shape_name"] = "m1_vla",
										["type"] = "m1_vla",
										["unitId"] = 244,
										["rate"] = 10,
										["lenghtRope"] = 152.4,
										["y"] = 149597.49952435,
										["x"] = -89176.301756048,
										["name"] = "Statisch M1-Sperrballon-15-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 149597.49952435,
								["x"] = -89176.301756048,
								["name"] = "Statisch M1-Sperrballon-15",
								["dead"] = false,
							}, -- end of [15]
						}, -- end of ["group"]
					}, -- end of ["static"]
					["vehicle"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 162,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 149632.98302085,
											["x"] = -89126.910712542,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 40,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["TentedRoof"] = false,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "CCKW_353",
										["unitId"] = 225,
										["y"] = 149632.98302085,
										["x"] = -89126.910712542,
										["name"] = "Ground-21-1",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 149632.98302085,
								["x"] = -89126.910712542,
								["name"] = "Ground-21",
								["start_time"] = 0,
							}, -- end of [1]
							[2] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 122,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 146762.91921667,
											["x"] = -90863.936012111,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 41,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["TentedRoof"] = false,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "CCKW_353",
										["unitId"] = 226,
										["y"] = 146762.91921667,
										["x"] = -90863.936012111,
										["name"] = "Ground-22-1",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 146762.91921667,
								["x"] = -90863.936012111,
								["name"] = "Ground-22",
								["start_time"] = 0,
							}, -- end of [2]
							[3] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 162,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 148294.00236305,
											["x"] = -50266.756585071,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 42,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["TentedRoof"] = false,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "CCKW_353",
										["unitId"] = 227,
										["y"] = 148294.00236305,
										["x"] = -50266.756585071,
										["name"] = "Ground-23-1",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 148294.00236305,
								["x"] = -50266.756585071,
								["name"] = "Ground-23",
								["start_time"] = 0,
							}, -- end of [3]
							[4] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 162,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 149816.63764368,
											["x"] = -47921.852800501,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 43,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["TentedRoof"] = false,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "CCKW_353",
										["unitId"] = 228,
										["y"] = 149816.63764368,
										["x"] = -47921.852800501,
										["name"] = "Ground-24-1",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 149816.63764368,
								["x"] = -47921.852800501,
								["name"] = "Ground-24",
								["start_time"] = 0,
							}, -- end of [4]
							[5] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 162,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 147455.39807365,
											["x"] = -47054.671576466,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 44,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["TentedRoof"] = false,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "CCKW_353",
										["unitId"] = 229,
										["y"] = 147455.39807365,
										["x"] = -47054.671576466,
										["name"] = "Ground-25-1",
										["heading"] = 4.8171087355043,
										["playerCanDrive"] = true,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 147455.39807365,
								["x"] = -47054.671576466,
								["name"] = "Ground-25",
								["start_time"] = 0,
							}, -- end of [5]
						}, -- end of ["group"]
					}, -- end of ["vehicle"]
				}, -- end of [4]
			}, -- end of ["country"]
		}, -- end of ["blue"]
		["red"] = 
		{
			["bullseye"] = 
			{
				["y"] = 0,
				["x"] = 0,
			}, -- end of ["bullseye"]
			["nav_points"] = {},
			["name"] = "red",
			["country"] = 
			{
				[1] = 
				{
					["name"] = "CJTF Red",
					["id"] = 81,
					["vehicle"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["visible"] = false,
								["tasks"] = 
								{
									[1] = 
									{
										["enabled"] = true,
										["auto"] = false,
										["id"] = "GoToWaypoint",
										["number"] = 1,
										["params"] = 
										{
											["nWaypointIndx"] = 2,
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[1] = 
										{
											[1] = 
											{
												["y"] = 137241.81453421,
												["x"] = -50320.798062018,
											}, -- end of [1]
											[2] = 
											{
												["y"] = 138961.68925412,
												["x"] = -50595.395225824,
											}, -- end of [2]
										}, -- end of [1]
										[2] = 
										{
											[1] = 
											{
												["y"] = 138961.68925412,
												["x"] = -50595.395225824,
											}, -- end of [1]
											[2] = 
											{
												["y"] = 138961.68925412,
												["x"] = -50595.395225824,
											}, -- end of [2]
										}, -- end of [2]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 146,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 137241.81453421,
											["x"] = -50320.798062018,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "Hold",
															["number"] = 1,
															["params"] = 
															{
																["templateId"] = "",
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 140,
											["type"] = "Turning Point",
											["ETA"] = 168.26753456938,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 138961.68925412,
											["x"] = -50595.395225824,
											["ETA_locked"] = false,
											["speed"] = 10.56,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 7,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Excellent",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 287,
										["y"] = 137241.81453421,
										["x"] = -50320.798062018,
										["name"] = "Ground-6-7",
										["heading"] = 1.7291211728534,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 286,
										["y"] = 137210.73337521,
										["x"] = -50224.120822599,
										["name"] = "Ground-6-3",
										["heading"] = 1.7291211728534,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 89,
										["y"] = 137224.22626463,
										["x"] = -50131.598152284,
										["name"] = "Ground-6-5",
										["heading"] = 1.7291211728534,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Branches"] = false,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Sd_Kfz_234_2_Puma",
										["unitId"] = 97,
										["y"] = 137262.42629516,
										["x"] = -50175.351358406,
										["name"] = "Ground-6-6",
										["heading"] = 1.7291211728534,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Branches"] = false,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Sd_Kfz_234_2_Puma",
										["unitId"] = 88,
										["y"] = 137238.88975286,
										["x"] = -50252.904612519,
										["name"] = "Ground-6-4",
										["heading"] = 1.7291211728534,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 86,
										["y"] = 137272.71078965,
										["x"] = -50095.073107487,
										["name"] = "Ground-6-2",
										["heading"] = 1.7291211728534,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 82,
										["y"] = 137170.79599651,
										["x"] = -50180.604979134,
										["name"] = "Ground-6-1",
										["heading"] = 1.7291211728534,
										["playerCanDrive"] = false,
									}, -- end of [7]
								}, -- end of ["units"]
								["y"] = 137241.81453421,
								["x"] = -50320.798062018,
								["name"] = "Ground-6",
								["start_time"] = 0,
							}, -- end of [1]
							[2] = 
							{
								["visible"] = false,
								["tasks"] = 
								{
									[1] = 
									{
										["enabled"] = true,
										["auto"] = false,
										["id"] = "GoToWaypoint",
										["number"] = 1,
										["params"] = 
										{
											["nWaypointIndx"] = 2,
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[1] = 
										{
											[1] = 
											{
												["y"] = 131960.88592665,
												["x"] = -60719.426687617,
											}, -- end of [1]
											[2] = 
											{
												["y"] = 134017.36111192,
												["x"] = -60958.065694902,
											}, -- end of [2]
										}, -- end of [1]
										[2] = 
										{
											[1] = 
											{
												["y"] = 134017.36111192,
												["x"] = -60958.065694902,
											}, -- end of [1]
											[2] = 
											{
												["y"] = 134017.36111192,
												["x"] = -60958.065694902,
											}, -- end of [2]
										}, -- end of [2]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 61,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 131960.88592665,
											["x"] = -60719.426687617,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "Hold",
															["number"] = 1,
															["params"] = 
															{
																["templateId"] = "",
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 120,
											["type"] = "Turning Point",
											["ETA"] = 202.05354224421,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 134017.36111192,
											["x"] = -60958.065694902,
											["ETA_locked"] = false,
											["speed"] = 10.277777777778,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 14,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Excellent",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 285,
										["y"] = 131960.88592665,
										["x"] = -60719.426687617,
										["name"] = "Ground-8-7",
										["heading"] = 1.6863223573579,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 284,
										["y"] = 132008.5525343,
										["x"] = -60636.103956133,
										["name"] = "Ground-8-6",
										["heading"] = 1.6863223573579,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 98,
										["y"] = 132056.4836691,
										["x"] = -60565.645042082,
										["name"] = "Ground-8-1",
										["heading"] = 1.6863223573579,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Branches"] = false,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Sd_Kfz_234_2_Puma",
										["unitId"] = 99,
										["y"] = 131993.97607565,
										["x"] = -60590.575523284,
										["name"] = "Ground-8-2",
										["heading"] = 1.6863223573579,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Branches"] = false,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Sd_Kfz_234_2_Puma",
										["unitId"] = 100,
										["y"] = 131957.79375682,
										["x"] = -60652.795670663,
										["name"] = "Ground-8-3",
										["heading"] = 1.6863223573579,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 101,
										["y"] = 132028.24514641,
										["x"] = -60542.741612017,
										["name"] = "Ground-8-4",
										["heading"] = 1.6863223573579,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 102,
										["y"] = 131919.72642234,
										["x"] = -60564.873720215,
										["name"] = "Ground-8-5",
										["heading"] = 1.6863223573579,
										["playerCanDrive"] = false,
									}, -- end of [7]
								}, -- end of ["units"]
								["y"] = 131960.88592665,
								["x"] = -60719.426687617,
								["name"] = "Ground-8",
								["start_time"] = 0,
							}, -- end of [2]
							[3] = 
							{
								["visible"] = false,
								["tasks"] = 
								{
									[1] = 
									{
										["enabled"] = true,
										["auto"] = false,
										["id"] = "GoToWaypoint",
										["number"] = 1,
										["params"] = 
										{
											["nWaypointIndx"] = 2,
										}, -- end of ["params"]
									}, -- end of [1]
								}, -- end of ["tasks"]
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[1] = 
										{
											[1] = 
											{
												["y"] = 127670.30134763,
												["x"] = -76505.568053663,
											}, -- end of [1]
											[2] = 
											{
												["y"] = 131384.21392402,
												["x"] = -75136.964128765,
											}, -- end of [2]
										}, -- end of [1]
										[2] = 
										{
											[1] = 
											{
												["y"] = 131384.21392402,
												["x"] = -75136.964128765,
											}, -- end of [1]
											[2] = 
											{
												["y"] = 131384.21392402,
												["x"] = -75136.964128765,
											}, -- end of [2]
										}, -- end of [2]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 109,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 127670.30134763,
											["x"] = -76505.568053663,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "Hold",
															["number"] = 1,
															["params"] = 
															{
																["templateId"] = "",
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 128,
											["type"] = "Turning Point",
											["ETA"] = 378.63522308596,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 131384.21392402,
											["x"] = -75136.964128765,
											["ETA_locked"] = false,
											["speed"] = 10.56,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 15,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 289,
										["y"] = 127670.30134763,
										["x"] = -76505.568053663,
										["name"] = "Ground-7-7",
										["heading"] = 1.2177299944768,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 288,
										["y"] = 127690.40833363,
										["x"] = -76436.166521338,
										["name"] = "Ground-7-6",
										["heading"] = 1.2177299944768,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 103,
										["y"] = 127713.75838189,
										["x"] = -76363.521926755,
										["name"] = "Ground-7-1",
										["heading"] = 1.2177299944768,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Branches"] = false,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Sd_Kfz_234_2_Puma",
										["unitId"] = 104,
										["y"] = 127705.62488973,
										["x"] = -76395.266841886,
										["name"] = "Ground-7-2",
										["heading"] = 1.2177299944768,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Branches"] = false,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Sd_Kfz_234_2_Puma",
										["unitId"] = 105,
										["y"] = 127669.4425709,
										["x"] = -76457.486989266,
										["name"] = "Ground-7-3",
										["heading"] = 1.2177299944768,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 106,
										["y"] = 127739.89396049,
										["x"] = -76347.432930619,
										["name"] = "Ground-7-4",
										["heading"] = 1.2177299944768,
										["playerCanDrive"] = false,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Excellent",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 107,
										["y"] = 127631.37523642,
										["x"] = -76369.565038817,
										["name"] = "Ground-7-5",
										["heading"] = 1.2177299944768,
										["playerCanDrive"] = false,
									}, -- end of [7]
								}, -- end of ["units"]
								["y"] = 127670.30134763,
								["x"] = -76505.568053663,
								["name"] = "Ground-7",
								["start_time"] = 0,
							}, -- end of [3]
							[4] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["task"] = "Nichts auf dem Grund",
								["taskSelected"] = true,
								["route"] = 
								{
									["spans"] = 
									{
										[1] = 
										{
											[1] = 
											{
												["y"] = 116240.3032512,
												["x"] = -95692.918872217,
											}, -- end of [1]
											[2] = 
											{
												["y"] = 139252.17949969,
												["x"] = -92558.10222888,
											}, -- end of [2]
										}, -- end of [1]
										[2] = 
										{
											[1] = 
											{
												["y"] = 139252.17949969,
												["x"] = -92558.10222888,
											}, -- end of [1]
											[2] = 
											{
												["y"] = 139252.17949969,
												["x"] = -92558.10222888,
											}, -- end of [2]
										}, -- end of [2]
									}, -- end of ["spans"]
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 224,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 116240.3032512,
											["x"] = -95692.918872217,
											["ETA_locked"] = true,
											["speed"] = 10.56,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 144,
											["type"] = "Turning Point",
											["ETA"] = 2199.2818698074,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 139252.17949969,
											["x"] = -92558.10222888,
											["ETA_locked"] = false,
											["speed"] = 10.56,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 24,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Excellent",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 119,
										["y"] = 116240.3032512,
										["x"] = -95692.918872217,
										["name"] = "Ground-16-1",
										["heading"] = 1.4354037053469,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Branches"] = false,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Sd_Kfz_234_2_Puma",
										["unitId"] = 120,
										["y"] = 116313.12502656,
										["x"] = -95568.693490717,
										["name"] = "Ground-16-2",
										["heading"] = 1.4354037053469,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["AddPropVehicle"] = 
										{
											["Branches"] = false,
										}, -- end of ["AddPropVehicle"]
										["coldAtStart"] = false,
										["type"] = "Sd_Kfz_234_2_Puma",
										["unitId"] = 121,
										["y"] = 116276.94270773,
										["x"] = -95630.913638097,
										["name"] = "Ground-16-3",
										["heading"] = 1.4354037053469,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 122,
										["y"] = 116347.39409732,
										["x"] = -95520.85957945,
										["name"] = "Ground-16-4",
										["heading"] = 1.4354037053469,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Stug_IV",
										["unitId"] = 123,
										["y"] = 116238.87537325,
										["x"] = -95542.991687648,
										["name"] = "Ground-16-5",
										["heading"] = 1.4354037053469,
										["playerCanDrive"] = false,
									}, -- end of [5]
								}, -- end of ["units"]
								["y"] = 116240.3032512,
								["x"] = -95692.918872217,
								["name"] = "Ground-16",
								["start_time"] = 0,
							}, -- end of [4]
							[5] = 
							{
								["visible"] = false,
								["tasks"] = {},
								["uncontrollable"] = false,
								["route"] = 
								{
									["spans"] = {},
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 165,
											["type"] = "Turning Point",
											["ETA"] = 0,
											["alt_type"] = "BARO",
											["formation_template"] = "",
											["y"] = 94866.346698794,
											["x"] = -56922.976277195,
											["ETA_locked"] = true,
											["speed"] = 0,
											["action"] = "Off Road",
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["speed_locked"] = true,
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 66,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "flak41",
										["unitId"] = 257,
										["y"] = 94866.346698794,
										["x"] = -56922.976277195,
										["name"] = "Ground-26-1",
										["heading"] = 2.3387411976724,
										["playerCanDrive"] = false,
									}, -- end of [1]
									[2] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "flak41",
										["unitId"] = 302,
										["y"] = 94809.767588749,
										["x"] = -56984.15418198,
										["name"] = "Ground-26-3",
										["heading"] = 2.3387411976724,
										["playerCanDrive"] = false,
									}, -- end of [2]
									[3] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "flak41",
										["unitId"] = 258,
										["y"] = 94839.284961778,
										["x"] = -56953.36869062,
										["name"] = "Ground-26-2",
										["heading"] = 2.3387411976724,
										["playerCanDrive"] = false,
									}, -- end of [3]
									[4] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "Maschinensatz_33",
										["unitId"] = 261,
										["y"] = 94853.17144268,
										["x"] = -56938.66802351,
										["name"] = "Ground-26-5",
										["heading"] = 4.3807764225058,
										["playerCanDrive"] = false,
									}, -- end of [4]
									[5] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "KDO_Mod40",
										["unitId"] = 262,
										["y"] = 94844.906485915,
										["x"] = -56945.536454745,
										["name"] = "Ground-26-6",
										["heading"] = 1.6151755191431,
										["playerCanDrive"] = false,
									}, -- end of [5]
									[6] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "flak30",
										["unitId"] = 264,
										["y"] = 94858.094321722,
										["x"] = -56970.492494362,
										["name"] = "Ground-26-8",
										["heading"] = 1.8814649336499,
										["playerCanDrive"] = true,
									}, -- end of [6]
									[7] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M1_37mm",
										["unitId"] = 265,
										["y"] = 94860.861052655,
										["x"] = -56930.876754156,
										["name"] = "Ground-26-9",
										["heading"] = 3.7350045992679,
										["playerCanDrive"] = false,
									}, -- end of [7]
									[8] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M1_37mm",
										["unitId"] = 266,
										["y"] = 94872.432481227,
										["x"] = -56917.019611299,
										["name"] = "Ground-26-10",
										["heading"] = 0.75049157835756,
										["playerCanDrive"] = false,
									}, -- end of [8]
									[9] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M1_37mm",
										["unitId"] = 267,
										["y"] = 94857.720659627,
										["x"] = -56916.354943671,
										["name"] = "Ground-26-11",
										["heading"] = 5.3756140961425,
										["playerCanDrive"] = false,
									}, -- end of [9]
									[10] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M1_37mm",
										["unitId"] = 268,
										["y"] = 94803.056211359,
										["x"] = -56990.174793749,
										["name"] = "Ground-26-12",
										["heading"] = 3.8920842319474,
										["playerCanDrive"] = false,
									}, -- end of [10]
									[11] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M1_37mm",
										["unitId"] = 269,
										["y"] = 94801.542540959,
										["x"] = -56974.88038237,
										["name"] = "Ground-26-13",
										["heading"] = 5.6025068989018,
										["playerCanDrive"] = false,
									}, -- end of [11]
									[12] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M1_37mm",
										["unitId"] = 270,
										["y"] = 94815.692354216,
										["x"] = -56976.791353749,
										["name"] = "Ground-26-14",
										["heading"] = 0.71558499331767,
										["playerCanDrive"] = false,
									}, -- end of [12]
									[13] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M1_37mm",
										["unitId"] = 280,
										["y"] = 94833.690579481,
										["x"] = -56945.736505074,
										["name"] = "Ground-26-24",
										["heading"] = 5.6199601914217,
										["playerCanDrive"] = false,
									}, -- end of [13]
									[14] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "M1_37mm",
										["unitId"] = 281,
										["y"] = 94831.68965461,
										["x"] = -56960.766860012,
										["name"] = "Ground-26-25",
										["heading"] = 3.8048177693476,
										["playerCanDrive"] = false,
									}, -- end of [14]
									[15] = 
									{
										["skill"] = "Average",
										["coldAtStart"] = false,
										["type"] = "KDO_Mod40",
										["unitId"] = 283,
										["y"] = 94823.667095302,
										["x"] = -56968.486043482,
										["name"] = "Ground-26-27",
										["heading"] = 1.6151755191431,
										["playerCanDrive"] = false,
									}, -- end of [15]
								}, -- end of ["units"]
								["y"] = 94866.346698794,
								["x"] = -56922.976277195,
								["name"] = "Ground-26",
								["start_time"] = 0,
							}, -- end of [5]
						}, -- end of ["group"]
					}, -- end of ["vehicle"]
					["plane"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "CAS",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 165,
											["action"] = "From Parking Area Hot",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "EngageTargets",
															["enabled"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Ground Units",
																	[2] = "Naval",
																}, -- end of ["targetTypes"]
																["value"] = "Ground Units;Naval;",
																["maxDistEnabled"] = true,
																["noTargetTypes"] = 
																{
																	[1] = "Helicopters",
																}, -- end of ["noTargetTypes"]
																["priority"] = 0,
																["maxDist"] = 15000,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 2,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 3,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 4,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 2,
																		["name"] = 5,
																		["formationIndex"] = 2,
																		["value"] = 131074,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 5,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 6,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 7,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParkingHot",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 94495.2109375,
											["x"] = -57295.3125,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 40,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 2000,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 437.61803149193,
											["ETA_locked"] = false,
											["y"] = 147681.96796089,
											["x"] = -48116.979768543,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 2000,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 773.46218845641,
											["ETA_locked"] = false,
											["y"] = 148260.08523781,
											["x"] = -89533.724487522,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 23,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 165,
										["alt_type"] = "BARO",
										["livery_id"] = "FW-190A8_2.JG 54",
										["skill"] = "Client",
										["parking"] = "6",
										["speed"] = 138.88888888889,
										["AddPropAircraft"] = 
										{
											["FW_MW50TankContents"] = 0,
										}, -- end of ["AddPropAircraft"]
										["type"] = "FW-190A8",
										["Radio"] = 
										{
											[1] = 
											{
												["channelsNames"] = {},
												["modulations"] = {},
												["channels"] = 
												{
													[2] = 38.4,
													[3] = 41,
													[1] = 39,
													[4] = 42,
													[5] = 38,
												}, -- end of ["channels"]
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 115,
										["psi"] = -1.3999113558581,
										["onboard_num"] = "010",
										["parking_id"] = "13",
										["x"] = -57295.3125,
										["name"] = "Luft-1-1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 409,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = 94495.2109375,
										["heading"] = 1.3999113558581,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 165,
										["alt_type"] = "BARO",
										["livery_id"] = "FW-190A8_2.JG 54",
										["skill"] = "Client",
										["parking"] = "5",
										["speed"] = 138.88888888889,
										["AddPropAircraft"] = 
										{
											["FW_MW50TankContents"] = 0,
										}, -- end of ["AddPropAircraft"]
										["type"] = "FW-190A8",
										["Radio"] = 
										{
											[1] = 
											{
												["channels"] = 
												{
													[2] = 38.4,
													[3] = 41,
													[1] = 39,
													[4] = 42,
													[5] = 38,
												}, -- end of ["channels"]
												["modulations"] = {},
												["channelsNames"] = {},
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 116,
										["psi"] = -1.3999113558581,
										["onboard_num"] = "011",
										["parking_id"] = "12",
										["x"] = -57330.3671875,
										["name"] = "Luft-1-2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 409,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = 94499.40625,
										["heading"] = 1.3999113558581,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 165,
										["alt_type"] = "BARO",
										["livery_id"] = "FW-190A8_2.JG 54",
										["skill"] = "Client",
										["parking"] = "4",
										["speed"] = 138.88888888889,
										["AddPropAircraft"] = 
										{
											["FW_MW50TankContents"] = 0,
										}, -- end of ["AddPropAircraft"]
										["type"] = "FW-190A8",
										["Radio"] = 
										{
											[1] = 
											{
												["channels"] = 
												{
													[2] = 38.4,
													[3] = 41,
													[1] = 39,
													[4] = 42,
													[5] = 38,
												}, -- end of ["channels"]
												["modulations"] = {},
												["channelsNames"] = {},
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 117,
										["psi"] = -1.3999113558581,
										["onboard_num"] = "012",
										["parking_id"] = "11",
										["x"] = -57363.1953125,
										["name"] = "Luft-1-3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 409,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = 94503.9609375,
										["heading"] = 1.3999113558581,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = 94495.2109375,
								["x"] = -57295.3125,
								["name"] = "Fw 190 A-8 Hot",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 38.4,
							}, -- end of [1]
							[2] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 4572,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 150,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = true,
															["id"] = "WrappedAction",
															["enabled"] = true,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 2,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 3,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 2,
																		["name"] = 5,
																		["formationIndex"] = 2,
																		["value"] = 131074,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 4,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 5,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 89556.384292372,
											["x"] = -55368.906282517,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 4572,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 150,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "Bombing",
															["number"] = 1,
															["params"] = 
															{
																["direction"] = 0,
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "Auto",
																["y"] = 147845.81245429,
																["directionEnabled"] = false,
																["groupAttack"] = false,
																["altitude"] = 4572,
																["altitudeEnabled"] = false,
																["weaponType"] = 9663676414,
																["x"] = -47543.973782328,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 310.85687698229,
											["ETA_locked"] = false,
											["y"] = 135760.52488727,
											["x"] = -49092.175752336,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 165,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 590.58491704526,
											["ETA_locked"] = false,
											["y"] = 94560.483218,
											["x"] = -57037.711316,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 40,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 25,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "Ju 88A14  Q1+DC of  Stab II.NAG1 Romania 1944",
										["skill"] = "High",
										["speed"] = 150,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 124,
										["psi"] = -1.4357750740245,
										["onboard_num"] = "010",
										["y"] = 89556.384292372,
										["x"] = -55368.906282517,
										["name"] = "Luft-2-1",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 1.4357750740245,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "Ju 88A14  Q1+DC of  Stab II.NAG1 Romania 1944",
										["skill"] = "High",
										["speed"] = 150,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 125,
										["psi"] = -1.4357750740245,
										["onboard_num"] = "014",
										["y"] = 89596.384292372,
										["x"] = -55408.906282517,
										["name"] = "Luft-2-2",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 1.4357750740245,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "Ju 88A14  Q1+DC of  Stab II.NAG1 Romania 1944",
										["skill"] = "High",
										["speed"] = 150,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 126,
										["psi"] = -1.4357750740245,
										["onboard_num"] = "015",
										["y"] = 89636.384292372,
										["x"] = -55448.906282517,
										["name"] = "Luft-2-3",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 1.4357750740245,
										["callsign"] = 
										{
											[1] = 1,
											[2] = 1,
											["name"] = "Enfield13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = 89556.384292372,
								["x"] = -55368.906282517,
								["name"] = "Nord",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [2]
							[3] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 4572,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 150,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 1,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 2,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 3,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 2,
																		["name"] = 5,
																		["formationIndex"] = 2,
																		["value"] = 131074,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 4,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 5,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 100810.05792296,
											["x"] = -53361.613651782,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 4572,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 150,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "Bombing",
															["number"] = 1,
															["params"] = 
															{
																["groupAttack"] = false,
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "All",
																["y"] = 148365.50850291,
																["directionEnabled"] = false,
																["direction"] = 0,
																["altitude"] = 4572,
																["altitudeEnabled"] = false,
																["weaponType"] = 2032,
																["x"] = -90472.253615498,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 305.69961421157,
											["ETA_locked"] = false,
											["y"] = 136858.09028115,
											["x"] = -81702.663050272,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 165,
											["action"] = "Landing",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Land",
											["ETA"] = 632.12451844411,
											["ETA_locked"] = false,
											["y"] = 94560.483218,
											["x"] = -57037.711316,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 40,
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 26,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "Ju 88A14  Q1+DC of  Stab II.NAG1 Romania 1944",
										["skill"] = "High",
										["speed"] = 150,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 128,
										["psi"] = -2.2370672892977,
										["onboard_num"] = "017",
										["y"] = 100810.05792296,
										["x"] = -53361.613651782,
										["name"] = "SÜD",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.2370672892977,
										["callsign"] = 
										{
											[1] = 2,
											[2] = 1,
											["name"] = "Springfield11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 100810.05792296,
								["x"] = -53361.613651782,
								["name"] = "SÜD",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [3]
							[4] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 4572,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 150,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 1,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 2,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 3,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 2,
																		["name"] = 5,
																		["formationIndex"] = 2,
																		["value"] = 131074,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 4,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 5,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 100594.50688333,
											["x"] = -53371.956575642,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 4572,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 150,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "Bombing",
															["number"] = 1,
															["params"] = 
															{
																["direction"] = 0,
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "All",
																["y"] = 148290.02418776,
																["directionEnabled"] = false,
																["groupAttack"] = false,
																["altitude"] = 4572,
																["altitudeEnabled"] = false,
																["weaponType"] = 2032,
																["x"] = -90496.798485306,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 306.42431360628,
											["ETA_locked"] = false,
											["y"] = 136551.56253438,
											["x"] = -82003.180758551,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 27,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "Ju 88A14  Q1+DC of  Stab II.NAG1 Romania 1944",
										["skill"] = "High",
										["speed"] = 150,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 132,
										["psi"] = -2.2432536221097,
										["onboard_num"] = "018",
										["y"] = 100594.50688333,
										["x"] = -53371.956575642,
										["name"] = "Luft-4-2",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.2432536221097,
										["callsign"] = 
										{
											[1] = 3,
											[2] = 1,
											["name"] = "Uzi11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 100594.50688333,
								["x"] = -53371.956575642,
								["name"] = "SÜD-1",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [4]
							[5] = 
							{
								["dynSpawnTemplate"] = false,
								["lateActivation"] = true,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "Ground Attack",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["routeRelativeTOT"] = true,
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 4572,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 150,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 1,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 2,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 3,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 2,
																		["name"] = 5,
																		["formationIndex"] = 2,
																		["value"] = 131074,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 4,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 5,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 100334.77690749,
											["x"] = -53364.29607807,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 4572,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 150,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["auto"] = false,
															["id"] = "Bombing",
															["number"] = 1,
															["params"] = 
															{
																["groupAttack"] = false,
																["attackQtyLimit"] = false,
																["attackQty"] = 1,
																["expend"] = "All",
																["y"] = 148450.07777733,
																["directionEnabled"] = false,
																["direction"] = 0,
																["altitude"] = 4572,
																["altitudeEnabled"] = false,
																["weaponType"] = 2032,
																["x"] = -90417.294820312,
															}, -- end of ["params"]
														}, -- end of [1]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 307.63935308144,
											["ETA_locked"] = false,
											["y"] = 136262.25569211,
											["x"] = -82323.933996722,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 28,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 4572,
										["alt_type"] = "BARO",
										["livery_id"] = "Ju 88A14  Q1+DC of  Stab II.NAG1 Romania 1944",
										["skill"] = "High",
										["speed"] = 150,
										["AddPropAircraft"] = {},
										["type"] = "Ju-88A4",
										["unitId"] = 133,
										["psi"] = -2.2492203760533,
										["onboard_num"] = "019",
										["y"] = 100334.77690749,
										["x"] = -53364.29607807,
										["name"] = "Luft-5-1",
										["payload"] = 
										{
											["pylons"] = 
											{
												[2] = 
												{
													["CLSID"] = "{JU88A4TORP_10xSC50_on_InvCountedAttachmentPoints}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 2120,
											["flare"] = 0,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["heading"] = 2.2492203760533,
										["callsign"] = 
										{
											[1] = 4,
											[2] = 1,
											["name"] = "Colt11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 100334.77690749,
								["x"] = -53364.29607807,
								["name"] = "SÜD-2",
								["communication"] = true,
								["start_time"] = 0,
								["modulation"] = 0,
								["frequency"] = 251,
							}, -- end of [5]
							[6] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "CAS",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 165,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["number"] = 1,
															["auto"] = false,
															["id"] = "EngageTargets",
															["enabled"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Ground Units",
																	[2] = "Naval",
																}, -- end of ["targetTypes"]
																["value"] = "Ground Units;Naval;",
																["maxDistEnabled"] = true,
																["noTargetTypes"] = 
																{
																	[1] = "Helicopters",
																}, -- end of ["noTargetTypes"]
																["priority"] = 0,
																["maxDist"] = 15000,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 2,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 3,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 4,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 2,
																		["name"] = 5,
																		["formationIndex"] = 2,
																		["value"] = 131074,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 5,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 6,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 7,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 95222.396008971,
											["x"] = -56957.354326224,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 40,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 2000,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 431.46669642185,
											["ETA_locked"] = false,
											["y"] = 147665.8164262,
											["x"] = -47932.860311075,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 2000,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 768.78100440731,
											["ETA_locked"] = false,
											["y"] = 147918.66670739,
											["x"] = -89534.18989894,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 29,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 165,
										["alt_type"] = "BARO",
										["livery_id"] = "FW-190A8_2.JG 54",
										["skill"] = "Client",
										["parking"] = "12",
										["speed"] = 138.88888888889,
										["AddPropAircraft"] = 
										{
											["FW_MW50TankContents"] = 0,
										}, -- end of ["AddPropAircraft"]
										["type"] = "FW-190A8",
										["Radio"] = 
										{
											[1] = 
											{
												["channelsNames"] = {},
												["modulations"] = {},
												["channels"] = 
												{
													[2] = 38.4,
													[3] = 41,
													[1] = 39,
													[4] = 42,
													[5] = 38,
												}, -- end of ["channels"]
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 134,
										["psi"] = -1.400384730622,
										["onboard_num"] = "016",
										["parking_id"] = "01",
										["x"] = -56957.354326224,
										["name"] = "Fw190 HOT-1-1",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 409,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = 95222.396008971,
										["heading"] = 1.400384730622,
										["callsign"] = 
										{
											[1] = 5,
											[2] = 1,
											["name"] = "Dodge11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 165,
										["alt_type"] = "BARO",
										["livery_id"] = "FW-190A8_2.JG 54",
										["skill"] = "Client",
										["parking"] = "9",
										["speed"] = 138.88888888889,
										["AddPropAircraft"] = 
										{
											["FW_MW50TankContents"] = 0,
										}, -- end of ["AddPropAircraft"]
										["type"] = "FW-190A8",
										["Radio"] = 
										{
											[1] = 
											{
												["channels"] = 
												{
													[2] = 38.4,
													[3] = 41,
													[1] = 39,
													[4] = 42,
													[5] = 38,
												}, -- end of ["channels"]
												["modulations"] = {},
												["channelsNames"] = {},
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 135,
										["psi"] = -1.400384730622,
										["onboard_num"] = "020",
										["parking_id"] = "02",
										["x"] = -57001.400113475,
										["name"] = "Fw190 HOT-1-2",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 409,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = 95186.400226503,
										["heading"] = 1.400384730622,
										["callsign"] = 
										{
											[1] = 5,
											[2] = 1,
											["name"] = "Dodge12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 165,
										["alt_type"] = "BARO",
										["livery_id"] = "FW-190A8_2.JG 54",
										["skill"] = "Client",
										["parking"] = "0",
										["speed"] = 138.88888888889,
										["AddPropAircraft"] = 
										{
											["FW_MW50TankContents"] = 0,
										}, -- end of ["AddPropAircraft"]
										["type"] = "FW-190A8",
										["Radio"] = 
										{
											[1] = 
											{
												["channels"] = 
												{
													[2] = 38.4,
													[3] = 41,
													[1] = 39,
													[4] = 42,
													[5] = 38,
												}, -- end of ["channels"]
												["modulations"] = {},
												["channelsNames"] = {},
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 136,
										["psi"] = -1.400384730622,
										["onboard_num"] = "021",
										["parking_id"] = "03",
										["x"] = -57048.011983033,
										["name"] = "Fw190 HOT-1-3",
										["payload"] = 
										{
											["pylons"] = {},
											["fuel"] = 409,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = 95159.09477206,
										["heading"] = 1.400384730622,
										["callsign"] = 
										{
											[1] = 5,
											[2] = 1,
											["name"] = "Dodge13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = 95222.396008971,
								["x"] = -56957.354326224,
								["name"] = "Fw 190 A-8 Cold",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 38.4,
							}, -- end of [6]
							[7] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "CAS",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 165,
											["action"] = "From Parking Area Hot",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["key"] = "CAS",
															["id"] = "EngageTargets",
															["number"] = 1,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Helicopters",
																	[2] = "Ground Units",
																	[3] = "Light armed ships",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 2,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 3,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 4,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 2,
																		["name"] = 5,
																		["formationIndex"] = 2,
																		["value"] = 131074,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 5,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 6,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 7,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
														[8] = 
														{
															["number"] = 8,
															["auto"] = false,
															["id"] = "EngageTargets",
															["enabled"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Ground Units",
																	[2] = "Naval",
																}, -- end of ["targetTypes"]
																["value"] = "Ground Units;Naval;",
																["maxDistEnabled"] = true,
																["noTargetTypes"] = 
																{
																	[1] = "Helicopters",
																}, -- end of ["noTargetTypes"]
																["priority"] = 0,
																["maxDist"] = 15000,
															}, -- end of ["params"]
														}, -- end of [8]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParkingHot",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 94513.328125,
											["x"] = -57429.0625,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 40,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 2000,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 437.61803149193,
											["ETA_locked"] = false,
											["y"] = 147699.08090234,
											["x"] = -48257.100093963,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 2000,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 773.46218845641,
											["ETA_locked"] = false,
											["y"] = 148277.19817926,
											["x"] = -89673.844812942,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 67,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 165,
										["alt_type"] = "BARO",
										["livery_id"] = "FW-190D9_13.JG 51_Heinz Marquardt",
										["skill"] = "Client",
										["parking"] = "2",
										["speed"] = 138.88888888889,
										["AddPropAircraft"] = 
										{
											["FW_MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "FW-190D9",
										["Radio"] = 
										{
											[1] = 
											{
												["channelsNames"] = {},
												["modulations"] = {},
												["channels"] = 
												{
													[2] = 38.4,
													[3] = 41,
													[1] = 39,
													[4] = 42,
													[5] = 38,
												}, -- end of ["channels"]
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 290,
										["psi"] = -1.4000245052071,
										["onboard_num"] = "023",
										["parking_id"] = "09",
										["x"] = -57429.0625,
										["name"] = "Fw190 HOT-1-5",
										["payload"] = 
										{
											["pylons"] = 
											{
												[3] = 
												{
													["CLSID"] = "{FW_190_R4M_RGHT_WING}",
												}, -- end of [3]
												[2] = 
												{
													["CLSID"] = "{FW_190_R4M_LEFT_WING}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 388,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = 94513.328125,
										["heading"] = 1.4000245052071,
										["callsign"] = 
										{
											[1] = 6,
											[2] = 1,
											["name"] = "Ford11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 165,
										["alt_type"] = "BARO",
										["livery_id"] = "FW-190D9_13.JG 51_Heinz Marquardt",
										["skill"] = "Client",
										["parking"] = "1",
										["speed"] = 138.88888888889,
										["AddPropAircraft"] = 
										{
											["FW_MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "FW-190D9",
										["Radio"] = 
										{
											[1] = 
											{
												["channels"] = 
												{
													[2] = 38.4,
													[3] = 41,
													[1] = 39,
													[4] = 42,
													[5] = 38,
												}, -- end of ["channels"]
												["modulations"] = {},
												["channelsNames"] = {},
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 294,
										["psi"] = -1.4000245052071,
										["onboard_num"] = "024",
										["parking_id"] = "08",
										["x"] = -57465.18359375,
										["name"] = "Fw190 HOT-1-6",
										["payload"] = 
										{
											["pylons"] = 
											{
												[3] = 
												{
													["CLSID"] = "{FW_190_R4M_RGHT_WING}",
												}, -- end of [3]
												[2] = 
												{
													["CLSID"] = "{FW_190_R4M_LEFT_WING}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 388,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = 94518.453125,
										["heading"] = 1.4000245052071,
										["callsign"] = 
										{
											[1] = 6,
											[2] = 1,
											["name"] = "Ford12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 165,
										["alt_type"] = "BARO",
										["livery_id"] = "FW-190D9_13.JG 51_Heinz Marquardt",
										["skill"] = "Client",
										["parking"] = "3",
										["speed"] = 138.88888888889,
										["AddPropAircraft"] = 
										{
											["FW_MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "FW-190D9",
										["Radio"] = 
										{
											[1] = 
											{
												["channels"] = 
												{
													[2] = 38.4,
													[3] = 41,
													[1] = 39,
													[4] = 42,
													[5] = 38,
												}, -- end of ["channels"]
												["modulations"] = {},
												["channelsNames"] = {},
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 295,
										["psi"] = -1.4000245052071,
										["onboard_num"] = "025",
										["parking_id"] = "10",
										["x"] = -57395.8046875,
										["name"] = "Fw190 HOT-1-4",
										["payload"] = 
										{
											["pylons"] = 
											{
												[3] = 
												{
													["CLSID"] = "{FW_190_R4M_RGHT_WING}",
												}, -- end of [3]
												[2] = 
												{
													["CLSID"] = "{FW_190_R4M_LEFT_WING}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 388,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = 94508.3203125,
										["heading"] = 1.4000245052071,
										["callsign"] = 
										{
											[1] = 6,
											[2] = 1,
											["name"] = "Ford13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = 94513.328125,
								["x"] = -57429.0625,
								["name"] = "Fw 190 D-9 Hot",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 38.4,
							}, -- end of [7]
							[8] = 
							{
								["dynSpawnTemplate"] = false,
								["modulation"] = 0,
								["tasks"] = {},
								["radioSet"] = false,
								["task"] = "CAS",
								["uncontrolled"] = false,
								["taskSelected"] = true,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 165,
											["action"] = "From Parking Area",
											["alt_type"] = "BARO",
											["speed"] = 138.88888888889,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = 
													{
														[1] = 
														{
															["enabled"] = true,
															["key"] = "CAS",
															["id"] = "EngageTargets",
															["number"] = 1,
															["auto"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Helicopters",
																	[2] = "Ground Units",
																	[3] = "Light armed ships",
																}, -- end of ["targetTypes"]
																["priority"] = 0,
															}, -- end of ["params"]
														}, -- end of [1]
														[2] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 2,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 2,
																		["name"] = 1,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [2]
														[3] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 3,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = 1,
																		["name"] = 3,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [3]
														[4] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 4,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["variantIndex"] = 2,
																		["name"] = 5,
																		["formationIndex"] = 2,
																		["value"] = 131074,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [4]
														[5] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 5,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 15,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [5]
														[6] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 6,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["targetTypes"] = {},
																		["name"] = 21,
																		["value"] = "none;",
																		["noTargetTypes"] = 
																		{
																			[1] = "Fighters",
																			[2] = "Multirole fighters",
																			[3] = "Bombers",
																			[4] = "Helicopters",
																			[5] = "UAVs",
																			[6] = "Infantry",
																			[7] = "Fortifications",
																			[8] = "Tanks",
																			[9] = "IFV",
																			[10] = "APC",
																			[11] = "Artillery",
																			[12] = "Unarmed vehicles",
																			[13] = "AAA",
																			[14] = "SR SAM",
																			[15] = "MR SAM",
																			[16] = "LR SAM",
																			[17] = "Aircraft Carriers",
																			[18] = "Cruisers",
																			[19] = "Destroyers",
																			[20] = "Frigates",
																			[21] = "Corvettes",
																			[22] = "Light armed ships",
																			[23] = "Unarmed ships",
																			[24] = "Submarines",
																			[25] = "Cruise missiles",
																			[26] = "Antiship Missiles",
																			[27] = "AA Missiles",
																			[28] = "AG Missiles",
																			[29] = "SA Missiles",
																		}, -- end of ["noTargetTypes"]
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [6]
														[7] = 
														{
															["enabled"] = true,
															["auto"] = true,
															["id"] = "WrappedAction",
															["number"] = 7,
															["params"] = 
															{
																["action"] = 
																{
																	["id"] = "Option",
																	["params"] = 
																	{
																		["value"] = true,
																		["name"] = 19,
																	}, -- end of ["params"]
																}, -- end of ["action"]
															}, -- end of ["params"]
														}, -- end of [7]
														[8] = 
														{
															["number"] = 8,
															["auto"] = false,
															["id"] = "EngageTargets",
															["enabled"] = true,
															["params"] = 
															{
																["targetTypes"] = 
																{
																	[1] = "Ground Units",
																	[2] = "Naval",
																}, -- end of ["targetTypes"]
																["value"] = "Ground Units;Naval;",
																["maxDistEnabled"] = true,
																["noTargetTypes"] = 
																{
																	[1] = "Helicopters",
																}, -- end of ["noTargetTypes"]
																["priority"] = 0,
																["maxDist"] = 15000,
															}, -- end of ["params"]
														}, -- end of [8]
													}, -- end of ["tasks"]
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "TakeOffParking",
											["ETA"] = 0,
											["ETA_locked"] = true,
											["y"] = 95129.006197415,
											["x"] = -57086.303946028,
											["speed_locked"] = true,
											["formation_template"] = "",
											["airdromeId"] = 40,
										}, -- end of [1]
										[2] = 
										{
											["alt"] = 2000,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 437.61803149193,
											["ETA_locked"] = false,
											["y"] = 148313.65519062,
											["x"] = -47928.568711595,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [2]
										[3] = 
										{
											["alt"] = 2000,
											["action"] = "Turning Point",
											["alt_type"] = "BARO",
											["speed"] = 123.33333333333,
											["task"] = 
											{
												["id"] = "ComboTask",
												["params"] = 
												{
													["tasks"] = {},
												}, -- end of ["params"]
											}, -- end of ["task"]
											["type"] = "Turning Point",
											["ETA"] = 773.46218845641,
											["ETA_locked"] = false,
											["y"] = 148891.77246754,
											["x"] = -89345.313430574,
											["speed_locked"] = true,
											["formation_template"] = "",
										}, -- end of [3]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 69,
								["hidden"] = false,
								["units"] = 
								{
									[1] = 
									{
										["alt"] = 165,
										["alt_type"] = "BARO",
										["livery_id"] = "FW-190D9_13.JG 51_Heinz Marquardt",
										["skill"] = "Client",
										["parking"] = "14",
										["speed"] = 138.88888888889,
										["AddPropAircraft"] = 
										{
											["FW_MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "FW-190D9",
										["Radio"] = 
										{
											[1] = 
											{
												["channelsNames"] = {},
												["modulations"] = {},
												["channels"] = 
												{
													[2] = 38.4,
													[3] = 41,
													[1] = 39,
													[4] = 42,
													[5] = 38,
												}, -- end of ["channels"]
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 299,
										["psi"] = -1.4002808203793,
										["onboard_num"] = "013",
										["parking_id"] = "04",
										["x"] = -57086.303946028,
										["name"] = "Fw190 HOT-2-1",
										["payload"] = 
										{
											["pylons"] = 
											{
												[3] = 
												{
													["CLSID"] = "{FW_190_R4M_RGHT_WING}",
												}, -- end of [3]
												[2] = 
												{
													["CLSID"] = "{FW_190_R4M_LEFT_WING}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 388,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = 95129.006197415,
										["heading"] = 1.4002808203793,
										["callsign"] = 
										{
											[1] = 7,
											[2] = 1,
											["name"] = "Chevy11",
											[3] = 1,
										}, -- end of ["callsign"]
									}, -- end of [1]
									[2] = 
									{
										["alt"] = 165,
										["alt_type"] = "BARO",
										["livery_id"] = "FW-190D9_13.JG 51_Heinz Marquardt",
										["skill"] = "Client",
										["parking"] = "11",
										["speed"] = 138.88888888889,
										["AddPropAircraft"] = 
										{
											["FW_MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "FW-190D9",
										["Radio"] = 
										{
											[1] = 
											{
												["channels"] = 
												{
													[2] = 38.4,
													[3] = 41,
													[1] = 39,
													[4] = 42,
													[5] = 38,
												}, -- end of ["channels"]
												["modulations"] = {},
												["channelsNames"] = {},
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 300,
										["psi"] = -1.4002808203793,
										["onboard_num"] = "022",
										["parking_id"] = "05",
										["x"] = -57130.259851058,
										["name"] = "Fw190 HOT-2-2",
										["payload"] = 
										{
											["pylons"] = 
											{
												[3] = 
												{
													["CLSID"] = "{FW_190_R4M_RGHT_WING}",
												}, -- end of [3]
												[2] = 
												{
													["CLSID"] = "{FW_190_R4M_LEFT_WING}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 388,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = 95095.032029942,
										["heading"] = 1.4002808203793,
										["callsign"] = 
										{
											[1] = 7,
											[2] = 1,
											["name"] = "Chevy12",
											[3] = 2,
										}, -- end of ["callsign"]
									}, -- end of [2]
									[3] = 
									{
										["alt"] = 165,
										["alt_type"] = "BARO",
										["livery_id"] = "FW-190D9_13.JG 51_Heinz Marquardt",
										["skill"] = "Client",
										["parking"] = "10",
										["speed"] = 138.88888888889,
										["AddPropAircraft"] = 
										{
											["FW_MW50TankContents"] = 1,
										}, -- end of ["AddPropAircraft"]
										["type"] = "FW-190D9",
										["Radio"] = 
										{
											[1] = 
											{
												["channels"] = 
												{
													[2] = 38.4,
													[3] = 41,
													[1] = 39,
													[4] = 42,
													[5] = 38,
												}, -- end of ["channels"]
												["modulations"] = {},
												["channelsNames"] = {},
											}, -- end of [1]
										}, -- end of ["Radio"]
										["unitId"] = 301,
										["psi"] = -1.4002808203793,
										["onboard_num"] = "026",
										["parking_id"] = "06",
										["x"] = -57175.344003031,
										["name"] = "Fw190 HOT-2-3",
										["payload"] = 
										{
											["pylons"] = 
											{
												[3] = 
												{
													["CLSID"] = "{FW_190_R4M_RGHT_WING}",
												}, -- end of [3]
												[2] = 
												{
													["CLSID"] = "{FW_190_R4M_LEFT_WING}",
												}, -- end of [2]
											}, -- end of ["pylons"]
											["fuel"] = 388,
											["flare"] = 0,
											["ammo_type"] = 1,
											["chaff"] = 0,
											["gun"] = 100,
										}, -- end of ["payload"]
										["y"] = 95059.219892526,
										["heading"] = 1.4002808203793,
										["callsign"] = 
										{
											[1] = 7,
											[2] = 1,
											["name"] = "Chevy13",
											[3] = 3,
										}, -- end of ["callsign"]
									}, -- end of [3]
								}, -- end of ["units"]
								["y"] = 95129.006197415,
								["x"] = -57086.303946028,
								["name"] = "Fw 190 D-9 Cold",
								["communication"] = true,
								["start_time"] = 0,
								["uncontrollable"] = false,
								["frequency"] = 38.4,
							}, -- end of [8]
						}, -- end of ["group"]
					}, -- end of ["plane"]
					["static"] = 
					{
						["group"] = 
						{
							[1] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 94863.31613129,
											["speed"] = 0,
											["x"] = -57009.424890475,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 60,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "Unarmed",
										["type"] = "Kubelwagen_82",
										["unitId"] = 245,
										["rate"] = 3,
										["y"] = 94863.31613129,
										["x"] = -57009.424890475,
										["name"] = "Statisch Kübelwagen 82-1-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 94863.31613129,
								["x"] = -57009.424890475,
								["name"] = "Statisch Kübelwagen 82-1",
								["dead"] = false,
							}, -- end of [1]
							[2] = 
							{
								["heading"] = 0,
								["route"] = 
								{
									["points"] = 
									{
										[1] = 
										{
											["alt"] = 0,
											["type"] = "",
											["name"] = "",
											["y"] = 94879.885197378,
											["speed"] = 0,
											["x"] = -57021.605258106,
											["formation_template"] = "",
											["action"] = "",
										}, -- end of [1]
									}, -- end of ["points"]
								}, -- end of ["route"]
								["groupId"] = 61,
								["units"] = 
								{
									[1] = 
									{
										["category"] = "Unarmed",
										["type"] = "Kubelwagen_82",
										["unitId"] = 246,
										["rate"] = 3,
										["y"] = 94879.885197378,
										["x"] = -57021.605258106,
										["name"] = "Statisch Kübelwagen 82-2-1",
										["heading"] = 0,
									}, -- end of [1]
								}, -- end of ["units"]
								["y"] = 94879.885197378,
								["x"] = -57021.605258106,
								["name"] = "Statisch Kübelwagen 82-2",
								["dead"] = false,
							}, -- end of [2]
						}, -- end of ["group"]
					}, -- end of ["static"]
				}, -- end of [1]
			}, -- end of ["country"]
		}, -- end of ["red"]
	}, -- end of ["coalition"]
	["sortie"] = "DictKey_sortie_5",
	["version"] = 23,
	["trigrules"] = 
	{
		[1] = 
		{
			["rules"] = {},
			["comment"] = "Trigger 1735323036",
			["eventlist"] = "",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["destruction_level"] = 70,
					["predicate"] = "a_scenery_destruction_zone",
					["zone"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["destruction_level"] = 70,
					["predicate"] = "a_scenery_destruction_zone",
					["zone"] = 2,
				}, -- end of [2]
				[3] = 
				{
					["destruction_level"] = 70,
					["predicate"] = "a_scenery_destruction_zone",
					["zone"] = 19,
				}, -- end of [3]
				[4] = 
				{
					["destruction_level"] = 70,
					["predicate"] = "a_scenery_destruction_zone",
					["zone"] = 20,
				}, -- end of [4]
			}, -- end of ["actions"]
		}, -- end of [1]
		[2] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["zone"] = 3,
					["predicate"] = "c_bomb_in_zone",
					["unit"] = 1,
					["altitude"] = 1,
					["numbombs"] = 1,
					["argument"] = 0,
					["COCKPIT_ADDITIONAL_PLUGIN"] = "",
					["_min"] = 0,
					["_max"] = 0,
					["typebomb"] = 
					{
						[1] = 4,
						[2] = 5,
						[3] = 9,
						[4] = 255,
					}, -- end of ["typebomb"]
				}, -- end of [1]
			}, -- end of ["rules"]
			["comment"] = "Trigger 1735334086",
			["eventlist"] = "",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["zone"] = 4,
					["predicate"] = "a_explosion",
					["volume"] = 1000,
				}, -- end of [1]
				[2] = 
				{
					["altitude"] = 1,
					["volume"] = 1000,
					["predicate"] = "a_explosion",
					["zone"] = 5,
				}, -- end of [2]
				[3] = 
				{
					["altitude"] = 1,
					["zone"] = 6,
					["predicate"] = "a_explosion",
					["volume"] = 1000,
				}, -- end of [3]
				[4] = 
				{
					["altitude"] = 1,
					["volume"] = 1000,
					["predicate"] = "a_explosion",
					["zone"] = 7,
				}, -- end of [4]
				[5] = 
				{
					["altitude"] = 1,
					["zone"] = 8,
					["predicate"] = "a_explosion",
					["volume"] = 1000,
				}, -- end of [5]
				[6] = 
				{
					["altitude"] = 1,
					["volume"] = 1000,
					["predicate"] = "a_explosion",
					["zone"] = 9,
				}, -- end of [6]
				[7] = 
				{
					["altitude"] = 1,
					["zone"] = 10,
					["predicate"] = "a_explosion",
					["volume"] = 1000,
				}, -- end of [7]
				[8] = 
				{
					["altitude"] = 1,
					["volume"] = 1000,
					["predicate"] = "a_explosion",
					["zone"] = 11,
				}, -- end of [8]
				[9] = 
				{
					["altitude"] = 1,
					["zone"] = 12,
					["predicate"] = "a_explosion",
					["volume"] = 1000,
				}, -- end of [9]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
		}, -- end of [2]
		[3] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["zone"] = 13,
					["predicate"] = "c_bomb_in_zone",
					["unit"] = 1,
					["altitude"] = 1,
					["numbombs"] = 1,
					["typebomb"] = 
					{
						[1] = 4,
						[2] = 5,
						[3] = 9,
						[4] = 255,
					}, -- end of ["typebomb"]
					["COCKPIT_ADDITIONAL_PLUGIN"] = "",
					["_min"] = 0,
					["_max"] = 0,
					["argument"] = 0,
				}, -- end of [1]
			}, -- end of ["rules"]
			["comment"] = "Trigger 1735334086",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["volume"] = 1000,
					["predicate"] = "a_explosion",
					["zone"] = 14,
				}, -- end of [1]
				[2] = 
				{
					["altitude"] = 1,
					["zone"] = 15,
					["predicate"] = "a_explosion",
					["volume"] = 1000,
				}, -- end of [2]
				[3] = 
				{
					["altitude"] = 1,
					["volume"] = 1000,
					["predicate"] = "a_explosion",
					["zone"] = 16,
				}, -- end of [3]
				[4] = 
				{
					["altitude"] = 1,
					["zone"] = 17,
					["predicate"] = "a_explosion",
					["volume"] = 1000,
				}, -- end of [4]
				[5] = 
				{
					["altitude"] = 1,
					["volume"] = 1000,
					["predicate"] = "a_explosion",
					["zone"] = 18,
				}, -- end of [5]
			}, -- end of ["actions"]
			["eventlist"] = "",
		}, -- end of [3]
		[4] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 1,
				}, -- end of [1]
				[2] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 3,
				}, -- end of [2]
				[3] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 2,
				}, -- end of [3]
				[4] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 33,
				}, -- end of [4]
				[5] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 34,
				}, -- end of [5]
				[6] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 35,
				}, -- end of [6]
				[7] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 17,
				}, -- end of [7]
				[8] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 18,
				}, -- end of [8]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 25,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["seconds"] = 90,
					["start_delay"] = 0,
					["KeyDict_text"] = "DictKey_ActionText_9",
					["text"] = "DictKey_ActionText_9",
					["predicate"] = "a_out_text_delay",
					["clearview"] = false,
				}, -- end of [2]
				[3] = 
				{
					["file"] = "ResKey_Action_12",
					["predicate"] = "a_out_sound",
					["start_delay"] = 0,
				}, -- end of [3]
				[4] = 
				{
					["flag"] = "NORD",
					["predicate"] = "a_set_flag",
				}, -- end of [4]
			}, -- end of ["actions"]
			["comment"] = "Trigger 1735335258",
		}, -- end of [4]
		[5] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 65,
				}, -- end of [1]
				[2] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 66,
				}, -- end of [2]
				[3] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 67,
				}, -- end of [3]
				[4] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 49,
				}, -- end of [4]
				[5] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 50,
				}, -- end of [5]
				[6] = 
				{
					["altitude"] = 1,
					["predicate"] = "c_unit_dead",
					["unit"] = 51,
				}, -- end of [6]
			}, -- end of ["rules"]
			["comment"] = "Trigger 1735335258",
			["eventlist"] = "",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 26,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 27,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
				[3] = 
				{
					["group"] = 28,
					["predicate"] = "a_activate_group",
				}, -- end of [3]
				[4] = 
				{
					["seconds"] = 90,
					["start_delay"] = 0,
					["KeyDict_text"] = "DictKey_ActionText_10",
					["text"] = "DictKey_ActionText_10",
					["predicate"] = "a_out_text_delay",
					["clearview"] = false,
				}, -- end of [4]
				[5] = 
				{
					["file"] = "ResKey_Action_11",
					["predicate"] = "a_out_sound",
					["start_delay"] = 0,
				}, -- end of [5]
				[6] = 
				{
					["flag"] = "SÜD",
					["predicate"] = "a_set_flag",
				}, -- end of [6]
			}, -- end of ["actions"]
		}, -- end of [5]
		[6] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "NORD",
					["altitude"] = 1,
					["predicate"] = "c_flag_is_true",
					["unit"] = 134,
				}, -- end of [1]
				[2] = 
				{
					["flag"] = "SÜD",
					["altitude"] = 1,
					["predicate"] = "c_flag_is_true",
					["unit"] = 134,
				}, -- end of [2]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Trigger 1735350319",
			["actions"] = 
			{
				[1] = 
				{
					["file"] = "ResKey_Action_15",
					["predicate"] = "a_out_sound",
					["start_delay"] = 0,
				}, -- end of [1]
				[2] = 
				{
					["seconds"] = 90,
					["start_delay"] = 0,
					["predicate"] = "a_out_text_delay",
					["text"] = "DictKey_ActionText_16",
					["KeyDict_text"] = "DictKey_ActionText_16",
					["clearview"] = false,
				}, -- end of [2]
			}, -- end of ["actions"]
			["predicate"] = "triggerOnce",
			["colorItem"] = "0x808000ff",
		}, -- end of [6]
		[7] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["altitude"] = 1,
					["coalitionlist"] = "red",
					["unitType"] = "ALL",
					["zone"] = 21,
					["predicate"] = "c_part_of_coalition_in_zone",
					["unit"] = 134,
				}, -- end of [1]
			}, -- end of ["rules"]
			["comment"] = "Trigger 1735336526",
			["eventlist"] = "",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 7,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [1]
				[2] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 15,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [2]
				[3] = 
				{
					["predicate"] = "a_ai_task",
					["ai_task"] = 
					{
						[1] = 14,
						[2] = 1,
					}, -- end of ["ai_task"]
				}, -- end of [3]
			}, -- end of ["actions"]
		}, -- end of [7]
		[8] = 
		{
			["rules"] = {},
			["eventlist"] = "",
			["comment"] = "Com",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["coalitionlist"] = "red",
					["radiotext"] = "DictKey_ActionRadioText_6",
					["flag"] = "SPAWN B17",
					["KeyDict_radiotext"] = "DictKey_ActionRadioText_6",
					["predicate"] = "a_add_radio_item_for_coalition",
					["value"] = 1,
				}, -- end of [1]
			}, -- end of ["actions"]
			["colorItem"] = "0xffff00ff",
		}, -- end of [8]
		[9] = 
		{
			["rules"] = 
			{
				[1] = 
				{
					["flag"] = "SPAWN B17",
					["altitude"] = 1,
					["predicate"] = "c_flag_is_true",
					["unit"] = 134,
				}, -- end of [1]
			}, -- end of ["rules"]
			["eventlist"] = "",
			["comment"] = "Com",
			["predicate"] = "triggerOnce",
			["actions"] = 
			{
				[1] = 
				{
					["group"] = 63,
					["predicate"] = "a_activate_group",
				}, -- end of [1]
				[2] = 
				{
					["group"] = 65,
					["predicate"] = "a_activate_group",
				}, -- end of [2]
				[3] = 
				{
					["seconds"] = 90,
					["start_delay"] = 0,
					["KeyDict_text"] = "DictKey_ActionText_7",
					["text"] = "DictKey_ActionText_7",
					["predicate"] = "a_out_text_delay",
					["clearview"] = false,
				}, -- end of [3]
				[4] = 
				{
					["file"] = "ResKey_Action_8",
					["predicate"] = "a_out_sound",
					["start_delay"] = 0,
				}, -- end of [4]
			}, -- end of ["actions"]
			["colorItem"] = "0xffff00ff",
		}, -- end of [9]
	}, -- end of ["trigrules"]
	["currentKey"] = 24016,
	["failures"] = {},
	["forcedOptions"] = 
	{
		["RBDAI"] = false,
		["optionsView"] = "optview_onlyallies",
		["civTraffic"] = "medium",
		["cockpitStatusBarAllowed"] = false,
		["spottingDot"] = 1,
		["labels"] = 4,
	}, -- end of ["forcedOptions"]
	["start_time"] = 23400,
} -- end of mission
