admiral\admiral.hÖú¿i{description.ext5:ÀiÑhull3\briefing\blufor.sqfxñ¿ihull3\briefing\civilian.sqfxñ¿ihull3\briefing\indfor.sqfxñ¿ihull3\briefing\opfor.sqf *** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // INDFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

ENEMY FORCES
*** Insert information about enemy forces here.***

FRIENDLY FORCES
*** Insert information about friendly forces here.*** "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
*** Insert the mission here. *** "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
*** Insert very short summary of plan here. ***

MOVEMENT PLAN
*** Insert movement instructions here. ***

FIRE SUPPORT PLAN
*** Insert fire support instructions here. ***

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; // OPFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
PLA forces have snuck on to Porto in an attempt to knock out US radar and AA.

ENEMY FORCES
USMC

FRIENDLY FORCES
PLA "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Disable the 3 radar sites in Porto

Optional: Kill all the USMC AA vehicles "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Try to survive

MOVEMENT PLAN
Limited approaches due to terrain, do the best you can.

FIRE SUPPORT PLAN
MAT for vehicles and buildings "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
This might be a bit iffy "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Cyruz "]]; class Hull3 { isEnabled = 1; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class MNP_CH_DE { gear = "CAR95_CN"; uniform = "CN_DE"; }; }; };The MIT License (MIT) Copyright (c) 2014 László Major Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.ark_qad_fnc_addActions = { params ["_radar"]; private _action = [ "disableRadar", "Disable Jammer", "\idi\acre\addons\sys_oe303\data\ui\icon_antenna_ca.paa", { [ 10, _target, { params ["_obj"]; _obj setVariable ["ark_qad_var_isStopped", true, true]; [_obj, ["vr_shutdown", 250]] remoteExec ["say3D", 0]; switch ( _obj) do { case radar1 : {dish1 animateSource ["radar_rotation",0,true]}; case radar2 : {dish2 animateSource ["radar_rotation",0,true]}; case radar3 : {dish3 animateSource ["radar_rotation",0,true]}; default {}; }; [(str _obj),"SUCCEEDED"] call BIS_fnc_taskSetState; }, { [["\A3\ui_f\data\map\mapcontrol\taskIconFailed_ca.paa", 2.0], ["Shutdown aborted!"]] call CBA_fnc_notify; }, "Shutting down jammer" ] call ace_common_fnc_progressBar; }, {!(_target getVariable ["ark_qad_var_isStopped", false])}, {}, [], [0,0,0], 7 // Distance ] call ace_interact_menu_fnc_createAction; [_radar, 0, ["ACE_MainActions"], _action] call ace_interact_menu_fnc_addActionToObject; }; ark_qad_fnc_canPlaySound = { params ["_obj"]; [ {player distance2d (_this #0) < 100}, {[(_this #0),"Device_disassembled_loop",29] call ark_qad_fnc_loopSound}, [_obj] ] call CBA_fnc_waitUntilAndExecute; }; ark_qad_fnc_loopSound = { params ["_obj","_snd","_time"]; private _source = "#particlesource" createVehicleLocal ASLToAGL getPosWorld _obj; [_source, player] say3D [_snd, 250]; [ {(_this #1) getVariable ["ark_qad_var_isStopped", false]}, {deleteVehicle (_this #0)}, [_source,_obj,_snd,_time], _time, {[(_this #1),(_this #2),(_this #3)] call ark_qad_fnc_loopSound} ] call CBA_fnc_waitUntilAndExecute; }; { _x call ark_qad_fnc_addActions; _x call ark_qad_fnc_canPlaySound; } forEach [radar1,radar2,radar3];ark_cn_bigGroup = createGroup [west, true]; ark_cn_bigGroup enableAttack false; ark_cn_bigGroup enableDynamicSimulation true; ark_script_fnc_buildingFiller = { params ["_building"]; private _buildingPositions = [_building] call CBA_fnc_buildingPositions; if (_buildingPositions isEqualTo []) exitWith {}; private _unitTemplate = adm_camp_defaultUnitTemplate; private _side = [_unitTemplate] call adm_common_fnc_getUnitTemplateSide; private _unitArray = getArray (configfile >> "Admiral" >> "UnitTemplates" >> _unitTemplate >> "infantry"); { private _unit = ark_cn_bigGroup createUnit [(selectRandom _unitArray), [0,0,0], [], 0, "NONE"]; _unit setPosASL (AGLToASL _x); _unit setDir (random 360); [_unit, true] call ark_ai_sentry_fnc_make_sentry; } forEach _buildingPositions; }; if (isServer) then { [{!isNil "adm_camp_defaultunittemplate"}, { private _cbaBuildingPos = nearestObjects [[2584,2384], ["CBA_buildingPos"], 250, true]; _cbaBuildingPos = _cbaBuildingPos call BIS_fnc_arrayShuffle; _cbaBuildingPos deleteRange [99, 197]; { if (_forEachIndex / 2 == 0) then { continue; }; [_x] call ark_script_fnc_buildingFiller; } forEach _cbaBuildingPos; }] call CBA_fnc_waitUntilAndExecute; }; [true, ["task1"], ["Knock out the radar jammers", "Disable Jammers"], objNull, "CREATED", -1, true, "search"] call BIS_fnc_taskCreate; [true, ["radar1","task1"], ["Kill power to the first jammer", "Disable Jammer #1"], [2676.2,2400.53,0], "CREATED", -1, true, "talk1"] call BIS_fnc_taskCreate; [true, ["radar2","task1"], ["Kill power to the second jammer", "Disable Jammer #2"], [2653.15,2240.58,0], "CREATED", -1, true, "talk2"] call BIS_fnc_taskCreate; [true, ["radar3","task1"], ["Kill power to the third jammer", "Disable Jammer #3"], [2555.8,2580.79,0], "CREATED", -1, true, "talk3"] call BIS_fnc_taskCreate; ["mission.safetytimer.ended", { {_x animateSource ["Radar_Rotation", 99999, 0.1]} forEach [dish1,dish2,dish3]; "task1" call BIS_fnc_taskSetCurrent; }] call hull3_event_fnc_addEventHandler; version=54; class EditorData { moveGridStep=1; angleGridStep=0.2617994; scaleGridStep=1; autoGroupingDist=10; toggles=9; class ItemIDProvider { nextID=142; }; class LayerIndexProvider { nextID=6; }; class Camera { pos[]={2477.2175,91.978218,2022.946}; dir[]={0.088178441,-0.43021083,0.8984288}; up[]={0.042022452,0.90272498,0.4281629}; aside[]={0.99523294,1.4173565e-07,-0.097677723}; }; }; binarizationWanted=0; sourceName="ark_co24_china_rising"; addons[]= { "A3_Characters_F", "ace_nouniformrestrictions", "A3_Weapons_F_Bootcamp_Ammoboxes", "trencher_main", "admiral", "A3_Structures_F_Enoch_Military_Radar", "CUP_Creatures_Military_USArmy", "CUP_TrackedVehicles_Bradley" }; class AddonsMetaData { class List { items=8; class Item0 { className="A3_Characters_F"; name="Arma 3 Alpha - Characters and Clothing"; author="Bohemia Interactive"; url="https://www.arma3.com"; }; class Item1 { className="ace_nouniformrestrictions"; name="ACE3 - No Uniform Restrictions"; author="ACE-Team"; url="https://ace3.acemod.org/"; }; class Item2 { className="A3_Weapons_F_Bootcamp"; name="Arma 3 Bootcamp Update - Weapons and Accessories"; author="Bohemia Interactive"; url="https://www.arma3.com"; }; class Item3 { className="trencher_main"; name="main"; author="Seb"; }; class Item4 { className="Admiral"; name="ARK Inhouse - Admiral"; author="Kami"; url="https://github.com/kami-"; }; class Item5 { className="A3_Structures_F_Enoch_Military"; name="Arma 3 Contact Platform - Military Buildings and Structures"; author="Bohemia Interactive"; url="https://www.arma3.com"; }; class Item6 { className="CUP_Creatures_Military_USArmy"; name="CUP_Creatures_Military_USArmy"; }; class Item7 { className="CUP_TrackedVehicles_Bradley"; name="CUP_TrackedVehicles_Bradley"; }; }; }; dlcs[]= { "Enoch", "CUP_Units", "CUP_Vehicles" }; randomSeed=14779546; class ScenarioData { author="Cyruz"; class Header { gameType="Coop"; minPlayers=1; maxPlayers=24; }; }; class CustomAttributes { class Category0 { name="trencher_main"; class Attribute0 { property="trencher_main_terrainPoints"; expression="false"; class Value { class data { singleType="STRING"; value="[[2420,2210,5.03],[2430,2210,3.71423],[2410,2210,5.03],[2440,2210,3.67798],[2450,2210,5.03],[2410,2220,5.03],[2450,2200,5.03],[2420,2220,5.03],[2440,2200,4.59725],[2430,2220,3.13],[2430,2200,4.63351],[2440,2220,3.13],[2420,2200,4.66976],[2450,2220,5.03],[2410,2200,5.03],[2430,2430,3.79149],[2440,2430,3.66075],[2420,2430,5.27639],[2450,2430,5.03],[2420,2440,5.03],[2430,2440,3.13],[2450,2420,5.03],[2440,2440,3.13],[2440,2420,4.59853],[2450,2440,5.03],[2430,2420,4.96943],[2420,2420,5.7957],[2420,2450,5.03],[2430,2450,3.13],[2450,2410,5.03],[2440,2450,3.13],[2450,2450,5.03],[2620,2550,3.59156],[2630,2550,3.51873],[2610,2550,5.03],[2640,2550,5.24282],[2610,2560,5.03],[2620,2560,4.47844],[2640,2540,5.03],[2630,2560,4.66745],[2630,2540,3.13],[2640,2560,5.47313],[2620,2540,3.13],[2610,2540,5.03],[2610,2570,5.03],[2620,2570,5.03],[2630,2570,5.52],[2640,2570,6.06],[2700,2210,4.51273],[2710,2210,3.70438],[2690,2210,5.03],[2720,2210,3.13],[2730,2210,3.13],[2690,2220,5.03],[2730,2200,5.03],[2700,2220,5.03],[2720,2200,3.13],[2710,2220,3.54855],[2710,2200,3.86022],[2720,2220,3.13],[2700,2200,4.66857],[2730,2220,3.13],[2690,2200,5.03],[2710,2230,5.03],[2710,2190,5.03],[2720,2230,5.03],[2700,2190,5.03],[2730,2230,5.03],[2420,2230,5.03],[2430,2230,3.13],[2420,2240,5.03],[2440,2220,3.13],[2430,2220,3.13],[2420,2220,5.03],[2450,2240,5.03],[2410,2220,5.03],[2440,2250,3.13],[2450,2250,5.03],[2450,2240,3.13],[2440,2250,3.13],[2450,2250,3.13],[2430,2230,5.03],[2440,2260,5.03],[2450,2260,5.03],[2440,2230,3.13],[2450,2230,5.03],[2430,2240,3.13],[2440,2240,3.13],[2420,2250,5.03],[2430,2250,3.13],[2430,2260,5.03],[2420,2450,5.03],[2420,2480,4.99699],[2420,2480,3.67798],[2410,2480,4.29941],[2410,2490,6.18527],[2420,2490,5.56566],[2430,2490,5.06614],[2410,2470,4.31354],[2460,2470,3.13],[2470,2470,3.13],[2460,2460,3.13],[2460,2480,5.03],[2470,2480,5.03],[2430,2460,3.13],[2440,2460,3.05086],[2420,2460,5.03],[2450,2460,3.13],[2420,2470,3.6903],[2430,2470,3.13],[2450,2450,5.03],[2440,2470,3.00827],[2440,2450,3.13],[2450,2470,3.12626],[2430,2450,3.13],[2430,2480,3.09739],[2440,2480,3.09778],[2450,2480,3.03632],[2440,2490,3.39237],[2460,2450,3.13],[2450,2490,4.90167],[2400,2470,4.95625],[2410,2470,4.31354],[2410,2460,6.22767],[2400,2460,6.87109],[2410,2480,4.29941],[2390,2460,7.50738],[2390,2490,7.46213],[2380,2480,4.91485],[2370,2480,6.79391],[2370,2490,7.04184],[2380,2490,5.16426],[2400,2470,6.61526],[2390,2490,5.18669],[2370,2500,7.35144],[2390,2470,4.7019],[2390,2480,4.93579],[2400,2480,4.94143],[2400,2490,6.8266],[2410,2490,6.18527],[2380,2470,4.68851],[2430,2550,5.20855],[2440,2550,3.30875],[2450,2550,3.30896],[2470,2520,2.90015],[2480,2510,5.03],[2470,2510,4.77603],[2460,2510,4.87941],[2470,2530,3.0318],[2450,2500,5.03712],[2420,2520,4.61998],[2420,2530,6.44498],[2430,2510,4.07195],[2420,2510,4.69495],[2440,2540,3.22607],[2450,2540,3.22683],[2430,2540,5.1253],[2460,2540,4.76851],[2460,2530,2.95932],[2450,2530,2.89087],[2460,2550,5.20917],[2440,2530,3.02995],[2430,2530,4.92953],[2450,2520,2.9718],[2460,2520,3.09571],[2440,2520,3.21167],[2450,2510,3.05118],[2470,2540,3.13],[2430,2520,4.00264],[2440,2510,3.5082],[2440,2570,4.70349],[2450,2570,4.49186],[2430,2570,6.12957],[2460,2570,5.46043],[2430,2580,7.34291],[2440,2580,6.64468],[2460,2560,5.24886],[2450,2580,6.15638],[2450,2560,3.34878],[2460,2580,5.87431],[2440,2560,3.34871],[2430,2560,5.24863],[2450,2230,5.03],[2450,2270,5.03],[2460,2270,3.13],[2470,2270,3.13],[2480,2270,5.03],[2480,2230,3.13],[2490,2230,3.13],[2480,2220,3.13],[2490,2240,3.13],[2500,2240,5.03],[2480,2210,5.03],[2450,2240,3.13],[2460,2240,3.13],[2470,2240,3.13],[2450,2250,3.13],[2470,2230,3.13],[2460,2250,3.13],[2460,2230,3.13],[2470,2250,3.13],[2450,2260,5.03],[2470,2220,5.03],[2460,2260,3.13],[2460,2220,5.03],[2470,2260,3.13],[2480,2250,5.03],[2480,2240,3.13],[2480,2260,5.03],[2490,2250,5.03],[2460,2280,3.13],[2470,2280,3.13],[2480,2280,5.03],[2480,2270,5.03],[2470,2290,3.13],[2470,2270,3.13],[2480,2290,5.03],[2460,2270,3.13],[2450,2270,5.03],[2450,2300,5.03],[2480,2300,5.03],[2450,2300,3.45182],[2450,2310,3.72364],[2460,2310,3.13],[2440,2290,5.99962],[2450,2320,5.89548],[2460,2320,5.21326],[2460,2280,5.03],[2450,2280,5.03],[2450,2290,5.03],[2460,2290,3.13],[2460,2300,3.13],[2470,2300,3.13],[2470,2310,5.03],[2450,2310,3.72364],[2430,2320,4.72329],[2450,2300,3.45182],[2440,2300,4.13],[2420,2330,5.96394],[2430,2330,4.08364],[2440,2330,4.10334],[2450,2330,6.02304],[2420,2340,6.03],[2430,2340,4.13],[2430,2320,3.79772],[2440,2340,4.13],[2420,2320,5.69811],[2450,2340,6.03],[2420,2350,5.09685],[2430,2350,3.17713],[2440,2350,3.15744],[2420,2310,5.71782],[2450,2350,5.03774],[2430,2310,3.81742],[2440,2310,3.81703],[2440,2320,3.79733],[2450,2320,5.89548],[2430,2300,4.42731],[2420,2370,5.5192],[2430,2370,3.95351],[2440,2370,3.75888],[2450,2370,5.03],[2420,2380,6.2629],[2440,2360,3.13],[2430,2380,5.2063],[2430,2360,3.13],[2440,2380,4.64578],[2420,2360,5.03],[2450,2380,4.67425],[2620,2530,3.13],[2610,2530,5.03],[2610,2540,5.03],[2650,2520,5.03],[2620,2540,3.13],[2640,2520,5.03],[2630,2540,3.13],[2610,2520,5.03],[2640,2520,3.13],[2650,2520,3.13],[2650,2510,3.13],[2640,2510,3.13],[2650,2530,3.13],[2630,2540,5.03],[2650,2500,5.03],[2640,2500,5.03],[2650,2540,5.03],[2630,2500,5.03],[2630,2530,3.13],[2640,2530,3.13],[2630,2520,3.13],[2640,2540,5.03],[2620,2520,3.13],[2630,2510,3.13],[2660,2550,5.14546],[2670,2550,3.36444],[2660,2560,5.19859],[2680,2540,2.92421],[2670,2560,3.08422],[2670,2540,2.92837],[2690,2560,4.5733],[2660,2570,4.85295],[2690,2560,2.69787],[2670,2560,3.95119],[2700,2560,2.88857],[2700,2550,2.97264],[2690,2570,2.70589],[2700,2570,2.81876],[2710,2570,4.94101],[2670,2550,6.10108],[2680,2580,6.03284],[2700,2540,4.9667],[2690,2580,5.14268],[2680,2550,3.49709],[2690,2550,2.73565],[2680,2560,2.86985],[2670,2570,3.00743],[2680,2570,3.06192],[2690,2540,4.74998],[2730,2490,3.73763],[2740,2490,3.9098],[2720,2490,5.03],[2750,2490,5.03],[2720,2500,5.03],[2760,2480,5.03],[2730,2500,3.13],[2750,2480,4.8741],[2740,2500,3.13],[2740,2480,4.70193],[2750,2500,5.03],[2730,2480,4.52976],[2720,2480,5.03],[2720,2510,2.50526],[2730,2510,2.66714],[2740,2510,2.82903],[2740,2470,5.03],[2750,2510,4.8909],[2730,2470,5.03],[2720,2470,5.03],[2740,2520,2.61578],[2750,2520,4.35126],[2770,2230,3.13],[2780,2230,5.03],[2760,2240,3.13],[2780,2220,5.03],[2770,2240,3.13],[2780,2240,5.03],[2750,2220,5.03],[2750,2250,5.03],[2760,2250,3.13],[2770,2250,3.13],[2780,2250,5.03],[2740,2220,2.6318],[2750,2220,1.72773],[2730,2220,3.13],[2730,2230,5.03],[2740,2230,4.34595],[2760,2210,1.87927],[2750,2210,1.85075],[2740,2210,2.81768],[2770,2230,2.13931],[2730,2210,3.13],[2760,2240,3.88785],[2740,2200,4.90357],[2730,2200,5.03],[2760,2230,1.95164],[2750,2230,3.66393],[2750,2240,5.03],[2770,2220,2.11647],[2760,2220,1.91547],[2770,2210,2.09819],[2770,2260,3.13],[2780,2260,5.03],[2750,2270,5.03],[2780,2250,5.03],[2770,2250,3.13],[2780,2270,5.03],[2760,2250,3.13],[2750,2270,3.13],[2750,2280,3.13],[2770,2260,5.03],[2760,2280,3.13],[2750,2290,5.03],[2760,2290,5.03],[2760,2260,3.13],[2750,2260,5.03],[2760,2270,3.13],[2770,2270,3.13],[2750,2250,5.03],[2770,2280,3.13],[2750,2270,3.13],[2750,2260,5.03],[2740,2260,3.13],[2750,2280,3.13],[2730,2290,5.03],[2740,2250,5.03],[2730,2250,5.03],[2720,2280,3.13],[2710,2280,5.03],[2750,2280,5.03],[2710,2290,5.03],[2750,2270,5.03],[2720,2290,3.13],[2730,2290,3.13],[2720,2270,3.13],[2710,2270,5.03],[2730,2270,3.13],[2740,2270,3.13],[2730,2280,3.13],[2740,2280,3.13],[2730,2260,3.13],[2740,2290,5.03],[2750,2290,5.03],[2460,2460,3.13],[2470,2460,3.7013],[2480,2460,4.31691],[2490,2460,4.93251],[2460,2470,3.13],[2480,2450,4.65709],[2470,2470,3.36112],[2470,2450,4.04149],[2480,2470,5.03],[2460,2450,3.42588],[2490,2470,5.03],[2450,2450,5.03],[2470,2480,5.03],[2470,2440,5.03],[2460,2440,5.03],[2470,2530,3.25948],[2480,2530,4.08596],[2490,2530,4.79727],[2460,2540,4.76851],[2500,2520,5.03],[2470,2540,3.61225],[2490,2520,5.03],[2480,2540,4.07622],[2480,2520,3.83533],[2490,2540,5.03],[2470,2520,2.90015],[2470,2550,5.03],[2480,2550,5.03],[2480,2510,5.03],[2490,2550,5.03],[2470,2510,4.77603],[2480,2220,3.61697],[2490,2220,4.23589],[2500,2220,4.85481],[2510,2220,5.03],[2480,2230,3.1864],[2500,2210,5.03],[2490,2230,3.80532],[2490,2210,4.66646],[2500,2230,4.42424],[2480,2210,5.03],[2510,2230,5.03],[2490,2240,3.37475],[2490,2200,5.03],[2500,2240,5.03],[2650,2520,3.13],[2660,2520,3.13],[2650,2530,3.13],[2670,2510,5.03],[2660,2510,5.03],[2650,2510,3.13],[2660,2500,5.03],[2670,2540,5.03],[2650,2500,5.03],[2650,2530,4.82687],[2680,2530,3.13],[2690,2530,5.03],[2670,2540,2.92837],[2680,2540,2.92421],[2660,2520,2.8899],[2690,2540,4.82599],[2650,2520,4.86555],[2660,2550,5.14546],[2670,2520,2.81082],[2660,2530,2.99779],[2670,2530,3.06871],[2650,2540,5.03],[2660,2540,4.87389],[2680,2520,2.73172],[2700,2550,2.97264],[2710,2550,3.11989],[2700,2560,2.88857],[2710,2560,3.11633],[2720,2560,3.14379],[2700,2540,4.9667],[2690,2540,4.74998],[2700,2570,2.81876],[2720,2530,4.78439],[2710,2570,4.94101],[2720,2570,5.02247],[2720,2530,3.13],[2730,2530,3.13],[2740,2530,5.03],[2750,2520,4.35126],[2740,2520,2.61578],[2730,2540,3.11626],[2730,2520,2.77767],[2740,2540,5.02248],[2720,2520,2.93956],[2710,2520,5.00144],[2710,2550,5.74101],[2740,2510,2.82903],[2730,2510,2.66714],[2740,2550,5.24624],[2720,2510,2.50526],[2720,2550,3.13262],[2730,2550,2.95801],[2720,2540,3.01477],[2710,2540,5.02345],[2730,2560,4.81999],[2710,2530,5.03],[2720,2310,4.36012],[2730,2310,4.32706],[2710,2310,5.03],[2740,2310,5.03],[2710,2320,5.03],[2750,2300,5.13995],[2720,2320,5.03],[2740,2300,5.03],[2730,2320,5.03],[2730,2300,3.40502],[2740,2320,5.03],[2720,2300,3.43808],[2710,2300,5.03],[2180,2210,8.19],[2190,2210,7.87791],[2200,2210,7.57096],[2210,2210,7.91104],[2180,2220,8.62],[2200,2200,9.22345],[2190,2220,8.03849],[2190,2200,8.5336],[2200,2220,7.57576],[2180,2200,7.89],[2210,2220,7.92363],[2180,2230,9.17],[2190,2230,9.12056],[2200,2230,9.33885],[2210,2230,9.83621],[2210,2210,7.91104],[2210,2220,7.92363],[2210,2200,9.79846],[2210,2230,9.83621],[2250,2200,8.29549],[2260,2200,10.1988],[2250,2190,7.85525],[2240,2190,8.1078],[2230,2190,8.35006],[2220,2190,10.177],[2250,2230,9.72855],[2260,2230,10.4374],[2270,2230,12.7366],[2230,2240,11.0198],[2240,2240,9.84465],[2250,2240,10.4954],[2260,2240,10.8662],[2270,2240,11.1356],[2240,2250,12.4534],[2250,2250,10.8958],[2260,2250,11.1864],[2220,2210,8.25842],[2230,2210,7.80003],[2230,2200,8.06793],[2220,2220,7.90148],[2220,2200,9.85436],[2230,2220,7.62416],[2220,2230,10.0819],[2230,2230,8.57359],[2240,2200,8.18172],[2240,2210,7.87827],[2250,2210,9.88275],[2240,2220,7.66922],[2250,2220,8.96633],[2240,2230,9.04309],[2230,2180,9.56582],[2240,2180,7.40966],[2220,2190,10.177],[2260,2170,6.13528],[2230,2190,8.35006],[2240,2190,8.1078],[2240,2170,6.71979],[2250,2190,7.85525],[2230,2170,8.85816],[2250,2200,8.29549],[2230,2160,8.10833],[2260,2200,10.1988],[2260,2170,5.23571],[2270,2170,4.69361],[2280,2170,4.06786],[2270,2160,4.63021],[2260,2160,5.16251],[2270,2180,6.65699],[2280,2180,6.02579],[2250,2180,7.14746],[2260,2180,7.20892],[2250,2170,5.99005],[2260,2190,9.50271],[2250,2160,5.96635],[2290,2160,3.45599],[2300,2160,3.12498],[2280,2160,4.00993],[2280,2170,4.06786],[2290,2170,3.50934],[2310,2150,4.45369],[2300,2150,5.05843],[2290,2150,5.30263],[2280,2150,5.852],[2280,2180,6.02579],[2310,2180,4.60164],[2320,2170,3.12722],[2330,2170,5.12447],[2310,2180,3.55228],[2320,2180,3.63239],[2300,2160,2.30079],[2330,2180,5.61251],[2310,2160,2.41551],[2300,2170,3.09153],[2310,2170,2.64801],[2290,2180,5.46271],[2300,2180,4.95807],[2320,2160,2.53193],[2300,2190,5.86453],[2310,2190,4.04537],[2300,2190,5.86453],[2300,2200,6.37038],[2310,2200,4.55455],[2320,2180,3.63239],[2310,2180,3.55229],[2300,2180,5.37505],[2300,2210,6.82365],[2340,2200,3.76483],[2350,2200,3.44153],[2360,2200,3.11475],[2360,2190,5.01988],[2330,2210,4.03132],[2350,2190,5.34587],[2340,2210,3.7602],[2340,2190,5.66945],[2350,2210,3.43718],[2360,2210,3.10962],[2320,2220,6.18157],[2330,2220,5.92748],[2340,2220,5.65557],[2350,2220,5.33286],[2360,2220,5.00449],[2320,2190,4.12623],[2330,2190,5.93903],[2330,2180,5.61251],[2320,2200,4.28851],[2330,2200,4.03517],[2310,2210,4.94981],[2320,2210,4.28503],[2360,2200,3.11475],[2370,2200,2.73367],[2380,2200,3.60701],[2390,2200,4.99186],[2360,2210,3.10962],[2380,2190,4.6126],[2370,2210,2.73077],[2370,2190,4.63656],[2380,2210,3.81529],[2360,2190,5.01988],[2390,2210,5.26545],[2360,2220,5.00449],[2370,2220,4.6279],[2380,2220,5.2092],[2390,2220,5.78547],[2210,2480,9.89529],[2220,2480,9.83619],[2230,2480,9.74948],[2240,2480,9.65429],[2210,2490,9.22],[2230,2470,9.67348],[2220,2490,9.80176],[2220,2470,9.74125],[2230,2490,9.70857],[2210,2470,10.3135],[2240,2490,10.9349],[2220,2500,9.1],[2220,2460,11.277],[2230,2500,9.67234],[2230,2470,9.42369],[2220,2470,8.6984],[2230,2480,8.82191],[2240,2480,9.54714],[2230,2460,9.91094],[2260,2480,12.4552],[2220,2460,11.2002],[2240,2490,10.8454],[2260,2470,10.0772],[2270,2470,10.0406],[2280,2470,9.92415],[2290,2470,9.76039],[2240,2480,11.4825],[2290,2460,9.76439],[2260,2480,11.983],[2280,2460,9.92642],[2270,2480,11.9413],[2270,2460,10.0399],[2280,2480,11.8219],[2260,2460,10.0714],[2290,2480,11.6564],[2240,2470,9.99298],[2250,2470,9.92546],[2250,2460,9.91478],[2240,2460,10.3928],[2250,2480,11.8361],[2240,2450,12.4803],[2300,2470,9.54237],[2310,2470,9.25731],[2290,2470,9.76039],[2320,2470,8.92505],[2290,2480,11.6564],[2300,2480,11.4363],[2320,2460,8.93505],[2310,2480,11.1488],[2310,2460,9.26581],[2300,2460,9.54845],[2290,2460,9.76439],[2340,2480,7.5611],[2350,2480,9.46706],[2330,2490,7.61989],[2340,2490,7.63524],[2320,2470,9.48859],[2350,2490,9.55059],[2330,2470,7.57687],[2330,2460,8.58116],[2320,2480,9.4492],[2330,2480,7.55515],[2320,2490,9.50453],[2340,2470,7.56627],[2330,2500,7.74274],[2320,2500,9.6231],[2320,2510,9.72048],[2340,2490,7.63525],[2350,2510,7.84774],[2330,2490,7.61989],[2320,2490,9.50453],[2350,2510,7.7781],[2360,2510,7.41821],[2340,2520,9.9318],[2360,2500,7.46776],[2350,2520,9.63565],[2360,2520,7.3709],[2360,2530,9.2236],[2340,2490,10.0556],[2340,2500,7.76238],[2350,2500,7.82402],[2330,2510,7.83015],[2350,2490,9.5506],[2340,2510,7.83982],[2410,2510,7.74427],[2410,2510,5.23806],[2420,2510,4.69495],[2410,2520,5.17071],[2420,2520,4.61998],[2400,2530,7.48917],[2410,2530,7.00336],[2420,2530,6.44498],[2360,2510,7.41821],[2360,2520,7.3709],[2370,2520,6.96618],[2360,2500,7.46776],[2360,2530,9.2236],[2370,2530,8.81574],[2380,2500,5.47904],[2390,2500,5.50664],[2370,2500,7.06706],[2400,2500,5.53423],[2410,2500,7.20541],[2370,2510,7.01661],[2380,2510,5.76618],[2400,2490,7.10912],[2390,2510,5.78908],[2390,2490,5.18669],[2400,2510,5.70144],[2380,2490,5.16426],[2370,2490,7.04184],[2390,2520,6.09052],[2400,2520,5.64531],[2390,2530,7.93457],[2380,2520,6.53814],[2380,2530,8.38413],[2260,2260,12.2377],[2270,2260,13.8787],[2250,2260,13.1371],[2280,2260,15.2338],[2290,2260,15.9085],[2300,2260,15.57],[2260,2270,15.3403],[2280,2250,13.0586],[2270,2270,16.2045],[2270,2250,11.9625],[2280,2270,17.9175],[2260,2250,11.1864],[2290,2270,18.47],[2250,2250,10.8958],[2240,2250,12.4534],[2270,2280,18.9167],[2270,2240,11.1356],[2280,2280,19.84],[2260,2240,10.8662]]"; }; }; }; class Attribute1 { property="trencher_main_simpleObjects"; expression="false"; class Value { class data { singleType="STRING"; value="[[[2432.81,2199.33,3.4142],[[0.999223,-0.0394087,-1.49012e-08],[1.48852e-08,-6.97863e-10,1]],""Land_HBarrierWall6_F""],[[2438.83,2196.33,5.71638],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2439.03,2200.22,5.58645],[[-0.997854,0.0393547,-0.052336],[-0.0476433,0.111957,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2440.9,2197.93,5.50397],[[-0.992575,0.0391465,0.115163],[0.114387,-0.0215242,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2441.28,2201.81,5.54754],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2433.05,2205.3,3.4142],[[0.999223,-0.0394087,-1.49012e-08],[1.48852e-08,-6.97863e-10,1]],""Land_HBarrierWall6_F""],[[2439.07,2202.3,5.71638],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2439.27,2206.2,5.58645],[[-0.997854,0.0393547,-0.052336],[-0.0476433,0.111957,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2441.14,2203.9,5.50397],[[-0.992575,0.0391465,0.115163],[0.114387,-0.0215242,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2441.51,2207.78,5.54754],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2433.29,2211.27,3.4142],[[0.999223,-0.0394087,-1.49012e-08],[1.48852e-08,-6.97863e-10,1]],""Land_HBarrierWall6_F""],[[2439.31,2208.27,5.71638],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2439.5,2212.17,5.58645],[[-0.997854,0.0393547,-0.052336],[-0.0476433,0.111957,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2441.37,2209.87,5.50397],[[-0.992575,0.0391465,0.115163],[0.114387,-0.0215242,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2441.75,2213.75,5.54754],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2433.52,2217.25,3.4142],[[0.999223,-0.0394087,-1.49012e-08],[1.48852e-08,-6.97863e-10,1]],""Land_HBarrierWall6_F""],[[2439.54,2214.25,5.71638],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2439.74,2218.14,5.58645],[[-0.997854,0.0393547,-0.052336],[-0.0476433,0.111957,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2441.61,2215.85,5.50397],[[-0.992575,0.0391465,0.115163],[0.114387,-0.0215242,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2441.98,2219.73,5.54754],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2428.38,2217.45,3.4142],[[-0.999223,0.0394088,-2.23517e-08],[-2.23426e-08,6.73238e-10,1]],""Land_HBarrierWall6_F""],[[2422.36,2220.45,5.71638],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2422.16,2216.55,5.58645],[[0.997854,-0.0393548,-0.052336],[0.0476433,-0.111957,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2420.29,2218.85,5.50397],[[0.992575,-0.0391466,0.115163],[-0.114387,0.0215242,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2419.92,2214.97,5.54754],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2428.14,2211.48,3.4142],[[-0.999223,0.0394088,-2.23517e-08],[-2.23426e-08,6.73238e-10,1]],""Land_HBarrierWall6_F""],[[2422.12,2214.47,5.71638],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2421.93,2210.58,5.58645],[[0.997854,-0.0393548,-0.052336],[0.0476433,-0.111957,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2420.06,2212.88,5.50397],[[0.992575,-0.0391466,0.115163],[-0.114387,0.0215242,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2419.68,2209,5.54754],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2427.91,2205.5,3.4142],[[-0.999223,0.0394088,-2.23517e-08],[-2.23426e-08,6.73238e-10,1]],""Land_HBarrierWall6_F""],[[2421.89,2208.5,5.71638],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2421.69,2204.61,5.58645],[[0.997854,-0.0393548,-0.052336],[0.0476433,-0.111957,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2419.82,2206.9,5.50397],[[0.992575,-0.0391466,0.115163],[-0.114387,0.0215242,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2419.45,2203.02,5.54754],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2427.67,2199.53,3.4142],[[-0.999223,0.0394088,-2.23517e-08],[-2.23426e-08,6.73238e-10,1]],""Land_HBarrierWall6_F""],[[2421.65,2202.53,5.71638],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2421.46,2198.64,5.58645],[[0.997854,-0.0393548,-0.052336],[0.0476433,-0.111957,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2419.58,2200.93,5.50397],[[0.992575,-0.0391466,0.115163],[-0.114387,0.0215242,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2419.21,2197.05,5.54754],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2438.41,2419.13,3.4142],[[0.999421,-0.0340172,-1.49012e-08],[1.48979e-08,-3.49135e-10,1]],""Land_HBarrierWall6_F""],[[2444.45,2416.17,5.71638],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2444.62,2420.06,5.58645],[[-0.998052,0.0339705,-0.052336],[-0.0482467,0.111698,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2446.51,2417.78,5.50397],[[-0.992772,0.0337908,0.115163],[0.114501,-0.0209068,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2446.86,2421.66,5.54754],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2438.6,2424.8,3.4142],[[0.999421,-0.0340172,-1.49012e-08],[1.48979e-08,-3.49135e-10,1]],""Land_HBarrierWall6_F""],[[2444.64,2421.84,5.71638],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2444.81,2425.73,5.58645],[[-0.998052,0.0339705,-0.052336],[-0.0482467,0.111698,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2446.7,2423.45,5.50397],[[-0.992772,0.0337908,0.115163],[0.114501,-0.0209068,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2447.05,2427.33,5.54754],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2438.8,2430.47,3.4142],[[0.999421,-0.0340172,-1.49012e-08],[1.48979e-08,-3.49135e-10,1]],""Land_HBarrierWall6_F""],[[2444.83,2427.5,5.71638],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2445.01,2431.4,5.58645],[[-0.998052,0.0339705,-0.052336],[-0.0482467,0.111698,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2446.89,2429.11,5.50397],[[-0.992772,0.0337908,0.115163],[0.114501,-0.0209068,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2447.24,2433,5.54754],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2438.99,2436.14,3.4142],[[0.999421,-0.0340172,-1.49012e-08],[1.48979e-08,-3.49135e-10,1]],""Land_HBarrierWall6_F""],[[2445.02,2433.17,5.71638],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2445.2,2437.07,5.58645],[[-0.998052,0.0339705,-0.052336],[-0.0482467,0.111698,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2447.08,2434.78,5.50397],[[-0.992772,0.0337908,0.115163],[0.114501,-0.0209068,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2447.44,2438.67,5.54754],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2439.18,2441.81,3.4142],[[0.999421,-0.0340172,-1.49012e-08],[1.48979e-08,-3.49135e-10,1]],""Land_HBarrierWall6_F""],[[2445.22,2438.84,5.71638],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2445.39,2442.74,5.58645],[[-0.998052,0.0339705,-0.052336],[-0.0482467,0.111698,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2447.28,2440.45,5.50397],[[-0.992772,0.0337908,0.115163],[0.114501,-0.0209068,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2447.63,2444.33,5.54754],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2434.04,2441.98,3.4142],[[-0.999421,0.0340171,-1.49012e-08],[-1.48939e-08,4.65416e-10,1]],""Land_HBarrierWall6_F""],[[2428,2444.95,5.71638],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2427.83,2441.05,5.58645],[[0.998052,-0.0339705,-0.052336],[0.0482467,-0.111698,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2425.94,2443.34,5.50397],[[0.992772,-0.0337908,0.115163],[-0.114501,0.0209068,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2425.59,2439.46,5.54754],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2433.84,2436.31,3.4142],[[-0.999421,0.0340171,-1.49012e-08],[-1.48939e-08,4.65416e-10,1]],""Land_HBarrierWall6_F""],[[2427.81,2439.28,5.71638],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2427.63,2435.38,5.58645],[[0.998052,-0.0339705,-0.052336],[0.0482467,-0.111698,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2425.75,2437.67,5.50397],[[0.992772,-0.0337908,0.115163],[-0.114501,0.0209068,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2425.4,2433.79,5.54754],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2433.65,2430.65,3.4142],[[-0.999421,0.0340171,-1.49012e-08],[-1.48939e-08,4.65416e-10,1]],""Land_HBarrierWall6_F""],[[2427.62,2433.61,5.71638],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2427.44,2429.72,5.58645],[[0.998052,-0.0339705,-0.052336],[0.0482467,-0.111698,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2425.56,2432,5.50397],[[0.992772,-0.0337908,0.115163],[-0.114501,0.0209068,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2425.2,2428.12,5.54754],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2433.46,2424.98,3.4142],[[-0.999421,0.0340171,-1.49012e-08],[-1.48939e-08,4.65416e-10,1]],""Land_HBarrierWall6_F""],[[2427.42,2427.94,5.71638],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2427.25,2424.05,5.58645],[[0.998052,-0.0339705,-0.052336],[0.0482467,-0.111698,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2425.36,2426.33,5.50397],[[0.992772,-0.0337908,0.115163],[-0.114501,0.0209068,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2425.01,2422.45,5.54754],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2433.27,2419.31,3.4142],[[-0.999421,0.0340171,-1.49012e-08],[-1.48939e-08,4.65416e-10,1]],""Land_HBarrierWall6_F""],[[2427.23,2422.27,5.71638],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2427.05,2418.38,5.58645],[[0.998052,-0.0339705,-0.052336],[0.0482467,-0.111698,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2425.17,2420.67,5.50397],[[0.992772,-0.0337908,0.115163],[-0.114501,0.0209068,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2424.82,2416.78,5.54754],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2622.86,2562.69,3.4142],[[-0.996646,-0.0818334,-1.49012e-08],[-1.48869e-08,-7.84057e-10,1]],""Land_HBarrierWall6_F""],[[2616.53,2564.94,5.71638],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2616.8,2561.05,5.58645],[[0.99528,0.0817212,-0.052336],[0.060845,-0.105367,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2614.67,2563.1,5.50397],[[0.990015,0.0812889,0.115163],[-0.116151,0.00751983,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2614.77,2559.21,5.54754],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2623.31,2557.29,3.4142],[[-0.996646,-0.0818334,-1.49012e-08],[-1.48869e-08,-7.84057e-10,1]],""Land_HBarrierWall6_F""],[[2616.97,2559.53,5.71638],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2617.25,2555.65,5.58645],[[0.99528,0.0817212,-0.052336],[0.060845,-0.105367,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2615.11,2557.7,5.50397],[[0.990015,0.0812889,0.115163],[-0.116151,0.00751983,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2615.21,2553.8,5.54754],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2623.75,2551.88,3.4142],[[-0.996646,-0.0818334,-1.49012e-08],[-1.48869e-08,-7.84057e-10,1]],""Land_HBarrierWall6_F""],[[2617.41,2554.13,5.71638],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2617.69,2550.24,5.58645],[[0.99528,0.0817212,-0.052336],[0.060845,-0.105367,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2615.55,2552.29,5.50397],[[0.990015,0.0812889,0.115163],[-0.116151,0.00751983,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2615.65,2548.4,5.54754],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2624.2,2546.48,3.4142],[[-0.996646,-0.0818334,-1.49012e-08],[-1.48869e-08,-7.84057e-10,1]],""Land_HBarrierWall6_F""],[[2617.86,2548.73,5.71638],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2618.13,2544.84,5.58645],[[0.99528,0.0817212,-0.052336],[0.060845,-0.105367,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2616,2546.89,5.50397],[[0.990015,0.0812889,0.115163],[-0.116151,0.00751983,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2616.1,2542.99,5.54754],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2629.32,2546.9,3.4142],[[0.996646,0.0818333,-1.49012e-08],[1.49249e-08,3.21515e-10,1]],""Land_HBarrierWall6_F""],[[2635.66,2544.65,5.71638],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2635.39,2548.54,5.58645],[[-0.99528,-0.0817211,-0.052336],[-0.060845,0.105367,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2637.52,2546.49,5.50397],[[-0.990015,-0.0812888,0.115163],[0.116151,-0.00751984,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2637.42,2550.39,5.54754],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2628.88,2552.3,3.4142],[[0.996646,0.0818333,-1.49012e-08],[1.49249e-08,3.21515e-10,1]],""Land_HBarrierWall6_F""],[[2635.22,2550.06,5.71638],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2634.94,2553.95,5.58645],[[-0.99528,-0.0817211,-0.052336],[-0.060845,0.105367,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2637.08,2551.89,5.50397],[[-0.990015,-0.0812888,0.115163],[0.116151,-0.00751984,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2636.98,2555.79,5.54754],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2628.44,2557.71,3.4142],[[0.996646,0.0818333,-1.49012e-08],[1.49249e-08,3.21515e-10,1]],""Land_HBarrierWall6_F""],[[2634.78,2555.46,5.71638],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2634.5,2559.35,5.58645],[[-0.99528,-0.0817211,-0.052336],[-0.060845,0.105367,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2636.64,2557.3,5.50397],[[-0.990015,-0.0812888,0.115163],[0.116151,-0.00751984,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2636.54,2561.19,5.54754],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2627.99,2563.11,3.4142],[[0.996646,0.0818333,-1.49012e-08],[1.49249e-08,3.21515e-10,1]],""Land_HBarrierWall6_F""],[[2634.33,2560.87,5.71638],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2634.06,2564.75,5.58645],[[-0.99528,-0.0817211,-0.052336],[-0.060845,0.105367,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2636.19,2562.7,5.50397],[[-0.990015,-0.0812888,0.115163],[0.116151,-0.00751984,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2636.09,2566.6,5.54754],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2698.55,2204.13,3.4142],[[0.189296,-0.98192,-1.49012e-08],[2.95037e-09,-1.46067e-08,1]],""Land_HBarrierWall6_F""],[[2697,2197.59,5.71638],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2700.84,2198.28,5.58645],[[-0.189036,0.980574,-0.052336],[0.098157,0.071899,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2699.03,2195.94,5.50397],[[-0.188036,0.975387,0.115163],[0.00510437,-0.116282,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2702.89,2196.46,5.54754],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2705.71,2205.51,3.4142],[[0.189296,-0.98192,-1.49012e-08],[2.95037e-09,-1.46067e-08,1]],""Land_HBarrierWall6_F""],[[2704.17,2198.97,5.71638],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2708,2199.66,5.58645],[[-0.189036,0.980574,-0.052336],[0.098157,0.071899,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2706.19,2197.32,5.50397],[[-0.188036,0.975387,0.115163],[0.00510437,-0.116282,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2710.06,2197.84,5.54754],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2712.88,2206.89,3.4142],[[0.189296,-0.98192,-1.49012e-08],[2.95037e-09,-1.46067e-08,1]],""Land_HBarrierWall6_F""],[[2711.33,2200.35,5.71638],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2715.17,2201.04,5.58645],[[-0.189036,0.980574,-0.052336],[0.098157,0.071899,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2713.36,2198.7,5.50397],[[-0.188036,0.975387,0.115163],[0.00510437,-0.116282,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2717.22,2199.22,5.54754],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2720.04,2208.27,3.4142],[[0.189296,-0.98192,-1.49012e-08],[2.95037e-09,-1.46067e-08,1]],""Land_HBarrierWall6_F""],[[2718.49,2201.73,5.71638],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2722.33,2202.43,5.58645],[[-0.189036,0.980574,-0.052336],[0.098157,0.071899,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2720.52,2200.08,5.50397],[[-0.188036,0.975387,0.115163],[0.00510437,-0.116282,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2724.38,2200.6,5.54754],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2727.2,2209.66,3.4142],[[0.189296,-0.98192,-1.49012e-08],[2.95037e-09,-1.46067e-08,1]],""Land_HBarrierWall6_F""],[[2725.66,2203.11,5.71638],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2729.49,2203.81,5.58645],[[-0.189036,0.980574,-0.052336],[0.098157,0.071899,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2727.68,2201.46,5.50397],[[-0.188036,0.975387,0.115163],[0.00510437,-0.116282,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2731.55,2201.98,5.54754],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2726.23,2214.71,3.4142],[[-0.189295,0.98192,-1.49012e-08],[-2.95037e-09,1.46068e-08,1]],""Land_HBarrierWall6_F""],[[2727.78,2221.25,5.71638],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2723.94,2220.56,5.58645],[[0.189036,-0.980575,-0.052336],[-0.098157,-0.071899,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2725.75,2222.9,5.50397],[[0.188036,-0.975387,0.115163],[-0.00510434,0.116282,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2721.89,2222.38,5.54754],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2719.07,2213.33,3.4142],[[-0.189295,0.98192,-1.49012e-08],[-2.95037e-09,1.46068e-08,1]],""Land_HBarrierWall6_F""],[[2720.61,2219.87,5.71638],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2716.78,2219.18,5.58645],[[0.189036,-0.980575,-0.052336],[-0.098157,-0.071899,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2718.59,2221.52,5.50397],[[0.188036,-0.975387,0.115163],[-0.00510434,0.116282,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2714.72,2221,5.54754],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2711.9,2211.95,3.4142],[[-0.189295,0.98192,-1.49012e-08],[-2.95037e-09,1.46068e-08,1]],""Land_HBarrierWall6_F""],[[2713.45,2218.49,5.71638],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2709.61,2217.8,5.58645],[[0.189036,-0.980575,-0.052336],[-0.098157,-0.071899,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2711.42,2220.14,5.50397],[[0.188036,-0.975387,0.115163],[-0.00510434,0.116282,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2707.56,2219.62,5.54754],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2704.74,2210.57,3.4142],[[-0.189295,0.98192,-1.49012e-08],[-2.95037e-09,1.46068e-08,1]],""Land_HBarrierWall6_F""],[[2706.29,2217.11,5.71638],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2702.45,2216.41,5.58645],[[0.189036,-0.980575,-0.052336],[-0.098157,-0.071899,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2704.26,2218.76,5.50397],[[0.188036,-0.975387,0.115163],[-0.00510434,0.116282,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2700.4,2218.24,5.54754],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2697.58,2209.18,3.4142],[[-0.189295,0.98192,-1.49012e-08],[-2.95037e-09,1.46068e-08,1]],""Land_HBarrierWall6_F""],[[2699.12,2215.73,5.71638],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2695.29,2215.03,5.58645],[[0.189036,-0.980575,-0.052336],[-0.098157,-0.071899,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2697.1,2217.38,5.50397],[[0.188036,-0.975387,0.115163],[-0.00510434,0.116282,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2693.23,2216.86,5.54754],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2433.82,2224.74,3.4142],[[0.999223,-0.0394102,-1.49012e-08],[1.48944e-08,-4.65394e-10,1]],""Land_HBarrierWall6_F""],[[2439.84,2221.74,5.71638],[[-0.997854,0.0393562,-0.052336],[-0.0522953,0.00206257,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2440.03,2225.64,5.58645],[[-0.997854,0.0393562,-0.052336],[-0.0476432,0.111957,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2441.91,2223.34,5.50397],[[-0.992575,0.039148,0.115163],[0.114387,-0.0215244,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2442.28,2227.22,5.54754],[[-0.997854,0.0393562,-0.052336],[-0.0522953,0.00206257,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2433.89,2226.52,3.4142],[[0.999223,-0.0394102,-1.49012e-08],[1.48944e-08,-4.65394e-10,1]],""Land_HBarrierWall6_F""],[[2439.91,2223.52,5.71638],[[-0.997854,0.0393562,-0.052336],[-0.0522953,0.00206257,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2440.1,2227.41,5.58645],[[-0.997854,0.0393562,-0.052336],[-0.0476432,0.111957,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2441.98,2225.12,5.50397],[[-0.992575,0.039148,0.115163],[0.114387,-0.0215244,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2442.35,2229,5.54754],[[-0.997854,0.0393562,-0.052336],[-0.0522953,0.00206257,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2448.71,2240.86,3.4142],[[-0.179665,-0.983728,-2.23517e-08],[-4.74436e-09,-2.1855e-08,1]],""Land_HBarrierWall6_F""],[[2444.89,2235.32,5.71638],[[0.179418,0.98238,-0.052336],[0.00940292,0.0514843,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2448.72,2234.58,5.58645],[[0.179418,0.98238,-0.052336],[0.117549,0.0314102,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2446.18,2233.05,5.50397],[[0.178469,0.977183,0.115163],[-0.0374108,-0.110218,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2449.97,2232.13,5.54754],[[0.179418,0.98238,-0.052336],[0.00940292,0.0514843,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2447.12,2246.38,3.4142],[[0.179659,0.983729,-1.49012e-08],[3.64861e-09,1.44813e-08,1]],""Land_HBarrierWall6_F""],[[2450.94,2251.92,5.71638],[[-0.179413,-0.982381,-0.052336],[-0.00940261,-0.0514844,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2447.11,2252.66,5.58645],[[-0.179413,-0.982381,-0.052336],[-0.117548,-0.0314109,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2449.65,2254.19,5.50397],[[-0.178463,-0.977184,0.115163],[0.0374101,0.110219,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2445.86,2255.11,5.54754],[[-0.179413,-0.982381,-0.052336],[-0.00940261,-0.0514844,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2443.07,2247.12,3.4142],[[0.179659,0.983729,-1.49012e-08],[3.64861e-09,1.44813e-08,1]],""Land_HBarrierWall6_F""],[[2446.89,2252.66,5.71638],[[-0.179413,-0.982381,-0.052336],[-0.00940261,-0.0514844,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2443.06,2253.4,5.58645],[[-0.179413,-0.982381,-0.052336],[-0.117548,-0.0314109,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2445.6,2254.93,5.50397],[[-0.178463,-0.977184,0.115163],[0.0374101,0.110219,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2441.81,2255.84,5.54754],[[-0.179413,-0.982381,-0.052336],[-0.00940261,-0.0514844,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2429.11,2235.93,3.4142],[[-0.999224,0.0393979,-1.49012e-08],[-1.48852e-08,6.97863e-10,1]],""Land_HBarrierWall6_F""],[[2423.09,2238.93,5.71638],[[0.997854,-0.0393439,-0.052336],[0.0522953,-0.00206193,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2422.89,2235.04,5.58645],[[0.997854,-0.0393439,-0.052336],[0.0476445,-0.111957,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2421.02,2237.33,5.50397],[[0.992575,-0.0391358,0.115163],[-0.114387,0.021523,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2420.65,2233.45,5.54754],[[0.997854,-0.0393439,-0.052336],[0.0522953,-0.00206193,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2428.89,2230.44,3.4142],[[-0.999224,0.0393979,-1.49012e-08],[-1.48852e-08,6.97863e-10,1]],""Land_HBarrierWall6_F""],[[2422.87,2233.44,5.71638],[[0.997854,-0.0393439,-0.052336],[0.0522953,-0.00206193,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2422.68,2229.54,5.58645],[[0.997854,-0.0393439,-0.052336],[0.0476445,-0.111957,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2420.8,2231.84,5.50397],[[0.992575,-0.0391358,0.115163],[-0.114387,0.021523,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2420.43,2227.96,5.54754],[[0.997854,-0.0393439,-0.052336],[0.0522953,-0.00206193,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2428.67,2224.94,3.4142],[[-0.999224,0.0393979,-1.49012e-08],[-1.48852e-08,6.97863e-10,1]],""Land_HBarrierWall6_F""],[[2422.65,2227.94,5.71638],[[0.997854,-0.0393439,-0.052336],[0.0522953,-0.00206193,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2422.46,2224.05,5.58645],[[0.997854,-0.0393439,-0.052336],[0.0476445,-0.111957,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2420.59,2226.34,5.50397],[[0.992575,-0.0391358,0.115163],[-0.114387,0.021523,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2420.21,2222.46,5.54754],[[0.997854,-0.0393439,-0.052336],[0.0522953,-0.00206193,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2437.52,2233.69,3.4142],[[0.625208,-0.780458,-1.49012e-08],[1.11218e-08,-1.01834e-08,1]],""Land_HBarrierWall6_F""],[[2439.2,2227.18,5.71638],[[-0.624352,0.779388,-0.052336],[-0.0327209,0.040846,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2442.27,2229.58,5.58645],[[-0.624352,0.779388,-0.052336],[0.0533222,0.109366,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2441.77,2226.66,5.50397],[[-0.621049,0.775265,0.115163],[0.0587229,-0.100495,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2444.94,2228.92,5.54754],[[-0.624352,0.779388,-0.052336],[-0.0327209,0.040846,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2443.43,2238.42,3.4142],[[0.625208,-0.780458,-1.49012e-08],[1.11218e-08,-1.01834e-08,1]],""Land_HBarrierWall6_F""],[[2445.11,2231.91,5.71638],[[-0.624352,0.779388,-0.052336],[-0.0327209,0.040846,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2448.18,2234.31,5.58645],[[-0.624352,0.779388,-0.052336],[0.0533222,0.109366,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2447.67,2231.39,5.50397],[[-0.621049,0.775265,0.115163],[0.0587229,-0.100495,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2450.85,2233.65,5.54754],[[-0.624352,0.779388,-0.052336],[-0.0327209,0.040846,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2437.58,2245.72,3.42753],[[-0.625199,0.780466,-1.49012e-08],[-7.48643e-09,1.30956e-08,1]],""Land_HBarrierWall6_F""],[[2435.9,2252.23,5.72971],[[0.624342,-0.779396,-0.052336],[0.0327204,-0.0408464,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2432.83,2249.82,5.59978],[[0.624342,-0.779396,-0.052336],[-0.0533236,-0.109366,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2433.33,2252.74,5.5173],[[0.621039,-0.775273,0.115163],[-0.0587217,0.100496,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2430.16,2250.48,5.56087],[[0.624342,-0.779396,-0.052336],[0.0327204,-0.0408464,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2431.67,2240.99,3.42753],[[-0.625199,0.780466,-1.49012e-08],[-7.48643e-09,1.30956e-08,1]],""Land_HBarrierWall6_F""],[[2429.99,2247.5,5.72971],[[0.624342,-0.779396,-0.052336],[0.0327204,-0.0408464,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2426.92,2245.09,5.59978],[[0.624342,-0.779396,-0.052336],[-0.0533236,-0.109366,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2427.43,2248.01,5.5173],[[0.621039,-0.775273,0.115163],[-0.0587217,0.100496,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2424.25,2245.75,5.56087],[[0.624342,-0.779396,-0.052336],[0.0327204,-0.0408464,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2416.24,2472.75,4.2068],[[0.0195727,-0.999808,0.000105228],[0.0633299,0.00134481,0.997992]],""Land_HBarrierWall6_F""],[[2413.75,2466.56,6.67977],[[-0.0228604,0.998368,-0.052336],[0.0622188,0.0536689,0.996619]],""Land_CzechHedgehog_01_old_F""],[[2417.64,2466.59,6.30312],[[-0.0228604,0.998368,-0.052336],[0.171592,0.0554911,0.983604]],""Land_CzechHedgehog_01_old_F""],[[2415.45,2464.59,6.36164],[[-0.0121493,0.993311,0.114827],[0.0481909,-0.114121,0.992298]],""Land_CzechHedgehog_01_old_F""],[[2419.35,2464.45,6.15861],[[-0.0228604,0.998368,-0.052336],[0.0622188,0.0536689,0.996619]],""Land_CzechHedgehog_01_old_F""],[[2418.84,2472.8,4.04415],[[0.0196624,-0.999807,9.96142e-05],[0.0616185,0.00131125,0.998099]],""Land_HBarrierWall6_F""],[[2416.35,2466.62,6.51261],[[-0.0228604,0.998368,-0.052336],[0.060505,0.0536353,0.996726]],""Land_CzechHedgehog_01_old_F""],[[2420.23,2466.65,6.14262],[[-0.0228604,0.998368,-0.052336],[0.1699,0.0554678,0.983899]],""Land_CzechHedgehog_01_old_F""],[[2418.05,2464.65,6.19732],[[-0.0124354,0.993306,0.114845],[0.0464997,-0.114155,0.992374]],""Land_CzechHedgehog_01_old_F""],[[2421.94,2464.51,6.00096],[[-0.0228604,0.998368,-0.052336],[0.060505,0.0536353,0.996726]],""Land_CzechHedgehog_01_old_F""],[[2434.55,2456.9,3.4142],[[-0.999421,0.0340283,-2.23517e-08],[-2.23395e-08,7.39769e-10,1]],""Land_HBarrierWall6_F""],[[2428.51,2459.87,5.71638],[[0.998051,-0.0339817,-0.052336],[0.0523056,-0.0017809,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2428.33,2455.97,5.58645],[[0.998051,-0.0339817,-0.052336],[0.0482454,-0.111699,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2426.45,2458.26,5.50397],[[0.992771,-0.0338019,0.115163],[-0.114501,0.0209081,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2426.1,2454.38,5.54754],[[0.998051,-0.0339817,-0.052336],[0.0523056,-0.0017809,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2434.29,2449.48,3.4142],[[-0.999421,0.0340283,-2.23517e-08],[-2.23395e-08,7.39769e-10,1]],""Land_HBarrierWall6_F""],[[2428.26,2452.44,5.71638],[[0.998051,-0.0339817,-0.052336],[0.0523056,-0.0017809,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2428.08,2448.55,5.58645],[[0.998051,-0.0339817,-0.052336],[0.0482454,-0.111699,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2426.2,2450.83,5.50397],[[0.992771,-0.0338019,0.115163],[-0.114501,0.0209081,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2425.84,2446.95,5.54754],[[0.998051,-0.0339817,-0.052336],[0.0523056,-0.0017809,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2439.44,2449.3,3.4142],[[0.999421,-0.0340243,-1.49012e-08],[1.48896e-08,-5.92092e-10,1]],""Land_HBarrierWall6_F""],[[2445.47,2446.34,5.71638],[[-0.998051,0.0339777,-0.052336],[-0.0523057,0.00178069,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2445.65,2450.23,5.58645],[[-0.998051,0.0339777,-0.052336],[-0.0482459,0.111699,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2447.53,2447.95,5.50397],[[-0.992772,0.0337979,0.115163],[0.114501,-0.0209076,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2447.89,2451.83,5.54754],[[-0.998051,0.0339777,-0.052336],[-0.0523057,0.00178069,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2439.49,2451.02,3.4142],[[0.999421,-0.0340243,-1.49012e-08],[1.48896e-08,-5.92092e-10,1]],""Land_HBarrierWall6_F""],[[2445.53,2448.05,5.71638],[[-0.998051,0.0339777,-0.052336],[-0.0523057,0.00178069,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2445.71,2451.94,5.58645],[[-0.998051,0.0339777,-0.052336],[-0.0482459,0.111699,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2447.59,2449.66,5.50397],[[-0.992772,0.0337979,0.115163],[0.114501,-0.0209076,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2447.94,2453.54,5.54754],[[-0.998051,0.0339777,-0.052336],[-0.0523057,0.00178069,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2457.68,2461.87,3.4142],[[-0.483651,-0.875261,-1.49012e-08],[-6.75679e-09,-1.32911e-08,1]],""Land_HBarrierWall6_F""],[[2452.3,2457.83,5.71638],[[0.482988,0.874062,-0.052336],[0.0253123,0.0458076,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2455.69,2455.91,5.58645],[[0.482988,0.874062,-0.052336],[0.121431,-0.00766826,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2452.8,2455.27,5.50397],[[0.480433,0.869438,0.115163],[-0.0705697,-0.0925612,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2456.1,2453.19,5.54754],[[0.482988,0.874062,-0.052336],[0.0253123,0.0458076,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2459.69,2466.64,3.4142],[[0.483661,0.875255,-7.45058e-09],[4.27999e-09,6.14736e-09,1]],""Land_HBarrierWall6_F""],[[2465.07,2470.67,5.71638],[[-0.482998,-0.874056,-0.052336],[-0.0253129,-0.0458073,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2461.68,2472.59,5.58645],[[-0.482998,-0.874056,-0.052336],[-0.121431,0.00766975,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2464.57,2473.24,5.50397],[[-0.480443,-0.869432,0.115163],[0.0705709,0.0925603,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2461.27,2475.31,5.54754],[[-0.482998,-0.874056,-0.052336],[-0.0253129,-0.0458073,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2453.96,2469.8,3.4142],[[0.483661,0.875255,-7.45058e-09],[4.27999e-09,6.14736e-09,1]],""Land_HBarrierWall6_F""],[[2459.34,2473.84,5.71638],[[-0.482998,-0.874056,-0.052336],[-0.0253129,-0.0458073,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2455.95,2475.76,5.58645],[[-0.482998,-0.874056,-0.052336],[-0.121431,0.00766975,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2458.84,2476.4,5.50397],[[-0.480443,-0.869432,0.115163],[0.0705709,0.0925603,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2455.54,2478.48,5.54754],[[-0.482998,-0.874056,-0.052336],[-0.0253129,-0.0458073,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2448.23,2472.97,3.36225],[[0.484388,0.874853,6.57141e-06],[-0.0138653,0.00766944,0.999875]],""Land_HBarrierWall6_F""],[[2453.58,2477.02,5.7079],[[-0.482998,-0.874056,-0.052336],[-0.0391973,-0.0381274,0.998504]],""Land_CzechHedgehog_01_old_F""],[[2450.19,2478.94,5.5162],[[-0.482998,-0.874056,-0.052336],[-0.135175,0.0153764,0.990703]],""Land_CzechHedgehog_01_old_F""],[[2453.09,2479.58,5.46892],[[-0.482762,-0.868149,0.115142],[0.0568747,0.10012,0.993349]],""Land_CzechHedgehog_01_old_F""],[[2449.79,2481.66,5.45082],[[-0.482998,-0.874056,-0.052336],[-0.0391973,-0.0381274,0.998504]],""Land_CzechHedgehog_01_old_F""],[[2427.18,2478.14,3.58875],[[-0.0254966,0.999675,6.54757e-05],[0.0499619,0.00120886,0.99875]],""Land_HBarrierWall6_F""],[[2429.9,2484.35,5.75057],[[0.0228469,-0.998368,-0.052336],[0.0512278,-0.0511118,0.997378]],""Land_CzechHedgehog_01_old_F""],[[2426,2484.29,5.81566],[[0.0228469,-0.998368,-0.052336],[-0.0589024,-0.0536029,0.996824]],""Land_CzechHedgehog_01_old_F""],[[2428.16,2486.31,5.62246],[[0.0310807,-0.992885,0.114954],[0.0636594,0.116742,0.99112]],""Land_CzechHedgehog_01_old_F""],[[2424.27,2486.43,5.86051],[[0.0228469,-0.998368,-0.052336],[0.0512278,-0.0511118,0.997378]],""Land_CzechHedgehog_01_old_F""],[[2421.65,2478.02,3.87902],[[-0.0257498,0.999668,7.87563e-05],[0.0547926,0.0013327,0.998497]],""Land_HBarrierWall6_F""],[[2424.38,2484.22,6.027],[[0.0228469,-0.998368,-0.052336],[0.0560651,-0.0509878,0.997124]],""Land_CzechHedgehog_01_old_F""],[[2420.48,2484.16,6.11096],[[0.0228469,-0.998368,-0.052336],[-0.0540658,-0.0535069,0.997103]],""Land_CzechHedgehog_01_old_F""],[[2422.64,2486.18,5.90708],[[0.0318885,-0.992864,0.114912],[0.0684236,0.116869,0.990788]],""Land_CzechHedgehog_01_old_F""],[[2418.75,2486.3,6.16393],[[0.0228469,-0.998368,-0.052336],[0.0560651,-0.0509878,0.997124]],""Land_CzechHedgehog_01_old_F""],[[2416.12,2477.89,4.20532],[[-0.0261793,0.999657,0.000104118],[0.0629887,0.00154562,0.998013]],""Land_HBarrierWall6_F""],[[2418.86,2484.1,6.32973],[[0.0228469,-0.998368,-0.052336],[0.0642725,-0.0507745,0.99664]],""Land_CzechHedgehog_01_old_F""],[[2414.96,2484.04,6.44572],[[0.0228469,-0.998368,-0.052336],[-0.0458538,-0.053341,0.997523]],""Land_CzechHedgehog_01_old_F""],[[2417.12,2486.06,6.22373],[[0.0332591,-0.992828,0.114831],[0.0765062,0.117086,0.990171]],""Land_CzechHedgehog_01_old_F""],[[2413.23,2486.17,6.51247],[[0.0228469,-0.998368,-0.052336],[0.0642725,-0.0507745,0.99664]],""Land_CzechHedgehog_01_old_F""],[[2426.29,2469.77,3.72789],[[-0.712055,-0.702123,1.99526e-05],[0.019394,-0.01964,0.999619]],""Land_HBarrierWall6_F""],[[2420.03,2467.38,6.10546],[[0.710065,0.702189,-0.052336],[0.0566336,0.0171333,0.998248]],""Land_CzechHedgehog_01_old_F""],[[2422.73,2464.58,5.86796],[[0.710065,0.702189,-0.052336],[0.133489,-0.0612617,0.989155]],""Land_CzechHedgehog_01_old_F""],[[2419.77,2464.78,5.84683],[[0.709551,0.69519,0.115099],[-0.0746597,-0.0882533,0.993296]],""Land_CzechHedgehog_01_old_F""],[[2422.35,2461.86,5.78296],[[0.710065,0.702189,-0.052336],[0.0566336,0.0171333,0.998248]],""Land_CzechHedgehog_01_old_F""],[[2431.61,2464.39,3.51869],[[-0.712055,-0.702123,1.99526e-05],[0.019394,-0.01964,0.999619]],""Land_HBarrierWall6_F""],[[2425.35,2462,5.89627],[[0.710065,0.702189,-0.052336],[0.0566336,0.0171333,0.998248]],""Land_CzechHedgehog_01_old_F""],[[2428.05,2459.2,5.65877],[[0.710065,0.702189,-0.052336],[0.133489,-0.0612617,0.989155]],""Land_CzechHedgehog_01_old_F""],[[2425.09,2459.4,5.63763],[[0.709551,0.69519,0.115099],[-0.0746597,-0.0882533,0.993296]],""Land_CzechHedgehog_01_old_F""],[[2427.67,2456.48,5.57377],[[0.710065,0.702189,-0.052336],[0.0566336,0.0171333,0.998248]],""Land_CzechHedgehog_01_old_F""],[[2443.63,2457.82,3.4142],[[0.493372,-0.869818,-7.45058e-09],[4.13796e-09,-6.21857e-09,1]],""Land_HBarrierWall6_F""],[[2444.26,2451.12,5.71638],[[-0.492696,0.868626,-0.052336],[-0.0258211,0.0455228,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2447.67,2453.01,5.58645],[[-0.492696,0.868626,-0.052336],[0.0700091,0.0995138,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2446.7,2450.21,5.50397],[[-0.49009,0.864031,0.115163],[0.0420234,-0.108544,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2450.2,2451.94,5.54754],[[-0.492696,0.868626,-0.052336],[-0.0258211,0.0455228,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2450.2,2461.55,3.4142],[[0.493372,-0.869818,-7.45058e-09],[4.13796e-09,-6.21857e-09,1]],""Land_HBarrierWall6_F""],[[2450.82,2454.85,5.71638],[[-0.492696,0.868626,-0.052336],[-0.0258211,0.0455228,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2454.24,2456.73,5.58645],[[-0.492696,0.868626,-0.052336],[0.0700091,0.0995138,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2453.27,2453.93,5.50397],[[-0.49009,0.864031,0.115163],[0.0420234,-0.108544,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2456.77,2455.66,5.54754],[[-0.492696,0.868626,-0.052336],[-0.0258211,0.0455228,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2441.61,2475.55,3.35597],[[0.238169,0.971224,2.2985e-06],[0.00911785,-0.0022383,0.999956]],""Land_HBarrierWall6_F""],[[2445.78,2480.84,5.63216],[[-0.23832,-0.969775,-0.052336],[-0.00335946,-0.0530652,0.998585]],""Land_CzechHedgehog_01_old_F""],[[2442,2481.82,5.53884],[[-0.23832,-0.969775,-0.052336],[-0.110162,-0.0265475,0.993559]],""Land_CzechHedgehog_01_old_F""],[[2444.62,2483.19,5.43552],[[-0.235535,-0.96502,0.115156],[0.0529899,0.105561,0.993]],""Land_CzechHedgehog_01_old_F""],[[2440.89,2484.33,5.51564],[[-0.23832,-0.969775,-0.052336],[-0.00335946,-0.0530652,0.998585]],""Land_CzechHedgehog_01_old_F""],[[2434.24,2477.36,3.42739],[[0.238169,0.971224,2.2985e-06],[0.00911785,-0.0022383,0.999956]],""Land_HBarrierWall6_F""],[[2438.4,2482.66,5.70358],[[-0.23832,-0.969775,-0.052336],[-0.00335946,-0.0530652,0.998585]],""Land_CzechHedgehog_01_old_F""],[[2434.62,2483.63,5.61026],[[-0.23832,-0.969775,-0.052336],[-0.110162,-0.0265475,0.993559]],""Land_CzechHedgehog_01_old_F""],[[2437.24,2485,5.50694],[[-0.235535,-0.96502,0.115156],[0.0529899,0.105561,0.993]],""Land_CzechHedgehog_01_old_F""],[[2433.52,2486.14,5.58705],[[-0.23832,-0.969775,-0.052336],[-0.00335946,-0.0530652,0.998585]],""Land_CzechHedgehog_01_old_F""],[[2408.63,2477.72,4.67415],[[-0.0262195,0.999656,0.000105791],[0.0634917,0.00155968,0.997981]],""Land_HBarrierWall6_F""],[[2411.36,2483.93,6.79711],[[0.0228607,-0.998368,-0.052336],[0.0647769,-0.0507604,0.996608]],""Land_CzechHedgehog_01_old_F""],[[2407.46,2483.87,6.91507],[[0.0228607,-0.998368,-0.052336],[-0.0453489,-0.0533313,0.997547]],""Land_CzechHedgehog_01_old_F""],[[2409.62,2485.89,6.69197],[[0.033357,-0.992826,0.114825],[0.0770006,0.117101,0.99013]],""Land_CzechHedgehog_01_old_F""],[[2405.74,2486,6.98266],[[0.0228607,-0.998368,-0.052336],[0.0647769,-0.0507604,0.996608]],""Land_CzechHedgehog_01_old_F""],[[2406.55,2477.67,4.80644],[[-0.0262298,0.999656,0.00010645],[0.0636879,0.00156483,0.997969]],""Land_HBarrierWall6_F""],[[2409.29,2483.88,6.92883],[[0.0228607,-0.998368,-0.052336],[0.0649734,-0.0507553,0.996595]],""Land_CzechHedgehog_01_old_F""],[[2405.39,2483.82,7.04756],[[0.0228607,-0.998368,-0.052336],[-0.0451522,-0.0533273,0.997556]],""Land_CzechHedgehog_01_old_F""],[[2407.55,2485.84,6.82402],[[0.0333898,-0.992825,0.114823],[0.077194,0.117106,0.990115]],""Land_CzechHedgehog_01_old_F""],[[2403.66,2485.96,7.11548],[[0.0228607,-0.998368,-0.052336],[0.0649734,-0.0507553,0.996595]],""Land_CzechHedgehog_01_old_F""],[[2391.1,2491.78,5.53453],[[0.9963,-0.0859404,2.45459e-05],[0.0026065,0.0305025,0.999531]],""Land_HBarrierWall6_F""],[[2396.98,2488.58,7.92024],[[-0.995071,0.0842262,-0.052336],[-0.0495394,0.0349585,0.99816]],""Land_CzechHedgehog_01_old_F""],[[2397.36,2492.45,7.67101],[[-0.995071,0.0842262,-0.052336],[-0.0397904,0.144281,0.988737]],""Land_CzechHedgehog_01_old_F""],[[2399.12,2490.07,7.65657],[[-0.989371,0.0888813,0.115085],[0.115849,0.00347063,0.993261]],""Land_CzechHedgehog_01_old_F""],[[2399.67,2493.93,7.58099],[[-0.995071,0.0842262,-0.052336],[-0.0495394,0.0349585,0.99816]],""Land_CzechHedgehog_01_old_F""],[[2385.79,2490.08,5.46407],[[-0.996318,0.0857299,1.87457e-05],[-0.00227533,-0.0266616,0.999642]],""Land_HBarrierWall6_F""],[[2379.91,2493.29,7.83937],[[0.995072,-0.084217,-0.052336],[0.0498711,-0.0311118,0.998271]],""Land_CzechHedgehog_01_old_F""],[[2379.53,2489.41,7.60515],[[0.995072,-0.084217,-0.052336],[0.0401422,-0.140471,0.989271]],""Land_CzechHedgehog_01_old_F""],[[2377.77,2491.79,7.58214],[[0.989428,-0.0882299,0.115103],[-0.115525,0.000322142,0.993304]],""Land_CzechHedgehog_01_old_F""],[[2377.22,2487.94,7.52156],[[0.995072,-0.084217,-0.052336],[0.0498711,-0.0311118,0.998271]],""Land_CzechHedgehog_01_old_F""],[[2385.4,2485.44,5.34006],[[-0.99632,0.0857166,1.83955e-05],[-0.00225355,-0.0264084,0.999649]],""Land_HBarrierWall6_F""],[[2379.52,2488.66,7.71467],[[0.995072,-0.084217,-0.052336],[0.0498929,-0.0308583,0.998278]],""Land_CzechHedgehog_01_old_F""],[[2379.14,2484.78,7.48144],[[0.995072,-0.084217,-0.052336],[0.0401652,-0.14022,0.989305]],""Land_CzechHedgehog_01_old_F""],[[2377.38,2487.16,7.45786],[[0.989431,-0.0881876,0.115104],[-0.115504,0.000572171,0.993307]],""Land_CzechHedgehog_01_old_F""],[[2376.82,2483.3,7.39827],[[0.995072,-0.084217,-0.052336],[0.0498929,-0.0308583,0.998278]],""Land_CzechHedgehog_01_old_F""],[[2397.76,2472.32,5.37395],[[0.0196645,-0.999807,9.92715e-05],[0.0615124,0.00130895,0.998105]],""Land_HBarrierWall6_F""],[[2395.27,2466.14,7.84213],[[-0.0228569,0.998368,-0.052336],[0.060399,0.053633,0.996732]],""Land_CzechHedgehog_01_old_F""],[[2399.15,2466.17,7.47256],[[-0.0228569,0.998368,-0.052336],[0.169795,0.0554658,0.983917]],""Land_CzechHedgehog_01_old_F""],[[2396.97,2464.17,7.52701],[[-0.0124497,0.993305,0.114846],[0.0463945,-0.114158,0.992379]],""Land_CzechHedgehog_01_old_F""],[[2400.86,2464.02,7.33107],[[-0.0228569,0.998368,-0.052336],[0.060399,0.053633,0.996732]],""Land_CzechHedgehog_01_old_F""],[[2403.25,2472.45,5.0269],[[0.0195009,-0.99981,0.00010962],[0.0646351,0.00137009,0.997908]],""Land_HBarrierWall6_F""],[[2400.77,2466.26,7.5033],[[-0.0228569,0.998368,-0.052336],[0.0635259,0.0536942,0.996535]],""Land_CzechHedgehog_01_old_F""],[[2404.65,2466.3,7.12158],[[-0.0228569,0.998368,-0.052336],[0.172882,0.0555081,0.983377]],""Land_CzechHedgehog_01_old_F""],[[2402.47,2464.29,7.18301],[[-0.0119276,0.993316,0.114813],[0.0494803,-0.114094,0.992237]],""Land_CzechHedgehog_01_old_F""],[[2406.36,2464.15,6.9749],[[-0.0228569,0.998368,-0.052336],[0.0635259,0.0536942,0.996535]],""Land_CzechHedgehog_01_old_F""],[[2408.74,2472.57,4.67588],[[0.0195873,-0.999808,0.000104092],[0.0629861,0.00133787,0.998013]],""Land_HBarrierWall6_F""],[[2406.26,2466.39,7.14795],[[-0.0228569,0.998368,-0.052336],[0.0618747,0.053662,0.99664]],""Land_CzechHedgehog_01_old_F""],[[2410.14,2466.42,6.77264],[[-0.0228569,0.998368,-0.052336],[0.171252,0.0554858,0.983664]],""Land_CzechHedgehog_01_old_F""],[[2407.96,2464.42,6.83038],[[-0.0122033,0.99331,0.114831],[0.0478508,-0.114128,0.992313]],""Land_CzechHedgehog_01_old_F""],[[2411.85,2464.28,6.6287],[[-0.0228569,0.998368,-0.052336],[0.0618747,0.053662,0.99664]],""Land_CzechHedgehog_01_old_F""],[[2399.12,2480.78,5.15594],[[0.727519,0.686087,2.091e-05],[0.0193711,-0.0205714,0.999601]],""Land_HBarrierWall6_F""],[[2405.52,2482.94,7.37937],[[-0.727536,-0.68407,-0.052336],[-0.0187308,-0.0564503,0.99823]],""Land_CzechHedgehog_01_old_F""],[[2402.88,2485.81,7.35965],[[-0.727536,-0.68407,-0.052336],[-0.0940516,0.0238819,0.995281]],""Land_CzechHedgehog_01_old_F""],[[2405.82,2485.54,7.21452],[[-0.720448,-0.683892,0.115096],[0.114669,0.0462062,0.992329]],""Land_CzechHedgehog_01_old_F""],[[2403.32,2488.52,7.36805],[[-0.727536,-0.68407,-0.052336],[-0.0187308,-0.0564503,0.99823]],""Land_CzechHedgehog_01_old_F""],[[2393.94,2486.3,5.37004],[[0.727519,0.686087,2.091e-05],[0.0193711,-0.0205714,0.999601]],""Land_HBarrierWall6_F""],[[2400.34,2488.45,7.59347],[[-0.727536,-0.68407,-0.052336],[-0.0187308,-0.0564503,0.99823]],""Land_CzechHedgehog_01_old_F""],[[2397.69,2491.32,7.57376],[[-0.727536,-0.68407,-0.052336],[-0.0940516,0.0238819,0.995281]],""Land_CzechHedgehog_01_old_F""],[[2400.64,2491.05,7.42862],[[-0.720448,-0.683892,0.115096],[0.114669,0.0462062,0.992329]],""Land_CzechHedgehog_01_old_F""],[[2398.13,2494.03,7.58216],[[-0.727536,-0.68407,-0.052336],[-0.0187308,-0.0564503,0.99823]],""Land_CzechHedgehog_01_old_F""],[[2387.29,2480.06,5.35481],[[-0.727694,-0.685902,1.45957e-05],[-0.0161819,0.0171891,0.999721]],""Land_HBarrierWall6_F""],[[2380.89,2477.9,7.5913],[[0.727543,0.684063,-0.052336],[0.0219248,0.0530629,0.99835]],""Land_CzechHedgehog_01_old_F""],[[2383.54,2475.03,7.55345],[[0.727543,0.684063,-0.052336],[0.0972149,-0.0272776,0.994889]],""Land_CzechHedgehog_01_old_F""],[[2380.59,2475.3,7.41861],[[0.720989,0.683318,0.115116],[-0.11152,-0.0495397,0.992527]],""Land_CzechHedgehog_01_old_F""],[[2383.1,2472.32,7.55406],[[0.727543,0.684063,-0.052336],[0.0219248,0.0530629,0.99835]],""Land_CzechHedgehog_01_old_F""],[[2392.47,2474.55,5.53369],[[-0.727694,-0.685902,1.45957e-05],[-0.0161819,0.0171891,0.999721]],""Land_HBarrierWall6_F""],[[2386.08,2472.39,7.77018],[[0.727543,0.684063,-0.052336],[0.0219248,0.0530629,0.99835]],""Land_CzechHedgehog_01_old_F""],[[2388.72,2469.52,7.73233],[[0.727543,0.684063,-0.052336],[0.0972149,-0.0272776,0.994889]],""Land_CzechHedgehog_01_old_F""],[[2385.77,2469.79,7.59749],[[0.720989,0.683318,0.115116],[-0.11152,-0.0495397,0.992527]],""Land_CzechHedgehog_01_old_F""],[[2388.28,2466.81,7.73294],[[0.727543,0.684063,-0.052336],[0.0219248,0.0530629,0.99835]],""Land_CzechHedgehog_01_old_F""],[[2421.71,2513.78,4.84245],[[0.117013,-0.99313,0.000104532],[0.0626843,0.00749068,0.998005]],""Land_HBarrierWall6_F""],[[2419.84,2507.38,7.31486],[[-0.120134,0.991377,-0.052336],[0.0564744,0.0594569,0.996632]],""Land_CzechHedgehog_01_old_F""],[[2423.7,2507.79,6.93904],[[-0.120134,0.991377,-0.052336],[0.165151,0.0719403,0.983641]],""Land_CzechHedgehog_01_old_F""],[[2421.73,2505.58,6.99708],[[-0.109016,0.987385,0.114829],[0.0588827,-0.108901,0.992307]],""Land_CzechHedgehog_01_old_F""],[[2425.61,2505.82,6.79489],[[-0.120134,0.991377,-0.052336],[0.0564744,0.0594569,0.996632]],""Land_CzechHedgehog_01_old_F""],[[2428.11,2514.55,4.44324],[[0.117142,-0.993115,9.6485e-05],[0.0602254,0.00720082,0.998159]],""Land_HBarrierWall6_F""],[[2426.23,2508.15,6.90912],[[-0.120134,0.991377,-0.052336],[0.0540121,0.0591666,0.996786]],""Land_CzechHedgehog_01_old_F""],[[2430.09,2508.57,6.54293],[[-0.120134,0.991377,-0.052336],[0.162719,0.071668,0.984066]],""Land_CzechHedgehog_01_old_F""],[[2428.12,2506.36,6.59544],[[-0.109427,0.987337,0.114855],[0.056453,-0.109189,0.992417]],""Land_CzechHedgehog_01_old_F""],[[2432,2506.59,6.40289],[[-0.120134,0.991377,-0.052336],[0.0540121,0.0591666,0.996786]],""Land_CzechHedgehog_01_old_F""],[[2434.5,2515.33,4.04767],[[0.117073,-0.993123,0.000100743],[0.0615398,0.00735581,0.998078]],""Land_HBarrierWall6_F""],[[2432.63,2508.93,6.51704],[[-0.120134,0.991377,-0.052336],[0.0553283,0.0593218,0.996704]],""Land_CzechHedgehog_01_old_F""],[[2436.49,2509.34,6.14571],[[-0.120134,0.991377,-0.052336],[0.164019,0.0718136,0.98384]],""Land_CzechHedgehog_01_old_F""],[[2434.52,2507.13,6.20117],[[-0.109207,0.987363,0.114841],[0.0577518,-0.109035,0.992359]],""Land_CzechHedgehog_01_old_F""],[[2438.4,2507.37,6.00347],[[-0.120134,0.991377,-0.052336],[0.0553283,0.0593218,0.996704]],""Land_CzechHedgehog_01_old_F""],[[2456.23,2520.41,3.26054],[[0.334061,-0.942552,3.2004e-05],[-0.0329501,-0.0116443,0.999389]],""Land_HBarrierWall6_F""],[[2455.61,2513.68,5.46509],[[-0.331878,0.941869,-0.052336],[-0.0503883,0.037701,0.998018]],""Land_CzechHedgehog_01_old_F""],[[2459.3,2514.94,5.4715],[[-0.331878,0.941869,-0.052336],[0.0535276,0.0741941,0.995806]],""Land_CzechHedgehog_01_old_F""],[[2457.87,2512.35,5.31155],[[-0.335633,0.93494,0.115061],[-0.0102736,-0.125772,0.992006]],""Land_CzechHedgehog_01_old_F""],[[2461.6,2513.44,5.49112],[[-0.331878,0.941869,-0.052336],[-0.0503883,0.037701,0.998018]],""Land_CzechHedgehog_01_old_F""],[[2460.89,2522.05,3.27965],[[0.330989,-0.943635,1.93864e-05],[0.0256659,0.0090231,0.99963]],""Land_HBarrierWall6_F""],[[2460.37,2515.37,5.65616],[[-0.331878,0.941869,-0.052336],[0.00830814,0.0583968,0.998259]],""Land_CzechHedgehog_01_old_F""],[[2464.06,2516.61,5.4202],[[-0.331878,0.941869,-0.052336],[0.112012,0.0944352,0.989209]],""Land_CzechHedgehog_01_old_F""],[[2462.61,2514.03,5.39818],[[-0.325831,0.938396,0.115101],[0.0475681,-0.105319,0.9933]],""Land_CzechHedgehog_01_old_F""],[[2466.36,2515.11,5.33586],[[-0.331878,0.941869,-0.052336],[0.00830814,0.0583968,0.998259]],""Land_CzechHedgehog_01_old_F""],[[2465.51,2523.68,3.1876],[[0.331827,-0.94334,2.74181e-06],[0.00966724,0.00340343,0.999948]],""Land_HBarrierWall6_F""],[[2464.97,2516.98,5.51795],[[-0.331878,0.941869,-0.052336],[-0.0077125,0.0527694,0.998577]],""Land_CzechHedgehog_01_old_F""],[[2468.66,2518.24,5.34806],[[-0.331878,0.941869,-0.052336],[0.0960892,0.0889458,0.991391]],""Land_CzechHedgehog_01_old_F""],[[2467.22,2515.65,5.28834],[[-0.328506,0.937456,0.115154],[0.0317746,-0.110883,0.993325]],""Land_CzechHedgehog_01_old_F""],[[2470.96,2516.73,5.29203],[[-0.331878,0.941869,-0.052336],[-0.0077125,0.0527694,0.998577]],""Land_CzechHedgehog_01_old_F""],[[2464.64,2528.82,3.1847],[[-0.333077,0.9429,6.18398e-06],[0.0145013,0.005116,0.999882]],""Land_HBarrierWall6_F""],[[2465.23,2535.54,5.44422],[[0.331862,-0.941875,-0.052336],[0.0319133,-0.0442386,0.998511]],""Land_CzechHedgehog_01_old_F""],[[2461.54,2534.28,5.37426],[[0.331862,-0.941875,-0.052336],[-0.0719799,-0.0806018,0.994144]],""Land_CzechHedgehog_01_old_F""],[[2462.98,2536.87,5.25766],[[0.332531,-0.936037,0.115143],[-0.00792276,0.119314,0.992825]],""Land_CzechHedgehog_01_old_F""],[[2459.23,2535.78,5.36108],[[0.331862,-0.941875,-0.052336],[0.0319133,-0.0442386,0.998511]],""Land_CzechHedgehog_01_old_F""],[[2447.72,2541.73,3.5299],[[0.999994,-0.00354489,4.73857e-06],[-5.24564e-05,-0.0134611,0.999909]],""Land_HBarrierWall6_F""],[[2453.85,2538.92,5.79476],[[-0.998621,0.00424453,-0.052336],[-0.052388,-0.0132571,0.998539]],""Land_CzechHedgehog_01_old_F""],[[2453.9,2542.82,5.71732],[[-0.998621,0.00424453,-0.052336],[-0.0516803,0.0968052,0.993961]],""Land_CzechHedgehog_01_old_F""],[[2455.86,2540.59,5.60498],[[-0.993346,0.00197108,0.115148],[0.115033,-0.0307758,0.992885]],""Land_CzechHedgehog_01_old_F""],[[2456.09,2544.48,5.70094],[[-0.998621,0.00424453,-0.052336],[-0.052388,-0.0132571,0.998539]],""Land_CzechHedgehog_01_old_F""],[[2447.75,2547.15,3.57947],[[0.999992,-0.00399957,5.92321e-07],[-1.97311e-05,-0.00478516,0.999989]],""Land_HBarrierWall6_F""],[[2453.87,2544.36,5.86843],[[-0.998621,0.00424453,-0.052336],[-0.0523553,-0.00456928,0.998618]],""Land_CzechHedgehog_01_old_F""],[[2453.93,2548.26,5.75715],[[-0.998621,0.00424453,-0.052336],[-0.0515977,0.105449,0.993085]],""Land_CzechHedgehog_01_old_F""],[[2455.88,2546.03,5.66405],[[-0.993341,0.00342189,0.115161],[0.115058,-0.0222125,0.99311]],""Land_CzechHedgehog_01_old_F""],[[2456.12,2549.92,5.72625],[[-0.998621,0.00424453,-0.052336],[-0.0523553,-0.00456928,0.998618]],""Land_CzechHedgehog_01_old_F""],[[2442.6,2547.18,3.57948],[[-0.99999,0.00450256,5.92321e-07],[-2.09563e-05,-0.00478581,0.999989]],""Land_HBarrierWall6_F""],[[2436.48,2549.95,5.89484],[[0.998621,-0.00424592,-0.052336],[0.0523145,-0.0050149,0.998618]],""Land_CzechHedgehog_01_old_F""],[[2436.42,2546.05,5.74624],[[0.998621,-0.00424592,-0.052336],[0.0515019,-0.114975,0.992033]],""Land_CzechHedgehog_01_old_F""],[[2434.47,2548.28,5.67439],[[0.993334,-0.00502375,0.115161],[-0.115089,0.0127645,0.993273]],""Land_CzechHedgehog_01_old_F""],[[2434.23,2544.39,5.69934],[[0.998621,-0.00424592,-0.052336],[0.0523145,-0.0050149,0.998618]],""Land_CzechHedgehog_01_old_F""],[[2442.58,2541.88,3.5318],[[-0.999988,0.00494341,4.55603e-06],[-6.0687e-05,-0.0131977,0.999913]],""Land_HBarrierWall6_F""],[[2436.46,2544.64,5.87022],[[0.998621,-0.00424592,-0.052336],[0.0522747,-0.0134384,0.998542]],""Land_CzechHedgehog_01_old_F""],[[2436.4,2540.74,5.68884],[[0.998621,-0.00424592,-0.052336],[0.0514139,-0.123338,0.991032]],""Land_CzechHedgehog_01_old_F""],[[2434.45,2542.97,5.63567],[[0.993327,-0.00643041,0.115148],[-0.115121,0.00445916,0.993342]],""Land_CzechHedgehog_01_old_F""],[[2434.21,2539.08,5.62788],[[0.998621,-0.00424592,-0.052336],[0.0522747,-0.0134384,0.998542]],""Land_CzechHedgehog_01_old_F""],[[2442.56,2536.58,3.4496],[[-0.999987,0.00518492,8.29622e-06],[-8.40288e-05,-0.017806,0.999842]],""Land_HBarrierWall6_F""],[[2436.44,2539.33,5.80059],[[0.998621,-0.00424592,-0.052336],[0.0522514,-0.0180529,0.998471]],""Land_CzechHedgehog_01_old_F""],[[2436.37,2535.44,5.60125],[[0.998621,-0.00424592,-0.052336],[0.0513641,-0.127917,0.990454]],""Land_CzechHedgehog_01_old_F""],[[2434.42,2537.67,5.55833],[[0.993324,-0.00720101,0.115136],[-0.11514,-9.11881e-05,0.993349]],""Land_CzechHedgehog_01_old_F""],[[2434.18,2533.78,5.5326],[[0.998621,-0.00424592,-0.052336],[0.0522514,-0.0180529,0.998471]],""Land_CzechHedgehog_01_old_F""],[[2427.51,2519.66,4.44215],[[-0.12345,0.992351,9.64775e-05],[0.0602048,0.00739252,0.998159]],""Land_HBarrierWall6_F""],[[2429.62,2526.11,6.57333],[[0.12013,-0.991378,-0.052336],[0.0665831,-0.0445533,0.996786]],""Land_CzechHedgehog_01_old_F""],[[2425.75,2525.67,6.68014],[[0.12013,-0.991378,-0.052336],[-0.042771,-0.0578371,0.997409]],""Land_CzechHedgehog_01_old_F""],[[2427.7,2527.89,6.46334],[[0.129562,-0.984897,0.114855],[0.0624193,0.123703,0.990354]],""Land_CzechHedgehog_01_old_F""],[[2423.82,2527.62,6.74293],[[0.12013,-0.991378,-0.052336],[0.0665831,-0.0445533,0.996786]],""Land_CzechHedgehog_01_old_F""],[[2421.1,2518.88,4.84244],[[-0.123579,0.992335,0.00010452],[0.0626586,0.00769796,0.998005]],""Land_HBarrierWall6_F""],[[2423.21,2525.33,6.96649],[[0.12013,-0.991378,-0.052336],[0.0690404,-0.0442474,0.996632]],""Land_CzechHedgehog_01_old_F""],[[2419.34,2524.89,7.08296],[[0.12013,-0.991378,-0.052336],[-0.0403101,-0.0575452,0.997529]],""Land_CzechHedgehog_01_old_F""],[[2421.29,2527.11,6.8607],[[0.129972,-0.984846,0.114829],[0.0648388,0.124006,0.990161]],""Land_CzechHedgehog_01_old_F""],[[2417.41,2526.85,7.14991],[[0.12013,-0.991378,-0.052336],[0.0690404,-0.0442474,0.996632]],""Land_CzechHedgehog_01_old_F""],[[2441.77,2516.62,3.68604],[[0.225595,-0.974221,4.37423e-05],[0.0397923,0.00925933,0.999165]],""Land_HBarrierWall6_F""],[[2440.56,2510.04,6.09929],[[-0.227368,0.972401,-0.052336],[0.0279311,0.0602335,0.997793]],""Land_CzechHedgehog_01_old_F""],[[2444.36,2510.87,5.81017],[[-0.227368,0.972401,-0.052336],[0.134829,0.0846608,0.987246]],""Land_CzechHedgehog_01_old_F""],[[2442.64,2508.46,5.81854],[[-0.219511,0.968806,0.115023],[0.0489506,-0.106813,0.993073]],""Land_CzechHedgehog_01_old_F""],[[2446.48,2509.13,5.70308],[[-0.227368,0.972401,-0.052336],[0.0279311,0.0602335,0.997793]],""Land_CzechHedgehog_01_old_F""],[[2449.17,2518.35,3.37514],[[0.225595,-0.974221,4.37423e-05],[0.0397923,0.00925933,0.999165]],""Land_HBarrierWall6_F""],[[2447.96,2511.77,5.78839],[[-0.227368,0.972401,-0.052336],[0.0279311,0.0602335,0.997793]],""Land_CzechHedgehog_01_old_F""],[[2451.76,2512.61,5.49927],[[-0.227368,0.972401,-0.052336],[0.134829,0.0846608,0.987246]],""Land_CzechHedgehog_01_old_F""],[[2450.04,2510.19,5.50764],[[-0.219511,0.968806,0.115023],[0.0489506,-0.106813,0.993073]],""Land_CzechHedgehog_01_old_F""],[[2453.88,2510.86,5.39218],[[-0.227368,0.972401,-0.052336],[0.0279311,0.0602335,0.997793]],""Land_CzechHedgehog_01_old_F""],[[2457.55,2530.24,3.26143],[[0.578709,0.815534,9.24244e-06],[0.0153242,-0.0108855,0.999823]],""Land_HBarrierWall6_F""],[[2463.39,2533.62,5.5114],[[-0.578718,-0.813847,-0.052336],[-0.0149841,-0.0535524,0.998453]],""Land_CzechHedgehog_01_old_F""],[[2460.23,2535.91,5.45478],[[-0.578718,-0.813847,-0.052336],[-0.10458,0.010415,0.994462]],""Land_CzechHedgehog_01_old_F""],[[2463.17,2536.23,5.3306],[[-0.573094,-0.811362,0.115133],[0.0957176,0.0732581,0.992709]],""Land_CzechHedgehog_01_old_F""],[[2460.13,2538.66,5.44732],[[-0.578718,-0.813847,-0.052336],[-0.0149841,-0.0535524,0.998453]],""Land_CzechHedgehog_01_old_F""],[[2451.39,2534.62,3.40368],[[0.578709,0.815534,9.24244e-06],[0.0153242,-0.0108855,0.999823]],""Land_HBarrierWall6_F""],[[2457.23,2538,5.65365],[[-0.578718,-0.813847,-0.052336],[-0.0149841,-0.0535524,0.998453]],""Land_CzechHedgehog_01_old_F""],[[2454.07,2540.29,5.59703],[[-0.578718,-0.813847,-0.052336],[-0.10458,0.010415,0.994462]],""Land_CzechHedgehog_01_old_F""],[[2457.01,2540.61,5.47285],[[-0.573094,-0.811362,0.115133],[0.0957176,0.0732581,0.992709]],""Land_CzechHedgehog_01_old_F""],[[2453.97,2543.04,5.58958],[[-0.578718,-0.813847,-0.052336],[-0.0149841,-0.0535524,0.998453]],""Land_CzechHedgehog_01_old_F""],[[2439.67,2529.08,3.58647],[[-0.748945,0.662633,7.96914e-05],[0.0365922,0.0412385,0.998479]],""Land_HBarrierWall6_F""],[[2436.99,2535.3,5.73353],[[0.746003,-0.663883,-0.052336],[0.0757388,0.00650244,0.997107]],""Land_CzechHedgehog_01_old_F""],[[2434.37,2532.41,5.81876],[[0.746003,-0.663883,-0.052336],[0.00250584,-0.0757904,0.997121]],""Land_CzechHedgehog_01_old_F""],[[2434.37,2535.36,5.61416],[[0.748176,-0.653475,0.114909],[-0.0386474,0.12997,0.990764]],""Land_CzechHedgehog_01_old_F""],[[2431.63,2532.6,5.87226],[[0.746003,-0.663883,-0.052336],[0.0757388,0.00650244,0.997107]],""Land_CzechHedgehog_01_old_F""],[[2434.64,2523.42,4.00468],[[-0.748945,0.662633,7.96914e-05],[0.0365922,0.0412385,0.998479]],""Land_HBarrierWall6_F""],[[2431.95,2529.64,6.15174],[[0.746003,-0.663883,-0.052336],[0.0757388,0.00650244,0.997107]],""Land_CzechHedgehog_01_old_F""],[[2429.33,2526.75,6.23697],[[0.746003,-0.663883,-0.052336],[0.00250584,-0.0757904,0.997121]],""Land_CzechHedgehog_01_old_F""],[[2429.33,2529.71,6.03237],[[0.748176,-0.653475,0.114909],[-0.0386474,0.12997,0.990764]],""Land_CzechHedgehog_01_old_F""],[[2426.59,2526.94,6.29047],[[0.746003,-0.663883,-0.052336],[0.0757388,0.00650244,0.997107]],""Land_CzechHedgehog_01_old_F""],[[2442.74,2578.89,3.9194],[[-0.999985,0.00556831,1.64136e-05],[-0.00012297,-0.0250304,0.999687]],""Land_HBarrierWall6_F""],[[2436.62,2581.62,6.29002],[[0.99862,-0.00425068,-0.052336],[0.0522124,-0.0252875,0.998316]],""Land_CzechHedgehog_01_old_F""],[[2436.55,2577.73,6.06253],[[0.99862,-0.00425068,-0.052336],[0.0512832,-0.13509,0.989505]],""Land_CzechHedgehog_01_old_F""],[[2434.6,2579.96,6.03567],[[0.993317,-0.00841383,0.115111],[-0.115172,-0.00722502,0.993319]],""Land_CzechHedgehog_01_old_F""],[[2434.36,2576.07,5.98182],[[0.99862,-0.00425068,-0.052336],[0.0522124,-0.0252875,0.998316]],""Land_CzechHedgehog_01_old_F""],[[2442.71,2572.83,3.77472],[[-0.999985,0.00544615,1.34893e-05],[-0.000110141,-0.0226996,0.999742]],""Land_HBarrierWall6_F""],[[2436.59,2575.57,6.13902],[[0.99862,-0.00425068,-0.052336],[0.0522252,-0.0229535,0.998372]],""Land_CzechHedgehog_01_old_F""],[[2436.53,2571.68,5.92061],[[0.99862,-0.00425068,-0.052336],[0.0513094,-0.132777,0.989817]],""Land_CzechHedgehog_01_old_F""],[[2434.58,2573.91,5.88857],[[0.993319,-0.00802407,0.11512],[-0.115161,-0.00492316,0.993335]],""Land_CzechHedgehog_01_old_F""],[[2434.34,2570.02,5.84379],[[0.99862,-0.00425068,-0.052336],[0.0522252,-0.0229535,0.998372]],""Land_CzechHedgehog_01_old_F""],[[2442.68,2566.78,3.68552],[[-0.999989,0.00461008,1.18092e-06],[-2.99208e-05,-0.00674638,0.999977]],""Land_HBarrierWall6_F""],[[2436.56,2569.56,6.00626],[[0.99862,-0.00425068,-0.052336],[0.0523055,-0.00697841,0.998607]],""Land_CzechHedgehog_01_old_F""],[[2436.5,2565.66,5.85003],[[0.99862,-0.00425068,-0.052336],[0.0514811,-0.116925,0.991806]],""Land_CzechHedgehog_01_old_F""],[[2434.55,2567.89,5.78253],[[0.993333,-0.00535634,0.115159],[-0.115096,0.0108294,0.993295]],""Land_CzechHedgehog_01_old_F""],[[2434.31,2564,5.79984],[[0.99862,-0.00425068,-0.052336],[0.0523055,-0.00697841,0.998607]],""Land_CzechHedgehog_01_old_F""],[[2442.66,2560.73,3.64696],[[-0.99999,0.00456919,9.20146e-07],[-2.63406e-05,-0.00596614,0.999982]],""Land_HBarrierWall6_F""],[[2436.54,2563.5,5.96557],[[0.99862,-0.00425068,-0.052336],[0.0523091,-0.00619709,0.998612]],""Land_CzechHedgehog_01_old_F""],[[2436.48,2559.61,5.81237],[[0.99862,-0.00425068,-0.052336],[0.0514892,-0.116149,0.991896]],""Land_CzechHedgehog_01_old_F""],[[2434.53,2561.83,5.74314],[[0.993333,-0.00522587,0.11516],[-0.115094,0.0115997,0.993287]],""Land_CzechHedgehog_01_old_F""],[[2434.29,2557.94,5.76349],[[0.99862,-0.00425068,-0.052336],[0.0523091,-0.00619709,0.998612]],""Land_CzechHedgehog_01_old_F""],[[2442.63,2554.68,3.61722],[[-0.99999,0.00445807,3.72529e-07],[-1.67723e-05,-0.00384577,0.999993]],""Land_HBarrierWall6_F""],[[2436.51,2557.45,5.92999],[[0.99862,-0.00425068,-0.052336],[0.0523187,-0.00407382,0.998622]],""Land_CzechHedgehog_01_old_F""],[[2436.45,2553.55,5.78507],[[0.99862,-0.00425068,-0.052336],[0.0515109,-0.11404,0.99214]],""Land_CzechHedgehog_01_old_F""],[[2434.5,2555.78,5.71112],[[0.993335,-0.0048713,0.115162],[-0.115086,0.0136931,0.993261]],""Land_CzechHedgehog_01_old_F""],[[2434.26,2551.89,5.73973],[[0.99862,-0.00425068,-0.052336],[0.0523187,-0.00407382,0.998622]],""Land_CzechHedgehog_01_old_F""],[[2447.78,2554.65,3.61722],[[0.999992,-0.00405488,3.79979e-07],[-1.59743e-05,-0.00384577,0.999993]],""Land_HBarrierWall6_F""],[[2453.9,2551.86,5.90877],[[-0.99862,0.0042506,-0.052336],[-0.0523515,-0.00362829,0.998622]],""Land_CzechHedgehog_01_old_F""],[[2453.96,2555.76,5.79383],[[-0.99862,0.0042506,-0.052336],[-0.0515878,0.106385,0.992986]],""Land_CzechHedgehog_01_old_F""],[[2455.91,2553.53,5.70282],[[-0.99334,0.00358501,0.115162],[0.115061,-0.0212859,0.99313]],""Land_CzechHedgehog_01_old_F""],[[2456.15,2557.42,5.76136],[[-0.99862,0.0042506,-0.052336],[-0.0523515,-0.00362829,0.998622]],""Land_CzechHedgehog_01_old_F""],[[2447.8,2560.71,3.64696],[[0.999992,-0.00394376,9.20146e-07],[-2.44493e-05,-0.00596614,0.999982]],""Land_HBarrierWall6_F""],[[2453.93,2557.91,5.93264],[[-0.99862,0.0042506,-0.052336],[-0.05236,-0.00575157,0.998612]],""Land_CzechHedgehog_01_old_F""],[[2453.99,2561.81,5.82597],[[-0.99862,0.0042506,-0.052336],[-0.0516085,0.104273,0.993209]],""Land_CzechHedgehog_01_old_F""],[[2455.94,2559.58,5.73025],[[-0.993342,0.00323044,0.11516],[0.115054,-0.0233789,0.993084]],""Land_CzechHedgehog_01_old_F""],[[2456.17,2563.47,5.79705],[[-0.99862,0.0042506,-0.052336],[-0.05236,-0.00575157,0.998612]],""Land_CzechHedgehog_01_old_F""],[[2447.83,2566.76,3.68552],[[0.999992,-0.00390287,1.18092e-06],[-2.75114e-05,-0.00674639,0.999977]],""Land_HBarrierWall6_F""],[[2453.95,2563.96,5.96904],[[-0.99862,0.0042506,-0.052336],[-0.052363,-0.00653288,0.998607]],""Land_CzechHedgehog_01_old_F""],[[2454.01,2567.86,5.86541],[[-0.99862,0.0042506,-0.052336],[-0.0516161,0.103496,0.99329]],""Land_CzechHedgehog_01_old_F""],[[2455.96,2565.64,5.76795],[[-0.993342,0.00309997,0.115159],[0.115052,-0.0241491,0.993066]],""Land_CzechHedgehog_01_old_F""],[[2456.2,2569.53,5.83779],[[-0.99862,0.0042506,-0.052336],[-0.052363,-0.00653288,0.998607]],""Land_CzechHedgehog_01_old_F""],[[2447.86,2572.81,3.77472],[[0.999995,-0.00306679,1.34893e-05],[-8.31014e-05,-0.0226997,0.999742]],""Land_HBarrierWall6_F""],[[2453.98,2569.98,6.01376],[[-0.99862,0.0042506,-0.052336],[-0.0524187,-0.0225081,0.998372]],""Land_CzechHedgehog_01_old_F""],[[2454.04,2573.88,5.97236],[[-0.99862,0.0042506,-0.052336],[-0.0517635,0.0875922,0.994811]],""Land_CzechHedgehog_01_old_F""],[[2455.99,2571.66,5.83954],[[-0.993352,0.000432221,0.11512],[0.115011,-0.0398937,0.992563]],""Land_CzechHedgehog_01_old_F""],[[2456.22,2575.55,5.97145],[[-0.99862,0.0042506,-0.052336],[-0.0524187,-0.0225081,0.998372]],""Land_CzechHedgehog_01_old_F""],[[2447.88,2578.87,3.9194],[[0.999996,-0.00294464,1.64136e-05],[-9.01146e-05,-0.0250305,0.999687]],""Land_HBarrierWall6_F""],[[2454.01,2576.03,6.1519],[[-0.99862,0.0042506,-0.052336],[-0.0524257,-0.0248421,0.998316]],""Land_CzechHedgehog_01_old_F""],[[2454.06,2579.93,6.1196],[[-0.99862,0.0042506,-0.052336],[-0.0517839,0.0852662,0.995012]],""Land_CzechHedgehog_01_old_F""],[[2456.02,2577.71,5.98161],[[-0.993353,4.24553e-05,0.115111],[0.115006,-0.0421937,0.992468]],""Land_CzechHedgehog_01_old_F""],[[2456.25,2581.6,6.12259],[[-0.99862,0.0042506,-0.052336],[-0.0524257,-0.0248421,0.998316]],""Land_CzechHedgehog_01_old_F""],[[2464.21,2265.31,3.4142],[[-0.997507,-0.070563,-7.45058e-09],[-7.44497e-09,-3.42489e-10,1]],""Land_HBarrierWall6_F""],[[2457.9,2267.63,5.71638],[[0.99614,0.0704663,-0.052336],[0.0522055,0.00369298,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2458.13,2263.74,5.58645],[[0.99614,0.0704663,-0.052336],[0.0596501,-0.106048,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2456.02,2265.81,5.50397],[[0.990871,0.0700935,0.115163],[-0.116059,0.00883222,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2456.08,2261.91,5.54754],[[0.99614,0.0704663,-0.052336],[0.0522055,0.00369298,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2464.53,2260.85,3.4142],[[-0.997507,-0.070563,-7.45058e-09],[-7.44497e-09,-3.42489e-10,1]],""Land_HBarrierWall6_F""],[[2458.22,2263.17,5.71638],[[0.99614,0.0704663,-0.052336],[0.0522055,0.00369298,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2458.45,2259.28,5.58645],[[0.99614,0.0704663,-0.052336],[0.0596501,-0.106048,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2456.34,2261.35,5.50397],[[0.990871,0.0700935,0.115163],[-0.116059,0.00883222,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2456.39,2257.45,5.54754],[[0.99614,0.0704663,-0.052336],[0.0522055,0.00369298,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2451.33,2245.61,3.4142],[[0.179658,0.983729,-1.49012e-08],[3.64861e-09,1.44813e-08,1]],""Land_HBarrierWall6_F""],[[2455.15,2251.15,5.71638],[[-0.179411,-0.982381,-0.052336],[-0.00940255,-0.0514844,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2451.32,2251.89,5.58645],[[-0.179411,-0.982381,-0.052336],[-0.117548,-0.031411,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2453.85,2253.42,5.50397],[[-0.178462,-0.977184,0.115163],[0.03741,0.110219,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2450.07,2254.34,5.54754],[[-0.179411,-0.982381,-0.052336],[-0.00940255,-0.0514844,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2453.57,2239.97,3.4142],[[-0.17964,-0.983732,-1.49012e-08],[-2.74735e-09,-1.46459e-08,1]],""Land_HBarrierWall6_F""],[[2449.76,2234.43,5.71638],[[0.179394,0.982384,-0.052336],[0.00940163,0.0514846,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2453.59,2233.69,5.58645],[[0.179394,0.982384,-0.052336],[0.117548,0.0314132,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2451.05,2232.16,5.50397],[[0.178445,0.977187,0.115163],[-0.037408,-0.110219,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2454.84,2231.24,5.54754],[[0.179394,0.982384,-0.052336],[0.00940163,0.0514846,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2455.94,2239.54,3.4142],[[-0.17964,-0.983732,-1.49012e-08],[-2.74735e-09,-1.46459e-08,1]],""Land_HBarrierWall6_F""],[[2452.13,2234,5.71638],[[0.179394,0.982384,-0.052336],[0.00940163,0.0514846,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2455.96,2233.25,5.58645],[[0.179394,0.982384,-0.052336],[0.117548,0.0314132,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2453.42,2231.72,5.50397],[[0.178445,0.977187,0.115163],[-0.037408,-0.110219,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2457.21,2230.81,5.54754],[[0.179394,0.982384,-0.052336],[0.00940163,0.0514846,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2477.3,2230.65,3.4142],[[-0.571084,-0.820892,-7.45058e-09],[-3.05387e-09,-6.95166e-09,1]],""Land_HBarrierWall6_F""],[[2471.53,2227.19,5.71638],[[0.570301,0.819767,-0.052336],[0.0298882,0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2474.71,2224.93,5.58645],[[0.570301,0.819767,-0.052336],[0.119999,-0.0201135,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2471.76,2224.59,5.50397],[[0.567284,0.81543,0.115163],[-0.0797131,-0.0848144,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2474.83,2222.19,5.54754],[[0.570301,0.819767,-0.052336],[0.0298882,0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2480.23,2228.61,3.4142],[[-0.571084,-0.820892,-7.45058e-09],[-3.05387e-09,-6.95166e-09,1]],""Land_HBarrierWall6_F""],[[2474.47,2225.15,5.71638],[[0.570301,0.819767,-0.052336],[0.0298882,0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2477.64,2222.89,5.58645],[[0.570301,0.819767,-0.052336],[0.119999,-0.0201135,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2474.7,2222.55,5.50397],[[0.567284,0.81543,0.115163],[-0.0797131,-0.0848144,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2477.77,2220.14,5.54754],[[0.570301,0.819767,-0.052336],[0.0298882,0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2483.17,2232.83,3.4142],[[0.57108,0.820895,-7.45058e-09],[3.05392e-09,6.95161e-09,1]],""Land_HBarrierWall6_F""],[[2488.94,2236.29,5.71638],[[-0.570297,-0.81977,-0.052336],[-0.029888,-0.0429623,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2485.76,2238.56,5.58645],[[-0.570297,-0.81977,-0.052336],[-0.119999,0.0201129,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2488.71,2238.9,5.50397],[[-0.56728,-0.815433,0.115163],[0.0797127,0.0848148,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2485.64,2241.3,5.54754],[[-0.570297,-0.81977,-0.052336],[-0.029888,-0.0429623,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2481.62,2233.91,3.4142],[[0.57108,0.820895,-7.45058e-09],[3.05392e-09,6.95161e-09,1]],""Land_HBarrierWall6_F""],[[2487.39,2237.37,5.71638],[[-0.570297,-0.81977,-0.052336],[-0.029888,-0.0429623,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2484.21,2239.64,5.58645],[[-0.570297,-0.81977,-0.052336],[-0.119999,0.0201129,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2487.16,2239.98,5.50397],[[-0.56728,-0.815433,0.115163],[0.0797127,0.0848148,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2484.09,2242.38,5.54754],[[-0.570297,-0.81977,-0.052336],[-0.029888,-0.0429623,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2470.17,2254.06,3.4142],[[0.997508,0.0705518,-7.45058e-09],[7.42641e-09,6.04826e-10,1]],""Land_HBarrierWall6_F""],[[2476.48,2251.75,5.71638],[[-0.996141,-0.0704552,-0.052336],[-0.0522055,-0.0036924,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2476.25,2255.64,5.58645],[[-0.996141,-0.0704552,-0.052336],[-0.059649,0.106048,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2478.36,2253.56,5.50397],[[-0.990871,-0.0700824,0.115163],[0.116059,-0.00883352,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2478.31,2257.46,5.54754],[[-0.996141,-0.0704552,-0.052336],[-0.0522055,-0.0036924,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2469.76,2259.87,3.4142],[[0.997508,0.0705518,-7.45058e-09],[7.42641e-09,6.04826e-10,1]],""Land_HBarrierWall6_F""],[[2476.07,2257.55,5.71638],[[-0.996141,-0.0704552,-0.052336],[-0.0522055,-0.0036924,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2475.84,2261.44,5.58645],[[-0.996141,-0.0704552,-0.052336],[-0.059649,0.106048,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2477.95,2259.36,5.50397],[[-0.990871,-0.0700824,0.115163],[0.116059,-0.00883352,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2477.9,2263.26,5.54754],[[-0.996141,-0.0704552,-0.052336],[-0.0522055,-0.0036924,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2469.35,2265.67,3.4142],[[0.997508,0.0705518,-7.45058e-09],[7.42641e-09,6.04826e-10,1]],""Land_HBarrierWall6_F""],[[2475.66,2263.35,5.71638],[[-0.996141,-0.0704552,-0.052336],[-0.0522055,-0.0036924,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2475.43,2267.24,5.58645],[[-0.996141,-0.0704552,-0.052336],[-0.059649,0.106048,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2477.54,2265.17,5.50397],[[-0.990871,-0.0700824,0.115163],[0.116059,-0.00883352,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2477.49,2269.07,5.54754],[[-0.996141,-0.0704552,-0.052336],[-0.0522055,-0.0036924,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2461.51,2253.42,3.4142],[[-0.667154,0.74492,-7.45058e-09],[-5.61809e-09,4.97026e-09,1]],""Land_HBarrierWall6_F""],[[2459.47,2259.83,5.71638],[[0.66624,-0.743899,-0.052336],[0.0349161,-0.0389861,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2456.54,2257.26,5.58645],[[0.66624,-0.743899,-0.052336],[-0.0472313,-0.112131,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2456.88,2260.2,5.50397],[[0.662715,-0.739964,0.115163],[-0.064157,0.0971162,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2453.84,2257.77,5.54754],[[0.66624,-0.743899,-0.052336],[0.0349161,-0.0389861,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2455.88,2248.38,3.4142],[[-0.667154,0.74492,-7.45058e-09],[-5.61809e-09,4.97026e-09,1]],""Land_HBarrierWall6_F""],[[2453.84,2254.79,5.71638],[[0.66624,-0.743899,-0.052336],[0.0349161,-0.0389861,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2450.91,2252.22,5.58645],[[0.66624,-0.743899,-0.052336],[-0.0472313,-0.112131,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2451.25,2255.16,5.50397],[[0.662715,-0.739964,0.115163],[-0.064157,0.0971162,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2448.2,2252.73,5.54754],[[0.66624,-0.743899,-0.052336],[0.0349161,-0.0389861,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2463.43,2237.32,3.4142],[[-0.38412,-0.923283,-2.23517e-08],[-9.38565e-09,-2.03042e-08,1]],""Land_HBarrierWall6_F""],[[2458.53,2232.71,5.71638],[[0.383594,0.922018,-0.052336],[0.0201033,0.0483209,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2462.11,2231.18,5.58645],[[0.383594,0.922018,-0.052336],[0.121536,0.00577738,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2459.31,2230.22,5.50397],[[0.381564,0.91714,0.115163],[-0.0599255,-0.0997828,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2462.82,2228.52,5.54754],[[0.383594,0.922018,-0.052336],[0.0201033,0.0483209,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2470.45,2234.4,3.4142],[[-0.38412,-0.923283,-2.23517e-08],[-9.38565e-09,-2.03042e-08,1]],""Land_HBarrierWall6_F""],[[2465.54,2229.79,5.71638],[[0.383594,0.922018,-0.052336],[0.0201033,0.0483209,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2469.13,2228.26,5.58645],[[0.383594,0.922018,-0.052336],[0.121536,0.00577738,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2466.32,2227.3,5.50397],[[0.381564,0.91714,0.115163],[-0.0599255,-0.0997828,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2469.83,2225.6,5.54754],[[0.383594,0.922018,-0.052336],[0.0201033,0.0483209,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2476.24,2239.82,3.4142],[[0.8694,0.49411,-2.23517e-08],[1.97607e-08,1.0467e-08,1]],""Land_HBarrierWall6_F""],[[2482.94,2240.45,5.71638],[[-0.868208,-0.493432,-0.052336],[-0.0455009,-0.0258597,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2481.05,2243.86,5.58645],[[-0.868208,-0.493432,-0.052336],[-0.0995731,0.0699247,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2483.85,2242.9,5.50397],[[-0.863615,-0.490822,0.115163],[0.108508,0.0421154,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2482.12,2246.4,5.54754],[[-0.868208,-0.493432,-0.052336],[-0.0455009,-0.0258597,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2472.49,2246.42,3.4142],[[0.8694,0.49411,-2.23517e-08],[1.97607e-08,1.0467e-08,1]],""Land_HBarrierWall6_F""],[[2479.19,2247.05,5.71638],[[-0.868208,-0.493432,-0.052336],[-0.0455009,-0.0258597,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2477.3,2250.46,5.58645],[[-0.868208,-0.493432,-0.052336],[-0.0995731,0.0699247,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2480.1,2249.5,5.50397],[[-0.863615,-0.490822,0.115163],[0.108508,0.0421154,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2478.37,2252.99,5.54754],[[-0.868208,-0.493432,-0.052336],[-0.0455009,-0.0258597,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2449.81,2300.26,3.83547],[[-0.279229,-0.960225,0.000186294],[-0.0808423,0.0237019,0.996445]],""Land_HBarrierWall6_F""],[[2445.27,2295.2,5.89818],[[0.283077,0.957668,-0.052336],[-0.0661178,0.0739237,0.99507]],""Land_CzechHedgehog_01_old_F""],[[2449,2294.07,6.09718],[[0.283077,0.957668,-0.052336],[0.0395259,0.0428729,0.998298]],""Land_CzechHedgehog_01_old_F""],[[2446.33,2292.8,5.82833],[[0.268061,0.956565,0.114569],[-0.128711,-0.0822958,0.988262]],""Land_CzechHedgehog_01_old_F""],[[2449.99,2291.51,6.19968],[[0.283077,0.957668,-0.052336],[-0.0661178,0.0739237,0.99507]],""Land_CzechHedgehog_01_old_F""],[[2462.98,2282.73,3.4142],[[-0.997507,-0.0705647,-7.45058e-09],[-7.42642e-09,-6.04682e-10,1]],""Land_HBarrierWall6_F""],[[2456.67,2285.05,5.71638],[[0.99614,0.070468,-0.052336],[0.0522055,0.00369307,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2456.9,2281.15,5.58645],[[0.99614,0.070468,-0.052336],[0.0596503,-0.106048,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2454.79,2283.23,5.50397],[[0.99087,0.0700952,0.115163],[-0.116059,0.00883202,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2454.84,2279.33,5.54754],[[0.99614,0.070468,-0.052336],[0.0522055,0.00369307,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2463.33,2277.76,3.4142],[[-0.997507,-0.0705647,-7.45058e-09],[-7.42642e-09,-6.04682e-10,1]],""Land_HBarrierWall6_F""],[[2457.02,2280.08,5.71638],[[0.99614,0.070468,-0.052336],[0.0522055,0.00369307,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2457.25,2276.19,5.58645],[[0.99614,0.070468,-0.052336],[0.0596503,-0.106048,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2455.14,2278.26,5.50397],[[0.99087,0.0700952,0.115163],[-0.116059,0.00883202,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2455.2,2274.36,5.54754],[[0.99614,0.070468,-0.052336],[0.0522055,0.00369307,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2463.69,2272.79,3.4142],[[-0.997507,-0.0705647,-7.45058e-09],[-7.42642e-09,-6.04682e-10,1]],""Land_HBarrierWall6_F""],[[2457.37,2275.11,5.71638],[[0.99614,0.070468,-0.052336],[0.0522055,0.00369307,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2457.6,2271.22,5.58645],[[0.99614,0.070468,-0.052336],[0.0596503,-0.106048,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2455.49,2273.29,5.50397],[[0.99087,0.0700952,0.115163],[-0.116059,0.00883202,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2455.55,2269.4,5.54754],[[0.99614,0.070468,-0.052336],[0.0522055,0.00369307,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2468.82,2273.15,3.4142],[[0.997508,0.0705571,-7.45058e-09],[7.41002e-09,8.36439e-10,1]],""Land_HBarrierWall6_F""],[[2475.13,2270.83,5.71638],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2474.9,2274.73,5.58645],[[-0.996141,-0.0704604,-0.052336],[-0.0596495,0.106048,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2477.01,2272.65,5.50397],[[-0.990871,-0.0700876,0.115163],[0.116059,-0.0088329,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2476.96,2276.55,5.54754],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2468.45,2278.31,3.4142],[[0.997508,0.0705571,-7.45058e-09],[7.41002e-09,8.36439e-10,1]],""Land_HBarrierWall6_F""],[[2474.77,2275.99,5.71638],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2474.53,2279.88,5.58645],[[-0.996141,-0.0704604,-0.052336],[-0.0596495,0.106048,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2476.65,2277.81,5.50397],[[-0.990871,-0.0700876,0.115163],[0.116059,-0.0088329,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2476.59,2281.71,5.54754],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2468.09,2283.47,3.4142],[[0.997508,0.0705571,-7.45058e-09],[7.41002e-09,8.36439e-10,1]],""Land_HBarrierWall6_F""],[[2474.4,2281.15,5.71638],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2474.17,2285.04,5.58645],[[-0.996141,-0.0704604,-0.052336],[-0.0596495,0.106048,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2476.28,2282.96,5.50397],[[-0.990871,-0.0700876,0.115163],[0.116059,-0.0088329,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2476.23,2286.86,5.54754],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2467.72,2288.62,3.4142],[[0.997508,0.0705571,-7.45058e-09],[7.41002e-09,8.36439e-10,1]],""Land_HBarrierWall6_F""],[[2474.04,2286.31,5.71638],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2473.81,2290.2,5.58645],[[-0.996141,-0.0704604,-0.052336],[-0.0596495,0.106048,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2475.92,2288.12,5.50397],[[-0.990871,-0.0700876,0.115163],[0.116059,-0.0088329,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2475.86,2292.02,5.54754],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2455.4,2303.97,3.52462],[[0.279723,0.960081,0.000144746],[0.0712692,-0.0209149,0.997238]],""Land_HBarrierWall6_F""],[[2459.92,2309.05,5.6164],[[-0.283069,-0.957671,-0.052336],[0.056532,-0.071133,0.995864]],""Land_CzechHedgehog_01_old_F""],[[2456.19,2310.18,5.77643],[[-0.283069,-0.957671,-0.052336],[-0.0491214,-0.0400201,0.997991]],""Land_CzechHedgehog_01_old_F""],[[2458.86,2311.44,5.52957],[[-0.269654,-0.956102,0.114701],[0.11927,0.0850352,0.989214]],""Land_CzechHedgehog_01_old_F""],[[2455.2,2312.74,5.86213],[[-0.283069,-0.957671,-0.052336],[0.056532,-0.071133,0.995864]],""Land_CzechHedgehog_01_old_F""],[[2452.53,2304.82,3.70768],[[0.281061,0.95969,5.95785e-05],[0.0457346,-0.0134561,0.998863]],""Land_HBarrierWall6_F""],[[2457,2309.91,5.87608],[[-0.283069,-0.957671,-0.052336],[0.0309623,-0.063664,0.997491]],""Land_CzechHedgehog_01_old_F""],[[2453.27,2311.04,5.93217],[[-0.283069,-0.957671,-0.052336],[-0.0746644,-0.0323986,0.996682]],""Land_CzechHedgehog_01_old_F""],[[2455.95,2312.3,5.74406],[[-0.273924,-0.954854,0.114973],[0.0940827,0.0923677,0.99127]],""Land_CzechHedgehog_01_old_F""],[[2452.28,2313.61,5.97314],[[-0.283069,-0.957671,-0.052336],[0.0309623,-0.063664,0.997491]],""Land_CzechHedgehog_01_old_F""],[[2455.28,2296.12,3.58745],[[-0.77996,-0.625829,6.04614e-06],[0.0095263,-0.0118628,0.999884]],""Land_HBarrierWall6_F""],[[2448.8,2294.41,5.93137],[[0.778393,0.625592,-0.052336],[0.0503332,0.0209068,0.998514]],""Land_CzechHedgehog_01_old_F""],[[2451.2,2291.34,5.74213],[[0.778393,0.625592,-0.052336],[0.118856,-0.0649999,0.990782]],""Land_CzechHedgehog_01_old_F""],[[2448.28,2291.85,5.69345],[[0.775868,0.620299,0.115144],[-0.0909857,-0.0705866,0.993347]],""Land_CzechHedgehog_01_old_F""],[[2450.55,2288.67,5.6778],[[0.778393,0.625592,-0.052336],[0.0503332,0.0209068,0.998514]],""Land_CzechHedgehog_01_old_F""],[[2460.03,2290.21,3.47193],[[-0.77996,-0.625829,6.04614e-06],[0.0095263,-0.0118628,0.999884]],""Land_HBarrierWall6_F""],[[2453.55,2288.5,5.81586],[[0.778393,0.625592,-0.052336],[0.0503332,0.0209068,0.998514]],""Land_CzechHedgehog_01_old_F""],[[2455.95,2285.43,5.62662],[[0.778393,0.625592,-0.052336],[0.118856,-0.0649999,0.990782]],""Land_CzechHedgehog_01_old_F""],[[2453.03,2285.94,5.57793],[[0.775868,0.620299,0.115144],[-0.0909857,-0.0705866,0.993347]],""Land_CzechHedgehog_01_old_F""],[[2455.3,2282.76,5.56229],[[0.778393,0.625592,-0.052336],[0.0503332,0.0209068,0.998514]],""Land_CzechHedgehog_01_old_F""],[[2465.4,2294.53,3.42753],[[0.779461,0.626451,-1.49012e-08],[1.05436e-08,1.06677e-08,1]],""Land_HBarrierWall6_F""],[[2471.91,2296.22,5.72971],[[-0.778393,-0.625592,-0.052336],[-0.0407938,-0.0327859,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2469.5,2299.29,5.59978],[[-0.778393,-0.625592,-0.052336],[-0.109451,0.0531479,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2472.42,2298.78,5.5173],[[-0.774275,-0.622283,0.115163],[0.100402,0.0588829,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2470.15,2301.95,5.56087],[[-0.778393,-0.625592,-0.052336],[-0.0407938,-0.0327859,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2460.65,2300.44,3.42753],[[0.779461,0.626451,-1.49012e-08],[1.05436e-08,1.06677e-08,1]],""Land_HBarrierWall6_F""],[[2467.16,2302.13,5.72971],[[-0.778393,-0.625592,-0.052336],[-0.0407938,-0.0327859,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2464.75,2305.2,5.59978],[[-0.778393,-0.625592,-0.052336],[-0.109451,0.0531479,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2467.67,2304.69,5.5173],[[-0.774275,-0.622283,0.115163],[0.100402,0.0588829,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2465.4,2307.86,5.56087],[[-0.778393,-0.625592,-0.052336],[-0.0407938,-0.0327859,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2446.8,2306.52,4.17453],[[0.288267,0.95755,0.000240847],[-0.0917669,0.0273757,0.995404]],""Land_HBarrierWall6_F""],[[2450.99,2311.66,6.73181],[[-0.283069,-0.957671,-0.052336],[-0.106728,-0.0227761,0.994027]],""Land_CzechHedgehog_01_old_F""],[[2447.3,2312.82,6.2291],[[-0.283069,-0.957671,-0.052336],[-0.210919,0.008926,0.977463]],""Land_CzechHedgehog_01_old_F""],[[2449.99,2314.06,6.36007],[[-0.296917,-0.948026,0.114394],[-0.0417472,0.13257,0.990294]],""Land_CzechHedgehog_01_old_F""],[[2446.33,2315.39,6.03079],[[-0.283069,-0.957671,-0.052336],[-0.106728,-0.0227761,0.994027]],""Land_CzechHedgehog_01_old_F""],[[2434.84,2324.5,4.103],[[0.999814,-0.0192866,1.70618e-06],[-0.000158015,-0.00810301,0.999967]],""Land_HBarrierWall6_F""],[[2440.91,2321.61,6.38275],[[-0.998436,0.0196842,-0.052336],[-0.0524841,-0.00708253,0.998597]],""Land_CzechHedgehog_01_old_F""],[[2441.03,2325.51,6.28442],[[-0.998436,0.0196842,-0.052336],[-0.0500443,0.102929,0.993429]],""Land_CzechHedgehog_01_old_F""],[[2442.95,2323.25,6.18395],[[-0.99318,0.0182251,0.115157],[0.11464,-0.0272647,0.993033]],""Land_CzechHedgehog_01_old_F""],[[2443.25,2327.14,6.25907],[[-0.998436,0.0196842,-0.052336],[-0.0524841,-0.00708253,0.998597]],""Land_CzechHedgehog_01_old_F""],[[2434.95,2330.47,4.27042],[[0.999852,-0.0172024,6.00964e-05],[-0.000883667,-0.0478718,0.998853]],""Land_HBarrierWall6_F""],[[2441.04,2327.5,6.43823],[[-0.998436,0.0196842,-0.052336],[-0.0532107,-0.0469059,0.997481]],""Land_CzechHedgehog_01_old_F""],[[2441.15,2331.4,6.49513],[[-0.998436,0.0196842,-0.052336],[-0.0509982,0.0632289,0.996695]],""Land_CzechHedgehog_01_old_F""],[[2443.07,2329.16,6.30656],[[-0.993301,0.0115749,0.114971],[0.11396,-0.0665048,0.991257]],""Land_CzechHedgehog_01_old_F""],[[2443.36,2333.04,6.53645],[[-0.998436,0.0196842,-0.052336],[-0.0532107,-0.0469059,0.997481]],""Land_CzechHedgehog_01_old_F""],[[2435.07,2336.47,4.4142],[[0.999806,-0.0197112,-7.45058e-09],[7.45033e-09,-8.5937e-11,1]],""Land_HBarrierWall6_F""],[[2441.15,2333.59,6.71638],[[-0.998436,0.0196842,-0.052336],[-0.0523258,0.00103161,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2441.27,2337.49,6.58645],[[-0.998436,0.0196842,-0.052336],[-0.0498402,0.110997,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2443.19,2335.23,6.50397],[[-0.993154,0.0195801,0.115163],[0.114789,-0.019266,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2443.48,2339.12,6.54754],[[-0.998436,0.0196842,-0.052336],[-0.0523258,0.00103161,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2435.19,2342.48,4.15916],[[0.999708,-0.0241531,0.000188656],[0.0018597,0.0847564,0.9964]],""Land_HBarrierWall6_F""],[[2441.26,2339.78,6.68811],[[-0.998436,0.0196842,-0.052336],[-0.0504636,0.0859043,0.995025]],""Land_CzechHedgehog_01_old_F""],[[2441.4,2343.65,6.22811],[[-0.998436,0.0196842,-0.052336],[-0.0475085,0.194948,0.979662]],""Land_CzechHedgehog_01_old_F""],[[2443.3,2341.38,6.3345],[[-0.992843,0.0337532,0.114561],[0.11655,0.0644657,0.99109]],""Land_CzechHedgehog_01_old_F""],[[2443.62,2345.26,6.04801],[[-0.998436,0.0196842,-0.052336],[-0.0504636,0.0859043,0.995025]],""Land_CzechHedgehog_01_old_F""],[[2430.04,2342.58,4.15844],[[-0.999883,0.0152735,0.000187904],[0.00147945,0.084594,0.996414]],""Land_HBarrierWall6_F""],[[2423.96,2345.62,6.22008],[[0.998436,-0.0196799,-0.052336],[0.0538073,0.0836787,0.995039]],""Land_CzechHedgehog_01_old_F""],[[2423.85,2341.72,6.4205],[[0.998436,-0.0196799,-0.052336],[0.0518086,-0.0264144,0.998308]],""Land_CzechHedgehog_01_old_F""],[[2421.93,2343.96,6.15086],[[0.993401,-0.00542982,0.114563],[-0.113405,0.102714,0.988225]],""Land_CzechHedgehog_01_old_F""],[[2421.65,2340.09,6.52361],[[0.998436,-0.0196799,-0.052336],[0.0538073,0.0836787,0.995039]],""Land_CzechHedgehog_01_old_F""],[[2429.93,2336.54,4.4142],[[-0.999806,0.0197069,-7.45058e-09],[-7.44719e-09,2.4531e-10,1]],""Land_HBarrierWall6_F""],[[2423.85,2339.42,6.71638],[[0.998436,-0.0196799,-0.052336],[0.0523258,-0.00103138,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2423.73,2335.53,6.58645],[[0.998436,-0.0196799,-0.052336],[0.0498407,-0.110996,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2421.81,2337.78,6.50397],[[0.993154,-0.0195758,0.115163],[-0.114789,0.0192655,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2421.51,2333.9,6.54754],[[0.998436,-0.0196799,-0.052336],[0.0523258,-0.00103138,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2429.81,2330.52,4.26676],[[-0.999752,0.0222669,6.25737e-05],[-0.00102543,-0.0488471,0.998806]],""Land_HBarrierWall6_F""],[[2423.73,2333.3,6.70137],[[0.998436,-0.0196799,-0.052336],[0.051299,-0.0499455,0.997434]],""Land_CzechHedgehog_01_old_F""],[[2423.6,2329.41,6.3811],[[0.998436,-0.0196799,-0.052336],[0.0485411,-0.159476,0.986008]],""Land_CzechHedgehog_01_old_F""],[[2421.69,2331.68,6.4073],[[0.992982,-0.0277441,0.114963],[-0.115758,-0.028976,0.992855]],""Land_CzechHedgehog_01_old_F""],[[2421.39,2327.79,6.26068],[[0.998436,-0.0196799,-0.052336],[0.051299,-0.0499455,0.997434]],""Land_CzechHedgehog_01_old_F""],[[2429.69,2324.52,4.09947],[[-0.999799,0.0200641,1.20699e-06],[-0.000135559,-0.0068151,0.999977]],""Land_HBarrierWall6_F""],[[2423.61,2327.38,6.42041],[[0.998436,-0.0196799,-0.052336],[0.0521901,-0.00785584,0.998606]],""Land_CzechHedgehog_01_old_F""],[[2423.49,2323.49,6.2639],[[0.998436,-0.0196799,-0.052336],[0.0496666,-0.117776,0.991797]],""Land_CzechHedgehog_01_old_F""],[[2421.57,2325.75,6.19656],[[0.993131,-0.0207154,0.115159],[-0.114917,0.0125374,0.993296]],""Land_CzechHedgehog_01_old_F""],[[2421.28,2321.86,6.2136],[[0.998436,-0.0196799,-0.052336],[0.0521901,-0.00785584,0.998606]],""Land_CzechHedgehog_01_old_F""],[[2429.57,2318.51,4.08486],[[-0.999808,0.0196036,8.94069e-08],[3.87369e-05,0.00197107,0.999998]],""Land_HBarrierWall6_F""],[[2423.49,2321.39,6.3816],[[0.998436,-0.0196799,-0.052336],[0.0523646,0.000942392,0.998628]],""Land_CzechHedgehog_01_old_F""],[[2423.37,2317.49,6.25935],[[0.998436,-0.0196799,-0.052336],[0.0498906,-0.109035,0.992785]],""Land_CzechHedgehog_01_old_F""],[[2421.46,2319.75,6.17249],[[0.99316,-0.0192462,0.115163],[-0.114752,0.0212113,0.993168]],""Land_CzechHedgehog_01_old_F""],[[2421.16,2315.86,6.22374],[[0.998436,-0.0196799,-0.052336],[0.0523646,0.000942392,0.998628]],""Land_CzechHedgehog_01_old_F""],[[2441.02,2302.86,4.4142],[[-0.28346,-0.958984,-1.49012e-08],[-4.61187e-09,-1.41753e-08,1]],""Land_HBarrierWall6_F""],[[2436.64,2297.76,6.71638],[[0.283071,0.95767,-0.052336],[0.0148351,0.0501894,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2440.37,2296.61,6.58645],[[0.283071,0.95767,-0.052336],[0.120226,0.0187064,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2437.68,2295.36,6.50397],[[0.281574,0.952604,0.115163],[-0.0489418,-0.105605,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2441.35,2294.05,6.54754],[[0.283071,0.95767,-0.052336],[0.0148351,0.0501894,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2443.88,2302.01,4.31303],[[-0.286864,-0.957971,0.00012048],[0.0649557,-0.0193255,0.997701]],""Land_HBarrierWall6_F""],[[2439.64,2296.88,6.79763],[[0.283071,0.95767,-0.052336],[0.07988,0.0308374,0.996327]],""Land_CzechHedgehog_01_old_F""],[[2443.34,2295.73,6.40376],[[0.283071,0.95767,-0.052336],[0.184522,-0.000830916,0.982828]],""Land_CzechHedgehog_01_old_F""],[[2440.65,2294.49,6.47216],[[0.292436,0.949372,0.114779],[0.0152351,-0.124635,0.992086]],""Land_CzechHedgehog_01_old_F""],[[2444.31,2293.16,6.2519],[[0.283071,0.95767,-0.052336],[0.07988,0.0308374,0.996327]],""Land_CzechHedgehog_01_old_F""],[[2441.75,2310.72,4.33033],[[0.807616,0.589709,1.26325e-05],[-0.0129685,0.0177391,0.999759]],""Land_HBarrierWall6_F""],[[2448.3,2312.15,6.69266],[[-0.80583,-0.589829,-0.052336],[-0.0552181,-0.0131482,0.998388]],""Land_CzechHedgehog_01_old_F""],[[2446.04,2315.32,6.47708],[[-0.80583,-0.589829,-0.052336],[-0.119731,0.0757419,0.989913]],""Land_CzechHedgehog_01_old_F""],[[2448.93,2314.68,6.44343],[[-0.803736,-0.583742,0.115123],[0.0901361,0.0717955,0.993338]],""Land_CzechHedgehog_01_old_F""],[[2446.81,2317.95,6.40147],[[-0.80583,-0.589829,-0.052336],[-0.0552181,-0.0131482,0.998388]],""Land_CzechHedgehog_01_old_F""],[[2437.27,2316.83,4.16356],[[0.807616,0.589709,1.26325e-05],[-0.0129685,0.0177391,0.999759]],""Land_HBarrierWall6_F""],[[2443.82,2318.26,6.52588],[[-0.80583,-0.589829,-0.052336],[-0.0552181,-0.0131482,0.998388]],""Land_CzechHedgehog_01_old_F""],[[2441.56,2321.43,6.3103],[[-0.80583,-0.589829,-0.052336],[-0.119731,0.0757419,0.989913]],""Land_CzechHedgehog_01_old_F""],[[2444.45,2320.8,6.27665],[[-0.803736,-0.583742,0.115123],[0.0901361,0.0717955,0.993338]],""Land_CzechHedgehog_01_old_F""],[[2442.34,2324.07,6.23469],[[-0.80583,-0.589829,-0.052336],[-0.0552181,-0.0131482,0.998388]],""Land_CzechHedgehog_01_old_F""],[[2431.46,2312.58,4.18601],[[-0.806285,-0.591528,1.17719e-05],[-0.0125361,0.0171073,0.999775]],""Land_HBarrierWall6_F""],[[2424.85,2311.21,6.42923],[[0.805836,0.589822,-0.052336],[0.0296788,0.048042,0.998404]],""Land_CzechHedgehog_01_old_F""],[[2427.12,2308.04,6.38202],[[0.805836,0.589822,-0.052336],[0.0945477,-0.0409148,0.994679]],""Land_CzechHedgehog_01_old_F""],[[2424.23,2308.67,6.25249],[[0.799476,0.589562,0.115125],[-0.115345,-0.0374178,0.99262]],""Land_CzechHedgehog_01_old_F""],[[2426.35,2305.4,6.37861],[[0.805836,0.589822,-0.052336],[0.0296788,0.048042,0.998404]],""Land_CzechHedgehog_01_old_F""],[[2435.93,2306.46,4.34698],[[-0.806285,-0.591528,1.17719e-05],[-0.0125361,0.0171073,0.999775]],""Land_HBarrierWall6_F""],[[2429.33,2305.09,6.5902],[[0.805836,0.589822,-0.052336],[0.0296788,0.048042,0.998404]],""Land_CzechHedgehog_01_old_F""],[[2431.6,2301.92,6.54299],[[0.805836,0.589822,-0.052336],[0.0945477,-0.0409148,0.994679]],""Land_CzechHedgehog_01_old_F""],[[2428.71,2302.55,6.41347],[[0.799476,0.589562,0.115125],[-0.115345,-0.0374178,0.99262]],""Land_CzechHedgehog_01_old_F""],[[2430.83,2299.29,6.53958],[[0.805836,0.589822,-0.052336],[0.0296788,0.048042,0.998404]],""Land_CzechHedgehog_01_old_F""],[[2430.79,2380.58,3.19402],[[-0.999807,0.0196371,3.72529e-08],[2.57159e-05,0.00130741,0.999999]],""Land_HBarrierWall6_F""],[[2424.72,2383.47,5.49259],[[0.998436,-0.0196786,-0.052336],[0.0523516,0.000277892,0.998629]],""Land_CzechHedgehog_01_old_F""],[[2424.6,2379.57,5.36775],[[0.998436,-0.0196786,-0.052336],[0.049874,-0.109695,0.992713]],""Land_CzechHedgehog_01_old_F""],[[2422.68,2381.83,5.28237],[[0.993158,-0.0193559,0.115163],[-0.114765,0.020556,0.99318]],""Land_CzechHedgehog_01_old_F""],[[2422.38,2377.94,5.33103],[[0.998436,-0.0196786,-0.052336],[0.0523516,0.000277892,0.998629]],""Land_CzechHedgehog_01_old_F""],[[2430.67,2374.49,3.2873],[[-0.999835,0.0181735,2.24002e-05],[0.000553784,0.029235,0.999572]],""Land_HBarrierWall6_F""],[[2424.59,2377.42,5.50796],[[0.998436,-0.0196786,-0.052336],[0.0528804,0.0282438,0.998201]],""Land_CzechHedgehog_01_old_F""],[[2424.48,2373.52,5.49209],[[0.998436,-0.0196786,-0.052336],[0.0505615,-0.0818549,0.995361]],""Land_CzechHedgehog_01_old_F""],[[2422.56,2375.78,5.34477],[[0.993246,-0.0146858,0.115091],[-0.114268,0.0481185,0.992284]],""Land_CzechHedgehog_01_old_F""],[[2422.27,2371.89,5.50214],[[0.998436,-0.0196786,-0.052336],[0.0528804,0.0282438,0.998201]],""Land_CzechHedgehog_01_old_F""],[[2430.55,2368.37,3.39551],[[-0.999812,0.0193854,9.68575e-07],[0.000119432,0.00610978,0.999981]],""Land_HBarrierWall6_F""],[[2424.47,2371.27,5.6808],[[0.998436,-0.0196786,-0.052336],[0.0524454,0.00508685,0.998611]],""Land_CzechHedgehog_01_old_F""],[[2424.36,2367.37,5.57469],[[0.998436,-0.0196786,-0.052336],[0.049995,-0.104914,0.993224]],""Land_CzechHedgehog_01_old_F""],[[2422.44,2369.62,5.47864],[[0.993174,-0.0185528,0.11516],[-0.114677,0.0252966,0.993081]],""Land_CzechHedgehog_01_old_F""],[[2422.14,2365.74,5.546],[[0.998436,-0.0196786,-0.052336],[0.0524454,0.00508685,0.998611]],""Land_CzechHedgehog_01_old_F""],[[2430.43,2362.27,3.4142],[[-0.999806,0.0197056,-7.45058e-09],[-7.44803e-09,2.02349e-10,1]],""Land_HBarrierWall6_F""],[[2424.35,2365.15,5.71638],[[0.998436,-0.0196786,-0.052336],[0.0523258,-0.00103131,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2424.23,2361.25,5.58645],[[0.998436,-0.0196786,-0.052336],[0.0498408,-0.110996,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2422.32,2363.51,5.50397],[[0.993154,-0.0195745,0.115163],[-0.114789,0.0192654,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2422.02,2359.62,5.54754],[[0.998436,-0.0196786,-0.052336],[0.0523258,-0.00103131,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2430.31,2356.16,3.4142],[[-0.999806,0.0197056,-7.45058e-09],[-7.44803e-09,2.02349e-10,1]],""Land_HBarrierWall6_F""],[[2424.23,2359.04,5.71638],[[0.998436,-0.0196786,-0.052336],[0.0523258,-0.00103131,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2424.11,2355.14,5.58645],[[0.998436,-0.0196786,-0.052336],[0.0498408,-0.110996,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2422.2,2357.4,5.50397],[[0.993154,-0.0195745,0.115163],[-0.114789,0.0192654,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2421.9,2353.51,5.54754],[[0.998436,-0.0196786,-0.052336],[0.0523258,-0.00103131,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2430.19,2350.07,3.58702],[[-0.99986,0.0167362,8.42064e-05],[0.00103247,0.056659,0.998393]],""Land_HBarrierWall6_F""],[[2424.11,2353.06,5.72967],[[0.998436,-0.0196786,-0.052336],[0.0533597,0.0557054,0.99702]],""Land_CzechHedgehog_01_old_F""],[[2424,2349.16,5.8209],[[0.998436,-0.0196786,-0.052336],[0.0511986,-0.054433,0.997204]],""Land_CzechHedgehog_01_old_F""],[[2422.08,2351.4,5.61291],[[0.993326,-0.0100999,0.114894],[-0.113821,0.0751709,0.990653]],""Land_CzechHedgehog_01_old_F""],[[2421.79,2347.52,5.87699],[[0.998436,-0.0196786,-0.052336],[0.0533597,0.0557054,0.99702]],""Land_CzechHedgehog_01_old_F""],[[2435.34,2349.97,3.58703],[[0.999743,-0.0226747,8.42101e-05],[0.00120094,0.0566581,0.998393]],""Land_HBarrierWall6_F""],[[2441.41,2347.21,6.04238],[[-0.998436,0.0196784,-0.052336],[-0.0511232,0.0577672,0.99702]],""Land_CzechHedgehog_01_old_F""],[[2441.54,2351.09,5.6917],[[-0.998436,0.0196784,-0.052336],[-0.0483225,0.167204,0.984737]],""Land_CzechHedgehog_01_old_F""],[[2443.45,2348.83,5.73532],[[-0.992953,0.0290488,0.114894],[0.115925,0.0366941,0.99258]],""Land_CzechHedgehog_01_old_F""],[[2443.76,2352.71,5.55828],[[-0.998436,0.0196784,-0.052336],[-0.0511232,0.0577672,0.99702]],""Land_CzechHedgehog_01_old_F""],[[2435.46,2356.06,3.4142],[[0.999806,-0.0197054,-7.45058e-09],[7.44804e-09,-2.02351e-10,1]],""Land_HBarrierWall6_F""],[[2441.54,2353.18,5.71638],[[-0.998436,0.0196784,-0.052336],[-0.0523258,0.0010313,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2441.66,2357.08,5.58645],[[-0.998436,0.0196784,-0.052336],[-0.0498409,0.110996,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2443.57,2354.82,5.50397],[[-0.993154,0.0195743,0.115163],[0.114789,-0.0192654,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2443.87,2358.71,5.54754],[[-0.998436,0.0196784,-0.052336],[-0.0523258,0.0010313,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2435.58,2362.17,3.4142],[[0.999806,-0.0197054,-7.45058e-09],[7.44804e-09,-2.02351e-10,1]],""Land_HBarrierWall6_F""],[[2441.66,2359.29,5.71638],[[-0.998436,0.0196784,-0.052336],[-0.0523258,0.0010313,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2441.78,2363.18,5.58645],[[-0.998436,0.0196784,-0.052336],[-0.0498409,0.110996,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2443.69,2360.93,5.50397],[[-0.993154,0.0195743,0.115163],[0.114789,-0.0192654,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2443.99,2364.81,5.54754],[[-0.998436,0.0196784,-0.052336],[-0.0523258,0.0010313,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2435.7,2368.27,3.39552],[[0.999799,-0.0200256,9.68575e-07],[0.000121388,0.00610881,0.999981]],""Land_HBarrierWall6_F""],[[2441.78,2365.41,5.71452],[[-0.998436,0.0196784,-0.052336],[-0.0522043,0.00714849,0.998611]],""Land_CzechHedgehog_01_old_F""],[[2441.9,2369.3,5.56076],[[-0.998436,0.0196784,-0.052336],[-0.0496849,0.117074,0.99188]],""Land_CzechHedgehog_01_old_F""],[[2443.81,2367.04,5.49185],[[-0.993133,0.0205958,0.11516],[0.114903,-0.0132345,0.993289]],""Land_CzechHedgehog_01_old_F""],[[2444.11,2370.93,5.51164],[[-0.998436,0.0196784,-0.052336],[-0.0522043,0.00714849,0.998611]],""Land_CzechHedgehog_01_old_F""],[[2435.82,2374.39,3.2873],[[0.999774,-0.0212376,2.24002e-05],[0.000598626,0.0292351,0.999572]],""Land_HBarrierWall6_F""],[[2441.89,2371.57,5.66931],[[-0.998436,0.0196784,-0.052336],[-0.0517264,0.0303065,0.998201]],""Land_CzechHedgehog_01_old_F""],[[2442.02,2375.46,5.42542],[[-0.998436,0.0196784,-0.052336],[-0.0490775,0.140043,0.988928]],""Land_CzechHedgehog_01_old_F""],[[2443.93,2373.19,5.40793],[[-0.993054,0.0244631,0.115091],[0.115354,0.00960239,0.993278]],""Land_CzechHedgehog_01_old_F""],[[2444.24,2377.08,5.33769],[[-0.998436,0.0196784,-0.052336],[-0.0517264,0.0303065,0.998201]],""Land_CzechHedgehog_01_old_F""],[[2435.94,2380.48,3.19402],[[0.999804,-0.0197739,3.72529e-08],[2.58188e-05,0.00130733,0.999999]],""Land_HBarrierWall6_F""],[[2442.02,2377.61,5.49981],[[-0.998436,0.0196784,-0.052336],[-0.0523,0.00234043,0.998629]],""Land_CzechHedgehog_01_old_F""],[[2442.14,2381.5,5.36477],[[-0.998436,0.0196784,-0.052336],[-0.0498076,0.112297,0.992426]],""Land_CzechHedgehog_01_old_F""],[[2444.05,2379.25,5.28519],[[-0.993149,0.0197929,0.115163],[0.114813,-0.0179748,0.993224]],""Land_CzechHedgehog_01_old_F""],[[2444.35,2383.13,5.32368],[[-0.998436,0.0196784,-0.052336],[-0.0523,0.00234043,0.998629]],""Land_CzechHedgehog_01_old_F""],[[2624.81,2539,3.4142],[[-0.996646,-0.0818339,-1.49012e-08],[-1.49e-08,-6.25343e-10,1]],""Land_HBarrierWall6_F""],[[2618.47,2541.25,5.71638],[[0.99528,0.0817217,-0.052336],[0.0521604,0.00428285,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2618.75,2537.36,5.58645],[[0.99528,0.0817217,-0.052336],[0.0608451,-0.105367,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2616.61,2539.41,5.50397],[[0.990015,0.0812894,0.115163],[-0.116151,0.00751978,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2616.71,2535.52,5.54754],[[0.99528,0.0817217,-0.052336],[0.0521604,0.00428285,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2625.2,2534.22,3.4142],[[-0.996646,-0.0818339,-1.49012e-08],[-1.49e-08,-6.25343e-10,1]],""Land_HBarrierWall6_F""],[[2618.86,2536.47,5.71638],[[0.99528,0.0817217,-0.052336],[0.0521604,0.00428285,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2619.14,2532.58,5.58645],[[0.99528,0.0817217,-0.052336],[0.0608451,-0.105367,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2617,2534.63,5.50397],[[0.990015,0.0812894,0.115163],[-0.116151,0.00751978,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2617.1,2530.74,5.54754],[[0.99528,0.0817217,-0.052336],[0.0521604,0.00428285,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2625.59,2529.44,3.4142],[[-0.996646,-0.0818339,-1.49012e-08],[-1.49e-08,-6.25343e-10,1]],""Land_HBarrierWall6_F""],[[2619.26,2531.69,5.71638],[[0.99528,0.0817217,-0.052336],[0.0521604,0.00428285,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2619.53,2527.8,5.58645],[[0.99528,0.0817217,-0.052336],[0.0608451,-0.105367,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2617.4,2529.85,5.50397],[[0.990015,0.0812894,0.115163],[-0.116151,0.00751978,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2617.5,2525.96,5.54754],[[0.99528,0.0817217,-0.052336],[0.0521604,0.00428285,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2639.57,2517.3,3.4142],[[0.0580347,-0.998315,-7.45058e-09],[5.29681e-10,-7.43236e-09,1]],""Land_HBarrierWall6_F""],[[2637.17,2511.01,5.71638],[[-0.0579551,0.996947,-0.052336],[-0.0030373,0.0522478,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2641.07,2511.2,5.58645],[[-0.0579551,0.996947,-0.052336],[0.106788,0.0583141,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2638.97,2509.11,5.50397],[[-0.0576485,0.991672,0.115163],[-0.0102885,-0.115939,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2642.86,2509.12,5.54754],[[-0.0579551,0.996947,-0.052336],[-0.0030373,0.0522478,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2645.74,2517.66,3.4142],[[0.0580347,-0.998315,-7.45058e-09],[5.29681e-10,-7.43236e-09,1]],""Land_HBarrierWall6_F""],[[2643.34,2511.37,5.71638],[[-0.0579551,0.996947,-0.052336],[-0.0030373,0.0522478,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2647.24,2511.56,5.58645],[[-0.0579551,0.996947,-0.052336],[0.106788,0.0583141,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2645.14,2509.47,5.50397],[[-0.0576485,0.991672,0.115163],[-0.0102885,-0.115939,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2649.03,2509.48,5.54754],[[-0.0579551,0.996947,-0.052336],[-0.0030373,0.0522478,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2646.26,2522.84,3.4142],[[-0.058027,0.998315,-1.49012e-08],[-7.1384e-10,1.48848e-08,1]],""Land_HBarrierWall6_F""],[[2648.65,2529.13,5.71638],[[0.0579475,-0.996947,-0.052336],[0.0030369,-0.0522478,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2644.76,2528.94,5.58645],[[0.0579475,-0.996947,-0.052336],[-0.106789,-0.0583133,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2646.86,2531.03,5.50397],[[0.0576409,-0.991673,0.115163],[0.0102894,0.115939,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2642.96,2531.02,5.54754],[[0.0579475,-0.996947,-0.052336],[0.0030369,-0.0522478,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2630.08,2537.65,3.4142],[[0.996646,0.0818395,-7.45058e-09],[7.49932e-09,-2.88282e-10,1]],""Land_HBarrierWall6_F""],[[2636.42,2535.4,5.71638],[[-0.99528,-0.0817273,-0.052336],[-0.0521604,-0.00428315,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2636.15,2539.29,5.58645],[[-0.99528,-0.0817273,-0.052336],[-0.0608456,0.105366,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2638.28,2537.24,5.50397],[[-0.990014,-0.081295,0.115163],[0.116151,-0.00751912,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2638.18,2541.14,5.54754],[[-0.99528,-0.0817273,-0.052336],[-0.0521604,-0.00428315,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2629.94,2539.42,3.4142],[[0.996646,0.0818395,-7.45058e-09],[7.49932e-09,-2.88282e-10,1]],""Land_HBarrierWall6_F""],[[2636.28,2537.18,5.71638],[[-0.99528,-0.0817273,-0.052336],[-0.0521604,-0.00428315,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2636,2541.07,5.58645],[[-0.99528,-0.0817273,-0.052336],[-0.0608456,0.105366,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2638.14,2539.01,5.50397],[[-0.990014,-0.081295,0.115163],[0.116151,-0.00751912,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2638.04,2542.91,5.54754],[[-0.99528,-0.0817273,-0.052336],[-0.0521604,-0.00428315,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2628.27,2524.18,3.42753],[[-0.655912,-0.754837,-2.23517e-08],[-1.30945e-08,-1.82329e-08,1]],""Land_HBarrierWall6_F""],[[2622.17,2521.36,5.72971],[[0.655013,0.753803,-0.052336],[0.0343278,0.0395051,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2625.08,2518.77,5.59978],[[0.655013,0.753803,-0.052336],[0.117146,-0.03288,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2622.12,2518.75,5.5173],[[0.651548,0.749815,0.115163],[-0.0883579,-0.0757665,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2624.91,2516.03,5.56087],[[0.655013,0.753803,-0.052336],[0.0343278,0.0395051,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2633.99,2519.22,3.42753],[[-0.655912,-0.754837,-2.23517e-08],[-1.30945e-08,-1.82329e-08,1]],""Land_HBarrierWall6_F""],[[2627.88,2516.4,5.72971],[[0.655013,0.753803,-0.052336],[0.0343278,0.0395051,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2630.8,2513.81,5.59978],[[0.655013,0.753803,-0.052336],[0.117146,-0.03288,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2627.84,2513.78,5.5173],[[0.651548,0.749815,0.115163],[-0.0883579,-0.0757665,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2630.63,2511.06,5.56087],[[0.655013,0.753803,-0.052336],[0.0343278,0.0395051,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2639.45,2525.5,3.4142],[[0.65592,0.75483,-7.45058e-09],[5.72138e-09,4.89886e-09,1]],""Land_HBarrierWall6_F""],[[2645.56,2528.32,5.71638],[[-0.655021,-0.753796,-0.052336],[-0.0343282,-0.0395048,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2642.64,2530.91,5.58645],[[-0.655021,-0.753796,-0.052336],[-0.117146,0.0328812,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2645.6,2530.94,5.50397],[[-0.651556,-0.749808,0.115163],[0.0883586,0.0757655,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2642.81,2533.66,5.54754],[[-0.655021,-0.753796,-0.052336],[-0.0343282,-0.0395048,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2633.74,2530.47,3.4142],[[0.65592,0.75483,-7.45058e-09],[5.72138e-09,4.89886e-09,1]],""Land_HBarrierWall6_F""],[[2639.84,2533.29,5.71638],[[-0.655021,-0.753796,-0.052336],[-0.0343282,-0.0395048,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2636.93,2535.88,5.58645],[[-0.655021,-0.753796,-0.052336],[-0.117146,0.0328812,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2639.89,2535.9,5.50397],[[-0.651556,-0.749808,0.115163],[0.0883586,0.0757655,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2637.09,2538.62,5.54754],[[-0.655021,-0.753796,-0.052336],[-0.0343282,-0.0395048,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2675.95,2546.21,3.37956],[[0.988405,-0.151839,0.000112105],[0.00981645,0.0646374,0.99786]],""Land_HBarrierWall6_F""],[[2681.62,2542.71,5.85788],[[-0.987564,0.148248,-0.052336],[-0.0419262,0.0724954,0.996487]],""Land_CzechHedgehog_01_old_F""],[[2682.25,2546.54,5.47332],[[-0.987564,0.148248,-0.052336],[-0.0250055,0.18054,0.98325]],""Land_CzechHedgehog_01_old_F""],[[2683.85,2544.05,5.53637],[[-0.980699,0.158273,0.114805],[0.120985,0.0299477,0.992202]],""Land_CzechHedgehog_01_old_F""],[[2684.66,2547.85,5.32542],[[-0.987564,0.148248,-0.052336],[-0.0419262,0.0724954,0.996487]],""Land_CzechHedgehog_01_old_F""],[[2694.79,2556.5,3.09494],[[-0.342658,-0.93946,2.88114e-05],[-0.0311478,0.0113915,0.99945]],""Land_HBarrierWall6_F""],[[2690.02,2551.71,5.30453],[[0.343819,0.937576,-0.052336],[-0.0131718,0.0605435,0.998079]],""Land_CzechHedgehog_01_old_F""],[[2693.67,2550.34,5.30398],[[0.343819,0.937576,-0.052336],[0.0901849,0.0225071,0.995671]],""Land_CzechHedgehog_01_old_F""],[[2690.92,2549.25,5.14797],[[0.336791,0.934521,0.115071],[-0.0863537,-0.0910395,0.992096]],""Land_CzechHedgehog_01_old_F""],[[2694.5,2547.71,5.32061],[[0.343819,0.937576,-0.052336],[-0.0131718,0.0605435,0.998079]],""Land_CzechHedgehog_01_old_F""],[[2695.57,2556.22,3.12272],[[-0.342658,-0.93946,2.88114e-05],[-0.0311478,0.0113915,0.99945]],""Land_HBarrierWall6_F""],[[2690.81,2551.42,5.3323],[[0.343819,0.937576,-0.052336],[-0.0131718,0.0605435,0.998079]],""Land_CzechHedgehog_01_old_F""],[[2694.46,2550.05,5.33176],[[0.343819,0.937576,-0.052336],[0.0901849,0.0225071,0.995671]],""Land_CzechHedgehog_01_old_F""],[[2691.71,2548.96,5.17575],[[0.336791,0.934521,0.115071],[-0.0863537,-0.0910395,0.992096]],""Land_CzechHedgehog_01_old_F""],[[2695.28,2547.43,5.34838],[[0.343819,0.937576,-0.052336],[-0.0131718,0.0605435,0.998079]],""Land_CzechHedgehog_01_old_F""],[[2697.35,2561.05,3.10258],[[0.345553,0.938399,1.71252e-05],[-0.0240089,0.00882269,0.999673]],""Land_HBarrierWall6_F""],[[2702,2565.87,5.47469],[[-0.343823,-0.937575,-0.052336],[-0.0420608,-0.0403014,0.998302]],""Land_CzechHedgehog_01_old_F""],[[2698.36,2567.26,5.24507],[[-0.343823,-0.937575,-0.052336],[-0.144989,-0.00206109,0.989431]],""Land_CzechHedgehog_01_old_F""],[[2701.12,2568.33,5.21943],[[-0.346019,-0.93114,0.115108],[0.0318907,0.110944,0.993315]],""Land_CzechHedgehog_01_old_F""],[[2697.55,2569.88,5.16344],[[-0.343823,-0.937575,-0.052336],[-0.0420608,-0.0403014,0.998302]],""Land_CzechHedgehog_01_old_F""],[[2692.35,2562.88,3.00294],[[0.344877,0.938648,3.65451e-06],[-0.0111118,0.00407879,0.99993]],""Land_HBarrierWall6_F""],[[2697.03,2567.69,5.33764],[[-0.343823,-0.937575,-0.052336],[-0.029146,-0.0450518,0.998559]],""Land_CzechHedgehog_01_old_F""],[[2693.39,2569.08,5.16156],[[-0.343823,-0.937575,-0.052336],[-0.132206,-0.00684727,0.991199]],""Land_CzechHedgehog_01_old_F""],[[2696.15,2570.15,5.10537],[[-0.343862,-0.931933,0.115151],[0.0446306,0.106271,0.993335]],""Land_CzechHedgehog_01_old_F""],[[2692.57,2571.7,5.10288],[[-0.343823,-0.937575,-0.052336],[-0.029146,-0.0450518,0.998559]],""Land_CzechHedgehog_01_old_F""],[[2687.39,2564.7,3.23811],[[0.339339,0.940664,0.00026593],[0.094555,-0.0343914,0.994925]],""Land_HBarrierWall6_F""],[[2692.27,2569.46,5.25264],[[-0.343823,-0.937575,-0.052336],[0.0766657,-0.0835749,0.993548]],""Land_CzechHedgehog_01_old_F""],[[2688.62,2570.82,5.51567],[[-0.343823,-0.937575,-0.052336],[-0.0267414,-0.0459352,0.998586]],""Land_CzechHedgehog_01_old_F""],[[2691.36,2571.92,5.21076],[[-0.326192,-0.938366,0.114314],[0.148896,0.0684174,0.986483]],""Land_CzechHedgehog_01_old_F""],[[2687.79,2573.44,5.64577],[[-0.343823,-0.937575,-0.052336],[0.0766657,-0.0835749,0.993548]],""Land_CzechHedgehog_01_old_F""],[[2672.18,2555.73,3.82907],[[-0.989613,0.143753,0.000217955],[0.0133122,0.0901329,0.995841]],""Land_HBarrierWall6_F""],[[2666.53,2559.54,5.87164],[[0.987561,-0.148274,-0.052336],[0.0650864,0.0824859,0.994465]],""Land_CzechHedgehog_01_old_F""],[[2665.93,2555.69,6.09749],[[0.987561,-0.148274,-0.052336],[0.0489476,-0.0264123,0.998452]],""Land_CzechHedgehog_01_old_F""],[[2664.31,2558.15,5.81352],[[0.984562,-0.132417,0.114467],[-0.0982953,0.122826,0.987548]],""Land_CzechHedgehog_01_old_F""],[[2663.53,2554.35,6.21156],[[0.987561,-0.148274,-0.052336],[0.0650864,0.0824859,0.994465]],""Land_CzechHedgehog_01_old_F""],[[2671.58,2551.78,3.83057],[[-0.988202,0.153159,0.000214375],[-0.0136285,-0.0893268,0.995909]],""Land_HBarrierWall6_F""],[[2665.91,2555.23,6.37395],[[0.987561,-0.148274,-0.052336],[0.0381087,-0.0972201,0.994533]],""Land_CzechHedgehog_01_old_F""],[[2665.28,2551.41,5.89224],[[0.987561,-0.148274,-0.052336],[0.021098,-0.20488,0.97856]],""Land_CzechHedgehog_01_old_F""],[[2663.68,2553.91,6.01112],[[0.980057,-0.162427,0.114479],[-0.12473,-0.0543537,0.990701]],""Land_CzechHedgehog_01_old_F""],[[2662.87,2550.1,5.70288],[[0.987561,-0.148274,-0.052336],[0.0381087,-0.0972201,0.994533]],""Land_CzechHedgehog_01_old_F""],[[2671,2547.89,3.51216],[[-0.988355,0.152167,0.000133056],[-0.0107059,-0.0704089,0.997461]],""Land_HBarrierWall6_F""],[[2665.33,2551.38,6.0058],[[0.987561,-0.148274,-0.052336],[0.0410353,-0.0782762,0.996087]],""Land_CzechHedgehog_01_old_F""],[[2664.7,2547.55,5.59852],[[0.987561,-0.148274,-0.052336],[0.0240906,-0.186237,0.98221]],""Land_CzechHedgehog_01_old_F""],[[2663.1,2550.05,5.67462],[[0.980546,-0.159263,0.114738],[-0.121858,-0.0356498,0.991907]],""Land_CzechHedgehog_01_old_F""],[[2662.29,2546.24,5.44093],[[0.987561,-0.148274,-0.052336],[0.0410353,-0.0782762,0.996087]],""Land_CzechHedgehog_01_old_F""],[[2680.31,2551.9,3.47907],[[0.508048,-0.861329,4.73372e-05],[0.0365802,0.0216314,0.999097]],""Land_HBarrierWall6_F""],[[2681.14,2545.27,5.89671],[[-0.509266,0.859016,-0.052336],[0.00994092,0.0666803,0.997725]],""Land_CzechHedgehog_01_old_F""],[[2684.51,2547.21,5.6012],[[-0.509266,0.859016,-0.052336],[0.104535,0.122106,0.986997]],""Land_CzechHedgehog_01_old_F""],[[2683.59,2544.39,5.61323],[[-0.500455,0.858089,0.115012],[0.0802023,-0.0863232,0.993034]],""Land_CzechHedgehog_01_old_F""],[[2687.05,2546.18,5.49137],[[-0.509266,0.859016,-0.052336],[0.00994092,0.0666803,0.997725]],""Land_CzechHedgehog_01_old_F""],[[2686.82,2555.76,3.1572],[[0.508048,-0.861329,4.73372e-05],[0.0365802,0.0216314,0.999097]],""Land_HBarrierWall6_F""],[[2687.64,2549.12,5.57485],[[-0.509266,0.859016,-0.052336],[0.00994092,0.0666803,0.997725]],""Land_CzechHedgehog_01_old_F""],[[2691.01,2551.06,5.27933],[[-0.509266,0.859016,-0.052336],[0.104535,0.122106,0.986997]],""Land_CzechHedgehog_01_old_F""],[[2690.1,2548.25,5.29136],[[-0.500455,0.858089,0.115012],[0.0802023,-0.0863232,0.993034]],""Land_CzechHedgehog_01_old_F""],[[2693.56,2550.03,5.16951],[[-0.509266,0.859016,-0.052336],[0.00994092,0.0666803,0.997725]],""Land_CzechHedgehog_01_old_F""],[[2681.8,2564.18,3.6166],[[-0.509127,0.860691,8.92952e-06],[-0.0158897,-0.00940964,0.99983]],""Land_HBarrierWall6_F""],[[2681.02,2570.84,5.96939],[[0.509261,-0.859019,-0.052336],[0.0107777,-0.0544419,0.998459]],""Land_CzechHedgehog_01_old_F""],[[2677.64,2568.9,5.76748],[[0.509261,-0.859019,-0.052336],[-0.0839411,-0.110102,0.990369]],""Land_CzechHedgehog_01_old_F""],[[2678.55,2571.72,5.72602],[[0.50391,-0.856049,0.115134],[-0.0597768,0.0984133,0.993349]],""Land_CzechHedgehog_01_old_F""],[[2675.09,2569.92,5.69772],[[0.509261,-0.859019,-0.052336],[0.0107777,-0.0544419,0.998459]],""Land_CzechHedgehog_01_old_F""],[[2675.3,2560.32,3.47674],[[-0.509127,0.860691,8.92952e-06],[-0.0158897,-0.00940964,0.99983]],""Land_HBarrierWall6_F""],[[2674.51,2566.99,5.82953],[[0.509261,-0.859019,-0.052336],[0.0107777,-0.0544419,0.998459]],""Land_CzechHedgehog_01_old_F""],[[2671.14,2565.04,5.62762],[[0.509261,-0.859019,-0.052336],[-0.0839411,-0.110102,0.990369]],""Land_CzechHedgehog_01_old_F""],[[2672.05,2567.86,5.58616],[[0.50391,-0.856049,0.115134],[-0.0597768,0.0984133,0.993349]],""Land_CzechHedgehog_01_old_F""],[[2668.59,2566.07,5.55786],[[0.509261,-0.859019,-0.052336],[0.0107777,-0.0544419,0.998459]],""Land_CzechHedgehog_01_old_F""],[[2741.22,2479.96,3.4142],[[0.977185,0.212391,-7.45058e-09],[7.12912e-09,2.27931e-09,1]],""Land_HBarrierWall6_F""],[[2747.8,2478.57,5.71638],[[-0.975846,-0.2121,-0.052336],[-0.0511419,-0.0111157,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2747.01,2482.39,5.58645],[[-0.975846,-0.2121,-0.052336],[-0.074193,0.0964348,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2749.4,2480.63,5.50397],[[-0.970683,-0.210977,0.115163],[0.11613,0.00784419,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2748.79,2484.48,5.54754],[[-0.975846,-0.2121,-0.052336],[-0.0511419,-0.0111157,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2739.64,2487.24,3.4142],[[0.977185,0.212391,-7.45058e-09],[7.12912e-09,2.27931e-09,1]],""Land_HBarrierWall6_F""],[[2746.22,2485.85,5.71638],[[-0.975846,-0.2121,-0.052336],[-0.0511419,-0.0111157,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2745.43,2489.67,5.58645],[[-0.975846,-0.2121,-0.052336],[-0.074193,0.0964348,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2747.82,2487.92,5.50397],[[-0.970683,-0.210977,0.115163],[0.11613,0.00784419,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2747.21,2491.77,5.54754],[[-0.975846,-0.2121,-0.052336],[-0.0511419,-0.0111157,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2738.05,2494.52,3.4142],[[0.977185,0.212391,-7.45058e-09],[7.12912e-09,2.27931e-09,1]],""Land_HBarrierWall6_F""],[[2744.64,2493.13,5.71638],[[-0.975846,-0.2121,-0.052336],[-0.0511419,-0.0111157,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2743.85,2496.95,5.58645],[[-0.975846,-0.2121,-0.052336],[-0.074193,0.0964348,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2746.24,2495.2,5.50397],[[-0.970683,-0.210977,0.115163],[0.11613,0.00784419,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2745.62,2499.05,5.54754],[[-0.975846,-0.2121,-0.052336],[-0.0511419,-0.0111157,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2736.47,2501.81,3.39835],[[0.977232,0.212173,4.5821e-07],[-0.000901719,0.004151,0.999991]],""Land_HBarrierWall6_F""],[[2743.05,2500.42,5.71224],[[-0.975846,-0.2121,-0.052336],[-0.0520449,-0.00695897,0.998621]],""Land_CzechHedgehog_01_old_F""],[[2742.26,2504.24,5.56574],[[-0.975846,-0.2121,-0.052336],[-0.0750663,0.100571,0.992094]],""Land_CzechHedgehog_01_old_F""],[[2744.65,2502.49,5.49269],[[-0.970834,-0.210283,0.115161],[0.115236,0.0119413,0.993266]],""Land_CzechHedgehog_01_old_F""],[[2744.04,2506.34,5.51973],[[-0.975846,-0.2121,-0.052336],[-0.0520449,-0.00695897,0.998621]],""Land_CzechHedgehog_01_old_F""],[[2734.89,2509.11,3.09771],[[0.978024,0.208491,0.000152018],[-0.0160175,0.0744105,0.997099]],""Land_HBarrierWall6_F""],[[2741.42,2507.87,5.60414],[[-0.975846,-0.2121,-0.052336],[-0.0671814,0.063397,0.995725]],""Land_CzechHedgehog_01_old_F""],[[2740.65,2511.67,5.17782],[[-0.975846,-0.2121,-0.052336],[-0.0896384,0.170276,0.981311]],""Land_CzechHedgehog_01_old_F""],[[2743.04,2509.91,5.26485],[[-0.973362,-0.198534,0.114678],[0.100241,0.0813338,0.991633]],""Land_CzechHedgehog_01_old_F""],[[2742.44,2513.75,5.01209],[[-0.975846,-0.2121,-0.052336],[-0.0671814,0.063397,0.995725]],""Land_CzechHedgehog_01_old_F""],[[2729.86,2508.02,3.09771],[[-0.97633,-0.216287,0.00015201],[-0.0163147,0.074346,0.997099]],""Land_HBarrierWall6_F""],[[2723.24,2509.55,5.18414],[[0.975846,0.2121,-0.052336],[0.0348049,0.0855637,0.995725]],""Land_CzechHedgehog_01_old_F""],[[2724.04,2505.73,5.35136],[[0.975846,0.2121,-0.052336],[0.0583159,-0.0220327,0.998055]],""Land_CzechHedgehog_01_old_F""],[[2721.64,2507.46,5.10044],[[0.967955,0.22341,0.114678],[-0.132291,0.0654851,0.989046]],""Land_CzechHedgehog_01_old_F""],[[2722.27,2503.63,5.44016],[[0.975846,0.2121,-0.052336],[0.0348049,0.0855637,0.995725]],""Land_CzechHedgehog_01_old_F""],[[2731.44,2500.71,3.39835],[[-0.977138,-0.212608,4.5076e-07],[-0.000902679,0.00415079,0.999991]],""Land_HBarrierWall6_F""],[[2724.86,2502.11,5.6888],[[0.975846,0.2121,-0.052336],[0.050238,0.0152722,0.998621]],""Land_CzechHedgehog_01_old_F""],[[2725.65,2498.3,5.57542],[[0.975846,0.2121,-0.052336],[0.0733183,-0.0922974,0.993029]],""Land_CzechHedgehog_01_old_F""],[[2723.26,2500.05,5.48351],[[0.970532,0.211672,0.115161],[-0.117025,-0.00374763,0.993122]],""Land_CzechHedgehog_01_old_F""],[[2723.87,2496.2,5.54362],[[0.975846,0.2121,-0.052336],[0.050238,0.0152722,0.998621]],""Land_CzechHedgehog_01_old_F""],[[2733.03,2493.43,3.4142],[[-0.977185,-0.212391,-1.49012e-08],[-1.44097e-08,-3.86174e-09,1]],""Land_HBarrierWall6_F""],[[2726.45,2494.82,5.71638],[[0.975846,0.2121,-0.052336],[0.0511419,0.0111157,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2727.23,2491,5.58645],[[0.975846,0.2121,-0.052336],[0.074193,-0.0964348,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2724.85,2492.76,5.50397],[[0.970683,0.210978,0.115163],[-0.11613,-0.00784421,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2725.46,2488.91,5.54754],[[0.975846,0.2121,-0.052336],[0.0511419,0.0111157,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2734.61,2486.15,3.4142],[[-0.977185,-0.212391,-1.49012e-08],[-1.44097e-08,-3.86174e-09,1]],""Land_HBarrierWall6_F""],[[2728.03,2487.54,5.71638],[[0.975846,0.2121,-0.052336],[0.0511419,0.0111157,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2728.82,2483.72,5.58645],[[0.975846,0.2121,-0.052336],[0.074193,-0.0964348,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2726.43,2485.48,5.50397],[[0.970683,0.210978,0.115163],[-0.11613,-0.00784421,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2727.04,2481.63,5.54754],[[0.975846,0.2121,-0.052336],[0.0511419,0.0111157,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2736.19,2478.87,3.4142],[[-0.977185,-0.212391,-1.49012e-08],[-1.44097e-08,-3.86174e-09,1]],""Land_HBarrierWall6_F""],[[2729.61,2480.26,5.71638],[[0.975846,0.2121,-0.052336],[0.0511419,0.0111157,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2730.4,2476.44,5.58645],[[0.975846,0.2121,-0.052336],[0.074193,-0.0964348,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2728.01,2478.2,5.50397],[[0.970683,0.210978,0.115163],[-0.11613,-0.00784421,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2728.62,2474.35,5.54754],[[0.975846,0.2121,-0.052336],[0.0511419,0.0111157,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2763.66,2242.7,3.4142],[[-0.999967,-0.00807964,-7.45058e-09],[-7.45062e-09,-2.51195e-11,1]],""Land_HBarrierWall6_F""],[[2757.5,2245.41,5.71638],[[0.998597,0.00806856,-0.052336],[0.0523342,0.000422855,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2757.49,2241.51,5.58645],[[0.998597,0.00806856,-0.052336],[0.0529054,-0.109569,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2755.51,2243.71,5.50397],[[0.993314,0.00802588,0.115163],[-0.11528,0.0160688,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2755.32,2239.82,5.54754],[[0.998597,0.00806856,-0.052336],[0.0523342,0.000422855,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2763.71,2236.75,3.4142],[[-0.999967,-0.00807964,-7.45058e-09],[-7.45062e-09,-2.51195e-11,1]],""Land_HBarrierWall6_F""],[[2757.55,2239.46,5.71638],[[0.998597,0.00806856,-0.052336],[0.0523342,0.000422855,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2757.54,2235.56,5.58645],[[0.998597,0.00806856,-0.052336],[0.0529054,-0.109569,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2755.56,2237.77,5.50397],[[0.993314,0.00802588,0.115163],[-0.11528,0.0160688,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2755.37,2233.87,5.54754],[[0.998597,0.00806856,-0.052336],[0.0523342,0.000422855,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2749.31,2219.16,2.17092],[[-0.191693,0.981455,5.71646e-05],[0.0458428,0.00889561,0.998909]],""Land_HBarrierWall6_F""],[[2750.94,2225.73,4.3421],[[0.189031,-0.980575,-0.052336],[0.0558124,-0.042482,0.997537]],""Land_CzechHedgehog_01_old_F""],[[2747.11,2225.02,4.39439],[[0.189031,-0.980575,-0.052336],[-0.0523611,-0.0632863,0.996621]],""Land_CzechHedgehog_01_old_F""],[[2748.9,2227.37,4.20844],[[0.195697,-0.973901,0.114981],[0.0401247,0.125101,0.991332]],""Land_CzechHedgehog_01_old_F""],[[2745.05,2226.84,4.43373],[[0.189031,-0.980575,-0.052336],[0.0558124,-0.042482,0.997537]],""Land_CzechHedgehog_01_old_F""],[[2744.09,2218.15,2.55679],[[-0.194345,0.980933,0.000253692],[0.0964519,0.0188519,0.995159]],""Land_HBarrierWall6_F""],[[2745.81,2224.75,4.57823],[[0.189031,-0.980575,-0.052336],[0.106491,-0.032512,0.993782]],""Land_CzechHedgehog_01_old_F""],[[2741.99,2224.03,4.83212],[[0.189031,-0.980575,-0.052336],[-0.00152765,-0.0535904,0.998562]],""Land_CzechHedgehog_01_old_F""],[[2743.76,2226.38,4.53236],[[0.20416,-0.972236,0.114353],[0.0900129,0.134963,0.986754]],""Land_CzechHedgehog_01_old_F""],[[2739.93,2225.85,4.95827],[[0.189031,-0.980575,-0.052336],[0.106491,-0.032512,0.993782]],""Land_CzechHedgehog_01_old_F""],[[2738.86,2217.14,3.08082],[[-0.194334,0.980935,0.000252548],[0.0962349,0.018809,0.995181]],""Land_HBarrierWall6_F""],[[2740.58,2223.74,5.10292],[[0.189031,-0.980575,-0.052336],[0.106274,-0.032555,0.993804]],""Land_CzechHedgehog_01_old_F""],[[2736.75,2223.02,5.35594],[[0.189031,-0.980575,-0.052336],[-0.0017462,-0.0536324,0.998559]],""Land_CzechHedgehog_01_old_F""],[[2738.53,2225.37,5.05667],[[0.204124,-0.972243,0.114357],[0.0897992,0.13492,0.986779]],""Land_CzechHedgehog_01_old_F""],[[2734.69,2224.84,5.48172],[[0.189031,-0.980575,-0.052336],[0.106274,-0.032555,0.993804]],""Land_CzechHedgehog_01_old_F""],[[2733.6,2216.13,3.37904],[[-0.189968,0.98179,4.53368e-06],[0.0129274,0.00249673,0.999913]],""Land_HBarrierWall6_F""],[[2735.17,2222.68,5.64472],[[0.189031,-0.980575,-0.052336],[0.0228519,-0.0488896,0.998543]],""Land_CzechHedgehog_01_old_F""],[[2731.33,2221.98,5.56613],[[0.189031,-0.980575,-0.052336],[-0.085267,-0.0694862,0.993932]],""Land_CzechHedgehog_01_old_F""],[[2733.14,2224.33,5.45444],[[0.190193,-0.974971,0.115148],[0.00765411,0.118758,0.992894]],""Land_CzechHedgehog_01_old_F""],[[2729.28,2223.81,5.54925],[[0.189031,-0.980575,-0.052336],[0.0228519,-0.0488896,0.998543]],""Land_CzechHedgehog_01_old_F""],[[2734.57,2211.08,3.37088],[[0.188509,-0.982072,6.0983e-06],[0.0149929,0.00288409,0.999883]],""Land_HBarrierWall6_F""],[[2733.05,2204.54,5.71495],[[-0.189035,0.980575,-0.052336],[0.00510655,0.0542778,0.998513]],""Land_CzechHedgehog_01_old_F""],[[2736.89,2205.23,5.52551],[[-0.189035,0.980575,-0.052336],[0.113084,0.0746806,0.990775]],""Land_CzechHedgehog_01_old_F""],[[2735.08,2202.89,5.47694],[[-0.185528,0.97587,0.115143],[0.0199041,-0.113422,0.993348]],""Land_CzechHedgehog_01_old_F""],[[2738.94,2203.4,5.46109],[[-0.189035,0.980575,-0.052336],[0.00510655,0.0542778,0.998513]],""Land_CzechHedgehog_01_old_F""],[[2740.16,2212.15,3.04821],[[0.184246,-0.98288,0.00025256],[0.0963328,0.0183138,0.995181]],""Land_HBarrierWall6_F""],[[2738.81,2205.66,5.61139],[[-0.189035,0.980575,-0.052336],[0.0865581,0.0697287,0.993804]],""Land_CzechHedgehog_01_old_F""],[[2742.62,2206.33,5.09976],[[-0.189035,0.980575,-0.052336],[0.193622,0.0894709,0.976988]],""Land_CzechHedgehog_01_old_F""],[[2740.8,2203.99,5.23586],[[-0.171926,0.97845,0.114357],[0.100265,-0.0981023,0.990112]],""Land_CzechHedgehog_01_old_F""],[[2744.65,2204.49,4.89764],[[-0.189035,0.980575,-0.052336],[0.0865581,0.0697287,0.993804]],""Land_CzechHedgehog_01_old_F""],[[2745.72,2213.22,2.49115],[[0.184228,-0.982884,0.000254374],[0.0966772,0.0183783,0.995146]],""Land_HBarrierWall6_F""],[[2744.37,2206.73,5.05522],[[-0.189035,0.980575,-0.052336],[0.086903,0.0697933,0.993769]],""Land_CzechHedgehog_01_old_F""],[[2748.18,2207.4,4.54223],[[-0.189035,0.980575,-0.052336],[0.193961,0.0895324,0.976915]],""Land_CzechHedgehog_01_old_F""],[[2746.36,2205.07,4.67912],[[-0.171868,0.978461,0.114351],[0.100606,-0.0980382,0.990084]],""Land_CzechHedgehog_01_old_F""],[[2750.21,2205.56,4.33953],[[-0.189035,0.980575,-0.052336],[0.086903,0.0697933,0.993769]],""Land_CzechHedgehog_01_old_F""],[[2751.26,2214.29,2.14109],[[0.187981,-0.982173,1.70432e-05],[0.0250534,0.0048124,0.999674]],""Land_HBarrierWall6_F""],[[2749.76,2207.76,4.51301],[[-0.189035,0.980575,-0.052336],[0.0151808,0.0562088,0.998304]],""Land_CzechHedgehog_01_old_F""],[[2753.59,2208.45,4.28365],[[-0.189035,0.980575,-0.052336],[0.123085,0.0765375,0.98944]],""Land_CzechHedgehog_01_old_F""],[[2751.78,2206.11,4.25786],[[-0.183845,0.976192,0.115109],[0.0298373,-0.111508,0.993316]],""Land_CzechHedgehog_01_old_F""],[[2755.64,2206.62,4.20214],[[-0.189035,0.980575,-0.052336],[0.0151808,0.0562088,0.998304]],""Land_CzechHedgehog_01_old_F""],[[2756.8,2215.36,2.12294],[[0.190277,-0.981731,9.53674e-06],[-0.0187425,-0.0036229,0.999818]],""Land_HBarrierWall6_F""],[[2755.22,2208.81,4.37209],[[-0.189035,0.980575,-0.052336],[-0.0286751,0.0477619,0.998447]],""Land_CzechHedgehog_01_old_F""],[[2759.06,2209.51,4.31661],[[-0.189035,0.980575,-0.052336],[0.0794623,0.0683973,0.994489]],""Land_CzechHedgehog_01_old_F""],[[2757.25,2207.16,4.19178],[[-0.191169,0.974782,0.115133],[-0.0133915,-0.119875,0.992699]],""Land_CzechHedgehog_01_old_F""],[[2761.12,2207.68,4.30965],[[-0.189035,0.980575,-0.052336],[-0.0286751,0.0477619,0.998447]],""Land_CzechHedgehog_01_old_F""],[[2768.91,2230.13,3.4142],[[0.999967,0.00807466,-1.49012e-08],[1.49005e-08,1.44536e-10,1]],""Land_HBarrierWall6_F""],[[2775.06,2227.42,5.71638],[[-0.998597,-0.00806359,-0.052336],[-0.0523342,-0.000422595,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2775.07,2231.32,5.58645],[[-0.998597,-0.00806359,-0.052336],[-0.0529049,0.109569,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2777.05,2229.12,5.50397],[[-0.993314,-0.00802094,0.115163],[0.11528,-0.0160693,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2777.24,2233.01,5.54754],[[-0.998597,-0.00806359,-0.052336],[-0.0523342,-0.000422595,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2768.85,2236.44,3.4142],[[0.999967,0.00807466,-1.49012e-08],[1.49005e-08,1.44536e-10,1]],""Land_HBarrierWall6_F""],[[2775.01,2233.73,5.71638],[[-0.998597,-0.00806359,-0.052336],[-0.0523342,-0.000422595,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2775.02,2237.63,5.58645],[[-0.998597,-0.00806359,-0.052336],[-0.0529049,0.109569,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2777,2235.42,5.50397],[[-0.993314,-0.00802094,0.115163],[0.11528,-0.0160693,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2777.19,2239.32,5.54754],[[-0.998597,-0.00806359,-0.052336],[-0.0523342,-0.000422595,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2768.8,2242.74,3.4142],[[0.999967,0.00807466,-1.49012e-08],[1.49005e-08,1.44536e-10,1]],""Land_HBarrierWall6_F""],[[2774.96,2240.03,5.71638],[[-0.998597,-0.00806359,-0.052336],[-0.0523342,-0.000422595,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2774.97,2243.93,5.58645],[[-0.998597,-0.00806359,-0.052336],[-0.0529049,0.109569,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2776.95,2241.73,5.50397],[[-0.993314,-0.00802094,0.115163],[0.11528,-0.0160693,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2777.14,2245.62,5.54754],[[-0.998597,-0.00806359,-0.052336],[-0.0523342,-0.000422595,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2761,2229.14,3.07636],[[-0.770744,0.637145,0.000206813],[-0.0563903,-0.0685378,0.996054]],""Land_HBarrierWall6_F""],[[2757.89,2235,5.6156],[[0.772639,-0.632685,-0.052336],[-0.0159754,-0.101789,0.994678]],""Land_CzechHedgehog_01_old_F""],[[2755.39,2232.05,5.14013],[[0.772639,-0.632685,-0.052336],[-0.0856846,-0.185612,0.97888]],""Land_CzechHedgehog_01_old_F""],[[2755.29,2235.01,5.25541],[[0.759122,-0.640799,0.114503],[-0.133967,0.0183434,0.990816]],""Land_CzechHedgehog_01_old_F""],[[2752.65,2232.16,4.95343],[[0.772639,-0.632685,-0.052336],[-0.0159754,-0.101789,0.994678]],""Land_CzechHedgehog_01_old_F""],[[2756.2,2223.27,2.40295],[[-0.770744,0.637145,0.000206813],[-0.0563903,-0.0685378,0.996054]],""Land_HBarrierWall6_F""],[[2753.09,2229.14,4.94218],[[0.772639,-0.632685,-0.052336],[-0.0159754,-0.101789,0.994678]],""Land_CzechHedgehog_01_old_F""],[[2750.59,2226.18,4.46672],[[0.772639,-0.632685,-0.052336],[-0.0856846,-0.185612,0.97888]],""Land_CzechHedgehog_01_old_F""],[[2750.49,2229.14,4.582],[[0.759122,-0.640799,0.114503],[-0.133967,0.0183434,0.990816]],""Land_CzechHedgehog_01_old_F""],[[2747.85,2226.29,4.28002],[[0.772639,-0.632685,-0.052336],[-0.0159754,-0.101789,0.994678]],""Land_CzechHedgehog_01_old_F""],[[2762.04,2218.49,2.51198],[[0.776362,-0.630287,0.000169493],[-0.0507842,-0.062286,0.996766]],""Land_HBarrierWall6_F""],[[2764.96,2212.34,4.58602],[[-0.772641,0.632683,-0.052336],[-0.0913463,-0.029214,0.995391]],""Land_CzechHedgehog_01_old_F""],[[2767.45,2215.34,4.76986],[[-0.772641,0.632683,-0.052336],[-0.0216907,0.0560821,0.998191]],""Land_CzechHedgehog_01_old_F""],[[2767.58,2212.39,4.50956],[[-0.777046,0.61892,0.114622],[0.0282764,-0.147593,0.988644]],""Land_CzechHedgehog_01_old_F""],[[2770.19,2215.26,4.86582],[[-0.772641,0.632683,-0.052336],[-0.0913463,-0.029214,0.995391]],""Land_CzechHedgehog_01_old_F""],[[2766.84,2224.35,3.12173],[[0.776362,-0.630287,0.000169493],[-0.0507842,-0.062286,0.996766]],""Land_HBarrierWall6_F""],[[2769.76,2218.21,5.19577],[[-0.772641,0.632683,-0.052336],[-0.0913463,-0.029214,0.995391]],""Land_CzechHedgehog_01_old_F""],[[2772.25,2221.2,5.37961],[[-0.772641,0.632683,-0.052336],[-0.0216907,0.0560821,0.998191]],""Land_CzechHedgehog_01_old_F""],[[2772.38,2218.26,5.11932],[[-0.777046,0.61892,0.114622],[0.0282764,-0.147593,0.988644]],""Land_CzechHedgehog_01_old_F""],[[2774.99,2221.13,5.47557],[[-0.772641,0.632683,-0.052336],[-0.0913463,-0.029214,0.995391]],""Land_CzechHedgehog_01_old_F""],[[2749.55,2268.96,3.4142],[[0.0945388,-0.995521,-1.49012e-08],[1.39081e-09,-1.48361e-08,1]],""Land_HBarrierWall6_F""],[[2747.38,2262.59,5.71638],[[-0.0944092,0.994157,-0.052336],[-0.00494778,0.0521016,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2751.27,2262.92,5.58645],[[-0.0944092,0.994157,-0.052336],[0.104582,0.062184,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2749.25,2260.75,5.50397],[[-0.0939098,0.988898,0.115163],[-0.00603773,-0.116238,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2753.14,2260.9,5.54754],[[-0.0944092,0.994157,-0.052336],[-0.00494778,0.0521016,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2763.57,2253.77,3.4142],[[-0.999968,-0.00806855,-1.49012e-08],[-1.49005e-08,-1.44559e-10,1]],""Land_HBarrierWall6_F""],[[2757.41,2256.48,5.71638],[[0.998597,0.00805749,-0.052336],[0.0523343,0.000422275,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2757.4,2252.58,5.58645],[[0.998597,0.00805749,-0.052336],[0.0529042,-0.109569,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2755.42,2254.79,5.50397],[[0.993314,0.00801487,0.115163],[-0.11528,0.01607,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2755.23,2250.89,5.54754],[[0.998597,0.00805749,-0.052336],[0.0523343,0.000422275,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2763.6,2250.2,3.4142],[[-0.999968,-0.00806855,-1.49012e-08],[-1.49005e-08,-1.44559e-10,1]],""Land_HBarrierWall6_F""],[[2757.44,2252.91,5.71638],[[0.998597,0.00805749,-0.052336],[0.0523343,0.000422275,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2757.43,2249.01,5.58645],[[0.998597,0.00805749,-0.052336],[0.0529042,-0.109569,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2755.45,2251.21,5.50397],[[0.993314,0.00801487,0.115163],[-0.11528,0.01607,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2755.26,2247.32,5.54754],[[0.998597,0.00805749,-0.052336],[0.0523343,0.000422275,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2768.74,2250.24,3.4142],[[0.999967,0.00807657,-1.49012e-08],[1.49005e-08,1.44529e-10,1]],""Land_HBarrierWall6_F""],[[2774.9,2247.53,5.71638],[[-0.998597,-0.0080655,-0.052336],[-0.0523342,-0.000422695,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2774.91,2251.43,5.58645],[[-0.998597,-0.0080655,-0.052336],[-0.0529051,0.109569,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2776.89,2249.23,5.50397],[[-0.993314,-0.00802283,0.115163],[0.11528,-0.0160691,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2777.08,2253.12,5.54754],[[-0.998597,-0.0080655,-0.052336],[-0.0523342,-0.000422695,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2768.69,2256.39,3.4142],[[0.999967,0.00807657,-1.49012e-08],[1.49005e-08,1.44529e-10,1]],""Land_HBarrierWall6_F""],[[2774.85,2253.68,5.71638],[[-0.998597,-0.0080655,-0.052336],[-0.0523342,-0.000422695,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2774.86,2257.58,5.58645],[[-0.998597,-0.0080655,-0.052336],[-0.0529051,0.109569,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2776.84,2255.38,5.50397],[[-0.993314,-0.00802283,0.115163],[0.11528,-0.0160691,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2777.03,2259.27,5.54754],[[-0.998597,-0.0080655,-0.052336],[-0.0523342,-0.000422695,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2768.64,2262.54,3.4142],[[0.999967,0.00807657,-1.49012e-08],[1.49005e-08,1.44529e-10,1]],""Land_HBarrierWall6_F""],[[2774.8,2259.83,5.71638],[[-0.998597,-0.0080655,-0.052336],[-0.0523342,-0.000422695,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2774.81,2263.73,5.58645],[[-0.998597,-0.0080655,-0.052336],[-0.0529051,0.109569,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2776.79,2261.52,5.50397],[[-0.993314,-0.00802283,0.115163],[0.11528,-0.0160691,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2776.98,2265.42,5.54754],[[-0.998597,-0.0080655,-0.052336],[-0.0523342,-0.000422695,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2755.21,2274.66,3.4142],[[-0.0945706,0.995518,-7.45058e-09],[-7.96972e-10,7.40841e-09,1]],""Land_HBarrierWall6_F""],[[2757.37,2281.03,5.71638],[[0.094441,-0.994154,-0.052336],[0.00494944,-0.0521014,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2753.49,2280.71,5.58645],[[0.094441,-0.994154,-0.052336],[-0.10458,-0.0621873,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2755.51,2282.87,5.50397],[[0.0939414,-0.988895,0.115163],[0.00603401,0.116238,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2751.62,2282.72,5.54754],[[0.094441,-0.994154,-0.052336],[0.00494944,-0.0521014,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2751.61,2274.32,3.4142],[[-0.0945706,0.995518,-7.45058e-09],[-7.96972e-10,7.40841e-09,1]],""Land_HBarrierWall6_F""],[[2753.78,2280.69,5.71638],[[0.094441,-0.994154,-0.052336],[0.00494944,-0.0521014,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2749.89,2280.36,5.58645],[[0.094441,-0.994154,-0.052336],[-0.10458,-0.0621873,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2751.92,2282.53,5.50397],[[0.0939414,-0.988895,0.115163],[0.00603401,0.116238,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2748.02,2282.38,5.54754],[[0.094441,-0.994154,-0.052336],[0.00494944,-0.0521014,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2754.64,2266.17,3.4142],[[-0.669838,-0.742507,-1.49012e-08],[-6.67776e-09,-1.40445e-08,1]],""Land_HBarrierWall6_F""],[[2748.48,2263.47,5.71638],[[0.66892,0.741489,-0.052336],[0.0350566,0.0388598,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2751.35,2260.82,5.58645],[[0.66892,0.741489,-0.052336],[0.116514,-0.0350532,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2748.39,2260.86,5.50397],[[0.665382,0.737567,0.115163],[-0.0897518,-0.0741099,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2751.13,2258.09,5.54754],[[0.66892,0.741489,-0.052336],[0.0350566,0.0388598,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2760.26,2261.11,3.4142],[[-0.669838,-0.742507,-1.49012e-08],[-6.67776e-09,-1.40445e-08,1]],""Land_HBarrierWall6_F""],[[2754.1,2258.4,5.71638],[[0.66892,0.741489,-0.052336],[0.0350566,0.0388598,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2756.97,2255.76,5.58645],[[0.66892,0.741489,-0.052336],[0.116514,-0.0350532,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2754.01,2255.79,5.50397],[[0.665382,0.737567,0.115163],[-0.0897518,-0.0741099,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2756.75,2253.02,5.54754],[[0.66892,0.741489,-0.052336],[0.0350566,0.0388598,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2766.28,2267.78,3.42753],[[0.669873,0.742476,-7.45058e-09],[5.59339e-09,4.98833e-09,1]],""Land_HBarrierWall6_F""],[[2772.43,2270.48,5.72971],[[-0.668954,-0.741459,-0.052336],[-0.0350584,-0.0388582,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2769.57,2273.13,5.59978],[[-0.668954,-0.741459,-0.052336],[-0.116513,0.0350585,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2772.53,2273.09,5.5173],[[-0.665416,-0.737536,0.115163],[0.0897552,0.0741058,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2769.79,2275.86,5.56087],[[-0.668954,-0.741459,-0.052336],[-0.0350584,-0.0388582,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2760.66,2272.84,3.42753],[[0.669873,0.742476,-7.45058e-09],[5.59339e-09,4.98833e-09,1]],""Land_HBarrierWall6_F""],[[2766.81,2275.55,5.72971],[[-0.668954,-0.741459,-0.052336],[-0.0350584,-0.0388582,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2763.95,2278.19,5.59978],[[-0.668954,-0.741459,-0.052336],[-0.116513,0.0350585,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2766.91,2278.16,5.5173],[[-0.665416,-0.737536,0.115163],[0.0897552,0.0741058,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2764.17,2280.93,5.56087],[[-0.668954,-0.741459,-0.052336],[-0.0350584,-0.0388582,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2726.96,2289.8,3.4142],[[-0.999358,-0.0358329,-1.49012e-08],[-1.48911e-08,-5.47399e-10,1]],""Land_HBarrierWall6_F""],[[2720.73,2292.34,5.71638],[[0.997988,0.0357838,-0.052336],[0.0523023,0.00187535,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2720.83,2288.44,5.58645],[[0.997988,0.0357838,-0.052336],[0.0559264,-0.108058,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2718.79,2290.59,5.50397],[[0.992709,0.0355945,0.115163],[-0.115682,0.0128627,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2718.71,2286.69,5.54754],[[0.997988,0.0357838,-0.052336],[0.0523023,0.00187535,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2727.13,2284.98,3.4142],[[-0.999358,-0.0358329,-1.49012e-08],[-1.48911e-08,-5.47399e-10,1]],""Land_HBarrierWall6_F""],[[2720.9,2287.51,5.71638],[[0.997988,0.0357838,-0.052336],[0.0523023,0.00187535,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2721,2283.61,5.58645],[[0.997988,0.0357838,-0.052336],[0.0559264,-0.108058,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2718.96,2285.76,5.50397],[[0.992709,0.0355945,0.115163],[-0.115682,0.0128627,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2718.88,2281.87,5.54754],[[0.997988,0.0357838,-0.052336],[0.0523023,0.00187535,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2727.31,2280.15,3.4142],[[-0.999358,-0.0358329,-1.49012e-08],[-1.48911e-08,-5.47399e-10,1]],""Land_HBarrierWall6_F""],[[2721.08,2282.69,5.71638],[[0.997988,0.0357838,-0.052336],[0.0523023,0.00187535,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2721.17,2278.79,5.58645],[[0.997988,0.0357838,-0.052336],[0.0559264,-0.108058,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2719.13,2280.94,5.50397],[[0.992709,0.0355945,0.115163],[-0.115682,0.0128627,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2719.05,2277.04,5.54754],[[0.997988,0.0357838,-0.052336],[0.0523023,0.00187535,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2740.99,2268.14,3.4142],[[0.0945624,-0.995519,-7.45058e-09],[7.97065e-10,-7.4084e-09,1]],""Land_HBarrierWall6_F""],[[2738.82,2261.78,5.71638],[[-0.0944328,0.994155,-0.052336],[-0.00494901,0.0521014,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2742.71,2262.1,5.58645],[[-0.0944328,0.994155,-0.052336],[0.104581,0.0621865,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2740.68,2259.94,5.50397],[[-0.0939332,0.988895,0.115163],[-0.00603497,-0.116238,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2744.58,2260.09,5.54754],[[-0.0944328,0.994155,-0.052336],[-0.00494901,0.0521014,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2744.63,2268.49,3.4142],[[0.0945624,-0.995519,-7.45058e-09],[7.97065e-10,-7.4084e-09,1]],""Land_HBarrierWall6_F""],[[2742.46,2262.12,5.71638],[[-0.0944328,0.994155,-0.052336],[-0.00494901,0.0521014,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2746.35,2262.45,5.58645],[[-0.0944328,0.994155,-0.052336],[0.104581,0.0621865,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2744.32,2260.29,5.50397],[[-0.0939332,0.988895,0.115163],[-0.00603497,-0.116238,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2748.22,2260.44,5.54754],[[-0.0944328,0.994155,-0.052336],[-0.00494901,0.0521014,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2746.55,2273.84,3.4142],[[-0.0945246,0.995523,-7.45058e-09],[-1.25899e-09,7.36454e-09,1]],""Land_HBarrierWall6_F""],[[2748.71,2280.21,5.71638],[[0.0943951,-0.994158,-0.052336],[0.00494704,-0.0521016,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2744.83,2279.88,5.58645],[[0.0943951,-0.994158,-0.052336],[-0.104583,-0.0621825,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2746.85,2282.04,5.50397],[[0.0938957,-0.988899,0.115163],[0.00603939,0.116238,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2742.96,2281.9,5.54754],[[0.0943951,-0.994158,-0.052336],[0.00494704,-0.0521016,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2732.14,2288.81,3.4142],[[0.999358,0.0358162,-1.49012e-08],[1.48947e-08,4.48332e-10,1]],""Land_HBarrierWall6_F""],[[2738.37,2286.28,5.71638],[[-0.997989,-0.0357671,-0.052336],[-0.0523024,-0.00187447,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2738.28,2290.18,5.58645],[[-0.997989,-0.0357671,-0.052336],[-0.0559245,0.108059,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2740.31,2288.03,5.50397],[[-0.992709,-0.0355779,0.115163],[0.115681,-0.0128647,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2740.4,2291.92,5.54754],[[-0.997989,-0.0357671,-0.052336],[-0.0523024,-0.00187447,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2732.1,2289.98,3.4142],[[0.999358,0.0358162,-1.49012e-08],[1.48947e-08,4.48332e-10,1]],""Land_HBarrierWall6_F""],[[2738.33,2287.45,5.71638],[[-0.997989,-0.0357671,-0.052336],[-0.0523024,-0.00187447,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2738.23,2291.35,5.58645],[[-0.997989,-0.0357671,-0.052336],[-0.0559245,0.108059,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2740.27,2289.2,5.50397],[[-0.992709,-0.0355779,0.115163],[0.115681,-0.0128647,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2740.35,2293.09,5.54754],[[-0.997989,-0.0357671,-0.052336],[-0.0523024,-0.00187447,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2729.8,2274.93,3.42753],[[-0.659489,-0.751714,-1.49012e-08],[-8.75513e-09,-1.21419e-08,1]],""Land_HBarrierWall6_F""],[[2723.68,2272.14,5.72971],[[0.658586,0.750684,-0.052336],[0.034515,0.0393417,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2726.58,2269.53,5.59978],[[0.658586,0.750684,-0.052336],[0.116989,-0.0334359,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2723.62,2269.52,5.5173],[[0.655102,0.746713,0.115163],[-0.0887167,-0.075346,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2726.4,2266.79,5.56087],[[0.658586,0.750684,-0.052336],[0.034515,0.0393417,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2735.49,2269.94,3.42753],[[-0.659489,-0.751714,-1.49012e-08],[-8.75513e-09,-1.21419e-08,1]],""Land_HBarrierWall6_F""],[[2729.37,2267.15,5.72971],[[0.658586,0.750684,-0.052336],[0.034515,0.0393417,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2732.27,2264.54,5.59978],[[0.658586,0.750684,-0.052336],[0.116989,-0.0334359,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2729.31,2264.53,5.5173],[[0.655102,0.746713,0.115163],[-0.0887167,-0.075346,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2732.09,2261.8,5.56087],[[0.658586,0.750684,-0.052336],[0.034515,0.0393417,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2741.3,2276.56,3.4142],[[0.659464,0.751736,-7.45058e-09],[4.35861e-09,6.08755e-09,1]],""Land_HBarrierWall6_F""],[[2747.42,2279.35,5.71638],[[-0.658561,-0.750706,-0.052336],[-0.0345137,-0.0393428,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2744.51,2281.95,5.58645],[[-0.658561,-0.750706,-0.052336],[-0.11699,0.0334321,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2747.48,2281.96,5.50397],[[-0.655077,-0.746734,0.115163],[0.0887141,0.0753489,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2744.7,2284.7,5.54754],[[-0.658561,-0.750706,-0.052336],[-0.0345137,-0.0393428,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2735.61,2281.55,3.4142],[[0.659464,0.751736,-7.45058e-09],[4.35861e-09,6.08755e-09,1]],""Land_HBarrierWall6_F""],[[2741.73,2284.34,5.71638],[[-0.658561,-0.750706,-0.052336],[-0.0345137,-0.0393428,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2738.82,2286.95,5.58645],[[-0.658561,-0.750706,-0.052336],[-0.11699,0.0334321,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2741.79,2286.96,5.50397],[[-0.655077,-0.746734,0.115163],[0.0887141,0.0753489,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2739.01,2289.69,5.54754],[[-0.658561,-0.750706,-0.052336],[-0.0345137,-0.0393428,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2483.65,2453.4,3.4142],[[0.483669,0.875251,-1.49012e-08],[6.60672e-09,1.33741e-08,1]],""Land_HBarrierWall6_F""],[[2489.03,2457.43,5.71638],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2485.64,2459.35,5.58645],[[-0.483006,-0.874052,-0.052336],[-0.121431,0.00767079,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2488.53,2460,5.50397],[[-0.480451,-0.869428,0.115163],[0.0705717,0.0925598,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2485.23,2462.07,5.54754],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2477.85,2456.6,3.4142],[[0.483669,0.875251,-1.49012e-08],[6.60672e-09,1.33741e-08,1]],""Land_HBarrierWall6_F""],[[2483.23,2460.63,5.71638],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2479.84,2462.56,5.58645],[[-0.483006,-0.874052,-0.052336],[-0.121431,0.00767079,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2482.73,2463.2,5.50397],[[-0.480451,-0.869428,0.115163],[0.0705717,0.0925598,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2479.43,2465.28,5.54754],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2472.05,2459.8,3.4142],[[0.483669,0.875251,-1.49012e-08],[6.60672e-09,1.33741e-08,1]],""Land_HBarrierWall6_F""],[[2477.43,2463.84,5.71638],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2474.04,2465.76,5.58645],[[-0.483006,-0.874052,-0.052336],[-0.121431,0.00767079,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2476.93,2466.4,5.50397],[[-0.480451,-0.869428,0.115163],[0.0705717,0.0925598,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2473.63,2468.48,5.54754],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2466.25,2463.01,3.4142],[[0.483669,0.875251,-1.49012e-08],[6.60672e-09,1.33741e-08,1]],""Land_HBarrierWall6_F""],[[2471.63,2467.04,5.71638],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2468.24,2468.97,5.58645],[[-0.483006,-0.874052,-0.052336],[-0.121431,0.00767079,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2471.13,2469.61,5.50397],[[-0.480451,-0.869428,0.115163],[0.0705717,0.0925598,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2467.83,2471.68,5.54754],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2463.76,2458.51,3.4142],[[-0.483669,-0.875251,-1.49012e-08],[-6.60672e-09,-1.33741e-08,1]],""Land_HBarrierWall6_F""],[[2458.38,2454.47,5.71638],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2461.77,2452.55,5.58645],[[0.483006,0.874052,-0.052336],[0.121431,-0.00767074,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2458.88,2451.9,5.50397],[[0.48045,0.869428,0.115163],[-0.0705716,-0.0925598,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2462.18,2449.83,5.54754],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2469.56,2455.3,3.4142],[[-0.483669,-0.875251,-1.49012e-08],[-6.60672e-09,-1.33741e-08,1]],""Land_HBarrierWall6_F""],[[2464.18,2451.27,5.71638],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2467.57,2449.34,5.58645],[[0.483006,0.874052,-0.052336],[0.121431,-0.00767074,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2464.68,2448.7,5.50397],[[0.48045,0.869428,0.115163],[-0.0705716,-0.0925598,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2467.98,2446.63,5.54754],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2475.36,2452.1,3.4142],[[-0.483669,-0.875251,-1.49012e-08],[-6.60672e-09,-1.33741e-08,1]],""Land_HBarrierWall6_F""],[[2469.98,2448.06,5.71638],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2473.37,2446.14,5.58645],[[0.483006,0.874052,-0.052336],[0.121431,-0.00767074,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2470.48,2445.5,5.50397],[[0.48045,0.869428,0.115163],[-0.0705716,-0.0925598,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2473.78,2443.42,5.54754],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2481.16,2448.89,3.4142],[[-0.483669,-0.875251,-1.49012e-08],[-6.60672e-09,-1.33741e-08,1]],""Land_HBarrierWall6_F""],[[2475.78,2444.86,5.71638],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2479.17,2442.93,5.58645],[[0.483006,0.874052,-0.052336],[0.121431,-0.00767074,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2476.28,2442.29,5.50397],[[0.48045,0.869428,0.115163],[-0.0705716,-0.0925598,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2479.58,2440.22,5.54754],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2486.94,2536.68,3.4142],[[-0.332324,0.943165,-7.45058e-09],[-3.75484e-09,6.57653e-09,1]],""Land_HBarrierWall6_F""],[[2487.5,2543.39,5.71638],[[0.331868,-0.941873,-0.052336],[0.0173925,-0.0493615,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2483.81,2542.13,5.58645],[[0.331868,-0.941873,-0.052336],[-0.0864542,-0.0856151,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2485.26,2544.72,5.50397],[[0.330113,-0.93689,0.115163],[-0.0222324,0.114251,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2481.51,2543.63,5.54754],[[0.331868,-0.941873,-0.052336],[0.0173925,-0.0493615,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2481.59,2534.8,3.4142],[[-0.332324,0.943165,-7.45058e-09],[-3.75484e-09,6.57653e-09,1]],""Land_HBarrierWall6_F""],[[2482.15,2541.5,5.71638],[[0.331868,-0.941873,-0.052336],[0.0173925,-0.0493615,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2478.46,2540.24,5.58645],[[0.331868,-0.941873,-0.052336],[-0.0864542,-0.0856151,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2479.9,2542.83,5.50397],[[0.330113,-0.93689,0.115163],[-0.0222324,0.114251,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2476.16,2541.74,5.54754],[[0.331868,-0.941873,-0.052336],[0.0173925,-0.0493615,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2476.23,2532.91,3.4142],[[-0.332324,0.943165,-7.45058e-09],[-3.75484e-09,6.57653e-09,1]],""Land_HBarrierWall6_F""],[[2476.79,2539.61,5.71638],[[0.331868,-0.941873,-0.052336],[0.0173925,-0.0493615,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2473.1,2538.36,5.58645],[[0.331868,-0.941873,-0.052336],[-0.0864542,-0.0856151,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2474.55,2540.94,5.50397],[[0.330113,-0.93689,0.115163],[-0.0222324,0.114251,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2470.8,2539.86,5.54754],[[0.331868,-0.941873,-0.052336],[0.0173925,-0.0493615,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2470.87,2531.02,3.33184],[[-0.330893,0.943668,2.19233e-05],[-0.0272944,-0.00959388,0.999581]],""Land_HBarrierWall6_F""],[[2471.38,2537.7,5.71301],[[0.331868,-0.941873,-0.052336],[-0.00993935,-0.0589685,0.99821]],""Land_CzechHedgehog_01_old_F""],[[2467.69,2536.45,5.47033],[[0.331868,-0.941873,-0.052336],[-0.113632,-0.0949912,0.988971]],""Land_CzechHedgehog_01_old_F""],[[2469.14,2539.04,5.45215],[[0.325548,-0.938495,0.115093],[-0.0491747,0.104754,0.993282]],""Land_CzechHedgehog_01_old_F""],[[2465.39,2537.96,5.38311],[[0.331868,-0.941873,-0.052336],[-0.00993935,-0.0589685,0.99821]],""Land_CzechHedgehog_01_old_F""],[[2472.58,2526.17,3.33184],[[0.333754,-0.94266,2.19233e-05],[-0.0272798,-0.0096353,0.999581]],""Land_HBarrierWall6_F""],[[2471.96,2519.44,5.55337],[[-0.331869,0.941873,-0.052336],[-0.0447097,0.039713,0.99821]],""Land_CzechHedgehog_01_old_F""],[[2475.65,2520.7,5.53629],[[-0.331869,0.941873,-0.052336],[0.0592037,0.0761671,0.995336]],""Land_CzechHedgehog_01_old_F""],[[2474.22,2518.11,5.38966],[[-0.334675,0.935279,0.115093],[-0.00468204,-0.123785,0.992298]],""Land_CzechHedgehog_01_old_F""],[[2477.96,2519.21,5.54582],[[-0.331869,0.941873,-0.052336],[-0.0447097,0.039713,0.99821]],""Land_CzechHedgehog_01_old_F""],[[2477.94,2528.06,3.4142],[[0.332324,-0.943165,-7.45058e-09],[3.26554e-09,-6.74893e-09,1]],""Land_HBarrierWall6_F""],[[2477.38,2521.35,5.71638],[[-0.331869,0.941873,-0.052336],[-0.0173925,0.0493615,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2481.07,2522.61,5.58645],[[-0.331869,0.941873,-0.052336],[0.0864542,0.0856151,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2479.63,2520.02,5.50397],[[-0.330113,0.93689,0.115163],[0.0222324,-0.114251,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2483.37,2521.11,5.54754],[[-0.331869,0.941873,-0.052336],[-0.0173925,0.0493615,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2483.3,2529.94,3.4142],[[0.332324,-0.943165,-7.45058e-09],[3.26554e-09,-6.74893e-09,1]],""Land_HBarrierWall6_F""],[[2482.73,2523.24,5.71638],[[-0.331869,0.941873,-0.052336],[-0.0173925,0.0493615,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2486.42,2524.5,5.58645],[[-0.331869,0.941873,-0.052336],[0.0864542,0.0856151,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2484.98,2521.91,5.50397],[[-0.330113,0.93689,0.115163],[0.0222324,-0.114251,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2488.73,2522.99,5.54754],[[-0.331869,0.941873,-0.052336],[-0.0173925,0.0493615,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2488.65,2531.83,3.4142],[[0.332324,-0.943165,-7.45058e-09],[3.26554e-09,-6.74893e-09,1]],""Land_HBarrierWall6_F""],[[2488.09,2525.13,5.71638],[[-0.331869,0.941873,-0.052336],[-0.0173925,0.0493615,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2491.78,2526.38,5.58645],[[-0.331869,0.941873,-0.052336],[0.0864542,0.0856151,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2490.34,2523.8,5.50397],[[-0.330113,0.93689,0.115163],[0.0222324,-0.114251,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2494.08,2524.88,5.54754],[[-0.331869,0.941873,-0.052336],[-0.0173925,0.0493615,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2499.36,2221.57,3.4142],[[0.571081,0.820893,-7.45058e-09],[3.0539e-09,6.95163e-09,1]],""Land_HBarrierWall6_F""],[[2505.13,2225.03,5.71638],[[-0.570299,-0.819768,-0.052336],[-0.0298881,-0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2501.95,2227.3,5.58645],[[-0.570299,-0.819768,-0.052336],[-0.119999,0.0201131,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2504.89,2227.64,5.50397],[[-0.567282,-0.815432,0.115163],[0.0797128,0.0848147,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2501.82,2230.04,5.54754],[[-0.570299,-0.819768,-0.052336],[-0.0298881,-0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2494.34,2225.06,3.4142],[[0.571081,0.820893,-7.45058e-09],[3.0539e-09,6.95163e-09,1]],""Land_HBarrierWall6_F""],[[2500.11,2228.52,5.71638],[[-0.570299,-0.819768,-0.052336],[-0.0298881,-0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2496.94,2230.78,5.58645],[[-0.570299,-0.819768,-0.052336],[-0.119999,0.0201131,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2499.88,2231.13,5.50397],[[-0.567282,-0.815432,0.115163],[0.0797128,0.0848147,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2496.81,2233.53,5.54754],[[-0.570299,-0.819768,-0.052336],[-0.0298881,-0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2489.33,2228.55,3.4142],[[0.571081,0.820893,-7.45058e-09],[3.0539e-09,6.95163e-09,1]],""Land_HBarrierWall6_F""],[[2495.1,2232.01,5.71638],[[-0.570299,-0.819768,-0.052336],[-0.0298881,-0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2491.92,2234.27,5.58645],[[-0.570299,-0.819768,-0.052336],[-0.119999,0.0201131,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2494.86,2234.61,5.50397],[[-0.567282,-0.815432,0.115163],[0.0797128,0.0848147,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2491.79,2237.02,5.54754],[[-0.570299,-0.819768,-0.052336],[-0.0298881,-0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2486.39,2224.33,3.4142],[[-0.571081,-0.820893,-7.45058e-09],[-3.0539e-09,-6.95163e-09,1]],""Land_HBarrierWall6_F""],[[2480.62,2220.87,5.71638],[[0.570299,0.819768,-0.052336],[0.0298881,0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2483.8,2218.61,5.58645],[[0.570299,0.819768,-0.052336],[0.119999,-0.0201131,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2480.86,2218.26,5.50397],[[0.567282,0.815432,0.115163],[-0.0797128,-0.0848147,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2483.93,2215.86,5.54754],[[0.570299,0.819768,-0.052336],[0.0298881,0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2491.4,2220.84,3.4142],[[-0.571081,-0.820893,-7.45058e-09],[-3.0539e-09,-6.95163e-09,1]],""Land_HBarrierWall6_F""],[[2485.64,2217.38,5.71638],[[0.570299,0.819768,-0.052336],[0.0298881,0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2488.81,2215.12,5.58645],[[0.570299,0.819768,-0.052336],[0.119999,-0.0201131,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2485.87,2214.77,5.50397],[[0.567282,0.815432,0.115163],[-0.0797128,-0.0848147,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2488.94,2212.37,5.54754],[[0.570299,0.819768,-0.052336],[0.0298881,0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2496.42,2217.35,3.4142],[[-0.571081,-0.820893,-7.45058e-09],[-3.0539e-09,-6.95163e-09,1]],""Land_HBarrierWall6_F""],[[2490.65,2213.89,5.71638],[[0.570299,0.819768,-0.052336],[0.0298881,0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2493.83,2211.63,5.58645],[[0.570299,0.819768,-0.052336],[0.119999,-0.0201131,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2490.89,2211.29,5.50397],[[0.567282,0.815432,0.115163],[-0.0797128,-0.0848147,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2493.95,2208.88,5.54754],[[0.570299,0.819768,-0.052336],[0.0298881,0.0429622,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2653.23,2518.09,3.4142],[[0.0580357,-0.998315,-7.45058e-09],[3.13829e-10,-7.44491e-09,1]],""Land_HBarrierWall6_F""],[[2650.83,2511.81,5.71638],[[-0.0579562,0.996946,-0.052336],[-0.00303736,0.0522477,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2654.72,2511.99,5.58645],[[-0.0579562,0.996946,-0.052336],[0.106788,0.0583142,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2652.62,2509.91,5.50397],[[-0.0576496,0.991672,0.115163],[-0.0102884,-0.115939,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2656.52,2509.91,5.54754],[[-0.0579562,0.996946,-0.052336],[-0.00303736,0.0522477,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2659.56,2518.46,3.4142],[[0.0580357,-0.998315,-7.45058e-09],[3.13829e-10,-7.44491e-09,1]],""Land_HBarrierWall6_F""],[[2657.16,2512.18,5.71638],[[-0.0579562,0.996946,-0.052336],[-0.00303736,0.0522477,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2661.06,2512.36,5.58645],[[-0.0579562,0.996946,-0.052336],[0.106788,0.0583142,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2658.96,2510.27,5.50397],[[-0.0576496,0.991672,0.115163],[-0.0102884,-0.115939,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2662.85,2510.28,5.54754],[[-0.0579562,0.996946,-0.052336],[-0.00303736,0.0522477,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2673.73,2531.39,3.36816],[[0.989003,-0.147894,3.31551e-06],[-0.00166995,-0.0111449,0.999937]],""Land_HBarrierWall6_F""],[[2679.38,2527.73,5.63912],[[-0.98756,0.148275,-0.052336],[-0.0534281,-0.00338945,0.998566]],""Land_CzechHedgehog_01_old_F""],[[2680,2531.58,5.55314],[[-0.98756,0.148275,-0.052336],[-0.0368377,0.105407,0.993747]],""Land_CzechHedgehog_01_old_F""],[[2681.61,2529.09,5.44565],[[-0.982615,0.145627,0.115152],[0.109707,-0.0449103,0.992949]],""Land_CzechHedgehog_01_old_F""],[[2682.4,2532.91,5.53308],[[-0.98756,0.148275,-0.052336],[-0.0534281,-0.00338945,0.998566]],""Land_CzechHedgehog_01_old_F""],[[2674.35,2535.57,3.32721],[[0.988676,-0.150065,2.45571e-05],[0.00456994,0.0302718,0.999531]],""Land_HBarrierWall6_F""],[[2680.01,2531.99,5.71293],[[-0.98756,0.148275,-0.052336],[-0.0471796,0.0380841,0.99816]],""Land_CzechHedgehog_01_old_F""],[[2680.64,2535.83,5.46369],[[-0.98756,0.148275,-0.052336],[-0.030395,0.146549,0.988736]],""Land_CzechHedgehog_01_old_F""],[[2682.25,2533.34,5.44926],[[-0.981572,0.152553,0.115085],[0.115831,-0.00401262,0.993261]],""Land_CzechHedgehog_01_old_F""],[[2683.05,2537.16,5.37367],[[-0.98756,0.148275,-0.052336],[-0.0471796,0.0380841,0.99816]],""Land_CzechHedgehog_01_old_F""],[[2674.98,2539.73,3.2362],[[0.988818,-0.149129,4.12017e-06],[0.00186841,0.0124163,0.999921]],""Land_HBarrierWall6_F""],[[2680.64,2536.12,5.57287],[[-0.98756,0.148275,-0.052336],[-0.0498849,0.0202041,0.998551]],""Land_CzechHedgehog_01_old_F""],[[2681.26,2539.97,5.39399],[[-0.98756,0.148275,-0.052336],[-0.0331804,0.128836,0.991111]],""Land_CzechHedgehog_01_old_F""],[[2682.87,2537.48,5.33939],[[-0.982024,0.149567,0.11515],[0.113179,-0.021648,0.993339]],""Land_CzechHedgehog_01_old_F""],[[2683.67,2541.29,5.3341],[[-0.98756,0.148275,-0.052336],[-0.0498849,0.0202041,0.998551]],""Land_CzechHedgehog_01_old_F""],[[2669.89,2540.5,3.21807],[[-0.988996,0.147944,2.60398e-06],[0.00148208,0.00989001,0.99995]],""Land_HBarrierWall6_F""],[[2664.24,2544.16,5.49256],[[0.987563,-0.148259,-0.052336],[0.0532401,0.00213368,0.99858]],""Land_CzechHedgehog_01_old_F""],[[2663.62,2540.3,5.40162],[[0.987563,-0.148259,-0.052336],[0.0366452,-0.106656,0.993621]],""Land_CzechHedgehog_01_old_F""],[[2662,2542.79,5.29695],[[0.982586,-0.14582,0.115155],[-0.109892,0.0436697,0.992984]],""Land_CzechHedgehog_01_old_F""],[[2661.21,2538.97,5.37944],[[0.987563,-0.148259,-0.052336],[0.0532401,0.00213368,0.99858]],""Land_CzechHedgehog_01_old_F""],[[2669.6,2538.59,3.25735],[[-0.989155,0.146875,2.45497e-05],[0.00452087,0.0302795,0.999531]],""Land_HBarrierWall6_F""],[[2663.95,2542.29,5.47413],[[0.987563,-0.148259,-0.052336],[0.0562831,0.0225512,0.99816]],""Land_CzechHedgehog_01_old_F""],[[2663.34,2538.43,5.46363],[[0.987563,-0.148259,-0.052336],[0.0397941,-0.0863343,0.995471]],""Land_CzechHedgehog_01_old_F""],[[2661.72,2540.91,5.31327],[[0.983095,-0.142411,0.115085],[-0.106912,0.0637933,0.99222]],""Land_CzechHedgehog_01_old_F""],[[2660.93,2537.1,5.47598],[[0.987563,-0.148259,-0.052336],[0.0562831,0.0225512,0.99816]],""Land_CzechHedgehog_01_old_F""],[[2652.86,2523.23,3.4142],[[-0.0580248,0.998315,-1.49012e-08],[-7.301e-10,1.48839e-08,1]],""Land_HBarrierWall6_F""],[[2655.25,2529.51,5.71638],[[0.0579453,-0.996947,-0.052336],[0.00303679,-0.0522478,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2651.36,2529.33,5.58645],[[0.0579453,-0.996947,-0.052336],[-0.106789,-0.0583131,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2653.46,2531.41,5.50397],[[0.0576388,-0.991673,0.115163],[0.0102897,0.115939,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2649.56,2531.41,5.54754],[[0.0579453,-0.996947,-0.052336],[0.00303679,-0.0522478,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2665.23,2520.86,3.39046],[[0.67385,-0.738868,2.48849e-06],[0.00721612,0.00658449,0.999952]],""Land_HBarrierWall6_F""],[[2667.34,2514.49,5.7195],[[-0.673305,0.737511,-0.052336],[-0.0280604,0.0452448,0.998582]],""Land_CzechHedgehog_01_old_F""],[[2670.25,2517.08,5.55148],[[-0.673305,0.737511,-0.052336],[0.0533759,0.119085,0.991448]],""Land_CzechHedgehog_01_old_F""],[[2669.93,2514.14,5.49069],[[-0.668536,0.73471,0.115155],[0.0721986,-0.0899929,0.993322]],""Land_CzechHedgehog_01_old_F""],[[2672.95,2516.6,5.49625],[[-0.673305,0.737511,-0.052336],[-0.0280604,0.0452448,0.998582]],""Land_CzechHedgehog_01_old_F""],[[2670.82,2525.97,3.31634],[[0.67385,-0.738868,2.48849e-06],[0.00721612,0.00658449,0.999952]],""Land_HBarrierWall6_F""],[[2672.93,2519.6,5.64537],[[-0.673305,0.737511,-0.052336],[-0.0280604,0.0452448,0.998582]],""Land_CzechHedgehog_01_old_F""],[[2675.84,2522.19,5.47736],[[-0.673305,0.737511,-0.052336],[0.0533759,0.119085,0.991448]],""Land_CzechHedgehog_01_old_F""],[[2675.52,2519.25,5.41657],[[-0.668536,0.73471,0.115155],[0.0721986,-0.0899929,0.993322]],""Land_CzechHedgehog_01_old_F""],[[2678.55,2521.71,5.42212],[[-0.673305,0.737511,-0.052336],[-0.0280604,0.0452448,0.998582]],""Land_CzechHedgehog_01_old_F""],[[2665.8,2531.47,3.3829],[[-0.674336,0.738424,1.86264e-07],[0.00203103,0.0018545,0.999996]],""Land_HBarrierWall6_F""],[[2663.7,2537.87,5.67748],[[0.673306,-0.737509,-0.052336],[0.0373203,-0.0367942,0.998626]],""Land_CzechHedgehog_01_old_F""],[[2660.8,2535.27,5.55827],[[0.673306,-0.737509,-0.052336],[-0.044127,-0.110743,0.992869]],""Land_CzechHedgehog_01_old_F""],[[2661.11,2538.21,5.46968],[[0.670084,-0.733298,0.115162],[-0.0630772,0.0983322,0.993153]],""Land_CzechHedgehog_01_old_F""],[[2658.09,2535.75,5.52396],[[0.673306,-0.737509,-0.052336],[0.0373203,-0.0367942,0.998626]],""Land_CzechHedgehog_01_old_F""],[[2660.2,2526.36,3.40377],[[-0.674336,0.738424,1.86264e-07],[0.00203103,0.0018545,0.999996]],""Land_HBarrierWall6_F""],[[2658.11,2532.76,5.69835],[[0.673306,-0.737509,-0.052336],[0.0373203,-0.0367942,0.998626]],""Land_CzechHedgehog_01_old_F""],[[2655.2,2530.16,5.57914],[[0.673306,-0.737509,-0.052336],[-0.044127,-0.110743,0.992869]],""Land_CzechHedgehog_01_old_F""],[[2655.52,2533.11,5.49055],[[0.670084,-0.733298,0.115162],[-0.0630772,0.0983322,0.993153]],""Land_CzechHedgehog_01_old_F""],[[2652.49,2530.64,5.54483],[[0.673306,-0.737509,-0.052336],[0.0373203,-0.0367942,0.998626]],""Land_CzechHedgehog_01_old_F""],[[2702.62,2553.63,3.28989],[[-0.342945,-0.939355,1.94907e-05],[-0.0256227,0.00937524,0.999628]],""Land_HBarrierWall6_F""],[[2697.86,2548.84,5.51606],[[0.343816,0.937577,-0.052336],[-0.00763925,0.0585245,0.998257]],""Land_CzechHedgehog_01_old_F""],[[2701.51,2547.46,5.49255],[[0.343816,0.937577,-0.052336],[0.0956907,0.0204621,0.995201]],""Land_CzechHedgehog_01_old_F""],[[2698.76,2546.38,5.34957],[[0.337713,0.934185,0.115101],[-0.0809003,-0.093024,0.992372]],""Land_CzechHedgehog_01_old_F""],[[2702.34,2544.84,5.49932],[[0.343816,0.937577,-0.052336],[-0.00763925,0.0585245,0.998257]],""Land_CzechHedgehog_01_old_F""],[[2709.05,2551.27,3.39492],[[-0.344125,-0.938924,2.64496e-07],[-0.00310556,0.0011385,0.999995]],""Land_HBarrierWall6_F""],[[2704.35,2546.47,5.68796],[[0.343816,0.937577,-0.052336],[0.0149088,0.0502764,0.998624]],""Land_CzechHedgehog_01_old_F""],[[2707.99,2545.08,5.57092],[[0.343816,0.937577,-0.052336],[0.118092,0.0121204,0.992929]],""Land_CzechHedgehog_01_old_F""],[[2705.23,2544.01,5.4811],[[0.341478,0.932808,0.115162],[-0.0586705,-0.101133,0.993141]],""Land_CzechHedgehog_01_old_F""],[[2708.81,2542.46,5.53755],[[0.343816,0.937577,-0.052336],[0.0149088,0.0502764,0.998624]],""Land_CzechHedgehog_01_old_F""],[[2724.24,2533.84,3.40974],[[-0.977169,-0.212462,2.98023e-08],[-0.00030001,0.00137997,0.999999]],""Land_HBarrierWall6_F""],[[2717.66,2535.23,5.70802],[[0.975846,0.212098,-0.052336],[0.0508415,0.0124975,0.998628]],""Land_CzechHedgehog_01_old_F""],[[2718.45,2531.41,5.58359],[[0.975846,0.212098,-0.052336],[0.0739022,-0.0950596,0.992725]],""Land_CzechHedgehog_01_old_F""],[[2716.06,2533.17,5.49797],[[0.970633,0.211207,0.115163],[-0.116427,-0.00648205,0.993178]],""Land_CzechHedgehog_01_old_F""],[[2716.67,2529.32,5.54705],[[0.975846,0.212098,-0.052336],[0.0508415,0.0124975,0.998628]],""Land_CzechHedgehog_01_old_F""],[[2725.59,2527.67,3.4142],[[-0.977185,-0.212389,-1.49012e-08],[-1.46283e-08,-2.85629e-09,1]],""Land_HBarrierWall6_F""],[[2719.01,2529.06,5.71638],[[0.975846,0.212098,-0.052336],[0.0511419,0.0111156,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2719.79,2525.24,5.58645],[[0.975846,0.212098,-0.052336],[0.0741928,-0.0964349,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2717.4,2526.99,5.50397],[[0.970684,0.210976,0.115163],[-0.11613,-0.00784403,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2718.02,2523.14,5.54754],[[0.975846,0.212098,-0.052336],[0.0511419,0.0111156,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2726.93,2521.48,3.19754],[[-0.977939,-0.20889,0.000122372],[0.0143871,-0.0667701,0.997665]],""Land_HBarrierWall6_F""],[[2720.39,2522.73,5.68354],[[0.975846,0.212098,-0.052336],[0.0655488,-0.0557462,0.996291]],""Land_CzechHedgehog_01_old_F""],[[2721.16,2518.93,5.2876],[[0.975846,0.212098,-0.052336],[0.0880728,-0.162723,0.982733]],""Land_CzechHedgehog_01_old_F""],[[2718.78,2520.69,5.35718],[[0.973089,0.199811,0.114772],[-0.101859,-0.0737834,0.992059]],""Land_CzechHedgehog_01_old_F""],[[2719.37,2516.84,5.13485],[[0.975846,0.212098,-0.052336],[0.0655488,-0.0557462,0.996291]],""Land_CzechHedgehog_01_old_F""],[[2728.27,2515.31,2.87474],[[-0.977561,-0.210651,3.01786e-05],[0.00717913,-0.0331728,0.999424]],""Land_HBarrierWall6_F""],[[2721.71,2516.64,5.26942],[[0.975846,0.212098,-0.052336],[0.0583309,-0.0221028,0.998053]],""Land_CzechHedgehog_01_old_F""],[[2722.49,2512.83,5.00723],[[0.975846,0.212098,-0.052336],[0.0811335,-0.129431,0.988264]],""Land_CzechHedgehog_01_old_F""],[[2720.1,2514.58,5.0002],[[0.971884,0.205429,0.115067],[-0.109011,-0.0405944,0.993211]],""Land_CzechHedgehog_01_old_F""],[[2720.71,2510.73,4.91166],[[0.975846,0.212098,-0.052336],[0.0583309,-0.0221028,0.998053]],""Land_CzechHedgehog_01_old_F""],[[2733.3,2516.41,2.85643],[[0.976775,0.21427,3.53493e-05],[0.00783563,-0.0358845,0.999325]],""Land_HBarrierWall6_F""],[[2739.9,2514.94,5.05594],[[-0.975846,-0.212098,-0.052336],[-0.0432956,-0.0470493,0.997954]],""Land_CzechHedgehog_01_old_F""],[[2739.11,2518.76,5.0693],[[-0.975846,-0.212098,-0.052336],[-0.0665852,0.0606015,0.995939]],""Land_CzechHedgehog_01_old_F""],[[2741.5,2517.02,4.9054],[[-0.969373,-0.216977,0.11505],[0.123894,-0.0275618,0.991913]],""Land_CzechHedgehog_01_old_F""],[[2740.88,2520.86,5.09191],[[-0.975846,-0.212098,-0.052336],[-0.0432956,-0.0470493,0.997954]],""Land_CzechHedgehog_01_old_F""],[[2732.06,2522.1,3.18555],[[0.97633,0.216286,0.000152018],[0.0163146,-0.074346,0.997099]],""Land_HBarrierWall6_F""],[[2738.68,2520.57,5.27198],[[-0.975846,-0.212098,-0.052336],[-0.034805,-0.0855637,0.995725]],""Land_CzechHedgehog_01_old_F""],[[2737.88,2524.38,5.4392],[[-0.975846,-0.212098,-0.052336],[-0.0583158,0.0220327,0.998055]],""Land_CzechHedgehog_01_old_F""],[[2740.27,2522.65,5.18828],[[-0.967955,-0.223408,0.114678],[0.132291,-0.0654853,0.989045]],""Land_CzechHedgehog_01_old_F""],[[2739.65,2526.48,5.528],[[-0.975846,-0.212098,-0.052336],[-0.034805,-0.0855637,0.995725]],""Land_CzechHedgehog_01_old_F""],[[2730.82,2527.82,3.41151],[[0.977175,0.212436,1.49012e-08],[0.000195949,-0.000901403,1]],""Land_HBarrierWall6_F""],[[2737.4,2526.43,5.71114],[[-0.975846,-0.212098,-0.052336],[-0.0509457,-0.0120182,0.998629]],""Land_CzechHedgehog_01_old_F""],[[2736.61,2530.25,5.5848],[[-0.975846,-0.212098,-0.052336],[-0.074003,0.0955366,0.992671]],""Land_CzechHedgehog_01_old_F""],[[2739,2528.49,5.50027],[[-0.970651,-0.211127,0.115163],[0.116324,0.00695436,0.993187]],""Land_CzechHedgehog_01_old_F""],[[2738.39,2532.34,5.54744],[[-0.975846,-0.212098,-0.052336],[-0.0509457,-0.0120182,0.998629]],""Land_CzechHedgehog_01_old_F""],[[2729.58,2533.53,3.4122],[[0.977193,0.212354,3.72529e-09],[-0.000145766,0.000670757,1]],""Land_HBarrierWall6_F""],[[2736.16,2532.13,5.71627],[[-0.975846,-0.212098,-0.052336],[-0.0512879,-0.0104439,0.998629]],""Land_CzechHedgehog_01_old_F""],[[2735.37,2535.95,5.58366],[[-0.975846,-0.212098,-0.052336],[-0.0743341,0.0971033,0.992495]],""Land_CzechHedgehog_01_old_F""],[[2737.76,2534.2,5.5027],[[-0.970708,-0.210864,0.115163],[0.115985,0.00850604,0.993214]],""Land_CzechHedgehog_01_old_F""],[[2737.15,2538.05,5.5436],[[-0.975846,-0.212098,-0.052336],[-0.0512879,-0.0104439,0.998629]],""Land_CzechHedgehog_01_old_F""],[[2728.34,2539.23,3.41893],[[0.977152,0.212542,2.27243e-07],[0.000635405,-0.00292231,0.999996]],""Land_HBarrierWall6_F""],[[2734.92,2537.83,5.71285],[[-0.975846,-0.212098,-0.052336],[-0.0505057,-0.0140419,0.998625]],""Land_CzechHedgehog_01_old_F""],[[2734.13,2541.65,5.59458],[[-0.975846,-0.212098,-0.052336],[-0.0735772,0.0935222,0.992895]],""Land_CzechHedgehog_01_old_F""],[[2736.52,2539.9,5.50546],[[-0.970577,-0.211465,0.115162],[0.11676,0.00495985,0.993148]],""Land_CzechHedgehog_01_old_F""],[[2735.91,2543.75,5.56067],[[-0.975846,-0.212098,-0.052336],[-0.0505057,-0.0140419,0.998625]],""Land_CzechHedgehog_01_old_F""],[[2714.96,2554.59,3.41574],[[0.344486,0.938792,4.20958e-07],[-0.0037953,0.00139222,0.999992]],""Land_HBarrierWall6_F""],[[2719.65,2559.4,5.72906],[[-0.343815,-0.937578,-0.052336],[-0.0218191,-0.0477423,0.998621]],""Land_CzechHedgehog_01_old_F""],[[2716,2560.78,5.58336],[[-0.343815,-0.937578,-0.052336],[-0.124946,-0.00956201,0.992118]],""Land_CzechHedgehog_01_old_F""],[[2718.76,2561.86,5.50986],[[-0.342631,-0.932385,0.115162],[0.0518558,0.103625,0.993264]],""Land_CzechHedgehog_01_old_F""],[[2715.19,2563.41,5.5377],[[-0.343815,-0.937578,-0.052336],[-0.0218191,-0.0477423,0.998621]],""Land_CzechHedgehog_01_old_F""],[[2709.67,2556.53,3.38559],[[0.344615,0.938744,1.15111e-06],[-0.00625716,0.00229579,0.999978]],""Land_HBarrierWall6_F""],[[2714.36,2561.34,5.70611],[[-0.343815,-0.937578,-0.052336],[-0.0242843,-0.0468375,0.998607]],""Land_CzechHedgehog_01_old_F""],[[2710.72,2562.72,5.55019],[[-0.343815,-0.937578,-0.052336],[-0.12739,-0.00864904,0.991815]],""Land_CzechHedgehog_01_old_F""],[[2713.48,2563.8,5.48251],[[-0.343043,-0.932234,0.115159],[0.0494245,0.104515,0.993294]],""Land_CzechHedgehog_01_old_F""],[[2709.9,2565.35,5.50015],[[-0.343815,-0.937578,-0.052336],[-0.0242843,-0.0468375,0.998607]],""Land_CzechHedgehog_01_old_F""],[[2704.39,2558.46,3.2899],[[0.345629,0.938371,1.94982e-05],[-0.0256087,0.00941165,0.999628]],""Land_HBarrierWall6_F""],[[2709.04,2563.29,5.66662],[[-0.343815,-0.937578,-0.052336],[-0.0436624,-0.0397118,0.998257]],""Land_CzechHedgehog_01_old_F""],[[2705.4,2564.68,5.43035],[[-0.343815,-0.937578,-0.052336],[-0.146573,-0.00146835,0.989199]],""Land_CzechHedgehog_01_old_F""],[[2708.16,2565.75,5.40851],[[-0.346279,-0.931044,0.115101],[0.0303093,0.111524,0.993299]],""Land_CzechHedgehog_01_old_F""],[[2704.59,2567.3,5.34588],[[-0.343815,-0.937578,-0.052336],[-0.0436624,-0.0397118,0.998257]],""Land_CzechHedgehog_01_old_F""],[[2715.65,2546.72,3.40583],[[-0.754005,-0.656869,-7.45058e-09],[0.000132318,-0.000151896,1]],""Land_HBarrierWall6_F""],[[2709.22,2544.77,5.70857],[[0.752965,0.655976,-0.052336],[0.0395937,0.0342262,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2711.74,2541.8,5.57785],[[0.752965,0.655976,-0.052336],[0.111604,-0.0489164,0.992548]],""Land_CzechHedgehog_01_old_F""],[[2708.81,2542.19,5.49581],[[0.749004,0.652481,0.115163],[-0.097856,-0.062969,0.993206]],""Land_CzechHedgehog_01_old_F""],[[2711.2,2539.11,5.5386],[[0.752965,0.655976,-0.052336],[0.0395937,0.0342262,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2720.64,2541,3.4043],[[-0.754005,-0.656869,-7.45058e-09],[0.000132318,-0.000151896,1]],""Land_HBarrierWall6_F""],[[2714.2,2539.05,5.70704],[[0.752965,0.655976,-0.052336],[0.0395937,0.0342262,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2716.73,2536.08,5.57632],[[0.752965,0.655976,-0.052336],[0.111604,-0.0489164,0.992548]],""Land_CzechHedgehog_01_old_F""],[[2713.79,2536.47,5.49428],[[0.749004,0.652481,0.115163],[-0.097856,-0.062969,0.993206]],""Land_CzechHedgehog_01_old_F""],[[2716.18,2533.39,5.53707],[[0.752965,0.655976,-0.052336],[0.0395937,0.0342262,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2725.37,2545.12,3.45116],[[0.754012,0.656861,-3.72529e-09],[-0.000243292,0.000279281,1]],""Land_HBarrierWall6_F""],[[2731.81,2547.07,5.75436],[[-0.752966,-0.655975,-0.052336],[-0.0397049,-0.0340986,0.998629]],""Land_CzechHedgehog_01_old_F""],[[2729.28,2550.04,5.62298],[[-0.752966,-0.655975,-0.052336],[-0.111714,0.049044,0.992529]],""Land_CzechHedgehog_01_old_F""],[[2732.21,2549.65,5.54132],[[-0.749023,-0.652458,0.115163],[0.0977465,0.0630946,0.993209]],""Land_CzechHedgehog_01_old_F""],[[2729.82,2552.73,5.58346],[[-0.752966,-0.655975,-0.052336],[-0.0397049,-0.0340986,0.998629]],""Land_CzechHedgehog_01_old_F""],[[2720.38,2550.84,3.44834],[[0.754012,0.656861,-3.72529e-09],[-0.000243292,0.000279281,1]],""Land_HBarrierWall6_F""],[[2726.82,2552.79,5.75155],[[-0.752966,-0.655975,-0.052336],[-0.0397049,-0.0340986,0.998629]],""Land_CzechHedgehog_01_old_F""],[[2724.29,2555.76,5.62017],[[-0.752966,-0.655975,-0.052336],[-0.111714,0.049044,0.992529]],""Land_CzechHedgehog_01_old_F""],[[2727.23,2555.37,5.53851],[[-0.749023,-0.652458,0.115163],[0.0977465,0.0630946,0.993209]],""Land_CzechHedgehog_01_old_F""],[[2724.84,2558.45,5.58064],[[-0.752966,-0.655975,-0.052336],[-0.0397049,-0.0340986,0.998629]],""Land_CzechHedgehog_01_old_F""],[[2726.1,2313.73,3.4142],[[-0.999358,-0.0358263,-1.49012e-08],[-1.48905e-08,-5.6456e-10,1]],""Land_HBarrierWall6_F""],[[2719.87,2316.27,5.71638],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2719.97,2312.37,5.58645],[[0.997988,0.0357771,-0.052336],[0.0559256,-0.108058,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2717.93,2314.52,5.50397],[[0.992709,0.0355879,0.115163],[-0.115681,0.0128635,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2717.85,2310.62,5.54754],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2726.3,2308.25,3.4142],[[-0.999358,-0.0358263,-1.49012e-08],[-1.48905e-08,-5.6456e-10,1]],""Land_HBarrierWall6_F""],[[2720.07,2310.79,5.71638],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2720.17,2306.89,5.58645],[[0.997988,0.0357771,-0.052336],[0.0559256,-0.108058,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2718.13,2309.04,5.50397],[[0.992709,0.0355879,0.115163],[-0.115681,0.0128635,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2718.05,2305.14,5.54754],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2726.49,2302.77,3.4142],[[-0.999358,-0.0358263,-1.49012e-08],[-1.48905e-08,-5.6456e-10,1]],""Land_HBarrierWall6_F""],[[2720.27,2305.31,5.71638],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2720.36,2301.41,5.58645],[[0.997988,0.0357771,-0.052336],[0.0559256,-0.108058,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2718.32,2303.56,5.50397],[[0.992709,0.0355879,0.115163],[-0.115681,0.0128635,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2718.24,2299.66,5.54754],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2726.69,2297.3,3.4142],[[-0.999358,-0.0358263,-1.49012e-08],[-1.48905e-08,-5.6456e-10,1]],""Land_HBarrierWall6_F""],[[2720.46,2299.83,5.71638],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2720.56,2295.94,5.58645],[[0.997988,0.0357771,-0.052336],[0.0559256,-0.108058,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2718.52,2298.08,5.50397],[[0.992709,0.0355879,0.115163],[-0.115681,0.0128635,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2718.44,2294.19,5.54754],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2731.83,2297.48,3.4142],[[0.999358,0.0358262,-1.49012e-08],[1.48947e-08,4.48295e-10,1]],""Land_HBarrierWall6_F""],[[2738.06,2294.94,5.71638],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2737.97,2298.84,5.58645],[[-0.997988,-0.0357771,-0.052336],[-0.0559256,0.108058,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2740,2296.69,5.50397],[[-0.992709,-0.0355878,0.115163],[0.115681,-0.0128635,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2740.08,2300.59,5.54754],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2731.64,2302.96,3.4142],[[0.999358,0.0358262,-1.49012e-08],[1.48947e-08,4.48295e-10,1]],""Land_HBarrierWall6_F""],[[2737.87,2300.42,5.71638],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2737.77,2304.32,5.58645],[[-0.997988,-0.0357771,-0.052336],[-0.0559256,0.108058,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2739.81,2302.17,5.50397],[[-0.992709,-0.0355878,0.115163],[0.115681,-0.0128635,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2739.89,2306.07,5.54754],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2731.44,2308.44,3.4142],[[0.999358,0.0358262,-1.49012e-08],[1.48947e-08,4.48295e-10,1]],""Land_HBarrierWall6_F""],[[2737.67,2305.9,5.71638],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2737.57,2309.8,5.58645],[[-0.997988,-0.0357771,-0.052336],[-0.0559256,0.108058,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2739.61,2307.65,5.50397],[[-0.992709,-0.0355878,0.115163],[0.115681,-0.0128635,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2739.69,2311.55,5.54754],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2731.24,2313.92,3.4142],[[0.999358,0.0358262,-1.49012e-08],[1.48947e-08,4.48295e-10,1]],""Land_HBarrierWall6_F""],[[2737.47,2311.38,5.71638],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2737.38,2315.28,5.58645],[[-0.997988,-0.0357771,-0.052336],[-0.0559256,0.108058,0.99257]],""Land_CzechHedgehog_01_old_F""],[[2739.42,2313.13,5.50397],[[-0.992709,-0.0355878,0.115163],[0.115681,-0.0128635,0.993203]],""Land_CzechHedgehog_01_old_F""],[[2739.5,2317.03,5.54754],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Land_CzechHedgehog_01_old_F""],[[2185.46,2210.54,6.65237],[[0.0436878,-0.999045,0.000156876],[-0.0772527,-0.00322167,0.997006]],""Land_HBarrierWall6_F""],[[2182.8,2204.29,8.7353],[[-0.0395848,0.997845,-0.052336],[-0.0794333,0.0490687,0.995632]],""Land_CzechHedgehog_01_old_F""],[[2186.69,2204.41,8.90723],[[-0.0395848,0.997845,-0.052336],[0.0306072,0.0535633,0.998095]],""Land_CzechHedgehog_01_old_F""],[[2184.57,2202.36,8.65365],[[-0.0522938,0.992027,0.114662],[-0.0886297,-0.118977,0.988934]],""Land_CzechHedgehog_01_old_F""],[[2188.46,2202.31,8.99806],[[-0.0395848,0.997845,-0.052336],[-0.0794333,0.0490687,0.995632]],""Land_CzechHedgehog_01_old_F""],[[2191.38,2210.78,7.09289],[[0.043363,-0.999059,0.000132684],[-0.0710543,-0.00295155,0.997468]],""Land_HBarrierWall6_F""],[[2188.73,2204.52,9.19385],[[-0.0395848,0.997845,-0.052336],[-0.0732264,0.0493392,0.996094]],""Land_CzechHedgehog_01_old_F""],[[2192.63,2204.65,9.34153],[[-0.0395848,0.997845,-0.052336],[0.0368287,0.0537984,0.997872]],""Land_CzechHedgehog_01_old_F""],[[2190.51,2202.59,9.10164],[[-0.0512573,0.992072,0.11474],[-0.082519,-0.118705,0.989495]],""Land_CzechHedgehog_01_old_F""],[[2194.39,2202.54,9.42191],[[-0.0395848,0.997845,-0.052336],[-0.0732264,0.0493392,0.996094]],""Land_CzechHedgehog_01_old_F""],[[2197.3,2211.01,7.48941],[[0.0429104,-0.999079,0.000102352],[-0.0624187,-0.00257863,0.998047]],""Land_HBarrierWall6_F""],[[2194.67,2204.76,9.61537],[[-0.0395848,0.997845,-0.052336],[-0.0645789,0.0497127,0.996674]],""Land_CzechHedgehog_01_old_F""],[[2198.57,2204.88,9.72927],[[-0.0395848,0.997845,-0.052336],[0.0454895,0.0541223,0.997498]],""Land_CzechHedgehog_01_old_F""],[[2196.44,2202.83,9.50846],[[-0.0498132,0.992135,0.114836],[-0.0740043,-0.11833,0.990213]],""Land_CzechHedgehog_01_old_F""],[[2200.33,2202.78,9.79511],[[-0.0395848,0.997845,-0.052336],[-0.0645789,0.0497127,0.996674]],""Land_CzechHedgehog_01_old_F""],[[2203.22,2211.25,7.8468],[[0.0426742,-0.999089,8.80993e-05],[-0.057913,-0.00238562,0.998319]],""Land_HBarrierWall6_F""],[[2200.6,2204.99,9.98574],[[-0.0395848,0.997845,-0.052336],[-0.060067,0.0499059,0.996946]],""Land_CzechHedgehog_01_old_F""],[[2204.5,2205.12,10.082],[[-0.0395848,0.997845,-0.052336],[0.050005,0.0542897,0.997272]],""Land_CzechHedgehog_01_old_F""],[[2202.37,2203.06,9.87117],[[-0.0490598,0.992167,0.114882],[-0.0695612,-0.118135,0.990558]],""Land_CzechHedgehog_01_old_F""],[[2206.26,2203.01,10.1403],[[-0.0395848,0.997845,-0.052336],[-0.060067,0.0499059,0.996946]],""Land_CzechHedgehog_01_old_F""],[[2203.02,2216.39,7.84683],[[-0.0366033,0.99933,8.80956e-05],[-0.0579195,-0.00220948,0.998319]],""Land_HBarrierWall6_F""],[[2205.42,2222.61,10.3056],[[0.0395845,-0.997845,-0.052336],[-0.0559245,-0.0545074,0.996946]],""Land_CzechHedgehog_01_old_F""],[[2201.53,2222.51,9.94989],[[0.0395845,-0.997845,-0.052336],[-0.165319,-0.0581954,0.984522]],""Land_CzechHedgehog_01_old_F""],[[2203.68,2224.55,9.99639],[[0.0296896,-0.992935,0.114882],[-0.0447809,0.113496,0.992529]],""Land_CzechHedgehog_01_old_F""],[[2199.79,2224.63,9.81433],[[0.0395845,-0.997845,-0.052336],[-0.0559245,-0.0545074,0.996946]],""Land_CzechHedgehog_01_old_F""],[[2197.1,2216.15,7.48943],[[-0.036367,0.999339,0.00010236],[-0.0624287,-0.00237408,0.998047]],""Land_HBarrierWall6_F""],[[2199.48,2222.38,9.96011],[[0.0395845,-0.997845,-0.052336],[-0.0604399,-0.0546722,0.996674]],""Land_CzechHedgehog_01_old_F""],[[2195.6,2222.28,9.58685],[[0.0395845,-0.997845,-0.052336],[-0.169778,-0.058332,0.983754]],""Land_CzechHedgehog_01_old_F""],[[2197.75,2224.32,9.64342],[[0.0289356,-0.992963,0.114836],[-0.0492367,0.113329,0.992337]],""Land_CzechHedgehog_01_old_F""],[[2193.86,2224.4,9.44378],[[0.0395845,-0.997845,-0.052336],[-0.0604399,-0.0546722,0.996674]],""Land_CzechHedgehog_01_old_F""],[[2191.18,2215.92,7.09291],[[-0.0359144,0.999355,0.000132684],[-0.0710653,-0.00268635,0.997468]],""Land_HBarrierWall6_F""],[[2193.54,2222.14,9.58629],[[0.0395845,-0.997845,-0.052336],[-0.0690883,-0.0549849,0.996094]],""Land_CzechHedgehog_01_old_F""],[[2189.66,2222.04,9.17941],[[0.0395845,-0.997845,-0.052336],[-0.178312,-0.0585905,0.982228]],""Land_CzechHedgehog_01_old_F""],[[2191.81,2224.08,9.25527],[[0.0274913,-0.993015,0.11474],[-0.057772,0.113013,0.991913]],""Land_CzechHedgehog_01_old_F""],[[2187.92,2224.16,9.02198],[[0.0395845,-0.997845,-0.052336],[-0.0690883,-0.0549849,0.996094]],""Land_CzechHedgehog_01_old_F""],[[2185.25,2215.68,6.65239],[[-0.0355894,0.999366,0.000156887],[-0.0772669,-0.00290814,0.997006]],""Land_HBarrierWall6_F""],[[2187.61,2221.9,9.16197],[[0.0395845,-0.997845,-0.052336],[-0.0752984,-0.055207,0.995632]],""Land_CzechHedgehog_01_old_F""],[[2183.73,2221.81,8.73095],[[0.0395845,-0.997845,-0.052336],[-0.184435,-0.0587735,0.981086]],""Land_CzechHedgehog_01_old_F""],[[2185.88,2223.85,8.82068],[[0.0264543,-0.993052,0.114662],[-0.0639017,0.112788,0.991562]],""Land_CzechHedgehog_01_old_F""],[[2181.99,2223.93,8.56322],[[0.0395845,-0.997845,-0.052336],[-0.0752984,-0.055207,0.995632]],""Land_CzechHedgehog_01_old_F""],[[2210.73,2211.54,8.20899],[[0.0415075,-0.999138,3.36654e-05],[-0.035816,-0.00145424,0.999357]],""Land_HBarrierWall6_F""],[[2208.14,2205.3,10.411],[[-0.0395762,0.997845,-0.052336],[-0.0379393,0.0508386,0.997986]],""Land_CzechHedgehog_01_old_F""],[[2212.04,2205.42,10.4209],[[-0.0395762,0.997845,-0.052336],[0.072118,0.0550929,0.995873]],""Land_CzechHedgehog_01_old_F""],[[2209.91,2203.36,10.259],[[-0.0453561,0.992323,0.115056],[-0.0477673,-0.117197,0.991959]],""Land_CzechHedgehog_01_old_F""],[[2213.8,2203.31,10.442],[[-0.0395762,0.997845,-0.052336],[-0.0379393,0.0508386,0.997986]],""Land_CzechHedgehog_01_old_F""],[[2216.19,2211.76,8.41169],[[0.0416312,-0.999133,3.82513e-05],[-0.0381754,-0.00155241,0.99927]],""Land_HBarrierWall6_F""],[[2213.6,2205.51,10.607],[[-0.0395762,0.997845,-0.052336],[-0.0403019,0.0507403,0.997898]],""Land_CzechHedgehog_01_old_F""],[[2217.5,2205.63,10.6261],[[-0.0395762,0.997845,-0.052336],[0.0697596,0.0550084,0.996046]],""Land_CzechHedgehog_01_old_F""],[[2215.37,2203.58,10.459],[[-0.0457506,0.992307,0.115041],[-0.0500948,-0.117296,0.991833]],""Land_CzechHedgehog_01_old_F""],[[2219.26,2203.52,10.6512],[[-0.0395762,0.997845,-0.052336],[-0.0403019,0.0507403,0.997898]],""Land_CzechHedgehog_01_old_F""],[[2235.21,2199.01,8.44872],[[-0.939157,-0.343487,3.35425e-05],[-0.0122577,0.0336124,0.99936]],""Land_HBarrierWall6_F""],[[2228.47,2199.57,10.6509],[[0.938512,0.341258,-0.052336],[0.0369108,0.0515431,0.997988]],""Land_CzechHedgehog_01_old_F""],[[2229.77,2195.89,10.6606],[[0.938512,0.341258,-0.052336],[0.0744438,-0.0520038,0.995868]],""Land_CzechHedgehog_01_old_F""],[[2227.17,2197.29,10.4988],[[0.931497,0.345073,0.115056],[-0.12615,0.00978777,0.991963]],""Land_CzechHedgehog_01_old_F""],[[2228.3,2193.57,10.6816],[[0.938512,0.341258,-0.052336],[0.0369108,0.0515431,0.997988]],""Land_CzechHedgehog_01_old_F""],[[2236.85,2194.5,8.57556],[[-0.939495,-0.342564,7.57724e-06],[-0.00582176,0.0159885,0.999855]],""Land_HBarrierWall6_F""],[[2230.13,2195.02,10.8305],[[0.938512,0.341258,-0.052336],[0.0433556,0.033895,0.998485]],""Land_CzechHedgehog_01_old_F""],[[2231.42,2191.34,10.7669],[[0.938512,0.341258,-0.052336],[0.0807665,-0.069633,0.994298]],""Land_CzechHedgehog_01_old_F""],[[2228.82,2192.76,10.6467],[[0.932573,0.342126,0.115139],[-0.119784,-0.00759633,0.992771]],""Land_CzechHedgehog_01_old_F""],[[2229.95,2189.03,10.7565],[[0.938512,0.341258,-0.052336],[0.0433556,0.033895,0.998485]],""Land_CzechHedgehog_01_old_F""],[[2241.69,2196.25,8.53917],[[0.939959,0.341288,2.10479e-06],[-0.00307697,0.00846828,0.999959]],""Land_HBarrierWall6_F""],[[2248.39,2195.77,10.8661],[[-0.93851,-0.341263,-0.052336],[-0.0522664,-0.00940495,0.998589]],""Land_CzechHedgehog_01_old_F""],[[2247.1,2199.45,10.7011],[[-0.93851,-0.341263,-0.052336],[-0.0894869,0.0940364,0.991539]],""Land_CzechHedgehog_01_old_F""],[[2249.7,2198.03,10.6386],[[-0.934059,-0.338042,0.115156],[0.110978,0.0317304,0.993316]],""Land_CzechHedgehog_01_old_F""],[[2248.58,2201.77,10.6471],[[-0.93851,-0.341263,-0.052336],[-0.0522664,-0.00940495,0.998589]],""Land_CzechHedgehog_01_old_F""],[[2239.67,2201.8,8.41028],[[0.940416,0.340025,3.14154e-05],[-0.0118042,0.0325549,0.9994]],""Land_HBarrierWall6_F""],[[2246.35,2201.36,10.8068],[[-0.93851,-0.341263,-0.052336],[-0.0610057,0.0147147,0.998029]],""Land_CzechHedgehog_01_old_F""],[[2245.07,2205.04,10.5419],[[-0.93851,-0.341263,-0.052336],[-0.0980132,0.118002,0.988164]],""Land_CzechHedgehog_01_old_F""],[[2247.67,2203.62,10.5364],[[-0.935519,-0.334014,0.115063],[0.102338,0.0555091,0.9932]],""Land_CzechHedgehog_01_old_F""],[[2246.55,2207.35,10.4452],[[-0.93851,-0.341263,-0.052336],[-0.0610057,0.0147147,0.998029]],""Land_CzechHedgehog_01_old_F""],[[2243.98,2224.44,9.22985],[[0.750811,-0.660517,0.000152897],[-0.0505349,-0.0572123,0.997082]],""Land_HBarrierWall6_F""],[[2246.65,2218.19,11.3156],[[-0.747137,0.662606,-0.052336],[-0.08976,-0.022565,0.995708]],""Land_CzechHedgehog_01_old_F""],[[2249.26,2221.09,11.4837],[[-0.747137,0.662606,-0.052336],[-0.0167764,0.0599154,0.998062]],""Land_CzechHedgehog_01_old_F""],[[2249.27,2218.13,11.2323],[[-0.751635,0.649534,0.114675],[0.0250661,-0.145606,0.989025]],""Land_CzechHedgehog_01_old_F""],[[2252,2220.9,11.5729],[[-0.747137,0.662606,-0.052336],[-0.08976,-0.022565,0.995708]],""Land_CzechHedgehog_01_old_F""],[[2248.33,2229.35,9.86394],[[0.752206,-0.658928,0.000358004],[-0.0771559,-0.0875386,0.993169]],""Land_HBarrierWall6_F""],[[2250.97,2223.04,11.8306],[[-0.747137,0.662606,-0.052336],[-0.116418,-0.052933,0.991789]],""Land_CzechHedgehog_01_old_F""],[[2253.56,2225.94,12.1566],[[-0.747137,0.662606,-0.052336],[-0.0437327,0.0295631,0.998606]],""Land_CzechHedgehog_01_old_F""],[[2253.59,2222.99,11.8163],[[-0.756087,0.644462,0.114021],[-0.00114221,-0.175517,0.984476]],""Land_CzechHedgehog_01_old_F""],[[2256.3,2225.75,12.3138],[[-0.747137,0.662606,-0.052336],[-0.116418,-0.052933,0.991789]],""Land_CzechHedgehog_01_old_F""],[[2252.7,2234.27,10.5416],[[0.751249,-0.660019,0.000207879],[-0.0588849,-0.0667104,0.996033]],""Land_HBarrierWall6_F""],[[2255.36,2228,12.5904],[[-0.747137,0.662606,-0.052336],[-0.0981215,-0.0320762,0.994657]],""Land_CzechHedgehog_01_old_F""],[[2257.96,2230.9,12.8079],[[-0.747137,0.662606,-0.052336],[-0.0252185,0.0504237,0.99841]],""Land_CzechHedgehog_01_old_F""],[[2257.98,2227.95,12.5287],[[-0.753032,0.647945,0.1145],[0.0168435,-0.154976,0.987775]],""Land_CzechHedgehog_01_old_F""],[[2260.7,2230.72,12.9184],[[-0.747137,0.662606,-0.052336],[-0.0981215,-0.0320762,0.994657]],""Land_CzechHedgehog_01_old_F""],[[2257.07,2239.2,11.0058],[[0.749963,-0.66148,7.04787e-05],[-0.0343489,-0.0388372,0.998655]],""Land_HBarrierWall6_F""],[[2259.77,2232.98,13.1623],[[-0.747137,0.662606,-0.052336],[-0.0735519,-0.00416473,0.997283]],""Land_CzechHedgehog_01_old_F""],[[2262.38,2235.88,13.2347],[[-0.747137,0.662606,-0.052336],[-0.000445872,0.0782401,0.996934]],""Land_CzechHedgehog_01_old_F""],[[2262.39,2232.92,13.0373],[[-0.748929,0.652606,0.114938],[0.0410102,-0.127472,0.990994]],""Land_CzechHedgehog_01_old_F""],[[2265.12,2235.69,13.2827],[[-0.747137,0.662606,-0.052336],[-0.0735519,-0.00416473,0.997283]],""Land_CzechHedgehog_01_old_F""],[[2253.22,2242.61,11.0023],[[-0.746358,0.665545,7.04229e-05],[-0.0344435,-0.0387314,0.998656]],""Land_HBarrierWall6_F""],[[2250.4,2248.66,13.4448],[[0.747137,-0.662606,-0.052336],[0.00466509,-0.0735103,0.997284]],""Land_CzechHedgehog_01_old_F""],[[2247.78,2245.79,13.113],[[0.747137,-0.662606,-0.052336],[-0.0684701,-0.155047,0.985531]],""Land_CzechHedgehog_01_old_F""],[[2247.79,2248.75,13.1458],[[0.737425,-0.665577,0.114938],[-0.108851,0.0508376,0.992757]],""Land_CzechHedgehog_01_old_F""],[[2245.04,2245.99,12.9876],[[0.747137,-0.662606,-0.052336],[0.00466509,-0.0735103,0.997284]],""Land_CzechHedgehog_01_old_F""],[[2248.57,2237.37,10.4912],[[-0.744887,0.667191,0.000231825],[-0.0625161,-0.0701422,0.995576]],""Land_HBarrierWall6_F""],[[2245.69,2243.35,13.0438],[[0.747137,-0.662606,-0.052336],[-0.0234461,-0.104964,0.9942]],""Land_CzechHedgehog_01_old_F""],[[2243.08,2240.49,12.5481],[[0.747137,-0.662606,-0.052336],[-0.096367,-0.185895,0.977832]],""Land_CzechHedgehog_01_old_F""],[[2243.1,2243.45,12.675],[[0.732731,-0.67083,0.114423],[-0.13657,0.0197657,0.990433]],""Land_CzechHedgehog_01_old_F""],[[2240.35,2240.71,12.3528],[[0.747137,-0.662606,-0.052336],[-0.0234461,-0.104964,0.9942]],""Land_CzechHedgehog_01_old_F""],[[2243.93,2232.14,9.77737],[[-0.744331,0.66781,0.000317003],[-0.0731077,-0.0819566,0.993951]],""Land_HBarrierWall6_F""],[[2241.03,2238.09,12.3706],[[0.747137,-0.662606,-0.052336],[-0.0340522,-0.116795,0.992572]],""Land_CzechHedgehog_01_old_F""],[[2238.42,2235.24,11.8132],[[0.747137,-0.662606,-0.052336],[-0.106858,-0.197459,0.97447]],""Land_CzechHedgehog_01_old_F""],[[2238.44,2238.2,11.9757],[[0.73096,-0.672805,0.114151],[-0.147034,0.00807278,0.989099]],""Land_CzechHedgehog_01_old_F""],[[2235.69,2235.46,11.5916],[[0.747137,-0.662606,-0.052336],[-0.0340522,-0.116795,0.992572]],""Land_CzechHedgehog_01_old_F""],[[2239.3,2226.91,9.13974],[[-0.745632,0.666358,0.000138357],[-0.0482887,-0.0542405,0.99736]],""Land_HBarrierWall6_F""],[[2236.45,2232.93,11.6371],[[0.747137,-0.662606,-0.052336],[-0.00919911,-0.0890407,0.995986]],""Land_CzechHedgehog_01_old_F""],[[2233.83,2230.07,11.2243],[[0.747137,-0.662606,-0.052336],[-0.082245,-0.170297,0.981955]],""Land_CzechHedgehog_01_old_F""],[[2233.85,2233.03,11.3035],[[0.73511,-0.668171,0.114721],[-0.122519,0.0354987,0.991831]],""Land_CzechHedgehog_01_old_F""],[[2231.1,2230.28,11.0644],[[0.747137,-0.662606,-0.052336],[-0.00919911,-0.0890407,0.995986]],""Land_CzechHedgehog_01_old_F""],[[2218.34,2217,8.48273],[[-0.037769,0.999286,3.32184e-05],[-0.0355775,-0.00137791,0.999366]],""Land_HBarrierWall6_F""],[[2220.78,2223.23,10.8819],[[0.0395792,-0.997845,-0.052336],[-0.0335521,-0.0536746,0.997995]],""Land_CzechHedgehog_01_old_F""],[[2216.89,2223.12,10.6132],[[0.0395792,-0.997845,-0.052336],[-0.143193,-0.0575005,0.988023]],""Land_CzechHedgehog_01_old_F""],[[2219.03,2225.17,10.6099],[[0.0334205,-0.992797,0.115057],[-0.0227079,0.114337,0.993182]],""Land_CzechHedgehog_01_old_F""],[[2215.14,2225.24,10.5149],[[0.0395792,-0.997845,-0.052336],[-0.0335521,-0.0536746,0.997995]],""Land_CzechHedgehog_01_old_F""],[[2214.43,2216.84,8.34774],[[-0.0378863,0.999282,2.9169e-05],[-0.0333382,-0.00129314,0.999443]],""Land_HBarrierWall6_F""],[[2216.88,2223.07,10.7409],[[0.0395792,-0.997845,-0.052336],[-0.0313097,-0.0535898,0.998072]],""Land_CzechHedgehog_01_old_F""],[[2212.98,2222.97,10.4809],[[0.0395792,-0.997845,-0.052336],[-0.140972,-0.0574294,0.988346]],""Land_CzechHedgehog_01_old_F""],[[2215.13,2225.01,10.4726],[[0.033795,-0.992782,0.11507],[-0.020496,0.114423,0.993221]],""Land_CzechHedgehog_01_old_F""],[[2211.23,2225.08,10.3863],[[0.0395792,-0.997845,-0.052336],[-0.0313097,-0.0535898,0.998072]],""Land_CzechHedgehog_01_old_F""],[[2210.52,2216.69,8.21603],[[-0.0378575,0.999283,3.01339e-05],[-0.033889,-0.00131401,0.999425]],""Land_HBarrierWall6_F""],[[2212.97,2222.92,10.6106],[[0.0395792,-0.997845,-0.052336],[-0.0318613,-0.0536107,0.998054]],""Land_CzechHedgehog_01_old_F""],[[2209.08,2222.81,10.3486],[[0.0395792,-0.997845,-0.052336],[-0.141518,-0.0574469,0.988267]],""Land_CzechHedgehog_01_old_F""],[[2211.22,2224.86,10.3415],[[0.0337028,-0.992786,0.115067],[-0.0210401,0.114402,0.993212]],""Land_CzechHedgehog_01_old_F""],[[2207.33,2224.93,10.253],[[0.0395792,-0.997845,-0.052336],[-0.0318613,-0.0536107,0.998054]],""Land_CzechHedgehog_01_old_F""],[[2223.95,2209.55,8.48674],[[-0.557988,-0.829849,5.74067e-06],[0.012298,-0.00826224,0.99989]],""Land_HBarrierWall6_F""],[[2218.27,2205.98,10.8296],[[0.556579,0.829144,-0.052336],[0.041484,0.0351801,0.99852]],""Land_CzechHedgehog_01_old_F""],[[2221.47,2203.77,10.6419],[[0.556579,0.829144,-0.052336],[0.1325,-0.0264011,0.990831]],""Land_CzechHedgehog_01_old_F""],[[2218.54,2203.39,10.5923],[[0.555691,0.823377,0.115145],[-0.0661414,-0.0942756,0.993347]],""Land_CzechHedgehog_01_old_F""],[[2221.65,2201.03,10.5782],[[0.556579,0.829144,-0.052336],[0.041484,0.0351801,0.99852]],""Land_CzechHedgehog_01_old_F""],[[2230.24,2205.33,8.37427],[[-0.557988,-0.829849,5.74067e-06],[0.012298,-0.00826224,0.99989]],""Land_HBarrierWall6_F""],[[2224.56,2201.76,10.7171],[[0.556579,0.829144,-0.052336],[0.041484,0.0351801,0.99852]],""Land_CzechHedgehog_01_old_F""],[[2227.77,2199.55,10.5294],[[0.556579,0.829144,-0.052336],[0.1325,-0.0264011,0.990831]],""Land_CzechHedgehog_01_old_F""],[[2224.83,2199.16,10.4799],[[0.555691,0.823377,0.115145],[-0.0661414,-0.0942756,0.993347]],""Land_CzechHedgehog_01_old_F""],[[2227.94,2196.81,10.4658],[[0.556579,0.829144,-0.052336],[0.041484,0.0351801,0.99852]],""Land_CzechHedgehog_01_old_F""],[[2239.04,2209.78,8.44856],[[0.98274,-0.184993,5.08241e-05],[-0.00819645,-0.0432676,0.99903]],""Land_HBarrierWall6_F""],[[2244.54,2205.84,10.6273],[[-0.980964,0.187004,-0.052336],[-0.0596179,-0.0335265,0.997658]],""Land_CzechHedgehog_01_old_F""],[[2245.3,2209.66,10.6692],[[-0.980964,0.187004,-0.052336],[-0.0389282,0.0746662,0.996448]],""Land_CzechHedgehog_01_old_F""],[[2246.82,2207.12,10.4892],[[-0.977145,0.17878,0.115001],[0.101876,-0.0809648,0.991497]],""Land_CzechHedgehog_01_old_F""],[[2247.76,2210.9,10.7041],[[-0.980964,0.187004,-0.052336],[-0.0596179,-0.0335265,0.997658]],""Land_CzechHedgehog_01_old_F""],[[2240.46,2217.23,8.78308],[[0.98274,-0.184993,5.08241e-05],[-0.00819645,-0.0432676,0.99903]],""Land_HBarrierWall6_F""],[[2245.96,2213.29,10.9618],[[-0.980964,0.187004,-0.052336],[-0.0596179,-0.0335265,0.997658]],""Land_CzechHedgehog_01_old_F""],[[2246.72,2217.11,11.0037],[[-0.980964,0.187004,-0.052336],[-0.0389282,0.0746662,0.996448]],""Land_CzechHedgehog_01_old_F""],[[2248.24,2214.57,10.8237],[[-0.977145,0.17878,0.115001],[0.101876,-0.0809648,0.991497]],""Land_CzechHedgehog_01_old_F""],[[2249.18,2218.35,11.0386],[[-0.980964,0.187004,-0.052336],[-0.0596179,-0.0335265,0.997658]],""Land_CzechHedgehog_01_old_F""],[[2232.93,2222.15,8.79652],[[-0.427294,0.904113,9.13813e-06],[-0.0168859,-0.00799059,0.999825]],""Land_HBarrierWall6_F""],[[2232.77,2228.86,11.1499],[[0.427592,-0.902455,-0.052336],[0.00550005,-0.0552973,0.998455]],""Land_CzechHedgehog_01_old_F""],[[2229.23,2227.23,10.9471],[[0.427592,-0.902455,-0.052336],[-0.0939616,-0.101953,0.990342]],""Land_CzechHedgehog_01_old_F""],[[2230.4,2229.96,10.9062],[[0.422506,-0.899018,0.115134],[-0.0506056,0.103432,0.993348]],""Land_CzechHedgehog_01_old_F""],[[2226.78,2228.49,10.877],[[0.427592,-0.902455,-0.052336],[0.00550005,-0.0552973,0.998455]],""Land_CzechHedgehog_01_old_F""],[[2226.07,2218.9,8.6545],[[-0.427294,0.904113,9.13813e-06],[-0.0168859,-0.00799059,0.999825]],""Land_HBarrierWall6_F""],[[2225.91,2225.61,11.0079],[[0.427592,-0.902455,-0.052336],[0.00550005,-0.0552973,0.998455]],""Land_CzechHedgehog_01_old_F""],[[2222.37,2223.98,10.8051],[[0.427592,-0.902455,-0.052336],[-0.0939616,-0.101953,0.990342]],""Land_CzechHedgehog_01_old_F""],[[2223.54,2226.71,10.7641],[[0.422506,-0.899018,0.115134],[-0.0506056,0.103432,0.993348]],""Land_CzechHedgehog_01_old_F""],[[2219.92,2225.24,10.735],[[0.427592,-0.902455,-0.052336],[0.00550005,-0.0552973,0.998455]],""Land_CzechHedgehog_01_old_F""],[[2239.42,2187.42,8.22843],[[-0.941113,-0.338093,0.000142891],[0.0250846,-0.0694037,0.997273]],""Land_HBarrierWall6_F""],[[2232.78,2187.78,10.7288],[[0.93851,0.341262,-0.052336],[0.0743042,-0.0516142,0.995899]],""Land_CzechHedgehog_01_old_F""],[[2234.05,2184.11,10.3115],[[0.93851,0.341262,-0.052336],[0.110939,-0.154534,0.981739]],""Land_CzechHedgehog_01_old_F""],[[2231.45,2185.54,10.3934],[[0.93774,0.327851,0.114707],[-0.0891832,-0.0919071,0.991766]],""Land_CzechHedgehog_01_old_F""],[[2232.56,2181.81,10.1496],[[0.93851,0.341262,-0.052336],[0.0743042,-0.0516142,0.995899]],""Land_CzechHedgehog_01_old_F""],[[2241.24,2182.42,7.83165],[[-0.941132,-0.338039,0.000147205],[0.0254578,-0.0704428,0.997191]],""Land_HBarrierWall6_F""],[[2234.6,2182.77,10.3349],[[0.93851,0.341262,-0.052336],[0.074678,-0.0526546,0.995817]],""Land_CzechHedgehog_01_old_F""],[[2235.87,2179.1,9.91332],[[0.93851,0.341262,-0.052336],[0.111301,-0.155562,0.981536]],""Land_CzechHedgehog_01_old_F""],[[2233.27,2180.53,9.99764],[[0.937802,0.327677,0.114693],[-0.0888134,-0.0929338,0.991703]],""Land_CzechHedgehog_01_old_F""],[[2234.38,2176.8,9.7496],[[0.93851,0.341262,-0.052336],[0.074678,-0.0526546,0.995817]],""Land_CzechHedgehog_01_old_F""],[[2243.06,2177.41,7.43158],[[-0.941135,-0.338032,0.000147737],[0.0255034,-0.0705698,0.997181]],""Land_HBarrierWall6_F""],[[2236.42,2177.76,9.9352],[[0.93851,0.341262,-0.052336],[0.0747237,-0.0527818,0.995806]],""Land_CzechHedgehog_01_old_F""],[[2237.69,2174.1,9.51307],[[0.93851,0.341262,-0.052336],[0.111345,-0.155688,0.981511]],""Land_CzechHedgehog_01_old_F""],[[2235.09,2175.52,9.59769],[[0.93781,0.327656,0.114692],[-0.0887682,-0.0930593,0.991696]],""Land_CzechHedgehog_01_old_F""],[[2236.2,2171.79,9.34913],[[0.93851,0.341262,-0.052336],[0.0747237,-0.0527818,0.995806]],""Land_CzechHedgehog_01_old_F""],[[2258.93,2165.31,5.59136],[[-0.0876414,-0.996152,0.000186071],[0.0838867,-0.00719422,0.996449]],""Land_HBarrierWall6_F""],[[2255.84,2159.43,8.1188],[[0.083131,0.995164,-0.052336],[0.0883585,0.0449502,0.995074]],""Land_CzechHedgehog_01_old_F""],[[2259.7,2159.04,7.66106],[[0.083131,0.995164,-0.052336],[0.197003,0.0350701,0.979776]],""Land_CzechHedgehog_01_old_F""],[[2257.32,2157.28,7.76615],[[0.0967189,0.988696,0.114569],[0.0563508,-0.120364,0.991129]],""Land_CzechHedgehog_01_old_F""],[[2261.17,2156.72,7.48192],[[0.083131,0.995164,-0.052336],[0.0883585,0.0449502,0.995074]],""Land_CzechHedgehog_01_old_F""],[[2264.76,2164.82,5.23214],[[-0.0852464,-0.99636,3.8486e-05],[0.0381871,-0.0032286,0.999265]],""Land_HBarrierWall6_F""],[[2261.58,2158.94,7.6386],[[0.083131,0.995164,-0.052336],[0.0425962,0.0489213,0.997894]],""Land_CzechHedgehog_01_old_F""],[[2265.46,2158.57,7.35934],[[0.083131,0.995164,-0.052336],[0.151849,0.0392547,0.987624]],""Land_CzechHedgehog_01_old_F""],[[2263.07,2156.8,7.36207],[[0.0890769,0.989359,0.11504],[0.0111864,-0.116486,0.993129]],""Land_CzechHedgehog_01_old_F""],[[2266.93,2156.25,7.25647],[[0.083131,0.995164,-0.052336],[0.0425962,0.0489213,0.997894]],""Land_CzechHedgehog_01_old_F""],[[2270.62,2164.33,4.91936],[[-0.086794,-0.996226,0.000121169],[0.067718,-0.00577844,0.997688]],""Land_HBarrierWall6_F""],[[2267.5,2158.45,7.40447],[[0.083131,0.995164,-0.052336],[0.0721677,0.046368,0.996314]],""Land_CzechHedgehog_01_old_F""],[[2271.36,2158.07,7.00985],[[0.083131,0.995164,-0.052336],[0.181054,0.0365611,0.982793]],""Land_CzechHedgehog_01_old_F""],[[2268.98,2156.31,7.07868],[[0.0940151,0.988933,0.114776],[0.0403674,-0.118979,0.992076]],""Land_CzechHedgehog_01_old_F""],[[2272.83,2155.75,6.85766],[[0.083131,0.995164,-0.052336],[0.0721677,0.046368,0.996314]],""Land_CzechHedgehog_01_old_F""],[[2276.47,2163.85,4.5388],[[-0.0864606,-0.996255,9.94428e-05],[0.0613559,-0.00522518,0.998102]],""Land_HBarrierWall6_F""],[[2273.34,2157.96,7.00711],[[0.083131,0.995164,-0.052336],[0.0657968,0.046922,0.996729]],""Land_CzechHedgehog_01_old_F""],[[2277.2,2157.58,6.63734],[[0.083131,0.995164,-0.052336],[0.17477,0.0371446,0.983908]],""Land_CzechHedgehog_01_old_F""],[[2274.82,2155.82,6.69191],[[0.0929512,0.989025,0.114846],[0.0340794,-0.118438,0.992377]],""Land_CzechHedgehog_01_old_F""],[[2278.67,2155.27,6.49576],[[0.083131,0.995164,-0.052336],[0.0657968,0.046922,0.996729]],""Land_CzechHedgehog_01_old_F""],[[2276.9,2168.97,4.53717],[[0.0800293,0.996793,9.9305e-05],[0.0613283,-0.00502329,0.998105]],""Land_HBarrierWall6_F""],[[2280.27,2174.86,6.66583],[[-0.0831293,-0.995164,-0.052336],[0.0570559,-0.0571845,0.996732]],""Land_CzechHedgehog_01_old_F""],[[2276.39,2175.21,6.77606],[[-0.0831293,-0.995164,-0.052336],[-0.0527223,-0.0480523,0.997452]],""Land_CzechHedgehog_01_old_F""],[[2278.75,2176.99,6.55733],[[-0.072434,-0.990739,0.114846],[0.0870396,0.10843,0.990286]],""Land_CzechHedgehog_01_old_F""],[[2274.9,2177.52,6.84033],[[-0.0831293,-0.995164,-0.052336],[0.0570559,-0.0571845,0.996732]],""Land_CzechHedgehog_01_old_F""],[[2270.68,2169.49,4.94561],[[0.0796305,0.996825,0.000125498],[0.0689368,-0.00563256,0.997605]],""Land_HBarrierWall6_F""],[[2274.07,2175.38,7.05222],[[-0.0831293,-0.995164,-0.052336],[0.0646748,-0.0577946,0.996231]],""Land_CzechHedgehog_01_old_F""],[[2270.18,2175.73,7.19228],[[-0.0831293,-0.995164,-0.052336],[-0.0450984,-0.0487071,0.997794]],""Land_CzechHedgehog_01_old_F""],[[2272.54,2177.51,6.95669],[[-0.0711617,-0.990841,0.114762],[0.0945425,0.107836,0.989663]],""Land_CzechHedgehog_01_old_F""],[[2268.69,2178.04,7.26938],[[-0.0831293,-0.995164,-0.052336],[0.0646748,-0.0577946,0.996231]],""Land_CzechHedgehog_01_old_F""],[[2264.45,2170.01,5.28398],[[0.0812102,0.996697,3.97116e-05],[0.0387944,-0.00320076,0.999242]],""Land_HBarrierWall6_F""],[[2267.78,2175.9,7.47726],[[-0.0831293,-0.995164,-0.052336],[0.0344911,-0.0553595,0.997871]],""Land_CzechHedgehog_01_old_F""],[[2263.9,2176.26,7.4992],[[-0.0831293,-0.995164,-0.052336],[-0.0752644,-0.046098,0.996098]],""Land_CzechHedgehog_01_old_F""],[[2266.26,2178.03,7.33044],[[-0.0762022,-0.990434,0.115036],[0.0648125,0.110208,0.991793]],""Land_CzechHedgehog_01_old_F""],[[2262.41,2178.57,7.5255],[[-0.0831293,-0.995164,-0.052336],[0.0344911,-0.0553595,0.997871]],""Land_CzechHedgehog_01_old_F""],[[2246.15,2183.98,7.81576],[[0.938445,0.345428,0.000147674],[0.0257761,-0.0704539,0.997182]],""Land_HBarrierWall6_F""],[[2252.92,2183.35,9.90538],[[-0.938508,-0.341267,-0.052336],[-0.0233736,-0.0884357,0.995808]],""Land_CzechHedgehog_01_old_F""],[[2251.61,2187.02,10.0683],[[-0.938508,-0.341267,-0.052336],[-0.0611204,0.0150316,0.998017]],""Land_CzechHedgehog_01_old_F""],[[2254.21,2185.63,9.81981],[[-0.929233,-0.351243,0.114692],[0.139515,-0.0461085,0.989146]],""Land_CzechHedgehog_01_old_F""],[[2253.08,2189.35,10.1553],[[-0.938508,-0.341267,-0.052336],[-0.0233736,-0.0884357,0.995808]],""Land_CzechHedgehog_01_old_F""],[[2244.26,2189.18,8.2284],[[0.938467,0.345368,0.000142898],[0.0253541,-0.0693072,0.997273]],""Land_HBarrierWall6_F""],[[2251.02,2188.56,10.3216],[[-0.938508,-0.341267,-0.052336],[-0.0237963,-0.0872874,0.995899]],""Land_CzechHedgehog_01_old_F""],[[2249.72,2192.23,10.4797],[[-0.938508,-0.341267,-0.052336],[-0.0615373,0.0161848,0.997974]],""Land_CzechHedgehog_01_old_F""],[[2252.32,2190.84,10.2339],[[-0.929304,-0.351052,0.114707],[0.139098,-0.0449784,0.989257]],""Land_CzechHedgehog_01_old_F""],[[2251.19,2194.55,10.5646],[[-0.938508,-0.341267,-0.052336],[-0.0237963,-0.0872874,0.995899]],""Land_CzechHedgehog_01_old_F""],[[2246.9,2172.23,6.85777],[[-0.610717,-0.791849,0.000176374],[0.0650193,-0.0499244,0.996634]],""Land_HBarrierWall6_F""],[[2241.12,2168.94,9.37945],[[0.606477,0.793377,-0.052336],[0.0968927,-0.00841376,0.995259]],""Land_CzechHedgehog_01_old_F""],[[2244.16,2166.54,8.93034],[[0.606477,0.793377,-0.052336],[0.183108,-0.0753121,0.980204]],""Land_CzechHedgehog_01_old_F""],[[2241.21,2166.34,9.03047],[[0.614141,0.780831,0.1146],[-0.0191601,-0.130416,0.991274]],""Land_CzechHedgehog_01_old_F""],[[2244.15,2163.8,8.75488],[[0.606477,0.793377,-0.052336],[0.0968927,-0.00841376,0.995259]],""Land_CzechHedgehog_01_old_F""],[[2252.92,2167.63,6.23519],[[-0.610717,-0.791849,0.000176374],[0.0650193,-0.0499244,0.996634]],""Land_HBarrierWall6_F""],[[2247.15,2164.33,8.75688],[[0.606477,0.793377,-0.052336],[0.0968927,-0.00841376,0.995259]],""Land_CzechHedgehog_01_old_F""],[[2250.19,2161.93,8.30776],[[0.606477,0.793377,-0.052336],[0.183108,-0.0753121,0.980204]],""Land_CzechHedgehog_01_old_F""],[[2247.23,2161.73,8.40789],[[0.614141,0.780831,0.1146],[-0.0191601,-0.130416,0.991274]],""Land_CzechHedgehog_01_old_F""],[[2250.17,2159.19,8.13231],[[0.606477,0.793377,-0.052336],[0.0968927,-0.00841376,0.995259]],""Land_CzechHedgehog_01_old_F""],[[2256.97,2172.89,5.97652],[[0.601632,0.798774,0.000489939],[0.108676,-0.0824619,0.990651]],""Land_HBarrierWall6_F""],[[2263.09,2175.96,7.8838],[[-0.606495,-0.793363,-0.052336],[0.0770402,-0.124153,0.989268]],""Land_CzechHedgehog_01_old_F""],[[2260.02,2178.33,8.287],[[-0.606495,-0.793363,-0.052336],[-0.0104694,-0.0578497,0.99827]],""Land_CzechHedgehog_01_old_F""],[[2262.95,2178.58,7.9034],[[-0.585113,-0.802956,0.1136],[0.190666,-5.65352e-05,0.981655]],""Land_CzechHedgehog_01_old_F""],[[2260,2181.07,8.47762],[[-0.606495,-0.793363,-0.052336],[0.0770402,-0.124153,0.989268]],""Land_CzechHedgehog_01_old_F""],[[2250.94,2177.5,7.0126],[[0.601632,0.798774,0.000489939],[0.108676,-0.0824619,0.990651]],""Land_HBarrierWall6_F""],[[2257.07,2180.57,8.91988],[[-0.606495,-0.793363,-0.052336],[0.0770402,-0.124153,0.989268]],""Land_CzechHedgehog_01_old_F""],[[2253.99,2182.93,9.32308],[[-0.606495,-0.793363,-0.052336],[-0.0104694,-0.0578497,0.99827]],""Land_CzechHedgehog_01_old_F""],[[2256.92,2183.19,8.93948],[[-0.585113,-0.802956,0.1136],[0.190666,-5.65352e-05,0.981655]],""Land_CzechHedgehog_01_old_F""],[[2253.98,2185.68,9.5137],[[-0.606495,-0.793363,-0.052336],[0.0770402,-0.124153,0.989268]],""Land_CzechHedgehog_01_old_F""],[[2283.94,2163.22,4.09832],[[-0.0858308,-0.99631,6.43618e-05],[0.0493735,-0.00418894,0.998772]],""Land_HBarrierWall6_F""],[[2280.78,2157.34,6.53478],[[0.0831291,0.995164,-0.052336],[0.0537978,0.0479596,0.997399]],""Land_CzechHedgehog_01_old_F""],[[2284.65,2156.96,6.2118],[[0.0831291,0.995164,-0.052336],[0.162923,0.0382392,0.985897]],""Land_CzechHedgehog_01_old_F""],[[2282.27,2155.2,6.23955],[[0.0909457,0.989199,0.114958],[0.0222387,-0.117425,0.992833]],""Land_CzechHedgehog_01_old_F""],[[2286.12,2154.64,6.09024],[[0.0831291,0.995164,-0.052336],[0.0537978,0.0479596,0.997399]],""Land_CzechHedgehog_01_old_F""],[[2289.73,2162.74,3.77718],[[-0.0864194,-0.996259,9.70177e-05],[0.0606061,-0.00516002,0.998148]],""Land_HBarrierWall6_F""],[[2286.6,2156.85,6.24351],[[0.0831291,0.995164,-0.052336],[0.0650459,0.0469872,0.996775]],""Land_CzechHedgehog_01_old_F""],[[2290.46,2156.47,5.87666],[[0.0831291,0.995164,-0.052336],[0.174029,0.0372136,0.984037]],""Land_CzechHedgehog_01_old_F""],[[2288.08,2154.71,5.92955],[[0.092824,0.989036,0.114853],[0.0333386,-0.118374,0.992409]],""Land_CzechHedgehog_01_old_F""],[[2291.93,2154.16,5.73634],[[0.0831291,0.995164,-0.052336],[0.0650459,0.0469872,0.996775]],""Land_CzechHedgehog_01_old_F""],[[2295.51,2162.26,3.46919],[[-0.0856022,-0.996329,5.34802e-05],[0.0450128,-0.00381377,0.998979]],""Land_HBarrierWall6_F""],[[2292.34,2156.37,5.89398],[[0.0831291,0.995164,-0.052336],[0.0494311,0.0483353,0.997607]],""Land_CzechHedgehog_01_old_F""],[[2296.22,2156,5.58804],[[0.0831291,0.995164,-0.052336],[0.158608,0.0386358,0.986585]],""Land_CzechHedgehog_01_old_F""],[[2293.83,2154.23,5.60604],[[0.0902165,0.989261,0.114992],[0.0179301,-0.117058,0.992963]],""Land_CzechHedgehog_01_old_F""],[[2297.69,2153.68,5.47376],[[0.0831291,0.995164,-0.052336],[0.0494311,0.0483353,0.997607]],""Land_CzechHedgehog_01_old_F""],[[2301.29,2161.77,3.30992],[[-0.0837495,-0.996487,2.44379e-06],[0.00966036,-0.00080945,0.999953]],""Land_HBarrierWall6_F""],[[2298.05,2155.89,5.63875],[[0.0831291,0.995164,-0.052336],[0.0140302,0.0513438,0.998583]],""Land_CzechHedgehog_01_old_F""],[[2301.93,2155.52,5.47102],[[0.0831291,0.995164,-0.052336],[0.123546,0.0418209,0.991457]],""Land_CzechHedgehog_01_old_F""],[[2299.55,2153.75,5.41007],[[0.0843048,0.989764,0.115155],[-0.0169879,-0.114122,0.993322]],""Land_CzechHedgehog_01_old_F""],[[2303.41,2153.21,5.41591],[[0.0831291,0.995164,-0.052336],[0.0140302,0.0513438,0.998583]],""Land_CzechHedgehog_01_old_F""],[[2315.93,2173.34,3.54911],[[0.989289,-0.14597,7.16932e-05],[-0.00770432,-0.0517242,0.998632]],""Land_HBarrierWall6_F""],[[2321.58,2169.6,5.7043],[[-0.98753,0.148477,-0.052336],[-0.0594692,-0.0440138,0.997259]],""Land_CzechHedgehog_01_old_F""],[[2322.19,2173.45,5.77844],[[-0.98753,0.148477,-0.052336],[-0.0430751,0.0649188,0.99696]],""Land_CzechHedgehog_01_old_F""],[[2323.81,2170.98,5.58012],[[-0.983594,0.139043,0.114934],[0.103783,-0.0849752,0.990963]],""Land_CzechHedgehog_01_old_F""],[[2324.59,2174.79,5.82718],[[-0.98753,0.148477,-0.052336],[-0.0594692,-0.0440138,0.997259]],""Land_CzechHedgehog_01_old_F""],[[2316.82,2179.3,3.86161],[[0.989281,-0.146021,6.90184e-05],[-0.00756062,-0.0507504,0.998683]],""Land_HBarrierWall6_F""],[[2322.47,2175.56,6.01961],[[-0.98753,0.148477,-0.052336],[-0.0593253,-0.0430387,0.997311]],""Land_CzechHedgehog_01_old_F""],[[2323.09,2179.41,6.08991],[[-0.98753,0.148477,-0.052336],[-0.0429256,0.0658927,0.996903]],""Land_CzechHedgehog_01_old_F""],[[2324.7,2176.93,5.89376],[[-0.98357,0.139205,0.114943],[0.103924,-0.0840146,0.991031]],""Land_CzechHedgehog_01_old_F""],[[2325.49,2180.75,6.137],[[-0.98753,0.148477,-0.052336],[-0.0593253,-0.0430387,0.997311]],""Land_CzechHedgehog_01_old_F""],[[2311.85,2180.82,3.95229],[[-0.989296,0.145926,7.42711e-05],[0.00784059,0.0526466,0.998582]],""Land_HBarrierWall6_F""],[[2306.2,2184.56,6.1048],[[0.987529,-0.148481,-0.052336],[0.0596056,0.0449373,0.99721]],""Land_CzechHedgehog_01_old_F""],[[2305.59,2180.7,6.18259],[[0.987529,-0.148481,-0.052336],[0.0432164,-0.0639963,0.997014]],""Land_CzechHedgehog_01_old_F""],[[2303.97,2183.18,5.9822],[[0.983616,-0.138892,0.114926],[-0.103649,0.0858855,0.990899]],""Land_CzechHedgehog_01_old_F""],[[2303.19,2179.37,6.23289],[[0.987529,-0.148481,-0.052336],[0.0596056,0.0449373,0.99721]],""Land_CzechHedgehog_01_old_F""],[[2294.27,2167.52,3.53924],[[0.0805445,0.996751,6.97821e-05],[0.0514197,-0.00422499,0.998668]],""Land_HBarrierWall6_F""],[[2297.63,2173.41,5.69644],[[-0.0831252,-0.995164,-0.052336],[0.0471338,-0.0563851,0.997296]],""Land_CzechHedgehog_01_old_F""],[[2293.74,2173.76,5.76784],[[-0.0831252,-0.995164,-0.052336],[-0.0626413,-0.0471959,0.99692]],""Land_CzechHedgehog_01_old_F""],[[2296.1,2175.54,5.57107],[[-0.074087,-0.990606,0.11494],[0.0772664,0.109209,0.991011]],""Land_CzechHedgehog_01_old_F""],[[2292.25,2176.07,5.8154],[[-0.0831252,-0.995164,-0.052336],[0.0471338,-0.0563851,0.997296]],""Land_CzechHedgehog_01_old_F""],[[2289.32,2167.94,3.82074],[[0.0800183,0.996793,9.97297e-05],[0.0614599,-0.0050336,0.998097]],""Land_HBarrierWall6_F""],[[2292.7,2173.82,5.94901],[[-0.0831252,-0.995164,-0.052336],[0.0571878,-0.0571949,0.996724]],""Land_CzechHedgehog_01_old_F""],[[2288.81,2174.17,6.05976],[[-0.0831252,-0.995164,-0.052336],[-0.0525904,-0.0480638,0.997459]],""Land_CzechHedgehog_01_old_F""],[[2291.17,2175.95,5.84074],[[-0.072408,-0.990741,0.114845],[0.0871689,0.10842,0.990276]],""Land_CzechHedgehog_01_old_F""],[[2287.32,2176.48,6.12425],[[-0.0831252,-0.995164,-0.052336],[0.0571878,-0.0571949,0.996724]],""Land_CzechHedgehog_01_old_F""],[[2284.37,2168.35,4.09374],[[0.0807309,0.996736,6.04652e-05],[0.0478639,-0.00393734,0.998846]],""Land_HBarrierWall6_F""],[[2287.72,2174.23,6.26113],[[-0.0831252,-0.995164,-0.052336],[0.0435732,-0.0560971,0.997474]],""Land_CzechHedgehog_01_old_F""],[[2283.83,2174.59,6.3186],[[-0.0831252,-0.995164,-0.052336],[-0.0661982,-0.0468875,0.996704]],""Land_CzechHedgehog_01_old_F""],[[2286.2,2176.37,6.12971],[[-0.0746816,-0.990558,0.11497],[0.073759,0.109489,0.991248]],""Land_CzechHedgehog_01_old_F""],[[2282.34,2176.9,6.36017],[[-0.0831252,-0.995164,-0.052336],[0.0435732,-0.0560971,0.997474]],""Land_CzechHedgehog_01_old_F""],[[2306.99,2163.5,3.26644],[[0.620618,-0.784113,1.64285e-06],[-0.0062328,-0.00493111,0.999968]],""Land_HBarrierWall6_F""],[[2308.62,2156.97,5.54663],[[-0.619442,0.783296,-0.052336],[-0.0387049,0.036113,0.998598]],""Land_CzechHedgehog_01_old_F""],[[2311.7,2159.36,5.44769],[[-0.619442,0.783296,-0.052336],[0.0477738,0.104155,0.993413]],""Land_CzechHedgehog_01_old_F""],[[2311.18,2156.44,5.34757],[[-0.617207,0.778328,0.115158],[0.0519422,-0.105735,0.993037]],""Land_CzechHedgehog_01_old_F""],[[2314.37,2158.69,5.42207],[[-0.619442,0.783296,-0.052336],[-0.0387049,0.036113,0.998598]],""Land_CzechHedgehog_01_old_F""],[[2312.93,2168.2,3.32671],[[0.620618,-0.784113,1.64285e-06],[-0.0062328,-0.00493111,0.999968]],""Land_HBarrierWall6_F""],[[2314.56,2161.67,5.6069],[[-0.619442,0.783296,-0.052336],[-0.0387049,0.036113,0.998598]],""Land_CzechHedgehog_01_old_F""],[[2317.64,2164.06,5.50795],[[-0.619442,0.783296,-0.052336],[0.0477738,0.104155,0.993413]],""Land_CzechHedgehog_01_old_F""],[[2317.12,2161.14,5.40783],[[-0.617207,0.778328,0.115158],[0.0519422,-0.105735,0.993037]],""Land_CzechHedgehog_01_old_F""],[[2320.31,2163.38,5.48234],[[-0.619442,0.783296,-0.052336],[-0.0387049,0.036113,0.998598]],""Land_CzechHedgehog_01_old_F""],[[2307.9,2174.56,3.64077],[[-0.619227,0.785212,1.75349e-05],[-0.0203074,-0.016037,0.999665]],""Land_HBarrierWall6_F""],[[2306.22,2181.04,6.01368],[[0.619442,-0.783296,-0.052336],[0.0121283,-0.0571098,0.998294]],""Land_CzechHedgehog_01_old_F""],[[2303.13,2178.67,5.7829],[[0.619442,-0.783296,-0.052336],[-0.0742838,-0.124851,0.989391]],""Land_CzechHedgehog_01_old_F""],[[2303.66,2181.58,5.75792],[[0.612769,-0.781834,0.115107],[-0.0781272,0.0850094,0.993312]],""Land_CzechHedgehog_01_old_F""],[[2300.47,2179.34,5.70078],[[0.619442,-0.783296,-0.052336],[0.0121283,-0.0571098,0.998294]],""Land_CzechHedgehog_01_old_F""],[[2301.96,2169.86,3.44455],[[-0.619227,0.785212,1.75349e-05],[-0.0203074,-0.016037,0.999665]],""Land_HBarrierWall6_F""],[[2300.28,2176.35,5.81746],[[0.619442,-0.783296,-0.052336],[0.0121283,-0.0571098,0.998294]],""Land_CzechHedgehog_01_old_F""],[[2297.19,2173.97,5.58667],[[0.619442,-0.783296,-0.052336],[-0.0742838,-0.124851,0.989391]],""Land_CzechHedgehog_01_old_F""],[[2297.72,2176.88,5.5617],[[0.612769,-0.781834,0.115107],[-0.0781272,0.0850094,0.993312]],""Land_CzechHedgehog_01_old_F""],[[2294.53,2174.65,5.50455],[[0.619442,-0.783296,-0.052336],[0.0121283,-0.0571098,0.998294]],""Land_CzechHedgehog_01_old_F""],[[2317.89,2186.4,4.14266],[[0.988544,-0.150934,5.02132e-05],[0.00655705,0.0432777,0.999042]],""Land_HBarrierWall6_F""],[[2323.56,2182.85,6.56371],[[-0.987532,0.148463,-0.052336],[-0.0451883,0.0511177,0.99767]],""Land_CzechHedgehog_01_old_F""],[[2324.19,2186.69,6.26323],[[-0.987532,0.148463,-0.052336],[-0.0283282,0.159436,0.986802]],""Land_CzechHedgehog_01_old_F""],[[2325.79,2184.2,6.2781],[[-0.981211,0.154914,0.115003],[0.117776,0.0088152,0.993001]],""Land_CzechHedgehog_01_old_F""],[[2326.59,2188.01,6.15129],[[-0.987532,0.148463,-0.052336],[-0.0451883,0.0511177,0.99767]],""Land_CzechHedgehog_01_old_F""],[[2334.97,2200.98,4.17546],[[0.0116278,-0.999932,2.13534e-05],[0.0285488,0.000353328,0.999592]],""Land_HBarrierWall6_F""],[[2332.35,2194.82,6.55561],[[-0.013106,0.998544,-0.052336],[0.0279012,0.0526853,0.998221]],""Land_CzechHedgehog_01_old_F""],[[2336.24,2194.82,6.3144],[[-0.013106,0.998544,-0.052336],[0.137672,0.053644,0.989024]],""Land_CzechHedgehog_01_old_F""],[[2334.04,2192.83,6.29538],[[-0.00826263,0.99332,0.115095],[0.0127021,-0.114985,0.993286]],""Land_CzechHedgehog_01_old_F""],[[2337.94,2192.66,6.22782],[[-0.013106,0.998544,-0.052336],[0.0279012,0.0526853,0.998221]],""Land_CzechHedgehog_01_old_F""],[[2340.56,2201.05,4.013],[[0.0115797,-0.999933,2.27503e-05],[0.029466,0.000363972,0.999566]],""Land_HBarrierWall6_F""],[[2337.94,2194.89,6.39562],[[-0.013106,0.998544,-0.052336],[0.0288196,0.0526959,0.998195]],""Land_CzechHedgehog_01_old_F""],[[2341.83,2194.89,6.15085],[[-0.013106,0.998544,-0.052336],[0.138582,0.0536493,0.988897]],""Land_CzechHedgehog_01_old_F""],[[2339.63,2192.91,6.13387],[[-0.00810926,0.993322,0.11509],[0.013608,-0.114974,0.993275]],""Land_CzechHedgehog_01_old_F""],[[2343.53,2192.73,6.06274],[[-0.013106,0.998544,-0.052336],[0.0288196,0.0526959,0.998195]],""Land_CzechHedgehog_01_old_F""],[[2346.15,2201.13,3.84168],[[0.0114616,-0.999934,2.63601e-05],[0.0317186,0.00038992,0.999497]],""Land_HBarrierWall6_F""],[[2343.54,2194.96,6.23038],[[-0.013106,0.998544,-0.052336],[0.0310753,0.0527219,0.998126]],""Land_CzechHedgehog_01_old_F""],[[2347.43,2194.97,5.97683],[[-0.013106,0.998544,-0.052336],[0.140817,0.053662,0.98858]],""Land_CzechHedgehog_01_old_F""],[[2345.23,2192.98,5.96486],[[-0.00773258,0.993326,0.115079],[0.0158328,-0.114946,0.993246]],""Land_CzechHedgehog_01_old_F""],[[2349.12,2192.8,5.88497],[[-0.013106,0.998544,-0.052336],[0.0310753,0.0527219,0.998126]],""Land_CzechHedgehog_01_old_F""],[[2351.74,2201.2,3.66401],[[0.0114611,-0.999934,2.63788e-05],[0.0317295,0.000390045,0.999496]],""Land_HBarrierWall6_F""],[[2349.13,2195.04,6.05274],[[-0.013106,0.998544,-0.052336],[0.0310862,0.052722,0.998125]],""Land_CzechHedgehog_01_old_F""],[[2353.02,2195.04,5.79915],[[-0.013106,0.998544,-0.052336],[0.140827,0.0536621,0.988579]],""Land_CzechHedgehog_01_old_F""],[[2350.82,2193.05,5.78721],[[-0.00773076,0.993326,0.115079],[0.0158435,-0.114946,0.993245]],""Land_CzechHedgehog_01_old_F""],[[2354.72,2192.88,5.70727],[[-0.013106,0.998544,-0.052336],[0.0310862,0.052722,0.998125]],""Land_CzechHedgehog_01_old_F""],[[2351.67,2206.35,3.66335],[[-0.0147756,0.999891,2.61106e-05],[0.0315686,0.000440395,0.999501]],""Land_HBarrierWall6_F""],[[2354.41,2212.52,5.87744],[[0.0131032,-0.998544,-0.052336],[0.0322986,-0.0518905,0.99813]],""Land_CzechHedgehog_01_old_F""],[[2350.51,2212.51,5.87067],[[0.0131032,-0.998544,-0.052336],[-0.0778231,-0.0532001,0.995547]],""Land_CzechHedgehog_01_old_F""],[[2352.7,2214.5,5.71819],[[0.0183128,-0.993187,0.11508],[0.046642,0.115822,0.992174]],""Land_CzechHedgehog_01_old_F""],[[2348.81,2214.66,5.88463],[[0.0131032,-0.998544,-0.052336],[0.0322986,-0.0518905,0.99813]],""Land_CzechHedgehog_01_old_F""],[[2345.78,2206.27,3.85144],[[-0.0148076,0.99989,2.71313e-05],[0.0321789,0.000449423,0.999482]],""Land_HBarrierWall6_F""],[[2348.52,2212.45,6.06381],[[0.0131032,-0.998544,-0.052336],[0.0329098,-0.0518814,0.998111]],""Land_CzechHedgehog_01_old_F""],[[2344.62,2212.43,6.05942],[[0.0131032,-0.998544,-0.052336],[-0.0772134,-0.0531946,0.995595]],""Land_CzechHedgehog_01_old_F""],[[2346.81,2214.42,5.90559],[[0.0184149,-0.993186,0.115076],[0.0472441,0.115832,0.992145]],""Land_CzechHedgehog_01_old_F""],[[2342.92,2214.59,6.0744],[[0.0131032,-0.998544,-0.052336],[0.0329098,-0.0518814,0.998111]],""Land_CzechHedgehog_01_old_F""],[[2339.89,2206.19,4.02986],[[-0.0146028,0.999893,2.09361e-05],[0.0282721,0.000391967,0.9996]],""Land_HBarrierWall6_F""],[[2342.62,2212.37,6.25324],[[0.0131032,-0.998544,-0.052336],[0.0289976,-0.051939,0.998229]],""Land_CzechHedgehog_01_old_F""],[[2338.72,2212.35,6.2336],[[0.0131032,-0.998544,-0.052336],[-0.0811151,-0.0532294,0.995282]],""Land_CzechHedgehog_01_old_F""],[[2340.91,2214.35,6.08842],[[0.0177616,-0.993196,0.115096],[0.0433896,0.115772,0.992328]],""Land_CzechHedgehog_01_old_F""],[[2337.02,2214.51,6.24203],[[0.0131032,-0.998544,-0.052336],[0.0289976,-0.051939,0.998229]],""Land_CzechHedgehog_01_old_F""],[[2334,2206.12,4.19981],[[-0.014658,0.999893,2.25231e-05],[0.0293249,0.000407374,0.99957]],""Land_HBarrierWall6_F""],[[2336.73,2212.29,6.42023],[[0.0131032,-0.998544,-0.052336],[0.0300518,-0.0519235,0.998199]],""Land_CzechHedgehog_01_old_F""],[[2332.83,2212.28,6.4047],[[0.0131032,-0.998544,-0.052336],[-0.0800639,-0.0532201,0.995368]],""Land_CzechHedgehog_01_old_F""],[[2335.02,2214.27,6.25719],[[0.0179376,-0.993193,0.115091],[0.0444283,0.115788,0.99228]],""Land_CzechHedgehog_01_old_F""],[[2331.13,2214.43,6.41489],[[0.0131032,-0.998544,-0.052336],[0.0300518,-0.0519235,0.998199]],""Land_CzechHedgehog_01_old_F""],[[2328.1,2206.04,4.36042],[[-0.0144361,0.999896,1.64881e-05],[0.0250909,0.000345768,0.999685]],""Land_HBarrierWall6_F""],[[2330.83,2212.21,6.59275],[[0.0131032,-0.998544,-0.052336],[0.025812,-0.0519852,0.998314]],""Land_CzechHedgehog_01_old_F""],[[2326.93,2212.2,6.56069],[[0.0131032,-0.998544,-0.052336],[-0.084291,-0.0532572,0.995017]],""Land_CzechHedgehog_01_old_F""],[[2329.12,2214.19,6.42256],[[0.0172296,-0.993203,0.11511],[0.0402506,0.115723,0.992466]],""Land_CzechHedgehog_01_old_F""],[[2325.22,2214.36,6.56379],[[0.0131032,-0.998544,-0.052336],[0.025812,-0.0519852,0.998314]],""Land_CzechHedgehog_01_old_F""],[[2313.76,2193.52,4.53231],[[-0.988504,0.151195,6.19627e-05],[-0.00729007,-0.0480714,0.998817]],""Land_HBarrierWall6_F""],[[2308.1,2197.06,6.96629],[[0.987531,-0.148472,-0.052336],[0.0444542,-0.0559185,0.997445]],""Land_CzechHedgehog_01_old_F""],[[2307.47,2193.22,6.64694],[[0.987531,-0.148472,-0.052336],[0.0275735,-0.164179,0.986045]],""Land_CzechHedgehog_01_old_F""],[[2305.86,2195.72,6.67262],[[0.981088,-0.155725,0.114965],[-0.118496,-0.0135508,0.992862]],""Land_CzechHedgehog_01_old_F""],[[2305.06,2191.91,6.52692],[[0.987531,-0.148472,-0.052336],[0.0444542,-0.0559185,0.997445]],""Land_CzechHedgehog_01_old_F""],[[2312.85,2187.48,4.2334],[[-0.9885,0.151219,6.31623e-05],[-0.00736076,-0.0485335,0.998794]],""Land_HBarrierWall6_F""],[[2307.19,2191.02,6.66862],[[0.987531,-0.148472,-0.052336],[0.0443835,-0.0563812,0.997422]],""Land_CzechHedgehog_01_old_F""],[[2306.56,2187.18,6.34745],[[0.987531,-0.148472,-0.052336],[0.0275009,-0.164636,0.985971]],""Land_CzechHedgehog_01_old_F""],[[2304.95,2189.67,6.37417],[[0.981076,-0.155802,0.114961],[-0.118565,-0.0140074,0.992847]],""Land_CzechHedgehog_01_old_F""],[[2304.15,2185.86,6.22665],[[0.987531,-0.148472,-0.052336],[0.0443835,-0.0563812,0.997422]],""Land_CzechHedgehog_01_old_F""],[[2321.73,2193.11,4.35917],[[0.65712,-0.753786,1.14739e-06],[0.00500899,0.00436816,0.999978]],""Land_HBarrierWall6_F""],[[2323.69,2186.68,6.67964],[[-0.656482,0.752524,-0.052336],[-0.0293889,0.0438123,0.998607]],""Land_CzechHedgehog_01_old_F""],[[2326.66,2189.21,6.52379],[[-0.656482,0.752524,-0.052336],[0.0536984,0.115823,0.991817]],""Land_CzechHedgehog_01_old_F""],[[2326.27,2186.28,6.45607],[[-0.652171,0.749274,0.115159],[0.0678261,-0.0936278,0.993294]],""Land_CzechHedgehog_01_old_F""],[[2329.35,2188.67,6.47378],[[-0.656482,0.752524,-0.052336],[-0.0293889,0.0438123,0.998607]],""Land_CzechHedgehog_01_old_F""],[[2327.44,2198.09,4.30875],[[0.65712,-0.753786,1.14739e-06],[0.00500899,0.00436816,0.999978]],""Land_HBarrierWall6_F""],[[2329.4,2191.67,6.62922],[[-0.656482,0.752524,-0.052336],[-0.0293889,0.0438123,0.998607]],""Land_CzechHedgehog_01_old_F""],[[2332.36,2194.19,6.47337],[[-0.656482,0.752524,-0.052336],[0.0536984,0.115823,0.991817]],""Land_CzechHedgehog_01_old_F""],[[2331.98,2191.26,6.40565],[[-0.652171,0.749274,0.115159],[0.0678261,-0.0936278,0.993294]],""Land_CzechHedgehog_01_old_F""],[[2335.06,2193.65,6.42336],[[-0.656482,0.752524,-0.052336],[-0.0293889,0.0438123,0.998607]],""Land_CzechHedgehog_01_old_F""],[[2322.41,2203.85,4.53531],[[-0.658081,0.752947,7.96839e-06],[0.0131526,0.0114849,0.999848]],""Land_HBarrierWall6_F""],[[2320.48,2210.31,6.78901],[[0.656491,-0.752516,-0.052336],[0.0475759,-0.0279371,0.998477]],""Land_CzechHedgehog_01_old_F""],[[2317.52,2207.78,6.72718],[[0.656491,-0.752516,-0.052336],[-0.0355187,-0.100141,0.994339]],""Land_CzechHedgehog_01_old_F""],[[2317.9,2210.72,6.60596],[[0.655217,-0.746615,0.115138],[-0.0499145,0.109291,0.992756]],""Land_CzechHedgehog_01_old_F""],[[2314.82,2208.32,6.71749],[[0.656491,-0.752516,-0.052336],[0.0475759,-0.0279371,0.998477]],""Land_CzechHedgehog_01_old_F""],[[2316.7,2198.87,4.66778],[[-0.658081,0.752947,7.96839e-06],[0.0131526,0.0114849,0.999848]],""Land_HBarrierWall6_F""],[[2314.78,2205.33,6.92149],[[0.656491,-0.752516,-0.052336],[0.0475759,-0.0279371,0.998477]],""Land_CzechHedgehog_01_old_F""],[[2311.81,2202.8,6.85965],[[0.656491,-0.752516,-0.052336],[-0.0355187,-0.100141,0.994339]],""Land_CzechHedgehog_01_old_F""],[[2312.19,2205.73,6.73843],[[0.655217,-0.746615,0.115138],[-0.0499145,0.109291,0.992756]],""Land_CzechHedgehog_01_old_F""],[[2309.12,2203.34,6.84996],[[0.656491,-0.752516,-0.052336],[0.0475759,-0.0279371,0.998477]],""Land_CzechHedgehog_01_old_F""],[[2389.27,2206.84,3.06482],[[-0.0120333,0.999928,1.13323e-05],[-0.0208067,-0.000261723,0.999784]],""Land_HBarrierWall6_F""],[[2391.91,2213.01,5.42398],[[0.0131058,-0.998544,-0.052336],[-0.0201484,-0.0525936,0.998413]],""Land_CzechHedgehog_01_old_F""],[[2388.01,2213,5.21294],[[0.0131058,-0.998544,-0.052336],[-0.129987,-0.0535977,0.990066]],""Land_CzechHedgehog_01_old_F""],[[2390.21,2214.99,5.17669],[[0.00955711,-0.993305,0.115127],[-0.0050561,0.115083,0.993343]],""Land_CzechHedgehog_01_old_F""],[[2386.32,2215.16,5.13927],[[0.0131058,-0.998544,-0.052336],[-0.0201484,-0.0525936,0.998413]],""Land_CzechHedgehog_01_old_F""],[[2383.25,2206.76,2.91469],[[-0.0116064,0.999933,2.19606e-05],[-0.0289532,-0.000358018,0.999581]],""Land_HBarrierWall6_F""],[[2385.87,2212.93,5.29592],[[0.0131058,-0.998544,-0.052336],[-0.0283061,-0.05269,0.99821]],""Land_CzechHedgehog_01_old_F""],[[2381.97,2212.92,5.05315],[[0.0131058,-0.998544,-0.052336],[-0.138073,-0.0536463,0.988968]],""Land_CzechHedgehog_01_old_F""],[[2384.17,2214.91,5.03502],[[0.00819484,-0.993321,0.115093],[-0.0131014,0.11498,0.993281]],""Land_CzechHedgehog_01_old_F""],[[2380.28,2215.09,4.96589],[[0.0131058,-0.998544,-0.052336],[-0.0283061,-0.05269,0.99821]],""Land_CzechHedgehog_01_old_F""],[[2377.24,2206.68,2.87518],[[-0.0139527,0.999903,6.54906e-06],[0.0158169,0.00021416,0.999875]],""Land_HBarrierWall6_F""],[[2379.95,2212.86,5.13347],[[0.0131058,-0.998544,-0.052336],[0.0165254,-0.052117,0.998504]],""Land_CzechHedgehog_01_old_F""],[[2376.05,2212.84,5.06522],[[0.0131058,-0.998544,-0.052336],[-0.0935429,-0.0533353,0.994186]],""Land_CzechHedgehog_01_old_F""],[[2378.24,2214.84,4.94765],[[0.0156814,-0.993225,0.115142],[0.0310986,0.115585,0.992811]],""Land_CzechHedgehog_01_old_F""],[[2374.34,2215,5.05278],[[0.0131058,-0.998544,-0.052336],[0.0165254,-0.052117,0.998504]],""Land_CzechHedgehog_01_old_F""],[[2371.22,2206.6,3.00037],[[-0.0144712,0.999895,1.73189e-05],[0.0257111,0.000354796,0.999669]],""Land_HBarrierWall6_F""],[[2373.95,2212.78,5.23095],[[0.0131058,-0.998544,-0.052336],[0.0264333,-0.0519762,0.998298]],""Land_CzechHedgehog_01_old_F""],[[2370.04,2212.76,5.20132],[[0.0131058,-0.998544,-0.052336],[-0.0836718,-0.0532521,0.995069]],""Land_CzechHedgehog_01_old_F""],[[2372.23,2214.76,5.06181],[[0.0173359,-0.993202,0.115108],[0.0408623,0.115733,0.99244]],""Land_CzechHedgehog_01_old_F""],[[2368.34,2214.92,5.20545],[[0.0131058,-0.998544,-0.052336],[0.0264333,-0.0519762,0.998298]],""Land_CzechHedgehog_01_old_F""],[[2365.2,2206.53,3.1941],[[-0.0151446,0.999885,3.8974e-05],[0.0385602,0.000545097,0.999256]],""Land_HBarrierWall6_F""],[[2367.95,2212.7,5.38841],[[0.0131058,-0.998544,-0.052336],[0.0393,-0.0517856,0.997885]],""Land_CzechHedgehog_01_old_F""],[[2364.05,2212.69,5.40893],[[0.0131058,-0.998544,-0.052336],[-0.0708366,-0.0531361,0.996072]],""Land_CzechHedgehog_01_old_F""],[[2366.24,2214.68,5.24098],[[0.0194846,-0.99317,0.115039],[0.0535393,0.115932,0.991813]],""Land_CzechHedgehog_01_old_F""],[[2362.35,2214.84,5.43462],[[0.0131058,-0.998544,-0.052336],[0.0393,-0.0517856,0.997885]],""Land_CzechHedgehog_01_old_F""],[[2359.18,2206.45,3.41481],[[-0.0149372,0.999888,3.13818e-05],[0.0346027,0.000485559,0.999401]],""Land_HBarrierWall6_F""],[[2361.92,2212.62,5.62032],[[0.0131058,-0.998544,-0.052336],[0.035337,-0.0518452,0.99803]],""Land_CzechHedgehog_01_old_F""],[[2358.02,2212.61,5.6254],[[0.0131058,-0.998544,-0.052336],[-0.0747917,-0.0531728,0.995781]],""Land_CzechHedgehog_01_old_F""],[[2360.21,2214.6,5.4662],[[0.0188228,-0.99318,0.115063],[0.0496351,0.11587,0.992024]],""Land_CzechHedgehog_01_old_F""],[[2356.31,2214.76,5.64444],[[0.0131058,-0.998544,-0.052336],[0.035337,-0.0518452,0.99803]],""Land_CzechHedgehog_01_old_F""],[[2359.24,2201.3,3.41479],[[0.0113102,-0.999936,3.13818e-05],[0.0346036,0.000422763,0.999401]],""Land_HBarrierWall6_F""],[[2356.63,2195.14,5.81126],[[-0.0131057,0.998544,-0.052336],[0.0339643,0.0527548,0.99803]],""Land_CzechHedgehog_01_old_F""],[[2360.53,2195.14,5.54647],[[-0.0131057,0.998544,-0.052336],[0.143678,0.0536779,0.988168]],""Land_CzechHedgehog_01_old_F""],[[2358.33,2193.15,5.54093],[[-0.00724988,0.993332,0.115063],[0.0186824,-0.114911,0.9932]],""Land_CzechHedgehog_01_old_F""],[[2362.22,2192.98,5.4498],[[-0.0131057,0.998544,-0.052336],[0.0339643,0.0527548,0.99803]],""Land_CzechHedgehog_01_old_F""],[[2365.27,2201.38,3.19408],[[0.0111029,-0.999938,3.8974e-05],[0.0385595,0.000467095,0.999256]],""Land_HBarrierWall6_F""],[[2362.67,2195.22,5.60118],[[-0.0131057,0.998544,-0.052336],[0.0379256,0.0527992,0.997885]],""Land_CzechHedgehog_01_old_F""],[[2366.56,2195.22,5.32099],[[-0.0131057,0.998544,-0.052336],[0.147599,0.053699,0.987588]],""Land_CzechHedgehog_01_old_F""],[[2364.36,2193.23,5.32426],[[-0.00658837,0.993339,0.115039],[0.0225899,-0.114864,0.993124]],""Land_CzechHedgehog_01_old_F""],[[2368.25,2193.05,5.21772],[[-0.0131057,0.998544,-0.052336],[0.0379256,0.0527992,0.997885]],""Land_CzechHedgehog_01_old_F""],[[2371.29,2201.46,3.00035],[[0.0117763,-0.999931,1.73151e-05],[0.0257097,0.000320097,0.999669]],""Land_HBarrierWall6_F""],[[2368.66,2195.29,5.37282],[[-0.0131057,0.998544,-0.052336],[0.0250581,0.052652,0.998299]],""Land_CzechHedgehog_01_old_F""],[[2372.55,2195.3,5.14268],[[-0.0131057,0.998544,-0.052336],[0.134855,0.0536273,0.989413]],""Land_CzechHedgehog_01_old_F""],[[2370.36,2193.31,5.11733],[[-0.00873714,0.993315,0.115108],[0.00989808,-0.115021,0.993314]],""Land_CzechHedgehog_01_old_F""],[[2374.25,2193.13,5.06083],[[-0.0131057,0.998544,-0.052336],[0.0250581,0.052652,0.998299]],""Land_CzechHedgehog_01_old_F""],[[2377.31,2201.54,2.87516],[[0.0122946,-0.999924,6.54906e-06],[0.0158191,0.000201053,0.999875]],""Land_HBarrierWall6_F""],[[2374.66,2195.37,5.22074],[[-0.0131057,0.998544,-0.052336],[0.015154,0.0525328,0.998504]],""Land_CzechHedgehog_01_old_F""],[[2378.56,2195.38,5.02914],[[-0.0131057,0.998544,-0.052336],[0.125032,0.0535662,0.990706]],""Land_CzechHedgehog_01_old_F""],[[2376.36,2193.39,4.9818],[[-0.0103911,0.993295,0.115142],[0.000130997,-0.115147,0.993349]],""Land_CzechHedgehog_01_old_F""],[[2380.25,2193.22,4.9638],[[-0.0131057,0.998544,-0.052336],[0.015154,0.0525328,0.998504]],""Land_CzechHedgehog_01_old_F""],[[2383.31,2201.62,2.91467],[[0.0146411,-0.999893,2.19643e-05],[-0.0289545,-0.000402015,0.999581]],""Land_HBarrierWall6_F""],[[2380.58,2195.44,5.13613],[[-0.0131057,0.998544,-0.052336],[-0.0296811,0.0519289,0.99821]],""Land_CzechHedgehog_01_old_F""],[[2384.48,2195.46,5.11915],[[-0.0131057,0.998544,-0.052336],[0.0804336,0.0532236,0.995338]],""Land_CzechHedgehog_01_old_F""],[[2382.29,2193.46,4.97246],[[-0.0178782,0.993194,0.115093],[-0.0440625,-0.115782,0.992297]],""Land_CzechHedgehog_01_old_F""],[[2386.19,2193.3,5.12872],[[-0.0131057,0.998544,-0.052336],[-0.0296811,0.0519289,0.99821]],""Land_CzechHedgehog_01_old_F""],[[2389.34,2201.7,3.0648],[[0.0142141,-0.999899,1.13361e-05],[-0.0208057,-0.000284428,0.999783]],""Land_HBarrierWall6_F""],[[2386.62,2195.52,5.30915],[[-0.0131057,0.998544,-0.052336],[-0.0215211,0.0520467,0.998413]],""Land_CzechHedgehog_01_old_F""],[[2390.52,2195.53,5.26037],[[-0.0131057,0.998544,-0.052336],[0.0885671,0.053294,0.994644]],""Land_CzechHedgehog_01_old_F""],[[2388.33,2193.54,5.13173],[[-0.0165155,0.993214,0.115127],[-0.0360218,-0.115659,0.992636]],""Land_CzechHedgehog_01_old_F""],[[2392.23,2193.38,5.25628],[[-0.0131057,0.998544,-0.052336],[-0.0215211,0.0520467,0.998413]],""Land_CzechHedgehog_01_old_F""],[[2217.92,2484.37,7.92994],[[-0.634513,-0.772912,0.000261325],[-0.0769253,0.0634873,0.995014]],""Land_HBarrierWall6_F""],[[2211.73,2481.52,9.94707],[[0.637669,0.76853,-0.052336],[-0.043612,0.103851,0.993636]],""Land_CzechHedgehog_01_old_F""],[[2214.71,2479.01,10.2067],[[0.637669,0.76853,-0.052336],[0.041245,0.0337799,0.998578]],""Land_CzechHedgehog_01_old_F""],[[2211.76,2478.89,9.90369],[[0.621432,0.775081,0.114329],[-0.162538,-0.0152098,0.986585]],""Land_CzechHedgehog_01_old_F""],[[2214.61,2476.27,10.3353],[[0.637669,0.76853,-0.052336],[-0.043612,0.103851,0.993636]],""Land_CzechHedgehog_01_old_F""],[[2222.23,2480.79,8.48453],[[-0.634592,-0.772847,0.000251103],[-0.0754068,0.0622407,0.995209]],""Land_HBarrierWall6_F""],[[2216.04,2477.93,10.5075],[[0.637669,0.76853,-0.052336],[-0.0420915,0.102603,0.993831]],""Land_CzechHedgehog_01_old_F""],[[2219.03,2475.43,10.7594],[[0.637669,0.76853,-0.052336],[0.0427657,0.0325166,0.998556]],""Land_CzechHedgehog_01_old_F""],[[2216.08,2475.31,10.4607],[[0.621686,0.774873,0.114362],[-0.161041,-0.016437,0.986811]],""Land_CzechHedgehog_01_old_F""],[[2218.93,2472.69,10.8847],[[0.637669,0.76853,-0.052336],[-0.0420915,0.102603,0.993831]],""Land_CzechHedgehog_01_old_F""],[[2226.55,2477.21,9.02424],[[-0.634728,-0.772735,0.000234142],[-0.0728165,0.0601134,0.995532]],""Land_HBarrierWall6_F""],[[2220.37,2474.35,11.0571],[[0.637669,0.76853,-0.052336],[-0.0394976,0.100473,0.994156]],""Land_CzechHedgehog_01_old_F""],[[2223.35,2471.85,11.2959],[[0.637669,0.76853,-0.052336],[0.045359,0.0303617,0.998509]],""Land_CzechHedgehog_01_old_F""],[[2220.4,2471.73,11.0046],[[0.622119,0.774517,0.114416],[-0.158486,-0.0185311,0.987187]],""Land_CzechHedgehog_01_old_F""],[[2223.25,2469.1,11.4155],[[0.637669,0.76853,-0.052336],[-0.0394976,0.100473,0.994156]],""Land_CzechHedgehog_01_old_F""],[[2229.84,2481.17,9.02425],[[0.642345,0.766416,0.000234134],[-0.0725165,0.0604731,0.995532]],""Land_HBarrierWall6_F""],[[2235.71,2484.24,11.5781],[[-0.637669,-0.768531,-0.052336],[-0.106035,0.0202791,0.994156]],""Land_CzechHedgehog_01_old_F""],[[2232.78,2486.76,11.0806],[[-0.637669,-0.768531,-0.052336],[-0.189313,0.0904953,0.977738]],""Land_CzechHedgehog_01_old_F""],[[2235.74,2486.84,11.2086],[[-0.646422,-0.754352,0.114416],[0.0149103,0.137441,0.990398]],""Land_CzechHedgehog_01_old_F""],[[2232.9,2489.5,10.8845],[[-0.637669,-0.768531,-0.052336],[-0.106035,0.0202791,0.994156]],""Land_CzechHedgehog_01_old_F""],[[2225.52,2484.75,8.48455],[[0.642479,0.766303,0.000251103],[-0.0750861,0.0626272,0.995209]],""Land_HBarrierWall6_F""],[[2231.39,2487.83,11.047],[[-0.637669,-0.768531,-0.052336],[-0.108608,0.0224361,0.993831]],""Land_CzechHedgehog_01_old_F""],[[2228.46,2490.35,10.5365],[[-0.637669,-0.768531,-0.052336],[-0.191831,0.0926314,0.977047]],""Land_CzechHedgehog_01_old_F""],[[2231.41,2490.43,10.6719],[[-0.646852,-0.753992,0.114362],[0.0123675,0.139569,0.990135]],""Land_CzechHedgehog_01_old_F""],[[2228.58,2493.09,10.3348],[[-0.637669,-0.768531,-0.052336],[-0.108608,0.0224361,0.993831]],""Land_CzechHedgehog_01_old_F""],[[2221.2,2488.33,7.92996],[[0.642558,0.766237,0.000261322],[-0.0765914,0.0638894,0.995014]],""Land_HBarrierWall6_F""],[[2227.07,2491.41,10.4974],[[-0.637669,-0.768531,-0.052336],[-0.110115,0.0237001,0.993636]],""Land_CzechHedgehog_01_old_F""],[[2224.14,2493.93,9.97928],[[-0.637669,-0.768531,-0.052336],[-0.193305,0.0938827,0.976637]],""Land_CzechHedgehog_01_old_F""],[[2227.1,2494.01,10.1191],[[-0.647104,-0.753781,0.114329],[0.0108779,0.140815,0.989976]],""Land_CzechHedgehog_01_old_F""],[[2224.27,2496.67,9.77437],[[-0.637669,-0.768531,-0.052336],[-0.110115,0.0237001,0.993636]],""Land_CzechHedgehog_01_old_F""],[[2232.32,2472.42,9.72514],[[-0.634858,-0.772629,0.000218071],[-0.0702742,0.0580244,0.995839]],""Land_HBarrierWall6_F""],[[2226.14,2469.56,11.7676],[[0.637666,0.768533,-0.052336],[-0.036952,0.0983812,0.994463]],""Land_CzechHedgehog_01_old_F""],[[2229.12,2467.05,11.9936],[[0.637666,0.768533,-0.052336],[0.0479033,0.0282469,0.998453]],""Land_CzechHedgehog_01_old_F""],[[2226.18,2466.94,11.7096],[[0.622541,0.774171,0.114467],[-0.155978,-0.0205882,0.987546]],""Land_CzechHedgehog_01_old_F""],[[2229.03,2464.31,12.1077],[[0.637666,0.768533,-0.052336],[-0.036952,0.0983812,0.994463]],""Land_CzechHedgehog_01_old_F""],[[2235.87,2469.47,10.0902],[[-0.635842,-0.771819,0.000117093],[-0.051493,0.0425725,0.997766]],""Land_HBarrierWall6_F""],[[2229.73,2466.58,12.2036],[[0.637666,0.768533,-0.052336],[-0.0181451,0.0829081,0.996392]],""Land_CzechHedgehog_01_old_F""],[[2232.71,2464.07,12.3345],[[0.637666,0.768533,-0.052336],[0.0666702,0.0126241,0.997695]],""Land_CzechHedgehog_01_old_F""],[[2229.76,2463.96,12.1041],[[0.625682,0.771587,0.114789],[-0.137449,-0.0358041,0.989861]],""Land_CzechHedgehog_01_old_F""],[[2232.62,2461.33,12.4076],[[0.637666,0.768533,-0.052336],[-0.0181451,0.0829081,0.996392]],""Land_CzechHedgehog_01_old_F""],[[2255.93,2462.58,10.294],[[0.0319228,-0.99949,6.02379e-06],[-0.0151709,-0.000478519,0.999885]],""Land_HBarrierWall6_F""],[[2253.33,2456.36,12.5541],[[-0.0310851,0.998146,-0.052336],[-0.0168208,0.0518314,0.998514]],""Land_CzechHedgehog_01_old_F""],[[2257.23,2456.44,12.4833],[[-0.0310851,0.998146,-0.052336],[0.093205,0.0550278,0.994125]],""Land_CzechHedgehog_01_old_F""],[[2255.08,2454.41,12.3672],[[-0.0334575,0.992785,0.115144],[-0.0283811,-0.116106,0.992831]],""Land_CzechHedgehog_01_old_F""],[[2258.97,2454.31,12.4698],[[-0.0310851,0.998146,-0.052336],[-0.0168208,0.0518314,0.998514]],""Land_CzechHedgehog_01_old_F""],[[2263.32,2462.81,10.3339],[[0.0308967,-0.999523,4.95463e-07],[0.00440891,0.000136781,0.99999]],""Land_HBarrierWall6_F""],[[2260.76,2456.59,12.6482],[[-0.0310851,0.998146,-0.052336],[0.00278586,0.0524476,0.99862]],""Land_CzechHedgehog_01_old_F""],[[2264.66,2456.67,12.5011],[[-0.0310851,0.998146,-0.052336],[0.112708,0.0555277,0.992075]],""Land_CzechHedgehog_01_old_F""],[[2262.5,2454.64,12.4284],[[-0.0301834,0.992888,0.115161],[-0.0090548,-0.115481,0.993268]],""Land_CzechHedgehog_01_old_F""],[[2266.4,2454.54,12.4548],[[-0.0310851,0.998146,-0.052336],[0.00278586,0.0524476,0.99862]],""Land_CzechHedgehog_01_old_F""],[[2270.71,2463.04,10.2841],[[0.0306541,-0.99953,2.12714e-06],[0.00903632,0.000279259,0.999959]],""Land_HBarrierWall6_F""],[[2268.16,2456.82,12.6111],[[-0.0310851,0.998146,-0.052336],[0.00741962,0.0525903,0.998589]],""Land_CzechHedgehog_01_old_F""],[[2272.06,2456.9,12.4459],[[-0.0310851,0.998146,-0.052336],[0.117311,0.0556427,0.991535]],""Land_CzechHedgehog_01_old_F""],[[2269.9,2454.87,12.3835],[[-0.0294095,0.992912,0.115156],[-0.00448637,-0.115336,0.993316]],""Land_CzechHedgehog_01_old_F""],[[2273.79,2454.77,12.3919],[[-0.0310851,0.998146,-0.052336],[0.00741962,0.0525903,0.998589]],""Land_CzechHedgehog_01_old_F""],[[2278.09,2463.27,10.2138],[[0.0306067,-0.999532,2.58535e-06],[0.00994189,0.000307017,0.999951]],""Land_HBarrierWall6_F""],[[2275.55,2457.05,12.5433],[[-0.0310851,0.998146,-0.052336],[0.00832644,0.0526181,0.99858]],""Land_CzechHedgehog_01_old_F""],[[2279.44,2457.13,12.3746],[[-0.0310851,0.998146,-0.052336],[0.118211,0.0556651,0.991427]],""Land_CzechHedgehog_01_old_F""],[[2277.28,2455.1,12.3142],[[-0.0292581,0.992917,0.115155],[-0.00359229,-0.115308,0.993323]],""Land_CzechHedgehog_01_old_F""],[[2281.18,2455,12.3191],[[-0.0310851,0.998146,-0.052336],[0.00832644,0.0526181,0.99858]],""Land_CzechHedgehog_01_old_F""],[[2285.48,2463.5,10.1174],[[0.0302839,-0.999541,6.78748e-06],[0.0161008,0.00049461,0.99987]],""Land_HBarrierWall6_F""],[[2282.95,2457.28,12.4638],[[-0.0310851,0.998146,-0.052336],[0.0144938,0.0528059,0.9985]],""Land_CzechHedgehog_01_old_F""],[[2286.84,2457.36,12.271],[[-0.0310851,0.998146,-0.052336],[0.124334,0.0558161,0.990669]],""Land_CzechHedgehog_01_old_F""],[[2284.68,2455.33,12.2243],[[-0.0282282,0.992948,0.115141],[0.00248882,-0.115117,0.993349]],""Land_CzechHedgehog_01_old_F""],[[2288.58,2455.23,12.2052],[[-0.0310851,0.998146,-0.052336],[0.0144938,0.0528059,0.9985]],""Land_CzechHedgehog_01_old_F""],[[2285.32,2468.64,10.1149],[[-0.0319517,0.999489,6.45592e-06],[0.0157107,0.00049578,0.999876]],""Land_HBarrierWall6_F""],[[2287.92,2474.86,12.3734],[[0.0310856,-0.998146,-0.052336],[0.0173614,-0.0518142,0.998506]],""Land_CzechHedgehog_01_old_F""],[[2284.02,2474.78,12.3048],[[0.0310856,-0.998146,-0.052336],[-0.0926668,-0.0550138,0.994176]],""Land_CzechHedgehog_01_old_F""],[[2286.17,2476.81,12.1874],[[0.0335484,-0.992782,0.115142],[0.0289137,0.116123,0.992814]],""Land_CzechHedgehog_01_old_F""],[[2282.28,2476.91,12.2922],[[0.0310856,-0.998146,-0.052336],[0.0173614,-0.0518142,0.998506]],""Land_CzechHedgehog_01_old_F""],[[2278.69,2468.43,10.2047],[[-0.0317221,0.999497,3.34903e-06],[0.0113313,0.000356283,0.999936]],""Land_HBarrierWall6_F""],[[2281.28,2474.65,12.4755],[[0.0310856,-0.998146,-0.052336],[0.012976,-0.0519538,0.998565]],""Land_CzechHedgehog_01_old_F""],[[2277.38,2474.57,12.3898],[[0.0310856,-0.998146,-0.052336],[-0.0970329,-0.0551276,0.993753]],""Land_CzechHedgehog_01_old_F""],[[2279.54,2476.6,12.2821],[[0.032816,-0.992806,0.115152],[0.0245916,0.115981,0.992947]],""Land_CzechHedgehog_01_old_F""],[[2275.64,2476.7,12.3698],[[0.0310856,-0.998146,-0.052336],[0.012976,-0.0519538,0.998565]],""Land_CzechHedgehog_01_old_F""],[[2272.06,2468.23,10.2821],[[-0.0317548,0.999496,3.72901e-06],[0.0119542,0.000376062,0.999929]],""Land_HBarrierWall6_F""],[[2274.65,2474.45,12.5511],[[0.0310856,-0.998146,-0.052336],[0.0135997,-0.051934,0.998558]],""Land_CzechHedgehog_01_old_F""],[[2270.75,2474.37,12.4678],[[0.0310856,-0.998146,-0.052336],[-0.096412,-0.0551115,0.993815]],""Land_CzechHedgehog_01_old_F""],[[2272.91,2476.4,12.3588],[[0.0329202,-0.992802,0.115151],[0.0252063,0.116002,0.992929]],""Land_CzechHedgehog_01_old_F""],[[2269.01,2476.49,12.4489],[[0.0310856,-0.998146,-0.052336],[0.0135997,-0.051934,0.998558]],""Land_CzechHedgehog_01_old_F""],[[2265.43,2468.02,10.3331],[[-0.0313062,0.99951,2.79397e-07],[0.00339364,0.000106014,0.999994]],""Land_HBarrierWall6_F""],[[2268,2474.24,12.6259],[[0.0310856,-0.998146,-0.052336],[0.00502743,-0.0522045,0.998624]],""Land_CzechHedgehog_01_old_F""],[[2264.1,2474.16,12.5092],[[0.0310856,-0.998146,-0.052336],[-0.104941,-0.0553311,0.992938]],""Land_CzechHedgehog_01_old_F""],[[2266.26,2476.19,12.4192],[[0.0314887,-0.992848,0.115162],[0.016757,0.115727,0.99314]],""Land_CzechHedgehog_01_old_F""],[[2262.36,2476.29,12.476],[[0.0310856,-0.998146,-0.052336],[0.00502743,-0.0522045,0.998624]],""Land_CzechHedgehog_01_old_F""],[[2258.8,2467.81,10.3101],[[-0.0305884,0.999532,2.76416e-06],[-0.010302,-0.000318035,0.999947]],""Land_HBarrierWall6_F""],[[2261.34,2474.03,12.6406],[[0.0310856,-0.998146,-0.052336],[-0.00868703,-0.0526291,0.998576]],""Land_CzechHedgehog_01_old_F""],[[2257.45,2473.95,12.4705],[[0.0310856,-0.998146,-0.052336],[-0.11857,-0.0556741,0.991384]],""Land_CzechHedgehog_01_old_F""],[[2259.6,2475.98,12.4109],[[0.0291985,-0.992918,0.115154],[0.00323666,0.115297,0.993326]],""Land_CzechHedgehog_01_old_F""],[[2255.71,2476.08,12.4144],[[0.0310856,-0.998146,-0.052336],[-0.00868703,-0.0526291,0.998576]],""Land_CzechHedgehog_01_old_F""],[[2236.83,2475.37,9.87399],[[0.641969,0.766731,0.000189476],[-0.0652641,0.0543981,0.996384]],""Land_HBarrierWall6_F""],[[2242.72,2478.43,12.4034],[[-0.637673,-0.768527,-0.052336],[-0.0987727,0.014196,0.995009]],""Land_CzechHedgehog_01_old_F""],[[2239.78,2480.95,11.9427],[[-0.637673,-0.768527,-0.052336],[-0.182202,0.0844677,0.979626]],""Land_CzechHedgehog_01_old_F""],[[2242.74,2481.03,12.0495],[[-0.645214,-0.755365,0.114558],[0.0220867,0.131441,0.991078]],""Land_CzechHedgehog_01_old_F""],[[2239.9,2483.69,11.7623],[[-0.637673,-0.768527,-0.052336],[-0.0987727,0.014196,0.995009]],""Land_CzechHedgehog_01_old_F""],[[2235.61,2476.38,9.73197],[[0.642337,0.766422,0.000232652],[-0.0722883,0.0602825,0.99556]],""Land_HBarrierWall6_F""],[[2241.49,2479.45,12.285],[[-0.637673,-0.768527,-0.052336],[-0.105807,0.0200884,0.994184]],""Land_CzechHedgehog_01_old_F""],[[2238.55,2481.97,11.7887],[[-0.637673,-0.768527,-0.052336],[-0.189089,0.090307,0.977799]],""Land_CzechHedgehog_01_old_F""],[[2241.51,2482.05,11.916],[[-0.646388,-0.754381,0.114421],[0.0151366,0.137252,0.990421]],""Land_CzechHedgehog_01_old_F""],[[2238.68,2484.71,11.5931],[[-0.637673,-0.768527,-0.052336],[-0.105807,0.0200884,0.994184]],""Land_CzechHedgehog_01_old_F""],[[2241.92,2466.08,10.3244],[[-0.325047,-0.945698,1.08033e-06],[0.00610101,-0.00209584,0.999979]],""Land_HBarrierWall6_F""],[[2237.33,2461.17,12.6443],[[0.324282,0.944512,-0.052336],[0.0231043,0.0474011,0.998609]],""Land_CzechHedgehog_01_old_F""],[[2241,2459.87,12.4892],[[0.324282,0.944512,-0.052336],[0.126982,0.0113615,0.99184]],""Land_CzechHedgehog_01_old_F""],[[2238.27,2458.73,12.4211],[[0.323587,0.939165,0.115159],[-0.0474446,-0.10545,0.993292]],""Land_CzechHedgehog_01_old_F""],[[2241.88,2457.26,12.4395],[[0.324282,0.944512,-0.052336],[0.0231043,0.0474011,0.998609]],""Land_CzechHedgehog_01_old_F""],[[2249.1,2463.62,10.2753],[[-0.325047,-0.945698,1.08033e-06],[0.00610101,-0.00209584,0.999979]],""Land_HBarrierWall6_F""],[[2244.51,2458.71,12.5952],[[0.324282,0.944512,-0.052336],[0.0231043,0.0474011,0.998609]],""Land_CzechHedgehog_01_old_F""],[[2248.19,2457.4,12.4402],[[0.324282,0.944512,-0.052336],[0.126982,0.0113615,0.99184]],""Land_CzechHedgehog_01_old_F""],[[2245.45,2456.27,12.372],[[0.323587,0.939165,0.115159],[-0.0474446,-0.10545,0.993292]],""Land_CzechHedgehog_01_old_F""],[[2249.06,2454.79,12.3905],[[0.324282,0.944512,-0.052336],[0.0231043,0.0474011,0.998609]],""Land_CzechHedgehog_01_old_F""],[[2250.95,2469.01,10.2373],[[0.325124,0.945671,1.66893e-06],[-0.00757594,0.00260286,0.999968]],""Land_HBarrierWall6_F""],[[2255.54,2473.92,12.5615],[[-0.324282,-0.944512,-0.052336],[-0.0245812,-0.0468933,0.998597]],""Land_CzechHedgehog_01_old_F""],[[2251.86,2475.23,12.4004],[[-0.324282,-0.944512,-0.052336],[-0.128446,-0.0108487,0.991657]],""Land_CzechHedgehog_01_old_F""],[[2254.6,2476.36,12.3357],[[-0.323833,-0.93908,0.115158],[0.045988,0.105949,0.993308]],""Land_CzechHedgehog_01_old_F""],[[2250.99,2477.83,12.3481],[[-0.324282,-0.944512,-0.052336],[-0.0245812,-0.0468933,0.998597]],""Land_CzechHedgehog_01_old_F""],[[2243.77,2471.47,10.1764],[[0.325124,0.945671,1.66893e-06],[-0.00757594,0.00260286,0.999968]],""Land_HBarrierWall6_F""],[[2248.35,2476.38,12.5006],[[-0.324282,-0.944512,-0.052336],[-0.0245812,-0.0468933,0.998597]],""Land_CzechHedgehog_01_old_F""],[[2244.68,2477.69,12.3395],[[-0.324282,-0.944512,-0.052336],[-0.128446,-0.0108487,0.991657]],""Land_CzechHedgehog_01_old_F""],[[2247.42,2478.82,12.2748],[[-0.323833,-0.93908,0.115158],[0.045988,0.105949,0.993308]],""Land_CzechHedgehog_01_old_F""],[[2243.81,2480.3,12.2872],[[-0.324282,-0.944512,-0.052336],[-0.0245812,-0.0468933,0.998597]],""Land_CzechHedgehog_01_old_F""],[[2292.98,2463.73,9.97584],[[0.0299945,-0.99955,1.2368e-05],[0.0217254,0.000664307,0.999764]],""Land_HBarrierWall6_F""],[[2290.46,2457.52,12.3375],[[-0.0310904,0.998146,-0.052336],[0.0201259,0.0529758,0.998393]],""Land_CzechHedgehog_01_old_F""],[[2294.35,2457.59,12.1229],[[-0.0310904,0.998146,-0.052336],[0.129921,0.0559528,0.989944]],""Land_CzechHedgehog_01_old_F""],[[2292.19,2455.57,12.0887],[[-0.0272929,0.992976,0.115123],[0.00804353,-0.114944,0.993339]],""Land_CzechHedgehog_01_old_F""],[[2296.09,2455.46,12.0477],[[-0.0310904,0.998146,-0.052336],[0.0201259,0.0529758,0.998393]],""Land_CzechHedgehog_01_old_F""],[[2300.38,2463.96,9.80169],[[0.0298125,-0.999556,1.66483e-05],[0.025198,0.000768199,0.999682]],""Land_HBarrierWall6_F""],[[2297.87,2457.75,12.1728],[[-0.0310904,0.998146,-0.052336],[0.0236032,0.0530799,0.998311]],""Land_CzechHedgehog_01_old_F""],[[2301.76,2457.82,11.9446],[[-0.0310904,0.998146,-0.052336],[0.133369,0.0560359,0.989481]],""Land_CzechHedgehog_01_old_F""],[[2299.6,2455.8,11.9181],[[-0.0267122,0.992994,0.11511],[0.0114728,-0.114839,0.993318]],""Land_CzechHedgehog_01_old_F""],[[2303.5,2455.69,11.8636],[[-0.0310904,0.998146,-0.052336],[0.0236032,0.0530799,0.998311]],""Land_CzechHedgehog_01_old_F""],[[2307.79,2464.19,9.60246],[[0.0296403,-0.999561,2.12714e-05],[0.0284835,0.000865901,0.999594]],""Land_HBarrierWall6_F""],[[2305.28,2457.98,11.9825],[[-0.0310904,0.998146,-0.052336],[0.0268932,0.0531777,0.998223]],""Land_CzechHedgehog_01_old_F""],[[2309.17,2458.05,11.7415],[[-0.0310904,0.998146,-0.052336],[0.13663,0.0561139,0.989032]],""Land_CzechHedgehog_01_old_F""],[[2307.01,2456.03,11.7223],[[-0.0261628,0.99301,0.115095],[0.0147175,-0.114739,0.993287]],""Land_CzechHedgehog_01_old_F""],[[2310.91,2455.92,11.655],[[-0.0310904,0.998146,-0.052336],[0.0268932,0.0531777,0.998223]],""Land_CzechHedgehog_01_old_F""],[[2315.2,2464.42,9.37349],[[0.0293925,-0.999568,2.89231e-05],[0.0332118,0.00100552,0.999448]],""Land_HBarrierWall6_F""],[[2312.7,2458.21,11.7662],[[-0.0310904,0.998146,-0.052336],[0.031628,0.0533175,0.998077]],""Land_CzechHedgehog_01_old_F""],[[2316.59,2458.28,11.5068],[[-0.0310904,0.998146,-0.052336],[0.14132,0.0562251,0.988366]],""Land_CzechHedgehog_01_old_F""],[[2314.43,2456.26,11.4982],[[-0.0253722,0.993033,0.115071],[0.0193876,-0.114597,0.993223]],""Land_CzechHedgehog_01_old_F""],[[2318.32,2456.15,11.4125],[[-0.0310904,0.998146,-0.052336],[0.031628,0.0533175,0.998077]],""Land_CzechHedgehog_01_old_F""],[[2322.6,2464.65,9.11994],[[0.029293,-0.999571,3.23318e-05],[0.0351111,0.00106128,0.999383]],""Land_HBarrierWall6_F""],[[2320.1,2458.44,11.5178],[[-0.0310904,0.998146,-0.052336],[0.0335299,0.0533733,0.998012]],""Land_CzechHedgehog_01_old_F""],[[2324,2458.52,11.251],[[-0.0310904,0.998146,-0.052336],[0.143204,0.0562694,0.988092]],""Land_CzechHedgehog_01_old_F""],[[2321.83,2456.49,11.2466],[[-0.0250546,0.993043,0.11506],[0.0212636,-0.114541,0.993191]],""Land_CzechHedgehog_01_old_F""],[[2325.73,2456.38,11.1535],[[-0.0310904,0.998146,-0.052336],[0.0335299,0.0533733,0.998012]],""Land_CzechHedgehog_01_old_F""],[[2336.82,2477.35,7.83915],[[0.989536,-0.144285,7.45058e-08],[-0.000254117,-0.00174228,0.999998]],""Land_HBarrierWall6_F""],[[2342.49,2473.73,10.1365],[[-0.988167,0.144178,-0.052336],[-0.0520421,0.00581139,0.998628]],""Land_CzechHedgehog_01_old_F""],[[2343.09,2477.58,10.0134],[[-0.988167,0.144178,-0.052336],[-0.0358561,0.114618,0.992762]],""Land_CzechHedgehog_01_old_F""],[[2344.72,2475.1,9.92701],[[-0.982982,0.143124,0.115163],[0.111236,-0.035166,0.993172]],""Land_CzechHedgehog_01_old_F""],[[2345.49,2478.92,9.97744],[[-0.988167,0.144178,-0.052336],[-0.0520421,0.00581139,0.998628]],""Land_CzechHedgehog_01_old_F""],[[2337.62,2482.84,7.85836],[[0.989562,-0.144109,6.89178e-07],[-0.000744015,-0.00510421,0.999987]],""Land_HBarrierWall6_F""],[[2343.29,2479.21,10.1463],[[-0.988167,0.144178,-0.052336],[-0.0525327,0.00244485,0.998616]],""Land_CzechHedgehog_01_old_F""],[[2343.89,2483.06,10.0365],[[-0.988167,0.144178,-0.052336],[-0.0363633,0.111273,0.993124]],""Land_CzechHedgehog_01_old_F""],[[2345.51,2480.58,9.94253],[[-0.983064,0.142562,0.115161],[0.110756,-0.0384851,0.993102]],""Land_CzechHedgehog_01_old_F""],[[2346.29,2484.4,10.0062],[[-0.988167,0.144178,-0.052336],[-0.0525327,0.00244485,0.998616]],""Land_CzechHedgehog_01_old_F""],[[2332.61,2484.15,7.868],[[-0.989573,0.14403,1.10269e-06],[0.000941458,0.00646074,0.999979]],""Land_HBarrierWall6_F""],[[2326.94,2487.78,10.1521],[[0.988168,-0.144171,-0.052336],[0.0527304,-0.00108605,0.998608]],""Land_CzechHedgehog_01_old_F""],[[2326.34,2483.93,10.0476],[[0.988168,-0.144171,-0.052336],[0.0365687,-0.109923,0.993267]],""Land_CzechHedgehog_01_old_F""],[[2324.72,2486.41,9.95068],[[0.983098,-0.142327,0.115159],[-0.110562,0.0398234,0.993071]],""Land_CzechHedgehog_01_old_F""],[[2323.94,2482.59,10.0197],[[0.988168,-0.144171,-0.052336],[0.0527304,-0.00108605,0.998608]],""Land_CzechHedgehog_01_old_F""],[[2315.74,2469.59,9.34655],[[-0.03281,0.999462,2.69338e-05],[0.0320484,0.00102514,0.999486]],""Land_HBarrierWall6_F""],[[2318.37,2475.81,11.5592],[[0.0310878,-0.998146,-0.052336],[0.0337216,-0.0512841,0.998115]],""Land_CzechHedgehog_01_old_F""],[[2314.47,2475.73,11.5544],[[0.0310878,-0.998146,-0.052336],[-0.0763598,-0.05458,0.995585]],""Land_CzechHedgehog_01_old_F""],[[2316.62,2477.76,11.4008],[[0.0362825,-0.992694,0.115077],[0.0450344,0.11666,0.99215]],""Land_CzechHedgehog_01_old_F""],[[2312.72,2477.85,11.5692],[[0.0310878,-0.998146,-0.052336],[0.0337216,-0.0512841,0.998115]],""Land_CzechHedgehog_01_old_F""],[[2310.01,2469.41,9.52937],[[-0.0327876,0.999462,2.62186e-05],[0.0316206,0.0010111,0.999499]],""Land_HBarrierWall6_F""],[[2312.64,2475.63,11.7433],[[0.0310878,-0.998146,-0.052336],[0.0332932,-0.0512981,0.998128]],""Land_CzechHedgehog_01_old_F""],[[2308.74,2475.55,11.7368],[[0.0310878,-0.998146,-0.052336],[-0.0767872,-0.0545915,0.995552]],""Land_CzechHedgehog_01_old_F""],[[2310.89,2477.58,11.5841],[[0.036211,-0.992696,0.115079],[0.0446123,0.116646,0.992171]],""Land_CzechHedgehog_01_old_F""],[[2306.99,2477.67,11.7508],[[0.0310878,-0.998146,-0.052336],[0.0332932,-0.0512981,0.998128]],""Land_CzechHedgehog_01_old_F""],[[2304.28,2469.23,9.70362],[[-0.032653,0.999467,2.21245e-05],[0.0290527,0.000927036,0.999577]],""Land_HBarrierWall6_F""],[[2306.9,2475.45,11.9248],[[0.0310878,-0.998146,-0.052336],[0.0307218,-0.0513823,0.998206]],""Land_CzechHedgehog_01_old_F""],[[2303,2475.37,11.9082],[[0.0310878,-0.998146,-0.052336],[-0.0793521,-0.0546607,0.995347]],""Land_CzechHedgehog_01_old_F""],[[2305.15,2477.4,11.7613],[[0.0357816,-0.99271,0.115092],[0.0420787,0.116561,0.992292]],""Land_CzechHedgehog_01_old_F""],[[2301.26,2477.49,11.918],[[0.0310878,-0.998146,-0.052336],[0.0307218,-0.0513823,0.998206]],""Land_CzechHedgehog_01_old_F""],[[2298.55,2469.05,9.84935],[[-0.0322667,0.999479,1.23121e-05],[0.0216803,0.0006876,0.999765]],""Land_HBarrierWall6_F""],[[2301.16,2475.27,12.0912],[[0.0310878,-0.998146,-0.052336],[0.0233393,-0.0516221,0.998394]],""Land_CzechHedgehog_01_old_F""],[[2297.26,2475.19,12.0459],[[0.0310878,-0.998146,-0.052336],[-0.0867117,-0.0548571,0.994722]],""Land_CzechHedgehog_01_old_F""],[[2299.41,2477.22,11.9153],[[0.0345487,-0.99275,0.115124],[0.0348044,0.116318,0.992602]],""Land_CzechHedgehog_01_old_F""],[[2295.52,2477.32,12.0433],[[0.0310878,-0.998146,-0.052336],[0.0233393,-0.0516221,0.998394]],""Land_CzechHedgehog_01_old_F""],[[2292.82,2468.87,9.97863],[[-0.032354,0.999476,1.4279e-05],[0.0233466,0.000741467,0.999727]],""Land_HBarrierWall6_F""],[[2295.43,2475.1,12.2158],[[0.0310878,-0.998146,-0.052336],[0.0250078,-0.0515681,0.998356]],""Land_CzechHedgehog_01_old_F""],[[2291.53,2475.01,12.177],[[0.0310878,-0.998146,-0.052336],[-0.0850488,-0.054813,0.994868]],""Land_CzechHedgehog_01_old_F""],[[2293.68,2477.04,12.0427],[[0.0348274,-0.992741,0.115117],[0.0364486,0.116372,0.992537]],""Land_CzechHedgehog_01_old_F""],[[2289.79,2477.14,12.1772],[[0.0310878,-0.998146,-0.052336],[0.0250078,-0.0515681,0.998356]],""Land_CzechHedgehog_01_old_F""],[[2328.28,2466.95,8.71232],[[0.662779,-0.748815,0.000151642],[0.0568247,0.0504976,0.997106]],""Land_HBarrierWall6_F""],[[2330.41,2460.64,11.2185],[[-0.664844,0.745146,-0.052336],[0.0220596,0.0896184,0.995732]],""Land_CzechHedgehog_01_old_F""],[[2333.34,2463.18,10.7926],[[-0.664844,0.745146,-0.052336],[0.104052,0.161763,0.981329]],""Land_CzechHedgehog_01_old_F""],[[2332.98,2460.24,10.8794],[[-0.651825,0.749649,0.114679],[0.120062,-0.0473032,0.991639]],""Land_CzechHedgehog_01_old_F""],[[2336.04,2462.65,10.627],[[-0.664844,0.745146,-0.052336],[0.0220596,0.0896184,0.995732]],""Land_CzechHedgehog_01_old_F""],[[2333.93,2471.99,8.13555],[[0.662779,-0.748815,0.000151642],[0.0568247,0.0504976,0.997106]],""Land_HBarrierWall6_F""],[[2336.07,2465.69,10.6417],[[-0.664844,0.745146,-0.052336],[0.0220596,0.0896184,0.995732]],""Land_CzechHedgehog_01_old_F""],[[2339,2468.23,10.2158],[[-0.664844,0.745146,-0.052336],[0.104052,0.161763,0.981329]],""Land_CzechHedgehog_01_old_F""],[[2338.64,2465.29,10.3026],[[-0.651825,0.749649,0.114679],[0.120062,-0.0473032,0.991639]],""Land_CzechHedgehog_01_old_F""],[[2341.69,2467.7,10.0502],[[-0.664844,0.745146,-0.052336],[0.0220596,0.0896184,0.995732]],""Land_CzechHedgehog_01_old_F""],[[2328.88,2477.65,8.18895],[[-0.669301,0.742991,0.000217639],[0.0677885,0.0607735,0.995847]],""Land_HBarrierWall6_F""],[[2326.98,2484.19,10.2317],[[0.664836,-0.745154,-0.052336],[0.102724,0.0218051,0.994471]],""Land_CzechHedgehog_01_old_F""],[[2324.05,2481.61,10.4573],[[0.664836,-0.745154,-0.052336],[0.0207182,-0.0516412,0.998451]],""Land_CzechHedgehog_01_old_F""],[[2324.38,2484.54,10.1735],[[0.672655,-0.731049,0.114469],[0.00283812,0.157244,0.987556]],""Land_CzechHedgehog_01_old_F""],[[2321.35,2482.11,10.5713],[[0.664836,-0.745154,-0.052336],[0.102724,0.0218051,0.994471]],""Land_CzechHedgehog_01_old_F""],[[2323.23,2472.61,8.87971],[[-0.669301,0.742991,0.000217639],[0.0677885,0.0607735,0.995847]],""Land_HBarrierWall6_F""],[[2321.32,2479.14,10.9225],[[0.664836,-0.745154,-0.052336],[0.102724,0.0218051,0.994471]],""Land_CzechHedgehog_01_old_F""],[[2318.4,2476.57,11.1481],[[0.664836,-0.745154,-0.052336],[0.0207182,-0.0516412,0.998451]],""Land_CzechHedgehog_01_old_F""],[[2318.72,2479.5,10.8642],[[0.672655,-0.731049,0.114469],[0.00283812,0.157244,0.987556]],""Land_CzechHedgehog_01_old_F""],[[2315.7,2477.07,11.262],[[0.664836,-0.745154,-0.052336],[0.102724,0.0218051,0.994471]],""Land_CzechHedgehog_01_old_F""],[[2338.67,2490,7.90048],[[0.989444,-0.144918,2.9169e-06],[0.00153105,0.0104736,0.999944]],""Land_HBarrierWall6_F""],[[2344.34,2486.41,10.2318],[[-0.988168,0.144171,-0.052336],[-0.0502545,0.0180436,0.998573]],""Land_CzechHedgehog_01_old_F""],[[2344.95,2490.26,10.0606],[[-0.988168,0.144171,-0.052336],[-0.0340107,0.126759,0.99135]],""Land_CzechHedgehog_01_old_F""],[[2346.56,2487.78,10.0016],[[-0.982684,0.14516,0.115154],[0.112988,-0.0231036,0.993328]],""Land_CzechHedgehog_01_old_F""],[[2347.35,2491.6,10.004],[[-0.988168,0.144171,-0.052336],[-0.0502545,0.0180436,0.998573]],""Land_CzechHedgehog_01_old_F""],[[2354.99,2505.7,7.90957],[[0.11823,-0.992986,3.04021e-05],[0.0338194,0.00405729,0.99942]],""Land_HBarrierWall6_F""],[[2353.06,2499.29,10.3046],[[-0.119838,0.991413,-0.052336],[0.0275854,0.0560206,0.998048]],""Land_CzechHedgehog_01_old_F""],[[2356.93,2499.71,10.0419],[[-0.119838,0.991413,-0.052336],[0.136576,0.0686775,0.988246]],""Land_CzechHedgehog_01_old_F""],[[2354.95,2497.5,10.0352],[[-0.113548,0.986847,0.115066],[0.0303326,-0.112318,0.993209]],""Land_CzechHedgehog_01_old_F""],[[2358.84,2497.74,9.94614],[[-0.119838,0.991413,-0.052336],[0.0275854,0.0560206,0.998048]],""Land_CzechHedgehog_01_old_F""],[[2360.96,2506.42,7.68546],[[0.117897,-0.993026,4.28967e-05],[0.0401694,0.00481227,0.999181]],""Land_HBarrierWall6_F""],[[2359.03,2500.02,10.0976],[[-0.119838,0.991413,-0.052336],[0.0339441,0.0567766,0.99781]],""Land_CzechHedgehog_01_old_F""],[[2362.9,2500.43,9.81007],[[-0.119838,0.991413,-0.052336],[0.142874,0.0693891,0.987306]],""Land_CzechHedgehog_01_old_F""],[[2360.93,2498.22,9.81755],[[-0.112486,0.986973,0.115026],[0.0366044,-0.111566,0.993083]],""Land_CzechHedgehog_01_old_F""],[[2364.82,2498.46,9.70364],[[-0.119838,0.991413,-0.052336],[0.0339441,0.0567766,0.99781]],""Land_CzechHedgehog_01_old_F""],[[2360.34,2511.53,7.6855],[[-0.122109,0.992517,4.29041e-05],[0.0401642,0.00489821,0.999181]],""Land_HBarrierWall6_F""],[[2362.42,2517.97,9.87443],[[0.11984,-0.991413,-0.052336],[0.0464998,-0.0470528,0.99781]],""Land_CzechHedgehog_01_old_F""],[[2358.54,2517.53,9.90236],[[0.11984,-0.991413,-0.052336],[-0.0628623,-0.0601876,0.996206]],""Land_CzechHedgehog_01_old_F""],[[2360.5,2519.75,9.7302],[[0.125922,-0.985349,0.115026],[0.0426893,0.121224,0.991707]],""Land_CzechHedgehog_01_old_F""],[[2356.61,2519.49,9.93123],[[0.11984,-0.991413,-0.052336],[0.0464998,-0.0470528,0.99781]],""Land_CzechHedgehog_01_old_F""],[[2354.32,2510.8,7.91159],[[-0.121774,0.992558,3.03238e-05],[0.0337681,0.00411239,0.999421]],""Land_HBarrierWall6_F""],[[2356.39,2517.24,10.1188],[[0.11984,-0.991413,-0.052336],[0.040095,-0.0478397,0.99805]],""Land_CzechHedgehog_01_old_F""],[[2352.51,2516.8,10.1215],[[0.11984,-0.991413,-0.052336],[-0.069259,-0.0609361,0.995736]],""Land_CzechHedgehog_01_old_F""],[[2354.47,2519.02,9.96366],[[0.124853,-0.98548,0.115066],[0.0363801,0.120443,0.992054]],""Land_CzechHedgehog_01_old_F""],[[2350.58,2518.77,10.1396],[[0.11984,-0.991413,-0.052336],[0.040095,-0.0478397,0.99805]],""Land_CzechHedgehog_01_old_F""],[[2348.3,2510.08,8.11567],[[-0.121733,0.992563,2.89231e-05],[0.0329833,0.00401612,0.999448]],""Land_HBarrierWall6_F""],[[2350.37,2516.51,10.3251],[[0.11984,-0.991413,-0.052336],[0.0393091,-0.0479361,0.998077]],""Land_CzechHedgehog_01_old_F""],[[2346.49,2516.08,10.3248],[[0.11984,-0.991413,-0.052336],[-0.0700436,-0.0610277,0.995675]],""Land_CzechHedgehog_01_old_F""],[[2348.45,2518.29,10.1686],[[0.124722,-0.985496,0.115071],[0.0356059,0.120347,0.992093]],""Land_CzechHedgehog_01_old_F""],[[2344.56,2518.04,10.3415],[[0.11984,-0.991413,-0.052336],[0.0393091,-0.0479361,0.998077]],""Land_CzechHedgehog_01_old_F""],[[2334.42,2496.53,7.98898],[[-0.989419,0.145085,4.82797e-06],[-0.00196604,-0.0134409,0.999908]],""Land_HBarrierWall6_F""],[[2328.74,2500.12,10.3285],[[0.988166,-0.144183,-0.052336],[0.0498189,-0.0210156,0.998537]],""Land_CzechHedgehog_01_old_F""],[[2328.14,2496.27,10.1456],[[0.988166,-0.144183,-0.052336],[0.0335598,-0.129707,0.990984]],""Land_CzechHedgehog_01_old_F""],[[2326.52,2498.76,10.0933],[[0.98261,-0.145668,0.115148],[-0.113415,0.0201747,0.993343]],""Land_CzechHedgehog_01_old_F""],[[2325.74,2494.94,10.084],[[0.988166,-0.144183,-0.052336],[0.0498189,-0.0210156,0.998537]],""Land_CzechHedgehog_01_old_F""],[[2333.61,2491,7.92065],[[-0.98944,0.144941,3.04729e-06],[-0.00156336,-0.0106933,0.999942]],""Land_HBarrierWall6_F""],[[2327.94,2494.59,10.2525],[[0.988166,-0.144183,-0.052336],[0.0502221,-0.0182643,0.998571]],""Land_CzechHedgehog_01_old_F""],[[2327.33,2490.74,10.0805],[[0.988166,-0.144183,-0.052336],[0.0339759,-0.126978,0.991323]],""Land_CzechHedgehog_01_old_F""],[[2325.71,2493.22,10.022],[[0.982677,-0.145208,0.115153],[-0.113019,0.022888,0.993329]],""Land_CzechHedgehog_01_old_F""],[[2324.93,2489.4,10.0235],[[0.988166,-0.144183,-0.052336],[0.0502221,-0.0182643,0.998571]],""Land_CzechHedgehog_01_old_F""],[[2342.3,2496.91,7.97697],[[0.698555,-0.715556,7.18981e-07],[-0.0038003,-0.003709,0.999986]],""Land_HBarrierWall6_F""],[[2344.6,2490.59,10.2645],[[-0.697399,0.714769,-0.052336],[-0.0403547,0.0337454,0.998615]],""Land_CzechHedgehog_01_old_F""],[[2347.42,2493.28,10.1552],[[-0.697399,0.714769,-0.052336],[0.0385949,0.110375,0.99314]],""Land_CzechHedgehog_01_old_F""],[[2347.2,2490.33,10.061],[[-0.694345,0.710368,0.115161],[0.0644976,-0.0979525,0.993099]],""Land_CzechHedgehog_01_old_F""],[[2350.14,2492.89,10.1252],[[-0.697399,0.714769,-0.052336],[-0.0403547,0.0337454,0.998615]],""Land_CzechHedgehog_01_old_F""],[[2347.72,2502.21,8.01727],[[0.698555,-0.715556,7.18981e-07],[-0.0038003,-0.003709,0.999986]],""Land_HBarrierWall6_F""],[[2350.02,2495.88,10.3048],[[-0.697399,0.714769,-0.052336],[-0.0403547,0.0337454,0.998615]],""Land_CzechHedgehog_01_old_F""],[[2352.84,2498.58,10.1955],[[-0.697399,0.714769,-0.052336],[0.0385949,0.110375,0.99314]],""Land_CzechHedgehog_01_old_F""],[[2352.62,2495.62,10.1013],[[-0.694345,0.710368,0.115161],[0.0644976,-0.0979525,0.993099]],""Land_CzechHedgehog_01_old_F""],[[2355.56,2498.18,10.1655],[[-0.697399,0.714769,-0.052336],[-0.0403547,0.0337454,0.998615]],""Land_CzechHedgehog_01_old_F""],[[2342.68,2507.37,8.19897],[[-0.697892,0.716203,4.27663e-06],[-0.00915825,-0.00893008,0.999918]],""Land_HBarrierWall6_F""],[[2340.35,2513.67,10.5363],[[0.697415,-0.714754,-0.052336],[0.0273792,-0.046401,0.998548]],""Land_CzechHedgehog_01_old_F""],[[2337.53,2510.98,10.3565],[[0.697415,-0.714754,-0.052336],[-0.0515574,-0.122876,0.991082]],""Land_CzechHedgehog_01_old_F""],[[2337.75,2513.93,10.3024],[[0.692194,-0.712466,0.115149],[-0.0772815,0.0854617,0.99334]],""Land_CzechHedgehog_01_old_F""],[[2334.81,2511.38,10.2962],[[0.697415,-0.714754,-0.052336],[0.0273792,-0.046401,0.998548]],""Land_CzechHedgehog_01_old_F""],[[2337.25,2502.08,8.10188],[[-0.697892,0.716203,4.27663e-06],[-0.00915825,-0.00893008,0.999918]],""Land_HBarrierWall6_F""],[[2334.93,2508.38,10.4392],[[0.697415,-0.714754,-0.052336],[0.0273792,-0.046401,0.998548]],""Land_CzechHedgehog_01_old_F""],[[2332.11,2505.69,10.2594],[[0.697415,-0.714754,-0.052336],[-0.0515574,-0.122876,0.991082]],""Land_CzechHedgehog_01_old_F""],[[2332.33,2508.64,10.2053],[[0.692194,-0.712466,0.115149],[-0.0772815,0.0854617,0.99334]],""Land_CzechHedgehog_01_old_F""],[[2329.39,2506.08,10.1991],[[0.697415,-0.714754,-0.052336],[0.0273792,-0.046401,0.998548]],""Land_CzechHedgehog_01_old_F""],[[2368.4,2507.32,7.38277],[[0.117727,-0.993046,5.01312e-05],[0.0434223,0.00519822,0.999043]],""Land_HBarrierWall6_F""],[[2366.49,2500.92,9.80371],[[-0.119838,0.991413,-0.052336],[0.0372014,0.0571631,0.997671]],""Land_CzechHedgehog_01_old_F""],[[2370.35,2501.33,9.50339],[[-0.119838,0.991413,-0.052336],[0.146099,0.0697528,0.986808]],""Land_CzechHedgehog_01_old_F""],[[2368.38,2499.12,9.51817],[[-0.111943,0.987037,0.115003],[0.0398177,-0.111182,0.993002]],""Land_CzechHedgehog_01_old_F""],[[2372.27,2499.36,9.39151],[[-0.119838,0.991413,-0.052336],[0.0372014,0.0571631,0.997671]],""Land_CzechHedgehog_01_old_F""],[[2370.1,2507.53,7.30958],[[0.117818,-0.993035,4.61861e-05],[0.0416796,0.00499154,0.999119]],""Land_HBarrierWall6_F""],[[2368.18,2501.12,9.72583],[[-0.119838,0.991413,-0.052336],[0.0354563,0.0569562,0.997747]],""Land_CzechHedgehog_01_old_F""],[[2372.04,2501.54,9.43234],[[-0.119838,0.991413,-0.052336],[0.144371,0.0695581,0.987076]],""Land_CzechHedgehog_01_old_F""],[[2370.07,2499.33,9.44321],[[-0.112235,0.987003,0.115016],[0.0380963,-0.111388,0.993047]],""Land_CzechHedgehog_01_old_F""],[[2373.96,2499.57,9.32338],[[-0.119838,0.991413,-0.052336],[0.0354563,0.0569562,0.997747]],""Land_CzechHedgehog_01_old_F""],[[2386.2,2494.89,5.58362],[[-0.996585,0.0825716,2.97315e-05],[0.00281127,0.0335703,0.999432]],""Land_HBarrierWall6_F""],[[2380.32,2498.22,7.79174],[[0.995072,-0.0842154,-0.052336],[0.0549647,0.0292029,0.998061]],""Land_CzechHedgehog_01_old_F""],[[2379.95,2494.34,7.79322],[[0.995072,-0.0842154,-0.052336],[0.0455542,-0.080529,0.995711]],""Land_CzechHedgehog_01_old_F""],[[2378.18,2496.71,7.63606],[[0.990278,-0.0781562,0.115068],[-0.110558,0.059782,0.99207]],""Land_CzechHedgehog_01_old_F""],[[2377.64,2492.85,7.81073],[[0.995072,-0.0842154,-0.052336],[0.0549647,0.0292029,0.998061]],""Land_CzechHedgehog_01_old_F""],[[2391.49,2496.39,5.63835],[[0.996285,-0.0861175,2.97129e-05],[0.00287068,0.0335555,0.999433]],""Land_HBarrierWall6_F""],[[2397.37,2493.19,8.03233],[[-0.99507,0.0842433,-0.052336],[-0.0492748,0.0380165,0.998062]],""Land_CzechHedgehog_01_old_F""],[[2397.75,2497.06,7.77115],[[-0.99507,0.0842433,-0.052336],[-0.0395088,0.147308,0.988301]],""Land_CzechHedgehog_01_old_F""],[[2399.51,2494.68,7.76354],[[-0.989326,0.0894088,0.115068],[0.116107,0.0064844,0.993216]],""Land_CzechHedgehog_01_old_F""],[[2400.06,2498.54,7.67602],[[-0.99507,0.0842433,-0.052336],[-0.0492748,0.0380165,0.998062]],""Land_CzechHedgehog_01_old_F""],[[2407.25,2512.02,5.63401],[[0.117806,-0.993037,6.03348e-05],[0.0476364,0.00571191,0.998848]],""Land_HBarrierWall6_F""],[[2405.34,2505.62,8.06628],[[-0.120138,0.991377,-0.052336],[0.0414056,0.0576756,0.997476]],""Land_CzechHedgehog_01_old_F""],[[2409.21,2506.04,7.74943],[[-0.120138,0.991377,-0.052336],[0.150255,0.0702683,0.986147]],""Land_CzechHedgehog_01_old_F""],[[2407.23,2503.83,7.77367],[[-0.111537,0.987087,0.11497],[0.0440158,-0.110672,0.992882]],""Land_CzechHedgehog_01_old_F""],[[2411.12,2504.07,7.63048],[[-0.120138,0.991377,-0.052336],[0.0414056,0.0576756,0.997476]],""Land_CzechHedgehog_01_old_F""],[[2414.27,2512.87,5.27836],[[0.117572,-0.993064,7.22184e-05],[0.0521143,0.00624258,0.998622]],""Land_HBarrierWall6_F""],[[2412.37,2506.47,7.72262],[[-0.120138,0.991377,-0.052336],[0.0458896,0.058207,0.997249]],""Land_CzechHedgehog_01_old_F""],[[2416.24,2506.89,7.38822],[[-0.120138,0.991377,-0.052336],[0.15469,0.0707676,0.985425]],""Land_CzechHedgehog_01_old_F""],[[2414.26,2504.68,7.42252],[[-0.110788,0.987176,0.114932],[0.0484395,-0.110143,0.992735]],""Land_CzechHedgehog_01_old_F""],[[2418.15,2504.92,7.26177],[[-0.120138,0.991377,-0.052336],[0.0458896,0.058207,0.997249]],""Land_CzechHedgehog_01_old_F""],[[2413.65,2517.98,5.27719],[[-0.123032,0.992403,7.19763e-05],[0.0520096,0.00637538,0.998626]],""Land_HBarrierWall6_F""],[[2415.75,2524.42,7.43208],[[0.120141,-0.991376,-0.052336],[0.0583773,-0.0455717,0.997254]],""Land_CzechHedgehog_01_old_F""],[[2411.87,2523.99,7.50663],[[0.120141,-0.991376,-0.052336],[-0.0509838,-0.0588096,0.996966]],""Land_CzechHedgehog_01_old_F""],[[2413.83,2526.2,7.30808],[[0.128203,-0.985066,0.114933],[0.0543368,0.122692,0.990956]],""Land_CzechHedgehog_01_old_F""],[[2409.94,2525.94,7.55555],[[0.120141,-0.991376,-0.052336],[0.0583773,-0.0455717,0.997254]],""Land_CzechHedgehog_01_old_F""],[[2407.45,2517.23,5.59479],[[-0.122863,0.992424,6.33634e-05],[0.0488001,0.00597775,0.998791]],""Land_HBarrierWall6_F""],[[2409.54,2523.67,7.75892],[[0.120141,-0.991376,-0.052336],[0.0551634,-0.0459699,0.997419]],""Land_CzechHedgehog_01_old_F""],[[2405.66,2523.23,7.82084],[[0.120141,-0.991376,-0.052336],[-0.0541984,-0.059189,0.996774]],""Land_CzechHedgehog_01_old_F""],[[2407.62,2525.45,7.62944],[[0.127666,-0.985132,0.114961],[0.0511716,0.122297,0.991174]],""Land_CzechHedgehog_01_old_F""],[[2403.74,2525.19,7.86432],[[0.120141,-0.991376,-0.052336],[0.0551634,-0.0459699,0.997419]],""Land_CzechHedgehog_01_old_F""],[[2401.25,2516.48,5.89301],[[-0.122709,0.992443,5.59576e-05],[0.0458639,0.00561447,0.998932]],""Land_HBarrierWall6_F""],[[2403.34,2522.92,8.06559],[[0.120141,-0.991376,-0.052336],[0.0522231,-0.0463337,0.99756]],""Land_CzechHedgehog_01_old_F""],[[2399.46,2522.48,8.11596],[[0.120141,-0.991376,-0.052336],[-0.0571384,-0.0595355,0.99659]],""Land_CzechHedgehog_01_old_F""],[[2401.42,2524.7,7.9311],[[0.127175,-0.985193,0.114984],[0.0482758,0.121936,0.991363]],""Land_CzechHedgehog_01_old_F""],[[2397.53,2524.44,8.15447],[[0.120141,-0.991376,-0.052336],[0.0522231,-0.0463337,0.99756]],""Land_CzechHedgehog_01_old_F""],[[2378.71,2513.75,6.91234],[[-0.122311,0.992492,5.14462e-05],[0.0439778,0.00536788,0.999018]],""Land_HBarrierWall6_F""],[[2380.79,2520.19,9.09034],[[0.119842,-0.991413,-0.052336],[0.0503188,-0.0465825,0.997646]],""Land_CzechHedgehog_01_old_F""],[[2376.92,2519.75,9.13328],[[0.119842,-0.991413,-0.052336],[-0.0590459,-0.0597402,0.996466]],""Land_CzechHedgehog_01_old_F""],[[2378.88,2521.97,8.95262],[[0.126562,-0.98527,0.114999],[0.0464507,0.12169,0.991481]],""Land_CzechHedgehog_01_old_F""],[[2374.99,2521.71,9.1686],[[0.119842,-0.991413,-0.052336],[0.0503188,-0.0465825,0.997646]],""Land_CzechHedgehog_01_old_F""],[[2373.25,2513.09,7.15003],[[-0.12219,0.992507,4.61824e-05],[0.0416678,0.00508334,0.999119]],""Land_HBarrierWall6_F""],[[2375.33,2519.53,9.33465],[[0.119842,-0.991413,-0.052336],[0.0480056,-0.0468674,0.997747]],""Land_CzechHedgehog_01_old_F""],[[2371.45,2519.09,9.3685],[[0.119842,-0.991413,-0.052336],[-0.0613577,-0.0600114,0.99631]],""Land_CzechHedgehog_01_old_F""],[[2373.41,2521.31,9.19299],[[0.126176,-0.985318,0.115016],[0.0441723,0.121408,0.991619]],""Land_CzechHedgehog_01_old_F""],[[2369.53,2521.05,9.39991],[[0.119842,-0.991413,-0.052336],[0.0480056,-0.0468674,0.997747]],""Land_CzechHedgehog_01_old_F""],[[2367.78,2512.43,7.3803],[[-0.122171,0.992509,4.54001e-05],[0.0413146,0.00503986,0.999134]],""Land_HBarrierWall6_F""],[[2369.87,2518.87,9.56593],[[0.119842,-0.991413,-0.052336],[0.047652,-0.046911,0.997762]],""Land_CzechHedgehog_01_old_F""],[[2365.99,2518.43,9.59839],[[0.119842,-0.991413,-0.052336],[-0.0617111,-0.0600528,0.996286]],""Land_CzechHedgehog_01_old_F""],[[2367.95,2520.65,9.42367],[[0.126117,-0.985325,0.115018],[0.0438239,0.121364,0.99164]],""Land_CzechHedgehog_01_old_F""],[[2364.06,2520.39,9.62921],[[0.119842,-0.991413,-0.052336],[0.047652,-0.046911,0.997762]],""Land_CzechHedgehog_01_old_F""],[[2377.71,2504.94,6.77448],[[-0.698061,-0.716038,0.000259384],[0.0713335,-0.0691822,0.99505]],""Land_HBarrierWall6_F""],[[2371.63,2502.31,9.34102],[[0.693372,0.718677,-0.052336],[0.10777,-0.0316129,0.993673]],""Land_CzechHedgehog_01_old_F""],[[2374.37,2499.58,8.8243],[[0.693372,0.718677,-0.052336],[0.185483,-0.107825,0.976714]],""Land_CzechHedgehog_01_old_F""],[[2371.41,2499.72,8.96333],[[0.701632,0.703306,0.114335],[-0.0216424,-0.139353,0.990006]],""Land_CzechHedgehog_01_old_F""],[[2374.03,2496.85,8.62],[[0.693372,0.718677,-0.052336],[0.10777,-0.0316129,0.993673]],""Land_CzechHedgehog_01_old_F""],[[2383.15,2499.69,6.02189],[[-0.698061,-0.716038,0.000259384],[0.0713335,-0.0691822,0.99505]],""Land_HBarrierWall6_F""],[[2377.07,2497.05,8.58843],[[0.693372,0.718677,-0.052336],[0.10777,-0.0316129,0.993673]],""Land_CzechHedgehog_01_old_F""],[[2379.81,2494.32,8.0717],[[0.693372,0.718677,-0.052336],[0.185483,-0.107825,0.976714]],""Land_CzechHedgehog_01_old_F""],[[2376.85,2494.47,8.21074],[[0.701632,0.703306,0.114335],[-0.0216424,-0.139353,0.990006]],""Land_CzechHedgehog_01_old_F""],[[2379.47,2491.6,7.86741],[[0.693372,0.718677,-0.052336],[0.10777,-0.0316129,0.993673]],""Land_CzechHedgehog_01_old_F""],[[2394.76,2502.96,5.78476],[[0.719868,-0.694111,1.67638e-07],[-0.00179522,-0.0018616,0.999997]],""Land_HBarrierWall6_F""],[[2397.26,2496.71,8.0798],[[-0.718788,0.693257,-0.052336],[-0.0394678,0.0344679,0.998626]],""Land_CzechHedgehog_01_old_F""],[[2400,2499.49,7.95995],[[-0.718788,0.693257,-0.052336],[0.0371184,0.113439,0.992851]],""Land_CzechHedgehog_01_old_F""],[[2399.87,2496.53,7.87172],[[-0.715285,0.689278,0.115162],[0.0693076,-0.0940107,0.993156]],""Land_CzechHedgehog_01_old_F""],[[2402.73,2499.18,7.92536],[[-0.718788,0.693257,-0.052336],[-0.0394678,0.0344679,0.998626]],""Land_CzechHedgehog_01_old_F""],[[2400.02,2508.42,5.80438],[[0.719868,-0.694111,1.67638e-07],[-0.00179522,-0.0018616,0.999997]],""Land_HBarrierWall6_F""],[[2402.52,2502.17,8.09942],[[-0.718788,0.693257,-0.052336],[-0.0394678,0.0344679,0.998626]],""Land_CzechHedgehog_01_old_F""],[[2405.26,2504.95,7.97957],[[-0.718788,0.693257,-0.052336],[0.0371184,0.113439,0.992851]],""Land_CzechHedgehog_01_old_F""],[[2405.13,2501.99,7.89135],[[-0.715285,0.689278,0.115162],[0.0693076,-0.0940107,0.993156]],""Land_CzechHedgehog_01_old_F""],[[2407.99,2504.64,7.94499],[[-0.718788,0.693257,-0.052336],[-0.0394678,0.0344679,0.998626]],""Land_CzechHedgehog_01_old_F""],[[2393.75,2515.57,6.23643],[[-0.122441,0.992476,5.20758e-05],[0.0442421,0.00540568,0.999006]],""Land_HBarrierWall6_F""],[[2395.84,2522.01,8.41367],[[0.119957,-0.991399,-0.052336],[0.0505895,-0.0465439,0.997634]],""Land_CzechHedgehog_01_old_F""],[[2391.96,2521.57,8.45765],[[0.119957,-0.991399,-0.052336],[-0.0587738,-0.0597159,0.996484]],""Land_CzechHedgehog_01_old_F""],[[2393.92,2523.79,8.2764],[[0.126721,-0.98525,0.114997],[0.0466978,0.121728,0.991464]],""Land_CzechHedgehog_01_old_F""],[[2390.03,2523.53,8.49342],[[0.119957,-0.991399,-0.052336],[0.0505895,-0.0465439,0.997634]],""Land_CzechHedgehog_01_old_F""],[[2386.2,2514.66,6.57569],[[-0.122441,0.992476,5.20758e-05],[0.0442421,0.00540568,0.999006]],""Land_HBarrierWall6_F""],[[2388.29,2521.1,8.75293],[[0.119957,-0.991399,-0.052336],[0.0505895,-0.0465439,0.997634]],""Land_CzechHedgehog_01_old_F""],[[2384.41,2520.66,8.79691],[[0.119957,-0.991399,-0.052336],[-0.0587738,-0.0597159,0.996484]],""Land_CzechHedgehog_01_old_F""],[[2386.37,2522.88,8.61567],[[0.126721,-0.98525,0.114997],[0.0466978,0.121728,0.991464]],""Land_CzechHedgehog_01_old_F""],[[2382.49,2522.62,8.83268],[[0.119957,-0.991399,-0.052336],[0.0505895,-0.0465439,0.997634]],""Land_CzechHedgehog_01_old_F""],[[2278.71,2271.35,13.3934],[[-0.745076,0.66698,0.000206184],[-0.058954,-0.0661647,0.996066]],""Land_HBarrierWall6_F""],[[2275.84,2277.34,15.9323],[[0.74714,-0.662603,-0.052336],[-0.0198789,-0.100981,0.99469]],""Land_CzechHedgehog_01_old_F""],[[2273.22,2274.48,15.4573],[[0.74714,-0.662603,-0.052336],[-0.092834,-0.181997,0.978907]],""Land_CzechHedgehog_01_old_F""],[[2273.24,2277.45,15.5723],[[0.733329,-0.670162,0.114505],[-0.133052,0.0237013,0.990826]],""Land_CzechHedgehog_01_old_F""],[[2270.49,2274.7,15.2709],[[0.74714,-0.662603,-0.052336],[-0.0198789,-0.100981,0.99469]],""Land_CzechHedgehog_01_old_F""],[[2274.61,2266.73,12.883],[[-0.745508,0.666496,0.000152502],[-0.0506976,-0.0569358,0.99709]],""Land_HBarrierWall6_F""],[[2271.75,2272.74,15.3898],[[0.74714,-0.662603,-0.052336],[-0.0116112,-0.0917395,0.995715]],""Land_CzechHedgehog_01_old_F""],[[2269.14,2269.87,14.963],[[0.74714,-0.662603,-0.052336],[-0.084638,-0.172944,0.981288]],""Land_CzechHedgehog_01_old_F""],[[2269.15,2272.84,15.0503],[[0.73471,-0.668619,0.114676],[-0.124898,0.0328322,0.991626]],""Land_CzechHedgehog_01_old_F""],[[2266.4,2270.09,14.7971],[[0.74714,-0.662603,-0.052336],[-0.0116112,-0.0917395,0.995715]],""Land_CzechHedgehog_01_old_F""],[[2270.5,2262.1,12.4091],[[-0.745489,0.666518,0.0001547],[-0.0510617,-0.057343,0.997048]],""Land_HBarrierWall6_F""],[[2267.65,2268.11,14.9173],[[0.74714,-0.662603,-0.052336],[-0.0119758,-0.0921473,0.995673]],""Land_CzechHedgehog_01_old_F""],[[2265.03,2265.25,14.4883],[[0.74714,-0.662603,-0.052336],[-0.0849996,-0.173344,0.981187]],""Land_CzechHedgehog_01_old_F""],[[2265.05,2268.21,14.5769],[[0.734649,-0.668687,0.114669],[-0.125258,0.0324293,0.991594]],""Land_CzechHedgehog_01_old_F""],[[2262.3,2265.46,14.3215],[[0.74714,-0.662603,-0.052336],[-0.0119758,-0.0921473,0.995673]],""Land_CzechHedgehog_01_old_F""],[[2266.4,2257.48,12.0041],[[-0.746281,0.665631,7.67484e-05],[-0.0359557,-0.0404273,0.998535]],""Land_HBarrierWall6_F""],[[2263.58,2263.52,14.4526],[[0.74714,-0.662603,-0.052336],[0.00315089,-0.0752084,0.997163]],""Land_CzechHedgehog_01_old_F""],[[2260.96,2260.65,14.1119],[[0.74714,-0.662603,-0.052336],[-0.0699758,-0.156717,0.985162]],""Land_CzechHedgehog_01_old_F""],[[2260.97,2263.61,14.1498],[[0.737175,-0.665858,0.114918],[-0.110344,0.0491603,0.992677]],""Land_CzechHedgehog_01_old_F""],[[2258.22,2260.86,13.9828],[[0.74714,-0.662603,-0.052336],[0.00315089,-0.0752084,0.997163]],""Land_CzechHedgehog_01_old_F""],[[2262.3,2252.85,11.6707],[[-0.746301,0.665608,7.51018e-05],[-0.035567,-0.0399915,0.998567]],""Land_HBarrierWall6_F""],[[2259.47,2258.9,14.1177],[[0.74714,-0.662603,-0.052336],[0.00354013,-0.074772,0.997194]],""Land_CzechHedgehog_01_old_F""],[[2256.86,2256.02,13.7793],[[0.74714,-0.662603,-0.052336],[-0.0695887,-0.156288,0.985257]],""Land_CzechHedgehog_01_old_F""],[[2256.87,2258.99,13.8159],[[0.73724,-0.665785,0.114923],[-0.10996,0.0495913,0.992698]],""Land_CzechHedgehog_01_old_F""],[[2254.12,2256.23,13.6512],[[0.74714,-0.662603,-0.052336],[0.00354013,-0.074772,0.997194]],""Land_CzechHedgehog_01_old_F""],[[2258.2,2248.22,11.361],[[-0.746546,0.665334,5.67101e-05],[-0.0309031,-0.0347604,0.998918]],""Land_HBarrierWall6_F""],[[2255.38,2254.28,13.7893],[[0.74714,-0.662603,-0.052336],[0.0082104,-0.0695336,0.997546]],""Land_CzechHedgehog_01_old_F""],[[2252.76,2251.41,13.4782],[[0.74714,-0.662603,-0.052336],[-0.0649422,-0.151137,0.986377]],""Land_CzechHedgehog_01_old_F""],[[2252.78,2254.37,13.4992],[[0.73802,-0.664911,0.114982],[-0.105357,0.0547639,0.992925]],""Land_CzechHedgehog_01_old_F""],[[2250.02,2251.61,13.3617],[[0.74714,-0.662603,-0.052336],[0.0082104,-0.0695336,0.997546]],""Land_CzechHedgehog_01_old_F""],[[2262.05,2244.81,11.361],[[0.74978,-0.661687,5.67026e-05],[-0.0308181,-0.0348354,0.998918]],""Land_HBarrierWall6_F""],[[2264.75,2238.6,13.5327],[[-0.74714,0.662603,-0.052336],[-0.0700163,-0.000157648,0.997546]],""Land_CzechHedgehog_01_old_F""],[[2267.36,2241.5,13.5843],[[-0.74714,0.662603,-0.052336],[0.00311014,0.0822245,0.996609]],""Land_CzechHedgehog_01_old_F""],[[2267.37,2238.54,13.3987],[[-0.748341,0.653273,0.114982],[0.0444896,-0.123522,0.991344]],""Land_CzechHedgehog_01_old_F""],[[2270.11,2241.31,13.6233],[[-0.74714,0.662603,-0.052336],[-0.0700163,-0.000157648,0.997546]],""Land_CzechHedgehog_01_old_F""],[[2266.15,2249.43,11.6708],[[0.750023,-0.661411,7.5113e-05],[-0.0354565,-0.0400934,0.998567]],""Land_HBarrierWall6_F""],[[2268.85,2243.22,13.8224],[[-0.74714,0.662603,-0.052336],[-0.0746612,-0.00542287,0.997194]],""Land_CzechHedgehog_01_old_F""],[[2271.46,2246.12,13.9014],[[-0.74714,0.662603,-0.052336],[-0.00156247,0.076989,0.997031]],""Land_CzechHedgehog_01_old_F""],[[2271.47,2243.16,13.7003],[[-0.749117,0.652393,0.114923],[0.0399193,-0.128712,0.990878]],""Land_CzechHedgehog_01_old_F""],[[2274.2,2245.93,13.9522],[[-0.74714,0.662603,-0.052336],[-0.0746612,-0.00542287,0.997194]],""Land_CzechHedgehog_01_old_F""],[[2270.25,2254.06,12.0041],[[0.750044,-0.661389,7.67409e-05],[-0.0358388,-0.0405269,0.998536]],""Land_HBarrierWall6_F""],[[2272.95,2247.85,14.1541],[[-0.74714,0.662603,-0.052336],[-0.0750439,-0.00585695,0.997163]],""Land_CzechHedgehog_01_old_F""],[[2275.56,2250.74,14.2353],[[-0.74714,0.662603,-0.052336],[-0.0019477,0.0765572,0.997063]],""Land_CzechHedgehog_01_old_F""],[[2275.57,2247.79,14.033],[[-0.74918,0.652321,0.114918],[0.0395427,-0.12914,0.990838]],""Land_CzechHedgehog_01_old_F""],[[2278.3,2250.55,14.2871],[[-0.74714,0.662603,-0.052336],[-0.0750439,-0.00585695,0.997163]],""Land_CzechHedgehog_01_old_F""],[[2274.35,2258.69,12.4091],[[0.750829,-0.660496,0.0001547],[-0.0508304,-0.0575487,0.997048]],""Land_HBarrierWall6_F""],[[2277.03,2252.44,14.4936],[[-0.74714,0.662603,-0.052336],[-0.0900562,-0.0229021,0.995673]],""Land_CzechHedgehog_01_old_F""],[[2279.63,2255.33,14.6634],[[-0.74714,0.662603,-0.052336],[-0.0170755,0.0595795,0.998078]],""Land_CzechHedgehog_01_old_F""],[[2279.65,2252.38,14.411],[[-0.751687,0.649474,0.114669],[0.0247754,-0.145938,0.988984]],""Land_CzechHedgehog_01_old_F""],[[2282.37,2255.15,14.7534],[[-0.74714,0.662603,-0.052336],[-0.0900562,-0.0229021,0.995673]],""Land_CzechHedgehog_01_old_F""],[[2278.46,2263.31,12.8831],[[0.75081,-0.660518,0.000152502],[-0.0504694,-0.0571384,0.99709]],""Land_HBarrierWall6_F""],[[2281.13,2257.07,14.9692],[[-0.74714,0.662603,-0.052336],[-0.0896947,-0.0224912,0.995715]],""Land_CzechHedgehog_01_old_F""],[[2283.74,2259.96,15.1369],[[-0.74714,0.662603,-0.052336],[-0.0167108,0.0599893,0.998059]],""Land_CzechHedgehog_01_old_F""],[[2283.75,2257.01,14.8857],[[-0.751627,0.649543,0.114676],[0.0251309,-0.145533,0.989034]],""Land_CzechHedgehog_01_old_F""],[[2286.48,2259.78,15.2259],[[-0.74714,0.662603,-0.052336],[-0.0896947,-0.0224912,0.995715]],""Land_CzechHedgehog_01_old_F""],[[2282.56,2267.94,13.3934],[[0.751239,-0.660031,0.000206169],[-0.0586437,-0.0664364,0.996066]],""Land_HBarrierWall6_F""],[[2285.22,2261.67,15.4433],[[-0.74714,0.662603,-0.052336],[-0.0978801,-0.031802,0.99469]],""Land_CzechHedgehog_01_old_F""],[[2287.82,2264.57,15.6594],[[-0.74714,0.662603,-0.052336],[-0.0249749,0.0506979,0.998402]],""Land_CzechHedgehog_01_old_F""],[[2287.84,2261.62,15.3809],[[-0.752994,0.647988,0.114505],[0.0170814,-0.154706,0.987813]],""Land_CzechHedgehog_01_old_F""],[[2290.56,2264.39,15.7693],[[-0.74714,0.662603,-0.052336],[-0.0978801,-0.031802,0.99469]],""Land_CzechHedgehog_01_old_F""]]"; }; }; }; class Attribute2 { property="trencher_main_trenchPieces"; expression="false"; class Value { class data { singleType="STRING"; value="[[[2438.31,2199.11,3.41529],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2438.55,2205.08,3.41529],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2438.79,2211.06,3.41529],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2439.02,2217.03,3.41529],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2422.88,2217.67,3.41529],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2422.64,2211.69,3.41529],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2422.41,2205.72,3.41529],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2422.17,2199.75,3.41529],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2446.49,2198.79,3.17201],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2446.72,2204.76,3.17201],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2446.96,2210.73,3.17201],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2447.19,2216.71,3.17201],[[-0.997854,0.0393547,-0.052336],[-0.0522953,0.00206249,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2414.71,2217.99,3.17201],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2414.47,2212.02,3.17201],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2414.24,2206.04,3.17201],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2414,2200.07,3.17201],[[0.997854,-0.0393548,-0.052336],[0.0522953,-0.0020625,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2443.91,2418.95,3.41529],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2444.1,2424.62,3.41529],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2444.3,2430.28,3.41529],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2444.49,2435.95,3.41529],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2444.68,2441.62,3.41529],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2428.54,2442.17,3.41529],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2428.34,2436.5,3.41529],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2428.15,2430.83,3.41529],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2427.96,2425.16,3.41529],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2427.76,2419.5,3.41529],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2452.09,2418.67,3.17201],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2452.28,2424.34,3.17201],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2452.47,2430.01,3.17201],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2452.66,2435.67,3.17201],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2452.86,2441.34,3.17201],[[-0.998052,0.0339705,-0.052336],[-0.0523057,0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2420.36,2442.45,3.17201],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2420.17,2436.78,3.17201],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2419.98,2431.11,3.17201],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2419.78,2425.44,3.17201],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2419.59,2419.77,3.17201],[[0.998052,-0.0339705,-0.052336],[0.0523057,-0.00178032,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2617.38,2562.24,3.41529],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2617.82,2556.84,3.41529],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2618.27,2551.43,3.41529],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2618.71,2546.03,3.41529],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2634.81,2547.35,3.41529],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2634.37,2552.75,3.41529],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2633.92,2558.16,3.41529],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2633.48,2563.56,3.41529],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2609.23,2561.57,3.17201],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2609.67,2556.17,3.17201],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2610.11,2550.76,3.17201],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2610.56,2545.36,3.17201],[[0.99528,0.0817212,-0.052336],[0.0521604,0.00428283,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2642.96,2548.02,3.17201],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2642.52,2553.42,3.17201],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2642.07,2558.83,3.17201],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2641.63,2564.23,3.17201],[[-0.99528,-0.0817211,-0.052336],[-0.0521604,-0.00428282,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2699.59,2198.73,3.41529],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2706.76,2200.11,3.41529],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2713.92,2201.49,3.41529],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2721.08,2202.87,3.41529],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2728.25,2204.25,3.41529],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2725.19,2220.11,3.41529],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2718.02,2218.73,3.41529],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2710.86,2217.35,3.41529],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2703.7,2215.97,3.41529],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2696.54,2214.59,3.41529],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2701.14,2190.7,3.17201],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2708.3,2192.08,3.17201],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2715.47,2193.46,3.17201],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2722.63,2194.84,3.17201],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2729.79,2196.22,3.17201],[[-0.189036,0.980574,-0.052336],[-0.00990696,0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2723.64,2228.14,3.17201],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2716.48,2226.76,3.17201],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2709.31,2225.38,3.17201],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2702.15,2224,3.17201],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2694.99,2222.62,3.17201],[[0.189036,-0.980575,-0.052336],[0.00990695,-0.0513897,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2439.32,2224.52,3.41529],[[-0.997854,0.0393562,-0.052336],[-0.0522953,0.00206257,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2439.39,2226.3,3.41529],[[-0.997854,0.0393562,-0.052336],[-0.0522953,0.00206257,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2447.72,2235.44,3.41529],[[0.179418,0.98238,-0.052336],[0.00940292,0.0514844,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2448.11,2251.79,3.41529],[[-0.179413,-0.982381,-0.052336],[-0.00940262,-0.0514844,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2444.06,2252.53,3.41529],[[-0.179413,-0.982381,-0.052336],[-0.00940262,-0.0514844,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2423.61,2236.15,3.41529],[[0.997854,-0.0393439,-0.052336],[0.0522953,-0.00206193,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2423.39,2230.65,3.41529],[[0.997854,-0.0393439,-0.052336],[0.0522953,-0.00206193,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2423.17,2225.16,3.41529],[[0.997854,-0.0393439,-0.052336],[0.0522953,-0.00206193,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2440.96,2229.39,3.41529],[[-0.624352,0.779388,-0.052336],[-0.0327209,0.040846,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2446.87,2234.12,3.41529],[[-0.624352,0.779388,-0.052336],[-0.0327209,0.040846,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2434.14,2250.01,3.42862],[[0.624342,-0.779396,-0.052336],[0.0327204,-0.0408464,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2428.23,2245.28,3.42862],[[0.624342,-0.779396,-0.052336],[0.0327204,-0.0408464,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2447.49,2224.2,3.17201],[[-0.997854,0.0393562,-0.052336],[-0.0522953,0.00206257,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2447.56,2225.98,3.17201],[[-0.997854,0.0393562,-0.052336],[-0.0522953,0.00206257,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2446.25,2227.4,3.17201],[[0.179418,0.98238,-0.052336],[0.00940292,0.0514843,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2449.58,2259.84,3.17201],[[-0.179413,-0.982381,-0.052336],[-0.00940261,-0.0514844,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2445.53,2260.58,3.17201],[[-0.179413,-0.982381,-0.052336],[-0.00940261,-0.0514844,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2415.44,2236.47,3.17201],[[0.997854,-0.0393439,-0.052336],[0.0522953,-0.00206193,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2415.22,2230.98,3.17201],[[0.997854,-0.0393439,-0.052336],[0.0522953,-0.00206193,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2415,2225.48,3.17201],[[0.997854,-0.0393439,-0.052336],[0.0522953,-0.00206193,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2446.08,2223.01,3.17201],[[-0.624352,0.779388,-0.052336],[-0.0327209,0.040846,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2451.98,2227.74,3.17201],[[-0.624352,0.779388,-0.052336],[-0.0327209,0.040846,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2429.02,2256.4,3.18534],[[0.624342,-0.779396,-0.052336],[0.0327204,-0.0408464,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2423.12,2251.67,3.18534],[[0.624342,-0.779396,-0.052336],[0.0327204,-0.0408464,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2416.35,2467.24,4.20846],[[-0.0228604,0.998368,-0.052336],[0.0622188,0.0536689,0.996619]],""Peer_Trench_Straight_Short_Chameleon""],[[2418.95,2467.3,4.04578],[[-0.0228604,0.998368,-0.052336],[0.060505,0.0536353,0.996726]],""Peer_Trench_Straight_Short_Chameleon""],[[2429.04,2457.09,3.41529],[[0.998051,-0.0339817,-0.052336],[0.0523057,-0.00178091,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2428.79,2449.67,3.41529],[[0.998051,-0.0339817,-0.052336],[0.0523057,-0.00178091,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2444.94,2449.12,3.41529],[[-0.998051,0.0339777,-0.052336],[-0.0523057,0.00178069,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2445,2450.83,3.41529],[[-0.998051,0.0339777,-0.052336],[-0.0523057,0.00178069,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2455.02,2457.05,3.41529],[[0.482988,0.874062,-0.052336],[0.0253123,0.0458076,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2462.35,2471.45,3.41529],[[-0.482999,-0.874056,-0.052336],[-0.0253129,-0.0458073,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2456.62,2474.62,3.41529],[[-0.482999,-0.874056,-0.052336],[-0.0253129,-0.0458073,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2450.89,2477.78,3.36337],[[-0.482999,-0.874056,-0.052336],[-0.0391973,-0.0381274,0.998504]],""Peer_Trench_Straight_Short_Chameleon""],[[2427.04,2483.65,3.5902],[[0.0228469,-0.998368,-0.052336],[0.0512278,-0.0511118,0.997378]],""Peer_Trench_Straight_Short_Chameleon""],[[2421.51,2483.52,3.88053],[[0.0228469,-0.998368,-0.052336],[0.0560651,-0.0509878,0.997124]],""Peer_Trench_Straight_Short_Chameleon""],[[2415.98,2483.39,4.20697],[[0.0228469,-0.998368,-0.052336],[0.0642725,-0.0507745,0.99664]],""Peer_Trench_Straight_Short_Chameleon""],[[2422.37,2465.91,3.72908],[[0.710065,0.702189,-0.052336],[0.0566336,0.0171333,0.998248]],""Peer_Trench_Straight_Short_Chameleon""],[[2427.69,2460.52,3.51989],[[0.710065,0.702189,-0.052336],[0.0566336,0.0171333,0.998248]],""Peer_Trench_Straight_Short_Chameleon""],[[2446.34,2453.03,3.41529],[[-0.492696,0.868626,-0.052336],[-0.0258211,0.0455228,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2452.91,2456.76,3.41529],[[-0.492696,0.868626,-0.052336],[-0.0258211,0.0455228,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2442.93,2480.9,3.35707],[[-0.23832,-0.969776,-0.052336],[-0.00335946,-0.0530652,0.998585]],""Peer_Trench_Straight_Long_Chameleon""],[[2435.55,2482.71,3.42849],[[-0.23832,-0.969776,-0.052336],[-0.00335946,-0.0530652,0.998585]],""Peer_Trench_Straight_Long_Chameleon""],[[2416.49,2459.06,3.96653],[[-0.0228604,0.998368,-0.052336],[0.0622188,0.0536689,0.996619]],""Peer_Trench_Straight_Short_Chameleon""],[[2419.09,2459.12,3.80378],[[-0.0228604,0.998368,-0.052336],[0.060505,0.0536353,0.996726]],""Peer_Trench_Straight_Short_Chameleon""],[[2420.87,2457.37,3.17201],[[0.998051,-0.0339817,-0.052336],[0.0523056,-0.0017809,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2420.62,2449.94,3.17201],[[0.998051,-0.0339817,-0.052336],[0.0523056,-0.0017809,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2453.11,2448.84,3.17201],[[-0.998051,0.0339777,-0.052336],[-0.0523057,0.00178069,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2453.17,2450.55,3.17201],[[-0.998051,0.0339777,-0.052336],[-0.0523057,0.00178069,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2451.06,2449.89,3.17201],[[0.482988,0.874062,-0.052336],[0.0253123,0.0458076,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2466.31,2478.61,3.17201],[[-0.482998,-0.874056,-0.052336],[-0.0253129,-0.0458073,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2460.58,2481.78,3.17201],[[-0.482998,-0.874056,-0.052336],[-0.0253129,-0.0458073,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2454.86,2484.94,3.12017],[[-0.482998,-0.874056,-0.052336],[-0.0391973,-0.0381274,0.998504]],""Peer_Trench_Straight_Short_Chameleon""],[[2426.82,2491.82,3.34776],[[0.0228469,-0.998368,-0.052336],[0.0512278,-0.0511118,0.997378]],""Peer_Trench_Straight_Short_Chameleon""],[[2421.29,2491.7,3.63826],[[0.0228469,-0.998368,-0.052336],[0.0560651,-0.0509878,0.997124]],""Peer_Trench_Straight_Short_Chameleon""],[[2415.75,2491.57,3.96503],[[0.0228469,-0.998368,-0.052336],[0.0642725,-0.0507745,0.99664]],""Peer_Trench_Straight_Short_Chameleon""],[[2416.54,2460.17,3.48605],[[0.710065,0.702189,-0.052336],[0.0566336,0.0171333,0.998248]],""Peer_Trench_Straight_Short_Chameleon""],[[2421.86,2454.79,3.27686],[[0.710065,0.702189,-0.052336],[0.0566336,0.0171333,0.998248]],""Peer_Trench_Straight_Short_Chameleon""],[[2450.38,2445.92,3.17201],[[-0.492696,0.868626,-0.052336],[-0.0258211,0.0455228,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2456.95,2449.64,3.17201],[[-0.492696,0.868626,-0.052336],[-0.0258211,0.0455228,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2444.87,2488.84,3.11382],[[-0.23832,-0.969775,-0.052336],[-0.00335946,-0.0530652,0.998585]],""Peer_Trench_Straight_Long_Chameleon""],[[2437.49,2490.65,3.18524],[[-0.23832,-0.969775,-0.052336],[-0.00335946,-0.0530652,0.998585]],""Peer_Trench_Straight_Long_Chameleon""],[[2408.48,2483.22,4.67582],[[0.0228607,-0.998368,-0.052336],[0.0647769,-0.0507604,0.996608]],""Peer_Trench_Straight_Short_Chameleon""],[[2406.4,2483.17,4.80811],[[0.0228607,-0.998368,-0.052336],[0.0649734,-0.0507553,0.996595]],""Peer_Trench_Straight_Short_Chameleon""],[[2396.58,2491.31,5.53575],[[-0.995071,0.0842262,-0.052336],[-0.0495394,0.0349585,0.99816]],""Peer_Trench_Straight_Short_Chameleon""],[[2380.3,2490.55,5.46526],[[0.995072,-0.084217,-0.052336],[0.0498711,-0.0311118,0.998271]],""Peer_Trench_Straight_Short_Chameleon""],[[2379.91,2485.92,5.34124],[[0.995072,-0.084217,-0.052336],[0.0498929,-0.0308583,0.998278]],""Peer_Trench_Straight_Short_Chameleon""],[[2397.87,2466.82,5.37558],[[-0.0228569,0.998368,-0.052336],[0.060399,0.053633,0.996732]],""Peer_Trench_Straight_Short_Chameleon""],[[2403.36,2466.94,5.02859],[[-0.0228569,0.998368,-0.052336],[0.0635259,0.0536942,0.996535]],""Peer_Trench_Straight_Short_Chameleon""],[[2408.85,2467.07,4.67754],[[-0.0228569,0.998368,-0.052336],[0.0618747,0.053662,0.99664]],""Peer_Trench_Straight_Short_Chameleon""],[[2403.13,2484.56,5.15713],[[-0.727536,-0.68407,-0.052336],[-0.0187308,-0.0564503,0.99823]],""Peer_Trench_Straight_Short_Chameleon""],[[2397.94,2490.07,5.37124],[[-0.727536,-0.68407,-0.052336],[-0.0187308,-0.0564503,0.99823]],""Peer_Trench_Straight_Short_Chameleon""],[[2383.28,2476.29,5.35597],[[0.727543,0.684063,-0.052336],[0.0219248,0.0530629,0.99835]],""Peer_Trench_Straight_Long_Chameleon""],[[2388.46,2470.77,5.53485],[[0.727543,0.684063,-0.052336],[0.0219248,0.0530629,0.99835]],""Peer_Trench_Straight_Long_Chameleon""],[[2408.25,2491.4,4.43389],[[0.0228607,-0.998368,-0.052336],[0.0647769,-0.0507604,0.996608]],""Peer_Trench_Straight_Short_Chameleon""],[[2406.17,2491.35,4.5662],[[0.0228607,-0.998368,-0.052336],[0.0649734,-0.0507553,0.996595]],""Peer_Trench_Straight_Short_Chameleon""],[[2404.73,2490.6,5.29278],[[-0.995071,0.0842262,-0.052336],[-0.0495394,0.0349585,0.99816]],""Peer_Trench_Straight_Short_Chameleon""],[[2372.16,2491.26,5.22222],[[0.995072,-0.084217,-0.052336],[0.0498711,-0.0311118,0.998271]],""Peer_Trench_Straight_Short_Chameleon""],[[2371.76,2486.62,5.0982],[[0.995072,-0.084217,-0.052336],[0.0498929,-0.0308583,0.998278]],""Peer_Trench_Straight_Short_Chameleon""],[[2398.01,2458.64,5.13357],[[-0.0228569,0.998368,-0.052336],[0.060399,0.053633,0.996732]],""Peer_Trench_Straight_Short_Chameleon""],[[2403.5,2458.77,4.78671],[[-0.0228569,0.998368,-0.052336],[0.0635259,0.0536942,0.996535]],""Peer_Trench_Straight_Short_Chameleon""],[[2409,2458.89,4.43559],[[-0.0228569,0.998368,-0.052336],[0.0618747,0.053662,0.99664]],""Peer_Trench_Straight_Short_Chameleon""],[[2409.07,2490.18,4.91412],[[-0.727536,-0.68407,-0.052336],[-0.0187308,-0.0564503,0.99823]],""Peer_Trench_Straight_Short_Chameleon""],[[2403.89,2495.69,5.12823],[[-0.727536,-0.68407,-0.052336],[-0.0187308,-0.0564503,0.99823]],""Peer_Trench_Straight_Short_Chameleon""],[[2377.33,2470.67,5.11288],[[0.727543,0.684063,-0.052336],[0.0219248,0.0530629,0.99835]],""Peer_Trench_Straight_Long_Chameleon""],[[2382.52,2465.16,5.29176],[[0.727543,0.684063,-0.052336],[0.0219248,0.0530629,0.99835]],""Peer_Trench_Straight_Long_Chameleon""],[[2422.36,2508.31,4.84411],[[-0.120134,0.991377,-0.052336],[0.0564744,0.0594569,0.996632]],""Peer_Trench_Straight_Short_Chameleon""],[[2428.75,2509.08,4.44485],[[-0.120134,0.991377,-0.052336],[0.0540121,0.0591666,0.996786]],""Peer_Trench_Straight_Short_Chameleon""],[[2435.15,2509.86,4.04931],[[-0.120134,0.991377,-0.052336],[0.0553283,0.0593218,0.996704]],""Peer_Trench_Straight_Short_Chameleon""],[[2458.07,2515.22,3.2618],[[-0.331878,0.941869,-0.052336],[-0.0503883,0.037701,0.998018]],""Peer_Trench_Straight_Short_Chameleon""],[[2462.71,2516.85,3.28084],[[-0.331878,0.941869,-0.052336],[0.00830814,0.0583968,0.998259]],""Peer_Trench_Straight_Short_Chameleon""],[[2467.34,2518.48,3.1887],[[-0.331878,0.941869,-0.052336],[-0.0077125,0.0527694,0.998577]],""Peer_Trench_Straight_Short_Chameleon""],[[2462.8,2534.01,3.18582],[[0.331862,-0.941875,-0.052336],[0.0319133,-0.0442386,0.998511]],""Peer_Trench_Straight_Short_Chameleon""],[[2453.23,2541.71,3.53101],[[-0.998621,0.00424453,-0.052336],[-0.052388,-0.0132571,0.998539]],""Peer_Trench_Straight_Short_Chameleon""],[[2453.25,2547.13,3.58056],[[-0.998621,0.00424453,-0.052336],[-0.0523553,-0.00456928,0.998618]],""Peer_Trench_Straight_Short_Chameleon""],[[2437.1,2547.2,3.58056],[[0.998621,-0.00424592,-0.052336],[0.0523145,-0.0050149,0.998618]],""Peer_Trench_Straight_Short_Chameleon""],[[2437.07,2541.91,3.53291],[[0.998621,-0.00424592,-0.052336],[0.0522747,-0.0134384,0.998542]],""Peer_Trench_Straight_Short_Chameleon""],[[2437.05,2536.61,3.45073],[[0.998621,-0.00424592,-0.052336],[0.0522514,-0.0180529,0.998471]],""Peer_Trench_Straight_Short_Chameleon""],[[2426.83,2525.12,4.44376],[[0.12013,-0.991378,-0.052336],[0.0665831,-0.0445533,0.996786]],""Peer_Trench_Straight_Short_Chameleon""],[[2420.42,2524.35,4.84409],[[0.12013,-0.991378,-0.052336],[0.0690404,-0.0442474,0.996632]],""Peer_Trench_Straight_Short_Chameleon""],[[2443.01,2511.25,3.68737],[[-0.227368,0.972401,-0.052336],[0.0279311,0.0602335,0.997793]],""Peer_Trench_Straight_Long_Chameleon""],[[2450.41,2512.98,3.37647],[[-0.227368,0.972401,-0.052336],[0.0279311,0.0602335,0.997793]],""Peer_Trench_Straight_Long_Chameleon""],[[2460.74,2534.73,3.26256],[[-0.578718,-0.813847,-0.052336],[-0.0149841,-0.0535524,0.998453]],""Peer_Trench_Straight_Short_Chameleon""],[[2454.58,2539.11,3.40482],[[-0.578718,-0.813847,-0.052336],[-0.0149841,-0.0535524,0.998453]],""Peer_Trench_Straight_Short_Chameleon""],[[2435.55,2532.73,3.58799],[[0.746003,-0.663883,-0.052336],[0.0757388,0.00650243,0.997107]],""Peer_Trench_Straight_Short_Chameleon""],[[2430.51,2527.07,4.0062],[[0.746003,-0.663883,-0.052336],[0.0757388,0.00650243,0.997107]],""Peer_Trench_Straight_Short_Chameleon""],[[2423.3,2500.18,4.60217],[[-0.120134,0.991377,-0.052336],[0.0564744,0.0594569,0.996632]],""Peer_Trench_Straight_Short_Chameleon""],[[2429.7,2500.96,4.20281],[[-0.120134,0.991377,-0.052336],[0.0540121,0.0591666,0.996786]],""Peer_Trench_Straight_Short_Chameleon""],[[2436.09,2501.73,3.80732],[[-0.120134,0.991377,-0.052336],[0.0553283,0.0593218,0.996704]],""Peer_Trench_Straight_Short_Chameleon""],[[2460.81,2507.51,3.01893],[[-0.331878,0.941869,-0.052336],[-0.0503883,0.037701,0.998018]],""Peer_Trench_Straight_Short_Chameleon""],[[2465.41,2509.13,3.03781],[[-0.331878,0.941869,-0.052336],[0.00830814,0.0583968,0.998259]],""Peer_Trench_Straight_Short_Chameleon""],[[2470.05,2510.77,2.94545],[[-0.331878,0.941869,-0.052336],[-0.0077125,0.0527694,0.998577]],""Peer_Trench_Straight_Short_Chameleon""],[[2460.08,2541.73,2.94262],[[0.331862,-0.941875,-0.052336],[0.0319133,-0.0442386,0.998511]],""Peer_Trench_Straight_Short_Chameleon""],[[2461.41,2541.68,3.28779],[[-0.998621,0.00424453,-0.052336],[-0.052388,-0.0132571,0.998539]],""Peer_Trench_Straight_Short_Chameleon""],[[2461.43,2547.1,3.33729],[[-0.998621,0.00424453,-0.052336],[-0.0523553,-0.00456928,0.998618]],""Peer_Trench_Straight_Short_Chameleon""],[[2428.92,2547.24,3.33729],[[0.998621,-0.00424592,-0.052336],[0.0523145,-0.0050149,0.998618]],""Peer_Trench_Straight_Short_Chameleon""],[[2428.89,2541.95,3.28969],[[0.998621,-0.00424592,-0.052336],[0.0522747,-0.0134384,0.998542]],""Peer_Trench_Straight_Short_Chameleon""],[[2428.87,2536.66,3.20756],[[0.998621,-0.00424592,-0.052336],[0.0522514,-0.0180529,0.998471]],""Peer_Trench_Straight_Short_Chameleon""],[[2425.8,2533.24,4.20172],[[0.12013,-0.991378,-0.052336],[0.0665831,-0.0445533,0.996786]],""Peer_Trench_Straight_Short_Chameleon""],[[2419.39,2532.46,4.60215],[[0.12013,-0.991378,-0.052336],[0.0690404,-0.0442474,0.996632]],""Peer_Trench_Straight_Short_Chameleon""],[[2444.85,2503.28,3.44465],[[-0.227368,0.972401,-0.052336],[0.0279311,0.0602335,0.997793]],""Peer_Trench_Straight_Long_Chameleon""],[[2452.25,2505.01,3.13375],[[-0.227368,0.972401,-0.052336],[0.0279311,0.0602335,0.997793]],""Peer_Trench_Straight_Long_Chameleon""],[[2465.47,2541.4,3.0194],[[-0.578718,-0.813847,-0.052336],[-0.0149841,-0.0535524,0.998453]],""Peer_Trench_Straight_Short_Chameleon""],[[2459.31,2545.78,3.16165],[[-0.578718,-0.813847,-0.052336],[-0.0149841,-0.0535524,0.998453]],""Peer_Trench_Straight_Short_Chameleon""],[[2429.41,2538.14,3.34573],[[0.746003,-0.663883,-0.052336],[0.0757388,0.00650244,0.997107]],""Peer_Trench_Straight_Short_Chameleon""],[[2424.38,2532.48,3.76394],[[0.746003,-0.663883,-0.052336],[0.0757388,0.00650244,0.997107]],""Peer_Trench_Straight_Short_Chameleon""],[[2437.23,2578.92,3.92057],[[0.998621,-0.00425068,-0.052336],[0.0522124,-0.0252875,0.998316]],""Peer_Trench_Straight_Short_Chameleon""],[[2437.21,2572.86,3.77588],[[0.998621,-0.00425068,-0.052336],[0.0522252,-0.0229535,0.998372]],""Peer_Trench_Straight_Short_Chameleon""],[[2437.18,2566.81,3.68661],[[0.998621,-0.00425068,-0.052336],[0.0523055,-0.00697841,0.998607]],""Peer_Trench_Straight_Short_Chameleon""],[[2437.15,2560.75,3.64805],[[0.998621,-0.00425068,-0.052336],[0.0523091,-0.00619709,0.998612]],""Peer_Trench_Straight_Short_Chameleon""],[[2437.13,2554.7,3.6183],[[0.998621,-0.00425068,-0.052336],[0.0523187,-0.00407382,0.998622]],""Peer_Trench_Straight_Short_Chameleon""],[[2453.28,2554.63,3.6183],[[-0.998621,0.0042506,-0.052336],[-0.0523515,-0.00362829,0.998622]],""Peer_Trench_Straight_Short_Chameleon""],[[2453.31,2560.69,3.64805],[[-0.998621,0.0042506,-0.052336],[-0.05236,-0.00575157,0.998612]],""Peer_Trench_Straight_Short_Chameleon""],[[2453.33,2566.74,3.68661],[[-0.998621,0.0042506,-0.052336],[-0.0523631,-0.00653288,0.998607]],""Peer_Trench_Straight_Short_Chameleon""],[[2453.36,2572.8,3.77588],[[-0.998621,0.0042506,-0.052336],[-0.0524187,-0.0225081,0.998372]],""Peer_Trench_Straight_Short_Chameleon""],[[2453.39,2578.85,3.92057],[[-0.998621,0.0042506,-0.052336],[-0.0524257,-0.0248421,0.998316]],""Peer_Trench_Straight_Short_Chameleon""],[[2429.05,2578.97,3.6775],[[0.99862,-0.00425068,-0.052336],[0.0522124,-0.0252875,0.998316]],""Peer_Trench_Straight_Short_Chameleon""],[[2429.03,2572.91,3.53277],[[0.99862,-0.00425068,-0.052336],[0.0522252,-0.0229535,0.998372]],""Peer_Trench_Straight_Short_Chameleon""],[[2429,2566.85,3.44334],[[0.99862,-0.00425068,-0.052336],[0.0523055,-0.00697841,0.998607]],""Peer_Trench_Straight_Short_Chameleon""],[[2428.98,2560.79,3.40478],[[0.99862,-0.00425068,-0.052336],[0.0523091,-0.00619709,0.998612]],""Peer_Trench_Straight_Short_Chameleon""],[[2428.95,2554.74,3.37503],[[0.99862,-0.00425068,-0.052336],[0.0523187,-0.00407382,0.998622]],""Peer_Trench_Straight_Short_Chameleon""],[[2461.46,2554.6,3.37503],[[-0.99862,0.0042506,-0.052336],[-0.0523515,-0.00362829,0.998622]],""Peer_Trench_Straight_Short_Chameleon""],[[2461.49,2560.66,3.40478],[[-0.99862,0.0042506,-0.052336],[-0.05236,-0.00575157,0.998612]],""Peer_Trench_Straight_Short_Chameleon""],[[2461.51,2566.71,3.44334],[[-0.99862,0.0042506,-0.052336],[-0.052363,-0.00653288,0.998607]],""Peer_Trench_Straight_Short_Chameleon""],[[2461.54,2572.78,3.53277],[[-0.99862,0.0042506,-0.052336],[-0.0524187,-0.0225081,0.998372]],""Peer_Trench_Straight_Short_Chameleon""],[[2461.57,2578.83,3.6775],[[-0.99862,0.0042506,-0.052336],[-0.0524257,-0.0248421,0.998316]],""Peer_Trench_Straight_Short_Chameleon""],[[2458.72,2264.92,3.41529],[[0.99614,0.0704663,-0.052336],[0.0522055,0.00369298,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2459.04,2260.46,3.41529],[[0.99614,0.0704663,-0.052336],[0.0522055,0.00369298,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2452.32,2251.02,3.41529],[[-0.179411,-0.982381,-0.052336],[-0.00940255,-0.0514844,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2452.59,2234.55,3.41529],[[0.179394,0.982384,-0.052336],[0.00940163,0.0514846,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2454.95,2234.12,3.41529],[[0.179394,0.982384,-0.052336],[0.00940163,0.0514846,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2474.16,2226.13,3.41529],[[0.570301,0.819767,-0.052336],[0.0298882,0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2477.09,2224.09,3.41529],[[0.570301,0.819767,-0.052336],[0.0298882,0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2486.32,2237.35,3.41529],[[-0.570297,-0.81977,-0.052336],[-0.029888,-0.0429623,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2484.76,2238.43,3.41529],[[-0.570297,-0.81977,-0.052336],[-0.029888,-0.0429623,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2475.66,2254.45,3.41529],[[-0.996141,-0.0704552,-0.052336],[-0.0522055,-0.0036924,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2475.25,2260.26,3.41529],[[-0.996141,-0.0704552,-0.052336],[-0.0522055,-0.0036924,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2474.84,2266.06,3.41529],[[-0.996141,-0.0704552,-0.052336],[-0.0522055,-0.0036924,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2457.83,2257.52,3.41529],[[0.66624,-0.743899,-0.052336],[0.0349161,-0.0389861,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2452.2,2252.48,3.41529],[[0.66624,-0.743899,-0.052336],[0.0349161,-0.0389861,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2461.32,2232.23,3.41529],[[0.383594,0.922018,-0.052336],[0.0201033,0.0483209,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2468.33,2229.32,3.41529],[[0.383594,0.922018,-0.052336],[0.0201033,0.0483209,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2481.03,2242.54,3.41529],[[-0.868208,-0.493432,-0.052336],[-0.0455009,-0.0258597,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2477.28,2249.14,3.41529],[[-0.868208,-0.493432,-0.052336],[-0.0455009,-0.0258597,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2450.57,2264.34,3.17201],[[0.99614,0.0704663,-0.052336],[0.0522055,0.00369298,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2450.88,2259.88,3.17201],[[0.99614,0.0704663,-0.052336],[0.0522055,0.00369298,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2453.79,2259.07,3.17201],[[-0.179411,-0.982381,-0.052336],[-0.00940255,-0.0514844,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2451.12,2226.51,3.17201],[[0.179394,0.982384,-0.052336],[0.00940163,0.0514846,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2453.49,2226.08,3.17201],[[0.179394,0.982384,-0.052336],[0.00940163,0.0514846,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2469.48,2219.42,3.17201],[[0.570301,0.819767,-0.052336],[0.0298882,0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2472.42,2217.38,3.17201],[[0.570301,0.819767,-0.052336],[0.0298882,0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2490.99,2244.07,3.17201],[[-0.570297,-0.81977,-0.052336],[-0.029888,-0.0429623,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2489.44,2245.15,3.17201],[[-0.570297,-0.81977,-0.052336],[-0.029888,-0.0429623,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2483.82,2255.03,3.17201],[[-0.996141,-0.0704552,-0.052336],[-0.0522055,-0.0036924,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2483.41,2260.83,3.17201],[[-0.996141,-0.0704552,-0.052336],[-0.0522055,-0.0036924,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2483,2266.64,3.17201],[[-0.996141,-0.0704552,-0.052336],[-0.0522055,-0.0036924,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2452.38,2263.61,3.17201],[[0.66624,-0.743899,-0.052336],[0.0349161,-0.0389861,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2446.75,2258.57,3.17201],[[0.66624,-0.743899,-0.052336],[0.0349161,-0.0389861,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2458.18,2224.68,3.17201],[[0.383594,0.922018,-0.052336],[0.0201033,0.0483209,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2465.19,2221.76,3.17201],[[0.383594,0.922018,-0.052336],[0.0201033,0.0483209,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2488.14,2246.58,3.17201],[[-0.868208,-0.493432,-0.052336],[-0.0455009,-0.0258597,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2484.39,2253.18,3.17201],[[-0.868208,-0.493432,-0.052336],[-0.0455009,-0.0258597,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2448.27,2294.98,3.83758],[[0.283077,0.957668,-0.052336],[-0.0661178,0.0739237,0.99507]],""Peer_Trench_Straight_Short_Chameleon""],[[2457.49,2282.34,3.41529],[[0.99614,0.070468,-0.052336],[0.0522055,0.00369307,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2457.84,2277.37,3.41529],[[0.99614,0.070468,-0.052336],[0.0522055,0.00369307,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2458.19,2272.4,3.41529],[[0.99614,0.070468,-0.052336],[0.0522055,0.00369307,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2474.31,2273.54,3.41529],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2473.94,2278.7,3.41529],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2473.58,2283.86,3.41529],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2473.22,2289.01,3.41529],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2456.94,2309.26,3.52649],[[-0.283069,-0.957671,-0.052336],[0.056532,-0.071133,0.995864]],""Peer_Trench_Straight_Short_Chameleon""],[[2454.08,2310.11,3.70909],[[-0.283069,-0.957671,-0.052336],[0.0309623,-0.063664,0.997491]],""Peer_Trench_Straight_Short_Chameleon""],[[2450.99,2292.68,3.58856],[[0.778393,0.625592,-0.052336],[0.0503332,0.0209068,0.998514]],""Peer_Trench_Straight_Short_Chameleon""],[[2455.74,2286.77,3.47305],[[0.778393,0.625592,-0.052336],[0.0503332,0.0209068,0.998514]],""Peer_Trench_Straight_Short_Chameleon""],[[2469.69,2297.98,3.42862],[[-0.778393,-0.625592,-0.052336],[-0.0407938,-0.0327859,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2464.94,2303.89,3.42862],[[-0.778393,-0.625592,-0.052336],[-0.0407938,-0.0327859,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2446.01,2287.12,3.59668],[[0.283077,0.957668,-0.052336],[-0.0661178,0.0739237,0.99507]],""Peer_Trench_Straight_Short_Chameleon""],[[2449.33,2281.76,3.17201],[[0.99614,0.070468,-0.052336],[0.0522055,0.00369307,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2449.68,2276.79,3.17201],[[0.99614,0.070468,-0.052336],[0.0522055,0.00369307,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2450.04,2271.82,3.17201],[[0.99614,0.070468,-0.052336],[0.0522055,0.00369307,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2482.47,2274.12,3.17201],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2482.1,2279.28,3.17201],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2481.74,2284.43,3.17201],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2481.37,2289.59,3.17201],[[-0.996141,-0.0704604,-0.052336],[-0.0522055,-0.00369267,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2459.21,2317.12,3.28507],[[-0.283069,-0.957671,-0.052336],[0.056532,-0.071133,0.995864]],""Peer_Trench_Straight_Short_Chameleon""],[[2456.36,2317.96,3.46657],[[-0.283069,-0.957671,-0.052336],[0.0309623,-0.063664,0.997491]],""Peer_Trench_Straight_Short_Chameleon""],[[2444.61,2287.56,3.34536],[[0.778393,0.625592,-0.052336],[0.0503332,0.0209068,0.998514]],""Peer_Trench_Straight_Short_Chameleon""],[[2449.36,2281.65,3.22984],[[0.778393,0.625592,-0.052336],[0.0503332,0.0209068,0.998514]],""Peer_Trench_Straight_Short_Chameleon""],[[2476.06,2303.1,3.18534],[[-0.778393,-0.625592,-0.052336],[-0.0407938,-0.0327859,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2471.31,2309.01,3.18534],[[-0.778393,-0.625592,-0.052336],[-0.0407938,-0.0327859,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2448.39,2311.79,4.17693],[[-0.283069,-0.957671,-0.052336],[-0.106728,-0.0227761,0.994027]],""Peer_Trench_Straight_Short_Chameleon""],[[2440.34,2324.4,4.10409],[[-0.998436,0.0196842,-0.052336],[-0.052484,-0.00708253,0.998597]],""Peer_Trench_Straight_Short_Chameleon""],[[2440.46,2330.38,4.27183],[[-0.998436,0.0196842,-0.052336],[-0.0532107,-0.0469059,0.997481]],""Peer_Trench_Straight_Short_Chameleon""],[[2440.57,2336.36,4.41529],[[-0.998436,0.0196842,-0.052336],[-0.0523258,0.00103161,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2440.69,2342.35,4.16128],[[-0.998436,0.0196842,-0.052336],[-0.0504636,0.0859043,0.995025]],""Peer_Trench_Straight_Short_Chameleon""],[[2424.54,2342.66,4.16055],[[0.998436,-0.0196799,-0.052336],[0.0538073,0.0836787,0.995039]],""Peer_Trench_Straight_Short_Chameleon""],[[2424.42,2336.65,4.41529],[[0.998436,-0.0196799,-0.052336],[0.0523258,-0.00103138,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2424.3,2330.64,4.26819],[[0.998436,-0.0196799,-0.052336],[0.051299,-0.0499455,0.997434]],""Peer_Trench_Straight_Short_Chameleon""],[[2424.19,2324.63,4.10056],[[0.998436,-0.0196799,-0.052336],[0.0521901,-0.00785584,0.998606]],""Peer_Trench_Straight_Short_Chameleon""],[[2424.07,2318.62,4.08594],[[0.998436,-0.0196799,-0.052336],[0.0523646,0.000942392,0.998628]],""Peer_Trench_Straight_Short_Chameleon""],[[2439.46,2297.58,4.41529],[[0.283071,0.95767,-0.052336],[0.0148351,0.0501894,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2442.3,2296.74,4.31477],[[0.283071,0.95767,-0.052336],[0.0798799,0.0308374,0.996327]],""Peer_Trench_Straight_Short_Chameleon""],[[2446.19,2313.96,4.33149],[[-0.80583,-0.589829,-0.052336],[-0.0552181,-0.0131482,0.998388]],""Peer_Trench_Straight_Short_Chameleon""],[[2441.72,2320.08,4.16471],[[-0.80583,-0.589829,-0.052336],[-0.0552181,-0.0131482,0.998388]],""Peer_Trench_Straight_Short_Chameleon""],[[2427.02,2309.32,4.18716],[[0.805836,0.589822,-0.052336],[0.0296788,0.048042,0.998404]],""Peer_Trench_Straight_Long_Chameleon""],[[2431.49,2303.2,4.34813],[[0.805836,0.589822,-0.052336],[0.0296788,0.048042,0.998404]],""Peer_Trench_Straight_Long_Chameleon""],[[2450.77,2319.61,3.93674],[[-0.283069,-0.957671,-0.052336],[-0.106728,-0.0227761,0.994027]],""Peer_Trench_Straight_Short_Chameleon""],[[2448.52,2324.24,3.86083],[[-0.998436,0.0196842,-0.052336],[-0.0524841,-0.00708253,0.998597]],""Peer_Trench_Straight_Short_Chameleon""],[[2448.63,2330.25,4.02932],[[-0.998436,0.0196842,-0.052336],[-0.0532107,-0.0469059,0.997481]],""Peer_Trench_Straight_Short_Chameleon""],[[2448.75,2336.2,4.17201],[[-0.998436,0.0196842,-0.052336],[-0.0523258,0.00103161,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2448.87,2342.13,3.92042],[[-0.998436,0.0196842,-0.052336],[-0.0504636,0.0859043,0.995025]],""Peer_Trench_Straight_Short_Chameleon""],[[2416.36,2342.77,3.91968],[[0.998436,-0.0196799,-0.052336],[0.0538073,0.0836787,0.995039]],""Peer_Trench_Straight_Short_Chameleon""],[[2416.24,2336.81,4.17201],[[0.998436,-0.0196799,-0.052336],[0.0523258,-0.00103138,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2416.13,2330.83,4.02571],[[0.998436,-0.0196799,-0.052336],[0.051299,-0.0499455,0.997434]],""Peer_Trench_Straight_Short_Chameleon""],[[2416.01,2324.79,3.8573],[[0.998436,-0.0196799,-0.052336],[0.0521901,-0.00785584,0.998606]],""Peer_Trench_Straight_Short_Chameleon""],[[2415.89,2318.78,3.84266],[[0.998436,-0.0196799,-0.052336],[0.0523646,0.000942392,0.998628]],""Peer_Trench_Straight_Short_Chameleon""],[[2437.14,2289.74,4.17201],[[0.283071,0.95767,-0.052336],[0.0148351,0.0501894,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2439.94,2288.91,4.07304],[[0.283071,0.95767,-0.052336],[0.07988,0.0308374,0.996327]],""Peer_Trench_Straight_Short_Chameleon""],[[2452.8,2318.78,4.08837],[[-0.80583,-0.589829,-0.052336],[-0.0552181,-0.0131482,0.998388]],""Peer_Trench_Straight_Short_Chameleon""],[[2448.33,2324.9,3.92159],[[-0.80583,-0.589829,-0.052336],[-0.0552181,-0.0131482,0.998388]],""Peer_Trench_Straight_Short_Chameleon""],[[2420.43,2304.48,3.94403],[[0.805836,0.589822,-0.052336],[0.0296788,0.048042,0.998404]],""Peer_Trench_Straight_Long_Chameleon""],[[2424.9,2298.36,4.105],[[0.805836,0.589822,-0.052336],[0.0296788,0.048042,0.998404]],""Peer_Trench_Straight_Long_Chameleon""],[[2425.29,2380.69,3.1951],[[0.998436,-0.0196786,-0.052336],[0.0523516,0.000277892,0.998629]],""Peer_Trench_Straight_Short_Chameleon""],[[2425.17,2374.59,3.28851],[[0.998436,-0.0196786,-0.052336],[0.0528804,0.0282438,0.998201]],""Peer_Trench_Straight_Short_Chameleon""],[[2425.05,2368.48,3.3966],[[0.998436,-0.0196786,-0.052336],[0.0524454,0.00508685,0.998611]],""Peer_Trench_Straight_Short_Chameleon""],[[2424.93,2362.38,3.41529],[[0.998436,-0.0196786,-0.052336],[0.0523258,-0.00103131,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2424.81,2356.27,3.41529],[[0.998436,-0.0196786,-0.052336],[0.0523258,-0.00103131,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2424.69,2350.16,3.58857],[[0.998436,-0.0196786,-0.052336],[0.0533597,0.0557054,0.99702]],""Peer_Trench_Straight_Short_Chameleon""],[[2440.84,2349.84,3.58857],[[-0.998436,0.0196784,-0.052336],[-0.0511232,0.0577672,0.99702]],""Peer_Trench_Straight_Short_Chameleon""],[[2440.96,2355.95,3.41529],[[-0.998436,0.0196784,-0.052336],[-0.0523258,0.0010313,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2441.08,2362.06,3.41529],[[-0.998436,0.0196784,-0.052336],[-0.0523258,0.0010313,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2441.2,2368.16,3.39661],[[-0.998436,0.0196784,-0.052336],[-0.0522043,0.00714849,0.998611]],""Peer_Trench_Straight_Short_Chameleon""],[[2441.32,2374.27,3.28851],[[-0.998436,0.0196784,-0.052336],[-0.0517264,0.0303065,0.998201]],""Peer_Trench_Straight_Short_Chameleon""],[[2441.44,2380.37,3.1951],[[-0.998436,0.0196784,-0.052336],[-0.0523,0.00234043,0.998629]],""Peer_Trench_Straight_Short_Chameleon""],[[2417.11,2380.85,2.95182],[[0.998436,-0.0196786,-0.052336],[0.0523516,0.000277892,0.998629]],""Peer_Trench_Straight_Short_Chameleon""],[[2416.99,2374.73,3.04551],[[0.998436,-0.0196786,-0.052336],[0.0528804,0.0282438,0.998201]],""Peer_Trench_Straight_Short_Chameleon""],[[2416.87,2368.64,3.15333],[[0.998436,-0.0196786,-0.052336],[0.0524454,0.00508685,0.998611]],""Peer_Trench_Straight_Short_Chameleon""],[[2416.75,2362.54,3.17201],[[0.998436,-0.0196786,-0.052336],[0.0523258,-0.00103131,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2416.63,2356.43,3.17201],[[0.998436,-0.0196786,-0.052336],[0.0523258,-0.00103131,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2416.51,2350.29,3.34637],[[0.998436,-0.0196786,-0.052336],[0.0533597,0.0557054,0.99702]],""Peer_Trench_Straight_Short_Chameleon""],[[2449.02,2349.65,3.34637],[[-0.998436,0.0196784,-0.052336],[-0.0511232,0.0577672,0.99702]],""Peer_Trench_Straight_Short_Chameleon""],[[2449.14,2355.79,3.17201],[[-0.998436,0.0196784,-0.052336],[-0.0523258,0.0010313,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2449.26,2361.9,3.17201],[[-0.998436,0.0196784,-0.052336],[-0.0523258,0.0010313,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2449.38,2368,3.15334],[[-0.998436,0.0196784,-0.052336],[-0.0522043,0.00714849,0.998611]],""Peer_Trench_Straight_Short_Chameleon""],[[2449.5,2374.09,3.04552],[[-0.998436,0.0196784,-0.052336],[-0.0517264,0.0303065,0.998201]],""Peer_Trench_Straight_Short_Chameleon""],[[2449.62,2380.21,2.95182],[[-0.998436,0.0196784,-0.052336],[-0.0523,0.00234043,0.998629]],""Peer_Trench_Straight_Short_Chameleon""],[[2619.32,2538.55,3.41529],[[0.99528,0.0817217,-0.052336],[0.0521604,0.00428285,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2619.72,2533.77,3.41529],[[0.99528,0.0817217,-0.052336],[0.0521604,0.00428285,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2620.11,2528.99,3.41529],[[0.99528,0.0817217,-0.052336],[0.0521604,0.00428285,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2639.89,2511.8,3.41529],[[-0.0579551,0.996947,-0.052336],[-0.0030373,0.0522478,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2646.06,2512.16,3.41529],[[-0.0579551,0.996947,-0.052336],[-0.0030373,0.0522478,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2645.94,2528.34,3.41529],[[0.0579475,-0.996947,-0.052336],[0.0030369,-0.0522478,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2635.57,2538.1,3.41529],[[-0.99528,-0.0817273,-0.052336],[-0.0521604,-0.00428315,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2635.42,2539.87,3.41529],[[-0.99528,-0.0817273,-0.052336],[-0.0521604,-0.00428315,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2624.66,2520.03,3.42862],[[0.655013,0.753803,-0.052336],[0.0343278,0.0395051,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2630.38,2515.06,3.42862],[[0.655013,0.753803,-0.052336],[0.0343278,0.0395051,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2643.06,2529.66,3.41529],[[-0.655021,-0.753796,-0.052336],[-0.0343282,-0.0395048,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2637.35,2534.62,3.41529],[[-0.655021,-0.753796,-0.052336],[-0.0343282,-0.0395048,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2611.17,2537.88,3.17201],[[0.99528,0.0817217,-0.052336],[0.0521604,0.00428285,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2611.56,2533.1,3.17201],[[0.99528,0.0817217,-0.052336],[0.0521604,0.00428285,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2611.96,2528.32,3.17201],[[0.99528,0.0817217,-0.052336],[0.0521604,0.00428285,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2640.36,2503.64,3.17201],[[-0.0579551,0.996947,-0.052336],[-0.0030373,0.0522478,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2646.54,2504,3.17201],[[-0.0579551,0.996947,-0.052336],[-0.0030373,0.0522478,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2645.46,2536.5,3.17201],[[0.0579475,-0.996947,-0.052336],[0.0030369,-0.0522478,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2643.72,2538.77,3.17201],[[-0.99528,-0.0817273,-0.052336],[-0.0521604,-0.00428315,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2643.58,2540.54,3.17201],[[-0.99528,-0.0817273,-0.052336],[-0.0521604,-0.00428315,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2619.3,2513.85,3.18534],[[0.655013,0.753803,-0.052336],[0.0343278,0.0395051,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2625.01,2508.89,3.18534],[[0.655013,0.753803,-0.052336],[0.0343278,0.0395051,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2648.43,2535.83,3.17201],[[-0.655021,-0.753796,-0.052336],[-0.0343282,-0.0395048,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2642.71,2540.8,3.17201],[[-0.655021,-0.753796,-0.052336],[-0.0343282,-0.0395048,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2681.39,2545.38,3.38126],[[-0.987564,0.148248,-0.052336],[-0.0419262,0.0724954,0.996487]],""Peer_Trench_Straight_Short_Chameleon""],[[2692.9,2551.33,3.09619],[[0.343819,0.937576,-0.052336],[-0.0131718,0.0605435,0.998079]],""Peer_Trench_Straight_Short_Chameleon""],[[2693.69,2551.04,3.12396],[[0.343819,0.937576,-0.052336],[-0.0131718,0.0605435,0.998079]],""Peer_Trench_Straight_Short_Chameleon""],[[2699.25,2566.21,3.10376],[[-0.343823,-0.937575,-0.052336],[-0.0420608,-0.0403014,0.998302]],""Peer_Trench_Straight_Short_Chameleon""],[[2694.25,2568.04,3.00405],[[-0.343823,-0.937575,-0.052336],[-0.0291461,-0.0450519,0.998559]],""Peer_Trench_Straight_Short_Chameleon""],[[2689.26,2569.88,3.24065],[[-0.343823,-0.937575,-0.052336],[0.0766657,-0.0835749,0.993548]],""Peer_Trench_Straight_Short_Chameleon""],[[2666.73,2556.52,3.83135],[[0.987561,-0.148274,-0.052336],[0.0650864,0.0824859,0.994465]],""Peer_Trench_Straight_Short_Chameleon""],[[2666.15,2552.63,3.83283],[[0.987561,-0.148274,-0.052336],[0.0381087,-0.0972201,0.994533]],""Peer_Trench_Straight_Short_Chameleon""],[[2665.56,2548.73,3.51398],[[0.987561,-0.148274,-0.052336],[0.0410353,-0.0782762,0.996087]],""Peer_Trench_Straight_Short_Chameleon""],[[2683.11,2547.16,3.48041],[[-0.509266,0.859017,-0.052336],[0.00994092,0.0666803,0.997725]],""Peer_Trench_Straight_Short_Chameleon""],[[2689.61,2551.02,3.15855],[[-0.509266,0.859017,-0.052336],[0.00994092,0.0666803,0.997725]],""Peer_Trench_Straight_Short_Chameleon""],[[2679,2568.92,3.61773],[[0.509261,-0.859019,-0.052336],[0.0107777,-0.0544419,0.998459]],""Peer_Trench_Straight_Long_Chameleon""],[[2672.49,2565.06,3.47787],[[0.509261,-0.859019,-0.052336],[0.0107777,-0.0544419,0.998459]],""Peer_Trench_Straight_Long_Chameleon""],[[2689.47,2544.12,3.13941],[[-0.987564,0.148248,-0.052336],[-0.0419262,0.0724954,0.996487]],""Peer_Trench_Straight_Short_Chameleon""],[[2690.11,2543.65,2.85327],[[0.343819,0.937576,-0.052336],[-0.0131718,0.0605435,0.998079]],""Peer_Trench_Straight_Short_Chameleon""],[[2690.89,2543.36,2.88105],[[0.343819,0.937576,-0.052336],[-0.0131718,0.0605435,0.998079]],""Peer_Trench_Straight_Short_Chameleon""],[[2702.08,2573.89,2.8607],[[-0.343823,-0.937575,-0.052336],[-0.0420608,-0.0403014,0.998302]],""Peer_Trench_Straight_Short_Chameleon""],[[2697.08,2575.72,2.76081],[[-0.343823,-0.937575,-0.052336],[-0.029146,-0.0450518,0.998559]],""Peer_Trench_Straight_Short_Chameleon""],[[2692.01,2577.58,3.00078],[[-0.343823,-0.937575,-0.052336],[0.0766657,-0.0835749,0.993548]],""Peer_Trench_Straight_Short_Chameleon""],[[2658.63,2557.68,3.59086],[[0.987561,-0.148274,-0.052336],[0.0650864,0.0824859,0.994465]],""Peer_Trench_Straight_Short_Chameleon""],[[2658.07,2553.9,3.5923],[[0.987561,-0.148274,-0.052336],[0.0381087,-0.0972201,0.994533]],""Peer_Trench_Straight_Short_Chameleon""],[[2657.48,2549.99,3.2724],[[0.987561,-0.148274,-0.052336],[0.0410353,-0.0782762,0.996087]],""Peer_Trench_Straight_Short_Chameleon""],[[2687.25,2540.11,3.23774],[[-0.509266,0.859016,-0.052336],[0.00994092,0.0666803,0.997725]],""Peer_Trench_Straight_Short_Chameleon""],[[2693.76,2543.97,2.91587],[[-0.509266,0.859016,-0.052336],[0.00994092,0.0666803,0.997725]],""Peer_Trench_Straight_Short_Chameleon""],[[2674.84,2575.96,3.37457],[[0.509261,-0.859019,-0.052336],[0.0107777,-0.0544419,0.998459]],""Peer_Trench_Straight_Long_Chameleon""],[[2668.33,2572.1,3.23471],[[0.509261,-0.859019,-0.052336],[0.0107777,-0.0544419,0.998459]],""Peer_Trench_Straight_Long_Chameleon""],[[2746.6,2481.13,3.41529],[[-0.975846,-0.2121,-0.052336],[-0.0511419,-0.0111157,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2745.02,2488.41,3.41529],[[-0.975846,-0.2121,-0.052336],[-0.0511419,-0.0111157,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2743.43,2495.69,3.41529],[[-0.975846,-0.2121,-0.052336],[-0.0511419,-0.0111157,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2741.85,2502.97,3.39944],[[-0.975846,-0.2121,-0.052336],[-0.0520449,-0.00695897,0.998621]],""Peer_Trench_Straight_Short_Chameleon""],[[2740.27,2510.26,3.09963],[[-0.975846,-0.2121,-0.052336],[-0.0671814,0.063397,0.995725]],""Peer_Trench_Straight_Short_Chameleon""],[[2724.48,2506.82,3.09963],[[0.975846,0.2121,-0.052336],[0.0348049,0.0855637,0.995725]],""Peer_Trench_Straight_Short_Chameleon""],[[2726.06,2499.54,3.39944],[[0.975846,0.2121,-0.052336],[0.050238,0.0152722,0.998621]],""Peer_Trench_Straight_Short_Chameleon""],[[2727.65,2492.26,3.41529],[[0.975846,0.2121,-0.052336],[0.0511419,0.0111157,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2729.23,2484.98,3.41529],[[0.975846,0.2121,-0.052336],[0.0511419,0.0111157,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2730.81,2477.7,3.41529],[[0.975846,0.2121,-0.052336],[0.0511419,0.0111157,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2754.59,2482.87,3.17201],[[-0.975846,-0.2121,-0.052336],[-0.0511419,-0.0111157,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2753.01,2490.15,3.17201],[[-0.975846,-0.2121,-0.052336],[-0.0511419,-0.0111157,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2751.43,2497.43,3.17201],[[-0.975846,-0.2121,-0.052336],[-0.0511419,-0.0111157,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2749.84,2504.71,3.15617],[[-0.975846,-0.2121,-0.052336],[-0.0520449,-0.00695897,0.998621]],""Peer_Trench_Straight_Short_Chameleon""],[[2748.27,2511.94,2.8583],[[-0.975846,-0.2121,-0.052336],[-0.0671814,0.063397,0.995725]],""Peer_Trench_Straight_Short_Chameleon""],[[2716.5,2505.04,2.8583],[[0.975846,0.2121,-0.052336],[0.0348049,0.0855637,0.995725]],""Peer_Trench_Straight_Short_Chameleon""],[[2718.07,2497.8,3.15617],[[0.975846,0.2121,-0.052336],[0.050238,0.0152722,0.998621]],""Peer_Trench_Straight_Short_Chameleon""],[[2719.66,2490.52,3.17201],[[0.975846,0.2121,-0.052336],[0.0511419,0.0111157,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2721.24,2483.24,3.17201],[[0.975846,0.2121,-0.052336],[0.0511419,0.0111157,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2722.82,2475.96,3.17201],[[0.975846,0.2121,-0.052336],[0.0511419,0.0111157,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2758.15,2242.65,3.41529],[[0.998597,0.00806856,-0.052336],[0.0523342,0.000422855,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2758.2,2236.71,3.41529],[[0.998597,0.00806856,-0.052336],[0.0523342,0.000422855,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2748.26,2224.56,2.17232],[[0.189031,-0.980576,-0.052336],[0.0558124,-0.042482,0.997537]],""Peer_Trench_Straight_Short_Chameleon""],[[2743.02,2223.55,2.55926],[[0.189031,-0.980576,-0.052336],[0.106491,-0.032512,0.993782]],""Peer_Trench_Straight_Short_Chameleon""],[[2737.79,2222.54,3.08329],[[0.189031,-0.980576,-0.052336],[0.106274,-0.032555,0.993804]],""Peer_Trench_Straight_Short_Chameleon""],[[2732.55,2221.53,3.38015],[[0.189031,-0.980576,-0.052336],[0.0228519,-0.0488896,0.998543]],""Peer_Trench_Straight_Short_Chameleon""],[[2735.61,2205.67,3.372],[[-0.189035,0.980575,-0.052336],[0.00510655,0.0542778,0.998513]],""Peer_Trench_Straight_Short_Chameleon""],[[2741.17,2206.74,3.05068],[[-0.189035,0.980575,-0.052336],[0.0865581,0.0697287,0.993804]],""Peer_Trench_Straight_Short_Chameleon""],[[2746.73,2207.81,2.49363],[[-0.189035,0.980575,-0.052336],[0.086903,0.0697933,0.993769]],""Peer_Trench_Straight_Short_Chameleon""],[[2752.29,2208.89,2.14227],[[-0.189035,0.980575,-0.052336],[0.0151809,0.0562088,0.998304]],""Peer_Trench_Straight_Short_Chameleon""],[[2757.85,2209.96,2.12407],[[-0.189035,0.980575,-0.052336],[-0.0286751,0.0477619,0.998447]],""Peer_Trench_Straight_Short_Chameleon""],[[2774.41,2230.18,3.41529],[[-0.998597,-0.00806359,-0.052336],[-0.0523342,-0.000422595,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2774.36,2236.48,3.41529],[[-0.998597,-0.00806359,-0.052336],[-0.0523342,-0.000422595,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2774.31,2242.78,3.41529],[[-0.998597,-0.00806359,-0.052336],[-0.0523342,-0.000422595,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2756.75,2232.64,3.07858],[[0.772639,-0.632685,-0.052336],[-0.0159754,-0.101789,0.994678]],""Peer_Trench_Straight_Short_Chameleon""],[[2751.95,2226.78,2.40516],[[0.772639,-0.632685,-0.052336],[-0.0159754,-0.101789,0.994678]],""Peer_Trench_Straight_Short_Chameleon""],[[2766.32,2215.02,2.51399],[[-0.772641,0.632683,-0.052336],[-0.0913463,-0.029214,0.995391]],""Peer_Trench_Straight_Long_Chameleon""],[[2771.12,2220.88,3.12374],[[-0.772641,0.632683,-0.052336],[-0.0913463,-0.029214,0.995391]],""Peer_Trench_Straight_Long_Chameleon""],[[2749.98,2242.59,3.17201],[[0.998597,0.00806856,-0.052336],[0.0523342,0.000422855,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2750.02,2236.64,3.17201],[[0.998597,0.00806856,-0.052336],[0.0523342,0.000422855,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2746.68,2232.58,1.92977],[[0.189031,-0.980575,-0.052336],[0.0558124,-0.042482,0.997537]],""Peer_Trench_Straight_Short_Chameleon""],[[2741.41,2231.57,2.31924],[[0.189031,-0.980575,-0.052336],[0.106491,-0.032512,0.993782]],""Peer_Trench_Straight_Short_Chameleon""],[[2736.17,2230.56,2.84325],[[0.189031,-0.980575,-0.052336],[0.106274,-0.032555,0.993804]],""Peer_Trench_Straight_Short_Chameleon""],[[2731,2229.56,3.13692],[[0.189031,-0.980575,-0.052336],[0.0228519,-0.0488896,0.998543]],""Peer_Trench_Straight_Short_Chameleon""],[[2737.15,2197.64,3.1288],[[-0.189035,0.980575,-0.052336],[0.00510655,0.0542778,0.998513]],""Peer_Trench_Straight_Short_Chameleon""],[[2742.65,2198.7,2.81064],[[-0.189035,0.980575,-0.052336],[0.0865581,0.0697287,0.993804]],""Peer_Trench_Straight_Short_Chameleon""],[[2748.21,2199.77,2.25361],[[-0.189035,0.980575,-0.052336],[0.086903,0.0697933,0.993769]],""Peer_Trench_Straight_Short_Chameleon""],[[2753.82,2200.85,1.89921],[[-0.189035,0.980575,-0.052336],[0.0151808,0.0562088,0.998304]],""Peer_Trench_Straight_Short_Chameleon""],[[2759.41,2201.93,1.88092],[[-0.189035,0.980575,-0.052336],[-0.0286751,0.0477619,0.998447]],""Peer_Trench_Straight_Short_Chameleon""],[[2782.59,2230.24,3.17201],[[-0.998597,-0.00806359,-0.052336],[-0.0523342,-0.000422595,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2782.54,2236.55,3.17201],[[-0.998597,-0.00806359,-0.052336],[-0.0523342,-0.000422595,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2782.49,2242.85,3.17201],[[-0.998597,-0.00806359,-0.052336],[-0.0523342,-0.000422595,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2750.46,2237.87,2.83795],[[0.772639,-0.632685,-0.052336],[-0.0159754,-0.101789,0.994678]],""Peer_Trench_Straight_Short_Chameleon""],[[2745.66,2232.01,2.16453],[[0.772639,-0.632685,-0.052336],[-0.0159754,-0.101789,0.994678]],""Peer_Trench_Straight_Short_Chameleon""],[[2772.68,2209.88,2.27288],[[-0.772641,0.632683,-0.052336],[-0.0913463,-0.029214,0.995391]],""Peer_Trench_Straight_Long_Chameleon""],[[2777.48,2215.74,2.88264],[[-0.772641,0.632683,-0.052336],[-0.0913463,-0.029214,0.995391]],""Peer_Trench_Straight_Long_Chameleon""],[[2750.07,2263.48,3.41529],[[-0.0944092,0.994157,-0.052336],[-0.00494778,0.0521016,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2758.06,2253.73,3.41529],[[0.998597,0.00805749,-0.052336],[0.0523343,0.000422275,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2758.09,2250.15,3.41529],[[0.998597,0.00805749,-0.052336],[0.0523343,0.000422275,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2774.25,2250.28,3.41529],[[-0.998597,-0.0080655,-0.052336],[-0.0523342,-0.000422695,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2774.2,2256.43,3.41529],[[-0.998597,-0.0080655,-0.052336],[-0.0523342,-0.000422695,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2774.15,2262.58,3.41529],[[-0.998597,-0.0080655,-0.052336],[-0.0523342,-0.000422695,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2754.68,2280.14,3.41529],[[0.094441,-0.994154,-0.052336],[0.00494944,-0.0521014,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2751.09,2279.8,3.41529],[[0.094441,-0.994154,-0.052336],[0.00494944,-0.0521014,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2750.95,2262.09,3.41529],[[0.66892,0.741489,-0.052336],[0.0350566,0.0388598,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2756.57,2257.02,3.41529],[[0.66892,0.741489,-0.052336],[0.0350566,0.0388598,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2769.96,2271.86,3.42862],[[-0.668954,-0.741459,-0.052336],[-0.0350584,-0.0388582,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2764.34,2276.93,3.42862],[[-0.668954,-0.741459,-0.052336],[-0.0350584,-0.0388582,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2750.84,2255.34,3.17201],[[-0.0944092,0.994157,-0.052336],[-0.00494778,0.0521016,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2749.89,2253.66,3.17201],[[0.998597,0.00805749,-0.052336],[0.0523343,0.000422275,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2749.91,2250.09,3.17201],[[0.998597,0.00805749,-0.052336],[0.0523343,0.000422275,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2782.43,2250.35,3.17201],[[-0.998597,-0.0080655,-0.052336],[-0.0523342,-0.000422695,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2782.38,2256.5,3.17201],[[-0.998597,-0.0080655,-0.052336],[-0.0523342,-0.000422695,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2782.33,2262.65,3.17201],[[-0.998597,-0.0080655,-0.052336],[-0.0523342,-0.000422695,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2753.91,2288.29,3.17201],[[0.094441,-0.994154,-0.052336],[0.00494944,-0.0521014,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2750.32,2287.94,3.17201],[[0.094441,-0.994154,-0.052336],[0.00494944,-0.0521014,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2745.47,2256.01,3.17201],[[0.66892,0.741489,-0.052336],[0.0350566,0.0388598,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2751.09,2250.95,3.17201],[[0.66892,0.741489,-0.052336],[0.0350566,0.0388598,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2775.44,2277.94,3.18534],[[-0.668954,-0.741459,-0.052336],[-0.0350584,-0.0388582,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2769.82,2283,3.18534],[[-0.668954,-0.741459,-0.052336],[-0.0350584,-0.0388582,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2721.46,2289.6,3.41529],[[0.997988,0.0357838,-0.052336],[0.0523023,0.00187535,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2721.63,2284.78,3.41529],[[0.997988,0.0357838,-0.052336],[0.0523023,0.00187535,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2721.8,2279.95,3.41529],[[0.997988,0.0357838,-0.052336],[0.0523023,0.00187535,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2741.51,2262.66,3.41529],[[-0.0944328,0.994155,-0.052336],[-0.00494901,0.0521014,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2745.15,2263.01,3.41529],[[-0.0944328,0.994155,-0.052336],[-0.00494901,0.0521014,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2746.03,2279.32,3.41529],[[0.0943951,-0.994158,-0.052336],[0.00494704,-0.0521016,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2737.64,2289.01,3.41529],[[-0.997989,-0.0357671,-0.052336],[-0.0523024,-0.00187447,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2737.6,2290.18,3.41529],[[-0.997989,-0.0357671,-0.052336],[-0.0523024,-0.00187447,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2726.17,2270.79,3.42862],[[0.658586,0.750684,-0.052336],[0.034515,0.0393417,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2731.86,2265.8,3.42862],[[0.658586,0.750684,-0.052336],[0.034515,0.0393417,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2744.93,2280.7,3.41529],[[-0.658561,-0.750706,-0.052336],[-0.0345137,-0.0393428,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2739.24,2285.69,3.41529],[[-0.658561,-0.750706,-0.052336],[-0.0345137,-0.0393428,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2713.28,2289.31,3.17201],[[0.997988,0.0357838,-0.052336],[0.0523023,0.00187535,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2713.46,2284.49,3.17201],[[0.997988,0.0357838,-0.052336],[0.0523023,0.00187535,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2713.63,2279.66,3.17201],[[0.997988,0.0357838,-0.052336],[0.0523023,0.00187535,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2742.28,2254.52,3.17201],[[-0.0944328,0.994155,-0.052336],[-0.00494901,0.0521014,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2745.92,2254.87,3.17201],[[-0.0944328,0.994155,-0.052336],[-0.00494901,0.0521014,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2745.25,2287.46,3.17201],[[0.0943951,-0.994158,-0.052336],[0.00494704,-0.0521016,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2745.82,2289.3,3.17201],[[-0.997989,-0.0357671,-0.052336],[-0.0523024,-0.00187447,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2745.78,2290.47,3.17201],[[-0.997989,-0.0357671,-0.052336],[-0.0523024,-0.00187447,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2720.78,2264.64,3.18534],[[0.658586,0.750684,-0.052336],[0.034515,0.0393417,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2726.46,2259.65,3.18534],[[0.658586,0.750684,-0.052336],[0.034515,0.0393417,0.99863]],""Peer_Trench_Straight_Long_Chameleon""],[[2750.32,2286.85,3.17201],[[-0.658561,-0.750706,-0.052336],[-0.0345137,-0.0393428,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2744.63,2291.84,3.17201],[[-0.658561,-0.750706,-0.052336],[-0.0345137,-0.0393428,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2486.31,2458.21,3.41529],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2480.51,2461.42,3.41529],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2474.71,2464.62,3.41529],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2468.91,2467.83,3.41529],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2461.1,2453.69,3.41529],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2466.9,2450.48,3.41529],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2472.7,2447.28,3.41529],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2478.5,2444.07,3.41529],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2490.27,2465.37,3.17201],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2484.47,2468.58,3.17201],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2478.67,2471.78,3.17201],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2472.87,2474.99,3.17201],[[-0.483006,-0.874052,-0.052336],[-0.0253133,-0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2457.15,2446.53,3.17201],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2462.94,2443.32,3.17201],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2468.74,2440.12,3.17201],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2474.54,2436.91,3.17201],[[0.483006,0.874052,-0.052336],[0.0253133,0.0458071,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2485.11,2541.88,3.41529],[[0.331868,-0.941873,-0.052336],[0.0173925,-0.0493615,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2479.76,2539.99,3.41529],[[0.331868,-0.941873,-0.052336],[0.0173925,-0.0493615,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2474.4,2538.1,3.41529],[[0.331868,-0.941873,-0.052336],[0.0173925,-0.0493615,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2469.05,2536.21,3.33304],[[0.331868,-0.941873,-0.052336],[-0.00993935,-0.0589685,0.99821]],""Peer_Trench_Straight_Short_Chameleon""],[[2474.42,2520.98,3.33304],[[-0.331869,0.941873,-0.052336],[-0.0447097,0.039713,0.99821]],""Peer_Trench_Straight_Short_Chameleon""],[[2479.77,2522.86,3.41529],[[-0.331869,0.941873,-0.052336],[-0.0173925,0.0493615,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2485.13,2524.75,3.41529],[[-0.331869,0.941873,-0.052336],[-0.0173925,0.0493615,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2490.48,2526.64,3.41529],[[-0.331869,0.941873,-0.052336],[-0.0173925,0.0493615,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2482.39,2549.59,3.17201],[[0.331868,-0.941873,-0.052336],[0.0173925,-0.0493615,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2477.04,2547.7,3.17201],[[0.331868,-0.941873,-0.052336],[0.0173925,-0.0493615,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2471.68,2545.82,3.17201],[[0.331868,-0.941873,-0.052336],[0.0173925,-0.0493615,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2466.35,2543.93,3.09004],[[0.331868,-0.941873,-0.052336],[-0.00993935,-0.0589685,0.99821]],""Peer_Trench_Straight_Short_Chameleon""],[[2477.15,2513.27,3.09004],[[-0.331869,0.941873,-0.052336],[-0.0447097,0.039713,0.99821]],""Peer_Trench_Straight_Short_Chameleon""],[[2482.49,2515.15,3.17201],[[-0.331869,0.941873,-0.052336],[-0.0173925,0.0493615,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2487.84,2517.04,3.17201],[[-0.331869,0.941873,-0.052336],[-0.0173925,0.0493615,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2493.2,2518.92,3.17201],[[-0.331869,0.941873,-0.052336],[-0.0173925,0.0493615,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2502.5,2226.09,3.41529],[[-0.570299,-0.819768,-0.052336],[-0.0298881,-0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2497.49,2229.58,3.41529],[[-0.570299,-0.819768,-0.052336],[-0.0298881,-0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2492.47,2233.07,3.41529],[[-0.570299,-0.819768,-0.052336],[-0.0298881,-0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2483.25,2219.81,3.41529],[[0.570299,0.819768,-0.052336],[0.0298881,0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2488.26,2216.32,3.41529],[[0.570299,0.819768,-0.052336],[0.0298881,0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2493.28,2212.83,3.41529],[[0.570299,0.819768,-0.052336],[0.0298881,0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2507.17,2232.81,3.17201],[[-0.570299,-0.819768,-0.052336],[-0.0298881,-0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2502.16,2236.3,3.17201],[[-0.570299,-0.819768,-0.052336],[-0.0298881,-0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2497.14,2239.78,3.17201],[[-0.570299,-0.819768,-0.052336],[-0.0298881,-0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2478.58,2213.09,3.17201],[[0.570299,0.819768,-0.052336],[0.0298881,0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2483.59,2209.61,3.17201],[[0.570299,0.819768,-0.052336],[0.0298881,0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2488.6,2206.12,3.17201],[[0.570299,0.819768,-0.052336],[0.0298881,0.0429622,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2653.55,2512.6,3.41529],[[-0.0579562,0.996946,-0.052336],[-0.00303736,0.0522477,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2659.88,2512.97,3.41529],[[-0.0579562,0.996946,-0.052336],[-0.00303736,0.0522477,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2679.17,2530.57,3.36927],[[-0.98756,0.148275,-0.052336],[-0.0534281,-0.00338945,0.998566]],""Peer_Trench_Straight_Short_Chameleon""],[[2679.8,2534.74,3.32843],[[-0.98756,0.148275,-0.052336],[-0.0471796,0.0380841,0.99816]],""Peer_Trench_Straight_Short_Chameleon""],[[2680.42,2538.91,3.23731],[[-0.98756,0.148275,-0.052336],[-0.0498849,0.0202041,0.998551]],""Peer_Trench_Straight_Short_Chameleon""],[[2664.45,2541.31,3.21917],[[0.987563,-0.148259,-0.052336],[0.0532401,0.00213368,0.998579]],""Peer_Trench_Straight_Short_Chameleon""],[[2664.16,2539.4,3.25857],[[0.987563,-0.148259,-0.052336],[0.0562831,0.0225512,0.99816]],""Peer_Trench_Straight_Short_Chameleon""],[[2652.54,2528.72,3.41529],[[0.0579453,-0.996947,-0.052336],[0.00303679,-0.0522478,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2668.94,2516.8,3.39156],[[-0.673305,0.737511,-0.052336],[-0.0280604,0.0452448,0.998582]],""Peer_Trench_Straight_Long_Chameleon""],[[2674.53,2521.91,3.31743],[[-0.673305,0.737511,-0.052336],[-0.0280604,0.0452448,0.998582]],""Peer_Trench_Straight_Long_Chameleon""],[[2662.09,2535.54,3.38398],[[0.673306,-0.737509,-0.052336],[0.0373203,-0.0367942,0.998626]],""Peer_Trench_Straight_Short_Chameleon""],[[2656.49,2530.43,3.40485],[[0.673306,-0.737509,-0.052336],[0.0373203,-0.0367942,0.998626]],""Peer_Trench_Straight_Short_Chameleon""],[[2654.02,2504.43,3.17201],[[-0.0579562,0.996946,-0.052336],[-0.00303736,0.0522477,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2660.36,2504.8,3.17201],[[-0.0579562,0.996946,-0.052336],[-0.00303736,0.0522477,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2687.26,2529.37,3.12603],[[-0.98756,0.148275,-0.052336],[-0.0534281,-0.00338945,0.998566]],""Peer_Trench_Straight_Short_Chameleon""],[[2687.88,2533.51,3.08547],[[-0.98756,0.148275,-0.052336],[-0.0471796,0.0380841,0.99816]],""Peer_Trench_Straight_Short_Chameleon""],[[2688.51,2537.69,2.99408],[[-0.98756,0.148275,-0.052336],[-0.0498849,0.0202041,0.998551]],""Peer_Trench_Straight_Short_Chameleon""],[[2656.36,2542.52,2.97592],[[0.987563,-0.148259,-0.052336],[0.0532401,0.00213368,0.99858]],""Peer_Trench_Straight_Short_Chameleon""],[[2656.07,2540.59,3.0156],[[0.987563,-0.148259,-0.052336],[0.0562831,0.0225512,0.99816]],""Peer_Trench_Straight_Short_Chameleon""],[[2652.06,2536.89,3.17201],[[0.0579453,-0.996947,-0.052336],[0.00303679,-0.0522478,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2674.45,2510.75,3.14831],[[-0.673305,0.737511,-0.052336],[-0.0280604,0.0452448,0.998582]],""Peer_Trench_Straight_Long_Chameleon""],[[2680.04,2515.86,3.07418],[[-0.673305,0.737511,-0.052336],[-0.0280604,0.0452448,0.998582]],""Peer_Trench_Straight_Long_Chameleon""],[[2656.57,2541.58,3.14071],[[0.673306,-0.737509,-0.052336],[0.0373203,-0.0367942,0.998626]],""Peer_Trench_Straight_Short_Chameleon""],[[2650.97,2536.47,3.16158],[[0.673306,-0.737509,-0.052336],[0.0373203,-0.0367942,0.998626]],""Peer_Trench_Straight_Short_Chameleon""],[[2700.73,2548.46,3.29108],[[0.343816,0.937577,-0.052336],[-0.00763925,0.0585245,0.998257]],""Peer_Trench_Straight_Short_Chameleon""],[[2707.16,2546.1,3.396],[[0.343816,0.937577,-0.052336],[0.0149088,0.0502764,0.998624]],""Peer_Trench_Straight_Short_Chameleon""],[[2718.87,2532.67,3.41082],[[0.975846,0.212098,-0.052336],[0.0508415,0.0124975,0.998629]],""Peer_Trench_Straight_Short_Chameleon""],[[2720.21,2526.5,3.41529],[[0.975846,0.212098,-0.052336],[0.0511419,0.0111156,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2721.55,2520.33,3.19929],[[0.975846,0.212098,-0.052336],[0.0655488,-0.0557462,0.996291]],""Peer_Trench_Straight_Short_Chameleon""],[[2722.89,2514.15,2.87599],[[0.975846,0.212098,-0.052336],[0.0583309,-0.0221028,0.998053]],""Peer_Trench_Straight_Short_Chameleon""],[[2738.68,2517.58,2.85771],[[-0.975846,-0.212098,-0.052336],[-0.0432956,-0.0470493,0.997954]],""Peer_Trench_Straight_Short_Chameleon""],[[2737.44,2523.29,3.18746],[[-0.975846,-0.212098,-0.052336],[-0.034805,-0.0855637,0.995725]],""Peer_Trench_Straight_Short_Chameleon""],[[2736.2,2528.99,3.41259],[[-0.975846,-0.212098,-0.052336],[-0.0509457,-0.0120182,0.998629]],""Peer_Trench_Straight_Short_Chameleon""],[[2734.96,2534.69,3.41328],[[-0.975846,-0.212098,-0.052336],[-0.0512879,-0.0104439,0.998629]],""Peer_Trench_Straight_Short_Chameleon""],[[2733.72,2540.4,3.42002],[[-0.975846,-0.212098,-0.052336],[-0.0505057,-0.0140419,0.998625]],""Peer_Trench_Straight_Short_Chameleon""],[[2716.85,2559.76,3.41683],[[-0.343815,-0.937578,-0.052336],[-0.0218191,-0.0477423,0.998621]],""Peer_Trench_Straight_Short_Chameleon""],[[2711.57,2561.69,3.38668],[[-0.343815,-0.937578,-0.052336],[-0.0242843,-0.0468374,0.998607]],""Peer_Trench_Straight_Short_Chameleon""],[[2706.29,2563.63,3.29109],[[-0.343815,-0.937578,-0.052336],[-0.0436624,-0.0397118,0.998257]],""Peer_Trench_Straight_Short_Chameleon""],[[2711.5,2543.1,3.40692],[[0.752965,0.655976,-0.052336],[0.0395937,0.0342262,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2716.49,2537.38,3.40539],[[0.752965,0.655976,-0.052336],[0.0395937,0.0342262,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2729.52,2548.74,3.45224],[[-0.752966,-0.655975,-0.052336],[-0.0397049,-0.0340986,0.998629]],""Peer_Trench_Straight_Long_Chameleon""],[[2724.53,2554.46,3.44943],[[-0.752966,-0.655975,-0.052336],[-0.0397049,-0.0340986,0.998629]],""Peer_Trench_Straight_Long_Chameleon""],[[2697.93,2540.78,3.04805],[[0.343816,0.937577,-0.052336],[-0.00763925,0.0585245,0.998257]],""Peer_Trench_Straight_Short_Chameleon""],[[2704.35,2538.42,3.15273],[[0.343816,0.937577,-0.052336],[0.0149088,0.0502764,0.998624]],""Peer_Trench_Straight_Short_Chameleon""],[[2710.87,2530.93,3.16754],[[0.975846,0.212098,-0.052336],[0.0508415,0.0124975,0.998628]],""Peer_Trench_Straight_Short_Chameleon""],[[2712.21,2524.76,3.17201],[[0.975846,0.212098,-0.052336],[0.0511419,0.0111156,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2713.55,2518.63,2.95758],[[0.975846,0.212098,-0.052336],[0.0655488,-0.0557462,0.996291]],""Peer_Trench_Straight_Short_Chameleon""],[[2714.89,2512.44,2.6331],[[0.975846,0.212098,-0.052336],[0.0583309,-0.0221028,0.998053]],""Peer_Trench_Straight_Short_Chameleon""],[[2746.66,2519.35,2.61488],[[-0.975846,-0.212098,-0.052336],[-0.0432956,-0.0470493,0.997954]],""Peer_Trench_Straight_Short_Chameleon""],[[2745.42,2525.07,2.94613],[[-0.975846,-0.212098,-0.052336],[-0.034805,-0.0855637,0.995725]],""Peer_Trench_Straight_Short_Chameleon""],[[2744.19,2530.73,3.16931],[[-0.975846,-0.212098,-0.052336],[-0.0509457,-0.0120182,0.998629]],""Peer_Trench_Straight_Short_Chameleon""],[[2742.95,2536.43,3.17],[[-0.975846,-0.212098,-0.052336],[-0.0512879,-0.0104439,0.998629]],""Peer_Trench_Straight_Short_Chameleon""],[[2741.71,2542.14,3.17674],[[-0.975846,-0.212098,-0.052336],[-0.0505057,-0.0140419,0.998625]],""Peer_Trench_Straight_Short_Chameleon""],[[2719.67,2567.44,3.17355],[[-0.343815,-0.937578,-0.052336],[-0.0218191,-0.0477423,0.998621]],""Peer_Trench_Straight_Short_Chameleon""],[[2714.39,2569.37,3.14341],[[-0.343815,-0.937578,-0.052336],[-0.0242843,-0.0468375,0.998607]],""Peer_Trench_Straight_Short_Chameleon""],[[2709.12,2571.3,3.04806],[[-0.343815,-0.937578,-0.052336],[-0.0436624,-0.0397118,0.998257]],""Peer_Trench_Straight_Short_Chameleon""],[[2705.34,2537.73,3.16364],[[0.752965,0.655976,-0.052336],[0.0395937,0.0342262,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2710.32,2532.01,3.16211],[[0.752965,0.655976,-0.052336],[0.0395937,0.0342262,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2735.69,2554.11,3.20896],[[-0.752966,-0.655975,-0.052336],[-0.0397049,-0.0340986,0.998629]],""Peer_Trench_Straight_Long_Chameleon""],[[2730.7,2559.83,3.20615],[[-0.752966,-0.655975,-0.052336],[-0.0397049,-0.0340986,0.998629]],""Peer_Trench_Straight_Long_Chameleon""],[[2720.6,2313.53,3.41529],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2720.8,2308.06,3.41529],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2720.99,2302.58,3.41529],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2721.19,2297.1,3.41529],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2737.33,2297.68,3.41529],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2737.14,2303.16,3.41529],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2736.94,2308.63,3.41529],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2736.74,2314.11,3.41529],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2712.43,2313.24,3.17201],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2712.62,2307.76,3.17201],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2712.82,2302.28,3.17201],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2713.02,2296.81,3.17201],[[0.997988,0.0357771,-0.052336],[0.0523024,0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2745.51,2297.97,3.17201],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2745.31,2303.45,3.17201],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2745.12,2308.93,3.17201],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2744.92,2314.41,3.17201],[[-0.997988,-0.0357771,-0.052336],[-0.0523024,-0.001875,0.99863]],""Peer_Trench_Straight_Short_Chameleon""],[[2185.7,2205.04,6.65432],[[-0.0395848,0.997845,-0.052336],[-0.0794333,0.0490688,0.995632]],""Peer_Trench_Straight_Short_Chameleon""],[[2191.62,2205.28,7.0947],[[-0.0395848,0.997845,-0.052336],[-0.0732264,0.0493392,0.996094]],""Peer_Trench_Straight_Short_Chameleon""],[[2197.54,2205.51,7.49106],[[-0.0395848,0.997845,-0.052336],[-0.0645789,0.0497127,0.996674]],""Peer_Trench_Straight_Short_Chameleon""],[[2203.46,2205.75,7.84837],[[-0.0395848,0.997845,-0.052336],[-0.060067,0.049906,0.996946]],""Peer_Trench_Straight_Short_Chameleon""],[[2202.82,2221.89,7.84839],[[0.0395845,-0.997845,-0.052336],[-0.0559245,-0.0545074,0.996946]],""Peer_Trench_Straight_Short_Chameleon""],[[2196.9,2221.65,7.49108],[[0.0395845,-0.997845,-0.052336],[-0.0604399,-0.0546722,0.996674]],""Peer_Trench_Straight_Short_Chameleon""],[[2190.98,2221.42,7.09473],[[0.0395845,-0.997845,-0.052336],[-0.0690883,-0.0549849,0.996094]],""Peer_Trench_Straight_Short_Chameleon""],[[2185.06,2221.18,6.65433],[[0.0395845,-0.997845,-0.052336],[-0.0752984,-0.055207,0.995632]],""Peer_Trench_Straight_Short_Chameleon""],[[2186.07,2196.87,6.41305],[[-0.0395848,0.997845,-0.052336],[-0.0794333,0.0490687,0.995632]],""Peer_Trench_Straight_Short_Chameleon""],[[2191.99,2197.11,6.85312],[[-0.0395848,0.997845,-0.052336],[-0.0732264,0.0493392,0.996094]],""Peer_Trench_Straight_Short_Chameleon""],[[2197.9,2197.34,7.24909],[[-0.0395848,0.997845,-0.052336],[-0.0645789,0.0497127,0.996674]],""Peer_Trench_Straight_Short_Chameleon""],[[2203.82,2197.58,7.60622],[[-0.0395848,0.997845,-0.052336],[-0.060067,0.0499059,0.996946]],""Peer_Trench_Straight_Short_Chameleon""],[[2202.53,2230.06,7.60624],[[0.0395845,-0.997845,-0.052336],[-0.0559245,-0.0545074,0.996946]],""Peer_Trench_Straight_Short_Chameleon""],[[2196.62,2229.83,7.24911],[[0.0395845,-0.997845,-0.052336],[-0.0604399,-0.0546722,0.996674]],""Peer_Trench_Straight_Short_Chameleon""],[[2190.7,2229.59,6.85315],[[0.0395845,-0.997845,-0.052336],[-0.0690883,-0.0549849,0.996094]],""Peer_Trench_Straight_Short_Chameleon""],[[2184.78,2229.36,6.41306],[[0.0395845,-0.997845,-0.052336],[-0.0752984,-0.055207,0.995632]],""Peer_Trench_Straight_Short_Chameleon""],[[2210.95,2206.04,8.21026],[[-0.0395762,0.997845,-0.052336],[-0.0379393,0.0508386,0.997986]],""Peer_Trench_Straight_Short_Chameleon""],[[2216.42,2206.26,8.41299],[[-0.0395762,0.997845,-0.052336],[-0.0403019,0.0507403,0.997898]],""Peer_Trench_Straight_Short_Chameleon""],[[2230.04,2197.12,8.44999],[[0.938512,0.341258,-0.052336],[0.0369108,0.0515431,0.997988]],""Peer_Trench_Straight_Short_Chameleon""],[[2231.68,2192.61,8.57669],[[0.938512,0.341258,-0.052336],[0.0433556,0.033895,0.998485]],""Peer_Trench_Straight_Short_Chameleon""],[[2246.86,2198.13,8.54026],[[-0.93851,-0.341263,-0.052336],[-0.0522664,-0.00940495,0.998589]],""Peer_Trench_Straight_Short_Chameleon""],[[2244.85,2203.67,8.41154],[[-0.93851,-0.341263,-0.052336],[-0.0610057,0.0147147,0.998029]],""Peer_Trench_Straight_Short_Chameleon""],[[2248.11,2220.8,9.23177],[[-0.747137,0.662606,-0.052336],[-0.08976,-0.0225651,0.995708]],""Peer_Trench_Straight_Short_Chameleon""],[[2252.48,2225.72,9.86699],[[-0.747137,0.662606,-0.052336],[-0.116418,-0.052933,0.991789]],""Peer_Trench_Straight_Short_Chameleon""],[[2256.84,2230.64,10.5438],[[-0.747137,0.662606,-0.052336],[-0.0981215,-0.0320762,0.994657]],""Peer_Trench_Straight_Short_Chameleon""],[[2261.2,2235.55,11.0073],[[-0.747137,0.662606,-0.052336],[-0.0735519,-0.00416473,0.997283]],""Peer_Trench_Straight_Short_Chameleon""],[[2249.11,2246.27,11.0038],[[0.747137,-0.662606,-0.052336],[0.00466509,-0.0735103,0.997284]],""Peer_Trench_Straight_Short_Chameleon""],[[2244.47,2241.04,10.4935],[[0.747137,-0.662606,-0.052336],[-0.0234461,-0.104964,0.9942]],""Peer_Trench_Straight_Short_Chameleon""],[[2239.83,2235.81,9.7802],[[0.747137,-0.662606,-0.052336],[-0.0340522,-0.116795,0.992572]],""Peer_Trench_Straight_Short_Chameleon""],[[2235.2,2230.58,9.14158],[[0.747137,-0.662606,-0.052336],[-0.00919911,-0.0890407,0.995986]],""Peer_Trench_Straight_Short_Chameleon""],[[2218.13,2222.5,8.48399],[[0.0395792,-0.997845,-0.052336],[-0.0335521,-0.0536747,0.997995]],""Peer_Trench_Straight_Short_Chameleon""],[[2214.22,2222.34,8.34898],[[0.0395792,-0.997845,-0.052336],[-0.0313097,-0.0535898,0.998072]],""Peer_Trench_Straight_Short_Chameleon""],[[2210.31,2222.19,8.21728],[[0.0395792,-0.997845,-0.052336],[-0.0318613,-0.0536107,0.998054]],""Peer_Trench_Straight_Short_Chameleon""],[[2220.88,2204.99,8.48786],[[0.556579,0.829145,-0.052336],[0.041484,0.0351801,0.99852]],""Peer_Trench_Straight_Short_Chameleon""],[[2227.17,2200.76,8.37539],[[0.556579,0.829145,-0.052336],[0.041484,0.0351801,0.99852]],""Peer_Trench_Straight_Short_Chameleon""],[[2244.45,2208.76,8.44992],[[-0.980964,0.187004,-0.052336],[-0.0596179,-0.0335265,0.997658]],""Peer_Trench_Straight_Short_Chameleon""],[[2245.87,2216.21,8.78444],[[-0.980964,0.187004,-0.052336],[-0.0596179,-0.0335265,0.997658]],""Peer_Trench_Straight_Short_Chameleon""],[[2230.58,2227.13,8.79766],[[0.427592,-0.902456,-0.052336],[0.00550005,-0.0552973,0.998455]],""Peer_Trench_Straight_Short_Chameleon""],[[2223.72,2223.88,8.65564],[[0.427592,-0.902456,-0.052336],[0.00550005,-0.0552973,0.998455]],""Peer_Trench_Straight_Short_Chameleon""],[[2211.3,2197.87,7.96741],[[-0.0395762,0.997845,-0.052336],[-0.0379393,0.0508386,0.997986]],""Peer_Trench_Straight_Short_Chameleon""],[[2216.77,2198.09,8.1702],[[-0.0395762,0.997845,-0.052336],[-0.0403019,0.0507403,0.997898]],""Peer_Trench_Straight_Short_Chameleon""],[[2222.36,2194.3,8.20714],[[0.938512,0.341258,-0.052336],[0.0369108,0.0515431,0.997988]],""Peer_Trench_Straight_Short_Chameleon""],[[2224,2189.8,8.33351],[[0.938512,0.341258,-0.052336],[0.0433556,0.033895,0.998485]],""Peer_Trench_Straight_Short_Chameleon""],[[2254.55,2200.92,8.29701],[[-0.93851,-0.341263,-0.052336],[-0.0522664,-0.00940495,0.998589]],""Peer_Trench_Straight_Short_Chameleon""],[[2252.54,2206.44,8.16866],[[-0.93851,-0.341263,-0.052336],[-0.0610057,0.0147147,0.998029]],""Peer_Trench_Straight_Short_Chameleon""],[[2254.27,2215.41,8.99045],[[-0.747137,0.662606,-0.052336],[-0.08976,-0.022565,0.995708]],""Peer_Trench_Straight_Short_Chameleon""],[[2258.65,2220.35,9.62829],[[-0.747137,0.662606,-0.052336],[-0.116418,-0.052933,0.991789]],""Peer_Trench_Straight_Short_Chameleon""],[[2263,2225.25,10.3032],[[-0.747137,0.662606,-0.052336],[-0.0981215,-0.0320762,0.994657]],""Peer_Trench_Straight_Short_Chameleon""],[[2267.34,2230.15,10.7649],[[-0.747137,0.662606,-0.052336],[-0.0735519,-0.00416473,0.997283]],""Peer_Trench_Straight_Short_Chameleon""],[[2243.01,2251.73,10.7614],[[0.747137,-0.662606,-0.052336],[0.00466509,-0.0735103,0.997284]],""Peer_Trench_Straight_Short_Chameleon""],[[2238.4,2246.52,10.2532],[[0.747137,-0.662606,-0.052336],[-0.0234461,-0.104964,0.9942]],""Peer_Trench_Straight_Short_Chameleon""],[[2233.76,2241.29,9.54098],[[0.747137,-0.662606,-0.052336],[-0.0340522,-0.116795,0.992572]],""Peer_Trench_Straight_Short_Chameleon""],[[2229.11,2236.05,8.90008],[[0.747137,-0.662606,-0.052336],[-0.00919911,-0.0890407,0.995986]],""Peer_Trench_Straight_Short_Chameleon""],[[2217.83,2230.67,8.24114],[[0.0395792,-0.997845,-0.052336],[-0.0335521,-0.0536746,0.997995]],""Peer_Trench_Straight_Short_Chameleon""],[[2213.92,2230.51,8.10608],[[0.0395792,-0.997845,-0.052336],[-0.0313097,-0.0535898,0.998072]],""Peer_Trench_Straight_Short_Chameleon""],[[2210.01,2230.36,7.97439],[[0.0395792,-0.997845,-0.052336],[-0.0318613,-0.0536107,0.998054]],""Peer_Trench_Straight_Short_Chameleon""],[[2216.31,2198.2,8.24465],[[0.556579,0.829144,-0.052336],[0.041484,0.0351801,0.99852]],""Peer_Trench_Straight_Short_Chameleon""],[[2222.6,2193.97,8.13218],[[0.556579,0.829144,-0.052336],[0.041484,0.0351801,0.99852]],""Peer_Trench_Straight_Short_Chameleon""],[[2252.49,2207.26,8.2073],[[-0.980964,0.187004,-0.052336],[-0.0596179,-0.0335265,0.997658]],""Peer_Trench_Straight_Short_Chameleon""],[[2253.91,2214.71,8.54181],[[-0.980964,0.187004,-0.052336],[-0.0596179,-0.0335265,0.997658]],""Peer_Trench_Straight_Short_Chameleon""],[[2227.09,2234.53,8.55449],[[0.427592,-0.902455,-0.052336],[0.00550005,-0.0552973,0.998455]],""Peer_Trench_Straight_Short_Chameleon""],[[2220.23,2231.28,8.41247],[[0.427592,-0.902455,-0.052336],[0.00550005,-0.0552973,0.998455]],""Peer_Trench_Straight_Short_Chameleon""],[[2234.24,2185.56,8.2303],[[0.93851,0.341262,-0.052336],[0.0743042,-0.0516142,0.995899]],""Peer_Trench_Straight_Short_Chameleon""],[[2236.06,2180.55,7.83354],[[0.93851,0.341262,-0.052336],[0.074678,-0.0526546,0.995817]],""Peer_Trench_Straight_Short_Chameleon""],[[2237.88,2175.55,7.43347],[[0.93851,0.341262,-0.052336],[0.0747237,-0.0527818,0.995806]],""Peer_Trench_Straight_Short_Chameleon""],[[2258.45,2159.83,5.59346],[[0.083131,0.995164,-0.052336],[0.0883585,0.0449502,0.995074]],""Peer_Trench_Straight_Short_Chameleon""],[[2264.29,2159.34,5.23344],[[0.083131,0.995164,-0.052336],[0.0425962,0.0489213,0.997894]],""Peer_Trench_Straight_Short_Chameleon""],[[2270.14,2158.85,4.92111],[[0.083131,0.995164,-0.052336],[0.0721677,0.046368,0.996314]],""Peer_Trench_Straight_Short_Chameleon""],[[2275.99,2158.36,4.54043],[[0.083131,0.995164,-0.052336],[0.0657968,0.046922,0.996729]],""Peer_Trench_Straight_Short_Chameleon""],[[2277.34,2174.46,4.5388],[[-0.0831293,-0.995164,-0.052336],[0.0570559,-0.0571845,0.996732]],""Peer_Trench_Straight_Short_Chameleon""],[[2271.11,2174.98,4.94738],[[-0.0831293,-0.995164,-0.052336],[0.0646748,-0.0577946,0.996231]],""Peer_Trench_Straight_Short_Chameleon""],[[2264.89,2175.5,5.28528],[[-0.0831293,-0.995164,-0.052336],[0.0344911,-0.0553595,0.997871]],""Peer_Trench_Straight_Short_Chameleon""],[[2251.32,2185.88,7.81766],[[-0.938508,-0.341267,-0.052336],[-0.0233736,-0.0884357,0.995808]],""Peer_Trench_Straight_Short_Chameleon""],[[2249.42,2191.08,8.23027],[[-0.938508,-0.341267,-0.052336],[-0.0237963,-0.0872874,0.995899]],""Peer_Trench_Straight_Short_Chameleon""],[[2243.53,2167.87,6.85982],[[0.606477,0.793377,-0.052336],[0.0968927,-0.00841376,0.995259]],""Peer_Trench_Straight_Long_Chameleon""],[[2249.56,2163.27,6.23724],[[0.606477,0.793377,-0.052336],[0.0968927,-0.00841376,0.995259]],""Peer_Trench_Straight_Long_Chameleon""],[[2260.28,2177.29,5.98029],[[-0.606495,-0.793363,-0.052336],[0.0770402,-0.124153,0.989268]],""Peer_Trench_Straight_Short_Chameleon""],[[2254.25,2181.9,7.01637],[[-0.606495,-0.793363,-0.052336],[0.0770402,-0.124153,0.989268]],""Peer_Trench_Straight_Short_Chameleon""],[[2226.54,2182.81,7.98885],[[0.93851,0.341262,-0.052336],[0.0743042,-0.0516142,0.995899]],""Peer_Trench_Straight_Short_Chameleon""],[[2228.36,2177.81,7.59215],[[0.93851,0.341262,-0.052336],[0.074678,-0.0526546,0.995817]],""Peer_Trench_Straight_Short_Chameleon""],[[2230.18,2172.8,7.19209],[[0.93851,0.341262,-0.052336],[0.0747237,-0.0527818,0.995806]],""Peer_Trench_Straight_Short_Chameleon""],[[2257.71,2151.68,5.35257],[[0.083131,0.995164,-0.052336],[0.0883585,0.0449502,0.995074]],""Peer_Trench_Straight_Short_Chameleon""],[[2263.59,2151.19,4.99065],[[0.083131,0.995164,-0.052336],[0.0425962,0.0489213,0.997894]],""Peer_Trench_Straight_Short_Chameleon""],[[2269.42,2150.7,4.67938],[[0.083131,0.995164,-0.052336],[0.0721677,0.046368,0.996314]],""Peer_Trench_Straight_Short_Chameleon""],[[2275.27,2150.22,4.29842],[[0.083131,0.995164,-0.052336],[0.0657968,0.046922,0.996729]],""Peer_Trench_Straight_Short_Chameleon""],[[2277.98,2182.61,4.2968],[[-0.0831293,-0.995164,-0.052336],[0.0570559,-0.0571845,0.996732]],""Peer_Trench_Straight_Short_Chameleon""],[[2271.75,2183.13,4.70571],[[-0.0831293,-0.995164,-0.052336],[0.0646748,-0.0577946,0.996231]],""Peer_Trench_Straight_Short_Chameleon""],[[2265.55,2183.65,5.04251],[[-0.0831293,-0.995164,-0.052336],[0.0344911,-0.0553595,0.997871]],""Peer_Trench_Straight_Short_Chameleon""],[[2258.99,2188.72,7.57627],[[-0.938508,-0.341267,-0.052336],[-0.0233736,-0.0884357,0.995808]],""Peer_Trench_Straight_Short_Chameleon""],[[2257.09,2193.92,7.98882],[[-0.938508,-0.341267,-0.052336],[-0.0237963,-0.0872874,0.995899]],""Peer_Trench_Straight_Short_Chameleon""],[[2238.52,2161.41,6.6188],[[0.606477,0.793377,-0.052336],[0.0968927,-0.00841376,0.995259]],""Peer_Trench_Straight_Long_Chameleon""],[[2244.55,2156.8,5.99622],[[0.606477,0.793377,-0.052336],[0.0968927,-0.00841376,0.995259]],""Peer_Trench_Straight_Long_Chameleon""],[[2265.17,2183.84,5.74329],[[-0.606495,-0.793363,-0.052336],[0.0770402,-0.124153,0.989268]],""Peer_Trench_Straight_Short_Chameleon""],[[2259.15,2188.45,6.77937],[[-0.606495,-0.793363,-0.052336],[0.0770402,-0.124153,0.989268]],""Peer_Trench_Straight_Short_Chameleon""],[[2283.47,2157.74,4.09976],[[0.0831291,0.995164,-0.052336],[0.0537978,0.0479596,0.997399]],""Peer_Trench_Straight_Short_Chameleon""],[[2289.25,2157.25,3.7788],[[0.0831291,0.995164,-0.052336],[0.0650459,0.0469872,0.996775]],""Peer_Trench_Straight_Short_Chameleon""],[[2295.04,2156.77,3.47056],[[0.0831291,0.995164,-0.052336],[0.0494311,0.0483353,0.997607]],""Peer_Trench_Straight_Short_Chameleon""],[[2300.83,2156.29,3.31101],[[0.0831291,0.995164,-0.052336],[0.0140302,0.0513438,0.998583]],""Peer_Trench_Straight_Short_Chameleon""],[[2321.38,2172.54,3.55058],[[-0.98753,0.148477,-0.052336],[-0.0594692,-0.0440138,0.997259]],""Peer_Trench_Straight_Short_Chameleon""],[[2322.27,2178.49,3.86307],[[-0.98753,0.148477,-0.052336],[-0.0593253,-0.0430387,0.99731]],""Peer_Trench_Straight_Short_Chameleon""],[[2306.4,2181.62,3.95378],[[0.987529,-0.148481,-0.052336],[0.0596056,0.0449373,0.99721]],""Peer_Trench_Straight_Short_Chameleon""],[[2294.71,2173.01,3.54071],[[-0.0831252,-0.995164,-0.052336],[0.0471338,-0.0563851,0.997296]],""Peer_Trench_Straight_Short_Chameleon""],[[2289.76,2173.42,3.82237],[[-0.0831252,-0.995164,-0.052336],[0.0571878,-0.0571948,0.996724]],""Peer_Trench_Straight_Short_Chameleon""],[[2284.81,2173.84,4.09515],[[-0.0831252,-0.995164,-0.052336],[0.0435732,-0.0560971,0.997474]],""Peer_Trench_Straight_Short_Chameleon""],[[2310.4,2159.19,3.26753],[[-0.619442,0.783296,-0.052336],[-0.0387049,0.036113,0.998598]],""Peer_Trench_Straight_Long_Chameleon""],[[2316.34,2163.89,3.3278],[[-0.619442,0.783296,-0.052336],[-0.0387049,0.036113,0.998598]],""Peer_Trench_Straight_Long_Chameleon""],[[2304.49,2178.88,3.64195],[[0.619442,-0.783296,-0.052336],[0.0121283,-0.0571098,0.998294]],""Peer_Trench_Straight_Short_Chameleon""],[[2298.55,2174.18,3.44573],[[0.619442,-0.783296,-0.052336],[0.0121283,-0.0571098,0.998294]],""Peer_Trench_Straight_Short_Chameleon""],[[2282.75,2149.59,3.8573],[[0.0831291,0.995164,-0.052336],[0.0537978,0.0479596,0.997399]],""Peer_Trench_Straight_Short_Chameleon""],[[2288.53,2149.11,3.53676],[[0.0831291,0.995164,-0.052336],[0.0650459,0.0469872,0.996775]],""Peer_Trench_Straight_Short_Chameleon""],[[2294.33,2148.62,3.22797],[[0.0831291,0.995164,-0.052336],[0.0494311,0.0483353,0.997607]],""Peer_Trench_Straight_Short_Chameleon""],[[2300.14,2148.14,3.06776],[[0.0831291,0.995164,-0.052336],[0.0140302,0.0513438,0.998583]],""Peer_Trench_Straight_Short_Chameleon""],[[2329.47,2171.35,3.30822],[[-0.98753,0.148477,-0.052336],[-0.0594692,-0.0440138,0.997259]],""Peer_Trench_Straight_Short_Chameleon""],[[2330.36,2177.31,3.62068],[[-0.98753,0.148477,-0.052336],[-0.0593253,-0.0430387,0.997311]],""Peer_Trench_Straight_Short_Chameleon""],[[2298.31,2182.8,3.71145],[[0.987529,-0.148481,-0.052336],[0.0596056,0.0449373,0.99721]],""Peer_Trench_Straight_Short_Chameleon""],[[2295.36,2181.16,3.29832],[[-0.0831252,-0.995164,-0.052336],[0.0471338,-0.0563851,0.997296]],""Peer_Trench_Straight_Short_Chameleon""],[[2290.4,2181.58,3.58037],[[-0.0831252,-0.995164,-0.052336],[0.0571878,-0.0571949,0.996724]],""Peer_Trench_Straight_Short_Chameleon""],[[2285.46,2181.99,3.85265],[[-0.0831252,-0.995164,-0.052336],[0.0435732,-0.0560971,0.997474]],""Peer_Trench_Straight_Short_Chameleon""],[[2315.48,2152.78,3.02427],[[-0.619442,0.783296,-0.052336],[-0.0387049,0.036113,0.998598]],""Peer_Trench_Straight_Long_Chameleon""],[[2321.42,2157.47,3.08454],[[-0.619442,0.783296,-0.052336],[-0.0387049,0.036113,0.998598]],""Peer_Trench_Straight_Long_Chameleon""],[[2299.43,2185.3,3.3989],[[0.619442,-0.783296,-0.052336],[0.0121283,-0.0571098,0.998294]],""Peer_Trench_Straight_Short_Chameleon""],[[2293.49,2180.61,3.20267],[[0.619442,-0.783296,-0.052336],[0.0121283,-0.0571098,0.998294]],""Peer_Trench_Straight_Short_Chameleon""],[[2323.33,2185.57,4.14402],[[-0.987532,0.148463,-0.052336],[-0.0451883,0.0511177,0.99767]],""Peer_Trench_Straight_Short_Chameleon""],[[2335.03,2195.48,4.17666],[[-0.013106,0.998544,-0.052336],[0.0279012,0.0526853,0.998221]],""Peer_Trench_Straight_Short_Chameleon""],[[2340.62,2195.55,4.01421],[[-0.013106,0.998544,-0.052336],[0.0288196,0.0526959,0.998195]],""Peer_Trench_Straight_Short_Chameleon""],[[2346.21,2195.62,3.84291],[[-0.013106,0.998544,-0.052336],[0.0310753,0.0527219,0.998126]],""Peer_Trench_Straight_Short_Chameleon""],[[2351.81,2195.7,3.66524],[[-0.013106,0.998544,-0.052336],[0.0310862,0.052722,0.998125]],""Peer_Trench_Straight_Short_Chameleon""],[[2351.59,2211.85,3.66458],[[0.0131032,-0.998544,-0.052336],[0.0322986,-0.0518905,0.99813]],""Peer_Trench_Straight_Short_Chameleon""],[[2345.7,2211.77,3.85268],[[0.0131032,-0.998544,-0.052336],[0.0329098,-0.0518814,0.998111]],""Peer_Trench_Straight_Short_Chameleon""],[[2339.81,2211.7,4.03106],[[0.0131032,-0.998544,-0.052336],[0.0289976,-0.051939,0.998229]],""Peer_Trench_Straight_Short_Chameleon""],[[2333.92,2211.62,4.20102],[[0.0131032,-0.998544,-0.052336],[0.0300518,-0.0519235,0.998199]],""Peer_Trench_Straight_Short_Chameleon""],[[2328.02,2211.54,4.3616],[[0.0131032,-0.998544,-0.052336],[0.025812,-0.0519852,0.998314]],""Peer_Trench_Straight_Short_Chameleon""],[[2308.32,2194.35,4.53374],[[0.987531,-0.148472,-0.052336],[0.0444542,-0.0559185,0.997445]],""Peer_Trench_Straight_Short_Chameleon""],[[2307.41,2188.31,4.23483],[[0.987531,-0.148472,-0.052336],[0.0443835,-0.0563812,0.997422]],""Peer_Trench_Straight_Short_Chameleon""],[[2325.34,2188.96,4.36026],[[-0.656482,0.752524,-0.052336],[-0.0293889,0.0438123,0.998607]],""Peer_Trench_Straight_Short_Chameleon""],[[2331.05,2193.94,4.30984],[[-0.656482,0.752524,-0.052336],[-0.0293889,0.0438123,0.998607]],""Peer_Trench_Straight_Short_Chameleon""],[[2318.79,2208,4.53644],[[0.656491,-0.752516,-0.052336],[0.0475759,-0.0279371,0.998477]],""Peer_Trench_Straight_Long_Chameleon""],[[2313.08,2203.02,4.66891],[[0.656491,-0.752516,-0.052336],[0.0475759,-0.0279371,0.998477]],""Peer_Trench_Straight_Long_Chameleon""],[[2331.42,2184.32,3.90138],[[-0.987532,0.148463,-0.052336],[-0.0451883,0.0511177,0.99767]],""Peer_Trench_Straight_Short_Chameleon""],[[2335.12,2187.3,3.93366],[[-0.013106,0.998544,-0.052336],[0.0279012,0.0526853,0.998221]],""Peer_Trench_Straight_Short_Chameleon""],[[2340.71,2187.37,3.77122],[[-0.013106,0.998544,-0.052336],[0.0288196,0.0526959,0.998195]],""Peer_Trench_Straight_Short_Chameleon""],[[2346.3,2187.45,3.59997],[[-0.013106,0.998544,-0.052336],[0.0310753,0.0527219,0.998126]],""Peer_Trench_Straight_Short_Chameleon""],[[2351.89,2187.52,3.4223],[[-0.013106,0.998544,-0.052336],[0.0310862,0.052722,0.998125]],""Peer_Trench_Straight_Short_Chameleon""],[[2351.46,2220.03,3.42164],[[0.0131032,-0.998544,-0.052336],[0.0322986,-0.0518905,0.99813]],""Peer_Trench_Straight_Short_Chameleon""],[[2345.57,2219.95,3.60974],[[0.0131032,-0.998544,-0.052336],[0.0329098,-0.0518814,0.998111]],""Peer_Trench_Straight_Short_Chameleon""],[[2339.68,2219.87,3.78805],[[0.0131032,-0.998544,-0.052336],[0.0289976,-0.051939,0.998229]],""Peer_Trench_Straight_Short_Chameleon""],[[2333.79,2219.8,3.95803],[[0.0131032,-0.998544,-0.052336],[0.0300518,-0.0519235,0.998199]],""Peer_Trench_Straight_Short_Chameleon""],[[2327.9,2219.72,4.11853],[[0.0131032,-0.998544,-0.052336],[0.025812,-0.0519852,0.998314]],""Peer_Trench_Straight_Short_Chameleon""],[[2300.24,2195.6,4.29125],[[0.987531,-0.148472,-0.052336],[0.0444542,-0.0559185,0.997445]],""Peer_Trench_Straight_Short_Chameleon""],[[2299.33,2189.56,3.99236],[[0.987531,-0.148472,-0.052336],[0.0443835,-0.0563812,0.997422]],""Peer_Trench_Straight_Short_Chameleon""],[[2330.72,2182.8,4.11699],[[-0.656482,0.752524,-0.052336],[-0.0293889,0.0438123,0.998607]],""Peer_Trench_Straight_Short_Chameleon""],[[2336.43,2187.78,4.06657],[[-0.656482,0.752524,-0.052336],[-0.0293889,0.0438123,0.998607]],""Peer_Trench_Straight_Short_Chameleon""],[[2313.41,2214.15,4.29326],[[0.656491,-0.752516,-0.052336],[0.0475759,-0.0279371,0.998477]],""Peer_Trench_Straight_Long_Chameleon""],[[2307.7,2209.17,4.42573],[[0.656491,-0.752516,-0.052336],[0.0475759,-0.0279371,0.998477]],""Peer_Trench_Straight_Long_Chameleon""],[[2389.21,2212.34,3.06596],[[0.0131058,-0.998544,-0.052336],[-0.0201484,-0.0525936,0.998413]],""Peer_Trench_Straight_Short_Chameleon""],[[2383.18,2212.27,2.91589],[[0.0131058,-0.998544,-0.052336],[-0.0283061,-0.05269,0.99821]],""Peer_Trench_Straight_Short_Chameleon""],[[2377.16,2212.19,2.8763],[[0.0131058,-0.998544,-0.052336],[0.0165254,-0.052117,0.998504]],""Peer_Trench_Straight_Short_Chameleon""],[[2371.14,2212.11,3.00155],[[0.0131058,-0.998544,-0.052336],[0.0264333,-0.0519762,0.998298]],""Peer_Trench_Straight_Short_Chameleon""],[[2365.12,2212.03,3.1954],[[0.0131058,-0.998544,-0.052336],[0.0393,-0.0517856,0.997885]],""Peer_Trench_Straight_Short_Chameleon""],[[2359.09,2211.95,3.41606],[[0.0131058,-0.998544,-0.052336],[0.035337,-0.0518452,0.99803]],""Peer_Trench_Straight_Short_Chameleon""],[[2359.3,2195.8,3.41604],[[-0.0131057,0.998544,-0.052336],[0.0339643,0.0527548,0.99803]],""Peer_Trench_Straight_Short_Chameleon""],[[2365.33,2195.88,3.19538],[[-0.0131057,0.998544,-0.052336],[0.0379256,0.0527992,0.997885]],""Peer_Trench_Straight_Short_Chameleon""],[[2371.35,2195.95,3.00153],[[-0.0131057,0.998544,-0.052336],[0.0250581,0.052652,0.998299]],""Peer_Trench_Straight_Short_Chameleon""],[[2377.37,2196.03,2.87628],[[-0.0131057,0.998544,-0.052336],[0.015154,0.0525328,0.998504]],""Peer_Trench_Straight_Short_Chameleon""],[[2383.4,2196.11,2.91587],[[-0.0131057,0.998544,-0.052336],[-0.0296811,0.0519289,0.99821]],""Peer_Trench_Straight_Short_Chameleon""],[[2389.42,2196.19,3.06595],[[-0.0131057,0.998544,-0.052336],[-0.0215211,0.0520466,0.998413]],""Peer_Trench_Straight_Short_Chameleon""],[[2389.11,2220.52,2.82283],[[0.0131058,-0.998544,-0.052336],[-0.0201484,-0.0525936,0.998413]],""Peer_Trench_Straight_Short_Chameleon""],[[2383.1,2220.44,2.67289],[[0.0131058,-0.998544,-0.052336],[-0.0283061,-0.05269,0.99821]],""Peer_Trench_Straight_Short_Chameleon""],[[2377.04,2220.36,2.6331],[[0.0131058,-0.998544,-0.052336],[0.0165254,-0.052117,0.998504]],""Peer_Trench_Straight_Short_Chameleon""],[[2371.01,2220.29,2.75849],[[0.0131058,-0.998544,-0.052336],[0.0264333,-0.0519762,0.998298]],""Peer_Trench_Straight_Short_Chameleon""],[[2364.98,2220.21,2.95262],[[0.0131058,-0.998544,-0.052336],[0.0393,-0.0517856,0.997885]],""Peer_Trench_Straight_Short_Chameleon""],[[2358.96,2220.13,3.17319],[[0.0131058,-0.998544,-0.052336],[0.035337,-0.0518452,0.99803]],""Peer_Trench_Straight_Short_Chameleon""],[[2359.39,2187.62,3.17316],[[-0.0131057,0.998544,-0.052336],[0.0339643,0.0527548,0.99803]],""Peer_Trench_Straight_Short_Chameleon""],[[2365.41,2187.7,2.9526],[[-0.0131057,0.998544,-0.052336],[0.0379256,0.0527992,0.997885]],""Peer_Trench_Straight_Short_Chameleon""],[[2371.44,2187.78,2.75847],[[-0.0131057,0.998544,-0.052336],[0.0250581,0.052652,0.998299]],""Peer_Trench_Straight_Short_Chameleon""],[[2377.47,2187.85,2.63308],[[-0.0131057,0.998544,-0.052336],[0.015154,0.0525328,0.998504]],""Peer_Trench_Straight_Short_Chameleon""],[[2383.52,2187.93,2.67287],[[-0.0131057,0.998544,-0.052336],[-0.0296811,0.0519289,0.99821]],""Peer_Trench_Straight_Short_Chameleon""],[[2389.54,2188.01,2.82281],[[-0.0131057,0.998544,-0.052336],[-0.0215211,0.0520467,0.998413]],""Peer_Trench_Straight_Short_Chameleon""],[[2214.42,2480.12,7.93246],[[0.637669,0.76853,-0.052336],[-0.043612,0.103851,0.993636]],""Peer_Trench_Straight_Short_Chameleon""],[[2218.74,2476.54,8.487],[[0.637669,0.76853,-0.052336],[-0.0420915,0.102603,0.993831]],""Peer_Trench_Straight_Short_Chameleon""],[[2223.06,2472.95,9.02661],[[0.637669,0.76853,-0.052336],[-0.0394976,0.100473,0.994156]],""Peer_Trench_Straight_Short_Chameleon""],[[2233.37,2485.39,9.02662],[[-0.637669,-0.768531,-0.052336],[-0.106035,0.0202791,0.994156]],""Peer_Trench_Straight_Short_Chameleon""],[[2229.06,2488.97,8.48701],[[-0.637669,-0.768531,-0.052336],[-0.108608,0.0224361,0.993831]],""Peer_Trench_Straight_Short_Chameleon""],[[2224.74,2492.55,7.93247],[[-0.637669,-0.768531,-0.052336],[-0.110115,0.0237001,0.993636]],""Peer_Trench_Straight_Short_Chameleon""],[[2209.25,2473.78,7.69253],[[0.637669,0.76853,-0.052336],[-0.043612,0.103851,0.993636]],""Peer_Trench_Straight_Short_Chameleon""],[[2213.57,2470.2,8.24693],[[0.637669,0.76853,-0.052336],[-0.0420915,0.102603,0.993831]],""Peer_Trench_Straight_Short_Chameleon""],[[2217.88,2466.62,8.78633],[[0.637669,0.76853,-0.052336],[-0.0394976,0.100473,0.994156]],""Peer_Trench_Straight_Short_Chameleon""],[[2238.64,2491.64,8.78634],[[-0.637669,-0.768531,-0.052336],[-0.106035,0.0202791,0.994156]],""Peer_Trench_Straight_Short_Chameleon""],[[2234.33,2495.22,8.24695],[[-0.637669,-0.768531,-0.052336],[-0.108608,0.0224361,0.993831]],""Peer_Trench_Straight_Short_Chameleon""],[[2230.01,2498.8,7.69254],[[-0.637669,-0.768531,-0.052336],[-0.110115,0.0237001,0.993636]],""Peer_Trench_Straight_Short_Chameleon""],[[2228.83,2468.17,9.72742],[[0.637666,0.768533,-0.052336],[-0.036952,0.0983812,0.994463]],""Peer_Trench_Straight_Short_Chameleon""],[[2232.37,2465.22,10.0919],[[0.637666,0.768533,-0.052336],[-0.0181451,0.0829081,0.996392]],""Peer_Trench_Straight_Short_Chameleon""],[[2256.1,2457.08,10.2951],[[-0.0310851,0.998146,-0.052336],[-0.0168208,0.0518314,0.998514]],""Peer_Trench_Straight_Short_Chameleon""],[[2263.49,2457.31,10.3349],[[-0.0310851,0.998146,-0.052336],[0.00278586,0.0524476,0.99862]],""Peer_Trench_Straight_Short_Chameleon""],[[2270.88,2457.54,10.2852],[[-0.0310851,0.998146,-0.052336],[0.00741962,0.0525903,0.998589]],""Peer_Trench_Straight_Short_Chameleon""],[[2278.26,2457.77,10.2149],[[-0.0310851,0.998146,-0.052336],[0.00832644,0.052618,0.99858]],""Peer_Trench_Straight_Short_Chameleon""],[[2285.65,2458,10.1185],[[-0.0310851,0.998146,-0.052336],[0.0144938,0.0528059,0.9985]],""Peer_Trench_Straight_Short_Chameleon""],[[2285.15,2474.14,10.116],[[0.0310856,-0.998146,-0.052336],[0.0173614,-0.0518142,0.998506]],""Peer_Trench_Straight_Short_Chameleon""],[[2278.52,2473.94,10.2058],[[0.0310856,-0.998146,-0.052336],[0.012976,-0.0519538,0.998565]],""Peer_Trench_Straight_Short_Chameleon""],[[2271.89,2473.73,10.2832],[[0.0310856,-0.998146,-0.052336],[0.0135997,-0.051934,0.998558]],""Peer_Trench_Straight_Short_Chameleon""],[[2265.26,2473.52,10.3342],[[0.0310856,-0.998146,-0.052336],[0.00502743,-0.0522045,0.998624]],""Peer_Trench_Straight_Short_Chameleon""],[[2258.63,2473.32,10.3112],[[0.0310856,-0.998146,-0.052336],[-0.00868703,-0.0526291,0.998576]],""Peer_Trench_Straight_Short_Chameleon""],[[2240.36,2479.59,9.87611],[[-0.637673,-0.768527,-0.052336],[-0.0987727,0.014196,0.995009]],""Peer_Trench_Straight_Short_Chameleon""],[[2239.14,2480.6,9.73433],[[-0.637673,-0.768527,-0.052336],[-0.105807,0.0200884,0.994184]],""Peer_Trench_Straight_Short_Chameleon""],[[2240.13,2460.88,10.3254],[[0.324282,0.944512,-0.052336],[0.0231043,0.0474011,0.998609]],""Peer_Trench_Straight_Long_Chameleon""],[[2247.31,2458.41,10.2764],[[0.324282,0.944512,-0.052336],[0.0231043,0.0474011,0.998609]],""Peer_Trench_Straight_Long_Chameleon""],[[2252.74,2474.21,10.2384],[[-0.324282,-0.944512,-0.052336],[-0.0245812,-0.0468933,0.998597]],""Peer_Trench_Straight_Short_Chameleon""],[[2245.56,2476.68,10.1775],[[-0.324282,-0.944512,-0.052336],[-0.0245812,-0.0468933,0.998597]],""Peer_Trench_Straight_Short_Chameleon""],[[2223.65,2461.83,9.48694],[[0.637666,0.768533,-0.052336],[-0.036952,0.0983812,0.994463]],""Peer_Trench_Straight_Short_Chameleon""],[[2227.19,2458.9,9.85017],[[0.637666,0.768533,-0.052336],[-0.0181451,0.0829081,0.996392]],""Peer_Trench_Straight_Short_Chameleon""],[[2256.37,2448.9,10.0519],[[-0.0310851,0.998146,-0.052336],[-0.0168208,0.0518314,0.998514]],""Peer_Trench_Straight_Short_Chameleon""],[[2263.74,2449.13,10.0917],[[-0.0310851,0.998146,-0.052336],[0.00278586,0.0524476,0.99862]],""Peer_Trench_Straight_Short_Chameleon""],[[2271.12,2449.36,10.0419],[[-0.0310851,0.998146,-0.052336],[0.00741962,0.0525903,0.998589]],""Peer_Trench_Straight_Short_Chameleon""],[[2278.51,2449.59,9.97167],[[-0.0310851,0.998146,-0.052336],[0.00832644,0.0526181,0.99858]],""Peer_Trench_Straight_Short_Chameleon""],[[2285.89,2449.82,9.87532],[[-0.0310851,0.998146,-0.052336],[0.0144938,0.0528059,0.9985]],""Peer_Trench_Straight_Short_Chameleon""],[[2284.88,2482.32,9.87278],[[0.0310856,-0.998146,-0.052336],[0.0173614,-0.0518142,0.998506]],""Peer_Trench_Straight_Short_Chameleon""],[[2278.25,2482.11,9.96259],[[0.0310856,-0.998146,-0.052336],[0.012976,-0.0519538,0.998565]],""Peer_Trench_Straight_Short_Chameleon""],[[2271.62,2481.9,10.04],[[0.0310856,-0.998146,-0.052336],[0.0135997,-0.051934,0.998558]],""Peer_Trench_Straight_Short_Chameleon""],[[2265,2481.7,10.0909],[[0.0310856,-0.998146,-0.052336],[0.00502743,-0.0522045,0.998624]],""Peer_Trench_Straight_Short_Chameleon""],[[2258.38,2481.49,10.068],[[0.0310856,-0.998146,-0.052336],[-0.00868703,-0.0526291,0.998576]],""Peer_Trench_Straight_Short_Chameleon""],[[2245.63,2485.85,9.63526],[[-0.637673,-0.768527,-0.052336],[-0.0987727,0.014196,0.995009]],""Peer_Trench_Straight_Short_Chameleon""],[[2244.41,2486.85,9.49403],[[-0.637673,-0.768527,-0.052336],[-0.105807,0.0200884,0.994184]],""Peer_Trench_Straight_Short_Chameleon""],[[2237.47,2453.14,10.0822],[[0.324282,0.944512,-0.052336],[0.0231043,0.0474011,0.998609]],""Peer_Trench_Straight_Long_Chameleon""],[[2244.65,2450.68,10.0331],[[0.324282,0.944512,-0.052336],[0.0231043,0.0474011,0.998609]],""Peer_Trench_Straight_Long_Chameleon""],[[2255.4,2481.95,9.99516],[[-0.324282,-0.944512,-0.052336],[-0.0245812,-0.0468933,0.998597]],""Peer_Trench_Straight_Short_Chameleon""],[[2248.22,2484.41,9.93425],[[-0.324282,-0.944512,-0.052336],[-0.0245812,-0.0468933,0.998597]],""Peer_Trench_Straight_Short_Chameleon""],[[2293.14,2458.23,9.97699],[[-0.0310904,0.998146,-0.052336],[0.0201259,0.0529758,0.998393]],""Peer_Trench_Straight_Short_Chameleon""],[[2300.55,2458.46,9.80286],[[-0.0310904,0.998146,-0.052336],[0.0236032,0.0530799,0.998311]],""Peer_Trench_Straight_Short_Chameleon""],[[2307.95,2458.69,9.60367],[[-0.0310904,0.998146,-0.052336],[0.0268932,0.0531777,0.998223]],""Peer_Trench_Straight_Short_Chameleon""],[[2315.36,2458.92,9.37473],[[-0.0310904,0.998146,-0.052336],[0.031628,0.0533175,0.998077]],""Peer_Trench_Straight_Short_Chameleon""],[[2322.76,2459.15,9.12121],[[-0.0310904,0.998146,-0.052336],[0.0335299,0.0533733,0.998012]],""Peer_Trench_Straight_Short_Chameleon""],[[2342.27,2476.55,7.84023],[[-0.988167,0.144178,-0.052336],[-0.0520421,0.00581139,0.998628]],""Peer_Trench_Straight_Short_Chameleon""],[[2343.07,2482.04,7.85945],[[-0.988167,0.144178,-0.052336],[-0.0525327,0.00244485,0.998616]],""Peer_Trench_Straight_Short_Chameleon""],[[2327.16,2484.95,7.86909],[[0.988168,-0.144171,-0.052336],[0.0527305,-0.00108605,0.998608]],""Peer_Trench_Straight_Short_Chameleon""],[[2315.56,2475.09,9.34778],[[0.0310878,-0.998146,-0.052336],[0.0337216,-0.0512841,0.998115]],""Peer_Trench_Straight_Short_Chameleon""],[[2309.83,2474.91,9.5306],[[0.0310878,-0.998146,-0.052336],[0.0332932,-0.0512981,0.998128]],""Peer_Trench_Straight_Short_Chameleon""],[[2304.1,2474.73,9.70482],[[0.0310878,-0.998146,-0.052336],[0.0307218,-0.0513823,0.998206]],""Peer_Trench_Straight_Short_Chameleon""],[[2298.37,2474.55,9.8505],[[0.0310878,-0.998146,-0.052336],[0.0233393,-0.0516221,0.998394]],""Peer_Trench_Straight_Short_Chameleon""],[[2292.64,2474.38,9.9798],[[0.0310878,-0.998146,-0.052336],[0.0250078,-0.0515681,0.998356]],""Peer_Trench_Straight_Short_Chameleon""],[[2331.92,2462.82,8.71424],[[-0.664844,0.745146,-0.052336],[0.0220596,0.0896184,0.995732]],""Peer_Trench_Straight_Long_Chameleon""],[[2337.58,2467.87,8.13747],[[-0.664844,0.745146,-0.052336],[0.0220596,0.0896184,0.995732]],""Peer_Trench_Straight_Long_Chameleon""],[[2325.2,2481.74,8.19123],[[0.664836,-0.745154,-0.052336],[0.102724,0.0218051,0.994471]],""Peer_Trench_Straight_Short_Chameleon""],[[2319.55,2476.7,8.88199],[[0.664836,-0.745154,-0.052336],[0.102724,0.0218051,0.994471]],""Peer_Trench_Straight_Short_Chameleon""],[[2293.39,2450.05,9.73387],[[-0.0310904,0.998146,-0.052336],[0.0201259,0.0529758,0.998393]],""Peer_Trench_Straight_Short_Chameleon""],[[2300.79,2450.28,9.5598],[[-0.0310904,0.998146,-0.052336],[0.0236032,0.0530799,0.998311]],""Peer_Trench_Straight_Short_Chameleon""],[[2308.19,2450.51,9.36066],[[-0.0310904,0.998146,-0.052336],[0.0268932,0.0531777,0.998223]],""Peer_Trench_Straight_Short_Chameleon""],[[2315.59,2450.74,9.13182],[[-0.0310904,0.998146,-0.052336],[0.031628,0.0533175,0.998077]],""Peer_Trench_Straight_Short_Chameleon""],[[2322.99,2450.98,8.87834],[[-0.0310904,0.998146,-0.052336],[0.0335299,0.0533733,0.998012]],""Peer_Trench_Straight_Short_Chameleon""],[[2350.36,2475.37,7.59696],[[-0.988167,0.144178,-0.052336],[-0.0520421,0.00581139,0.998628]],""Peer_Trench_Straight_Short_Chameleon""],[[2351.16,2480.86,7.61618],[[-0.988167,0.144178,-0.052336],[-0.0525327,0.00244485,0.998616]],""Peer_Trench_Straight_Short_Chameleon""],[[2319.07,2486.12,7.62582],[[0.988168,-0.144171,-0.052336],[0.0527304,-0.00108605,0.998608]],""Peer_Trench_Straight_Short_Chameleon""],[[2315.28,2483.26,9.10485],[[0.0310878,-0.998146,-0.052336],[0.0337216,-0.0512841,0.998115]],""Peer_Trench_Straight_Short_Chameleon""],[[2309.55,2483.09,9.28766],[[0.0310878,-0.998146,-0.052336],[0.0332932,-0.0512981,0.998128]],""Peer_Trench_Straight_Short_Chameleon""],[[2303.83,2482.91,9.46183],[[0.0310878,-0.998146,-0.052336],[0.0307218,-0.0513823,0.998206]],""Peer_Trench_Straight_Short_Chameleon""],[[2298.1,2482.73,9.60738],[[0.0310878,-0.998146,-0.052336],[0.0233393,-0.0516221,0.998394]],""Peer_Trench_Straight_Short_Chameleon""],[[2292.37,2482.55,9.7367],[[0.0310878,-0.998146,-0.052336],[0.0250078,-0.0515681,0.998356]],""Peer_Trench_Straight_Short_Chameleon""],[[2337.33,2456.69,8.4729],[[-0.664844,0.745146,-0.052336],[0.0220596,0.0896184,0.995732]],""Peer_Trench_Straight_Long_Chameleon""],[[2342.98,2461.73,7.89613],[[-0.664844,0.745146,-0.052336],[0.0220596,0.0896184,0.995732]],""Peer_Trench_Straight_Long_Chameleon""],[[2319.71,2487.8,7.95074],[[0.664836,-0.745154,-0.052336],[0.102724,0.0218051,0.994471]],""Peer_Trench_Straight_Short_Chameleon""],[[2314.06,2482.76,8.6415],[[0.664836,-0.745154,-0.052336],[0.102724,0.0218051,0.994471]],""Peer_Trench_Straight_Short_Chameleon""],[[2344.11,2489.21,7.90158],[[-0.988168,0.144171,-0.052336],[-0.0502545,0.0180436,0.998573]],""Peer_Trench_Straight_Short_Chameleon""],[[2355.64,2500.24,7.91082],[[-0.119838,0.991413,-0.052336],[0.0275854,0.0560206,0.998048]],""Peer_Trench_Straight_Short_Chameleon""],[[2361.6,2500.96,7.68678],[[-0.119838,0.991413,-0.052336],[0.0339441,0.0567766,0.99781]],""Peer_Trench_Straight_Short_Chameleon""],[[2359.67,2516.99,7.68682],[[0.11984,-0.991413,-0.052336],[0.0464998,-0.0470528,0.99781]],""Peer_Trench_Straight_Short_Chameleon""],[[2353.65,2516.27,7.91285],[[0.11984,-0.991413,-0.052336],[0.040095,-0.0478397,0.99805]],""Peer_Trench_Straight_Short_Chameleon""],[[2347.63,2515.54,8.11691],[[0.11984,-0.991413,-0.052336],[0.0393091,-0.0479361,0.998077]],""Peer_Trench_Straight_Short_Chameleon""],[[2328.97,2497.33,7.99009],[[0.988166,-0.144183,-0.052336],[0.0498189,-0.0210156,0.998537]],""Peer_Trench_Straight_Short_Chameleon""],[[2328.16,2491.8,7.92175],[[0.988166,-0.144183,-0.052336],[0.0502221,-0.0182643,0.998571]],""Peer_Trench_Straight_Short_Chameleon""],[[2346.14,2492.98,7.97806],[[-0.697399,0.714769,-0.052336],[-0.0403547,0.0337454,0.998615]],""Peer_Trench_Straight_Short_Chameleon""],[[2351.57,2498.27,8.01836],[[-0.697399,0.714769,-0.052336],[-0.0403547,0.0337454,0.998615]],""Peer_Trench_Straight_Short_Chameleon""],[[2338.84,2511.31,8.20007],[[0.697415,-0.714754,-0.052336],[0.0273792,-0.046401,0.998548]],""Peer_Trench_Straight_Long_Chameleon""],[[2333.41,2506.02,8.10299],[[0.697415,-0.714754,-0.052336],[0.0273792,-0.046401,0.998548]],""Peer_Trench_Straight_Long_Chameleon""],[[2352.2,2488.02,7.65834],[[-0.988168,0.144171,-0.052336],[-0.0502545,0.0180436,0.998573]],""Peer_Trench_Straight_Short_Chameleon""],[[2356.6,2492.11,7.66793],[[-0.119838,0.991413,-0.052336],[0.0275854,0.0560206,0.998048]],""Peer_Trench_Straight_Short_Chameleon""],[[2362.56,2492.83,7.44405],[[-0.119838,0.991413,-0.052336],[0.0339441,0.0567766,0.99781]],""Peer_Trench_Straight_Short_Chameleon""],[[2358.66,2525.11,7.44409],[[0.11984,-0.991413,-0.052336],[0.0464998,-0.0470528,0.99781]],""Peer_Trench_Straight_Short_Chameleon""],[[2352.64,2524.38,7.66995],[[0.11984,-0.991413,-0.052336],[0.040095,-0.0478397,0.99805]],""Peer_Trench_Straight_Short_Chameleon""],[[2346.63,2523.66,7.874],[[0.11984,-0.991413,-0.052336],[0.0393091,-0.0479361,0.998077]],""Peer_Trench_Straight_Short_Chameleon""],[[2320.88,2498.52,7.74687],[[0.988166,-0.144183,-0.052336],[0.0498189,-0.0210156,0.998537]],""Peer_Trench_Straight_Short_Chameleon""],[[2320.07,2492.98,7.6785],[[0.988166,-0.144183,-0.052336],[0.0502221,-0.0182643,0.998571]],""Peer_Trench_Straight_Short_Chameleon""],[[2351.86,2487.12,7.73479],[[-0.697399,0.714769,-0.052336],[-0.0403547,0.0337454,0.998615]],""Peer_Trench_Straight_Short_Chameleon""],[[2357.28,2492.42,7.77509],[[-0.697399,0.714769,-0.052336],[-0.0403547,0.0337454,0.998615]],""Peer_Trench_Straight_Short_Chameleon""],[[2333.13,2517.17,7.95685],[[0.697415,-0.714754,-0.052336],[0.0273792,-0.046401,0.998548]],""Peer_Trench_Straight_Long_Chameleon""],[[2327.71,2511.88,7.85976],[[0.697415,-0.714754,-0.052336],[0.0273792,-0.046401,0.998548]],""Peer_Trench_Straight_Long_Chameleon""],[[2369.05,2501.86,7.38413],[[-0.119838,0.991413,-0.052336],[0.0372014,0.0571631,0.997671]],""Peer_Trench_Straight_Short_Chameleon""],[[2370.74,2502.06,7.31092],[[-0.119838,0.991413,-0.052336],[0.0354563,0.0569562,0.997747]],""Peer_Trench_Straight_Short_Chameleon""],[[2380.71,2495.34,5.58487],[[0.995072,-0.0842154,-0.052336],[0.0549647,0.0292029,0.998061]],""Peer_Trench_Straight_Short_Chameleon""],[[2396.97,2495.91,5.6396],[[-0.99507,0.0842433,-0.052336],[-0.0492748,0.0380165,0.998061]],""Peer_Trench_Straight_Short_Chameleon""],[[2407.9,2506.56,5.63543],[[-0.120138,0.991377,-0.052336],[0.0414056,0.0576756,0.997476]],""Peer_Trench_Straight_Short_Chameleon""],[[2414.91,2507.41,5.27984],[[-0.120138,0.991377,-0.052336],[0.0458896,0.058207,0.997249]],""Peer_Trench_Straight_Short_Chameleon""],[[2412.97,2523.44,5.27867],[[0.120141,-0.991376,-0.052336],[0.0583773,-0.0455717,0.997254]],""Peer_Trench_Straight_Short_Chameleon""],[[2406.77,2522.69,5.59622],[[0.120141,-0.991376,-0.052336],[0.0551634,-0.0459699,0.997419]],""Peer_Trench_Straight_Short_Chameleon""],[[2400.57,2521.94,5.8944],[[0.120141,-0.991376,-0.052336],[0.0522231,-0.0463337,0.99756]],""Peer_Trench_Straight_Short_Chameleon""],[[2378.03,2519.22,6.91371],[[0.119842,-0.991413,-0.052336],[0.0503188,-0.0465825,0.997646]],""Peer_Trench_Straight_Short_Chameleon""],[[2372.57,2518.55,7.15136],[[0.119842,-0.991413,-0.052336],[0.0480056,-0.0468674,0.997747]],""Peer_Trench_Straight_Short_Chameleon""],[[2367.11,2517.89,7.38163],[[0.119842,-0.991413,-0.052336],[0.047652,-0.046911,0.997762]],""Peer_Trench_Straight_Short_Chameleon""],[[2373.87,2501,6.77699],[[0.693372,0.718677,-0.052336],[0.10777,-0.0316129,0.993673]],""Peer_Trench_Straight_Short_Chameleon""],[[2379.31,2495.75,6.0244],[[0.693372,0.718677,-0.052336],[0.10777,-0.0316129,0.993673]],""Peer_Trench_Straight_Short_Chameleon""],[[2398.73,2499.14,5.78585],[[-0.718788,0.693257,-0.052336],[-0.0394678,0.0344679,0.998626]],""Peer_Trench_Straight_Short_Chameleon""],[[2403.99,2504.6,5.80547],[[-0.718788,0.693257,-0.052336],[-0.0394678,0.0344679,0.998626]],""Peer_Trench_Straight_Short_Chameleon""],[[2393.08,2521.03,6.2378],[[0.119957,-0.991399,-0.052336],[0.0505895,-0.0465439,0.997634]],""Peer_Trench_Straight_Short_Chameleon""],[[2385.53,2520.12,6.57706],[[0.119957,-0.991399,-0.052336],[0.0505895,-0.0465439,0.997634]],""Peer_Trench_Straight_Short_Chameleon""],[[2370,2493.73,7.14149],[[-0.119838,0.991413,-0.052336],[0.0372014,0.0571631,0.997671]],""Peer_Trench_Straight_Short_Chameleon""],[[2371.7,2493.94,7.06823],[[-0.119838,0.991413,-0.052336],[0.0354563,0.0569562,0.997747]],""Peer_Trench_Straight_Short_Chameleon""],[[2372.56,2496.01,5.34197],[[0.995072,-0.0842154,-0.052336],[0.0549647,0.0292029,0.998061]],""Peer_Trench_Straight_Short_Chameleon""],[[2405.12,2495.2,5.3967],[[-0.99507,0.0842433,-0.052336],[-0.0492748,0.0380165,0.998062]],""Peer_Trench_Straight_Short_Chameleon""],[[2408.85,2498.43,5.39292],[[-0.120138,0.991377,-0.052336],[0.0414056,0.0576756,0.997476]],""Peer_Trench_Straight_Short_Chameleon""],[[2415.86,2499.28,5.03749],[[-0.120138,0.991377,-0.052336],[0.0458896,0.058207,0.997249]],""Peer_Trench_Straight_Short_Chameleon""],[[2411.95,2531.56,5.03631],[[0.120141,-0.991376,-0.052336],[0.0583773,-0.0455717,0.997254]],""Peer_Trench_Straight_Short_Chameleon""],[[2405.75,2530.81,5.35375],[[0.120141,-0.991376,-0.052336],[0.0551634,-0.0459699,0.997419]],""Peer_Trench_Straight_Short_Chameleon""],[[2399.56,2530.06,5.65184],[[0.120141,-0.991376,-0.052336],[0.0522231,-0.0463337,0.99756]],""Peer_Trench_Straight_Short_Chameleon""],[[2377.02,2527.33,6.67109],[[0.119842,-0.991413,-0.052336],[0.0503188,-0.0465825,0.997646]],""Peer_Trench_Straight_Short_Chameleon""],[[2371.56,2526.67,6.90868],[[0.119842,-0.991413,-0.052336],[0.0480056,-0.0468674,0.997747]],""Peer_Trench_Straight_Short_Chameleon""],[[2366.1,2526.01,7.13894],[[0.119842,-0.991413,-0.052336],[0.047652,-0.046911,0.997762]],""Peer_Trench_Straight_Short_Chameleon""],[[2368.14,2495.16,6.53703],[[0.693372,0.718677,-0.052336],[0.10777,-0.0316129,0.993673]],""Peer_Trench_Straight_Short_Chameleon""],[[2373.58,2489.91,5.78444],[[0.693372,0.718677,-0.052336],[0.10777,-0.0316129,0.993673]],""Peer_Trench_Straight_Short_Chameleon""],[[2404.61,2493.46,5.54257],[[-0.718788,0.693257,-0.052336],[-0.0394678,0.0344679,0.998626]],""Peer_Trench_Straight_Short_Chameleon""],[[2409.88,2498.92,5.56219],[[-0.718788,0.693257,-0.052336],[-0.0394678,0.0344679,0.998626]],""Peer_Trench_Straight_Short_Chameleon""],[[2392.06,2529.15,5.99519],[[0.119957,-0.991399,-0.052336],[0.0505895,-0.0465439,0.997634]],""Peer_Trench_Straight_Short_Chameleon""],[[2384.52,2528.24,6.33445],[[0.119957,-0.991399,-0.052336],[0.0505895,-0.0465439,0.997634]],""Peer_Trench_Straight_Short_Chameleon""],[[2274.61,2275.03,13.3956],[[0.74714,-0.662603,-0.052336],[-0.0198789,-0.100981,0.99469]],""Peer_Trench_Straight_Short_Chameleon""],[[2270.51,2270.4,12.885],[[0.74714,-0.662603,-0.052336],[-0.0116112,-0.0917395,0.995715]],""Peer_Trench_Straight_Short_Chameleon""],[[2266.4,2265.77,12.411],[[0.74714,-0.662603,-0.052336],[-0.0119758,-0.0921473,0.995673]],""Peer_Trench_Straight_Short_Chameleon""],[[2262.3,2261.14,12.0056],[[0.74714,-0.662603,-0.052336],[0.00315089,-0.0752084,0.997163]],""Peer_Trench_Straight_Short_Chameleon""],[[2258.19,2256.51,11.6722],[[0.74714,-0.662603,-0.052336],[0.00354013,-0.074772,0.997194]],""Peer_Trench_Straight_Short_Chameleon""],[[2254.09,2251.89,11.3624],[[0.74714,-0.662603,-0.052336],[0.00821039,-0.0695336,0.997546]],""Peer_Trench_Straight_Short_Chameleon""],[[2266.17,2241.17,11.3624],[[-0.74714,0.662603,-0.052336],[-0.0700163,-0.000157649,0.997546]],""Peer_Trench_Straight_Short_Chameleon""],[[2270.28,2245.79,11.6723],[[-0.74714,0.662603,-0.052336],[-0.0746612,-0.00542287,0.997194]],""Peer_Trench_Straight_Short_Chameleon""],[[2274.38,2250.42,12.0056],[[-0.74714,0.662603,-0.052336],[-0.0750439,-0.00585696,0.997163]],""Peer_Trench_Straight_Short_Chameleon""],[[2278.49,2255.05,12.411],[[-0.74714,0.662603,-0.052336],[-0.0900562,-0.0229021,0.995673]],""Peer_Trench_Straight_Short_Chameleon""],[[2282.59,2259.68,12.885],[[-0.74714,0.662603,-0.052336],[-0.0896947,-0.0224912,0.995715]],""Peer_Trench_Straight_Short_Chameleon""],[[2286.7,2264.31,13.3956],[[-0.74714,0.662603,-0.052336],[-0.0978801,-0.031802,0.99469]],""Peer_Trench_Straight_Short_Chameleon""],[[2268.53,2280.5,13.155],[[0.74714,-0.662603,-0.052336],[-0.0198789,-0.100981,0.99469]],""Peer_Trench_Straight_Short_Chameleon""],[[2264.42,2275.86,12.6436],[[0.74714,-0.662603,-0.052336],[-0.0116112,-0.0917395,0.995715]],""Peer_Trench_Straight_Short_Chameleon""],[[2260.32,2271.23,12.1697],[[0.74714,-0.662603,-0.052336],[-0.0119758,-0.0921473,0.995673]],""Peer_Trench_Straight_Short_Chameleon""],[[2256.2,2266.6,11.7633],[[0.74714,-0.662603,-0.052336],[0.00315089,-0.0752084,0.997163]],""Peer_Trench_Straight_Short_Chameleon""],[[2252.1,2261.97,11.4299],[[0.74714,-0.662603,-0.052336],[0.00354013,-0.074772,0.997194]],""Peer_Trench_Straight_Short_Chameleon""],[[2247.99,2257.34,11.1198],[[0.74714,-0.662603,-0.052336],[0.0082104,-0.0695336,0.997546]],""Peer_Trench_Straight_Short_Chameleon""],[[2272.31,2235.76,11.1198],[[-0.74714,0.662603,-0.052336],[-0.0700163,-0.000157648,0.997546]],""Peer_Trench_Straight_Short_Chameleon""],[[2276.42,2240.39,11.4299],[[-0.74714,0.662603,-0.052336],[-0.0746612,-0.00542287,0.997194]],""Peer_Trench_Straight_Short_Chameleon""],[[2280.53,2245.02,11.7633],[[-0.74714,0.662603,-0.052336],[-0.0750439,-0.00585695,0.997163]],""Peer_Trench_Straight_Short_Chameleon""],[[2284.64,2249.66,12.1697],[[-0.74714,0.662603,-0.052336],[-0.0900562,-0.0229021,0.995673]],""Peer_Trench_Straight_Short_Chameleon""],[[2288.74,2254.29,12.6437],[[-0.74714,0.662603,-0.052336],[-0.0896947,-0.0224912,0.995715]],""Peer_Trench_Straight_Short_Chameleon""],[[2292.85,2258.92,13.155],[[-0.74714,0.662603,-0.052336],[-0.0978801,-0.031802,0.99469]],""Peer_Trench_Straight_Short_Chameleon""]]"; }; }; }; class Attribute3 { property="trencher_main_simulatedObjects"; expression="false"; class Value { class data { singleType="STRING"; value="[[[2433.05,2199.23,4.69568],[[-0.000156728,0.999065,-0.0432336],[0.00362174,0.0432338,0.999058]],""CBA_BuildingPos""],[[2433.28,2205.21,4.18316],[[-0.000331849,0.995801,-0.0915406],[0.00360991,0.0915412,0.995795]],""CBA_BuildingPos""],[[2433.52,2211.18,3.67273],[[-0.000211426,0.998298,-0.0583226],[0.00361891,0.0583229,0.998291]],""CBA_BuildingPos""],[[2433.76,2217.15,3.32622],[[-0.000211426,0.998298,-0.0583226],[0.00361891,0.0583229,0.998291]],""CBA_BuildingPos""],[[2428.15,2217.54,3.66471],[[0,0.982425,0.186661],[0,-0.186661,0.982424]],""CBA_BuildingPos""],[[2427.91,2211.58,4.02901],[[-0.000211426,0.998298,-0.0583226],[0.00361891,0.0583229,0.998291]],""CBA_BuildingPos""],[[2427.68,2205.61,4.46407],[[-0.000331849,0.995801,-0.0915406],[0.00360991,0.0915412,0.995795]],""CBA_BuildingPos""],[[2427.44,2199.63,4.69729],[[-0.000143619,0.999215,-0.0396178],[0.00362224,0.0396181,0.999208]],""CBA_BuildingPos""],[[2438.65,2419.04,4.73125],[[-0.00163357,0.999028,-0.0440431],[0.0370286,0.0440734,0.998342]],""CBA_BuildingPos""],[[2438.84,2424.71,4.21233],[[-0.00122051,0.995632,-0.0933528],[0.0130159,0.0933608,0.995547]],""CBA_BuildingPos""],[[2439.03,2430.38,3.68863],[[-0.00086281,0.99782,-0.0659936],[0.0130445,0.0659993,0.997734]],""CBA_BuildingPos""],[[2439.22,2436.04,3.38],[[0,0.998595,-0.0530004],[0,0.0530004,0.998594]],""CBA_BuildingPos""],[[2439.42,2441.71,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2433.8,2442.08,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2433.61,2436.42,3.36015],[[-0.00122051,0.995632,-0.0933528],[0.0130159,0.0933608,0.995547]],""CBA_BuildingPos""],[[2433.42,2430.75,3.7372],[[-0.00433308,0.993143,-0.116826],[0.0368105,0.116906,0.992461]],""CBA_BuildingPos""],[[2433.23,2425.08,4.29154],[[-0.00433308,0.993143,-0.116826],[0.0368105,0.116906,0.992461]],""CBA_BuildingPos""],[[2433.03,2419.41,4.92275],[[-0.00433308,0.993143,-0.116826],[0.0368105,0.116906,0.992461]],""CBA_BuildingPos""],[[2622.62,2562.76,4.72017],[[-0.00104055,0.998483,0.0550524],[-0.018869,-0.0550622,0.998305]],""CBA_BuildingPos""],[[2623.06,2557.35,4.27243],[[-0.00215626,0.993469,0.114081],[-0.0187743,-0.114102,0.993292]],""CBA_BuildingPos""],[[2623.51,2551.95,3.77891],[[0.000643328,0.99609,0.0883372],[0.00725397,-0.0883396,0.996064]],""CBA_BuildingPos""],[[2623.95,2546.55,4.12397],[[-0.00108819,0.988773,-0.149422],[0.00720068,0.149426,0.988747]],""CBA_BuildingPos""],[[2629.57,2546.83,4.04064],[[-0.00108819,0.988773,-0.149422],[0.00720068,0.149426,0.988747]],""CBA_BuildingPos""],[[2629.13,2552.24,3.79818],[[-0.00108819,0.988773,-0.149422],[0.00720068,0.149426,0.988747]],""CBA_BuildingPos""],[[2628.68,2557.64,4.41104],[[-0.00104055,0.998483,0.0550524],[-0.018869,-0.0550622,0.998305]],""CBA_BuildingPos""],[[2628.24,2563.04,4.88036],[[-0.00104055,0.998483,0.0550524],[-0.018869,-0.0550622,0.998305]],""CBA_BuildingPos""],[[2698.51,2203.88,4.72512],[[-0.000803833,0.999879,-0.01554],[0.0516514,0.0155608,0.998544]],""CBA_BuildingPos""],[[2705.67,2205.26,4.16794],[[-0.00125136,0.999879,-0.0154804],[0.0805627,0.0155309,0.996628]],""CBA_BuildingPos""],[[2712.84,2206.64,3.5896],[[0,1,0],[0.0573436,0,0.998355]],""CBA_BuildingPos""],[[2720,2208.02,3.17],[[-0.000892034,0.999879,-0.0155303],[0.0573367,0.0155559,0.998234]],""CBA_BuildingPos""],[[2727.16,2209.41,3.28295],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2726.27,2214.96,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2719.11,2213.58,3.20707],[[-0.000892034,0.999879,-0.0155303],[0.0573367,0.0155559,0.998234]],""CBA_BuildingPos""],[[2711.95,2212.2,3.59816],[[0,1,0],[0.0573436,0,0.998355]],""CBA_BuildingPos""],[[2704.79,2210.82,4.20799],[[-0.00125136,0.999879,-0.0154804],[0.0805627,0.0155309,0.996628]],""CBA_BuildingPos""],[[2697.62,2209.44,4.68446],[[-0.000803833,0.999879,-0.01554],[0.0516514,0.0155608,0.998544]],""CBA_BuildingPos""],[[2434.05,2224.63,4.05087],[[0,0.982425,0.186661],[-0,-0.186661,0.982424]],""CBA_BuildingPos""],[[2434.12,2226.41,4.28629],[[0,0.982425,0.186661],[-0,-0.186661,0.982424]],""CBA_BuildingPos""],[[2448.57,2240.64,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2447.25,2246.6,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2443.2,2247.33,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2428.88,2236.04,4.13637],[[-0.0342506,0.983021,-0.180266],[0.183491,0.183491,0.965744]],""CBA_BuildingPos""],[[2428.67,2230.54,5.06854],[[-0.0342506,0.983021,-0.180266],[0.183491,0.183491,0.965744]],""CBA_BuildingPos""],[[2428.45,2225.05,4.12657],[[-0.0342506,0.983021,-0.180266],[0.183491,0.183491,0.965744]],""CBA_BuildingPos""],[[2437.6,2233.45,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2443.5,2238.18,3.51636],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2437.62,2246.06,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2431.72,2241.33,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2416.1,2472.51,3.96998],[[-7.62835e-05,0.999999,-0.00122755],[0.0620232,0.00122992,0.998074]],""CBA_BuildingPos""],[[2418.7,2472.56,3.80806],[[-7.62835e-05,0.999999,-0.00122755],[0.0620232,0.00122992,0.998074]],""CBA_BuildingPos""],[[2434.31,2457,3.1595],[[-6.26303e-05,0.999969,-0.00791356],[0.00791381,0.00791381,0.999937]],""CBA_BuildingPos""],[[2434.06,2449.58,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2439.67,2449.2,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2439.73,2450.92,3.1648],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2457.49,2461.7,3.16927],[[0,1,0],[-0.000374317,0,1]],""CBA_BuildingPos""],[[2459.88,2466.8,3.1698],[[0,1,0],[-0.0570374,-0,0.998372]],""CBA_BuildingPos""],[[2454.15,2469.97,3.16772],[[0,1,-0.000374317],[-0,0.000374317,1]],""CBA_BuildingPos""],[[2448.44,2473.13,3.14766],[[-0.000105594,0.99996,0.00894944],[-0.0117977,-0.00895006,0.99989]],""CBA_BuildingPos""],[[2427.22,2478.38,3.30389],[[-0.000188704,0.999995,-0.00325021],[0.0579609,0.00325568,0.998314]],""CBA_BuildingPos""],[[2421.69,2478.26,3.62557],[[-0.000188704,0.999995,-0.00325021],[0.0579609,0.00325568,0.998314]],""CBA_BuildingPos""],[[2416.15,2478.13,3.95958],[[-9.03791e-05,0.999999,-0.00140773],[0.06407,0.00141063,0.997944]],""CBA_BuildingPos""],[[2426.04,2469.69,3.39207],[[-6.8829e-05,0.999999,-0.00122843],[0.0559422,0.00123036,0.998433]],""CBA_BuildingPos""],[[2431.36,2464.31,3.15918],[[0,1,0],[0.00791406,-0,0.999969]],""CBA_BuildingPos""],[[2443.67,2457.57,3.58189],[[3.37047e-05,0.999991,-0.00425871],[-0.00791399,0.00425884,0.99996]],""CBA_BuildingPos""],[[2450.24,2461.29,3.16942],[[4.41595e-06,1,-0.000374265],[-0.0117982,0.000374291,0.99993]],""CBA_BuildingPos""],[[2441.9,2475.72,3.12187],[[-0.000105594,0.99996,0.00894944],[-0.0117977,-0.00895006,0.99989]],""CBA_BuildingPos""],[[2434.53,2477.54,3.11542],[[-3.96934e-05,0.999995,-0.00326068],[0.0121724,0.00326093,0.999921]],""CBA_BuildingPos""],[[2408.65,2477.96,4.42891],[[-9.03791e-05,0.999999,-0.00140773],[0.06407,0.00141063,0.997944]],""CBA_BuildingPos""],[[2406.57,2477.91,4.56231],[[-9.03791e-05,0.999999,-0.00140773],[0.06407,0.00141063,0.997944]],""CBA_BuildingPos""],[[2391.32,2491.64,5.53363],[[-7.05697e-05,0.999505,0.0314616],[-0.00224193,-0.0314617,0.999502]],""CBA_BuildingPos""],[[2385.56,2490.21,5.22335],[[-5.62615e-05,0.999685,0.0250827],[-0.00224233,-0.0250827,0.999683]],""CBA_BuildingPos""],[[2385.17,2485.58,5.10483],[[-5.62615e-05,0.999685,0.0250827],[-0.00224233,-0.0250827,0.999683]],""CBA_BuildingPos""],[[2397.62,2472.09,6.24708],[[9.30781e-05,0.986279,-0.165087],[-0.000556076,0.165087,0.986279]],""CBA_BuildingPos""],[[2403.11,2472.21,5.56953],[[-0.0361114,0.986956,-0.156889],[0.221381,0.160991,0.961807]],""CBA_BuildingPos""],[[2408.61,2472.34,4.43871],[[-0.0361114,0.986956,-0.156889],[0.221381,0.160991,0.961807]],""CBA_BuildingPos""],[[2399.34,2480.91,5.04912],[[9.30781e-05,0.986279,-0.165087],[-0.000556076,0.165087,0.986279]],""CBA_BuildingPos""],[[2394.16,2486.41,5.24823],[[-1.4142e-05,0.999685,0.0250828],[-0.000563635,-0.0250828,0.999685]],""CBA_BuildingPos""],[[2386.96,2480.06,4.97086],[[-5.62615e-05,0.999685,0.0250827],[-0.00224233,-0.0250827,0.999683]],""CBA_BuildingPos""],[[2392.14,2474.56,5.25739],[[9.30781e-05,0.986279,-0.165087],[-0.000556076,0.165087,0.986279]],""CBA_BuildingPos""],[[2421.6,2513.52,4.60913],[[-0.000465259,0.999972,-0.00746802],[0.0621779,0.0074825,0.998037]],""CBA_BuildingPos""],[[2427.99,2514.3,4.20609],[[-0.000426206,0.999976,-0.00690397],[0.0616147,0.00691711,0.998076]],""CBA_BuildingPos""],[[2434.39,2515.07,3.82941],[[-0.00232979,0.999563,-0.0294549],[0.078816,0.0295469,0.996451]],""CBA_BuildingPos""],[[2456.26,2520.17,3.08794],[[0.000100259,0.999967,-0.00809094],[-0.0123901,0.00809157,0.999891]],""CBA_BuildingPos""],[[2460.85,2521.78,3.09459],[[-0.000266596,0.999907,-0.0136324],[0.0195504,0.0136351,0.999716]],""CBA_BuildingPos""],[[2465.5,2523.42,2.98139],[[-0.00107691,0.999356,0.0358777],[-0.0299832,-0.0358938,0.998906]],""CBA_BuildingPos""],[[2464.63,2529.07,3.10469],[[-0.00332912,0.999361,0.0355988],[-0.0930519,-0.0357542,0.995019]],""CBA_BuildingPos""],[[2447.96,2541.65,3.28022],[[-6.30789e-07,0.999966,0.00826788],[-7.62913e-05,-0.00826788,0.999966]],""CBA_BuildingPos""],[[2447.98,2547.07,3.32473],[[-1.73877e-07,0.999966,0.00821277],[-2.11709e-05,-0.00821277,0.999966]],""CBA_BuildingPos""],[[2442.36,2547.27,3.32628],[[-8.45967e-08,0.999992,0.00399577],[-2.11714e-05,-0.00399577,0.999992]],""CBA_BuildingPos""],[[2442.34,2541.98,3.28254],[[0.000272646,0.999808,0.0196047],[0.0139032,-0.0196066,0.999711]],""CBA_BuildingPos""],[[2442.32,2536.69,3.16883],[[-2.56171e-06,0.999436,0.0335768],[-7.62509e-05,-0.0335768,0.999436]],""CBA_BuildingPos""],[[2427.51,2519.9,4.1969],[[-0.000426206,0.999976,-0.00690397],[0.0616147,0.00691711,0.998076]],""CBA_BuildingPos""],[[2421.1,2519.12,4.59826],[[-0.000426206,0.999976,-0.00690397],[0.0616147,0.00691711,0.998076]],""CBA_BuildingPos""],[[2441.54,2516.32,3.29033],[[-0.000190293,0.999969,-0.00793295],[0.02398,0.00793523,0.999681]],""CBA_BuildingPos""],[[2448.94,2518.05,3.0526],[[-0.000435602,0.999835,-0.0181594],[0.0239768,0.0181647,0.999547]],""CBA_BuildingPos""],[[2457.75,2530.39,2.99694],[[9.33454e-05,0.999907,-0.013637],[-0.0068442,0.0136373,0.999884]],""CBA_BuildingPos""],[[2451.59,2534.77,3.10191],[[-0.000229822,0.999436,0.0335752],[-0.00684098,-0.033576,0.999413]],""CBA_BuildingPos""],[[2439.52,2529.26,3.17472],[[-0.000435602,0.999835,-0.0181594],[0.0239768,0.0181647,0.999547]],""CBA_BuildingPos""],[[2434.49,2523.6,4.02181],[[0.00725487,0.995758,0.0917216],[0.0785159,-0.092008,0.992658]],""CBA_BuildingPos""],[[2442.5,2579,6.39631],[[0.00799872,0.98646,0.163807],[0.0481115,-0.164003,0.985286]],""CBA_BuildingPos""],[[2442.47,2572.94,5.26258],[[0.00403106,0.981683,0.190478],[0.0207706,-0.190521,0.981463]],""CBA_BuildingPos""],[[2442.45,2566.88,4.32073],[[0.00240238,0.993533,0.113518],[0.0210213,-0.113544,0.993311]],""CBA_BuildingPos""],[[2442.42,2560.82,3.50032],[[-9.21834e-07,0.990947,0.134252],[-6.8043e-06,-0.134252,0.990947]],""CBA_BuildingPos""],[[2442.4,2554.77,3.36777],[[-2.73385e-08,0.999992,0.00398146],[-6.8664e-06,-0.00398146,0.999992]],""CBA_BuildingPos""],[[2448.02,2554.56,3.36667],[[-9.21834e-07,0.990947,0.134252],[-6.8043e-06,-0.134252,0.990947]],""CBA_BuildingPos""],[[2448.04,2560.62,3.47271],[[0.00240238,0.993533,0.113518],[0.0210213,-0.113544,0.993311]],""CBA_BuildingPos""],[[2448.07,2566.67,4.19215],[[0.00403106,0.981683,0.190478],[0.0207706,-0.190521,0.981463]],""CBA_BuildingPos""],[[2448.09,2572.74,5.08096],[[0.00799872,0.98646,0.163807],[0.0481115,-0.164003,0.985286]],""CBA_BuildingPos""],[[2448.12,2578.79,6.08777],[[0.00799872,0.98646,0.163807],[0.0481115,-0.164003,0.985286]],""CBA_BuildingPos""],[[2463.97,2265.38,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2464.29,2260.92,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2451.46,2245.83,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2453.44,2239.75,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2455.81,2239.32,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2477.09,2230.51,3.20989],[[0,0.999984,-0.00564035],[0,0.00564035,0.999984]],""CBA_BuildingPos""],[[2480.02,2228.47,3.29372],[[0.000347758,0.999984,-0.00561882],[-0.0617724,0.00562957,0.998074]],""CBA_BuildingPos""],[[2483.38,2232.98,3.41873],[[0.00265224,0.999078,-0.0428531],[-0.0617164,0.0429351,0.99717]],""CBA_BuildingPos""],[[2481.83,2234.06,3.31675],[[0,0.999984,-0.00564035],[0,0.00564035,0.999984]],""CBA_BuildingPos""],[[2470.41,2253.99,3.24822],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2470,2259.79,3.17023],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2469.59,2265.6,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2461.42,2253.66,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2455.78,2248.61,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2463.26,2237.13,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2470.27,2234.21,3.17144],[[0,1,0],[-0.00564035,-0,0.999984]],""CBA_BuildingPos""],[[2476.49,2239.86,3.1707],[[0,0.999984,-0.00564035],[0,0.00564035,0.999984]],""CBA_BuildingPos""],[[2472.74,2246.46,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2449.73,2300.04,3.50872],[[0.000873553,0.999631,0.0271439],[0.0321538,-0.0271579,0.999114]],""CBA_BuildingPos""],[[2462.75,2282.81,4.016],[[-0.0342506,0.983021,-0.180266],[0.183491,0.183491,0.965744]],""CBA_BuildingPos""],[[2463.1,2277.83,4.48195],[[0,1,0],[0.186661,0,0.982424]],""CBA_BuildingPos""],[[2463.44,2272.86,3.71324],[[0,0.982425,0.186661],[-0,-0.186661,0.982424]],""CBA_BuildingPos""],[[2469.06,2273.08,3.34812],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2468.7,2278.24,3.41741],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2468.33,2283.39,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2467.97,2288.55,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2455.49,2304.2,3.42919],[[0.000873553,0.999631,0.0271439],[0.0321538,-0.0271579,0.999114]],""CBA_BuildingPos""],[[2452.64,2305.04,3.5438],[[0.000873553,0.999631,0.0271439],[0.0321538,-0.0271579,0.999114]],""CBA_BuildingPos""],[[2455.04,2296.06,3.3297],[[0,1,0],[0.0321657,0,0.999483]],""CBA_BuildingPos""],[[2459.78,2290.15,3.18796],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2465.74,2294.48,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2460.99,2300.39,3.16989],[[0,1,0],[0.0321657,0,0.999483]],""CBA_BuildingPos""],[[2447.05,2306.69,3.70113],[[-0.00211176,0.999513,-0.0311388],[0.0676293,0.0312103,0.997222]],""CBA_BuildingPos""],[[2435.07,2324.42,3.96369],[[1.13386e-06,0.999592,0.0285802],[3.96567e-05,-0.0285802,0.999592]],""CBA_BuildingPos""],[[2435.19,2330.43,4.13575],[[-9.13162e-06,0.999989,0.00463555],[-0.00196988,-0.00463556,0.999987]],""CBA_BuildingPos""],[[2435.31,2336.38,4.16025],[[-9.13162e-06,0.999989,0.00463555],[-0.00196988,-0.00463556,0.999987]],""CBA_BuildingPos""],[[2435.42,2342.31,3.95033],[[0,0.995491,-0.0948569],[-0,0.0948569,0.995491]],""CBA_BuildingPos""],[[2429.81,2342.6,3.95972],[[-0.000190686,0.995304,-0.0967994],[0.00196065,0.0967995,0.995302]],""CBA_BuildingPos""],[[2429.69,2336.64,4.21327],[[-9.13162e-06,0.999989,0.00463555],[-0.00196988,-0.00463556,0.999987]],""CBA_BuildingPos""],[[2429.57,2330.66,4.20786],[[1.13386e-06,0.999592,0.0285802],[3.96567e-05,-0.0285802,0.999592]],""CBA_BuildingPos""],[[2429.45,2324.62,4.07256],[[-7.81518e-08,0.999998,-0.00196991],[3.96728e-05,0.00196991,0.999998]],""CBA_BuildingPos""],[[2429.33,2318.6,3.96691],[[-7.81518e-08,0.999998,-0.00196991],[3.96728e-05,0.00196991,0.999998]],""CBA_BuildingPos""],[[2440.87,2302.66,4.02766],[[-0.00211176,0.999513,-0.0311388],[0.0676293,0.0312103,0.997222]],""CBA_BuildingPos""],[[2443.67,2301.83,3.86389],[[-0.00211176,0.999513,-0.0311388],[0.0676293,0.0312103,0.997222]],""CBA_BuildingPos""],[[2442.01,2310.77,3.83668],[[-1.24104e-06,0.999511,-0.031282],[3.96534e-05,0.031282,0.999511]],""CBA_BuildingPos""],[[2437.53,2316.88,3.84348],[[-7.81518e-08,0.999998,-0.00196991],[3.96728e-05,0.00196991,0.999998]],""CBA_BuildingPos""],[[2431.13,2312.62,3.85213],[[-7.81518e-08,0.999998,-0.00196991],[3.96728e-05,0.00196991,0.999998]],""CBA_BuildingPos""],[[2435.61,2306.5,3.96655],[[-1.24104e-06,0.999511,-0.031282],[3.96534e-05,0.031282,0.999511]],""CBA_BuildingPos""],[[2430.56,2380.68,5.2524],[[0.00308915,0.998475,0.0551127],[0.0558784,-0.0551992,0.996911]],""CBA_BuildingPos""],[[2430.44,2374.55,4.55506],[[0.00241847,0.992247,0.12426],[0.0193085,-0.124284,0.992059]],""CBA_BuildingPos""],[[2430.32,2368.46,3.8668],[[0.00122112,0.998029,0.0627405],[0.019421,-0.0627524,0.99784]],""CBA_BuildingPos""],[[2430.2,2362.36,3.36428],[[0,0.996626,0.0820734],[-0,-0.0820734,0.996626]],""CBA_BuildingPos""],[[2430.08,2356.26,3.18741],[[-9.28491e-06,0.999989,-0.00471337],[0.00196988,0.00471338,0.999987]],""CBA_BuildingPos""],[[2429.96,2350.11,3.22504],[[-9.28491e-06,0.999989,-0.00471337],[0.00196988,0.00471338,0.999987]],""CBA_BuildingPos""],[[2435.57,2349.82,3.22359],[[0,0.999996,-0.00274352],[0,0.00274352,0.999996]],""CBA_BuildingPos""],[[2435.69,2355.96,3.18085],[[0,0.996626,0.0820734],[-0,-0.0820734,0.996626]],""CBA_BuildingPos""],[[2435.81,2362.07,3.34027],[[0,0.996626,0.0820734],[-0,-0.0820734,0.996626]],""CBA_BuildingPos""],[[2435.93,2368.17,3.7629],[[0.00122112,0.998029,0.0627405],[0.019421,-0.0627524,0.99784]],""CBA_BuildingPos""],[[2436.06,2374.26,4.39781],[[0.00493632,0.996102,0.0880675],[0.0557456,-0.0882058,0.994541]],""CBA_BuildingPos""],[[2436.18,2380.39,4.92146],[[0.00308915,0.998475,0.0551127],[0.0558784,-0.0551992,0.996911]],""CBA_BuildingPos""],[[2624.56,2539.07,3.85997],[[-0.0342506,0.983021,0.180266],[-0.183491,-0.183491,0.965744]],""CBA_BuildingPos""],[[2624.95,2534.29,3.16854],[[-0.0342506,0.983021,0.180266],[-0.183491,-0.183491,0.965744]],""CBA_BuildingPos""],[[2625.35,2529.51,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2639.49,2517.06,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2645.66,2517.42,3.70381],[[0,1,0],[-0.170998,-0,0.985271]],""CBA_BuildingPos""],[[2646.34,2523.08,4.26828],[[-0.000735408,0.999993,-0.00372236],[0.193817,0.00379431,0.98103]],""CBA_BuildingPos""],[[2630.32,2537.57,4.60853],[[-0.0342506,0.983021,0.180266],[-0.183491,-0.183491,0.965744]],""CBA_BuildingPos""],[[2630.18,2539.35,4.94639],[[-0.00845533,0.998974,0.0445018],[-0.186469,-0.0452979,0.981416]],""CBA_BuildingPos""],[[2627.93,2524.17,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2633.64,2519.2,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2639.67,2525.62,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2633.96,2530.59,3.28167],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2676.16,2546.01,4.3066],[[0.000125702,0.953176,0.302415],[0.000396196,-0.302415,0.953176]],""CBA_BuildingPos""],[[2694.65,2556.3,2.85759],[[0.000160254,0.999965,-0.00840329],[-0.0190662,0.00840481,0.999783]],""CBA_BuildingPos""],[[2695.44,2556.01,2.87499],[[0.000160254,0.999965,-0.00840329],[-0.0190662,0.00840481,0.999783]],""CBA_BuildingPos""],[[2697.53,2561.23,2.88106],[[0.00216154,0.999967,-0.00780797],[-0.266793,0.00810164,0.96372]],""CBA_BuildingPos""],[[2692.53,2563.07,2.7885],[[-1.53042e-05,1,0.000802511],[-0.0190669,-0.000802657,0.999818]],""CBA_BuildingPos""],[[2687.46,2564.92,2.83209],[[0.000330172,0.999816,0.0191977],[0.0171928,-0.0192005,0.999668]],""CBA_BuildingPos""],[[2671.95,2555.77,4.39475],[[-0.0066912,0.998061,-0.0618791],[0.107298,0.0622398,0.992277]],""CBA_BuildingPos""],[[2671.39,2551.99,5.3525],[[0.013949,0.998467,0.053568],[0.251609,-0.0553543,0.966245]],""CBA_BuildingPos""],[[2670.79,2548.07,5.53074],[[0.000125702,0.953176,0.302415],[0.000396196,-0.302415,0.953176]],""CBA_BuildingPos""],[[2680.32,2551.63,3.41036],[[-0.0066912,0.998061,-0.0618791],[0.107298,0.0622398,0.992277]],""CBA_BuildingPos""],[[2686.82,2555.49,2.80946],[[-6.49642e-05,0.999993,-0.00377731],[0.0171959,0.00377787,0.999845]],""CBA_BuildingPos""],[[2681.91,2564.52,2.96376],[[0.000330172,0.999816,0.0191977],[0.0171928,-0.0192005,0.999668]],""CBA_BuildingPos""],[[2675.41,2560.67,3.34365],[[-0.0066912,0.998061,-0.0618791],[0.107298,0.0622398,0.992277]],""CBA_BuildingPos""],[[2741.47,2479.92,4.76834],[[0,0.999462,-0.0327893],[-0,0.0327893,0.999462]],""CBA_BuildingPos""],[[2739.89,2487.21,4.16907],[[0.00135915,0.996878,-0.0789422],[-0.0171607,0.0789539,0.996731]],""CBA_BuildingPos""],[[2738.31,2494.49,3.59981],[[0.00104392,0.99816,-0.0606334],[-0.0171827,0.0606424,0.998012]],""CBA_BuildingPos""],[[2736.72,2501.77,3.08811],[[0,0.996973,-0.0777441],[0,0.0777441,0.996973]],""CBA_BuildingPos""],[[2735.15,2509,2.82058],[[0.000486897,0.999548,-0.0300759],[-0.0161795,0.0300799,0.999417]],""CBA_BuildingPos""],[[2729.62,2507.98,2.79437],[[0,0.998931,-0.0462368],[-0,0.0462368,0.998931]],""CBA_BuildingPos""],[[2731.19,2500.75,3.13525],[[0.00104392,0.99816,-0.0606334],[-0.0171827,0.0606424,0.998012]],""CBA_BuildingPos""],[[2732.77,2493.47,3.61444],[[0.00135915,0.996878,-0.0789422],[-0.0171607,0.0789539,0.996731]],""CBA_BuildingPos""],[[2734.36,2486.19,4.15447],[[0.00135915,0.996878,-0.0789422],[-0.0171607,0.0789539,0.996731]],""CBA_BuildingPos""],[[2735.94,2478.91,4.70771],[[0.00135915,0.996878,-0.0789422],[-0.0171607,0.0789539,0.996731]],""CBA_BuildingPos""],[[2763.42,2242.79,3.4571],[[-0.00569426,0.997157,-0.0751375],[0.075353,0.075353,0.994306]],""CBA_BuildingPos""],[[2763.47,2236.84,3.35161],[[0.00742888,0.995156,0.0980264],[0.0752018,-0.0983074,0.992311]],""CBA_BuildingPos""],[[2749.31,2219.4,1.83746],[[3.50886e-05,0.999924,-0.0123003],[-0.00285243,0.0123004,0.99992]],""CBA_BuildingPos""],[[2744.04,2218.38,2.32617],[[-0.00178041,0.999829,-0.0184129],[0.0962284,0.0184988,0.995187]],""CBA_BuildingPos""],[[2738.81,2217.38,2.77995],[[-0.000923614,0.999828,-0.018539],[0.0497497,0.018562,0.998589]],""CBA_BuildingPos""],[[2733.63,2216.38,3.05645],[[0,1,0],[0.0312165,-0,0.999513]],""CBA_BuildingPos""],[[2734.52,2210.82,3.02888],[[-0.000923614,0.999828,-0.018539],[0.0497497,0.018562,0.998589]],""CBA_BuildingPos""],[[2740.02,2211.89,2.82056],[[-0.00110303,0.999925,-0.0122007],[0.0900329,0.0122505,0.995863]],""CBA_BuildingPos""],[[2745.58,2212.96,2.26316],[[3.50886e-05,0.999924,-0.0123003],[-0.00285243,0.0123004,0.99992]],""CBA_BuildingPos""],[[2751.19,2214.04,1.84438],[[3.50886e-05,0.999924,-0.0123003],[-0.00285243,0.0123004,0.99992]],""CBA_BuildingPos""],[[2756.78,2215.11,1.87723],[[-6.79404e-05,0.999993,0.00361882],[-0.0187707,-0.00361946,0.999817]],""CBA_BuildingPos""],[[2769.14,2230.04,2.17122],[[-0.00356606,0.981773,0.190024],[-0.0184211,-0.190058,0.9816]],""CBA_BuildingPos""],[[2769.09,2236.35,2.87686],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2769.04,2242.65,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2760.93,2229.42,2.00761],[[-7.26704e-05,0.999994,0.00361556],[-0.0200951,-0.00361629,0.999792]],""CBA_BuildingPos""],[[2756.12,2223.55,2.5712],[[-0.00356754,0.981773,0.190024],[-0.0184287,-0.190058,0.9816]],""CBA_BuildingPos""],[[2762.12,2218.2,1.99401],[[-0.00356754,0.981773,0.190024],[-0.0184287,-0.190058,0.9816]],""CBA_BuildingPos""],[[2766.92,2224.07,2.1079],[[-7.26704e-05,0.999994,0.00361556],[-0.0200951,-0.00361629,0.999792]],""CBA_BuildingPos""],[[2749.48,2268.71,4.9711],[[0,1,0],[-0.186661,-0,0.982424]],""CBA_BuildingPos""],[[2763.32,2253.85,3.16854],[[-0.0342506,0.983021,0.180266],[-0.183491,-0.183491,0.965744]],""CBA_BuildingPos""],[[2763.36,2250.29,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2768.97,2250.14,3.16854],[[-0.0342506,0.983021,0.180266],[-0.183491,-0.183491,0.965744]],""CBA_BuildingPos""],[[2768.92,2256.3,4.16354],[[0,1,0],[-0.186661,-0,0.982424]],""CBA_BuildingPos""],[[2768.87,2262.45,4.60357],[[0,1,0],[-0.186661,-0,0.982424]],""CBA_BuildingPos""],[[2755.28,2274.91,4.06743],[[0,1,0],[0.186661,-0,0.982424]],""CBA_BuildingPos""],[[2751.69,2274.57,4.75047],[[0,1,0],[0.186661,-0,0.982424]],""CBA_BuildingPos""],[[2754.42,2266.06,4.23065],[[0,1,0],[0.186661,0,0.982424]],""CBA_BuildingPos""],[[2760.02,2260.99,3.17535],[[0,1,0],[-0.186661,-0,0.982424]],""CBA_BuildingPos""],[[2766.61,2267.79,3.58997],[[0,1,0],[-0.186661,-0,0.982424]],""CBA_BuildingPos""],[[2761.01,2272.85,3.16921],[[0,1,0],[0.186661,-0,0.982424]],""CBA_BuildingPos""],[[2726.72,2289.88,3.16989],[[0,0.999526,0.030793],[-0,-0.030793,0.999526]],""CBA_BuildingPos""],[[2726.89,2285.06,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2727.06,2280.23,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2740.92,2267.9,3.34461],[[0,1,0],[-0.186661,-0,0.982424]],""CBA_BuildingPos""],[[2744.56,2268.25,4.03612],[[0,1,0],[-0.186661,-0,0.982424]],""CBA_BuildingPos""],[[2746.61,2274.09,4.426],[[0,1,0],[-0.186661,0,0.982424]],""CBA_BuildingPos""],[[2732.38,2288.73,3.38223],[[9.0872e-05,0.999622,0.0274915],[0.00330419,-0.0274916,0.999617]],""CBA_BuildingPos""],[[2732.34,2289.9,3.59651],[[9.0872e-05,0.999622,0.0274915],[0.00330419,-0.0274916,0.999617]],""CBA_BuildingPos""],[[2729.46,2274.91,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2735.14,2269.92,3.16991],[[0,1,0],[-0,-0,1]],""CBA_BuildingPos""],[[2741.52,2276.68,3.45907],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2735.83,2281.67,3.16991],[[0,1,0],[0,0,1]],""CBA_BuildingPos""],[[2483.84,2453.56,4.71919],[[0.00126609,0.999423,-0.0339512],[-0.037244,0.0339748,0.998728]],""CBA_BuildingPos""],[[2478.04,2456.77,4.34641],[[0.00208505,0.999424,-0.0338701],[-0.0614084,0.0339343,0.997536]],""CBA_BuildingPos""],[[2472.24,2459.97,3.88042],[[0.00208505,0.999424,-0.0338701],[-0.0614084,0.0339343,0.997536]],""CBA_BuildingPos""],[[2466.44,2463.17,3.53814],[[0,1,0],[-0.0570374,-0,0.998372]],""CBA_BuildingPos""],[[2463.57,2458.34,3.43019],[[0.00208505,0.999424,-0.0338701],[-0.0614084,0.0339343,0.997536]],""CBA_BuildingPos""],[[2469.37,2455.14,3.87051],[[0.00208505,0.999424,-0.0338701],[-0.0614084,0.0339343,0.997536]],""CBA_BuildingPos""],[[2475.17,2451.93,4.3337],[[0.00208505,0.999424,-0.0338701],[-0.0614084,0.0339343,0.997536]],""CBA_BuildingPos""],[[2480.97,2448.73,4.74441],[[0.00126609,0.999423,-0.0339512],[-0.037244,0.0339748,0.998728]],""CBA_BuildingPos""],[[2486.94,2536.94,4.70729],[[-0.00219915,0.999732,0.0230573],[-0.0949213,-0.0231619,0.995215]],""CBA_BuildingPos""],[[2481.59,2535.05,4.23411],[[6.8918e-05,1,-0.000968894],[-0.0709513,0.000971342,0.997479]],""CBA_BuildingPos""],[[2476.23,2533.16,3.92633],[[-0.00205672,0.999688,0.0248854],[-0.0823412,-0.0249703,0.996291]],""CBA_BuildingPos""],[[2470.9,2531.28,3.4189],[[-0.00332912,0.999361,0.0355988],[-0.0930519,-0.0357542,0.995019]],""CBA_BuildingPos""],[[2472.59,2525.92,3.39562],[[-0.00332912,0.999361,0.0355988],[-0.0930519,-0.0357542,0.995019]],""CBA_BuildingPos""],[[2477.93,2527.8,3.89989],[[-0.00332912,0.999361,0.0355988],[-0.0930519,-0.0357542,0.995019]],""CBA_BuildingPos""],[[2483.29,2529.69,4.367],[[6.8918e-05,1,-0.000968894],[-0.0709513,0.000971342,0.997479]],""CBA_BuildingPos""],[[2488.64,2531.58,4.74442],[[-0.00219915,0.999732,0.0230573],[-0.0949213,-0.0231619,0.995215]],""CBA_BuildingPos""],[[2499.57,2221.72,4.79388],[[0.00265225,0.999078,-0.0428531],[-0.0617165,0.0429351,0.99717]],""CBA_BuildingPos""],[[2494.55,2225.21,4.33332],[[0.00265225,0.999078,-0.0428531],[-0.0617165,0.0429351,0.99717]],""CBA_BuildingPos""],[[2489.54,2228.7,3.87277],[[0.00265224,0.999078,-0.0428531],[-0.0617164,0.0429351,0.99717]],""CBA_BuildingPos""],[[2486.18,2224.19,3.85915],[[0.00265225,0.999078,-0.0428531],[-0.0617165,0.0429351,0.99717]],""CBA_BuildingPos""],[[2491.19,2220.7,4.31972],[[0.00265225,0.999078,-0.0428531],[-0.0617165,0.0429351,0.99717]],""CBA_BuildingPos""],[[2496.21,2217.21,4.70895],[[0.00108,0.999847,-0.0174499],[-0.061764,0.0174833,0.997938]],""CBA_BuildingPos""],[[2653.16,2517.85,4.74208],[[-0.000735408,0.999993,-0.00372236],[0.193817,0.00379431,0.98103]],""CBA_BuildingPos""],[[2659.49,2518.22,3.412],[[0.00190947,0.999944,0.0104395],[0.179913,-0.0106127,0.983625]],""CBA_BuildingPos""],[[2673.95,2531.28,3.11493],[[8.60005e-05,0.999902,-0.0140326],[-0.00612793,0.0140328,0.999883]],""CBA_BuildingPos""],[[2674.57,2535.42,3.06063],[[8.60005e-05,0.999902,-0.0140326],[-0.00612793,0.0140328,0.999883]],""CBA_BuildingPos""],[[2675.2,2539.6,2.97441],[[8.60005e-05,0.999902,-0.0140326],[-0.00612793,0.0140328,0.999883]],""CBA_BuildingPos""],[[2669.67,2540.6,3.12875],[[0.000125702,0.953176,0.302415],[0.000396196,-0.302415,0.953176]],""CBA_BuildingPos""],[[2669.38,2538.68,3.10796],[[8.60005e-05,0.999902,-0.0140326],[-0.00612793,0.0140328,0.999883]],""CBA_BuildingPos""],[[2652.94,2523.47,4.31212],[[-0.000735408,0.999993,-0.00372236],[0.193817,0.00379431,0.98103]],""CBA_BuildingPos""],[[2665.2,2520.51,2.89426],[[8.53022e-05,0.999942,0.010788],[0.0079064,-0.0107884,0.999911]],""CBA_BuildingPos""],[[2670.79,2525.62,2.98946],[[-0.000182837,0.999668,0.0257791],[-0.00708994,-0.0257797,0.999642]],""CBA_BuildingPos""],[[2665.7,2531.71,3.39853],[[-0.000182837,0.999668,0.0257791],[-0.00708994,-0.0257797,0.999642]],""CBA_BuildingPos""],[[2660.11,2526.6,3.00015],[[8.53022e-05,0.999942,0.010788],[0.0079064,-0.0107884,0.999911]],""CBA_BuildingPos""],[[2702.46,2553.43,3.66749],[[0.00216154,0.999967,-0.00780797],[-0.266793,0.00810164,0.96372]],""CBA_BuildingPos""],[[2708.9,2551.09,5.46234],[[-0.0621281,0.96923,-0.238186],[0.244628,0.246155,0.937851]],""CBA_BuildingPos""],[[2723.99,2533.87,3.12526],[[1.3945e-05,0.999999,-0.0013741],[-0.0101479,0.00137417,0.999948]],""CBA_BuildingPos""],[[2725.33,2527.7,3.08899],[[0,0.99938,0.0352112],[0,-0.0352112,0.99938]],""CBA_BuildingPos""],[[2726.67,2521.58,2.90156],[[0,0.99938,0.0352112],[0,-0.0352112,0.99938]],""CBA_BuildingPos""],[[2728.01,2515.38,2.79871],[[-0.000178883,0.999939,0.0110498],[-0.0161858,-0.0110512,0.999808]],""CBA_BuildingPos""],[[2733.54,2516.4,2.83516],[[-0.000178883,0.999939,0.0110498],[-0.0161858,-0.0110512,0.999808]],""CBA_BuildingPos""],[[2732.3,2522.13,2.85552],[[-0.000178883,0.999939,0.0110498],[-0.0161858,-0.0110512,0.999808]],""CBA_BuildingPos""],[[2731.07,2527.78,3.07454],[[0,0.99938,0.0352112],[0,-0.0352112,0.99938]],""CBA_BuildingPos""],[[2729.83,2533.49,3.16336],[[0,0.99938,0.0352112],[0,-0.0352112,0.99938]],""CBA_BuildingPos""],[[2728.59,2539.19,3.14295],[[1.3945e-05,0.999999,-0.0013741],[-0.0101479,0.00137417,0.999948]],""CBA_BuildingPos""],[[2715.14,2554.79,3.18686],[[-0.0621281,0.96923,-0.238186],[0.244628,0.246155,0.937851]],""CBA_BuildingPos""],[[2709.84,2556.72,4.0133],[[0.00216154,0.999967,-0.00780797],[-0.266793,0.00810164,0.96372]],""CBA_BuildingPos""],[[2704.59,2558.66,3.38535],[[-0.0621281,0.96923,-0.238186],[0.244628,0.246155,0.937851]],""CBA_BuildingPos""],[[2715.42,2546.63,4.32762],[[0.00287786,0.999935,0.0110331],[0.252378,-0.0114022,0.967562]],""CBA_BuildingPos""],[[2720.4,2540.91,3.06944],[[-0.000119574,0.999931,0.0117825],[-0.0101473,-0.0117831,0.999879]],""CBA_BuildingPos""],[[2725.71,2545.09,3.15052],[[-0.000119574,0.999931,0.0117825],[-0.0101473,-0.0117831,0.999879]],""CBA_BuildingPos""],[[2720.74,2550.81,3.15942],[[0.00287786,0.999935,0.0110331],[0.252378,-0.0114022,0.967562]],""CBA_BuildingPos""],[[2725.86,2313.81,4.636],[[0,0.997539,0.0701206],[0,-0.0701206,0.997539]],""CBA_BuildingPos""],[[2726.06,2308.33,4.22627],[[0.000303484,0.995776,0.0918137],[0.00329146,-0.0918142,0.995771]],""CBA_BuildingPos""],[[2726.25,2302.85,3.72048],[[0.000303484,0.995776,0.0918137],[0.00329146,-0.0918142,0.995771]],""CBA_BuildingPos""],[[2726.45,2297.38,3.38452],[[9.0872e-05,0.999622,0.0274915],[0.00330419,-0.0274916,0.999617]],""CBA_BuildingPos""],[[2732.07,2297.4,3.76736],[[9.0872e-05,0.999622,0.0274915],[0.00330419,-0.0274916,0.999617]],""CBA_BuildingPos""],[[2731.87,2302.87,4.01456],[[-0.0145374,0.995884,0.0894624],[-0.159734,-0.0906358,0.98299]],""CBA_BuildingPos""],[[2731.68,2308.35,4.48503],[[0,0.997539,0.0701206],[0,-0.0701206,0.997539]],""CBA_BuildingPos""],[[2731.48,2313.83,4.74074],[[0,0.997539,0.0701206],[0,-0.0701206,0.997539]],""CBA_BuildingPos""],[[2185.45,2210.3,8.07276],[[0.00133946,0.999078,0.0429186],[0.0311653,-0.0429395,0.998591]],""CBA_BuildingPos""],[[2191.37,2210.54,7.88445],[[0.000492386,0.999871,0.0160414],[0.0306764,-0.0160489,0.999401]],""CBA_BuildingPos""],[[2197.28,2210.77,7.70663],[[2.21739e-05,1,0.000479197],[0.0462236,-0.000479709,0.998931]],""CBA_BuildingPos""],[[2203.2,2211.01,7.72018],[[-1.63128e-05,1,0.000479668],[-0.0339888,-0.000479945,0.999422]],""CBA_BuildingPos""],[[2203.16,2216.63,7.72144],[[-4.37251e-05,0.999999,0.00125695],[-0.0347657,-0.00125771,0.999395]],""CBA_BuildingPos""],[[2197.24,2216.39,7.74162],[[0.000492386,0.999871,0.0160414],[0.0306764,-0.0160489,0.999401]],""CBA_BuildingPos""],[[2191.33,2216.16,7.97606],[[0.000492386,0.999871,0.0160414],[0.0306764,-0.0160489,0.999401]],""CBA_BuildingPos""],[[2185.41,2215.92,8.27992],[[0.00133946,0.999078,0.0429186],[0.0311653,-0.0429395,0.998591]],""CBA_BuildingPos""],[[2210.68,2211.3,7.97617],[[-4.36632e-05,0.999999,0.00125695],[-0.0347164,-0.00125771,0.999396]],""CBA_BuildingPos""],[[2216.14,2211.52,8.16629],[[-7.90115e-05,0.999364,-0.035671],[0.00221359,0.0356711,0.999361]],""CBA_BuildingPos""],[[2234.97,2198.98,8.15679],[[0.000304688,0.999641,-0.0267767],[-0.011374,0.0267784,0.999577]],""CBA_BuildingPos""],[[2236.6,2194.48,8.14217],[[0.000186545,0.999973,0.00738654],[0.025246,-0.0073889,0.999654]],""CBA_BuildingPos""],[[2241.94,2196.24,8.14473],[[0.000304688,0.999641,-0.0267767],[-0.011374,0.0267784,0.999577]],""CBA_BuildingPos""],[[2239.94,2201.76,8.16768],[[0.000304688,0.999641,-0.0267767],[-0.011374,0.0267784,0.999577]],""CBA_BuildingPos""],[[2244.14,2224.26,8.83302],[[-0.0173652,0.990846,0.133876],[-0.127456,-0.134998,0.982614]],""CBA_BuildingPos""],[[2248.53,2229.2,9.60693],[[-0.00545134,0.996818,0.0795277],[-0.0681683,-0.0797143,0.994484]],""CBA_BuildingPos""],[[2252.87,2234.11,10.2874],[[-0.00539325,0.997087,0.0760813],[-0.0705046,-0.0762722,0.994591]],""CBA_BuildingPos""],[[2257.22,2239.01,10.7605],[[-0.00148134,0.9992,0.0399531],[-0.037022,-0.0399805,0.998514]],""CBA_BuildingPos""],[[2253.13,2242.87,10.7666],[[-0.000929064,0.999488,0.0319753],[-0.0290286,-0.0319888,0.999067]],""CBA_BuildingPos""],[[2248.51,2237.66,10.2594],[[-0.00545134,0.996818,0.0795277],[-0.0681683,-0.0797143,0.994484]],""CBA_BuildingPos""],[[2243.88,2232.44,9.54427],[[-0.0173652,0.990846,0.133876],[-0.127456,-0.134998,0.982614]],""CBA_BuildingPos""],[[2239.23,2227.19,8.66092],[[-0.000425957,0.995523,0.0945167],[-0.00448646,-0.0945176,0.995513]],""CBA_BuildingPos""],[[2218.45,2217.24,8.04337],[[-0.0016317,0.999365,-0.0355965],[0.0457617,0.0356338,0.998317]],""CBA_BuildingPos""],[[2214.54,2217.08,8.05756],[[-0.0016317,0.999365,-0.0355965],[0.0457617,0.0356338,0.998317]],""CBA_BuildingPos""],[[2210.64,2216.93,7.9817],[[-0.0016317,0.999365,-0.0355965],[0.0457617,0.0356338,0.998317]],""CBA_BuildingPos""],[[2223.73,2209.42,8.14298],[[-0.0016317,0.999365,-0.0355965],[0.0457617,0.0356338,0.998317]],""CBA_BuildingPos""],[[2230.02,2205.19,7.96906],[[0.000304688,0.999641,-0.0267767],[-0.011374,0.0267784,0.999577]],""CBA_BuildingPos""],[[2239.26,2209.69,7.92188],[[0.000237298,0.99954,-0.0303286],[-0.00782039,0.0303295,0.999509]],""CBA_BuildingPos""],[[2240.69,2217.14,7.90634],[[9.41898e-05,0.999782,-0.0209],[-0.00450565,0.0209002,0.999771]],""CBA_BuildingPos""],[[2232.93,2222.41,7.90641],[[-0.000425957,0.995523,0.0945167],[-0.00448646,-0.0945176,0.995513]],""CBA_BuildingPos""],[[2226.07,2219.17,7.78775],[[-0.000487292,0.999846,-0.0175712],[0.0277174,0.017578,0.999461]],""CBA_BuildingPos""],[[2239.15,2187.49,7.9934],[[0.00178193,0.997506,0.0705582],[0.0251837,-0.0705807,0.997188]],""CBA_BuildingPos""],[[2240.97,2182.48,7.59779],[[0.00182483,0.997574,0.0695973],[0.0261472,-0.0696213,0.997231]],""CBA_BuildingPos""],[[2242.79,2177.47,7.08443],[[0.00301253,0.993373,0.114895],[0.0260371,-0.114934,0.993032]],""CBA_BuildingPos""],[[2258.74,2165.09,5.33484],[[0.000549018,0.999973,0.00727813],[0.0752182,-0.00729881,0.99714]],""CBA_BuildingPos""],[[2264.62,2164.6,4.99027],[[0.000342658,0.99998,0.00632094],[0.0541293,-0.00633022,0.998514]],""CBA_BuildingPos""],[[2270.45,2164.11,4.66848],[[0.000391721,0.99998,0.00631522],[0.0619079,-0.00632736,0.998062]],""CBA_BuildingPos""],[[2276.3,2163.62,4.30231],[[0.000361065,0.999983,0.00577012],[0.0624518,-0.0057814,0.998031]],""CBA_BuildingPos""],[[2276.95,2169.21,4.29422],[[0.000319899,0.999983,0.00577499],[0.0553082,-0.00578385,0.998453]],""CBA_BuildingPos""],[[2270.72,2169.73,4.68689],[[0.000391721,0.99998,0.00631522],[0.0619079,-0.00632736,0.998062]],""CBA_BuildingPos""],[[2264.52,2170.25,5.07914],[[0.000391721,0.99998,0.00631522],[0.0619079,-0.00632736,0.998062]],""CBA_BuildingPos""],[[2246.38,2184.04,7.56483],[[0.00178193,0.997506,0.0705582],[0.0251837,-0.0705807,0.997188]],""CBA_BuildingPos""],[[2244.49,2189.24,7.98074],[[0.00301253,0.993373,0.114895],[0.0260371,-0.114934,0.993032]],""CBA_BuildingPos""],[[2246.49,2172.24,6.44057],[[0.00301253,0.993373,0.114895],[0.0260371,-0.114934,0.993032]],""CBA_BuildingPos""],[[2252.52,2167.63,5.82254],[[0.00862415,0.993406,0.114327],[0.0747242,-0.114652,0.990591]],""CBA_BuildingPos""],[[2257.08,2173.1,5.87087],[[0.00862415,0.993406,0.114327],[0.0747242,-0.114652,0.990591]],""CBA_BuildingPos""],[[2251.06,2177.71,6.84322],[[0.00862415,0.993406,0.114327],[0.0747242,-0.114652,0.990591]],""CBA_BuildingPos""],[[2283.78,2163,3.85771],[[0.000319899,0.999983,0.00577499],[0.0553082,-0.00578385,0.998453]],""CBA_BuildingPos""],[[2289.57,2162.51,3.53358],[[0.000608173,0.999986,0.00526462],[0.114756,-0.00529963,0.99338]],""CBA_BuildingPos""],[[2295.36,2162.03,2.88751],[[0.00328783,0.996894,0.0786912],[0.0416153,-0.0787599,0.996025]],""CBA_BuildingPos""],[[2301.17,2161.54,2.47613],[[-0.000904242,0.996889,0.0788178],[-0.0114361,-0.078823,0.996823]],""CBA_BuildingPos""],[[2316.16,2173.26,3.27804],[[-0.00430583,0.995946,0.0898543],[-0.0476711,-0.0899574,0.994804]],""CBA_BuildingPos""],[[2317.05,2179.22,3.60931],[[-0.000394475,0.998787,0.0492457],[-0.00800036,-0.0492473,0.998755]],""CBA_BuildingPos""],[[2311.62,2180.89,3.64894],[[-0.000394475,0.998787,0.0492457],[-0.00800036,-0.0492473,0.998755]],""CBA_BuildingPos""],[[2294.33,2167.75,3.19096],[[-0.000904242,0.996889,0.0788178],[-0.0114361,-0.078823,0.996823]],""CBA_BuildingPos""],[[2289.37,2168.17,3.57465],[[0.000319899,0.999983,0.00577499],[0.0553082,-0.00578385,0.998453]],""CBA_BuildingPos""],[[2284.43,2168.58,3.85274],[[0.000391721,0.99998,0.00631522],[0.0619079,-0.00632736,0.998062]],""CBA_BuildingPos""],[[2306.95,2163.17,2.66437],[[-0.000904242,0.996889,0.0788178],[-0.0114361,-0.078823,0.996823]],""CBA_BuildingPos""],[[2312.88,2167.86,2.699],[[-0.00430583,0.995946,0.0898543],[-0.0476711,-0.0899574,0.994804]],""CBA_BuildingPos""],[[2307.84,2174.81,3.51667],[[-0.00430583,0.995946,0.0898543],[-0.0476711,-0.0899574,0.994804]],""CBA_BuildingPos""],[[2301.9,2170.12,3.07368],[[0.00102888,0.99973,0.0231984],[0.0442959,-0.0232212,0.998749]],""CBA_BuildingPos""],[[2318.11,2186.23,3.96479],[[-0.000398761,0.998783,0.0493202],[-0.00807505,-0.0493218,0.99875]],""CBA_BuildingPos""],[[2334.85,2200.74,3.94363],[[-1.04187e-05,1,-0.000385384],[0.0270247,0.000385525,0.999635]],""CBA_BuildingPos""],[[2340.44,2200.82,3.79003],[[-1.49595e-05,1,-0.000462716],[0.0323129,0.000462958,0.999478]],""CBA_BuildingPos""],[[2346.03,2200.89,3.60927],[[-1.40403e-05,1,-0.00043466],[0.0322849,0.000434887,0.999479]],""CBA_BuildingPos""],[[2351.63,2200.96,3.42792],[[-1.42034e-05,1,-0.00043465],[0.0326604,0.000434882,0.999466]],""CBA_BuildingPos""],[[2351.73,2206.59,3.42198],[[-1.68056e-05,1,-0.000513051],[0.0327387,0.000513326,0.999464]],""CBA_BuildingPos""],[[2345.84,2206.51,3.61304],[[-1.25491e-05,1,-0.000462859],[0.0271021,0.000463029,0.999633]],""CBA_BuildingPos""],[[2339.95,2206.43,3.80315],[[-1.04187e-05,1,-0.000385384],[0.0270247,0.000385525,0.999635]],""CBA_BuildingPos""],[[2334.06,2206.35,3.96297],[[-9.77865e-06,1,-0.000385418],[0.0253634,0.000385542,0.999678]],""CBA_BuildingPos""],[[2328.17,2206.28,4.11921],[[-9.77865e-06,1,-0.000385418],[0.0253634,0.000385542,0.999678]],""CBA_BuildingPos""],[[2313.55,2193.69,4.30189],[[0.000431382,0.999868,0.0162146],[0.0265916,-0.0162203,0.999515]],""CBA_BuildingPos""],[[2312.64,2187.65,3.99049],[[-0.00041112,0.998706,0.0508487],[-0.00807443,-0.0508504,0.998674]],""CBA_BuildingPos""],[[2321.81,2192.87,4.54076],[[0.000431382,0.999868,0.0162146],[0.0265916,-0.0162203,0.999515]],""CBA_BuildingPos""],[[2327.52,2197.85,4.54736],[[-8.79819e-06,1,-0.000347296],[0.0253253,0.000347407,0.999679]],""CBA_BuildingPos""],[[2322.43,2204.19,4.26534],[[-8.79819e-06,1,-0.000347296],[0.0253253,0.000347407,0.999679]],""CBA_BuildingPos""],[[2316.72,2199.2,4.40268],[[0.000431382,0.999868,0.0162146],[0.0265916,-0.0162203,0.999515]],""CBA_BuildingPos""],[[2389.38,2207.08,5.13548],[[-0.0007055,0.999626,0.0273303],[-0.0257956,-0.0273394,0.999293]],""CBA_BuildingPos""],[[2383.36,2207,4.26038],[[-0.00282943,0.999787,0.0204313],[-0.137147,-0.0206263,0.990336]],""CBA_BuildingPos""],[[2377.3,2206.92,3.49904],[[-0.00223204,0.999786,0.020581],[-0.107796,-0.0207017,0.993958]],""CBA_BuildingPos""],[[2371.28,2206.84,2.88321],[[2.5128e-05,1,-0.000287722],[-0.0870029,0.000288818,0.996208]],""CBA_BuildingPos""],[[2365.25,2206.76,2.9516],[[-1.9544e-05,1,-0.000512856],[0.0380805,0.000513229,0.999275]],""CBA_BuildingPos""],[[2359.23,2206.68,3.17648],[[-1.68056e-05,1,-0.000513051],[0.0327387,0.000513326,0.999464]],""CBA_BuildingPos""],[[2359.12,2201.06,3.18285],[[-1.9544e-05,1,-0.000512856],[0.0380805,0.000513229,0.999275]],""CBA_BuildingPos""],[[2365.14,2201.14,2.95798],[[2.5128e-05,1,-0.000287722],[-0.0870029,0.000288818,0.996208]],""CBA_BuildingPos""],[[2371.17,2201.22,2.87544],[[-0.00223204,0.999786,0.020581],[-0.107796,-0.0207017,0.993958]],""CBA_BuildingPos""],[[2377.2,2201.3,3.40185],[[-0.00282943,0.999787,0.0204313],[-0.137147,-0.0206263,0.990336]],""CBA_BuildingPos""],[[2383.25,2201.38,4.12613],[[-0.00282943,0.999787,0.0204313],[-0.137147,-0.0206263,0.990336]],""CBA_BuildingPos""],[[2389.27,2201.46,4.96576],[[-0.00388432,0.999634,0.0267854],[-0.143462,-0.0270656,0.989286]],""CBA_BuildingPos""],[[2217.77,2484.18,9.73197],[[0.000199599,0.999994,-0.00343094],[-0.0580775,0.00343674,0.998306]],""CBA_BuildingPos""],[[2222.09,2480.6,9.85593],[[-2.98475e-05,0.999994,-0.00344229],[0.00867043,0.00344242,0.999956]],""CBA_BuildingPos""],[[2226.4,2477.02,9.79799],[[6.58848e-05,0.999971,0.00759847],[0.00867023,-0.00759875,0.999934]],""CBA_BuildingPos""],[[2230.13,2481.23,9.78313],[[-2.98475e-05,0.999994,-0.00344229],[0.00867043,0.00344242,0.999956]],""CBA_BuildingPos""],[[2225.81,2484.81,9.80871],[[-2.98475e-05,0.999994,-0.00344229],[0.00867043,0.00344242,0.999956]],""CBA_BuildingPos""],[[2221.5,2488.39,9.8342],[[-2.98475e-05,0.999994,-0.00344229],[0.00867043,0.00344242,0.999956]],""CBA_BuildingPos""],[[2232.17,2472.24,9.79967],[[-0.000242534,0.999971,0.00759129],[-0.0319318,-0.00759516,0.999461]],""CBA_BuildingPos""],[[2235.7,2469.31,9.92343],[[-0.000322163,0.999427,-0.0338458],[0.00951264,0.0338474,0.999382]],""CBA_BuildingPos""],[[2255.86,2462.34,10.049],[[-8.84178e-06,1,0.000582561],[-0.0151757,-0.000582628,0.999885]],""CBA_BuildingPos""],[[2263.23,2462.57,10.1026],[[1.8373e-06,1,0.000582689],[0.00315312,-0.000582692,0.999995]],""CBA_BuildingPos""],[[2270.62,2462.8,10.073],[[7.91921e-07,1,6.98e-05],[0.0113448,-6.98045e-05,0.999936]],""CBA_BuildingPos""],[[2278,2463.03,9.98891],[[-2.63763e-06,1,-0.000226562],[0.0116412,0.000226578,0.999932]],""CBA_BuildingPos""],[[2285.38,2463.26,9.87837],[[-6.5625e-06,1,-0.000400722],[0.0163745,0.000400776,0.999866]],""CBA_BuildingPos""],[[2285.39,2468.88,9.87626],[[-2.63763e-06,1,-0.000226562],[0.0116412,0.000226578,0.999932]],""CBA_BuildingPos""],[[2278.76,2468.67,9.97877],[[7.91921e-07,1,6.98e-05],[0.0113448,-6.98045e-05,0.999936]],""CBA_BuildingPos""],[[2272.13,2468.47,10.056],[[7.91921e-07,1,6.98e-05],[0.0113448,-6.98045e-05,0.999936]],""CBA_BuildingPos""],[[2265.51,2468.26,10.0968],[[7.91921e-07,1,6.98e-05],[0.0113448,-6.98045e-05,0.999936]],""CBA_BuildingPos""],[[2258.89,2468.05,10.0991],[[-1.67192e-05,0.999999,0.00106747],[-0.0156606,-0.0010676,0.999877]],""CBA_BuildingPos""],[[2237.11,2475.44,9.87612],[[-0.000228525,0.999427,-0.0338474],[0.00674761,0.0338481,0.999404]],""CBA_BuildingPos""],[[2235.9,2476.45,9.85362],[[6.58848e-05,0.999971,0.00759847],[0.00867023,-0.00759875,0.999934]],""CBA_BuildingPos""],[[2241.6,2465.94,10.1187],[[7.20861e-06,0.999999,0.00106768],[0.00675147,-0.00106771,0.999977]],""CBA_BuildingPos""],[[2248.78,2463.47,9.96661],[[7.20861e-06,0.999999,0.00106768],[0.00675147,-0.00106771,0.999977]],""CBA_BuildingPos""],[[2251.12,2469.2,9.98189],[[7.20861e-06,0.999999,0.00106768],[0.00675147,-0.00106771,0.999977]],""CBA_BuildingPos""],[[2243.94,2471.67,9.94985],[[6.58848e-05,0.999971,0.00759847],[0.00867023,-0.00759875,0.999934]],""CBA_BuildingPos""],[[2292.88,2463.49,9.7408],[[-8.6518e-06,1,-0.000400642],[0.0215898,0.000400736,0.999767]],""CBA_BuildingPos""],[[2300.28,2463.72,9.57825],[[-1.71748e-05,1,-0.000607673],[0.0282519,0.000607915,0.999601]],""CBA_BuildingPos""],[[2307.68,2463.95,9.3685],[[-2.42351e-05,1,-0.000850177],[0.0284943,0.000850522,0.999594]],""CBA_BuildingPos""],[[2315.08,2464.18,9.13405],[[-0.00127764,0.998472,0.0552401],[-0.0230873,-0.0552549,0.998205]],""CBA_BuildingPos""],[[2322.48,2464.41,9.13126],[[0.00195349,0.998473,0.0552006],[0.0353128,-0.0552351,0.997849]],""CBA_BuildingPos""],[[2337.04,2477.23,7.60068],[[3.0731e-07,1,-0.000516987],[-0.000594425,0.000516987,1]],""CBA_BuildingPos""],[[2337.84,2482.72,7.61783],[[-3.84773e-06,0.999979,0.00647302],[-0.000594413,-0.00647302,0.999979]],""CBA_BuildingPos""],[[2332.39,2484.27,7.62413],[[3.0731e-07,1,-0.000516987],[-0.000594425,0.000516987,1]],""CBA_BuildingPos""],[[2315.79,2469.82,9.42152],[[-0.00127764,0.998472,0.0552401],[-0.0230873,-0.0552549,0.998205]],""CBA_BuildingPos""],[[2310.06,2469.65,9.29537],[[-0.00127764,0.998472,0.0552401],[-0.0230873,-0.0552549,0.998205]],""CBA_BuildingPos""],[[2304.34,2469.47,9.45914],[[-1.32528e-05,1,-0.000607869],[0.021797,0.000608014,0.999762]],""CBA_BuildingPos""],[[2298.61,2469.29,9.61299],[[-8.6518e-06,1,-0.000400642],[0.0215898,0.000400736,0.999767]],""CBA_BuildingPos""],[[2292.88,2469.11,9.73804],[[-6.5625e-06,1,-0.000400722],[0.0163745,0.000400776,0.999866]],""CBA_BuildingPos""],[[2328.2,2466.56,8.30767],[[-0.018433,0.99517,-0.0964205],[0.186865,0.0981666,0.977469]],""CBA_BuildingPos""],[[2333.85,2471.6,7.60923],[[-2.30172e-06,0.999998,-0.00217141],[0.00106001,0.00217141,0.999997]],""CBA_BuildingPos""],[[2328.73,2477.83,7.84093],[[-2.30172e-06,0.999998,-0.00217141],[0.00106001,0.00217141,0.999997]],""CBA_BuildingPos""],[[2323.08,2472.78,8.92924],[[-0.000726466,0.999993,-0.00380005],[0.187771,0.00386887,0.982205]],""CBA_BuildingPos""],[[2338.89,2489.87,7.67247],[[-1.138e-05,0.999973,0.00741355],[-0.00153499,-0.00741356,0.999971]],""CBA_BuildingPos""],[[2354.9,2505.45,7.66424],[[-0.000178111,0.999988,-0.00494892],[0.0359661,0.00495212,0.999341]],""CBA_BuildingPos""],[[2360.86,2506.17,7.44279],[[-0.000202254,0.999987,-0.00503627],[0.0401266,0.00504033,0.999182]],""CBA_BuildingPos""],[[2360.36,2511.77,7.43526],[[-0.000178111,0.999988,-0.00494892],[0.0359661,0.00495212,0.999341]],""CBA_BuildingPos""],[[2354.35,2511.05,7.85587],[[-0.000178111,0.999988,-0.00494892],[0.0359661,0.00495212,0.999341]],""CBA_BuildingPos""],[[2348.33,2510.32,7.89507],[[-2.83368e-05,0.99999,-0.00459134],[0.00617162,0.00459142,0.99997]],""CBA_BuildingPos""],[[2334.2,2496.67,7.74857],[[-2.49737e-05,0.999919,0.0127133],[-0.00196422,-0.0127133,0.999917]],""CBA_BuildingPos""],[[2333.39,2491.13,7.6789],[[-2.49737e-05,0.999919,0.0127133],[-0.00196422,-0.0127133,0.999917]],""CBA_BuildingPos""],[[2342.39,2496.68,8.21924],[[-0.0023489,0.999922,0.0122635],[-0.188101,-0.0124864,0.98207]],""CBA_BuildingPos""],[[2347.83,2501.98,7.86584],[[-4.77319e-05,0.99997,0.00774369],[-0.00616368,-0.00774384,0.999951]],""CBA_BuildingPos""],[[2342.7,2507.72,7.87351],[[-4.77319e-05,0.99997,0.00774369],[-0.00616368,-0.00774384,0.999951]],""CBA_BuildingPos""],[[2337.28,2502.43,7.81819],[[-2.49737e-05,0.999919,0.0127133],[-0.00196422,-0.0127133,0.999917]],""CBA_BuildingPos""],[[2368.3,2507.07,7.13958],[[-0.000202254,0.999987,-0.00503627],[0.0401266,0.00504033,0.999182]],""CBA_BuildingPos""],[[2370,2507.28,7.07048],[[-0.000189659,0.999989,-0.00472265],[0.0401266,0.00472646,0.999183]],""CBA_BuildingPos""],[[2385.96,2494.96,5.37431],[[-8.82794e-05,0.999489,0.0319783],[-0.00275918,-0.0319784,0.999485]],""CBA_BuildingPos""],[[2391.71,2496.24,5.75574],[[-6.46483e-05,0.999601,0.0282323],[-0.00228895,-0.0282324,0.999599]],""CBA_BuildingPos""],[[2407.14,2511.77,5.40052],[[-0.000259539,0.999984,-0.00560102],[0.0462873,0.00560703,0.998912]],""CBA_BuildingPos""],[[2414.16,2512.62,5.0346],[[-0.000364706,0.999977,-0.00671508],[0.0542303,0.00672498,0.998506]],""CBA_BuildingPos""],[[2413.66,2518.22,5.02245],[[-0.000364706,0.999977,-0.00671508],[0.0542303,0.00672498,0.998506]],""CBA_BuildingPos""],[[2407.46,2517.47,5.34812],[[-0.000259539,0.999984,-0.00560102],[0.0462873,0.00560703,0.998912]],""CBA_BuildingPos""],[[2401.27,2516.72,5.64504],[[-0.000259539,0.999984,-0.00560102],[0.0462873,0.00560703,0.998912]],""CBA_BuildingPos""],[[2378.73,2513.99,6.16858],[[-0.000620879,0.999987,-0.00496533],[0.124075,0.005004,0.99226]],""CBA_BuildingPos""],[[2373.27,2513.33,6.63098],[[0.00353383,0.999594,0.0282609],[0.124026,-0.028481,0.99187]],""CBA_BuildingPos""],[[2367.81,2512.67,7.13185],[[-0.000189659,0.999989,-0.00472265],[0.0401266,0.00472646,0.999183]],""CBA_BuildingPos""],[[2377.42,2504.9,5.98297],[[0.00353383,0.999594,0.0282609],[0.124026,-0.028481,0.99187]],""CBA_BuildingPos""],[[2382.85,2499.65,5.51557],[[-7.92359e-05,0.999588,0.0287024],[-0.00275945,-0.0287025,0.999584]],""CBA_BuildingPos""],[[2394.87,2502.73,5.63721],[[-7.78761e-05,0.999601,0.0282323],[-0.0027573,-0.0282324,0.999598]],""CBA_BuildingPos""],[[2400.14,2508.19,5.73355],[[0.000264051,0.999546,0.0301284],[0.00875986,-0.0301296,0.999508]],""CBA_BuildingPos""],[[2393.77,2515.81,5.97117],[[0.000264051,0.999546,0.0301284],[0.00875986,-0.0301296,0.999508]],""CBA_BuildingPos""],[[2386.22,2514.9,6.14567],[[-0.000176243,0.997034,0.0769664],[-0.00228307,-0.0769667,0.997031]],""CBA_BuildingPos""],[[2278.65,2271.64,18.1478],[[-0.0172869,0.982164,0.187228],[-0.0902997,-0.188024,0.978005]],""CBA_BuildingPos""],[[2274.53,2267,16.2175],[[-0.0431766,0.96675,0.252052],[-0.163227,-0.255723,0.952871]],""CBA_BuildingPos""],[[2270.43,2262.37,14.5301],[[-0.030158,0.974454,0.222552],[-0.130852,-0.224586,0.965629]],""CBA_BuildingPos""],[[2266.32,2257.73,12.881],[[-0.0300855,0.982589,0.183343],[-0.159109,-0.185795,0.969621]],""CBA_BuildingPos""],[[2262.21,2253.11,11.7253],[[-0.0080666,0.994551,0.103935],[-0.0769578,-0.104247,0.991569]],""CBA_BuildingPos""],[[2258.11,2248.48,11.1227],[[-0.000861576,0.999488,0.0319791],[-0.0269183,-0.0319907,0.999126]],""CBA_BuildingPos""],[[2262.19,2244.61,11.1127],[[-0.0080666,0.994551,0.103935],[-0.0769578,-0.104247,0.991569]],""CBA_BuildingPos""],[[2266.3,2249.24,11.6521],[[-0.0300855,0.982589,0.183343],[-0.159109,-0.185795,0.969621]],""CBA_BuildingPos""],[[2270.4,2253.87,12.7887],[[-0.0300855,0.982589,0.183343],[-0.159109,-0.185795,0.969621]],""CBA_BuildingPos""],[[2274.52,2258.51,14.2074],[[-0.0282943,0.977549,0.208799],[-0.131267,-0.210707,0.968696]],""CBA_BuildingPos""],[[2278.62,2263.13,15.8803],[[-0.0431766,0.96675,0.252052],[-0.163227,-0.255723,0.952871]],""CBA_BuildingPos""],[[2282.73,2267.77,17.5384],[[-0.0136701,0.968815,0.247409],[-0.0534482,-0.247787,0.967339]],""CBA_BuildingPos""]]"; }; }; }; class Attribute4 { property="trencher_main_hideAreas"; expression="false"; class Value { class data { singleType="STRING"; value="[[[2430.6,2208.39,0],21.155,12.7155,2.25825,true],[[2436.22,2430.56,0],21.155,15.0933,1.94964,true],[[2626.09,2554.8,0],21.155,11.8843,175.306,true],[[2712.39,2209.42,0],21.155,18.3401,79.0884,true],[[2441.22,2244.84,0],21.155,9.27479,100.349,true],[[2437.25,2460.73,0],21.155,15.0933,181.95,true],[[2425.09,2475.52,0],21.155,12.678,268.689,true],[[2449.75,2469.19,0],21.155,13.6883,118.925,true],[[2445.12,2535.06,0],21.155,15.8598,0.243871,true],[[2456.62,2523.27,0],21.155,12.2668,70.5898,true],[[2431.36,2517.54,0],21.155,13.7953,263.09,true],[[2459.47,2241.51,0],21.155,9.27479,280.349,true],[[2467.56,2254.54,0],21.155,14.7317,355.954,true],[[2465.48,2283.93,0],21.155,14.7317,175.954,true],[[2456.31,2301.02,0],21.155,8.47181,286.467,true],[[2440.06,2305.83,0],21.155,8.47181,106.467,true],[[2432.32,2327.24,0],21.155,19.0179,1.1293,true],[[2433.07,2365.27,0],21.155,19.0179,181.129,true],[[2628.04,2531.11,0],21.155,11.8843,355.306,true],[[2639.17,2519.85,0],21.155,10.1786,86.6734,true],[[2674.66,2554.92,0],21.155,11.2223,188.538,true],[[2688.16,2561.68,0],21.155,12.6037,110.139,true],[[2735.54,2493.98,0],21.155,18.6527,347.737,true],[[2766.31,2233.15,0],21.155,13.3175,359.537,true],[[2748.41,2216.36,0],21.155,18.3401,259.088,true],[[2766.09,2259.79,0],21.155,13.3175,179.537,true],[[2757.05,2272.25,0],21.155,8.97314,264.574,true],[[2739.19,2270.56,0],21.155,8.97314,84.5735,true],[[2729.83,2281.67,0],21.155,11.9733,357.947,true],[[2473.71,2455.95,0],21.155,13.6883,298.925,true],[[2479.76,2531.43,0],21.155,12.2668,250.59,true],[[2492.87,2222.95,0],21.155,9.8585,304.826,true],[[2659.5,2521.03,0],21.155,10.1786,266.673,true],[[2727.62,2530.43,0],21.155,18.6527,167.737,true],[[2728.97,2305.61,0],21.155,11.9733,177.947,true],[[2194.26,2213.47,0],21.155,12.6385,87.7282,true],[[2236.35,2203.41,0],21.155,12.3012,160.017,true],[[2244.75,2180.29,0],21.155,12.3012,340.017,true],[[2264.68,2167.41,0],21.155,15.7761,94.7751,true],[[2296.12,2164.79,0],21.155,15.7761,274.775,true],[[2313.34,2173.44,0],21.155,10.0764,8.55014,true],[[2336.64,2203.58,0],21.155,18.8079,89.248,true],[[2374.26,2204.07,0],21.155,18.8079,269.248,true],[[2238.3,2470.8,0],21.155,9.35737,309.683,true],[[2267.32,2465.51,0],21.155,21.8322,88.2161,true],[[2310.97,2466.86,0],21.155,21.8322,268.216,true],[[2334.2,2477.23,0],21.155,9.78958,8.30121,true],[[2337.03,2496.61,0],21.155,9.78958,188.301,true],[[2351.4,2507.86,0],21.155,13.0524,83.1079,true],[[2389.47,2503.08,0],21.155,9.51051,184.838,true],[[2403.97,2514.22,0],21.155,13.7953,83.0905,true],[[2377.32,2510.99,0],21.155,13.0524,263.108,true],[[2270.39,2258.1,0],21.155,19.2149,221.568,true]]"; }; }; }; nAttributes=5; }; class Category1 { name="Multiplayer"; class Attribute0 { property="RespawnTemplates"; expression="true"; class Value { class data { singleType="ARRAY"; class value { items=1; class Item0 { class data { singleType="STRING"; value="None"; }; }; }; }; }; }; class Attribute1 { property="RespawnButton"; expression="true"; class Value { class data { singleType="SCALAR"; value=1; }; }; }; nAttributes=2; }; }; class Mission { class Intel { briefingName="ark_co24_china_rising"; overviewText="PRC forces attack a US controlled island"; timeOfChanges=28800; startWeather=0.30000001; startWind=0.1; startWaves=0.1; forecastWeather=0.30000001; forecastWind=0.1; forecastWaves=0.1; forecastLightnings=0.1; wavesForced=1; windForced=1; year=2035; month=6; day=12; hour=12; minute=0; startFogDecay=0.013; forecastFogDecay=0.013; }; class Entities { items=24; class Item0 { dataType="Group"; side="East"; class Entities { items=4; class Item0 { dataType="Object"; class PositionInfo { position[]={1987.7527,4.8717089,2205.9844}; angles[]={6.1401687,3.6315274,6.276186}; }; side="East"; flags=6; class Attributes { skill=0.60000002; rank="CAPTAIN"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""CO""], [""marker"", ""CO"", ""ColorYellow""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Commanding Officer@CO"; isPlayer=1; isPlayable=1; }; id=1; type="O_officer_F"; atlOffset=4.7683716e-07; }; class Item1 { dataType="Object"; class PositionInfo { position[]={1985.207,5.4233551,2209.6914}; angles[]={6.1401687,3.6315274,6.276186}; }; side="East"; flags=4; class Attributes { skill=0.60000002; rank="SERGEANT"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""Medic""], [""marker"", ""COM"", ""ColorYellow""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Platoon Medic@CO"; isPlayable=1; }; id=2; type="O_medic_F"; atlOffset=9.5367432e-07; }; class Item2 { dataType="Object"; class PositionInfo { position[]={1983.4541,5.5833368,2210.6543}; angles[]={6.1255054,3.6316187,6.276186}; }; side="East"; flags=4; class Attributes { skill=0.60000002; rank="CORPORAL"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""Rifleman""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Platoon Rifleman@CO"; isPlayable=1; }; id=3; type="O_Soldier_F"; atlOffset=9.5367432e-07; }; class Item3 { dataType="Object"; class PositionInfo { position[]={1980.8171,5.8292704,2212.085}; angles[]={6.1255054,3.631506,6.276186}; }; side="East"; flags=4; class Attributes { skill=0.60000002; rank="LIEUTENANT"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""XO""], [""marker"", ""XO"", ""ColorYellow""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Executive Officer@CO"; isPlayable=1; }; id=4; type="O_officer_F"; }; }; class Attributes { }; id=5; atlOffset=4.7683716e-07; }; class Item1 { dataType="Group"; side="East"; class Entities { items=2; class Item0 { dataType="Object"; class PositionInfo { position[]={1969.4374,5.0691757,2207.8557}; angles[]={6.1372309,1.7004464,0.034984674}; }; side="East"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""SL""], [""marker"", ""ASL"", ""ColorRed""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha Squad Leader@Alpha SL"; isPlayable=1; }; id=6; type="O_Soldier_SL_F"; atlOffset=-4.7683716e-07; }; class Item1 { dataType="Object"; class PositionInfo { position[]={1967.3022,4.5900249,2205.1045}; angles[]={6.1372309,1.6995385,0.034984674}; }; side="East"; flags=4; class Attributes { skill=0.60000002; rank="CORPORAL"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""Medic""], [""marker"", ""AM"", ""ColorRed""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha Squad Medic@Alpha SL"; isPlayable=1; }; id=7; type="O_medic_F"; atlOffset=-4.7683716e-07; }; }; class Attributes { }; id=8; atlOffset=-4.7683716e-07; }; class Item2 { dataType="Group"; side="East"; class Entities { items=4; class Item0 { dataType="Object"; class PositionInfo { position[]={1957.0759,5.0705395,2211.4534}; angles[]={6.1647425,1.7004336,0.05394781}; }; side="East"; flags=6; class Attributes { skill=0.60000002; rank="CORPORAL"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""FTL""], [""marker"", ""A1"", ""ColorRed""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha 1 Fireteam Leader@Alpha 1"; isPlayable=1; }; id=9; type="O_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { position[]={1955.1018,4.7454176,2209.6897}; angles[]={6.1411486,1.7004336,0.05394781}; }; side="East"; flags=4; class Attributes { skill=0.60000002; rank="CORPORAL"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""AR""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha 1 Automatic Rifleman@Alpha 1"; isPlayable=1; }; id=10; type="O_Soldier_AR_F"; atlOffset=-4.7683716e-07; }; class Item2 { dataType="Object"; class PositionInfo { position[]={1954.5817,4.2943325,2206.7317}; angles[]={6.1411486,1.7007545,0.05394781}; }; side="East"; flags=4; class Attributes { skill=0.60000002; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""AAR""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha 1 Assistant Automatic Rifleman@Alpha 1"; isPlayable=1; }; id=11; type="O_Soldier_A_F"; atlOffset=-4.7683716e-07; }; class Item3 { dataType="Object"; class PositionInfo { position[]={1954.4906,4.0019093,2204.7271}; angles[]={6.1401687,1.7007545,0.054944519}; }; side="East"; flags=4; class Attributes { skill=0.60000002; init="[this, [""faction"", ""MNP_CH_DE""], [""gear"", ""RAT""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha 1 Rifleman (AT)@Alpha 1"; isPlayable=1; }; id=12; type="O_Soldier_LAT_F"; atlOffset=4.7683716e-07; }; }; class Attributes { }; id=13; }; class Item3 { dataType="Group"; side="East"; class Entities { items=4; class Item0 { dataType="Object"; class PositionInfo { position[]={1946.3392,4.5587854,2212.8269}; angles[]={6.1726379,1.7020655,0.073866002}; }; side="East"; flags=6; class Attributes { skill=0.60000002; rank="CORPORAL"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""FTL""], [""marker"", ""A2"", ""ColorRed""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha 2 Fireteam Leader@Alpha 2"; isPlayable=1; }; id=14; type="O_Soldier_TL_F"; atlOffset=-4.7683716e-07; }; class Item1 { dataType="Object"; class PositionInfo { position[]={1944.4348,4.2211132,2211.0544}; angles[]={6.1726379,1.7020655,0.073866002}; }; side="East"; flags=4; class Attributes { skill=0.60000002; rank="CORPORAL"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""AR""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha 2 Automatic Rifleman@Alpha 2"; isPlayable=1; }; id=15; type="O_Soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { position[]={1943.9563,3.937315,2209.0994}; angles[]={6.1401687,1.7024597,0.07386519}; }; side="East"; flags=4; class Attributes { skill=0.60000002; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""AAR""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha 2 Assistant Automatic Rifleman@Alpha 2"; isPlayable=1; }; id=16; type="O_Soldier_A_F"; atlOffset=-2.3841858e-07; }; class Item3 { dataType="Object"; class PositionInfo { position[]={1943.7258,3.6341588,2207.1125}; angles[]={6.1401687,1.7024597,0.07386519}; }; side="East"; flags=4; class Attributes { skill=0.60000002; init="[this, [""faction"", ""MNP_CH_DE""], [""gear"", ""RAT""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha 2 Rifleman (AT)@Alpha 2"; isPlayable=1; }; id=17; type="O_Soldier_LAT_F"; atlOffset=-4.7683716e-07; }; }; class Attributes { }; id=18; atlOffset=-4.7683716e-07; }; class Item4 { dataType="Group"; side="East"; class Entities { items=4; class Item0 { dataType="Object"; class PositionInfo { position[]={1936.915,4.0731916,2215.0408}; angles[]={6.1726379,1.6980371,0.084796004}; }; side="East"; flags=6; class Attributes { skill=0.60000002; rank="CORPORAL"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""FTL""], [""marker"", ""A3"", ""ColorRed""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha 3 Fireteam Leader@Alpha 3"; isPlayable=1; }; id=19; type="O_Soldier_TL_F"; atlOffset=4.7683716e-07; }; class Item1 { dataType="Object"; class PositionInfo { position[]={1934.4139,3.6837711,2213.3445}; angles[]={6.1775799,1.6980371,0.079830162}; }; side="East"; flags=4; class Attributes { skill=0.60000002; rank="CORPORAL"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""AR""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha 3 Automatic Rifleman@Alpha 3"; isPlayable=1; }; id=20; type="O_Soldier_AR_F"; }; class Item2 { dataType="Object"; class PositionInfo { position[]={1933.9132,3.329906,2210.384}; angles[]={6.1775799,1.6980371,0.079830162}; }; side="East"; flags=4; class Attributes { skill=0.60000002; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""AAR""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha 3 Assistant Automatic Rifleman@Alpha 3"; isPlayable=1; }; id=21; type="O_Soldier_A_F"; }; class Item3 { dataType="Object"; class PositionInfo { position[]={1933.5819,3.0466173,2208.4102}; angles[]={6.1489968,1.6980371,0.079830162}; }; side="East"; flags=4; class Attributes { skill=0.60000002; init="[this, [""faction"", ""MNP_CH_DE""], [""gear"", ""RAT""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - Alpha 3 Rifleman (AT)@Alpha 3"; isPlayable=1; }; id=22; type="O_Soldier_LAT_F"; atlOffset=-4.7683716e-07; }; }; class Attributes { }; id=23; atlOffset=4.7683716e-07; }; class Item5 { dataType="Group"; side="East"; class Entities { items=3; class Item0 { dataType="Object"; class PositionInfo { position[]={1971.3594,3.0688391,2193.5791}; angles[]={6.1460519,1.7499044,0.014998405}; }; side="East"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""MATAG""], [""marker"", ""MAT1"", ""ColorOrange""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - MAT 1 Leader@MAT 1"; isPlayable=1; }; id=24; type="O_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { position[]={1965.5818,3.6115921,2198.6523}; angles[]={6.1460519,1.7506448,0.030990755}; }; side="East"; flags=4; class Attributes { skill=0.60000002; rank="CORPORAL"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""MATG""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - MAT 1 Gunner@MAT 1"; isPlayable=1; }; id=25; type="O_Soldier_AT_F"; }; class Item2 { dataType="Object"; class PositionInfo { position[]={1964.0819,2.4598467,2190.7932}; angles[]={6.1421285,1.7506448,0.034986377}; }; side="East"; flags=4; class Attributes { skill=0.60000002; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""MATAC""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - MAT 1 Ammo Carrier@MAT 1"; isPlayable=1; }; id=26; type="O_Soldier_A_F"; }; }; class Attributes { }; id=27; }; class Item6 { dataType="Group"; side="East"; class Entities { items=3; class Item0 { dataType="Object"; class PositionInfo { position[]={1947.0175,2.4646552,2197.1533}; angles[]={6.1382103,1.6722775,0.064907812}; }; side="East"; flags=6; class Attributes { skill=0.60000002; rank="SERGEANT"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""MATAG""], [""marker"", ""MAT2"", ""ColorOrange""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - MAT 2 Leader@MAT 2"; isPlayable=1; }; id=28; type="O_Soldier_TL_F"; }; class Item1 { dataType="Object"; class PositionInfo { position[]={1940.9288,2.7183011,2201.7278}; angles[]={6.1489968,1.672931,0.064908728}; }; side="East"; flags=4; class Attributes { skill=0.60000002; rank="CORPORAL"; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""MATG""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - MAT 2 Gunner@MAT 2"; isPlayable=1; }; id=29; type="O_Soldier_AT_F"; }; class Item2 { dataType="Object"; class PositionInfo { position[]={1939.7635,1.483094,2193.801}; angles[]={6.1352735,1.6714493,0.072870731}; }; side="East"; flags=4; class Attributes { skill=0.60000002; init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""MATAC""]] call hull3_unit_fnc_init;"; description="PLA Ground Forces - MAT 2 Ammo Carrier@MAT 2"; isPlayable=1; }; id=30; type="O_Soldier_A_F"; atlOffset=1.1920929e-07; }; }; class Attributes { }; id=31; }; class Item7 { dataType="Logic"; class PositionInfo { position[]={0,1000,0}; }; name="adm_hc_unit"; isPlayable=1; description="HC"; id=36; type="HeadlessClient_F"; atlOffset=1050.04; }; class Item8 { dataType="Object"; class PositionInfo { position[]={1975.2905,6.8591614,2211.2397}; angles[]={6.1352687,4.8500605,0.010000736}; }; side="Empty"; flags=4; class Attributes { init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""Truck""]] call hull3_unit_fnc_init;"; }; id=37; type="Box_FIA_Support_F"; atlOffset=-0.00035381317; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { singleType="STRING"; value="[[[[],[]],[[],[]],[[""Binocular"",""FirstAidKit"",""MineDetector"",""acc_flashlight"",""optic_ACO_grn"",""optic_MRCO"",""H_Shemag_olive"",""G_Balaclava_blk"",""G_Bandanna_blk"",""ACE_acc_pointer_green"",""ACE_MapTools"",""ACE_PlottingBoard"",""ACE_IR_Strobe_Item"",""ACE_Flashlight_MX991"",""V_TacVest_blk"",""V_Chestrig_blk""],[2,10,1,5,5,2,1,1,1,4,12,12,12,12,2,2]],[[""B_Bergen_blk""],[2]]],false]"; }; }; }; nAttributes=1; }; }; class Item9 { dataType="Object"; class PositionInfo { position[]={1972.9567,7.0445485,2212.6382}; angles[]={6.1352735,2.5272186,0.010000871}; }; side="Empty"; flags=4; class Attributes { init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""Truck""]] call hull3_unit_fnc_init;"; }; id=38; type="Box_FIA_Support_F"; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { singleType="STRING"; value="[[[[],[]],[[],[]],[[""Binocular"",""FirstAidKit"",""MineDetector"",""acc_flashlight"",""optic_ACO_grn"",""optic_MRCO"",""H_Shemag_olive"",""G_Balaclava_blk"",""G_Bandanna_blk"",""ACE_acc_pointer_green"",""ACE_MapTools"",""ACE_PlottingBoard"",""ACE_IR_Strobe_Item"",""ACE_Flashlight_MX991"",""V_TacVest_blk"",""V_Chestrig_blk""],[2,10,1,5,5,2,1,1,1,4,12,12,12,12,2,2]],[[""B_Bergen_blk""],[2]]],false]"; }; }; }; nAttributes=1; }; }; class Item10 { dataType="Object"; class PositionInfo { position[]={1969.8099,6.8015394,2211.2676}; angles[]={6.1352735,4.0369282,0.050955504}; }; side="Empty"; flags=4; class Attributes { init=" [this, [""faction"", ""MNP_CH_DE""], [""gear"", ""Truck""]] call hull3_unit_fnc_init;"; }; id=39; type="Box_FIA_Support_F"; atlOffset=-0.0010347366; class CustomAttributes { class Attribute0 { property="ammoBox"; expression="[_this,_value] call bis_fnc_initAmmoBox;"; class Value { class data { singleType="STRING"; value="[[[[],[]],[[],[]],[[""Binocular"",""FirstAidKit"",""MineDetector"",""acc_flashlight"",""optic_ACO_grn"",""optic_MRCO"",""H_Shemag_olive"",""G_Balaclava_blk"",""G_Bandanna_blk"",""ACE_acc_pointer_green"",""ACE_MapTools"",""ACE_PlottingBoard"",""ACE_IR_Strobe_Item"",""ACE_Flashlight_MX991"",""V_TacVest_blk"",""V_Chestrig_blk""],[2,10,1,5,5,2,1,1,1,4,12,12,12,12,2,2]],[[""B_Bergen_blk""],[2]]],false]"; }; }; }; nAttributes=1; }; }; class Item11 { dataType="Layer"; name="Trenches"; state=1; class Entities { items=37; class Item0 { dataType="Logic"; class PositionInfo { position[]={2430.0959,4.9056668,2195.6831}; angles[]={0.021781709,0,0}; }; id=40; type="trencher_main_Module_TrenchController"; atlOffset=0.10099983; class CustomAttributes { class Attribute0 { property="DoSandbags"; expression="_this setVariable ['DoSandbags',_value,true];"; class Value { class data { singleType="STRING"; value="-1"; }; }; }; class Attribute1 { property="SkipTerrain"; expression="_this setVariable ['SkipTerrain',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute2 { property="TrenchPitch"; expression="_this setVariable ['TrenchPitch',_value,true];"; class Value { class data { singleType="SCALAR"; value=0; }; }; }; class Attribute3 { property="DoBarbedWire"; expression="_this setVariable ['DoBarbedWire',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute4 { property="BlendEnds"; expression="_this setVariable ['BlendEnds',_value,true];"; class Value { class data { singleType="BOOL"; value=1; }; }; }; class Attribute5 { property="AdditionalHorizSegments"; expression="_this setVariable ['AdditionalHorizSegments',_value,true];"; class Value { class data { singleType="SCALAR"; value=1; }; }; }; class Attribute6 { property="TankTrapType"; expression="_this setVariable ['TankTrapType',_value,true];"; class Value { class data { singleType="STRING"; value="0"; }; }; }; class Attribute7 { property="SkipObjects"; expression="_this setVariable ['SkipObjects',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute8 { property="WallType"; expression="_this setVariable ['WallType',_value,true];"; class Value { class data { singleType="STRING"; value="4"; }; }; }; class Attribute9 { property="SkipHidingObjects"; expression="_this setVariable ['SkipHidingObjects',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute10 { property="TrenchDepth"; expression="_this setVariable ['TrenchDepth',_value,true];"; class Value { class data { singleType="SCALAR"; value=2; }; }; }; class Attribute11 { property="AiBuildingPosition"; expression="_this setVariable ['AiBuildingPosition',_value,true];"; class Value { class data { singleType="STRING"; value="0"; }; }; }; class Attribute12 { property="TrenchWidth"; expression="_this setVariable ['TrenchWidth',_value,true];"; class Value { class data { singleType="SCALAR"; value=8; }; }; }; nAttributes=13; }; }; class Item1 { dataType="Logic"; class PositionInfo { position[]={2435.7104,5.218977,2415.4736}; angles[]={0.0009765625,0,6.240212}; }; id=42; type="trencher_main_Module_TrenchController"; atlOffset=0.26151943; class CustomAttributes { class Attribute0 { property="DoSandbags"; expression="_this setVariable ['DoSandbags',_value,true];"; class Value { class data { singleType="STRING"; value="-1"; }; }; }; class Attribute1 { property="SkipTerrain"; expression="_this setVariable ['SkipTerrain',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute2 { property="TrenchPitch"; expression="_this setVariable ['TrenchPitch',_value,true];"; class Value { class data { singleType="SCALAR"; value=0; }; }; }; class Attribute3 { property="DoBarbedWire"; expression="_this setVariable ['DoBarbedWire',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute4 { property="BlendEnds"; expression="_this setVariable ['BlendEnds',_value,true];"; class Value { class data { singleType="BOOL"; value=1; }; }; }; class Attribute5 { property="AdditionalHorizSegments"; expression="_this setVariable ['AdditionalHorizSegments',_value,true];"; class Value { class data { singleType="SCALAR"; value=1; }; }; }; class Attribute6 { property="TankTrapType"; expression="_this setVariable ['TankTrapType',_value,true];"; class Value { class data { singleType="STRING"; value="0"; }; }; }; class Attribute7 { property="SkipObjects"; expression="_this setVariable ['SkipObjects',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute8 { property="WallType"; expression="_this setVariable ['WallType',_value,true];"; class Value { class data { singleType="STRING"; value="4"; }; }; }; class Attribute9 { property="SkipHidingObjects"; expression="_this setVariable ['SkipHidingObjects',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute10 { property="TrenchDepth"; expression="_this setVariable ['TrenchDepth',_value,true];"; class Value { class data { singleType="SCALAR"; value=2; }; }; }; class Attribute11 { property="AiBuildingPosition"; expression="_this setVariable ['AiBuildingPosition',_value,true];"; class Value { class data { singleType="STRING"; value="0"; }; }; }; class Attribute12 { property="TrenchWidth"; expression="_this setVariable ['TrenchWidth',_value,true];"; class Value { class data { singleType="SCALAR"; value=8; }; }; }; nAttributes=13; }; }; class Item2 { dataType="Logic"; class PositionInfo { position[]={2625.1223,5.2283492,2566.6396}; angles[]={6.2675223,0,0.048959803}; }; id=52; type="trencher_main_Module_TrenchController"; atlOffset=0.23383284; class CustomAttributes { class Attribute0 { property="DoSandbags"; expression="_this setVariable ['DoSandbags',_value,true];"; class Value { class data { singleType="STRING"; value="-1"; }; }; }; class Attribute1 { property="SkipTerrain"; expression="_this setVariable ['SkipTerrain',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute2 { property="TrenchPitch"; expression="_this setVariable ['TrenchPitch',_value,true];"; class Value { class data { singleType="SCALAR"; value=0; }; }; }; class Attribute3 { property="DoBarbedWire"; expression="_this setVariable ['DoBarbedWire',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute4 { property="BlendEnds"; expression="_this setVariable ['BlendEnds',_value,true];"; class Value { class data { singleType="BOOL"; value=1; }; }; }; class Attribute5 { property="AdditionalHorizSegments"; expression="_this setVariable ['AdditionalHorizSegments',_value,true];"; class Value { class data { singleType="SCALAR"; value=1; }; }; }; class Attribute6 { property="TankTrapType"; expression="_this setVariable ['TankTrapType',_value,true];"; class Value { class data { singleType="STRING"; value="0"; }; }; }; class Attribute7 { property="SkipObjects"; expression="_this setVariable ['SkipObjects',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute8 { property="WallType"; expression="_this setVariable ['WallType',_value,true];"; class Value { class data { singleType="STRING"; value="4"; }; }; }; class Attribute9 { property="SkipHidingObjects"; expression="_this setVariable ['SkipHidingObjects',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute10 { property="TrenchDepth"; expression="_this setVariable ['TrenchDepth',_value,true];"; class Value { class data { singleType="SCALAR"; value=2; }; }; }; class Attribute11 { property="AiBuildingPosition"; expression="_this setVariable ['AiBuildingPosition',_value,true];"; class Value { class data { singleType="STRING"; value="0"; }; }; }; class Attribute12 { property="TrenchWidth"; expression="_this setVariable ['TrenchWidth',_value,true];"; class Value { class data { singleType="SCALAR"; value=8; }; }; }; nAttributes=13; }; }; class Item3 { dataType="Logic"; class PositionInfo { position[]={2694.3821,5.0300002,2205.9482}; }; id=56; type="trencher_main_Module_TrenchController"; atlOffset=0.16352844; class CustomAttributes { class Attribute0 { property="DoSandbags"; expression="_this setVariable ['DoSandbags',_value,true];"; class Value { class data { singleType="STRING"; value="-1"; }; }; }; class Attribute1 { property="SkipTerrain"; expression="_this setVariable ['SkipTerrain',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute2 { property="TrenchPitch"; expression="_this setVariable ['TrenchPitch',_value,true];"; class Value { class data { singleType="SCALAR"; value=0; }; }; }; class Attribute3 { property="DoBarbedWire"; expression="_this setVariable ['DoBarbedWire',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute4 { property="BlendEnds"; expression="_this setVariable ['BlendEnds',_value,true];"; class Value { class data { singleType="BOOL"; value=1; }; }; }; class Attribute5 { property="AdditionalHorizSegments"; expression="_this setVariable ['AdditionalHorizSegments',_value,true];"; class Value { class data { singleType="SCALAR"; value=1; }; }; }; class Attribute6 { property="TankTrapType"; expression="_this setVariable ['TankTrapType',_value,true];"; class Value { class data { singleType="STRING"; value="0"; }; }; }; class Attribute7 { property="SkipObjects"; expression="_this setVariable ['SkipObjects',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute8 { property="WallType"; expression="_this setVariable ['WallType',_value,true];"; class Value { class data { singleType="STRING"; value="4"; }; }; }; class Attribute9 { property="SkipHidingObjects"; expression="_this setVariable ['SkipHidingObjects',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute10 { property="TrenchDepth"; expression="_this setVariable ['TrenchDepth',_value,true];"; class Value { class data { singleType="SCALAR"; value=2; }; }; }; class Attribute11 { property="AiBuildingPosition"; expression="_this setVariable ['AiBuildingPosition',_value,true];"; class Value { class data { singleType="STRING"; value="0"; }; }; }; class Attribute12 { property="TrenchWidth"; expression="_this setVariable ['TrenchWidth',_value,true];"; class Value { class data { singleType="SCALAR"; value=8; }; }; }; nAttributes=13; }; }; class Item4 { dataType="Logic"; class PositionInfo { position[]={2432.1001,3.1300004,2246.5056}; }; id=41; type="trencher_main_Module_TrenchPiece"; }; class Item5 { dataType="Logic"; class PositionInfo { position[]={2437.7644,4.9540935,2475.8118}; angles[]={6.2354879,0,6.2322288}; }; id=43; type="trencher_main_Module_TrenchPiece"; atlOffset=1.1511779; }; class Item6 { dataType="Logic"; class PositionInfo { position[]={2387.0657,7.8929973,2474.6514}; angles[]={6.2581892,0,6.2332263}; }; id=44; type="trencher_main_Module_TrenchPiece"; atlOffset=0.3781352; }; class Item7 { dataType="Logic"; class PositionInfo { position[]={2445.0547,5.8796215,2519.1963}; angles[]={6.2621861,0,6.2192721}; }; id=46; type="trencher_main_Module_TrenchPiece"; atlOffset=2.7828202; }; class Item8 { dataType="Logic"; class PositionInfo { position[]={2445.3247,7.1256871,2582.635}; angles[]={6.2531939,0,6.223258}; }; id=47; type="trencher_main_Module_TrenchPiece"; atlOffset=0.53670168; }; class Item9 { dataType="Logic"; class PositionInfo { position[]={2468.5957,2.7810543,2239.8408}; }; id=48; type="trencher_main_Module_TrenchPiece"; atlOffset=-0.34894609; }; class Item10 { dataType="Logic"; class PositionInfo { position[]={2464.438,2.7810543,2298.6208}; }; id=49; type="trencher_main_Module_TrenchPiece"; atlOffset=-0.34894609; }; class Item11 { dataType="Logic"; class PositionInfo { position[]={2431.9407,6.4080629,2308.2266}; angles[]={6.1604652,0,6.1888194}; }; id=50; type="trencher_main_Module_TrenchPiece"; atlOffset=0.17089605; }; class Item12 { dataType="Logic"; class PositionInfo { position[]={2433.4399,5.3058577,2384.2832}; angles[]={6.2405729,0,6.2221017}; }; id=51; type="trencher_main_Module_TrenchPiece"; atlOffset=0.055207253; }; class Item13 { dataType="Logic"; class PositionInfo { position[]={2629.0127,5.5587821,2519.262}; }; id=53; type="trencher_main_Module_TrenchPiece"; atlOffset=0.098650455; }; class Item14 { dataType="Logic"; class PositionInfo { position[]={2676.3232,6.8005447,2566.0161}; }; id=54; type="trencher_main_Module_TrenchPiece"; atlOffset=1.153101; }; class Item15 { dataType="Logic"; class PositionInfo { position[]={2739.5024,5.6231117,2475.7502}; }; id=55; type="trencher_main_Module_TrenchPiece"; atlOffset=0.79032469; }; class Item16 { dataType="Logic"; class PositionInfo { position[]={2766.416,9.6258135,2219.835}; }; id=61; type="trencher_main_Module_TrenchPiece"; atlOffset=4.8117476; }; class Item17 { dataType="Logic"; class PositionInfo { position[]={2765.9858,4.98563,2273.1033}; angles[]={0.0096242577,0,0.003604695}; }; id=62; type="trencher_main_Module_TrenchPiece"; atlOffset=1.8556297; }; class Item18 { dataType="Logic"; class PositionInfo { position[]={2730.2542,3.9223137,2269.709}; angles[]={0.0083509181,0,6.1956978}; }; id=63; type="trencher_main_Module_TrenchPiece"; atlOffset=0.79231334; }; class Item19 { dataType="Logic"; class PositionInfo { position[]={2485.6873,6.8366737,2449.3296}; }; id=76; type="trencher_main_Module_TrenchPiece"; atlOffset=1.9675016; }; class Item20 { dataType="Logic"; class PositionInfo { position[]={2491.333,9.2027578,2535.5027}; }; id=77; type="trencher_main_Module_TrenchPiece"; atlOffset=4.2463994; }; class Item21 { dataType="Logic"; class PositionInfo { position[]={2500.9668,4.3070865,2217.3208}; angles[]={0.034219701,0,0.052236058}; }; id=78; type="trencher_main_Module_TrenchPiece"; atlOffset=-0.59465647; }; class Item22 { dataType="Logic"; class PositionInfo { position[]={2669.6584,4.7695198,2521.6245}; }; id=80; type="trencher_main_Module_TrenchPiece"; atlOffset=1.9192204; }; class Item23 { dataType="Logic"; class PositionInfo { position[]={2723.6558,6.3762665,2548.6587}; }; id=81; type="trencher_main_Module_TrenchPiece"; atlOffset=1.1304488; }; class Item24 { dataType="Logic"; class PositionInfo { position[]={2728.5383,4.8948927,2317.5713}; angles[]={6.2276149,0,0}; }; id=83; type="trencher_main_Module_TrenchPiece"; atlOffset=0.035617352; }; class Item25 { dataType="Logic"; class PositionInfo { position[]={2181.6296,8.3657141,2212.9641}; angles[]={6.240212,0,0.029601559}; }; id=89; type="trencher_main_Module_TrenchController"; atlOffset=0.099114418; class CustomAttributes { class Attribute0 { property="DoSandbags"; expression="_this setVariable ['DoSandbags',_value,true];"; class Value { class data { singleType="STRING"; value="-1"; }; }; }; class Attribute1 { property="SkipTerrain"; expression="_this setVariable ['SkipTerrain',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute2 { property="TrenchPitch"; expression="_this setVariable ['TrenchPitch',_value,true];"; class Value { class data { singleType="SCALAR"; value=0; }; }; }; class Attribute3 { property="DoBarbedWire"; expression="_this setVariable ['DoBarbedWire',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute4 { property="BlendEnds"; expression="_this setVariable ['BlendEnds',_value,true];"; class Value { class data { singleType="BOOL"; value=1; }; }; }; class Attribute5 { property="AdditionalHorizSegments"; expression="_this setVariable ['AdditionalHorizSegments',_value,true];"; class Value { class data { singleType="SCALAR"; value=1; }; }; }; class Attribute6 { property="TankTrapType"; expression="_this setVariable ['TankTrapType',_value,true];"; class Value { class data { singleType="STRING"; value="0"; }; }; }; class Attribute7 { property="SkipObjects"; expression="_this setVariable ['SkipObjects',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute8 { property="WallType"; expression="_this setVariable ['WallType',_value,true];"; class Value { class data { singleType="STRING"; value="4"; }; }; }; class Attribute9 { property="SkipHidingObjects"; expression="_this setVariable ['SkipHidingObjects',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute10 { property="TrenchDepth"; expression="_this setVariable ['TrenchDepth',_value,true];"; class Value { class data { singleType="SCALAR"; value=2; }; }; }; class Attribute11 { property="AiBuildingPosition"; expression="_this setVariable ['AiBuildingPosition',_value,true];"; class Value { class data { singleType="STRING"; value="0"; }; }; }; class Attribute12 { property="TrenchWidth"; expression="_this setVariable ['TrenchWidth',_value,true];"; class Value { class data { singleType="SCALAR"; value=8; }; }; }; nAttributes=13; }; }; class Item26 { dataType="Logic"; class PositionInfo { position[]={2232.1438,10.763667,2214.968}; angles[]={6.2621889,0,0.050956674}; }; id=90; type="trencher_main_Module_TrenchPiece"; atlOffset=3.0342398; }; class Item27 { dataType="Logic"; class PositionInfo { position[]={2248.9587,9.255312,2168.7256}; }; id=91; type="trencher_main_Module_TrenchPiece"; atlOffset=0.76629066; }; class Item28 { dataType="Logic"; class PositionInfo { position[]={2311.8442,5.5822706,2163.4724}; }; id=92; type="trencher_main_Module_TrenchPiece"; atlOffset=0.26445341; }; class Item29 { dataType="Logic"; class PositionInfo { position[]={2317.8367,7.4000225,2203.3301}; }; id=93; type="trencher_main_Module_TrenchPiece"; atlOffset=0.80206823; }; class Item30 { dataType="Logic"; class PositionInfo { position[]={2393.0618,5.360961,2204.3174}; }; id=94; type="trencher_main_Module_TrenchPiece"; atlOffset=0.17194128; }; class Item31 { dataType="Logic"; class PositionInfo { position[]={2216.6965,10.337402,2488.7266}; }; id=96; type="trencher_main_Module_TrenchPiece"; atlOffset=0.7234354; }; class Item32 { dataType="Logic"; class PositionInfo { position[]={2245.5017,15.625371,2464.8262}; }; id=97; type="trencher_main_Module_TrenchPiece"; atlOffset=4.8667536; }; class Item33 { dataType="Logic"; class PositionInfo { position[]={2332.7883,10.612585,2467.5447}; }; id=98; type="trencher_main_Module_TrenchPiece"; atlOffset=0.1869545; }; class Item34 { dataType="Logic"; class PositionInfo { position[]={2338.4419,11.114102,2506.2927}; }; id=99; type="trencher_main_Module_TrenchPiece"; atlOffset=0.9923439; }; class Item35 { dataType="Logic"; class PositionInfo { position[]={2390.2742,5.9732113,2512.5579}; angles[]={6.2530508,0,6.2540731}; }; id=101; type="trencher_main_Module_TrenchPiece"; atlOffset=0.10942984; }; class Item36 { dataType="Logic"; class PositionInfo { position[]={2283.1411,14.871991,2272.4714}; angles[]={6.0378571,0,0.18122478}; }; id=102; type="trencher_main_Module_TrenchPiece"; atlOffset=-3.6941862; }; }; id=64; atlOffset=-0.33888149; }; class Item12 { dataType="Layer"; name="Admiral"; state=1; class Entities { items=3; class Item0 { dataType="Trigger"; position[]={2584.1721,5.0300002,2391.2771}; class Attributes { condition="true"; sizeA=250; sizeB=250; isServerOnly=1; }; id=66; type="EmptyDetectorAreaR250"; }; class Item1 { dataType="Logic"; class PositionInfo { position[]={2610.533,5.1221085,2702.752}; angles[]={6.1746082,0,0.0039968039}; }; id=70; type="Admiral_PatrolZone"; class CustomAttributes { class Attribute0 { property="Admiral_PatrolZone_Admiral_ZoneName"; expression="_this setVariable ['Admiral_ZoneName',_value,true];"; class Value { class data { singleType="STRING"; value=""; }; }; }; class Attribute1 { property="Admiral_PatrolZone_Admiral_Angle"; expression="_this setVariable ['Admiral_Angle',_value,true];"; class Value { class data { singleType="SCALAR"; value=0; }; }; }; class Attribute2 { property="Admiral_PatrolZone_Admiral_AxisA"; expression="_this setVariable ['Admiral_AxisA',_value,true];"; class Value { class data { singleType="SCALAR"; value=100; }; }; }; class Attribute3 { property="Admiral_PatrolZone_Admiral_AxisB"; expression="_this setVariable ['Admiral_AxisB',_value,true];"; class Value { class data { singleType="SCALAR"; value=100; }; }; }; class Attribute4 { property="Admiral_PatrolZone_Admiral_Shape"; expression="_this setVariable ['Admiral_Shape',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute5 { property="Admiral_PatrolZone_Admiral_PatrolArmourPool"; expression="_this setVariable ['Admiral_PatrolArmourPool',_value,true];"; class Value { class data { singleType="SCALAR"; value=0; }; }; }; class Attribute6 { property="Admiral_PatrolZone_Admiral_PatrolTechnicalPool"; expression="_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];"; class Value { class data { singleType="SCALAR"; value=0; }; }; }; class Attribute7 { property="Admiral_PatrolZone_Admiral_PatrolInfantryPool"; expression="_this setVariable ['Admiral_PatrolInfantryPool',_value,true];"; class Value { class data { singleType="SCALAR"; value=8; }; }; }; class Attribute8 { property="Admiral_PatrolZone_Admiral_ZoneTemplate"; expression="_this setVariable ['Admiral_ZoneTemplate',_value,true];"; class Value { class data { singleType="STRING"; value=""; }; }; }; class Attribute9 { property="Admiral_PatrolZone_Admiral_UnitTemplate"; expression="_this setVariable ['Admiral_UnitTemplate',_value,true];"; class Value { class data { singleType="STRING"; value=""; }; }; }; nAttributes=10; }; }; class Item2 { dataType="Logic"; class PositionInfo { position[]={2513.1941,5.477253,2709.124}; }; id=75; type="Admiral_CqcZone"; atlOffset=4.7683716e-07; class CustomAttributes { class Attribute0 { property="Admiral_CqcZone_Admiral_ZoneName"; expression="_this setVariable ['Admiral_ZoneName',_value,true];"; class Value { class data { singleType="STRING"; value=""; }; }; }; class Attribute1 { property="Admiral_CqcZone_Admiral_MinHeight"; expression="_this setVariable ['Admiral_MinHeight',_value,true];"; class Value { class data { singleType="SCALAR"; value=0; }; }; }; class Attribute2 { property="Admiral_CqcZone_Admiral_Angle"; expression="_this setVariable ['Admiral_Angle',_value,true];"; class Value { class data { singleType="SCALAR"; value=0; }; }; }; class Attribute3 { property="Admiral_CqcZone_Admiral_AxisA"; expression="_this setVariable ['Admiral_AxisA',_value,true];"; class Value { class data { singleType="SCALAR"; value=100; }; }; }; class Attribute4 { property="Admiral_CqcZone_Admiral_AxisB"; expression="_this setVariable ['Admiral_AxisB',_value,true];"; class Value { class data { singleType="SCALAR"; value=100; }; }; }; class Attribute5 { property="Admiral_CqcZone_Admiral_Shape"; expression="_this setVariable ['Admiral_Shape',_value,true];"; class Value { class data { singleType="BOOL"; value=0; }; }; }; class Attribute6 { property="Admiral_CqcZone_Admiral_CqcPool"; expression="_this setVariable ['Admiral_CqcPool',_value,true];"; class Value { class data { singleType="SCALAR"; value=200; }; }; }; class Attribute7 { property="Admiral_CqcZone_Admiral_UnitTemplate"; expression="_this setVariable ['Admiral_UnitTemplate',_value,true];"; class Value { class data { singleType="STRING"; value=""; }; }; }; class Attribute8 { property="Admiral_CqcZone_Admiral_ZoneTemplate"; expression="_this setVariable ['Admiral_ZoneTemplate',_value,true];"; class Value { class data { singleType="STRING"; value=""; }; }; }; nAttributes=9; }; }; }; id=69; atlOffset=0.24665356; }; class Item13 { dataType="Layer"; name="Radars"; class Entities { items=6; class Item0 { dataType="Object"; class PositionInfo { position[]={2681.9141,11.819393,2405.314}; }; side="Empty"; flags=5; class Attributes { name="dish1"; }; id=105; type="Land_MobileRadar_01_radar_F"; atlOffset=4.7683716e-07; }; class Item1 { dataType="Object"; class PositionInfo { position[]={2653.1531,11.819393,2240.583}; angles[]={0,6.2349968,0}; }; side="Empty"; flags=5; class Attributes { name="dish2"; }; id=106; type="Land_MobileRadar_01_radar_F"; atlOffset=4.7683716e-07; }; class Item2 { dataType="Object"; class PositionInfo { position[]={2561.063,11.819393,2585.635}; angles[]={0,6.2349968,0}; }; side="Empty"; flags=5; class Attributes { name="dish3"; }; id=107; type="Land_MobileRadar_01_radar_F"; atlOffset=4.7683716e-07; }; class Item3 { dataType="Object"; class PositionInfo { position[]={2676.2,6.6798878,2400.5339}; }; side="Empty"; flags=5; class Attributes { name="radar1"; }; id=109; type="Land_MobileRadar_01_generator_F"; }; class Item4 { dataType="Object"; class PositionInfo { position[]={2658.7881,6.6798878,2235.8501}; }; side="Empty"; flags=5; class Attributes { name="radar2"; }; id=110; type="Land_MobileRadar_01_generator_F"; }; class Item5 { dataType="Object"; class PositionInfo { position[]={2555.801,6.6798878,2580.793}; }; side="Empty"; flags=5; class Attributes { name="radar3"; }; id=108; type="Land_MobileRadar_01_generator_F"; }; }; id=111; atlOffset=4.7683716e-07; }; class Item14 { dataType="Group"; side="West"; class Entities { items=3; class Item0 { dataType="Object"; class PositionInfo { position[]={2643.2222,5.4313259,2426.7368}; angles[]={0,3.1490452,0}; }; side="West"; flags=4; class Attributes { }; id=114; type="CUP_B_US_Crew"; atlOffset=5.7220459e-06; }; class Item1 { dataType="Object"; class PositionInfo { position[]={2643.3691,7.9235678,2426.7373}; angles[]={0,3.1490452,0}; }; side="West"; class Attributes { }; id=115; type="CUP_B_US_Crew"; atlOffset=2.4974647; }; class Item2 { dataType="Object"; class PositionInfo { position[]={2643.3691,7.9235678,2426.7373}; angles[]={0,3.1490452,0}; }; side="West"; flags=2; class Attributes { }; id=116; type="CUP_B_US_Crew"; atlOffset=2.4974647; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=3; }; class Links { items=3; class Item0 { linkID=0; item0=114; item1=113; class CustomData { role=1; }; }; class Item1 { linkID=1; item0=115; item1=113; class CustomData { role=2; turretPath[]={0}; }; }; class Item2 { linkID=2; item0=116; item1=113; class CustomData { role=2; turretPath[]={0,0}; }; }; }; }; id=112; atlOffset=-0.0040001869; }; class Item15 { dataType="Object"; class PositionInfo { position[]={2668.7329,7.5225763,2401.9456}; angles[]={0,3.1490452,0}; }; side="West"; flags=6; class Attributes { fuel=0; }; id=113; type="CUP_B_M6LineBacker_USA_D"; atlOffset=-0.0040001869; }; class Item16 { dataType="Group"; side="West"; class Entities { items=3; class Item0 { dataType="Object"; class PositionInfo { position[]={2517.1194,5.4313259,2603.4626}; angles[]={-0,5.6095543,0}; }; side="West"; class Attributes { }; id=118; type="CUP_B_US_Crew"; atlOffset=0.39988708; }; class Item1 { dataType="Object"; class PositionInfo { position[]={2517.2664,7.9235678,2603.4631}; angles[]={-0,5.6095543,0}; }; side="West"; class Attributes { }; id=119; type="CUP_B_US_Crew"; atlOffset=2.8921289; }; class Item2 { dataType="Object"; class PositionInfo { position[]={2517.2664,7.9235678,2603.4631}; angles[]={-0,5.6095543,0}; }; side="West"; flags=2; class Attributes { }; id=120; type="CUP_B_US_Crew"; atlOffset=2.8921289; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=3; }; class Links { items=3; class Item0 { linkID=0; item0=118; item1=121; class CustomData { role=1; }; }; class Item1 { linkID=1; item0=119; item1=121; class CustomData { role=2; turretPath[]={0}; }; }; class Item2 { linkID=2; item0=120; item1=121; class CustomData { role=2; turretPath[]={0,0}; }; }; }; }; id=117; }; class Item17 { dataType="Object"; class PositionInfo { position[]={2542.6301,7.5265765,2578.6714}; angles[]={-0,5.6095543,0}; }; side="West"; flags=6; class Attributes { fuel=0; }; id=121; type="CUP_B_M6LineBacker_USA_D"; }; class Item18 { dataType="Group"; side="West"; class Entities { items=3; class Item0 { dataType="Object"; class PositionInfo { position[]={2613.9463,5.4313259,2289.3638}; angles[]={-0,1.5647024,0}; }; side="West"; class Attributes { }; id=123; type="CUP_B_US_Crew"; atlOffset=0.39988708; }; class Item1 { dataType="Object"; class PositionInfo { position[]={2614.0933,7.9235678,2289.3643}; angles[]={-0,1.5647024,0}; }; side="West"; class Attributes { }; id=124; type="CUP_B_US_Crew"; atlOffset=2.8921289; }; class Item2 { dataType="Object"; class PositionInfo { position[]={2614.0933,7.9235678,2289.3643}; angles[]={-0,1.5647024,0}; }; side="West"; flags=2; class Attributes { }; id=125; type="CUP_B_US_Crew"; atlOffset=2.8921289; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=3; }; class Links { items=3; class Item0 { linkID=0; item0=123; item1=126; class CustomData { role=1; }; }; class Item1 { linkID=1; item0=124; item1=126; class CustomData { role=2; turretPath[]={0}; }; }; class Item2 { linkID=2; item0=125; item1=126; class CustomData { role=2; turretPath[]={0,0}; }; }; }; }; id=122; }; class Item19 { dataType="Object"; class PositionInfo { position[]={2635.5886,7.5265765,2263.4688}; angles[]={-0,1.5647024,0}; }; side="West"; flags=6; class Attributes { fuel=0; }; id=126; type="CUP_B_M6LineBacker_USA_D"; }; class Item20 { dataType="Group"; side="West"; class Entities { items=3; class Item0 { dataType="Object"; class PositionInfo { position[]={3099.8667,18.590305,2280.6562}; angles[]={0.098678283,4.0215273,6.1519442}; }; side="West"; class Attributes { }; id=128; type="CUP_B_US_Crew"; atlOffset=1.9907703; }; class Item1 { dataType="Object"; class PositionInfo { position[]={3100.0137,21.082548,2280.6567}; angles[]={0.098678283,4.0215273,6.1519442}; }; side="West"; class Attributes { }; id=129; type="CUP_B_US_Crew"; atlOffset=4.4587631; }; class Item2 { dataType="Object"; class PositionInfo { position[]={3100.0137,21.082548,2280.6567}; angles[]={0.098678283,4.0215273,6.1519442}; }; side="West"; flags=2; class Attributes { }; id=130; type="CUP_B_US_Crew"; atlOffset=4.4587631; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=3; }; class Links { items=3; class Item0 { linkID=0; item0=128; item1=131; class CustomData { role=1; }; }; class Item1 { linkID=1; item0=129; item1=131; class CustomData { role=2; turretPath[]={0}; }; }; class Item2 { linkID=2; item0=130; item1=131; class CustomData { role=2; turretPath[]={0,0}; }; }; }; }; id=127; }; class Item21 { dataType="Object"; class PositionInfo { position[]={3125.3774,20.699886,2255.865}; angles[]={0.098678283,4.0215273,6.1519442}; }; side="West"; flags=6; class Attributes { fuel=0; }; id=131; type="CUP_B_M6LineBacker_USA_D"; }; class Item22 { dataType="Group"; side="West"; class Entities { items=3; class Item0 { dataType="Object"; class PositionInfo { position[]={2863.4314,21.04911,2562.2881}; angles[]={0.16060472,3.7107162,6.2272439}; }; side="West"; class Attributes { }; id=133; type="CUP_B_US_Crew"; atlOffset=7.7756338; }; class Item1 { dataType="Object"; class PositionInfo { position[]={2863.5784,23.541351,2562.2886}; angles[]={0.16060472,3.7107162,6.2272439}; }; side="West"; class Attributes { }; id=134; type="CUP_B_US_Crew"; atlOffset=10.238205; }; class Item2 { dataType="Object"; class PositionInfo { position[]={2863.5784,23.541351,2562.2886}; angles[]={0.16060472,3.7107162,6.2272439}; }; side="West"; flags=2; class Attributes { }; id=135; type="CUP_B_US_Crew"; atlOffset=10.238205; }; }; class Attributes { }; class CrewLinks { class LinkIDProvider { nextID=3; }; class Links { items=3; class Item0 { linkID=0; item0=133; item1=136; class CustomData { role=1; }; }; class Item1 { linkID=1; item0=134; item1=136; class CustomData { role=2; turretPath[]={0}; }; }; class Item2 { linkID=2; item0=135; item1=136; class CustomData { role=2; turretPath[]={0,0}; }; }; }; }; id=132; atlOffset=-0.074813843; }; class Item23 { dataType="Object"; class PositionInfo { position[]={2886.9209,22.912886,2532.5784}; angles[]={0.16060472,3.7107162,6.2272439}; }; side="West"; flags=6; class Attributes { fuel=0; }; id=136; type="CUP_B_M6LineBacker_USA_D"; atlOffset=-0.074813843; }; }; class Connections { class LinkIDProvider { nextID=34; }; class Links { items=34; class Item0 { linkID=0; item0=41; item1=40; class CustomData { type="Sync"; }; }; class Item1 { linkID=1; item0=43; item1=42; class CustomData { type="Sync"; }; }; class Item2 { linkID=2; item0=44; item1=43; class CustomData { type="Sync"; }; }; class Item3 { linkID=3; item0=46; item1=47; class CustomData { type="Sync"; }; }; class Item4 { linkID=4; item0=41; item1=48; class CustomData { type="Sync"; }; }; class Item5 { linkID=5; item0=48; item1=49; class CustomData { type="Sync"; }; }; class Item6 { linkID=6; item0=49; item1=50; class CustomData { type="Sync"; }; }; class Item7 { linkID=7; item0=50; item1=51; class CustomData { type="Sync"; }; }; class Item8 { linkID=8; item0=52; item1=53; class CustomData { type="Sync"; }; }; class Item9 { linkID=9; item0=61; item1=62; class CustomData { type="Sync"; }; }; class Item10 { linkID=10; item0=62; item1=63; class CustomData { type="Sync"; }; }; class Item11 { linkID=11; item0=56; item1=61; class CustomData { type="Sync"; }; }; class Item12 { linkID=12; item0=70; item1=66; class CustomData { type="Sync"; }; }; class Item13 { linkID=13; item0=75; item1=66; class CustomData { type="Sync"; }; }; class Item14 { linkID=14; item0=76; item1=43; class CustomData { type="Sync"; }; }; class Item15 { linkID=15; item0=77; item1=46; class CustomData { type="Sync"; }; }; class Item16 { linkID=16; item0=78; item1=48; class CustomData { type="Sync"; }; }; class Item17 { linkID=17; item0=53; item1=80; class CustomData { type="Sync"; }; }; class Item18 { linkID=18; item0=54; item1=80; class CustomData { type="Sync"; }; }; class Item19 { linkID=19; item0=81; item1=54; class CustomData { type="Sync"; }; }; class Item20 { linkID=20; item0=55; item1=81; class CustomData { type="Sync"; }; }; class Item21 { linkID=21; item0=63; item1=83; class CustomData { type="Sync"; }; }; class Item22 { linkID=22; item0=89; item1=90; class CustomData { type="Sync"; }; }; class Item23 { linkID=23; item0=90; item1=91; class CustomData { type="Sync"; }; }; class Item24 { linkID=24; item0=91; item1=92; class CustomData { type="Sync"; }; }; class Item25 { linkID=25; item0=92; item1=93; class CustomData { type="Sync"; }; }; class Item26 { linkID=26; item0=93; item1=94; class CustomData { type="Sync"; }; }; class Item27 { linkID=27; item0=96; item1=97; class CustomData { type="Sync"; }; }; class Item28 { linkID=28; item0=97; item1=98; class CustomData { type="Sync"; }; }; class Item29 { linkID=29; item0=98; item1=99; class CustomData { type="Sync"; }; }; class Item30 { linkID=30; item0=44; item1=101; class CustomData { type="Sync"; }; }; class Item31 { linkID=31; item0=101; item1=46; class CustomData { type="Sync"; }; }; class Item32 { linkID=32; item0=99; item1=101; class CustomData { type="Sync"; }; }; class Item33 { linkID=33; item0=102; item1=90; class CustomData { type="Sync"; }; }; }; }; }; ¯n‚M=«K¨æØTªhâO$"e