diff --git a/A3A/addons/config_fixes/3CB/CfgWeapons.hpp b/A3A/addons/config_fixes/3CB/CfgWeapons.hpp new file mode 100644 index 0000000000..d62622d799 --- /dev/null +++ b/A3A/addons/config_fixes/3CB/CfgWeapons.hpp @@ -0,0 +1,16 @@ +//3CB - CfgWeapons.hpp + +class CfgWeapons +{ + class UK3CB_CZ550; + class a3a_UK3CB_CZ550_8mm : UK3CB_CZ550 + { + BaseWeapon = "a3a_UK3CB_CZ550_8mm"; + descriptionshort = "Hunting Rifle
Caliber: 8×57mm IS"; + displayname = "CZ-550 Lux"; + magazines[] = {"rhsgref_5Rnd_792x57_kar98k"}; + magazineWell[] = {"CBA_792x57_K98"}; + recoil = "recoil_dmr_01"; + }; +}; + diff --git a/A3A/addons/config_fixes/3CB/config.cpp b/A3A/addons/config_fixes/3CB/config.cpp index 4383d81347..4739442d53 100644 --- a/A3A/addons/config_fixes/3CB/config.cpp +++ b/A3A/addons/config_fixes/3CB/config.cpp @@ -21,3 +21,4 @@ class CfgPatches }; #include "CfgVehicles.hpp" +#include "CfgWeapons.hpp" diff --git a/A3A/addons/config_fixes/RHS/chdkz_rhs.hpp b/A3A/addons/config_fixes/RHS/chdkz_rhs.hpp index a02ddb548a..f00fd33b19 100644 --- a/A3A/addons/config_fixes/RHS/chdkz_rhs.hpp +++ b/A3A/addons/config_fixes/RHS/chdkz_rhs.hpp @@ -7,12 +7,6 @@ class rhsgref_ins_t72bc; class a3a_rhs_chdkz_72a : rhsgref_ins_t72ba { - -#if __A3_DEBUG__ - scope = 2; -#else - scope = 1; -#endif class EventHandlers { fired = "_this call (uinamespace getvariable 'BIS_fnc_effectFired');"; @@ -22,11 +16,6 @@ class a3a_rhs_chdkz_72a : rhsgref_ins_t72ba }; class a3a_rhs_chdkz_72b : rhsgref_ins_t72bb { -#if __A3_DEBUG__ - scope = 2; -#else - scope = 1; -#endif class EventHandlers { fired = "_this call (uinamespace getvariable 'BIS_fnc_effectFired');"; @@ -36,11 +25,6 @@ class a3a_rhs_chdkz_72b : rhsgref_ins_t72bb }; class a3a_rhs_chdkz_72c : rhsgref_ins_t72bc { -#if __A3_DEBUG__ - scope = 2; -#else - scope = 1; -#endif hiddenSelectionsTextures[] = { "rhsafrf\addons\rhs_t72_camo\data\rhs_t72b_01a_chdkz_co.paa", diff --git a/A3A/addons/config_fixes/Vanilla/CfgVehicles.hpp b/A3A/addons/config_fixes/Vanilla/CfgVehicles.hpp index e75ee26179..a5090b7cbb 100644 --- a/A3A/addons/config_fixes/Vanilla/CfgVehicles.hpp +++ b/A3A/addons/config_fixes/Vanilla/CfgVehicles.hpp @@ -4,6 +4,7 @@ class CfgVehicles { #include "air.hpp" #include "armor.hpp" +#include "ifv.hpp" #include "sea.hpp" #include "soft.hpp" }; \ No newline at end of file diff --git a/A3A/addons/config_fixes/Vanilla/armor.hpp b/A3A/addons/config_fixes/Vanilla/armor.hpp index d65c8466d0..1e592f2cb7 100644 --- a/A3A/addons/config_fixes/Vanilla/armor.hpp +++ b/A3A/addons/config_fixes/Vanilla/armor.hpp @@ -1,11 +1,16 @@ //Vanilla - armor.hpp -class I_APC_Wheeled_03_cannon_F; class I_MRAP_03_F; class I_MRAP_03_gmg_F; class I_MRAP_03_hmg_F; class O_MBT_04_cannon_F; class O_MBT_04_command_F; + class O_MBT_02_base_F + ; //external Root Class + class O_MBT_02_cannon_F : O_MBT_02_base_F + { + class TextureSources; //external Child Class + }; //Grey class a3a_MRAP_03_grey_F : I_MRAP_03_F @@ -21,13 +26,6 @@ class a3a_MRAP_03_hmg_grey_F : I_MRAP_03_hmg_F hiddenSelectionsTextures[] = {"a3\soft_f_beta\mrap_03\data\mrap_03_ext_co.paa","a3\data_f\vehicles\turret_co.paa"}; }; -//Olive -class a3a_APC_Wheeled_03_cannon_blufor_F : I_APC_Wheeled_03_cannon_F -{ - textureList[] = {}; - hiddenSelectionsTextures[] = {"a3\armor_f_gamma\APC_Wheeled_03\data\APC_Wheeled_03_Ext_CO.paa","a3\armor_f_gamma\APC_Wheeled_03\data\APC_Wheeled_03_Ext2_CO.paa","a3\armor_f_gamma\APC_Wheeled_03\data\RCWS30_CO.paa","a3\armor_f_gamma\APC_Wheeled_03\data\APC_Wheeled_03_Ext_alpha_CO.paa","a3\armor_f\data\camonet_aaf_fia_desert_co.paa","a3\armor_f\data\cage_sand_co.paa"}; -}; - //Black class a3a_MBT_04_cannon_black_F : O_MBT_04_cannon_F { @@ -39,3 +37,18 @@ class a3a_MBT_04_command_black_F : O_MBT_04_command_F textureList[] = {}; hiddenSelectionsTextures[] = {"a3\armor_f_tank\mbt_04\data\mbt_04_exterior_1_co.paa","a3\armor_f_tank\mbt_04\data\mbt_04_exterior_2_co.paa","a3\armor_f\data\camonet_csat_stripe_desert_co.paa"}; }; + +class a3a_MBT_02_cannon_black_F : O_MBT_02_cannon_F +{ + class TextureSources : TextureSources + { + class Grey + { + author = "Bohemia Interactive"; + displayName = "Grey"; + textures[] = {"a3\Armor_F_Decade\MBT_02\Data\MBT_02_body_expo_CO.paa","a3\Armor_F_Decade\MBT_02\Data\MBT_02_turret_expo_CO.paa","a3\Armor_F_Decade\MBT_02\Data\MBT_02_expo_CO.paa","A3\Armor_F\Data\camonet_CSAT_HEX_Green_CO.paa"}; + }; + }; + textureList[] = {"Grey", 1}; + hiddenSelectionsTextures[] = {"a3\Armor_F_Decade\MBT_02\Data\MBT_02_body_expo_CO.paa","a3\Armor_F_Decade\MBT_02\Data\MBT_02_turret_expo_CO.paa","a3\Armor_F_Decade\MBT_02\Data\MBT_02_expo_CO.paa","A3\Armor_F\Data\camonet_CSAT_HEX_Green_CO.paa"}; +}; \ No newline at end of file diff --git a/A3A/addons/config_fixes/Vanilla/ifv.hpp b/A3A/addons/config_fixes/Vanilla/ifv.hpp new file mode 100644 index 0000000000..fb5d05e751 --- /dev/null +++ b/A3A/addons/config_fixes/Vanilla/ifv.hpp @@ -0,0 +1,105 @@ +//Vanilla - ifv.hpp + +//Marshall +class B_APC_Wheeled_01_base_F; +class B_APC_Wheeled_01_cannon_F : B_APC_Wheeled_01_base_F { class EventHandlers; }; +class a3a_B_APC_Wheeled_01_cannon_F : B_APC_Wheeled_01_cannon_F +{ + animationList[] = {"showBags",0.5,"showCamonetHull",0,"showCamonetTurret",0,"showSLATHull",1,"showSLATTurret",1}; + class EventHandlers : EventHandlers + { + init = "if (local (_this select 0)) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle;};"; + }; +}; +class B_T_APC_Wheeled_01_cannon_F : B_APC_Wheeled_01_cannon_F {}; +class a3a_B_T_APC_Wheeled_01_cannon_F : B_T_APC_Wheeled_01_cannon_F +{ + animationList[] = {"showBags",0.5,"showCamonetHull",0,"showCamonetTurret",0,"showSLATHull",1,"showSLATTurret",1}; + class EventHandlers : EventHandlers + { + init = "if (local (_this select 0)) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle;};"; + }; +}; + +//Rhino +class AFV_Wheeled_01_base_F; +class B_AFV_Wheeled_01_cannon_F : AFV_Wheeled_01_base_F { class EventHandlers; }; +class a3a_AFV_Wheeled_01_cannon_F : B_AFV_Wheeled_01_cannon_F +{ + animationList[] = {"showCamonetHull",0,"showCamonetCannon",0,"showCamonetTurret",0,"showSLATHull",1}; + // Already has initVehicle EH +}; +class B_T_AFV_Wheeled_01_cannon_F : AFV_Wheeled_01_base_F { class EventHandlers; }; +class a3a_T_AFV_Wheeled_01_cannon_F : B_T_AFV_Wheeled_01_cannon_F +{ + animationList[] = {"showCamonetHull",0,"showCamonetCannon",0,"showCamonetTurret",0,"showSLATHull",1}; + // Already has initVehicle EH +}; + +//Gorgon +class I_APC_Wheeled_03_base_F; +class I_APC_Wheeled_03_cannon_F : I_APC_Wheeled_03_base_F { class EventHandlers; } +class a3a_APC_Wheeled_03_cannon_F : I_APC_Wheeled_03_cannon_F +{ + animationList[] = {"showCamonetHull",0,"showBags",0.3,"showBags2",0.3,"showTools",0.3,"showSLATHull",1}; + class EventHandlers : EventHandlers + { + init = "if (local (_this select 0)) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle;};"; + }; +}; +class a3a_APC_Wheeled_03_cannon_blufor_F : a3a_APC_Wheeled_03_cannon_F +{ + textureList[] = {}; + hiddenSelectionsTextures[] = {"a3\armor_f_gamma\APC_Wheeled_03\data\APC_Wheeled_03_Ext_CO.paa","a3\armor_f_gamma\APC_Wheeled_03\data\APC_Wheeled_03_Ext2_CO.paa","a3\armor_f_gamma\APC_Wheeled_03\data\RCWS30_CO.paa","a3\armor_f_gamma\APC_Wheeled_03\data\APC_Wheeled_03_Ext_alpha_CO.paa","a3\armor_f\data\camonet_aaf_fia_desert_co.paa","a3\armor_f\data\cage_sand_co.paa"}; +}; + +//Mora +class I_APC_tracked_03_base_F; +class I_APC_tracked_03_cannon_F : I_APC_tracked_03_base_F { class EventHandlers; }; +class a3a_APC_tracked_03_cannon_F : I_APC_tracked_03_cannon_F +{ + animationList[] = {"showBags",0.3,"showBags2",0.3,"showCamonetHull",0,"showCamonetTurret",0,"showTools",0.3,"showSLATHull",1,"showSLATTurret",1}; + class EventHandlers : EventHandlers + { + init = "if (local (_this select 0)) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle;};"; + }; +}; +class I_E_APC_tracked_03_base_F; +class I_E_APC_tracked_03_cannon_F : I_E_APC_tracked_03_base_F { class EventHandlers; }; +class a3a_E_APC_tracked_03_cannon_F : I_E_APC_tracked_03_cannon_F +{ + animationList[] = {"showBags",0.3,"showBags2",0.3,"showCamonetHull",0,"showCamonetTurret",0,"showTools",0.3,"showSLATHull",1,"showSLATTurret",1}; + class EventHandlers : EventHandlers + { + init = "if (local (_this select 0)) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle;};"; + }; +}; +//Marid +class APC_Wheeled_02_base_v2_F; +class O_APC_Wheeled_02_rcws_v2_F : APC_Wheeled_02_base_v2_F { class EventHandlers; }; +class a3a_APC_Wheeled_02_rcws_v2_F : O_APC_Wheeled_02_rcws_v2_F +{ + animationList[] = {"showBags",0.2,"showCanisters",0.2,"showTools",0.2,"showCamonetHull",0,"showSLATHull",1}; + // Already has initVehicle EH +}; +class O_T_APC_Wheeled_02_rcws_v2_ghex_F : APC_Wheeled_02_base_v2_F { class EventHandlers; }; +class a3a_T_APC_Wheeled_02_rcws_v2_F : O_T_APC_Wheeled_02_rcws_v2_ghex_F +{ + animationList[] = {"showBags",0.2,"showCanisters",0.2,"showTools",0.2,"showCamonetHull",0,"showSLATHull",1}; + // Already has initVehicle EH +}; + +//Kamysh +class O_APC_Tracked_02_base_F; +class O_APC_Tracked_02_cannon_F : O_APC_Tracked_02_base_F { class EventHandlers; }; +class a3a_APC_Tracked_02_cannon_F : O_APC_Tracked_02_cannon_F +{ + animationList[] = {"showTracks",0.5,"showCamonetHull",0,"showBags",0.5,"showSLATHull",1}; + // Already has initVehicle EH +}; +class O_T_APC_Tracked_02_cannon_ghex_F : O_APC_Tracked_02_cannon_F {}; +class a3a_T_APC_Tracked_02_cannon_F : O_T_APC_Tracked_02_cannon_ghex_F +{ + animationList[] = {"showTracks",0.5,"showCamonetHull",0,"showBags",0.5,"showSLATHull",1}; + // Already has initVehicle EH +}; \ No newline at end of file diff --git a/A3A/addons/config_fixes/WS/CfgVehicles.hpp b/A3A/addons/config_fixes/WS/CfgVehicles.hpp index bf9d710a6c..8742beb51a 100644 --- a/A3A/addons/config_fixes/WS/CfgVehicles.hpp +++ b/A3A/addons/config_fixes/WS/CfgVehicles.hpp @@ -18,6 +18,7 @@ class CfgVehicles class O_Tura_Truck_02_aa_lxWS; class O_Tura_ZU23_lxWS; + #include "ws_ifv.hpp" #include "ws_ion.hpp" //Tan diff --git a/A3A/addons/config_fixes/WS/ws_ifv.hpp b/A3A/addons/config_fixes/WS/ws_ifv.hpp new file mode 100644 index 0000000000..461c8e658c --- /dev/null +++ b/A3A/addons/config_fixes/WS/ws_ifv.hpp @@ -0,0 +1,94 @@ +//WS - ws_ifv.hpp + +//Marshall +//Ion + +class APC_Wheeled_01_base_F; +class APC_Wheeled_01_command_base_lxWS : APC_Wheeled_01_base_F { class EventHandlers; }; // also used for NATO +class B_ION_APC_Wheeled_01_command_lxWS: APC_Wheeled_01_command_base_lxWS {}; +class a3a_ION_APC_Wheeled_01_command_lxWS : B_ION_APC_Wheeled_01_command_lxWS +{ + animationList[] = {"showBags",0.5,"showCamonetHull",0,"showCamonetTurret",0,"showSLATHull",1,"showSLATTurret",1}; + class EventHandlers : EventHandlers + { + init = "if (local (_this select 0)) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle;};"; + }; +}; +class B_APC_Wheeled_01_cannon_lxWS; +class B_ION_APC_Wheeled_01_cannon_lxWS: B_APC_Wheeled_01_cannon_lxWS { class EventHandlers; }; +class a3a_ION_APC_Wheeled_01_cannon_lxWS : B_ION_APC_Wheeled_01_cannon_lxWS +{ + scope = 2; + animationList[] = {"showBags",0.5,"showCamonetHull",0,"showCamonetTurret",0,"showSLATHull",1,"showSLATTurret",1}; + class EventHandlers : EventHandlers + { + init = "if (local (_this select 0)) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle;};"; + }; +}; +class B_D_APC_Wheeled_01_atgm_lxWS; +class a3a_ION_APC_Wheeled_01_atgm : B_D_APC_Wheeled_01_atgm_lxWS { + side = 1; + crew = "B_ION_Soldier_lxWS"; + faction = "BLU_ION_lxWS"; + textureList[] = {"ION_BLACK", 1}; + hiddenSelectionsTextures[] = {"lxws\vehicles_f_lxws\data\APC_Wheeled_01\APC_Wheeled_ion_base_CO.paa","lxws\vehicles_f_lxws\data\APC_Wheeled_01\apc_wheeled_ion_adds_co.paa","lxws\vehicles_f_lxws\data\APC_Wheeled_01\apc_wheeled_ion_tows_co.paa","a3\armor_f\Data\camonet_AAF_stripe_desert_CO.paa","lxws\vehicles_f_lxws\data\APC_Wheeled_01\cage_black_CO.paa","lxws\vehicles_f_lxws\data\APC_Wheeled_01\APC_Wheeled_ion_lxws_CO.paa"}; +}; + +//NATO +class a3a_APC_Wheeled_01_command_lxWS : APC_Wheeled_01_command_base_lxWS +{ + animationList[] = {"showBags",0.5,"showCamonetHull",0,"showCamonetTurret",0,"showSLATHull",1,"showSLATTurret",1}; + class EventHandlers : EventHandlers + { + init = "if (local (_this select 0)) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle;};"; + }; +}; +class B_T_APC_Wheeled_01_command_lxWS : APC_Wheeled_01_command_base_lxWS {}; +class a3a_T_APC_Wheeled_01_command_lxWS : B_T_APC_Wheeled_01_command_lxWS +{ + animationList[] = {"showBags",0.5,"showCamonetHull",0,"showCamonetTurret",0,"showSLATHull",1,"showSLATTurret",1}; + class EventHandlers : EventHandlers + { + init = "if (local (_this select 0)) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle;};"; + }; +}; + +//Iskatel/Kamysh +//Arid +class O_APC_Tracked_02_30mm_lxWS; +class a3a_APC_Tracked_02_30mm_lxWS : O_APC_Tracked_02_30mm_lxWS +{ + animationList[] = {"showTracks",0.5,"showCamonetHull",0,"showBags",0.5,"showSLATHull",1}; + // Has initVehicle EH already +}; +//Tropical +class O_T_APC_Tracked_02_30mm_lxWS; +class a3a_T_APC_Tracked_02_30mm_lxWS : O_T_APC_Tracked_02_30mm_lxWS +{ + animationList[] = {"showTracks",0.5,"showCamonetHull",0,"showBags",0.5,"showSLATHull",1}; + // Has initVehicle EH already +}; +//SFIA +class O_SFIA_APC_Tracked_02_30mm_lxWS; +class a3a_SFIA_APC_Tracked_02_30mm_lxWS : O_SFIA_APC_Tracked_02_30mm_lxWS +{ + animationList[] = {"showTracks",0.5,"showCamonetHull",0,"showBags",0.5,"showSLATHull",1}; + // Has initVehicle EH already +}; +class O_SFIA_APC_Tracked_02_cannon_lxWS; +class a3a_SFIA_APC_Tracked_02_cannon_lxWS : O_SFIA_APC_Tracked_02_cannon_lxWS +{ + animationList[] = {"showTracks",0.5,"showCamonetHull",0,"showBags",0.5,"showSLATHull",1}; + // Has initVehicle EH already +}; +//ION +class a3a_ION_APC_Tracked_02_30mm : O_APC_Tracked_02_30mm_lxWS +{ + side = 1; + crew = "B_ION_Soldier_lxWS"; + faction = "BLU_ION_lxWS"; + animationList[] = {"showTracks",1,"showCamonetHull",0,"showBags",0.2,"showSLATHull",1}; + textureList[] = {"Grey", 1}; + hiddenSelectionsTextures[] = {"lxWS\vehicles_1_f_lxws\APC_Tracked_02\data\APC_Tracked_02_ext_01_black_CO.paa","lxWS\vehicles_1_f_lxws\APC_Tracked_02\data\APC_Tracked_02_ext_02_black_CO.paa","lxWS\vehicles_1_f_lxws\APC_Tracked_02\data\APC_Tracked_02_ext_03_black_CO.paa","lxWS\vehicles_1_f_lxws\APC_Tracked_02\data\APC_Tracked_02_30mm_black_co.paa","A3\Armor_F\Data\camonet_CSAT_Stripe_Desert_CO.paa","lxWS\vehicles_1_f_lxws\APC_Tracked_02\data\cage_black_CO.paa"}; + // Has initVehicle EH already +}; diff --git a/A3A/addons/config_fixes/WS/ws_ion.hpp b/A3A/addons/config_fixes/WS/ws_ion.hpp index d72c612d26..acb3010514 100644 --- a/A3A/addons/config_fixes/WS/ws_ion.hpp +++ b/A3A/addons/config_fixes/WS/ws_ion.hpp @@ -6,7 +6,7 @@ class a3a_ION_Truck_02_MRL_F : I_Truck_02_MRL_F side = 1; crew = "B_ION_Soldier_lxWS"; faction = "BLU_ION_lxWS"; - hiddenSelectionsTextures[] = {"lxws\vehicles_f_lxws\data\truck_02\truck_02_kab_black_co.paa","a3\soft_f_beta\truck_02\data\truck_02_int_co.paa","a3\soft_f_gamma\truck_02\data\truck_02_mrl_co.paa"}; + hiddenSelectionsTextures[] = {"lxws\vehicles_f_lxws\data\truck_02\truck_02_kab_black_co.paa","a3\soft_f_beta\truck_02\data\truck_02_int_co.paa","lxws\vehicles_f_lxws\data\truck_02\zamak_mrl_brown_co.paa"}; }; class a3a_ION_Truck_02_Ammo_F : O_Truck_02_Ammo_F { @@ -69,7 +69,7 @@ class a3a_ION_Offroad_armor : B_Tura_Offroad_armor_lxWS side = 1; crew = "B_ION_Soldier_lxWS"; faction = "BLU_ION_lxWS"; - textureList[] = {}; + textureList[] = {"Black", 1}; hiddenSelectionsTextures[] = {"lxws\vehicles_f_lxws\data\offroad_01\offroad_01_ext_black_co.paa","lxws\vehicles_f_lxws\data\offroad_01\offroad_01_ext_black_co.paa","lxws\vehicles_f_lxws\offroad_01\data\offroad_01_adds_black_co.paa","lxws\vehicles_f_lxws\offroad_01\data\offroad_01_armor_black_co.paa"}; }; class a3a_ION_Offroad_armor_at : B_Tura_Offroad_armor_AT_lxWS @@ -77,7 +77,7 @@ class a3a_ION_Offroad_armor_at : B_Tura_Offroad_armor_AT_lxWS side = 1; crew = "B_ION_Soldier_lxWS"; faction = "BLU_ION_lxWS"; - textureList[] = {}; + textureList[] = {"Black", 1}; hiddenSelectionsTextures[] = {"lxws\vehicles_f_lxws\data\offroad_01\offroad_01_ext_black_co.paa","lxws\vehicles_f_lxws\data\offroad_01\offroad_01_ext_black_co.paa","lxws\vehicles_f_lxws\offroad_01\data\offroad_01_adds_black_co.paa","lxws\vehicles_f_lxws\offroad_01\data\offroad_01_armor_black_co.paa"}; }; class a3a_ION_Offroad_armor_armed : B_Tura_Offroad_armor_armed_lxWS @@ -85,6 +85,6 @@ class a3a_ION_Offroad_armor_armed : B_Tura_Offroad_armor_armed_lxWS side = 1; crew = "B_ION_Soldier_lxWS"; faction = "BLU_ION_lxWS"; - textureList[] = {}; + textureList[] = {"Black", 1}; hiddenSelectionsTextures[] = {"lxws\vehicles_f_lxws\data\offroad_01\offroad_01_ext_black_co.paa","lxws\vehicles_f_lxws\data\offroad_01\offroad_01_ext_black_co.paa","lxws\vehicles_f_lxws\offroad_01\data\offroad_01_adds_black_co.paa","lxws\vehicles_f_lxws\offroad_01\data\offroad_01_armor_black_co.paa"}; -}; +}; \ No newline at end of file diff --git a/A3A/addons/core/CfgFunctions.hpp b/A3A/addons/core/CfgFunctions.hpp index cc03942bed..8446453d1e 100644 --- a/A3A/addons/core/CfgFunctions.hpp +++ b/A3A/addons/core/CfgFunctions.hpp @@ -239,7 +239,7 @@ class CfgFunctions class cargoSeats {}; class cleanserVeh {}; class countFreeSpawnPositions {}; - class createAIAirplane {}; + class createAIAirbase {}; class createAICities {}; class createAIcontrols {}; class createAIOutposts {}; @@ -293,6 +293,8 @@ class CfgFunctions class installSchrodingersBuildingFix {}; class prepFunctions {}; class spawnDebuggingLoop {}; + class spawnSelectedTemplateAI {}; + class debugSpawnVics {}; }; class Dialogs { @@ -381,6 +383,7 @@ class CfgFunctions class prepareMarkerArrays {}; class resourcecheck {}; class tags {}; + class checkCampaignEnd {}; }; class Intel { diff --git a/A3A/addons/core/Includes/script_version.hpp b/A3A/addons/core/Includes/script_version.hpp index d371828e0f..c0e57b4182 100644 --- a/A3A/addons/core/Includes/script_version.hpp +++ b/A3A/addons/core/Includes/script_version.hpp @@ -1,4 +1,4 @@ #define MAJOR 3 #define MINOR 5 -#define PATCHLVL 0 +#define PATCHLVL 1 #define BUILD 0 diff --git a/A3A/addons/core/Stringtable.xml b/A3A/addons/core/Stringtable.xml index 9d9b7a1245..d5656907d9 100644 --- a/A3A/addons/core/Stringtable.xml +++ b/A3A/addons/core/Stringtable.xml @@ -45,6 +45,12 @@ + + Artillery Strike + Frappe d'artillerie + 포병 타격 + 重炮投送 + Selected battery is busy right now. La batteria selezionata è occupata. @@ -71,6 +77,12 @@ Bu bataryadaki elementler ateş edemezler ya da etkisiz hale gelmişler. 该炮组中的所有单位均无法开火,或已被摧毁 + + Requesting a mortar strike on Grid %1. %2 %3. + Demande d'attaque au mortier sur la grille %1. %2 %3. + 좌표 %1에 %2 %3의 박격포 포격을 요청한다. + 请求迫击炮打击于坐标 %1.%2 %3. + Your current modset doesn't support this strike type. Il set di mod corrente non supporta questo tipo di attacco. @@ -84,9 +96,30 @@ Şu anki modlarınız bu tip saldırıyı desteklemiyor. 你当前的模式设定不支持这种类型的火力支援. + + Artillery Barrage Begin + Début du barrage d'artillerie + 포병 연발타격 시작 + 重炮火力投送开始 + + + Artillery Barrage End + Fin du barrage d'artillerie + 포병 연발타격 끝 + 重炮火力投送结束 + + + Rounds + Obus + + 多发着弹 + The mortar has run out of rounds. Wait a few minutes to restock it. + Il mortaio non ha munizioni. Aspetta alcuni minuti per ricaricarlo. 박격포에 탄약이 부족합니다. 다시 채우려면 몇 분 정도 기다리십시오. + Dělostřelectvu došla munice. Vyčkej pár minut než se doplní. + 炮组弹药耗尽. 请等待几分钟以便弹药的重新装填 The position you marked is out of bounds for that battery. @@ -117,6 +150,8 @@ You must select an artillery group or the mortar team you have selected hasn't placed down the mortar yet. 포병 그룹을 선택해야 하거나 선택한 박격포반이 아직 박격포를 배치하지 않았습니다. + Musíte zvolit skupinu dělostřelectva, nebo mínometčíků ještě nerozložili své palebné postavení. + 你必须选择一个炮群或者你选择的迫击炮小组尚未部署他们的迫击炮 Select the position to finish the barrage on the map. @@ -142,7 +177,19 @@ Vyberte počáteční pozici na mapě pro začátek baráže. Seleciona a posição onde começar a barragem de fogo no mapa. Haritada top atışını başlatmak için pozisyon belirleyin. - 在地图上选择炮火支援的初始位置 + 在地图上选择炮火支援的起始位置 + + + Round + Obus + + 单发着弹 + + + Splash. Out. + Impact. Terminé. + 착탄한다, 이상. + 压制着弹完毕 Artillery Support @@ -155,7 +202,17 @@ Dělostřelecká podpora Suporte de Artilharia. Topçu desteği - 火炮支援 + 重炮火力支援 + + + Acknowledged. Fire mission is inbound. ETA %1 secs for the first impact. + 확인. 사격 임무 시작. 초탄 착탄 예상 시간은 %1초다. + 收到. 重炮火力投送中. 预计%1 秒后首发着弹. + + + Acknowledged. Fire mission is inbound. %2 %3 fired. ETA %1 secs. + 확인. 사격 임무 시작. %2 %3 사격했다. 착탄 예상 시간은 %1초다. + 收到. 重炮火力投送中.%2 %3 发射完毕. 预计%1 秒后着弹. You must be leader of your group to enable Auto Heal. @@ -196,12 +253,196 @@ Yapay Zeka'nın canını otomatik doldurma AI 自动治疗 + + "I see no corpses here to loot. + "Je ne vois pas de corps à piller ici. + 여기엔 노획할 시체가 보이지 않습니다. + "我没看到这里有什么尸体可以收缴战利品. + + + I am currently rearming. Cancelling. + 현재 재무장 중입니다. 취소합니다. + 我当前正在补给中. 取消中. + + + I cannot rearm right now. I'm healing a comrade. + Je ne peux pas réarmer en ce moment. Je soigne un camarade. + 지금은 재무장할 수 없습니다. 전우를 치료 중입니다. + 我现在没办法进行武器补给. 我正在抢救受伤的同志 + + + There is nothing to loot. + Il n'y as rien à piller. + 노획할 것이 없습니다. + 周边没有战利品可以缴获 + + + It is useless to load my vehicle, as it needs repairs. + Il est inutile de charger mon véhicule, car il a besoin de réparations. + 수리가 필요해서 해당 차량에 짐을 싣는 것을 쓸데없는 행위입니다. + 装载我的车辆毫无意义,它需要修理. + + + I cannot rearm right now. I'm manning this gun. + 지금은 재무장할 수 없습니다. 현재 이 총을 관리하고 있습니다. + 我现在没办法进行武器补给,我正在操作这挺武器 + + + No more weapons to loot. + Il n'y a plus d'armes à piller. + 노획할 무기가 더 이상 없습니다. + 没有更多的武器以供收缴了 + + + Starting to loot. + Début du pillage. + 노획을 시작합니다. + 开始收缴战利品 + + + Rearming done. + 재무장 완료. + 武器补给完毕 + + + Picking a first aid kit. + 구급상자 줍는 중. + 正在拾取一包个人急救包 + + + Picking a better weapon. + 더 나은 무기 줍는 중. + 正在拾取一支更好的武器 + + + Picking a helmet. + 헬멧 줍는 중. + 正在拾取一顶军用头盔 + + + Picking NV goggles. + 야시경 줍는 중. + 正在拾取夜视仪 + + + Picking a backpack. + 가방 줍는 중. + 正在拾取背包 + + + Picking a radio. + 무전기 줍는 중. + 正在拾取无线电 + + + Picking a secondary weapon. + 부무기 줍는 중. + 正在拾取一把副武器 + + + Picking a better vest. + 더 나은 조끼 줍는 중. + 正在拾取一套更好的军用背心 + + + I have a better weapon now. + 이제 더 나은 무기를 가졌습니다. + 我已经装备上了更好的武器 + + + I have a secondary weapon now. + 이제 더 나은 부무기를 가졌습니다. + 我现在有副武器啦 + + + No need to rearm. + 재무장할 필요가 없습니다. + 不需要进行武器补给 + + + No source to rearm my primary weapon. + 내 주무기를 재무장할 탄약이 없습니다. + 缺乏进行我主武器补给的源头 + + + No source to rearm my secondary weapon. + 내 부무기를 재무장할 탄약이 없습니다. + 缺乏进行我副武器补给的源头 + + + Partially rearmed. + 부분적으로 재무장했습니다. + 多多少少补给了一点 + + + Rearmed. + Réarmé. + 재무장했습니다. + 补给完毕 + + + Rearming. + Réarmement. + 재무장 중. + 正在补给中 + + + Go back to your base and tell your comrades we are not your enemies. We just want to live in peace. + 기지로 돌아가서 동료들에게 우린 적이 아니라고 전해라. 우린 단지 평화롭게 살고 싶을 뿐이다. + 回去你的基地并告诉你的同志们我们并不是你们的敌人.我们只是想平静的活下去. + + + Okay, thank you. I owe you my life. + 네, 감사합니다. 제 목숨을 빚졌습니다. + 谢了伙计,我欠你一条命 + + + Thank you. I swear you won't regret it! + 고맙습니다. 절대 후회하지 않을 겁니다! + 多谢了,我保证你不会后悔的! + + + Thank you, I won't forget this! + 고맙습니다, 절대 잊지 않겠습니다! + 十分感谢,此恩我永世难忘! + + + Screw you! + 좆까! + 去你的! + + + Why not? It can't be any worse. + 안 될 거 뭐 있습니까? 이것보다 더 나쁠 순 없겠죠. + 为什么不能呢?反正也糟糕不到哪里去了. + + + How about joining the good guys? + 선한 이들과 함께하는 건 어떻소? + 有没有想过加入正义的队伍啊? + + + Comrades, this is %1. I'm hurt! + 여기는 %1이다, 부상당했다! + 同志,这里是 %1. 我受伤了! + + + You are ready %1. + 치료가 끝났다, %1. + 你已经痊愈了%1 + + + Wait a minute comrade %1, I will patch you up. + 기다려라, %1. 치료하러 가겠다. + 请等一下 %1 同志, 我能给你包扎伤口. + %1 is on the way to help you. %1 è in arrivo per aiutarti. %1 est en route pour vous aider. %1이(가) 당신을 도와주기 위해 가는 중입니다. %1 je na cestě vám pomoct. + %1正在赶来救助你的路上 Medical @@ -209,6 +450,32 @@ Medical 의료 Zdravotnické + 医疗专职 + + + You imperialist! Tell me what you know! + 이 제국주의자놈! 알고 있는 걸 불어라! + 好你个帝国主义份子!快点告诉我你所知道的一切! + + + Screw you, I am not telling you anything! + 좆까라, 난 절대 입을 열지 않겠다! + 去你的,我什么的都不会跟你说! + + + I don't know anything. Maybe my squad leader does. + 전 아무것도 몰라요. 분대장이라면 알지도 모릅니다. + 我什么也不知道.或许我的小队长知道点什么. + + + Okay, I'll tell you what I know. + 네, 알고 있는 걸 다 말하겠습니다. + 行行好,我这就把我知道的东西老实交代. + + + You are free. Come with us! + 당신은 자유입니다. 우리에게 오십시오! + 你免费了. 快跟我们一起上路吧! Mounted Static Squad %1 set to Auto Target Mode OFF. @@ -366,6 +633,10 @@ Kamyon yükleniyor. <br/><br/>Kalan süre: %1 saniye. 运输载具装载中. <br/><br/>剩余时间: %1 秒. + + Truck Loaded + 트럭에 싣음 + @@ -375,6 +646,22 @@ 차량 브리칭 强攻载具 + + %1Reb: %2<br/>Occ:%3<br/>Inv:%4<br/>Civ:%5<br/>TOTAL:%6 + %1반군: %2<br/>점령군:%3<br/>침략군:%4<br/>민간인:%5<br/>총합:%6 + + + %1HC %2 AI + %1 하이 커맨드 %2 AI + + + AI Load Information + AI 로드 정보 + + + No Headless Client Detected + 헤드리스 클라이언트 감지되지 않음 + Undercover Verdecktes Vorgehen @@ -391,11 +678,14 @@ Unidentified aircraft!<br/><br/>You are closing in on the restricted airspace of %1.<br/><br/> Change your course or we will take defensive actions! + Velivolo non identificato<br/><br/>Ti stai avvicinando allo spazio aereo di %1.<br/><br/> Invertite la rotta o intraprenderemo azioni difensive! 미확인 항공기!<br/><br/>너는 %1 소속 영공을 침범했다.<br/><br/>항로를 바꾸지 않으면 방어 조치를 취하겠다! Unidentified aircraft!<br/><br/>You are closing in on the restricted airspace of %1.<br/><br/> Change your course or we will take defensive actions! + Velivolo non identificato<br/><br/>Ti stai avvicinando allo spazio aereo di %1.<br/><br/> Invertite la rotta o intraprenderemo azioni difensive! 미확인 항공기!<br/><br/>너는 %1 소속 영공을 침범했다.<br/><br/>항로를 바꾸지 않으면 방어 조치를 취하겠다! + Neidentifikované letadlo<br/><br/>Přibližujete se do vzdušného prostoru %1.<br/><br/> Změňte kurz nebo podnikneme obranné akce! Breach Vehicle @@ -613,30 +903,6 @@ Sadece Komutan'ın bu fonsiyona erişimi var. 只有我们的指挥官才能使用该功能 - - You must first empty your Arsenal inventory in order to move the HQ. - Devi prima svuotare l'inventario dell'Arsenale per muovere il QG. - Debe vaciar primero el inventario del Arsenal para poder mover el CG. - Vous devez d'abord vider l'inventaire de votre Arsenal afin de pouvoir deplacer le QG. - 무기고의 인벤토리를 비워야 본부를 옮길 수 있습니다. - Aby przenieść kwaterę główną, należy najpierw opróżnić ekwipunek Arsenału. - Musíš nejdříve vyprázdnit inventář arzenálu aby jsi mohl přesunout HQ. - Primeiro, tens de esvaziar o inventário do Arsenal antes de mover o QG. - Karargahı taşımak için öncelikle Sanal Cephanelik boşaltılmalı. - 你必须先清空弹药库的库存才能转移总部 - - - Arsenal inventory must be empty. - L'inventario dell'Arsenale deve essere vuoto. - El inventario del arsenal debe estar vacío. - L'inventaire de l'Arsenal doit être vide. - 무기고 인벤토리는 비어 있어야 합니다. - Inwentarz arsenału musi być pusty. - Inventář arzenálu musí být prázdný. - Inventário do Arsenal tem que estar vazio. - Cephanelik envanteri boş olmalı. - 弹药库的库存(Arma 3库存)必须被清空 - Put Petros down before you move the HQ! Lascia Petros prima di muovere il QG! @@ -651,6 +917,7 @@ Petros is already picked up. + Petros attualmente in spalla. 페트로스는 이미 픽업된 상태입니다. Petros sebrán. @@ -743,6 +1010,16 @@ Geçersiz opsiyon. Garnizonu Karargahtan ayırmayı deneyin.. 该选项已被弃用. 用总部功能 移除驻军 来替代. + + %1 Roadblock + %1 Barrage routier + %1 검문소 + + + %1 Watchpost + %1 Poste d'observation + %1 관측초소 + Move this asset Diesen Gegenstand bewegen @@ -927,6 +1204,7 @@ Decipher Intel Intel entschlüsseln + Decifra Intelligence 군사정보 해독 Dešifrovat Intel @@ -1046,6 +1324,7 @@ Prevent AIs from using this weapon + Vieta all'IA di usare quest'arma AI가 이 무기를 사용하는것을 막기 Zakázat AI používat tuto zbraň @@ -1099,6 +1378,10 @@ Yakınında düşmanlar varken araç satın alamazsınız. 你无法在附近存在敌人的情况下购买武器 + + Garrison units: %1%15<br/><br/>Squad Leaders: %2<br/>%14: %3<br/>Riflemen: %4<br/>Autoriflemen: %5<br/>Medics: %6<br/>Grenadiers: %7<br/>Marksmen: %8<br/>AT Men: %9<br/>AT Missile Men: %10<br/>AA Missile Men: %11<br/>Other: %12<br/>Static Weap: %13 + 주둔 중인 유닛: %1%15<br/><br/>분대장: %2<br/>%14: %3<br/>소총수: %4<br/>자동소총수: %5<br/>의무병: %6<br/>유탄수: %7<br/>지정사수: %8<br/>대전차병: %9<br/>AT 대전차전문가: %10<br/>대공전문가: %11<br/>기타: %12<br/>고정화기: %13 + Garbage Deleted.<br/>Last GC was %1 ago. Immondizia Eliminata.<br/>Ultimo PI è stato %1 fa. @@ -1150,7 +1433,124 @@ A Headless Client has been disconnected. This will cause malfunctions. Head back to HQ for saving ASAP and ask an Admin for a restart. + L'Headless Client è stato disconnesso. Ciò causerà malfunzionamenti. Torna al QG per salvare il prima possibile e chiedi ad un Amministratore di riavviare. 헤드리스 클라이언트의 연결이 끊어졌습니다. 이로 인해 오작동이 발생할 수 있습니다. 본부로 돌아가 최대한 빨리 저장한 후, 관리자에게 재시작을 요청하십시오. + Virtuální entita byla odpojena. Toto může způsobit problémy. Vrať se okamžitě na HQ, abys uložil hru a řekni Adminovi o restart. + + + %1 Airbase + %1 Base Aérienne + %1 공군 기지 + + + Factory near %1 + Usine près de %1 + %1 인근 공장 + + + Forest near %1 + Foret près de %1 + %1 인근 숲 + + + Outpost near %1 + Avant-poste près de %1 + %1 인근 전초기지 + + + Resource near %1 + Ressource près de %1 + %1 인근 자원채취소 + + + Roadblock near %1 + Barrage routier près de %1 + %1 인근 검문소 + + + Seaport near %1 + Port près de %1 + %1 인근 항구 + + + Watchpost near %1 + Poste d'observation près de %1 + %1 인근 관측초소 + + + Airbase Lost + Base Aérienne perdu + 공군 기지 잃음 + + + Factory Lost + Usine perdu + 공장 잃음 + + + Outpost Lost + Avant-poste perdu + 전초기지 잃음 + + + Resource Lost + Ressource perdu + 자원채취소 잃음 + + + Seaport Lost + Port perdu + 항구 잃음 + + + %1 lost an Airbase + %1 à perdu une Base Aérienne + %1 세력이 공군 기지를 잃음 + + + %1 lost a Factory + %1 à perdu une Usine + %1 세력이 공장을 잃음 + + + %1 lost an Outpost + %1 à perdu un Avant-poste + %1 세력이 전초기지를 잃음 + + + %1 lost a Resource + %1 à perdu une Ressource + %1 세력이 자원채취소를 잃음 + + + %1 lost a Seaport + %1 à perdu un Port. + %1 세력이 항구를 잃음 + + + Airbase Taken + Base Aérienne capturé + 공군 기지 점령 + + + Factory Taken + Usine capturé + 공장 점령 + + + Outpost Taken + Avant-poste capturé + 전초기지 점령 + + + Resource Taken + Ressource capturé + 자원채취소 점령 + + + Seaport Taken + Port capturé + 항구 점령 Garrison @@ -1247,7 +1647,9 @@ You cannot capture airbases until you reach War Level 3. + Non puoi catturare gli Aeroporti prima del Livello di Guerra 3. 워 레벨 3에 도달하기 전에는 공군 기지를 점령할 수 없습니다. + Nemůžeš zabírat Letiště dokud úroveň války nedosáhne úrovně 3. Capture @@ -1366,7 +1768,9 @@ You lack the resources to build this Watchpost or Roadblock. <br/><br/> %1 HR and %2 € needed. + Ti mancano le risorse per costruire questo Posto di Guardia o Posto di Blocco. <br/><br/> %1 HR e %2 € richiesti. 당신은 감시초소나 검문소를 건설하기 위한 자원이 부족합니다.<br/><br/> 인력 %1 포인트와 %2 €가 필요합니다. + Chybí ti zdroje, abys vybudoval Předsunutou hlídku nebo Zátaras. <br/><br/> %1 HR a %2 € je vyžadováno. Radio required @@ -1419,7 +1823,9 @@ Position selected is very close to an enemy zone.<br/><br/> Please select another position. + Il posto selezionato è molto vicino a zone nemiche.<br/><br/> Selezionane un altro. 선택한 장소가 적 구역과 매우 가깝습니다.<br/><br/> 다른 장소를 선택해 주세요. + Vybrané místo je příliš blízko k nepřátelské zoně.<br/><br/> Prosím vyber jinou pozici. Selected position cannot be outside the map. @@ -1593,9 +1999,41 @@ Varlıkları Yrniden Oluştur 重建资产 + + Radio Tower Destroyed + Tour Radio détruite + 통신탑 파괴함 + + + Radio Tower + Tour Radio + 통신탑 + + + You decided to rest for some time. + 잠시 쉬기로 결정했습니다. + + + Back at it, soldier. The rebellion needs you. + 깨어나십시오 용사여, 반군에겐 당신이 필요합니다. + + + HR: %1%2 + 인력 %1%2 + + + Money: %1%2 € + 자금: %1%2 € + + + %1 Resources + %1 자원채취소 + Vehicle must be closer than 50 meters to the HQ marker. + Il veicolo deve essere entro 50 metri dal marcatore del quartier generale. 차량이 본부 마커에서 50미터 이내로 들어와야 합니다. + Vozidlo musí být blíž než 50 metrů od značky HQ. In order to sell the vehicle, it must be empty. @@ -1682,6 +2120,14 @@ Araç satıldı. 载具已出售 + + Rank: %5 | HR: %1 | Your Money: %6 € | %11 Money: %2 € | Airstrikes: %7 | %9 Aggr: %3 | %10 Aggr: %4 | War Level: %8 | Undercover Mode: %12 + 계급: %5 | 인력: %1 | 당신의 자금: %6 € | %11의 자금: %2 € | 공습: %7 | %9 공격성: %3 | %10 공격성: %4 | 전쟁 레벨: %8 | 위장 모드: %12 + + + Commander: %3 | Rank: %2 | HR: %1 | Your Money: %4 € | %8 Aggr: %5 | %9 Aggr: %6 | War Level: %7 | Undercover Mode: %10 + 지휘관: %3 | 계급: %2 | 인력: %1 | 당신의 자금: %4 € | %8 공격성: %5 | %9 공격성: %6 | 전쟁 레벨: %7 | 위장 모드: %10 + Vehicle locked. Fahrzeug verschlossen. @@ -1697,7 +2143,9 @@ You cannot lock or unlock destroyed vehicles. + Non puoi aprire/chiudere veicoli distrutti. 파괴된 차량은 잠금/잠금 해제가 불가능합니다. + Nemůžeš odemknout/zamknout zničené vozidlo. You are not looking at a vehicle. @@ -1747,7 +2195,9 @@ You cannot lock or unlock vehicles which you do not own. + Non puoi aprire/chiudere veicoli che non possiedi. 당신의 소유가 아닌 차를 잠금/잠금 해제할 수 없습니다. + Nemůžeš odemknout/zamknout které nevlastníš. Vehicle unlocked. @@ -1775,6 +2225,55 @@ Aracın kilidini açın 解锁载具 + + A small team is being sent to establish an overwatch point. The commander must use HC to move the team to their destination. + 관측 지점을 구축하기 위해 소규모 팀이 파견되었습니다. 지휘관은 하이 커맨드를 사용해 팀을 목적지로 이동시켜야 합니다. + + + Watchpost Deploy + 관측초소 배치 + + + We are sending a squad to establish a roadblock. The commander must use HC to move the squad to its destination. + 관측소를 설치하기 위해 분대를 보내고 있습니다. 지휘관은 하이 커맨드를 사용하여 분대를 목적지로 이동시키십시오. + + + Roadblock Deploy + 검문소 배치 + + + Enemy Comms Lost + 적군 통신 놓침 + + + Enemy Comms Intercepted + 적군 통신 가로챔 + + + Low + Bas + 낮음 + + + Medium + Moyen + 중간 + + + High + Haut + 높음 + + + Very High + Très haut + 매우 높음 + + + Extreme + Extrême + 최대 + @@ -1815,7 +2314,9 @@ A convoy from %1 is about to depart at %2. It will provide ammunition to %3. Try to intercept it. Steal or destroy that truck before it reaches its destination. + Un convoglio da %1 è in procinto di partire alle %2. Trasporta munizioni verso %3. Prova ad intercettarlo. Ruba o distruggi i veicoli prima che raggiungano la destinazione. %1에서 온 수송대가 %2에서 출발하려고 하며, 이는 %3에게 탄약을 제공할 것입니다. 수송을 방해하여 해당 트럭이 목적지에 도달하기 전에 훔치거나 파괴하십시오. + Konvoj z %1 bude odjíždět v %2 a veze munici do %3. Zkus ho zachytit. Ukradni nebo znič náklaďák než dosáhne cíle. Ammo Convoy @@ -1830,8 +2331,8 @@ 弹药补给车队 - A convoy from %1 is about to depart at %2. It will reinforce %3 with armored vehicles. Try to intercept it. Steal or destroy the armor before it reaches it's destination. - %1에서 온 수송대가 %2에서 출발하려고 하며, 이는 %3의 기갑 차량을 증원할 것입니다. 수송을 방해하여 그것이 목적지에 도달하기 전에 훔치거나 파괴하십시오. + A convoy from %1 is about to depart at %2. It will reinforce %3 with armored vehicles. Try to intercept it. Steal or destroy the armor before it reaches its destination. + %1의 호송대가 %2에서 출발하려고 하며, 이는 %3에 기갑 차량을 증원할 것입니다. 수송을 방해하여 그것이 목적지에 도달하기 전에 훔치거나 파괴하십시오. Armored Convoy @@ -1871,7 +2372,9 @@ A group of POWs is being transported from %1 to %3, and it's about to depart at %2. Intercept the convoy and bring the POWs back to HQ, alive if possible. + Un gruppo di PG sta per essere trasportato da %1 verso %3, partirà per le %2. Intercettalo e riporta i prigionieri al quartier generale, vivi se possibile. %1의 포로 무리가 %3(으)로 수송되는 중이며, %2에서 출발하려고 합니다. 수송을 방해하여 수송대를 가로채고 가능하다면 포로들을 살려서 본부로 데려오도록 하십시오. + Skupina válečných zajatců je převážena z %1 do %3 a bude odjíždět v %2. Zkus konvoj zachytit. Zabij nebo zajmi řidiče náklaďáku aby se k tobě přidal a přivez je na HQ, pokud možno živé. Prisoner Convoy @@ -1887,8 +2390,10 @@ Reinforcements are being sent from %1 to %3 in a convoy, and it's about to depart at %2. Intercept the convoy, kill all the troops, and destroy their vehicles. + I rinforzi verranno mandati da %1 verso %3 in un convoglio, partiranno alle %2. Intercettali e distruggi le truppe e i veicoli. Des renforts sont envoyés de %1 à %3 dans un convoi, et il est sur le point de partir à %2. Essayez d'intercepter et éliminer tout les objectifs. %1의 증원군이 호송대로 %3(으)로 보내지는 중이며, %2에서 출발하려고 합니다. 호송대를 방해하여 모든 병력을 사살하고 차량을 파괴하십시오. + Posily jsou posílány z %1 do %3 v konvoji a budou vyjíždět v %2. Zkus ho zastavit, pozabíjet všechny vojáky a jejich vozidla. Reinforcements Convoy @@ -1904,8 +2409,10 @@ A truck with medical supplies, destination %3, is about to depart at %2 from %1. Intercept the convoy, steal the truck, bring it to %3, and let the people know the %4 is giving the aid they need. + Un veicolo carico di rifornimenti medici rifornirà %3 partirà per le %2 da %1.Intercetta il convoglio, ruba il veicolo e portalo a %3 e fai in modo che la gente sappia che %4 sta portando i rifornimenti. Un camion avec des fournitures médicales à destination %3, est sur le point de partir à %2 depuis %1. Volez ce camion, amenez le à %3 et faites savoir aux gens que c'est %4 qui donne ces fournitures. %1의 목적지가 %3인 의료 보급 트럭이 %2에서 출발하려고 합니다. 호송대를 방해하여 해당 트럭을 훔쳐 %3에게 가져간 다음 그들이 필요한 자원을 %4가 제공하고 있다는 사실을 사람들에게 알리십시오. + Náklaďák se zdravotnickými zásobami pro %3 bude odjíždět v %2 z %1. Ukradni ho a přivez ho do %3 aby lidé věděli že jsou to %4 kdo poskytuje tyto zásoby. Supply Convoy @@ -1921,6 +2428,49 @@ + + The enemy has sent Special Forces to our HQ to assassinate Petros. Stop them, or move HQ before they get here. + 적이 페트로스를 암살하기 위해 특수부대를 우리 본부로 보냈습니다. 그들을 막거나 본부로 오기 전에 본부를 옮기십시오. + + + Defend Petros + Défendez Petros + 페트로스 보호 + + + Roadblock Destroyed + Barrage routier Détruit + 검무소 파괴됨 + + + Watchpost Lost + Poste d'observation perdu + 관측초소 잃음 + + + %2 is attacking the civilians in %1 to punish them for their support of the rebellion. Defend the city at all costs! + %2 세력이 반군을 지지한 사람들을 학살하기 위해 %1의 민간인을 공격하고 있습니다. 무슨 수를 써서라도 도시를 지켜내십시오! + + + %1 Punishment + %1의 학살 + + + Roadblock Lost + 검문소 잃음 + + + %1 is launching a major attack against our garrison at %2. Stop them if you can, or live to fight another day. + %1 세력이 %2에 있는 우리 주둔군을 상대로 대대적인 공격을 시작하고 있습니다. 가능하면 그들을 저지하거나, 살아남아 다른 날에 싸우십시오. + + + %1 is attacking the %2 garrison at %3. + + + %1 Attack + %1 Attaque + %1의 공격 + General Allgemein @@ -1985,6 +2535,35 @@ Yakındaki ağaçları temizle 清除树林 + + Antistasi has a custom save system similar to other CTIs.<br/><br/>To Save: Your commander needs to go to the <t color='#f0d498'>Map Board</t>, scroll-select <t color='#f0d498'>""Game Options""</t> and click on the <t color='#f0d498'>""Persistent Save""</t> button. + 안티스타시에는 다른 CTI 모드와 유사한 사용자 정의 저장 시스템이 있습니다.<br/><br/>저장 방법: 지휘관은 <t color='#f0d498'>지도 화이트보드</t>로 이동하여 스크롤 선택으로<t color='#f0d498'>""게임 설정""</t>을 선택하고 <t color='#f0d498'>""영구 저장""</t> 버튼을 누르십시오. + + + Current parameters are configured to auto-save every %1 minutes. + 현재 매개변수는 %1분마다 자동으로 저장하도록 설정되어 있습니다. + + + Auto-save is currently disabled. + 자동 저장이 현재 비활성화되어 있습니다. + + + W A R N I N G + ATTENTION + 경 고 + + + Current level: %2. Next Level Training Cost: %1 €. + 현재 레벨: %2. 다음 레벨 훈련 비용: %1 €. + + + Fast traveling, travel time: %1s, please wait. + 빠른 이동 중. 도착 시간까지: %1초, 잠시만 기다려 주십시오... + + + You arrived at the destination. + 목적지에 도착했습니다. + %1 Fast Travel has been cancelled because some player has boarded their vehicle and the destination is not HQ or an Airbase. %1 Viaggio Rapido è stato cancellato perché un giocatore è salito a bordo del veicolo e la destinazione non è un QG o una Base Aerea @@ -2070,8 +2649,10 @@ You cannot Fast Travel to an area under attack or with enemies nearby. + Non puoi effettuare il Viaggio Rapido verso un'area sotto attaco o con nemici nei paraggi. Vous ne pouvez pas voyager rapidement vers une zone attaquée ou avec des ennemis à proximité. 적에게 공격당하거나 근처에 있는 곳으로 빠른 이동을 할 수 없습니다. + Nemůžeš rychle cestovat do lokace která je pod útokem nebo má v okolí nepřátelé. You cannot Fast Travel groups commanded by players. @@ -2121,8 +2702,10 @@ You cannot fast travel while being punished for friendly fire. + Non puoi effettuare il viaggio rapido mentre sei Ammonito per il FA Vous ne pouvez pas voyager rapidement en étant puni pour tir-ami. 아군오사 처벌을 받는 동안에는 빠른 이동을 할 수 없습니다. + Nemůžeš rychle cestovat, když jsi trestán za palbu do vlastních. There are no members near the target location. You need to be within %1 km of HQ, an attack, commander or a member. @@ -2179,6 +2762,36 @@ Hızlı Seyahat 快速旅行 + + AI Limit + Limite d'IA + AI 제한 + + + Civilian Limit + Limite de Civils + 민간인 제한 + + + Only our Commander or admin has access to + 지휘관이나 관리자만 다음 기능에 액세스할 수 있습니다 + + + is already at lower limit of + 이미 다음의 최소 한도에 도달했습니다: + + + Spawn Distance + 스폰 거리 + + + HQ Spawn Options + 본부 스폰 옵션 + + + is already at upper limit of + 이미 다음의 최대 한도에 도달했습니다: + An Explosive Specialist is available on your High Command bar.<br/><br/>Send him anywhere on the map to deactivate mines. He will load his truck with mines he found.<br/><br/>Upon returning back to HQ he will unload mines stored in his vehicle. Uno Specialista Esplosivi è disponibile nella barra Alto Comando.<br/><br/>Mandalo ovunque debbano essere disarmate mine. Caricherà il suo veicolo con le mine disarmate.<br/><br/>Quando sarà di ritorno al QG scaricherà le mine dal veicolo. @@ -2478,6 +3091,37 @@ Birliği Göreve Al 招募班组 + + Cost: %1 €. HR: %2 + 비용: %1 €. 인력: %2 + + + Cost: %1 € + Coût! %1 € + 비용: %1 € + + + Radio Operator + Opérateur Radio + 무전병 + + + + + Decimated + Décimé + 전멸 + + + Good + Bon + 좋음 + + + Weakened + Affaibli + 약해짐 + @@ -2560,6 +3204,7 @@ %7<br/><br/>Total population: %1<br/>%6 Support: %2<br/>%5 Support: %3<br/><br/>Murdered Population: %4<br/><br/>Click on a zone for a detailed view + %7<br/><br/>Popolazione totale:%1<br/>%6 Supporto:%2<br/>%5 Supporto %3:<br/><br/>Popolazione uccisa: %4<br/><br/>Clicca sulla zona per una vista dettagliata %7<br/><br/>총 인구: %1<br/>%6 지지도: %2<br/>%5 지지도: %3<br/><br/>죽은 인구: %4<br/><br/>원하는 구역을 클릭하십시오 @@ -2640,6 +3285,31 @@ Jesteś teraz uważany za AFK. Możesz stracić rolę dowódcy, jeśli zostaną uruchomione wybory. Nyní jsi AFK, můžeš ztratit roli Velitele pokud bude vyvoláno hlasování. + + %1 Airbase + %1 Base Aérienne + %1 공군 기지 + + + Factory + Usine + 공장 + + + %1 Outpost + %1 Avant-poste + %1 전초기지 + + + Resources + Ressources + 자원채취소 + + + Sea Port + Port + 항구 + AI Load Info Carica Info IA @@ -2937,6 +3607,20 @@ Uyarı 警告 + + Arsenal Updated + Arsenal mis à jour + 무기고 업데이트 + + + %1 joined %2 + %1 rejoint %2 + %2 마을이 %1 세력을 지지함 + + + Taxes Income<br/> <t size='0.5' color='#C1C0BB'><br/>Manpower: +%1<br/>Money: +%2 € + 세금 획득<br/> <t size='0.5' color='#C1C0BB'><br/>인력: +%1<br/>자금: +%2 + @@ -2974,7 +3658,9 @@ Illegible text encountered, need to decipher meaning from context. + Testo illegibile pervenuto, necessità di decifrare il significato dal contesto. 읽을 수 없는 텍스트가 발견되었습니다. 문맥에서 의미를 해독해야 합니다. + Objevil se nečitelný text, je třeba rozluštit rozluštit význam z kontextu. Decipher codename @@ -3326,6 +4012,10 @@ Znaleziono dane zaopatrzenia dla broni<br/> %1<br/> Odblokowano tę broń! Nalezli jste zásobovací data pro<br/>%1<br/>Odemknul sis tuto zbraň! + + Intel Found + 정보 획득 + Intel Intel @@ -3444,6 +4134,9 @@ A %3 officer is inspecting %1. Go there and kill him before %2. + Un ufficiale %3 sta ispezionando %1. Recati lì ed uccidilo entro %2. + %3의 장교가 %1을(를) 시찰 중입니다. %2 전에 가서 그를 사살하십시오. + Důstojník %3 kontroluje %1. Jděte tam a zabijte ho před %2. Kill the Officer @@ -3454,11 +4147,20 @@ Zabít důstojníka. 消灭敌方军官 + + Special Forces team decimated at a %1. + 특수부대 팀이 %1에서 전멸하였습니다. + We have spotted a %3 Special Forces team patrolling around a %1. Ambush them and we will have one less problem. Do this before %2. Be careful, they are tough boys. + Abbiamo avvistato una squadra di FS %3 in pattugliamento intorno a %1. Tendi un'imboscata e avremo un problema in meno. Fallo entro %2. Sii cauto, sono uomini duri. + %1 인근을 순찰하는 %3 소속 특수작전조를 발견했습니다. 그들을 기습하면 골치아픈 문제가 하나 줄어들 것입니다. %2 이전까지 이 작업을 수행하십시오. 조심하세요. 그들은 고도로 훈련된 녀석들입니다. + Zpozorovali jsme tým speciálních jednotek %3, který hlídá okolí %1. Přepadněte je a budeme mít o jeden problém méně. Udělejte to před %2. Buďte opatrní, jsou to tvrdí borci. Special Forces + 특수부대 + Speciální jednotka Someone found some intel on the traitors family, he will not cause any problems any more! @@ -3471,6 +4173,9 @@ A traitor has scheduled a meeting with %3 forces in %1. Kill him before he provides enough intel to give us trouble. Do this before %2. We don't know where exactly this meeting will happen. You will recognize the building by the nearby parked vehicle and %3 presence. + Un traditore si incontrerà con %4 a %1. Uccidilo prima che possa fornirgli intelligence e crearci problemi. Fallo entro %2. Non sappiamo dove avverrà l'incontro. Riconoscerai l'edificio dal Fuoristrada parcheggiato e dalla presenza di %3. + 한 배신자가 %1에서 %3 세력과 만남을 가지기로 일정을 잡았습니다. 그가 우리에게 문제를 일으킬 수 있는 정보를 제공하기 전에 그를 사살하십시오. %2 전에 수행하십시오. 이 만남이 어디서 일어나는지는 정확히 알 수 없습니다. 근처에 있는 오프로드와 %3의 존재로 알 수 있습니다. + Zrádce naplánoval setkání s %3 v %1. Zabijte ho dříve, než poskytne dost informací, které by nám způsobily problémy. Udělejte to před %2. Nevíme přesně, kde to setkání proběhne. Budovu poznáte podle nedalekého zaparkovaného vozidla, a přítomnosti %3. Kill the Traitor @@ -3497,6 +4202,10 @@ Obiekt %1 zakłóca nasze operacje w okolicy. Udaj się tam i zdobądź go przed %2. %1 narušuje naše operace v této oblasti. Jděte tam a zaberte to před %2. + + An enemy garrison here is disturbing our operations in the area. Go there and secure the area before %1. + 이 곳의 적 주둔군이 해당 지역에서 우리 작전을 방해하고 있습니다. 가서 %1 전까지 지역을 확보하십시오. + Resource Acquisition Acquisizione di risorse @@ -3514,10 +4223,20 @@ Zabrat základnu 夺取哨站 + + Destroy Roadblock + 검문소 파괴 + + + Secure the AO + 작전 구역 확보 + A convoy from %1 is about to depart at %2. It will provide ammunition to %3. Try to intercept it. Steal or destroy that truck before it reaches its destination. + Un convoglio da %1 è in procinto di partire alle %2. Trasporta munizioni verso %3. Prova ad intercettarlo. Ruba o distruggi i veicoli prima che raggiungano la destinazione. Un convoy de %1 saldrá a las %2. Lleva munición munición a %3. Intente interceptarlo. Robe o destruya ese camión antes de que llegue a su destino. %1에서 온 수송대가 %2에서 출발하려고 하며, 이는 %3에게 탄약을 제공할 것입니다. 수송을 방해하여 해당 트럭이 목적지에 도달하기 전에 훔치거나 파괴하십시오. + Konvoj z %1 bude odjíždět v %2 a veze munici do %3. Zkus ho zachytit. Ukradni nebo znič náklaďák než dosáhne cíle. A coluna de %1 está prestes a partir a %2. Vai providenciar munições para %3. Tenta interceptar. Rouba ou destrói a carrinha antes que chegue ao seu destino. %1 'den bir Konvoy %2 'ye gitmek üzere. %3 'e mühimmat sevkiyatı yapacak. Hedefine ulaşamadan aracı çalın ya da yok edin. @@ -3533,8 +4252,10 @@ A convoy from %1 is about to depart at %2. It will reinforce %3 with armored vehicles. Try to intercept it. Steal or destroy the armor before it reaches it's destination. + Un convoglio da %1 è in procinto di partire alle %2. Rinforzerà %3 con veicoli corazzati. Prova ad intercettarlo. Ruba o distruggi i veicoli prima che raggiungano la destinazione. Un convoy de %1 saldrá a las %2. Reforzará %3 con vehículos blindados. Intente interceptarlo. Robe o destruya esa cosa antes de que alcance su destino. %1에서 온 수송대가 %2에서 출발하려고 하며, 이는 %3의 기갑 차량을 증원할 것입니다. 수송을 방해하여 그것이 목적지에 도달하기 전에 훔치거나 파괴하십시오. + Konvoj z %1 bude odjíždět v %2. Posílí %3 obrněnými vozidly. Zkus ho zachytit. Ukradni nebo znič všechny vozidla než dosáhnou cíle. A coluna de %1 está prestes a partir a %2. Vai reforçar %3 com veículos blindados. Tenta interceptar. Rouba ou destrói a coisa antes que chegue ao seu destino. %1 'den bir Konvoy %2 'ye gitmek üzere. %3 'e Zırhlı birlik kaydıracak. Hedefine ulaşamadan aracı çalın ya da yok edin. @@ -3621,7 +4342,9 @@ We need to destroy or take a Radio Tower in %1. This will interrupt the coverage of %3 radio propaganda. Do it before %2. + Dobbiamo distruggere o catturare la Torre Radio a %1. Ciò interromperà la Rete di Propaganda %3. Falla entro %2. %1에 있는 파괴하거나 점령해야 합니다. 그러면 %3의 프로파간다 네트워크 송신이 중단됩니다. %2 전까지 수행하십시오. + Musíme zničit nebo obsadit vysílací věž v %1. To přeruší propagandistickou síť %3. Udělejte to před %2. Destroy Radio Tower @@ -3651,7 +4374,9 @@ We know an enemy armor (%3) is stationed in %1. We have a unique opportunity to steal or destroy the armor before it becomes an issue later on. Do it before %2. + Sappiamo che un blindato nemico (%3) è stazionato a %1. Possiamo distruggerlo o rubarlo prima che possa causare danni. Fallo entro %2. %1에 적 기갑(%3)이 배치되었다는 걸 알고 있습니다. 나중에 더 큰 문제가 되기 전에 파괴하거나 훔칠 수 있는 좋은 기회입니다. %2 전까지 수행하십시오. + Víme, že nepřátelský tank (%3) je umístěn v %1. Je to dobrá příležitost ho zničit nebo ukrást, než způsobí větší škody. Udělejte to před %2. Steal or Destroy Armor @@ -3689,7 +4414,9 @@ Don't get the truck far from the bank or the countdown will restart. + Non allontanre il camion dalla banca o il conto ricomincerà. 트럭을 은행에서 멀리 두지 마십시오. 멀리 두면 카운트가 초기화됩니다. + Nevzdaluj se s náklaďákem od banky nebo se odpočet restartuje. Drive the Truck back to base to finish this mission. @@ -3710,7 +4437,9 @@ A squad of Gendarmeries are guarding a large amount of money in the bank of %1. Take the Truck at HQ and go there before %2. Once you're there, hold the truck next to the bank's main entrance for 2 minutes and the money will be transferred to the truck. Bring the truck back to HQ and the money will be ours. + Sappiamo che i Gendarmi sono a guardia di una grossa somma di denaro nella banca di %1. Prendi questo camion e recati lì entro %2, mantieni il camion nei pressi dell'entrata principale della banca per 2 minuti e il denaro verrà trasferito al veicolo. Riportalo al QG e il denaro sarà nostro. 우린 적 헌병대가 %1의 은행에 거금을 지키고 있다는 걸 알고 있습니다. 이 트럭을 타고 %2 전까지 그 곳으로 가서 트럭을 2분간 주차하고 있으면 돈이 트럭으로 옮겨질 것입니다. 그 돈을 본부로 가져오면 돈은 우리의 것이 될 것입니다. + Víme, že četníci střeží velké množství peněz v bance v %1. Vezměte tento náklaďák a jděte tam před %2, zastavte naklaďák blízko hlavního vchodu banky po dobu 2 minut a peníze budou převedeny do vozu. Vraťte ho zpět do základny a peníze budou naše. Bank Robbery @@ -3782,7 +4511,9 @@ %1 population is in need of supplies. We may improve our relationship with that city if we are the ones who provide them. A crate with enough supplies for the whole town has been placed near our HQ. Deliver the crate to %1 city center, hold it there for %3 minutes and it's done. Do this before %2. + La popolazione di %1 necessita di approvvigionamenti. Possiamo migliorare il nostro rapporto con la città se siamo noi coloro che consegneranno i rifornimenti. Ho posizionato una cassa con i rifornimenti vicino al nostro QG. Consegna la cassa al centro di %1, mantieni la posizione per %3 minuti e sarà fatto. Fallo entro %2. %1의 주민들은 보급품이 필요합니다. 우리가 보급품을 제공할 수 있는 존재라면 그들과의 관계를 개선할 수 있을 것입니다. 본부 근처에 보급품이 있는 상자를 놓았습니다. 상자를 %1의 도심에 배달하여 %3분 동안 그 곳에 두면 완료됩니다. %2 전까지 수행하십시오. + Obyvatelé města %1 potřebují zásoby. Mohli bychom zlepšit vztah s tímto městem, pokud jim poskytneme pomoc. Umístil jsem bednu se zásobami poblíž naší základny. Doručte tuto bednu do centra města %1, držte jí tam po dobu %3 minut, a je hotovo. Udělejte to před %2. City Supplies @@ -3808,6 +4539,83 @@ Zakłóć odbudowę wieży radiowej. Rušení obnovy věže + + I have a mission for you, check the task menu for details. + 할 임무가 있습니다. 자세한 내용은 임무 메뉴를 확인하십시오. + + + I already gave you that type of mission, check your task menu. + 이미 해당 유형의 임무를 주었습니다. 임무 메뉴를 확인하십시오. + + + I have no Assassination missions for you. Move our HQ closer to the enemy. + 할 수 있는 암살 임무가 없습니다. 우리 본부를 적에게 더 가까이 이동시키십시오. + + + Assassination missions require cities, airbases, or SF-patrolled areas within 4km of HQ. + 암살 임무에는 본부로부터 4km 이내의 도시, 공군 기지 또는 특수부대 순찰 구역이 필요합니다. + + + I have no Conquest missions for you. Move our HQ closer to the enemy. + 할 수 있는 점령 임무가 없습니다. 우리 본부를 적에게 더 가까이 이동시키십시오. + + + Conquest missions require outposts, roadblocks, or resource markers within 4km of HQ. + 점령 임무는 본부로부터 4km 이내에 전초기지, 검문소 또는 자원채취소가 필요합니다. + + + I have no Convoy missions for you. Move our HQ closer to the enemy. + 할 수 있는 호송대 임무가 없습니다. 우리 본부를 적에게 더 가까이 이동시키십시오. + + + No Convoys around here, there's too much fighting going on. + 너무 많은 전투가 벌어지고 있기 때문에 여기 주변에는 호송대가 없습니다. + + + With a major attack happening, the enemy doesn't have the resources to send convoys. + 대규모 공격이 발생할 때는 적군은 호송대를 보낼 자원이 없습니다. + + + Convoy missions require two idle bases with a road route, within 3km of HQ. + 호송대 임무에는 본부로부터 3km 이내에 도로 경로가 있고 활동 중이지 않은 기지 2개가 필요합니다. + + + I have no Destroy missions for you. Move our HQ closer to the enemy. + 할 수 있는 파괴 임무가 없습니다. 우리 본부를 적에게 더 가까이 이동시키십시오. + + + Destroy missions require airbases or enemy radio towers within 4km of HQ. + 파괴 임무에는 본부로부터 4km 이내에 있는 공군 기지나 적 통신탑이 필요합니다. + + + I have no Logistics missions for you. Move our HQ closer to the enemy. + 할 수 있는 병참 임무가 없습니다. 우리 본부를 적에게 더 가까이 이동시키십시오. + + + Logistics missions require outposts, seaports, or banks within 4km of HQ. + 병참 임무에는 본부로부터 4km 이내에 전초기지, 항구 또는 은행이 필요합니다. + + + I have no Rescue missions for you. Move our HQ closer to the enemy. + 할 수 있는 구출 임무가 없습니다. 우리 본부를 적에게 더 가까이 이동시키십시오. + + + Rescue missions are random, but you need cities or outposts within 4km of HQ. + 구출 임무는 무작위이지만 본부로부터 4km 이내에 도시나 전초기지가 필요합니다. + + + I have no Support missions for you. Move our HQ closer to the enemy. + 할 수 있는 지원 임무가 없습니다. 우리 본부를 적에게 더 가까이 이동시키십시오. + + + Support missions require cities within 4km of HQ. + 지원 임무에는 본부로부터 4km 이내에 도시가 필요합니다. + + + Missions + Missions + 임무 + A group of POWs is awaiting for execution in %1. We must rescue them before %2. Bring them to HQ. Un gruppo di PG sta attendendo la propria esecuzion a %1. Dobbiamo soccorerli entro %2. Portali al QG. @@ -3907,6 +4715,7 @@ You must be looking at a player in order to give him money. + Devi guardare un giocatore per dargli dei soldi. Tiene que mirar a otro jugador para darle dinero. Vous devez regarder un joueur pour pouvoir lui donner de l'argent. 다른 플레이어에게 돈을 주려면 그 플레이어를 바라보고 있어야 합니다. @@ -3994,13 +4803,14 @@ You are not looking at anyone. + Non stai guardando nessuno. Vous ne pointez personne. 당신은 누구도 보고 있지 않습니다. Neukazuješ na nikoho. %1 has been removed from the Server Members List. - %1 è stato rimosso alla Lista dei Membri del Server + %1 è stato rimosso dalla Lista dei Membri del Server %1 ha sido eliminado de la lista de miembros del servidor. %1 a été retiré de la liste des Membres du Serveur. %1이(가) 서버 멤버 목록에서 제외되었습니다. @@ -4036,6 +4846,7 @@ 게임 내 멤버<br/><br/> Członkowie w grze<br/><br/> Členové ve hře<br/><br/> + 游戏中白名单玩家 %1<br/>No. members:<br/>%2 @@ -4045,6 +4856,7 @@ %1<br/>멤버 수:<br/>%2 %1<br/>Liczba członków:<br/>%2 %1<br/>Počet hráčů:<br/>%2 + %1<br/>不是. 白名单玩家:<br/>%2 Server Member feature is disabled. @@ -4074,6 +4886,7 @@ 연결이 끊어지고 있습니다, 전우! Towarzyszu, tracimy łączność! Soudruhu, ztrácíme kontakt! + 同志,我们正在失去与你的联系! Retreat <t color='#f0d498'>%1 m %2</t>, within <t color='#f0d498'>%3 s</t>.<br/>Stay within %4 km of HQ or a member. Failure to comply will re-insert you at HQ. @@ -4082,6 +4895,31 @@ <t color='#f0d498'>%3초</t> 안에 <t color='#f0d498'>%1m 거리 %2 방향</t>으로 후퇴하십시오.<br/>본부 또는 멤버로부터 %4km 이내에 있으십시오. 지키지 않으면 본부로 다시 리스폰됩니다. Odwrót <t color='#f0d498'>%1 m %2</t>, w ciągu <t color='#f0d498'>%3 s</t>.<br/>Pozostań w odległości %4 km od kwatery głównej lub członka. Niezastosowanie się do tego polecenia spowoduje teleportacje do kwatery głównej. Stáhněte se <t color='#f0d498'>%1 m %2</t> zpět, do <t color='#f0d498'>%3 s</t>.<br/>Zůstaňte v okolí %4 km od základny nebo od člena týmu. Nedodržení tohoto nařízení vás převede zpět na základnu. + 在<t color='#f0d498'>%3 秒内</t> 立即后撤<t color='#f0d498'>%1 米 %2</t>.<br/> 确保你距离总部或者服务器白名单玩家不超过 %4 千米. 不服从组织纪律将会把你传唤回总部. + + + Money +%1 + Argent +%1 + +%1 자금 + 资金增加 +%1 + + + Promoted Players: + Joueurs Promus: + 진급된 플레이어: + 已晋升的玩家有: + + + Promotion + Promotion + 진급 + 晋升 + + + Congratulations! + Félicitations! + 축하합니다! + 恭喜你 %1 has not enough resources to grab. @@ -4090,6 +4928,7 @@ %1은(는) 가져갈 수 있는 자금이 부족합니다. %1 nie ma wystarczająco dużo zasobów do pobrania. %1 nemá dostatek zdrojů na to, aby jsi něco vzal. + %1 没有足以能够拿取的资源 You grabbed 100 € from the %1 Money Pool.<br/><br/>This will affect your prestige and status among %1 forces. @@ -4098,6 +4937,7 @@ 당신은 %1의 공동 자금에서 100€를 가져갔습니다.<br/><br/>이는 %1의 군 내에서 당신의 지위와 위신에 영향을 미칠 것입니다. Zgarnąłeś 100 € z puli pieniędzy %1.<br/><br/>Wpłynie to na twój prestiż i status wśród sił %1. Vzal jsi 100€ z rozpočtu %1.<br/><br/>Tento čin ovlivní tvé postavení mezi členy %1 + 你从 %1 资金池中拿取了100 €. <br/><br/> 这将影响你在 %1阵营中的声誉以及地位. Money Grab @@ -4106,6 +4946,7 @@ 자금 인출 Grabież pieniędzy Vzít peníze + 拿取资金 You decided not to be eligible for commander. @@ -4162,6 +5003,24 @@ Komutan 指挥官 + + %1 is the new commander of our forces. Greet them! + %1 est notre nouveau commandant. Saluez-les! + %1 님이 우리 군의 새 지휘관입니다. 인사하십시오! + %1 是咱们阵营目前最新的指挥官. 快去打个招呼! + + + New Commander + Nouveau Commandant + 새 지휘관 + 新指挥官 + + + The commander has resigned. There is no eligible commander. + Le commandant à démissionner. Il n'y as pas de commandant éligible. + 지휘관이 사임했습니다. 적합한 지휘관이 없습니다. + 指挥官已离线.目前没有合适的指挥官. + Autorifleman role. Ruolo Fuciliere Automatico. @@ -4173,11 +5032,10 @@ 自动步枪手 - Autoriflemen have a slight bonus on carry capacity, but make more noise when they move. + Autoriflemen have a slight bonus on carry capacity, but make more noise when they move Les Mitrailleurs ont un léger bonus de capacité de transport, mais sont plus bruyants quand ils se déplacent. 자동소총수는 운반 용량에 약간의 보너스를 가지지만, 이동할 때 더 큰 소리를 냅니다. - Kulometčíci mají menší bonus k maximální váze, kterou unesou, ale dělají větší hluk při pohybu. - 自动步枪手在携带重量上略带优势, 但是在移动时会发出更大的动静. + Kulometčíci mají menší bonus k maximální váze, kterou unesou, ale dělají větší hluk při pohybu Commander role. @@ -4190,13 +5048,10 @@ 指挥官 - The commander is a lightweight unit with increased camouflage, medical and engineering capabilities. - Il comandante è un'unità leggera con capacità mimetiche, mediche e di genio aumentate. + The commander is a lightweight unit with increased camouflage, medical and engineering capabilities Le commandant est une unité légère avec des capacités de camouflage, médical et d'ingéniérie augmentées. 지휘관은 위장, 의료, 공병 능력이 향상된 경량 유닛입니다. - Dowódca jest lekką jednostką o zwiększonych możliwościach kamuflażu, medycznych i inżynieryjnych. - Velitel je lehká jednotka se zvýšenou kamufláží, a lékařskými a inženýrskými schopnostmi. - 指挥官是一个高伪装,兼备医疗以及工程才能一体的轻量化单位 + Velitel je lehká jednotka se zvýšenou kamufláží, a lékařskými a inženýrskými schopnostmi Engineer role. @@ -4209,10 +5064,10 @@ 工程师 - Engineers do not have any bonus or penalties, but have the ability to use Toolkits for vehicle repair. - Les Ingénieurs n'ont pas de bonus ou de malus, mais ils ont la capacité d'utiliser des Kits de Réparation pour restaurer les véhicules. + Engineers do not have any bonus or penalties, but have the ability to use Toolkits for vehicle repair + Les Ingénieurs n'ont pas de bonus ou de malus, mais ils ont la capacité d'utiliser des Kits de Réparation pour réparer les véhicules. 공병은 아무 보너스나 패널티가 없지만, 차량 수리를 위해 도구모음을 사용할 수 있는 능력이 있습니다. - Inženýři nemají žádné bonusy ani penalizace, ale můžou používat opravovací sady na opravení vozidel. + Inženýři nemají žádné bonusy ani penalizace, ale můžou používat opravovací sady na opravení vozidel Grenadier role. @@ -4225,13 +5080,10 @@ 榴弹手 - Grenadiers have a slight bonus on carry capacity, but are easy to spot. - I granatieri hanno un piccolo bonus sulla capacità di trasporto, ma sono facili da avvistare. + Grenadiers have a slight bonus on carry capacity, but are easy to spot Les Grenadiers ont un léger bonus de capacité de transport, mais sont facile à réperer. 유탄수는 운반 용량에 보너스를 가지지만, 발견되기 더 쉬워집니다. - Grenadierzy mają niewielką premię do udźwigu, ale są łatwi do wykrycia. - Granátometčíci mají menší bonus k váze kterou unesou, ale dají se jednodušeji spatřit. - 榴弹手在携带重量上略带优势, 但是更容易被敌人发现. + Granátometčíci mají menší bonus k váze kterou unesou, ale dají se jednodušeji spatřit Medic role. @@ -4244,13 +5096,10 @@ 卫生员 - Medics do not have any bonus or penalties, but have the ability to use certain medical items for full health restoration. - I Medici non hanno bonus o penalità, sono in grado di usare determinati oggetti medici per rigenerare totalmente la salute. + Medics do not have any bonus or penalties, but have the ability to use certain medical items for full health restoration Les Médecins n'ont pas de bonus ou de malus, mais ils ont la capacité d'utiliser certains objets médicaux afin de prodiguer des soins complets. 의무병은 보너스나 패널티가 없지만, 완치를 위해 특정한 의료품을 사용할 수 있는 능력이 있습니다. - Medycy nie mają żadnych premii ani kar, ale mają możliwość korzystania z niektórych przedmiotów medycznych w celu pełnego przywrócenia zdrowia. - Doktoři nemají žádné bonusy ani penalizace, ale můžou používat některé lékařské předměty k doplnění plného zdraví. - 卫生员并没有什么额外的奖励或者处罚特长,但是他们可以使用特定的医疗物品进行全面的医疗救助. + Doktoři nemají žádné bonusy ani penalizace, ale můžou používat některé lékařské předměty k doplnění plného zdraví Rifleman role. @@ -4263,17 +5112,14 @@ 步枪兵 - Riflemen do not have any bonus or penalties but can hack drones. - I Fucilieri non hanno bonus o penalità ma possono hackerare i droni. + Riflemen do not have any bonus or penalties but can hack drones Les Fusiliers n'ont pas de bonus ou de malus mais ils peuvent hacker des drones. 소총수는 보너스나 패널티가 없지만, 무인기를 해킹할 수 있습니다. - Strzelcy nie mają żadnych premii ani kar, ale mogą hakować drony. - Střelci nemají žádné bonusy ani penalizace, ale můžou hackovat drony. - 步枪兵并没什么额外的奖励以及处罚特长,但是他们可以骇入无人机. + Střelci nemají žádné bonusy ani penalizace, ale můžou hackovat drony Teamleader role. - Ruolo Teamleader. + Ruolo Caposquadra. Rôle de Chef d'équipe. 조장 역할 Rola - Dowódca sekcji @@ -4282,13 +5128,10 @@ 小组组长 - Teamleader are more lightweight units with increased camouflage capabilities. - I Teamleader sono unità leggere con capacità mimetiche aumentate. + Teamleader are more lightweight units with increased camouflage capabilities Les Chefs d'équipe sont des unités légères avec des capacités de camouflage augmentées. 조장은 위장 능력이 향상된 경량 유닛입니다. - Dowódcy sekcji to lżejsze jednostki o zwiększonych możliwościach kamuflażu. - Velitel týmu je lehká jednotka se zvýšenou kamufláží. - 小组组长是一个高伪装的轻量化单位 + Velitel týmu je lehká jednotka se zvýšenou kamufláží Unit Traits @@ -4297,6 +5140,7 @@ 유닛 특성 Cechy jednostek Vlastnosti jednotky + 单位特长 Unit Traits @@ -4305,6 +5149,7 @@ 유닛 특성 Cechy jednostek Vlastnosti jednotky + 单位特长 You have selected %1. @@ -4313,6 +5158,7 @@ 당신은 %1을(를) 선택했습니다. Wybrałeś %1. Zvolil jsi %1 + 你已选择 %1. @@ -4370,7 +5216,10 @@ Return to the AO ASAP! You have %1 seconds before you're shredded by enemy defenses. + Ritorna alla AO prima che tu venga fatto esplodere, hai %1 secondi. + Retournez dans la zone d'opération avant d'être explosé, vous avez %1 secondes. 최대한 빨리 작전 구역으로 돌아가십시오! 적의 방어에 압도되기 전까지 %1초의 시간이 남아 있습니다. + Vraťte se do operační oblasti ASAP! Máte %1 sekund než budete roztrháni nepřítelskou obranou. Out of bounds @@ -4379,6 +5228,7 @@ 경계를 벗어남 Poza granicą Mimo hranice + 可控范围之外 Control Unit @@ -4386,6 +5236,7 @@ Contrôle de l'unité 유닛 조종 Kontrolovat Jednotku + 控制单位 Watch your fire! @@ -4403,6 +5254,7 @@ 다치게 했다고! zranił cię! tě zranil! + 某人伤害了你! Returned to original Unit due to FF. @@ -4410,6 +5262,7 @@ Retour à l'unité d'origine à cause de tir ami. 아군 오사로 인해 원본 유닛으로 돌아왔습니다. Vrácen do původní jednotky kvůli střelbě do vlastních. + 因友军火力而召回原单位 %1 hurt you! @@ -4449,8 +5302,11 @@ You have been released from the sea, think before you shoot next time. + Sei stato rilasciato dal mare, pensa prima di sparare la prossima volta. Vous avez été libéré de votre punition, réfléchissez la prochaine fois que vous tirez. 당신은 바다에 풀려났습니다. 다음부턴 쏘기 전에 생각을 하십시오. + Byl jsi vyloven z moře, příště ale přemýšlej než vystřelíš. + 你已从监禁之海中释放出来,下次开枪之前多动动脑子. Please do not teamkill. Stare at the turtles for %1 more seconds. @@ -4461,13 +5317,53 @@ Prosím nezabíjej členy svého týmu. Dívej se na želvičky ještě 1% sekund. 好好好,喜欢欺负队友是吧. 那你就盯着这个乌龟 %1 秒. - - has been found guilty of FF (3+ Strikes).<br/><br/>If you believe this is a mistake, you can forgive him with the corresponding scroll-menu action. - è stato riconosciuto colpevole di FA (3+ Falli).<br/><br/> - a été reconnu coupable de tir ami (3+ reprises).<br/><br/> Si vous pensez que c'est une erreur, vous pouvez le pardonner avec le menu déroulant adéquat. - 아군 오사(3번 이상 공격)에 대해 유죄가 인정되었습니다.<br/><br/>실수라고 판단된다면 해당 스크롤 메뉴 행동으로 용서할 수 있습니다. - został uznany za winnego zabijania swoich (3+ Strikes).<br/><br/>Jeśli uważasz, że to pomyłka, możesz mu wybaczyć za pomocą odpowiedniej akcji w menu pod rolką myszki. - byl obviněn ze střelby do vlastních (3+ varování).<br/><br/>Pokud si myslíš že je to omyl, můžeš mu odpustit v příslušném scrollovacím menu. + + %1 has been found guilty of FF (3+ Strikes). Last hit was against %2.<br/><br/>If you believe this is a mistake, you can forgive him with the corresponding scroll-menu action. + %1 a été reconnu coupable de tir ami (3+ reprises). Le dernier coup a été porté contre %2. <br/><br/> Si vous pensez que c'est une erreur, vous pouvez le pardonner avec le menu déroulant adéquat. + %1 님이 아군 오사(3번 이상 공격)를 행했습니다. 마지막 공격은 %2 님에게 행하였습니다.<br/><br/>이것이 실수라고 판단된다면 해당 스크롤 메뉴 행동으로 용서할 수 있습니다. + %1 因造成过度友军火力(3次以上),现被判处有期徒刑. 最近的一次是针对 %2. <br/><br/> 如果你坚信这是误判的话,请你通过相对应的下滑菜单动作原谅他 + + + %1 has been found guilty of FF (3+ Strikes).<br/><br/>If you believe this is a mistake, you can forgive him with the corresponding scroll-menu action. + %1 a été reconnu coupable de tir ami (3+ reprises).<br/><br/> Si vous pensez que c'est une erreur, vous pouvez le pardonner avec le menu déroulant adéquat. + %1 님이 아군 오사(3번 이상 공격)에 대해 유죄가 인정되었습니다.<br/><br/>실수라고 판단된다면 해당 스크롤 메뉴 행동으로 용서할 수 있습니다. + %1 因造成过度友军火力(3次以上),现被判处有期徒刑.<br/><br/> 如果你坚信这是误判的话,请你通过相对应的下滑菜单动作原谅他 + + + You damaged a friendly as an admin. + Vous avez endommagé un ami en tant qu'admin. + 관리자로 아군에게 피해를 입혔습니다. + 你作为管理员伤害了一名友军 + + + You damaged a friendly as artillery support. + Vous avez endommagé un ami en tant que soutien d'artillerie. + 포격 지원으로 아군에게 피해를 입혔습니다. + 你控制炮火支援伤害了一名友军 + + + You damaged a friendly as an air asset. + Vous avez endommagé un ami en tant que ressource aérienne. + 항공 자산으로 아군에게 피해를 입혔습니다. + 你控制空中单位伤害了一名友军 + + + You hit a friendly while driving. + Vous percutez un ami en conduisant. + 운전 중에 아군을 쳤습니다. + 你开车的时候撞到了一名友军. + + + Forgive FF + Pardonner le tir-ami + 아군 오사 용서 + 原谅友军之围 + + + You cannot throw grenades or place explosives within 75m of base. + Vous ne pouvez pas jeter de grenades ou placer des explosifs à moins de 75m de la base. + 기지로부터 75m 이내에는 수류탄을 던지거나 폭발물을 배치할 수 없습니다. + 你不能在基地周边75米的范围内投掷手雷或者放置爆炸物. @@ -4554,7 +5450,7 @@ You cant place HC vehicles further than 50m from HQ - Non puoi piazzare i veicolo HC oltre i 50m dal QG + Non puoi piazzare i veicoli AC oltre i 50m dal QG Vous ne pouvez pas placer de véhicules HC à plus de 50m du QG. 본부에서 50m 이상 떨어진 곳에는 하이 커맨드 차량을 배치할 수 없습니다. Pojazdów HC nie można umieszczać dalej niż 50 m od kwatery głównej. @@ -4586,6 +5482,7 @@ 활성화된 하이 커맨드 분대가 너무 많습니다. 더 많은 병력을 모집하려면 일부를 해산하거나 주둔시키십시오. Masz zbyt wiele aktywnych oddziałów High Command. Rozwiąż niektóre z nich lub zlikwiduj garnizony, aby zrekrutować więcej. Máte příliš mnoho aktivních družstev vrchního velení. Rozpustěte je nebo umístěte některé z nich do posádky, abyste mohli rekrutovat další. + 你手下的高等指挥小组数量过多. 解散或者命令他们作为驻军后才能雇佣更多. Your current modset doesn't support packing/unpacking static weapons. @@ -4621,6 +5518,7 @@ 본부를 옮기는 동안에는 새 분대를 모집할 수 없습니다. Nie można rekrutować nowego oddziału podczas przenoszenia sztabu. Nemůžeš rekrutovat nové družstvo když přesouváš svoje HQ. + 你无法在移动总部的过程中雇佣更多的班组. The group or vehicle type you requested is not supported in your modset. @@ -4629,6 +5527,7 @@ 요청한 그룹이나 차량은 현재 모드셋에서 지원하지 않습니다. Żądany typ grupy lub pojazdu nie jest obsługiwany w aktualnym zestawie modów. Vozidlo které jste vyžádali, není podporované tvým aktuálním modsetem. + 你所要求的群组或者载具类型和你当前所选择的模组不匹配 You need a radio in your inventory to be able to give orders to other squads. @@ -4673,6 +5572,7 @@ 이 그룹은 이미 차량을 보유하고 있으며, 그들의 임무는 차량에 달려 있습니다. Ta grupa ma już pojazd i od niego zależy ich misja. Tato skupina již vozidlo má a jejich mise na něm závisí. + 该班组已经拥有一辆与任务关系重大的载具 Static Weapon Squads cannot change of vehicle. @@ -4681,6 +5581,7 @@ 고정화기 분대는 차량을 바꿀 수 없습니다. Oddziały z bronią stacjonarną nie mogą zmieniać pojazdów. Osádka statické zbraně nemůže změnit vozidlo. + 固定式武器班组无法跟换载具 Selected vehicle is not empty. @@ -4689,6 +5590,7 @@ 선택한 차량이 비어 있지 않습니다. Wybrany pojazd nie jest pusty. Vybrané vozidlo není prázdné. + 所选择的载具不是空的 The vehicle selected has no room for this squad. @@ -4697,6 +5599,7 @@ 선택한 차량에는 해당 분대를 위한 공간이 없습니다. W wybranym pojeździe nie ma miejsca dla tego oddziału. Vybrané vozidlo nemá žádné místo pro tuto družstvo. + 所选择的载具没有空闲的座位来容纳这个班组 You cannot assign a Static Weapon to a Squad. @@ -4705,6 +5608,7 @@ 분대에 고정화기를 할당할 수 없습니다. Nie można przypisać broni stacjonarnej do oddziału. Nemůžeš družstvu přidělit statickou zbraň. + 你无法将一个固定式武器分配给一个班组 You must select one group on the HC bar. @@ -4713,6 +5617,7 @@ 당신은 하이 커맨드 표시줄에서 한 개의 그룹을 선택해야 합니다. Musisz wybrać jedną grupe z paska "HC". Musíte vybrat pouze jednu skupinu v HC listě. + 你必须在HC 界面上选择一个群组 Add Squad Vehicle @@ -4730,12 +5635,15 @@ 선택한 차량이 파괴되었거나 이동할 수 없습니다. Wybrany pojazd został zniszczony lub nie może się poruszać. Vybrané vozido je zničené nebo se nemůže hýbat. + 所选择的载具已被摧毁或者已不具备行动的能力 Available Air Support has been increased by %1 points. + Supporto Aereo incrementato in %1 punti. Le Support Aérien a augmenté de %1 points. 사용 가능한 항공 지원이 %1 포인트 상승했습니다. Letecká podpora se zvýšila o %1 bodů. + 可用空中支援已经增加了 %1 点数 Only Air Vehicles can be used to increase Airstrike points. @@ -4744,6 +5652,7 @@ 항공기만 항공 지원을 높이는 데 사용할 수 있습니다. Tylko pojazdy powietrzne mogą być używane do zwiększania punktów ataków powietrznych. Pouze letecká vozidla mohou být použita k navýšení bodů Leteckého úderu. + 只有空中载具才能被用来提升空中打击点数 You and the Air vehicle need to be in the Area of an %1 Airport or HQ in order to convert it to Airstrikes. @@ -4752,14 +5661,20 @@ 당신과 항공기가 %1 공항 또는 본부 지역에 있어야 공습 포인트로 전환할 수 있습니다. Ty i pojazd powietrzny musicie znajdować się na obszarze %1 lotniska lub kwatery głównej, aby móc przekształcić je w "wsparcie z powietrza". Ty a letecké vozidlo musí být v oblasti %1 letiště nebo HQ aby jsi ho mohl převést na body leteckého úderu. + 你在友军控制范围内的机场或者总部才能将空中载具转换成空中打击. - You can't convert destroyed Air vehicle to Airstrikes. - Non puoi convertire Velivoli distrutt in Attacchi Aerei. + You can't convert a destroyed Air vehicle to Airstrikes. Vous ne pouvez pas convertir de véhicules aérien détruit en Frappes Aériennes. 파괴된 항공기는 공습 포인트로 전환할 수 없습니다. - Nie można przekształcić zniszczonego pojazdu powietrznego w "wsparcie z powietrza". Zničené letecké vozidla nemůžeš převést na body leteckého úderu. + 你不能将一辆被摧毁的空中载具转换成空中打击. + + + You can't convert vehicles further than 25m away to Air Support. + Vous ne pouvez pas convertir des véhicules situés à plus de 25 mètres en soutien aérien. + 25m 이상 떨어진 차량은 항공 지원으로 전환할 수 없습니다. + 你不能将25米开外的载具转换成空中支援 Backpack drones can't be used to increase Airstrike points. @@ -4768,10 +5683,27 @@ 가방형 무인기는 공습 포인트로 쓸 수 없습니다. Drony plecakowe nie mogą być używane do zwiększania punktów "wsparcia z powietrza". Batohové drony nemohou být využity k navýšení bodů leteckého úderu. + 背包无人机不能用来提升空中打击点数 In order to convert a vehicle to Air Support, the vehicle must be empty. + Per essere convertito, il Velivolo deve essere vuoto. + Pour convertir un véhicule en soutien aérien, le véhicule doit être vide. 해당 항공기를 항공 지원으로 전환하려면 항공기가 비어 있어야 합니다. + K převedení vozidla na vzdušnou podporu, musí být vozidlo prázdné. + 在转换载具成空中支援之前,这个载具得先是空的 + + + You can't convert vehicles to Air Support while in a vehicle. + Vous ne pouvez pas convertir les véhicules en soutien aérien lorsque vous êtes dans un véhicule. + 차량에 탑승한 상태에서는 차량을 항공 지원으로 전환할 수 없습니다. + 你不能在身处另外一辆载具的情况下转换一辆载具成空中支援 + + + You can't convert a locked vehicle to Air Support + Vous ne pouvez pas convertir un véhicule verrouillé en véhicule de soutien aérien. + 잠긴 차량은 항공 지원으로 전환할 수 없습니다. + 你不能将一辆锁着的载具转换成空中支援 You are not looking at a vehicle. @@ -4789,6 +5721,7 @@ 적이 가까이 있을 때는 공습 포인트로 전환할 수 없습니다. Nie możesz konwertować "wsparcia z powietrza", gdy wrogowie są blisko ciebie. Nemůžeš převádět na body leteckého úderu pokud jsou poblíž nepřátelé. + 你不能在身旁有敌人的情况下转换空中打击 You are not the owner of this vehicle. Therefore, you can't convert it. @@ -4805,7 +5738,7 @@ Frappe aérienne 공습 Letecký úder - 空袭 + 空中打击 There is a human engineer in your squad. Ask them to build.<br/> @@ -4813,6 +5746,7 @@ Il y a un Ingénieur humain dans votre escouade. Demandez-lui de construire.<br/> 분대원 중에 공병이 있습니다. 그들에게 건설을 부탁하십시오.<br/> W twoim oddziale jest gracz inżynier. Poproś go o zbudowanie.<br/> + 你班组中有真人担任工兵,问问他们能不能建.<br/> You cannot construct anything while controlling AI. @@ -4844,6 +5778,7 @@ Vous n'avez pas assez d'argent pour cette construction (%1 € requis). 이 공사에 필요한 비용(%1€ 필요)이 부족합니다. Nie masz wystarczających środków na tę budowę (potrzeba %1 €). + 你没有足够的资金来建造该建筑 (需要 %1 €). You cannot build a bunker outside a controlled zone. @@ -4859,6 +5794,7 @@ Vous ne pouvez pas construire pendant que vous placez quelque chose. 뭔가를 배치하는 동안에는 건설할 수 없습니다. Nie można budować podczas umieszczania czegoś. + 你不能在放置物品的同时建造东西. Roadblocks can only be built on roads @@ -4897,6 +5833,7 @@ Ordinando a %1 di costruire. Ordonne à %1 de construire. %1을(를) 건설하도록 명령 중입니다. + 命令 %1 进行建造工作. Construction cancelled. @@ -4913,6 +5850,7 @@ Vous ne vous êtes pas déplacé à la position, la construction a expiré. 위치를 옮기지 않았기 때문에 공사 시간이 초기화되었습니다. Nie przemieściłeś się do tej pozycji, upłynął czas budowy. + 预定时间内你没能到达建造地点,建造工程已取消 Walk to the selected position to start building @@ -4920,6 +5858,7 @@ Marchez jusqu'à la position sélectionnée pour commencer à construire. 선택한 위치로 걸어가서 건설을 시작하십시오 Przejdź do wybranej pozycji, aby rozpocząć budowanie + 前往选定的区域来开启建造工程 Build Info @@ -4929,12 +5868,37 @@ Stan budowy 建筑信息 + + Engineering Team deploying mines. + L'équipe d'ingénieurs déploie des mines. + 공병 팀이 지뢰를 배치 중입니다. + 工兵小组放置地雷 + + + Minefield + Champs de mines + 지뢰지대 + 雷区 + + + An Engineering Team has been deployed at your command. You can use the High Command menu to move them to their destination. Once they reach the position, they will start to deploy %1 mines in the area. Cover them in the meantime. + Une équipe d'ingénieurs a été déployée à votre commandement. Vous pouvez utiliser le menu Haut Commandement pour les déplacer vers leur destination. Une fois qu'ils auront atteint leur position, ils commenceront à déployer %1 mines dans la zone. Couvrez-les pendant ce temps. + 당신의 명령에 따라 공병 팀이 배치되었습니다. 하이 커맨드 메뉴를 사용하여 목적지로 이동할 수 있습니다. 해당 위치에 도달하면 해당 지역에 %1개의 지뢰를 배치하기 시작합니다. 그 동안 그들을 엄호하십시오. + 已根据你的命令下放一支工兵小组.你能通过高等指挥菜单来操控小队到达目标区域.一旦小队抵达目标区域,他们将开始在区域内放置 %1 枚地雷. 此期间请为他们提供掩护. + + + Minefield Deploy + Champs de mines déployé + 지뢰지대 배치 + 部署雷区 + Only Commander has the ability to control HC units. Solo il Comandante ha l'abilità di controllare le unità HC. Seul le Commandant peut controler les unités HC. 지휘관만이 하이 커맨드 유닛을 조종할 수 있습니다. Tylko dowódca może kontrolować jednostki HC. + 只有指挥官才有权利控制 HC 单位 Nope. Not happening. @@ -4950,6 +5914,7 @@ Vous ne pouvez pas contrôler d'unité inconsciente ou morte. 의식불명이거나 죽은 유닛은 조종할 수 없습니다. Nie możesz kontrolować nieprzytomnej lub martwej jednostki. + 你无法控制一个昏迷或者死亡的单位 You cannot control squads while undercover. @@ -4957,6 +5922,7 @@ Vous ne pouvez pas contrôler d'escouade en étant incognito. 위장 중에는 분대를 조종할 수 없습니다. Nie możesz kontrolować oddziałów, gdy jesteś pod przykrywką. + 你无法在伪装模式下控制班组 Return Control to AI @@ -4964,6 +5930,7 @@ Rendre le contrôle à l'IA 조종 권한을 AI에게 되돌리기 Zwróć kontrolę do SI + 将控制权交还给AI Returned to original Unit as it received damage. @@ -4971,6 +5938,7 @@ Retour à l'unité d'origine car dégats reçus. 원본 유닛이 데미지를 입었기 때문에 원본 유닛으로 돌아왔습니다. Zwrócony do oryginalnej jednostki, ponieważ otrzymał obrażenia. + 该单位受到伤害,将归还给原单位 Returned to original Unit as controlled AI received damage. @@ -4978,6 +5946,7 @@ Retour à l'unité d'origine car l'IA contrôlé a reçu des dégats. 조종하는 AI가 데미지를 입었기 때문에 원본 유닛으로 돌아왔습니다. Przywrócono do oryginalnej jednostki, ponieważ kontrolowana sztuczna inteligencja otrzymała obrażenia. + 该控制AI单位受到伤害,将归还给原单位 Time to return control to AI: %1. @@ -4985,6 +5954,7 @@ Temps avant retour du contrôle à l'IA : %1. 조종을 AI에게 반환하는 시간: %1 Czas przywrócenia kontroli do SI: %1. + 控制权交还给AI之前所剩时间: %1 Control Squad @@ -4992,6 +5962,7 @@ Contrôle d'Escouade 분대 조종 Kontroluj oddział + 控制班组 You cannot control a unit which does not belong to %1. @@ -4999,6 +5970,7 @@ Vous ne pouvez pas contrôler d'unité qui n'appartient pas à %1. %1에 속하지 않은 유닛은 조종할 수 없습니다. Nie można kontrolować jednostki, która nie należy do %1. + 你无法控制不属于 %1的单位 You cannot control AI while you are controlling another AI. @@ -5006,6 +5978,7 @@ Vous ne pouvez pas contrôler d'IA alors que vous contrôlez déja une autre IA. 다른 AI를 조종하는 동안에는 AI를 조종할 수 없습니다. Nie możesz kontrolować SI, gdy kontrolujesz inną SI. + 你无法在控制AI的同时控制另外一名AI You cannot control an unconscious, a dead unit. @@ -5013,6 +5986,7 @@ Vous ne pouvez pas contrôler une unité inconsciente ou morte. 의식불명, 즉 죽은 유닛은 조종할 수 없습니다. Nie możesz kontrolować nieprzytomnej lub martwej jednostki. + 你无法控制一个昏迷或者死亡的单位 Nope. Not happening. @@ -5028,6 +6002,7 @@ Vous ne pouvez pas contrôler un autre joueur. 다른 플레이어는 조종할 수 없습니다. Nie możesz kontrolować innego gracza. + 你无法控制另外一名玩家 You cannot control Petros. @@ -5035,6 +6010,7 @@ Vous ne pouvez pas contrôler Petros. 페트로스는 조종할 수 없습니다. Nie możesz kontrolować Petrosa. + 你无法控制 Petros You cannot control AI if you are not the squad leader. @@ -5042,6 +6018,7 @@ Vous ne pouvez pas contrôler d'IA si vous n'êtes pas un chef d'escouade. 분대장이 아니면 AI를 조종할 수 없습니다. Nie możesz kontrolować SI, jeśli nie jesteś dowódcą oddziału. + 只有班组班长才能控制AI You cannot control AI while undercover. @@ -5049,6 +6026,7 @@ Vous ne pouvez pas contrôler d'IA alors que vous êtes incognito. 위장 중에는 AI를 조종할 수 없습니다. Nie możesz kontrolować SI, gdy jesteś pod przykrywką. + 你无法在伪装模式下控制AI Return Control to AI @@ -5056,6 +6034,7 @@ Rendre le Contrôle à l'IA. 조종 권한을 AI에게 되돌리기 Zwróć kontrolę do SI + 将控制权交还给AI Returned to original Unit as it received damage. @@ -5063,6 +6042,7 @@ Retourné à l'Unité d'origine car elle a reçu des dégats. 원본 유닛이 데미지를 입었기 때문에 원본 유닛으로 돌아왔습니다. Zwrócony do oryginalnej jednostki, ponieważ otrzymał obrażenia. + 该单位受到伤害,控制权归还给原单位 Returned to original Unit as controlled AI received damage. @@ -5070,6 +6050,7 @@ Retourné à l'unité d'origine car l'IA contrôlé a reçu des dégats. 조종하는 AI가 데미지를 입었기 때문에 원본 유닛으로 돌아왔습니다. Przywrócono do oryginalnej jednostki, ponieważ kontrolowana sztuczna inteligencja otrzymała obrażenia. + 该控制AI单位受到伤害,控制权归还给原单位 Time to return control to AI: %1. @@ -5077,6 +6058,7 @@ Temps avant retour du contrôle à l'IA : %1. 조종을 AI에게 반환하는 시간: %1 Czas przywrócenia kontroli do SI: %1. + 控制权交还给AI之前所剩时间: %1 Control Unit @@ -5085,6 +6067,18 @@ 유닛 조종 控制单位 + + Get out of my sight you useless scum! + Hors de ma vue vermine! + 내 앞에서 사라져, 이 쓸모없는 쓰레기야! + 从我的眼前消失,你这个没用的杂种! + + + Petros, I'm sending %1 back to base. + Petros, Je renvoie %1 à la base. + 페트로스, %1을(를) 기지로 돌려보내겠습니다. + Petros,我即刻派遣 %1 返回基地 + You cannot dismiss anyone if you are not the squad leader. Non puoi congedare nessuno se non sei caposquadra. @@ -5099,6 +6093,7 @@ Vous ne pouvez pas renvoyer des unités neutralisées, inconscientes ou incognito. 제압당하거나, 위장 중이거나 의식불명인 유닛은 해산시킬 수 없습니다. Nie można rozwiązać jednostek pod ostrzałem, ukrytych lub nieprzytomnych. + 你无法解散正在受到压制,伪装中或者昏迷中的单位 Dismiss Group @@ -5114,6 +6109,7 @@ Vous ne pouvez pas renvoyer des groupes NATO. NATO 그룹은 해산시킬 수 없습니다. Nie można zwolnić grup NATO. + 你无法解散北约班组 You cannot dismiss player led, Watchpost, Roadblocks or Minefield building squads. @@ -5138,6 +6134,7 @@ %1이(가) 통신이 끊어졌으며, 가능하면 당신에게 되돌아올 것입니다. %1 stracił łączność, wróci z tobą, jeśli to możliwe. %1 ztratil spojení, pokud to bude možné, vrátí se s vámi. + %1 已失去通讯,他将尽可能回到你的身边 Only our Commander has access to this function. @@ -5155,6 +6152,7 @@ 추가적인 훈련에 필요한 자금이 없습니다. %1€가 필요합니다. Nie masz wystarczająco dużo pieniędzy, aby pozwolić sobie na dodatkowe szkolenie. %1 € potrzebne. Nemáš dostatečné finance na další trénink. Potřebuješ ještě %1 €. + 你当前没有足够的资金来维持额外的训练. 需要 %1 €. You cannot upgrade training in the current War Level. @@ -5163,6 +6161,7 @@ 연재 워 레벨에서는 훈련을 업그레이드할 수 없습니다. Nie można ulepszyć treningu na obecnym poziomie wojny. Nemůžete vylepšit výcvik v aktuální úrovni války. + 当前战争等级不允许你升级训练 Skill Add @@ -5170,6 +6169,7 @@ Ajout de compétences 훈련도 추가 Přidání dovednosti + 提升能力水平 Your troops have the maximum training. @@ -5187,6 +6187,7 @@ %2의 능력이 업그레이드 되었습니다.<br/>현재 레벨은 %1입니다. Podniesiono poziom umiejętności %2.<br/>Obecny poziom to %1. %2 Dovednost byla vylepšena.<br/>Aktuální úroveň je %1. + %2 能力水平已经得到了提升.<br/>当前等级为 %1 You cannot manage this garrison when there's a major attack incoming. @@ -5211,11 +6212,18 @@ 그 곳에는 제거할 주둔군이 없습니다. 这地方不存在可以调除的驻军 + + Additional garrison units cannot be added to observation posts. + Les unités de garnison supplémentaires ne peuvent pas être ajoutées aux postes d'observation. + 관측소에는 주둔군을 더 추가할 수 없습니다. + 额外的驻军单位无法被添加到观察哨 + Garrison removed<br/><br/>Recovered Money: %1 €<br/>Recovered HR: %2 Guarnigione rimossa<br/><br/>Soldi Recuperati: %1 €<br/> HR recuperate: %2 Garnison supprimée<br/><br/>Argent Récupéré : %1 €<br/>RH Récupéré : %2 주둔군 회수됨<br/><br/>회수된 돈: %1 €<br/>회수된 인적 자원 : %2 + 驻军已移除<br/><br/>已收回资金: %1 €<br/>已回收人力: %2 Garrison @@ -5236,6 +6244,7 @@ Quella zona non appartiene a %1. Cette zone n'appartient pas à %1. 그 구역은 %1 소속이 아닙니다. + 该区域不属于 %1 You must click near a marked zone. @@ -5251,11 +6260,31 @@ 주둔군을 제거할 구역을 선택하십시오. 选中想要去除驻军的区域 + + Cost + Coût + 비용 + 开销 + + + Bomb Run Exit + Fin du bombardement + 폭격 퇴출 지점 + 轰炸退出点 + + + Bomb Run Init + Début du bombardement + 폭격 실행 지점 + 轰炸起始点 + You lack the Air Support points needed to fulfill this request. + Non hai abbastanza punti Supporto Aereo per soddisfare questa richiesta. Vous manquez de Support Aérien pour faire cette requête. 이 요청을 수행하는 데 필요한 항공 지원 포인트가 부족합니다. Nemáš dostatek Letecké podpory, aby jsi toto mohl vyžádat. + 你缺乏该请求所需要的空中打击点数 You need to control an airport in order to fulfill this request. @@ -5264,6 +6293,7 @@ 이 요청을 수행하기 위해서는 공항을 통제해야 합니다. Aby spełnić tą prośbe, musisz kontrolować lotnisko. Pro splnění tohoto požadavku musíte ovládat letiště. + 该请求要求你控制最起码一座机场. You need a radio in your inventory to be able to give orders to other squads. @@ -5283,6 +6313,12 @@ Potřebuješ mít ve skupině Radistu, aby jsi mohl dávat rozkazy ostatním družstvům. 你的班组需要有一个通信员才可以给其他班组下达命令 + + Friendly airstrike is inbound. ETA 30 seconds. + Attaque aérienne allié en approche. ETA 30 secondes. + 아군 공습이 시작됩니다. 예상 도착 시간은 30초입니다. + 友军空中打击已入境. 预计30秒后到达 + Select the map position to which the plane will exit to calculate plane's route vector. Seleziona sulla mappa la posizione dove l'aereo esfiltrerà per calcolare la rotta. @@ -5290,6 +6326,7 @@ 항공기의 경로 벡터를 계산하려면 항공기가 나갈 맵 위치를 선택하십시오. Wybierz pozycję na mapie, w której to samolot wyjdzie z strefy działań, aby obliczyć wektor trasy samolotu. Vyberte pozici na mapě, kudy letadlo vyletí, abyste mohli spočítat vektor trasy letadla. + 在地图上选择空中打击的退出点以供计算空中打击的路线向量 Select the spot from which the plane will start to drop the bombs. @@ -5298,6 +6335,7 @@ 항공기가 폭탄을 투하하기 시작할 지점을 선택하십시오. Wybierz miejsce, z którego samolot zacznie zrzucać bomby. Vyber bod, ze kterého letadlo začne shazovat bomby. + 选择空中打击的退出点位 Air Support @@ -5327,6 +6365,7 @@ La tua squadra è piena o hai troppe unità sparpagliate che hanno perso il contatto radio. Votre escouade est pleine ou alors vous avez trop d'unités éparpillées sans contact radio. 분대가 꽉 차있거나 무전이 끊겨 흩어진 유닛들이 너무 많습니다. + 你的班组已满或者你有太多缺乏无线电联系的散兵 You do not have enough HR for this request. @@ -5340,12 +6379,14 @@ Non puoi reclutare unità poiché non sei capogruppo. Vous ne pouvez pas recruter d'unités car vous n'êtes pas votre chef d'escouade. 당신은 당신 그룹의 리더가 아니기 때문에 유닛 모집을 할 수 없습니다. + 在你成为班组班长之前你无法雇佣任何单位 Only Server Members can recruit AI units. Solo i Membri del Server possono reclutare unità IA. Seul les Membres du Serveur peuvent recruter des unités IA. 서버 멤버만이 AI 유닛을 모집할 수 있습니다. + 只有服务器白名单玩家才能雇佣AI单位 You do not have enough money for this kind of unit (%1 € needed). @@ -5359,18 +6400,21 @@ Devi attendere %1 secondi per reclutare altre unità. Vous devez attendre %1 secondes avant de pouvoir recruter des unités. %1초를 기다려야 다시 모집할 수 있습니다. + 你需要等待 %1 秒方可再次雇佣单位 You don't have enough weapons to equip this type of unit. Non hai abbastanza armi per armare questo tipo di unità. Vous n'avez pas assez d'armes pour équiper ce type d'unité. 이런 종류의 유닛을 장착시킬 충분한 무기가 없습니다. + 你缺乏武装该种类单位的武器装备 Soldier Recruited.<br/><br/>Remember: if you use the group menu to switch groups you will lose control of your recruited AI. Soldato Reclutato.<br/><br/>Ricorda: se use il menù dei gruppi per cambiare il gruppo perderai il controllo sulle tue unità IA reclutate. Soldat recruté.<br/><br/>Rappel : si vous utilisez le menu de groupe pour changer de groupe, vous perdrez le controle de vos unités IA recrutées. 병사 모집 완료.<br/><br/>기억하십시오, 그룹 메뉴를 사용하여 그룹을 전환하면 모집된 AI의 통제력을 상실합니다. + 士兵招募成功.<br/><br/>切记:如果你使用班组管理菜单切换班组你将失去对雇佣AI的控制 AI Recruitment @@ -5380,9 +6424,8 @@ 招募AI - Group %1 at your command.<br/><br/>Groups are managed from the High Command bar (Default: CTRL+SPACE)<br/><br/>If the group gets stuck, use the AI Control feature to make them start moving. Mounted Static teams tend to get stuck (solving this is WiP)<br/><br/>To assign a vehicle for this group, look at some vehicle, and use Vehicle Squad Management option in Y menu. - Groupe %1 à votre commandement.<br/><br/>Les Groupes sont gérer depuis la barre HC (Par défaut: CTRL+ESPACE)<br/><br/>Si le groupe est coincé, utilisez la fonction de Contrôle d'IA afin de les faire bouger. Les équipes d'armes statiques montés ont tendance à se bloquer (la résolution est en cours)<br/><br/>Pour assigner un véhicule pour ce groupe, regardez un véhicule et utiliser l'option de Gestion de Véhicule d'Escouade dans le menu Y. - 당신의 명령으로 %1 그룹을 생성하십시오.<br/><br/>그룹은 하이 커맨드 표시줄(기본값: 컨트롤 + 스페이스 키)에서 관리됩니다.<br/<br/>그룹이 끼었다면 AI 조종 기능을 사용하여 이동을 시작하십시오. 고정화기 탑승 팀은 자주 끼이는 경향이 있습니다 (아직 해결 중).<br/><br/>그룹에 차량을 할당하려면 이 차량을 보고 Y 메뉴의 차량 분대 관리 옵션을 사용하십시오. + Group %1 at your command.<br/><br/>Groups are managed from the High Command bar (Default: CTRL+SPACE)<br/><br/>If the group gets stuck, use the AI Control feature to make them start moving.<br/><br/>To assign a vehicle for this group, look at a vehicle and use the Add Vehicle option in the Y menu. + %1 그룹이 당신 휘하에 있습니다.<br/><br/>그룹은 하이 커맨드 표시줄(기본값: 컨트롤 + 스페이스 키)에서 관리됩니다.<br/<br/>그룹이 끼었다면 AI 조종 기능을 사용하여 이동을 시작하십시오.<br/><br/>그룹에 차량을 할당하려면 이 차량을 보고 Y 메뉴의 차량 분대 관리 옵션을 사용하십시오. Vehicle Purchased @@ -5403,60 +6446,70 @@ %1 Con capacità AA<br/> %1Avec capacités AA<br/> %1대공 능력 있음<br/> + %1拥有防空能力<br/> %1With AT capabilities<br/> %1 Con capacità AT<br/> %1Avec capacités AT<br/> %1대전차 능력 있음<br/> + %1 拥有反坦克能力<br/> %2%1 boarding<br/> %2%1 salendo a bordo<br/> %2%1 embarquement<br/> %2%1 탑승 중<br/> + %2%1 装载中<br/> %1Boarded:%2/%3 %1A bordo di:%2/%3 %1Embarqué :%2/%3 %1탑승함: %2/%3 + %1已装载:%2/%3 %1Current vehicle:<br/>%2<br/> %1Veicolo corrente:<br/>%2<br/> %1Véhicule Actuel :<br/>%2<br/> %1현재 차량:<br/>%2<br/> + %1当前载具:<br/>%2<br/> %1DESTROYED %1 DISTRUTTO %1DETRUIT %1파괴됨 + %1 已被摧毁 %1DISABLED<br/> %1IMMOBILIZATO<br/> %1INCAPACITÉ<br/> %1비활성화됨<br/> + %1 已失去行动能力<br/> %2%1 dismounting<br/> %2%1 Sta scendendo<br/> %2%1 débarquement<br/> %2%1 하차 중<br/> + %2正在从%1中脱离<br/> %1No operative Medic<br/> %1Nessun Medico operativo<br/> %1Aucun médecin opérationnel<br/> %1활동 중인 의무병 없음<br/> + %1缺乏卫生员<br/> %1Operative Medic<br/> %1Medico operativo<br/> %1Médecin Opérationnel<br/> %1활동 중인 의무병 있음<br/> + %1拥有卫生员<br/> %1Mortar not deployed<br/> @@ -5464,6 +6517,7 @@ %1Mortier non déployé<br/> %1박격포 배치 안됨<br/> %1Minomet není rozložen<br/> + %1迫击炮未展开<br/> %1Mortar is deployed<br/> @@ -5471,12 +6525,14 @@ %1Mortier déployé<br/> %1박격포 배치됨<br/> %1Minomet je rozložen<br/> + %1迫击炮已展开<br/> %1Munitioned<br/> %1Rifornito di munizioni<br/> %1Approvisionné<br/> %1탄약 공급됨<br/> + %1弹药已补充<br/> You must select one group on the HC bar. @@ -5484,6 +6540,13 @@ Vous devez selectionner un groupe sur la barre HC. 당신은 하이 커맨드 표시줄에서 한 개의 그룹을 선택해야 합니다. Musíte vybrat pouze jednu skupinu v HC listě. + 你必须在HC 界面上选择一个群组 + + + %1, SITREP, over. + %1, SITREP, terminé. + %1, 보고하라, 이상. + %1,报告情况,完毕 %1Static not deployed<br/> @@ -5491,6 +6554,7 @@ %1Arme statique non déployée<br/> %1고정화기 배치 안됨<br/> %1Statická zbraň není rozložena<br/> + %1固定式武器未展开<br/> %1Static is deployed<br/> @@ -5498,6 +6562,7 @@ %1Arme statique est déployée<br/> %1고정화기 배치됨<br/> %1Statická zbraň rozložena<br/> + %1固定式武器已展开<br/> %1 Status<br/><br/>Alive members: %2<br/>Able to combat: %3<br/>Current task: %4<br/>Combat Mode:%5<br/> @@ -5505,6 +6570,7 @@ %1 Statut<br/><br/>Membres en vie : %2<br/>Capables de combattre : %3<br/>Tâche actuelle : %4<br/>Mode de Combat :%5<br/> %1 상태<br/><br/>살아 있는 멤버: %2<br/>전투가능인원: %3<br/>현재 임무: %4<br/>전투 모드: %5<br/> %1 Stav:<br/><br/>Živí členové: %2<br/>Bojeschopní: %3<br/>Aktuální úkol: %4<br/>Bojový režim:%5<br/> + %1 状态<br/><br/>存活队员: %2<br/>剩余作战人员: %3<br/>当前任务: %4<br/>战斗模式:%5<br/> Vehicle Info @@ -5520,6 +6586,7 @@ %1ARME INUTILISABLE<br/> %1무기 비활성화됨<br/> %1ZBRAŇ VYŘAZENA<br/> + %1武器损坏<br/> @@ -5532,8 +6599,10 @@ 取消复活 - We lost %1. There's nothing you could have done, we need to keep fighting. - %1을(를) 잃었습니다. 당신이 할 수 있는 일은 아무것도 없었지만, 계속 싸워야 합니다. + We lost %1. + %1을(를) 잃었습니다. + Ztratili jsme %1. + 我们已失去%1. You are not able to revive anyone. @@ -5541,6 +6610,7 @@ Vous ne pouvez réanimer personne. 당신은 아무도 소생시킬 수 없습니다. Nemůžeš oživovat nikoho. + 你不具备复活任何人的能力 %1 is being carried or transported and you cannot heal him. @@ -5548,6 +6618,7 @@ %1 se fait porter ou est transporté, vous ne pouvez pas le soigner. %1이(가) 업혀지거나 수송되는 중이므로 치료할 수 없습니다. %1 je nesen nebo transportován a nemůžeš ho léčit. + %1正在被人扛着或者在运输途中因此你没有办法治疗他 %1 is being carried or transported and I cannot heal him. @@ -5555,10 +6626,13 @@ %1 se fait porter ou est transporté, je ne peux pas le soigner. %1이(가) 업혀지거나 수송되는 중이므로 치료할 수 없습니다. %1 je nesen nebo transportován a nemůžeš ho léčit. + %1正在被人扛着或者在运输途中因此我没有办法治疗他 - %1 is already dead. Keep moving, soldier. - %1은(는) 이미 죽었습니다. 계속 움직이십시오. + %1 is already dead. + %1은(는) 이미 죽었습니다. + %1 je již mrtvý. + %1已经阵亡了 You or %1 need a First Aid Kit or Medikit to be able to revive. @@ -5566,6 +6640,13 @@ Vous ou %1 avez besoin d'un Kit de Premier Secours ou Medikit pour pouvoir réanimer. 소생하려면 당신 또는 %1에게 구급상자 또는 응급처치도구가 필요합니다. Ty nebo %1 potřebuje Soupravu první pomoci nebo Zdravotnickou soupravu aby jsi mohl oživovat. + 你或者是%1需要一包个人急救包或者医疗包来进行复活 + + + I'm out of First Aid Kits and I have no Medikit! + Je n'ai plus de trousse de premiers secours et je n'ai pas de Medikit ! + 구급상자가 떨어졌고 응급처치도구도 없습니다! + 我的个人急救包已经用光了而且我还没有医疗包! %1 no longer needs your help. @@ -5573,9 +6654,20 @@ %1 n'a plus besoin de votre aide. %1은(는) 더 이상 당신의 도움이 필요하지 않습니다. %1 již nepotřebuje tvojí pomoc. + %1不再需要你的帮助 + + + %1 no longer needs my help. + %1 n'as plus besoin de mon aide. + %1은(는) 더 이상 내 도움이 필요하지 않다. + %1不再需要我的帮助 %1 has been revived by someone else. + %1 è stato rianimato da qualcun'altro. + %1 a été relevé par quelqu'un d'autre. + %1이(가) 누군가에 의해 소생되었습니다. + %1已经受到其他人的救助 Revive cancelled. @@ -5607,6 +6699,7 @@ %1 est mort. %1은(는) 죽었습니다. %1 je mrtvý. + %1阵亡了 %1 is being carried or transported and you cannot carry him. @@ -5614,6 +6707,7 @@ %1 se fait porter ou est transporté, vous ne pouvez pas le porter. %1이(가) 업혀지거나 수송되는 중이므로 업을 수 없습니다. %1 je nesen nebo transportován a nemůžeš ho nést. + %1正在被人扛着或者在运输途中因此你没有办法治疗他 %1 no longer needs your help. @@ -5621,6 +6715,7 @@ %1 n'a plus besoin de votre aide. %1은(는) 더 이상 당신의 도움이 필요하지 않습니다. %1 již nepotřebuje tvojí pomoc. + %1不再需要你的帮助 Carry/Drag @@ -5628,6 +6723,37 @@ Porter/Traîner 업기/끌기 Nést/Táhnout + 扛起/拖拽 + + + %1 is helping you. + %1 est en train de vous aider. + %1 님이 당신을 돕고 있습니다. + %1正在尝试帮助你 + + + There is no AI nearby to help you. + Il n'y as pas d'IA à proximité pour vous aider. + 근처에 당신을 도울 AI가 없습니다. + 你的周边没有AI能够帮助你 + + + %1 is on the way to help you. + %1 est en route pour vous aider. + %1이(가) 당신을 도와주기 위해 가는 중입니다. + %1正在赶来救助你的路上 + + + Press R to respawn. + Appuyez sur R pour réapparaître. + R 키를 눌러 리스폰합니다. + 按R键重生 + + + Press H to shake off the injury. + Appuyez sur H pour vous débarrasser de la blessure. + H 키를 눌러 부상을 떨쳐냅니다. + 按H键来甩开疼痛 @@ -5637,6 +6763,7 @@ Attacher Corde 견인줄 걸기 Přivázat lano + 系扣绳索 Deploy Winch @@ -5644,6 +6771,7 @@ Déployer Treuil 윈치 전개 Rozvinout naviják + 部署绞盘 Stow Winch @@ -5651,6 +6779,7 @@ Ranger Treuil 윈치 싣기 Připnout naviják + 托起绞盘 @@ -5676,6 +6805,7 @@ Objets :<br/><t color='#f0d498'>RH : 자산:<br/><t color='#f0d498'>인력: Zdroje:<br/><t color='#f0d498'>HR: + 资产:<br/><t color='#f0d498'>人力资源: <br/>Money: @@ -5683,6 +6813,7 @@ <br/>Argent : <br/>자금: <br/>Peníze: + <br/>资金: €</t></t><br/><br/>Further infomation is provided in <t color='#f0d498'>Map Screen > Game Options > Persistent Save-game</t>. @@ -5690,6 +6821,7 @@ €</t></t><br/><br/>Informations complémentaires dans <t color='#f0d498'>Ecran Carte > Options de jeu > Sauvegarde Persistante</t>. €</t></t><br/><br/>더 자세한 정보는<t color='#f0d498'>맵 스크린 > 게임 옵션 > 게임 영구 저장</t>에서 제공됩니다. €</t></t><br/><br/>Další informace jsou v <t color='#f0d498'>Obrazovce mapy > Možnosti hry > Trvalé uložení</t>. + €</t></t><br/><br/>更多的信息将提供在<t color='#f0d498'>地图界面 > 游戏选项 > 持久化存档</t>. Save Game @@ -5715,7 +6847,7 @@ Vous êtes déja Incognito. 당신은 이미 위장 중입니다. Už jsi v utajení. - 你已经进去伪装模式了. + 你已经伪装过了 You cannot go Undercover while you are controlling AI! @@ -5723,10 +6855,14 @@ Vous ne pouvez pas être Incognito alors que vous contrôlez l'IA! AI를 조종하는 동안에는 위장을 할 수 없습니다! Nemůžeš jít do utajení když ovládáš AI! + 你无法在伪装模式下控制AI! You cannot go Undercover near Airbases, Outposts, Seaports or Roadblocks. + Non puoi andare Sotto Copertura vicino ad Aeroporti, Avamposti, Porti o Posti di blocco. 공항, 전초기지, 항구 또는 검문소 근처에서는 위장할 수 없습니다. + Nemůžeš jít do utajení poblíž Letišť, Stanovišť, Přístavů a Zátarasů. + 你无法在机场, 哨站, 港口以及路障附近进行伪装 You are not in a civilian vehicle. @@ -5742,10 +6878,15 @@ %1<br/>Port d'un casque. %1<br/>헬멧 착용 중. %1<br/>Máš na sobě helmu. + %1<br/>正戴着一顶军用头盔 %1<br/>Being naked. Put some civilian clothes on, Petros can't bear to watch. + %1<br/>Nudo? Mettiti dei vestiti civili, Petros non riesce a guardarti. + %1<br/>Être nu. Mettez des vêtements civils, Petros ne supporte pas de regarder. %1<br/>알몸 상태. 민간인 복장을 착용하십시오, 페트로스가 차마 눈 뜨고 볼 수가 없어합니다. + %1<br/>Jsi nahý. Vezmi si na sebe nějaké civilní oblečení, Petros na toto nesnese pohled. + %1<br/>决定啥都不穿. 快拿点平民的衣服套上, Petros都快看不下去了. %1<br/>Wearing NVGs. @@ -5753,6 +6894,7 @@ %1<br/>Porte des NVGs. %1<br/>야시경 착용 중. %1<br/>Máš na sobě noktovizor. + %1<br/>正穿戴这一顶军用夜视仪 %1<br/>Holding tow ropes. @@ -5760,6 +6902,7 @@ %1<br/>Tient un treuil de remorquage. %1<br/>견인줄 잡는 중. %1<br/>Držíš tažné lano. + %1<br/>手中正拿着拖车绳索 %1<br/>Wearing a suspicious uniform. @@ -5767,6 +6910,7 @@ %1<br/>Porte un uniforme suspect. %1<br/>수상한 복장 착용 중. %1<br/>Máš na sobě podezřelou uniformu. + %1<br/>身着可疑制服 %1<br/>Wearing a vest. @@ -5774,6 +6918,7 @@ %1<br/>Porte une veste. %1<br/>조끼 착용 중. %1<br/>Máš na sobě vestu. + %1<br/>身上套有军用背心 %1<br/>A weapon is visible. @@ -5781,6 +6926,7 @@ %1<br/>Une arme est visible. %1<br/>무기 보임. %1<br/>Zbraň je viditelná. + %1<br/>被目视到身上持有武器 This vehicle has been reported to the enemy. Change or renew your vehicle in the Garage to go Undercover. @@ -5788,6 +6934,7 @@ Ce véhicule a été signalé à l'ennemi. Changez-en ou prenez-en un nouvel exemplaire au garage pour devenir Icognito. 이 차량은 적에게 보고되었습니다. 차고에서 차량을 바꾸거나 재도색하여 위장을 하십시오. Toto vozidlo bylo nahlášeno nepříteli. Změň nebo obnov bozidlo v Garáži aby jsi mohl jít do utajení. + 该载具已经被上报给敌人.在车库中更变或者更新你的车辆以便再次进行伪装 You have been reported in the last 30 minutes therefore you cannot go Undercover. @@ -5795,6 +6942,7 @@ Vous avez été signalé dans les 30 dernières minutes, de fait vous ne pouvez pas devenir Incognito. 지난 30분 동안 신고를 당했기 때문에 위장할 수 없습니다. Byl jsi nahlášen v posledních 30 minutách tudíž nemůžeš jít do utajení. + 在过去的30分钟内你被上报给敌人因此你暂时无法进行伪装 You cannot go Undercover while enemies are spotting you. @@ -5802,6 +6950,7 @@ Vous ne pouvez pas devenir Incognito pendant que des ennemis vous observent. 적이 당신을 발견한 동안에는 위장을 할 수 없습니다. Nemůžeš být v utajení když tě nepřátelé pozorují. + 在敌人发现你的情况下你无法进行伪装 This vehicle cannot go undercover while it has tow ropes attached. @@ -5809,6 +6958,7 @@ Ce véhicule ne peut pas devenir Incognito pendant un remorquage. 이 차량은 견인줄이 걸려 있는 동안에는 위장이 불가능합니다. Tohle vozidlo nemůže být v utajení když má připojené tažné lano. + 在载具拖车绳索调用的情况下该载具无法进行伪装 You cannot go Undercover while:<br/> @@ -5816,10 +6966,14 @@ Vous ne pouvez pas devenir Incognito pendant :<br/> 다음 사항이 있는 동안에는 위장을 할 수 없습니다:<br/> Nemůžeš být v utajení když:<br/> + 你不能进行伪装,你正在:<br/> Unidentified aircraft, you have violated the restricted airspace of %1! + Velivolo non identificato, hai violato lo spazio aereo di %1! 미확인 항공기, 넌 %1 소속의 영공을 침범했다! + Neidentifikované letadlo, narušil jsi vzdušný prostor %1! + 不明飞行物,你已经侵犯了%1的空中管制区域 An enemy outpost or seaport has detected you! @@ -5827,6 +6981,7 @@ Un avant-poste ou port ennemi vous a detecté ! 적의 전초기지나 항구가 당신을 발견했습니다! Nepřátelské stanoviště nebo přístav tě zpozoroval! + 敌人的哨站或港口已经察觉到你了! An enemy roadblock has detected you! @@ -5834,6 +6989,7 @@ Un barrage routier ennemi vous a detecté ! 적의 검문소가 당신을 발견했습니다! Nepřátelský zátaras tě zpozoroval! + 敌人的阻击路障已经察觉到你了! You entered a non civilian vehicle! @@ -5841,6 +6997,7 @@ Vous êtes entré dans un véhicule non civil ! 민간 차량이 아닌 차량에 탑승했습니다! Nastoupil jsi do necivilního vozidla! + 你进入了一辆非民用车辆! You entered a reported vehicle! @@ -5848,6 +7005,7 @@ Vous êtes entré dans un véhicule recherché ! 수배된 차량에 탑승했습니다! Nastoupil jsi do hledaného vozidla! + 你进入了一辆已经被上报的车辆! Unknown error occured in undercover execution routine! @@ -5855,6 +7013,7 @@ Erreur inconnue survenue pendant le processus de devenir Incognito ! 위장 실행 루틴에서 알 수 없는 오류가 발생했습니다! Došlo k neznámé chybě při přepínání statusu do "v utajení"! + 进行伪装的过程中出现了未知错误 You left your vehicle and you are still on the Wanted List! @@ -5862,6 +7021,7 @@ Vous avez quitté votre véhicule et êtes toujours recherchés ! 당신은 차량에서 내렸지만 여전히 수배 목록에 있습니다! Opustil jsi vozidlo ale stále jsi na listině hledaných! + 你已从你的车辆中离开然而你仍然还在通缉名单上! You went too far away from any roads and have been spotted! @@ -5869,12 +7029,14 @@ Vous vous êtes trop éloigné des routes et vous avez été repéré ! 도로에서 너무 멀리 떨어졌기 때문에 발견되었습니다! Sjel jsi příliš daleko z cesty a byl jsi zpozorován! + 你因过度开离任何公路而遭到了举报 Explosives have been spotted on your vehicle! Gli esplosivi sono stati visti sul tuo veicolo! Des Explosifs ont étés repérés sur votre véhicule ! 차량에서 폭발물이 발견되었습니다! + 你车上的爆炸物被发现了! You cannot stay Undercover while:<br/><br/>A weapon is visible<br/>Wearing a vest<br/>Wearing a helmet<br/>Wearing NVGs<br/>Wearing a mil uniform! @@ -5882,6 +7044,7 @@ Vous ne pouvez pas rester Incognito pendant que :<br/><br/>Une arme est visible<br/>Vous portez une veste<br/>Vous portez un casque<br/>Vous portez des LVN<br/>Vous portez un uniforme militaire ! 다음과 같은 경우에는 위장을 유지할 수 없습니다:<br/><br/>무기 보임<br/>조끼 착용<br/>헬멧 착용<br/>야시경 착용<br/>군복을 입음! Nemůžeš zůstat v utajení pokud:<br/><br/>Zbraň je viditelná<br/>Máš na sobě vestu<br/>Máš na sobě helmu<br/>Máš na sobě noktovizor<br/>Máš na sobě vojenskou uniformu! + 你不能进行伪装,因为你:<br/><br/>被目视到身持武器<br/>正身着军用背心<br/>正穿戴一顶军用头盔<br/>正穿戴一顶军用夜视仪<br/>正身着军用制服! You cannot stay Undercover while showing:<br/><br/>A weapon is visible<br/>Wearing a vest<br/>Wearing a helmet<br/>Wearing NVGs<br/>Wearing a mil uniform<br/><br/>The enemy added you to their Wanted List! @@ -5889,6 +7052,7 @@ Vous ne pouvez pas rester Incognito pendant que vous montrez :<br/><br/>Une arme est visible<br/>Vous portez une veste<br/>Vous portez un casque<br/>Vous portez des LVN<br/>Vous portez un uniforme militaire ! 다음과 같은 경우가 보여지는 동안에는 위장을 유지할 수 없습니다:<br/><br/>무기 보임<br/>조끼 착용<br/>헬멧 착용<br/>야시경 착용<br/>군복을 입음<br/>적이 당신을 수배 목록에 추가했습니다! Nemůžeš zůstat v utajení pokud:<br/><br/>Zbraň je viditelná<br/>Máš na sobě vestu<br/>Máš na sobě helmu<br/>Máš na sobě noktovizor<br/>Máš na sobě vojenskou uniformu<br/><br/>Nepřítel tě přidal na listinu hledaných! + 你不能进行伪装,因为你:<br/><br/>被目视到身持武器<br/>正身着军用背心<br/>正穿戴一顶军用头盔<br/>正穿戴一顶军用夜视仪<br/>正身着军用制服!<br/>敌人已经把你拉入他们的通缉名单! You cannot stay Undercover while healing a compromised resistance member! @@ -5896,6 +7060,7 @@ Vous ne pouvez pas rester Incognito alors que vous soignez un membre de la résistance compromis ! 부상을 입은 저항군을 치료하는 동안에는 위장을 유지할 수 없습니다! Nemůžeš zůstat v utajení když léčíš prozrazeného člena odboje! + 明目张胆的救助反抗军成员使得你退出了伪装 You cannot stay Undercover while healing a compromised resistance member<br/><br/>The enemy added you to their Wanted List! @@ -5903,6 +7068,7 @@ Vous ne pouvez pas rester Incognito alors que vous soignez un membre de la résistance compromis !<br/><br/>L'ennemi vous a ajouté à leur liste de gens recherchés ! 부상을 입은 저항군을 치료하는 동안에는 위장을 유지할 수 없습니다!<br/><br/>적이 당신을 수배 목록에 추가했습니다! Nemůžeš zůstat v utajení když léčíš prozrazeného člena odboje<br/><br/>Nepřítel tě přidal na listinu hledaných! + 明目张胆的救助反抗军成员使得你退出了伪装<br/><br/>敌人已经把你拉入他们的通缉名单! You cannot be undercover while tow ropes are attached to your vehicle! @@ -5910,6 +7076,7 @@ Vous ne pouvez pas être Incognito pendant qu'un treuil de remorquage est attaché à votre véhicule ! 당신의 차량에 견인줄이 걸려 있는 동안에는 위장이 불가능합니다! Nemůžeš být v utajení když tažné lano je připojeno k tvému vozidlu! + 在载具被其他车辆拖动的情况下该载具无法进行伪装 You cannot be undercover and use tow ropes! @@ -5917,6 +7084,19 @@ Vous ne pouvez pas être Incognito et utiliser un treuil de remorquage ! 견인줄을 사용하면서 위장을 할 순 없습니다! V utajení nemůžeš používat tažné lano! + 你不能在伪装模式下使用拖车绳索! + + + Undercover OFF + Incognito OFF + 위장 끔 + 退出伪装 + + + Undercover ON + Incognito ON + 위장 켬 + 进行伪装 You have been reported or spotted by the enemy! @@ -5924,6 +7104,7 @@ Vous avez été signalé ou détecté par l'ennemi ! 적에게 신고를 받았거나 발견되었습니다! Byl jsi nahlášen nebo zpozorován nepřítelem! + 你已经被敌人举报或者发现了! You have trespassed on an enemy airbase! @@ -5931,6 +7112,7 @@ Vous vous êtes introduit sur une base aérienne ennemie ! 적의 공군 기지에 무단 침입했습니다! Vkročil jsi na nepřátelské letiště! + 你已经非法入侵敌人的空军基地! Undercover @@ -5938,6 +7120,7 @@ Incognito 위장 V utajení + 伪装 @@ -5947,6 +7130,7 @@ Poser l'objet 물건 떨어뜨리기 Položit objekt + 放下物品 Building placer @@ -5954,6 +7138,7 @@ Placeur de Construction 건물 배치기 Umisťovač budov + 建造工程放置器 Carry object @@ -5961,6 +7146,7 @@ Porter l'objet 물건 끌기 Nést objekt + 扛起物品 Open Doors @@ -5968,6 +7154,7 @@ Ouvrir Portes 문 열기 Otevřít dveře + 打开门 Pack object @@ -5975,6 +7162,7 @@ Emballer objet 물건 포장 Zabalit objekt + 打包物品 Rotate object @@ -5982,6 +7170,7 @@ Pivoter l'objet 물건 회전 Rotovat objekt + 旋转物品 Unpack object @@ -5989,6 +7178,7 @@ Déballer objet 물건 풀기 Rozbalit objekt + 卸下物品 @@ -6020,11 +7210,15 @@ You can't recruit units into a garrison when enemies are near the zone. + Non puoi reclutare unità nella guarnigione mentre vi sono nemici nelle vicinanze. 적들이 근처에 있을 때는 주둔지에 유닛을 모집할 수 없습니다. + Nemůžete rekrutovat jednotky do posádky, když jsou nepřátelé poblíž zóny. You lack the HR necessary to recruit these units. + Non hai HR per reclutare unità. 유닛을 모집할 인력이 부족합니다. + Chybí ti HR aby jsi mohl rekrutovat jednotky. You don't have enough money for adding this kind of unit (%1€ needed). @@ -6066,7 +7260,9 @@ Adding this squad to the garrison will exceed the garrison limit. Some of the units will join the garrison, and the rest will be dismissed and their cost refunded. + Aggiungere questa squadra alla guarnigione supererà il limite di guarnigione. Alcuni si aggiungeranno altri saranno dimessi e il loro costo rimborsato. 이 분대를 주둔지에 추가하면 주둔군 제한을 초과하게 됩니다. 그들 중 일부는 주둔지에 합류할 것이고, 나머지는 해산되며 비용은 환불될 것입니다. + Přidání této jednotky do posádky překročí limit posádky. Někteří z nich se připojí k posádce, zbytek bude propuštěn a jejich náklady vám budou vráceny. Selected units are already in garrison. @@ -6121,7 +7317,9 @@ You must select any %1 zone with a marker. + Devi selezionare qualunque zona %1 con un marcatore. 마커가 있는 아무 %1 구역을 선택해야 합니다. + Musíte vybrat jakoukoli zónu %1 se značkou. Selected zone does not belong to %1. @@ -6151,11 +7349,15 @@ You have regained control of the %1 group as the zone where the group was going to be garrisoned has been lost. + Il gruppo %1 è ritornato sotto il controllo del AC poiché la zona da guarnire è stata perduta. %1 그룹은 주둔할 예정이었던 구역을 잃었기 때문에 하이 커맨드 통제로 들어갔습니다. + Získal si kontrolu skupiny %1 zpět, protože zóna, do které se měli přesunout, byla ztracena. This garrison is full, choose another zone to add this HC squad into its garrison. + La guarnigione è piena, seleziona un'altra zona in cui mandare questa squadra dell'AC. 이 주둔지는 꽉 찼으므로, 이 하이 커맨드 분대를 주둔지에 추가하려면 다른 구역을 선택하십시오. + Tato posádka je plná, vyberte jinou zónu, do které chcete přidat tuto skupinu z HC. Garrison @@ -6229,13 +7431,17 @@ Last Garbage Clean was %1 ago. Keep track of it. The server will automatically GC in %2. Letzte Müll-Löschung war vor %1, behalte das im Auge. Müll-Löschung wird automatisch in %2 durchgeführt. + L'ultimo Pulisci Immondizia è stato %1 fa. Tienilo d'occhio. PI forzato in %2. 마지막 쓰레기 청소는 %1 전에 실행되었습니다. 쓰레기 청소 시간을 추적합니다. 서버는 %2 후에 자동으로 쓰레기 청소를 수행할 것입니다. + Ostatnie czyszczenie śmieci miało miejsce %1 temu. Uważaj na następne. Czyszczenie będzie wymuszone za %2. Poslední čistění odpadu bylo %1 zpátky. Dávejte si na to pozor. Vynucené čistění odpadu za %2. Garbage Cleaner Tracker has ran a garbage clean because the time passed the threshold. Keep track of GC times. Müll-Löscher hat Löschung durchgeführt, weil der Zeitraum abgelaufen ist. Beachte die Fristen. + Tracciatore Pulisci Immondizia ha eseguito una pulizia poiché il tempo trascorso ha superato la soglia. Tieni d'occhio i tempi del PI. 쓰레기 청소 기록 프로그램이 임계값을 초과하여 쓰레기를 청소합니다. 쓰레기 청소 시간을 추적합니다. + Skrypt do czyszczenia śmieci został uruchomiony, ponieważ minęło zbyt dużo czasu od ostatniego czyszczenia. Śledź czasy czyszczenia. Monitor čistení odpadků spustil sběr, jelikož čas překročil časový práh. Hlídejte si čas sběru. @@ -6263,7 +7469,7 @@ Automatyczne usuwanie śmieci rozpocznie się za %1 Automatické čistení odpadků za %1 %1'de Otomatik Çöp Temizleme geliyor. - 将于 %1 之后进行自动垃圾清理 + %1 之后进行自动垃圾清理 Final Warning @@ -6291,6 +7497,7 @@ Opens the Antistasi artillery support menu (commander only). + Apre il menù del supporto d'artiglieria di Antistasi (solo comandante). 안티스타시의 포병 지원 메뉴를 엽니다 (지휘관 전용). @@ -6302,6 +7509,7 @@ Opens the Antistasi battle menu. + Apre il menù di battaglia di Antistasi. 안티스타시의 전투 메뉴를 엽니다. @@ -6327,6 +7535,7 @@ Toggles the ear plugs (no effect when using ACE). + Interruttore tappi per le orecchie (non serve se si utilizza l'ace). 귀마개를 토글합니다(ACE 사용 시 효과 없음). @@ -6338,6 +7547,7 @@ Toggles the visibility of the Antistasi information bar at the top of the screen. + Interruttore visibilità della barra delle informazioni in alto. 화면 상단에 있는 안티스타시 전용 정보 표시줄의 표시 여부를 전환합니다. @@ -6372,12 +7582,8 @@ [ACE] 开局拥有可食用物品 - Experimental] Allow futuristic supports to be used by the enemy - Sperimentale] Permetti al nemico di usare supporti futuristici - [Experimental] Permitir al enemigo usar apoyos futuristas - <br/>[Expérimental] Autoriser des supports futuristes pour l'ennemi + [Experimental] Allow futuristic supports to be used by the enemy [실험적] 적이 미래형 지원을 사용할 수 있도록 허용 - 实验性] 允许敌人使用未来科技化支援 Should Guided Launchers become unlocked? @@ -6385,6 +7591,7 @@ ¿Deberían desbloquearse los lanzadores guiados? Debloquer les lance-missiles guidés ? 유도미사일 발사기를 해금할 수 있습니까? + Czy namierzane wyrzutnie powinny zostać odblokowane? 是否允许解锁可制导导弹? @@ -6393,6 +7600,7 @@ Permitir que el enemigo utilice apoyos injustos <br/>Permettre à l'ennemi d'utiliser des soutiens inéquitable 적이 불공평한 지원을 사용하도록 허용 + Pozwól wrogowi na użycie nieuczciwego wsparcia 是否允许敌方使用不平衡的支援类型 @@ -6401,6 +7609,7 @@ ¿Deberían desbloquearse los explosivos? Debloquer les Explosifs ? 폭발물을 해금할 수 있습니까? + Czy materiały wybuchowe powinny zostać odblokowane? 是否允许解锁爆炸物? @@ -6409,6 +7618,7 @@ Preferencia de los enemigos para atacar objetivos rebeldes cerca del CG Préférence de l'ennemi à attaquer les cibles rebelles proches du QG 적군 선호도 - 반군 표적을 공격하는 것을 선호하는 정도 + Wróg woli atakować cele rebeliantów bliżej sztabu 敌方针对总部附近抵抗军的攻击倾向 @@ -6417,7 +7627,8 @@ Activar autoguardado (cada X minutos) Activer les Sauvegarde Auto (toute les X minutes) 자동 저장 활성화 (매 X분마다) - 启用自动保存 (每过 X 分钟) + Włącz auto-zapis (co X minut) + 启用自动保存 (每 X 分钟一次) Time between autosaves (in minutes) @@ -6425,17 +7636,22 @@ Tiempo entre autoguardados (en minutos) Temps entre sauvegardes auto (en minutes) 자동 저장 쿨타임 (분 단위) + Czas pomiędzy automatycznymi zapisami (w minutach) 自动保存间隔时间(分钟) [Experimental] Truly Random Crates: Remove all balance checks from Crates [실험적] 완전 무작위 전리품 상자: 상자에서 모든 밸런스 체크를 제거 + [实验性] 完全随机性货箱:移除与箱子有关的所有平衡性检查 Both + Entrambe Ambos Les deux 둘 다 + Oba + 两个都允许 Engineers @@ -6443,10 +7659,12 @@ Ingenieros Ingénieurs 공병만 + Inżynierowie 工程师 Player classes permitted to use the building placer + Permesso di usare il piazza costruzioni per le classi giocatori Clases de jugador que pueden usar el colocador de edificios Classes joueur autorisée à utiliser le placeur de constructions 건물 배치기를 사용할 수 있는 플레이어 병과 @@ -6458,6 +7676,7 @@ Líderes de equipo Chef d'équipes 조장만 + Liderzy zespołów 班组组长 @@ -6466,6 +7685,7 @@ Cantidad de tráfico de civiles y vehículos aparcados Quantité de traffic civil et véhicules garés 민간인 보행자 및 주차된 차량 수 + Ilość ruchu cywilnego i pojazdów zaparkowanych 平民出行程度以及停靠车辆数量 @@ -6474,6 +7694,7 @@ Munición máxima en cajas Maximum de Munitions dans les Caisses 상자 내 최대 탄약 수량 + Maksymalna ilość amunicji w skrzyniach 弹药箱中可容纳弹药的数量已达最大值 @@ -6482,6 +7703,7 @@ Tipos de munición máximos en cajas Maximum de Types de Munitions dans les Caisses 상자 내 최대 탄약 종류 수 + Maksymalna liczba typów amunicji w skrzynkach 弹药箱中可容纳弹药的种类已达最大值 @@ -6490,6 +7712,7 @@ Cantidad máxima de accesorios en cajas Maximum d'Accessoires dans les Caisses 상자 내 최대 부착물 수량 + Maksymalna ilość dodatków do broni w skrzyniach 弹药箱中可容纳枪械配件的数量已达最大值 @@ -6498,6 +7721,7 @@ Tipos de accesorios máximos en cajas Maximum de Types d'Accessoires dans les Caisses 상자 내 최대 부착물 종류 수 + Maksymalna liczba typów dodatków do broni w skrzyniach 弹药箱中可容纳枪械配件的种类已达最大值 @@ -6506,6 +7730,7 @@ Cantidad de mochilas máxima en cajas Maximum de Sacs à Dos dans les Caisses 상자 내 최대 군장 수량 + Maksymalna ilość plecaków w skrzyniach 弹药箱中可容纳背包的数量已达最大值 @@ -6514,16 +7739,19 @@ Tipos de mochila máximos en cajas Maximum de Types de Sacs à Dos dans les Caisses 상자 내 최대 군장 종류 수 + Maksymalna liczba typów plecaków w skrzyniach 弹药箱中可容纳背包的种类已达最大值 Maximum Device Backpack Quantity in Crates + Quantità massima di Zaini Dispositivi nelle Casse Maximum de Sacs à Dos avec Dispositifs dans les Caisses 상자 내 최대 장비 가방 수량 弹药箱中设备背包的数量已达最大值 Maximum Device Backpack Types in Crates + Quantità massima di Tipi di Zaini Dispositivi nelle Casse Maximum de Types de Sacs à Dos avec Dispositifs dans les Caisses 상자 내 최대 장비 가방 종류 수 弹药箱中设备背包的种类已达最大值 @@ -6533,6 +7761,7 @@ Quantità massima di esplosivi nelle casse Maximum d'Explosifs dans les Caisses 상자 내 최대 폭발물 수량 + Maksymalna ilość materiału wybuchowego w skrzyniach 弹药箱中爆炸物的数量已达最大值 @@ -6540,6 +7769,7 @@ Tipi massimi di esplosivi nelle casse Maximum de Types d'Explosifs dans les Caisses 상자 내 최대 폭발물 종류 수 + Maksymalna liczba typów materiałów wybuchowych w skrzyniach 弹药箱中爆炸物的种类已达最大值 @@ -6547,6 +7777,7 @@ Quantità massima di elmetti nelle casse Maximum de Casques dans les Caisses 상자 내 최대 헬멧 수량 + Maksymalna ilość hełmów w skrzyniach 弹药箱中头盔的数量已达最大值 @@ -6554,6 +7785,7 @@ Tipi massimi di elmetti nelle casse Maximum de Types de Casques dans les Caisses 상자 내 최대 헬멧 종류 수 + Maksymalna liczba typów hełmów w skrzyniach 弹药箱中头盔的种类已达最大值 @@ -6561,6 +7793,7 @@ Quantità massima di oggetti nelle casse Maximum d'Objets dans les Caisses 상자 내 최대 기타 아이템 수량 + Maksymalna ilość przedmiotów w skrzyniach 弹药箱中可容纳物品的数量已达最大值 @@ -6568,6 +7801,7 @@ Tipi massimi di oggetti nelle casse Maximum de Types d'Objets dans les Caisses 상자 내 최대 기타 아이템 종류 수 + Maksymalna liczba typów przedmiotów w skrzyniach 弹药箱中可容纳物品的种类已达最大值 @@ -6575,6 +7809,7 @@ Diminuisci la quantità di loot man mano che il numero di giocatori aumenta? ("Sì" è raccomandato per motivi di bilanciamento) Réduire la quantité de butin à mesure que le nombre de joueurs augmente ? (Oui c'est conseillé pour des raisons d'équilibrage) 플레이어가 많아질수록 전리품 수량이 줄어듭니까? (밸런스를 위해 '예'를 권장합니다) + Zmniejszyć ilość łupów wraz ze wzrostem liczby graczy? (Tak jest zalecane ze względu na równowagę) 是否根据玩家人数来调节战利品生成概率?(追求游戏平衡的前提下, 建议启用) @@ -6582,6 +7817,7 @@ Quantità massima di gilet tattici nelle casse Maximum de Vestes dans les Caisses 상자 내 최대 조끼 수량 + Maksymalna ilość kamizelek w skrzyniach 弹药箱中防弹背心的数量已达最大值 @@ -6589,6 +7825,7 @@ Tipi massimi di gilet tattici nelle casse Maximum de Types de Vestes dans les Caisses 상자 내 최대 조끼 종류 수 + Maksymalna liczba typów kamizelek w skrzyniach 弹药箱中防弹背心的种类已达最大值 @@ -6596,6 +7833,7 @@ Quantità massima di armi nelle casse Maximum d'Armes dans les Caisses 상자 내 최대 무기 수량 + Maksymalna ilość broni w skrzyniach 弹药箱中可容纳枪械的数量已达最大值 @@ -6603,6 +7841,7 @@ Tipi massimi di armi nelle case Maximum de Types d'Armes dans les Caisses 상자 내 최대 무기 종류 수 + Maksymalna liczba typów broni w skrzyniach 弹药箱中可容纳枪械的种类已达最大值 @@ -6610,12 +7849,15 @@ Distanza massima dal QG per le missioni Distance maximale du QG pour les tâches 본부로부터 임무까지의 최대 거리 + Maksymalny dystans od bazy dla zadań + 总部距离任务所在地点的最大距离 Spawn distance Distanza di spawn Distance d'apparition 스폰 거리 + Odległość spawnu 生成距离 @@ -6623,18 +7865,22 @@ Bilancio risorse di attacco del nemico(relative al bilancio complessivo) Equilibrage des ressources des attaques enemies (relatif à l'équilibrage global) 적 공격 자원 밸런스 (전체적인 밸런스와 관련됨) + 平衡敌人攻击资源(和总体平衡相关联) Overall enemy resource balance Bilancio complessivo delle risorse del nemico Equilibrage global des ressources des ennemis 전체적인 적 자원 밸런스 + Łączny balans zasobów przeciwnika 平衡敌人总体资源 Distance used to check for nearby enemies + Distanza usata per controllare se vi sono nemici nelle vicinanze Distance pour la vérification d'ennemis proches 근처 적 존재 여부를 체크하는 거리 + Dystans używany do szukania pobliskich przeciwników 用于探查附近敌情的距离 @@ -6642,24 +7888,31 @@ Abilità delle IA nemiche (influenzato anche dal livello di abilità del server) Compétence de l'IA ennemie (affectée par le réglage serveur) 적 AI 숙련도 (서버 숙련도에도 영향을 받음) + Poziom umiejętności AI (umiejętności serwera również na to wpływa) 敌方AI能力水平 (会被服务器设定所影响) Reb vs Gov + Rib vs Gov Reb vs Gouv 반군 Vs 정부군 + Rebelia vs Rząd 起义军 vs 政府军 Reb vs Gov + Inv + Rib vs Gov + Inv Reb vs Gouv + Envahisseur 반군 Vs 정부군과 침략군 + Rebelia vs Rząd + Najeźccy 起义军 vs 政府军 + 侵略者 Reb vs Gov vs Inv + Rib vs Gov vs Inv Reb vs Gouv vs Envahisseur 반군 Vs 정부군 Vs 침략군 + Rebelia vs Rząd vs Najeźccy 起义军 vs 政府军 vs 侵略者 @@ -6667,27 +7920,35 @@ Modalità di gioco - NON cambiare nel mezzo della missione Mode de Jeu - Ne pas changer ceci en milieu de mission 게임 모드 - 경고: 임무 도중에 이것을 변경하지 마십시오!! + Tryb gry - NIE zmieniaj tego w trakcie misji 游玩模式 - 请勿在游玩过程中改变此选项 Garbage Cleaner Threshold for Automatic GC + Soglia Pulisci Immondizia per PI Automatico Límite de la limpieza de basura para el limpiador automático Limite avant le Nettoyage de Memoire automatique 자동 쓰레기 청소에 대한 쓰레기 청소 프로그램 임계점 Порог очистки мусора для автоматической очистки мусора + Próg czyszczenia śmieci dla automatycznego czyszczenia śmieci + 自动化垃圾清理阈值 10 km + 10km 10 km 10 km 10km + 10 km 10 千米 10 meters + 10 Meter 10 metri 10 mètres 10 + 10 metrów 10 米 @@ -6695,13 +7956,16 @@ 10 minuti 10 minutes 10분 + 10 minut 10 分钟 15 meters + 15 Meter 15 metri 15 mètres 15m + 15 metrów 15 米 @@ -6709,20 +7973,25 @@ 15 minuti 15 minutes 15분 + 15 minut 15 分钟 16 km + 16 km 16 km 16 km 16km + 16 km 16 千米 20 meters + 20 Meter 20 metri 20 mètres 20m + 20 metrów 20 米 @@ -6730,6 +7999,7 @@ 20 minuti 20 minutes 20분 + 20 minut 20 分钟 @@ -6737,6 +8007,7 @@ 2 minuti 2 minutes 2분 + 2 minuty 2 分钟 @@ -6744,20 +8015,25 @@ 30 minuti 30 minutes 30분 + 30 minut 30 分钟 4 km + 4 km 4 km 4 km 4km + 4 km 4 千米 5 km + 5 km 5 km 5 km 5km + 5 km 5 千米 @@ -6765,65 +8041,84 @@ 5 minuti 5 minutes 5분 + 5 minut 5 分钟 6 km + 6 km 6 km 6 km 6km + 6 km 6 千米 7 km + 7 km 7 km 7 km 7km + 7 km 7 千米 8 km + 8 km 8 km 8 km 8km + 8 km 8 千米 All + Alle Tutti Tout 모두 + Wszystko + 所有 Allowed + Erlaubt Permesso Autorisé 허용 + Dozwolone 允许 Always + Immer Sempre Toujours 항상 + Zawsze 时常的 Disabled + Deaktiviert Disabilitato Désactivé 비활성화 + Wyłączone 不启用 Enabled + Aktiviert Abilitato Activé 활성화 + Włączone 启用 High + Hoch Alto Haut 높음 @@ -6831,6 +8126,7 @@ Low + Niedrig Basso Bas 낮음 @@ -6838,6 +8134,7 @@ Medium + Mittel Medio Moyen 중간 @@ -6845,6 +8142,7 @@ Never + Nie Mai Jamais 없음 @@ -6852,6 +8150,7 @@ No change + Keine Änderung Nessun cambiamento Pas de changements 변경 없음 @@ -6859,6 +8158,7 @@ No limit + Kein Limit Nessun limite Pas de limite 무제한 @@ -6866,12 +8166,15 @@ None + Nichts Nessuno Aucun 없음 + 啥也没有 Normal + Normal Normale Normal 보통 @@ -6879,6 +8182,7 @@ Not allowed + Nicht Erlaubt Non permesso Interdit 허용되지 않음 @@ -6886,6 +8190,7 @@ No unlocks + Kein Freischalten Nessuno sblocco Pas de débloquage 해금 없음 @@ -6914,6 +8219,7 @@ Very high + Sehr hoch Molto alto Très haut 매우 높음 @@ -6921,6 +8227,7 @@ Very low + Sehr niedrig Molto basso Très bas 매우 낮음 @@ -6945,15 +8252,17 @@ Numero predefinito di oggetti necessari perchè gli ospiti possano usarli Quantité par defaut d'objets nécessaire avant que les invités puissent s'en servir 게스트가 사용하는 데 필요한 기본 아이템 수 - 允许游客玩家使用限制物品的最低限额 + 允许游客玩家使用限制物品的默认限额 Use In-Development UI Preview + Usa UI Sperimentale Usar vista previa de la interfaz en desarrollo Utiliser la Previsualisation de l'UI en Développement 개발 중인 UI 미리보기 사용 Использовать предварительный просмотр пользовательского интерфейса в разработке Použít náhled uživatelského rozhraní ve vývoji. + 使用实验性UI预览 Chance of helmet loss on headshots @@ -6978,6 +8287,7 @@ Initial Rebel Faction Manpower + Manodopera iniziale Fazione Ribelle Effectifs Initial de la Faction Rebelle 반란군 세력의 초기 인력 抵抗军初始人力资源 @@ -6994,9 +8304,11 @@ Moltiplicatore di risorse per gli invasori rispetto agli occupanti Multiplicateur de Ressource de l'envahisseur relatif à l'occupant 점령군과 관련된 침략군에 대한 자원 승수 + 入侵者相对于占领者的资源倍增 Any friendly position + Jede Position der eigenen Seite Qualsiasi posizione amica Toute position alliée 모든 우호지역 위치 @@ -7004,6 +8316,7 @@ Only Airports + HQ + Nur Flughäfen und das HQ Solo aeroporti + QG Seulement les Aéroports + QG 공항과 본부만 @@ -7011,6 +8324,7 @@ Fast Travel Targets Allowed + Erlaubte Schnellreiseziele Obiettivi del viaggio rapido concessi Cibles de Voyage Rapide Autorisées 빠른 이동 타겟 허용 @@ -7021,51 +8335,67 @@ Tutti i non sviluppatori Tout les non-dév 모두 (개발자 버전 제외) + 所有非研发 Log debug console use + Registra l'uso della console di debug Enregistrer l'usage de la console de debug 디버그 콘솔 사용 로그 작성 + 记录调试台使用 Debug + Debug Debug Debug Déboger 디버그 Отладка Debug + 调试 Error + Fehler Errore Error Erreur 오류 Ошибка + Błąd Chyba + 错误 Info + Info Informazione Info Info 정보 Информация + Informacja Informace + 信息 Logging Level (Amount of detail in .rpt file) + Livello Registrazione (Quantità di dettagli nel file .rpt) Nivel de log (Cantidad de detalle en el archivo .rpt) Niveau de Logs (Quantité de détails dans le fichier .rpt) 로그 작성 수준 (.rpt 파일의 세부정보량) Уровень ведения логов (Количество деталей в файле .rpt) + 记录级别(rpt文件中信息的详细程度) Verbose + Ausführlich + Verboso Verbose Verbeux 세부 정보 + 文本长度 Loot to crate radius @@ -7076,8 +8406,10 @@ Loot to crate transfers unlocked items + Loot alla cassa trasferisce oggetti sbloccati Charger le butin vers la caisse transfère les armes debloquées 해금된 아이템을 전리품 상자로 옮김 + 允许武器箱只装载未解锁的物品 Maximum civilians spawn per town @@ -7088,11 +8420,14 @@ Max distance of guests from the closest member or HQ + Massima distanza degli ospiti dal membro più vicino al QG Distance max des invités du membre ou QG le plus proche 가장 가까운 멤버 또는 본부로부터 게스트의 최대 거리 + 游客玩家与服务器白名单玩家或者总部之间的最大距离 Enable Server Membership + Abilita Membri Server Activer l'Adhésion au Serveur 서버 멤버십 활성화 启用服务器白名单 @@ -7127,18 +8462,21 @@ How many rebels can be garrisoned (1.5x for airports, 0.5x for resources and factories)? + Quanti ribelli possono essere messi a guarnigione (1.5x per aeroporti, 0.5x per risorse e fabbriche)? Combien de rebelles peuvent être en garnison (1.5x pour les aéroports, 0.5x pour les ressources et usines) ? 얼마나 많은 반군을 주둔시킬 수 있는가? (공항은 1.5배, 자원채취소 및 공장은 0.5배) 抵抗军驻军人数 (机场为1.5倍兵力 , 资源节点以及工厂为0.5倍兵力)? How many troops can be in garrison. Note that No limit option may affect performance as there might be too many troops for CPU to handle. + Quante truppe possono esservi nella guarnigione. Nota che l'opzione Nessun limite potrebbe impattare sulle perfomance poiché potrebbero esserci troppe truppe da gestire per la CPU. Combien de troupes peuvent être en garnison. Notez que Aucune Limite risque d'affecter les performances car il y aura trop de troupes à gérer pour le CPU. 주둔지에 얼마나 많은 병력을 배치하는 지 여부를 결정합니다. 무제한 옵션은 CPU가 처리할 병력이 너무 많으므로 성능에 영향을 미칠 수 있습니다. 最高驻军人数. 请注意,无限制选项可能会导致CPU超载因而影响游戏体验. Friendly AI skill (also affected by server skill) + Abilità IA amica (l'abilità del server ha anche effetto) Compétence de l'IA alliée (affectée par le réglage serveur) 아군 AI 숙련도 (서버 숙련도에 영향을 받음) 友方AI能力水平 (会被服务器设定所影响) @@ -7180,12 +8518,14 @@ Withstand + Resisti Endurer 견디기 自我复苏 [TFAR] Start with Long Range Radio? + [TFAR] Inizia con la Radio a Lungo Raggio? [TFAR] Commencer avec une Radio Longue-Portée ? [TFAR] 장거리 무전기를 가지고 시작합니까? [TFAR] 开局拥有长途通讯无线电? @@ -7194,7 +8534,7 @@ BALANCE OPTIONS OPZIONI DI SALDO OPCIONES DE EQUILIBRIO - OPTIONS EQUILIBRAGE + OPTIONS D'EQUILIBRAGE -밸런스 설정- 游戏平衡性选项 @@ -7202,34 +8542,43 @@ DEVELOPMENT OPTIONS OPZIONI DI SVILUPPO OPCIONES DE DESARROLLO - OPTION DEVELOPPEMENT + OPTION DE DEVELOPPEMENT -개발자 설정- + Opcje rozwoju + 研发选项 EQUIPMENT OPTIONS OPZIONI DELL'ATTREZZATURA OPCIONES DE EQUIPAMIENTO - OPTIONS EQUIPEMENT + OPTIONS D'EQUIPEMENT -장비 설정- + opcje wyposażenia 装备选项 LOOT CRATE OPTIONS OPZIONI DELLA CASSA DEL BOTTINO OPCIONES DE CAJAS DE BOTÍN - OPTIONS CAISSE DE BUTIN + OPTIONS DES CAISSE DE BUTIN -전리품 상자 설정- 弹药箱装载选项 MEMBERSHIP OPTIONS + OPZIONI MEMBRI OPCIONES DE MEMBRESÍA - OPTIONS ADHESION + OPTIONS D'ADHESION -멤버십 설정- + opcje członkostwa 白名单设置 Notify only + Notifica soltanto + Notifications seulement + 알림만 + 只限通知 Enable Teamkill Punish @@ -7502,6 +8851,212 @@ 自我复苏 + + + %1 is about to execute an airstrike. + %1 세력이 공습을 시작함 + + + Airstrike + 공습 + + + A %1 heavy artillery piece has opened fire. + %1 세력의 대규모 야포 포격 발사가 시작됨 + + + Artillery strike + 포병 타격 + + + A %1 fighter started chasing a target. + %1 세력의 제공전투기가 목표를 추적하기 시작함 + + + Air superiority target + 제공 목표물 + + + A %1 heavy bomber is performing a carpet bombing. + %1 세력의 중폭격기가 융단폭격을 수행함 + + + Carpet bombing + 융단폭격 + + + A %1 CAS aircraft is attacking a target. + %1 세력의 근접지원항공기가 목표를 공격하기 시작함 + + + CAS Target + CAS 목표물 + + + Confirmed launch of %1 cruise missile. + %1 세력의 순항 미사일 발사가 확인됨 + + + Projected missile impact + 미사일 타격 예상 + + + %1 is executing an unknown support now. + %1 세력이 지금 알 수 없는 지원을 실행함 + + + A %1 heavy gunship started circling the area. + %1 세력의 중무장 건쉽이 해당 지역을 선회하기 시작함 + + + Gunship + 건쉽 + + + A %1 mortar has opened fire. + %1 세력의 박격포 사격이 시작됨 + + + Mortar strike + 박격포 포격 + + + A %1 satellite has fired an orbital strike. + %1 세력의 위성이 궤도 폭격을 수행함 + + + Orbital strike + 궤도 폭격 + + + A %1 air QRF is arriving. + %1 세력의 공중 신속대응군이 도착 + + + Air QRF + 공중 신속대응군 + + + A %1 land QRF just arrived. + %1 세력의 지상 신속대응군이 도착 + + + Land QRF + 지상 신속대응군 + + + Confirmed launch of %1 SAM. + %1 세력의 지대공미사일 발사가 확인됨 + + + Projected SAM target + 지대공미사일 예상 표적 + + + Target marked on map! + 목표물이 지도에 표시됨! + + + %1 is executing a %2 support now. + %1 세력이 지금 %2 지원을 실행함 + + + %1 support + %1 지원군 + + + %1 is preparing an airstrike. + %1 세력이 공습을 준비 중 + + + Estimated arrival in %1 minutes. + %1분 후에 도착 예상 + + + %1 is preparing a heavy artillery position. + %1 세력이 대규모 포격을 준비 중 + + + %1 is preparing an air superiority fighter. + %1 세력이 제공전투기를 준비 중 + + + A %1 heavy bomber is on the way. + %1 세력이 중폭격기를 보냄 + + + %1 is preparing fixed-wing CAS. + %1 세력이 고정익 근접지원항공기를 준비 중 + + + %1 just sent a counterattack force. + %1 세력이 반격군을 보냄 + + + A %1 launcher is preparing to launch a cruise missile. + %1 세력이 순항 미사일 발사를 준비 중 + + + %1 is setting up a %2 support. + %1 세력이 %2 지원을 준비 중 + + + %1 is loading up a heavy gunship. + %1 세력이 중무장 건쉽을 준비 중 + + + %1 just sent a major attack wave. + %1 세력이 대규모 공격 웨이브를 보냄 + + + %1 is setting up a mortar position. + %1 세력이 박격포를 준비 중 + + + A %1 satellite is charging an orbital strike. + %1 세력의 위성이 궤도 폭격을 충전 중 + + + %1 just sent an airborne QRF. + %1 세력이 공중 신속대응군을 보냄 + + + %1 just sent a land QRF. + %1 세력이 지상 신속대응군을 보냄 + + + %1 is setting up a SAM launcher. + %1 세력이 지대공미사일 발사기를 준비 중 + + + Estimated setup: %1 minutes. + 예상 설정 시간: %1분 + + + %1 is sending a spotting UAV. + %1 세력이 감시형 UAV를 보냄 + + + %1 is setting up an unknown support. + %1 세력이 알 수 없는 지원을 준비 중 + + + Airstrike Vessel Destroyed + 공습지원기 파괴됨 + + + Fighter Destroyed + 전투기 파괴됨 + + + CAS Plane Destroyed + 근접지원항공기 파괴됨 + + + %1 Destroyed + %1 파괴됨 + + Battle Options @@ -7532,7 +9087,9 @@ Take control of a selected AI squad member or High Command Squad Leader. All actions can be performed through the AI for 60 seconds. You will lose control if the player or unit receives any damage + Prendi il controllo di un membro di squadra IA selezionato o un Capo squadra assegnato all'Alto Comando. Puoi compiere tutte le azioni che vuoi per 60 secondi. Il controllo verrà perso se il giocatore o l'IA controllata ricevono ogni tipo di danno 선택된 분대원 또는 하이 커맨드 분대장을 개인적으로 통제하고 60초 동안 어떠한 종류의 행동이든 수행할 수 있습니다. 플레이어 또는 조종하는 유닛에게 어떠한 종류든 데미지를 입으면 조종 상태가 취소됩니다. + Převezměte osobní kontrolu nad vybraným členem družstva nebo velitelem HC družstva a budete moci provádět jakékoli akce po dobu 60 sekund. Stav kontroly bude zrušen, pokud hráč nebo kontrolovaná jednotka dostane jakýkoli druh poškození Auto Heal @@ -7550,11 +9107,14 @@ AI squad mates will proactively heal each other + I compagni di squadra IA si cureranno attivamente tra di loro AI 분대원들은 서로를 적극적으로 치료할 것입니다. + AI členové družstev se navzájem aktivně léčí Auto Rearm / Loot Automatisches Aufmunitionieren/Plündern + Auto Riarmo / Saccheggio Réarmement automatique \ Loot 자동 재무장 / 노획 Automatické přezbrojování / Rabování @@ -7621,6 +9181,7 @@ Mount / Dismount + Aufsitzen / Absitzen Monta / Smonta Embarcar / Desembarcar Monter / Descendre @@ -7633,6 +9194,7 @@ Force squad to mount or dismount their assigned vehicle + Gruppe von ihrem Fahrzeug auf- oder absitzen lassen. Forza la squadra a montare o smontare dal loro veicolo assegnato Fuerza a una escuadra a embarcar o desembarcar su vehículo asignado Forcer l'escouade à monter ou descendre de son véhicule assigné @@ -7658,7 +9220,9 @@ Gets a situation report from the selected HC squad. + Recupera info approposito lo stato della squadra selezionata in Alto Comando 하이 커맨드 분대로부터 상황 보고를 받습니다. + Získat informace o statusu počtu jednotek v družstvu. Squad Add Vehicle @@ -7674,7 +9238,9 @@ Look at some vehicle and assign it to the selected squad for its use + Guarda qualche veicolo e assegnalo alla squadra selezionata in modo che possano usarlo 차량을 보고 선택된 분대에 차량을 할당합니다. + Podívejte se na nějaké vozidlo a přiřaďte jej vybranému družstvu pro jeho použití @@ -7840,7 +9406,9 @@ Gain air support points by sacrificing the aircraft you're looking at. Use these points to call in HE, Cluster, and Napalm strikes. + Ottieni Punti Supporto Aereo consegnando questo veivolo alla fazione. Usa questi punti per richiedere bombardamenti. 현재 보고 있는 항공기를 희생하고 항공 지원 포인트를 얻습니다. 이 포인트를 사용하여 고폭, 집속, 네이팜 폭격을 요청하십시오. + Získejte body letecké podpory obětováním vozidla, na které se díváte. Použijte tyto body na zavolání HE, klusterového nebo napalmového bombardování. Cluster Bombs @@ -7942,7 +9510,9 @@ Cleans dead bodies, dropped gear, destroyed vehicles and similar entities. Helps massively with client and server performance, and running this every hour is recommended. + Pulisce corpi, equipaggiamento a terra, veicoli distrutti e entità simili. Aiuta massivamente con le performance di client e server, è raccomandato di eseguirlo una volta ogni ora. 시체, 떨어진 장비, 파괴된 차량 및 이와 유사한 개체들을 청소합니다. 클라이언트 및 서버 성능에 큰 도움이 되며 매 시간 실행하는 것이 좋습니다. + Vyčistí mrtvá těla, zahozenou výzbroj, zničené vozidla a podobné entity. Výrazně pomáhá s chodem klienta a servru, doporučuje se spustit alespoň jednou za hodinu. Faction Garage @@ -8031,13 +9601,16 @@ Outpost-Roadblock Delete + Elimina Punto di osservazione - Posti di Blocco Suppression de Poste d'Obs. - Barrage routier 감시초소 - 검문소 제거 O.Post-Odstranit zátaras Remove selected observation post or roadblock, the money spent will be refunded + Rimuovi il posto di osservazione o il posto di blocco selezionato, i soldi verranno rimborsati 선택한 감시초소 또는 검문소를 제거하면 자금으로 환불됩니다. + Odstraňte vybraný pozorovací bod nebo zátaras, peníze budou vráceny Establish a new watchpost or roadblock depending on the type of terrain you select @@ -8266,7 +9839,9 @@ Build your rebellion from scratch and defeat the occupants and invading forces in a persistent whole map Dynamic Mission. Formiere deine Rebellen-Armee und bezwinge die Besatzer und die eindringenden Kräfte in einer dynamischen Mission auf der gesamten Karte. + Costruisci la tua ribellione da zero e sconfiggi le forze occupanti e aggressori in una missione dinamica su tutta la mappa. 기초부터 반군을 일으켜 지도 전체에서 일어나는 다이나믹한 임무와 함께 점령군과 침략군을 물리치십시오. + Postavte armádu rebelů od nuly a porazte síly okupantů a vetřelců na celé mapě v dynamické perzistentní misi. @@ -8518,6 +10093,7 @@ Recruit AT Unit Panzerabwehreinheit rekrutieren + Recluta unità Anti Carro Recruter un AT 대전차병 모집 Rekrutovat Raketometčíka @@ -8584,6 +10160,7 @@ Recruit Mortar Unit Mörsereinheit rekrutieren + Recluta unità Mortaio Recruter un Mortier 박격포병 모집 Rekrutovat Minometčíka @@ -8801,9 +10378,9 @@ 将总部转移到其他区域 - Petros will join your group. The inventory of the arsenal box must be empty to move HQ. To rebuild, select the Build HQ here option on Petros. - Petros tritt deiner Gruppe bei. Inventar der Arsenal-Kiste muss leer sein um das HQ versetzen zu können. Zur Neuerrichtung die Bauaktion an Petros auswählen. - 페트로스가 당신의 그룹에 합류할 것입니다. 본부를 이동시키려면 탄약상자는 비워져 있어야 합니다. 재건축하려면 페트로스에게서 여기에 본부 건설하기를 선택하십시오. + Petros will join your group. To rebuild, select the Build HQ here option on Petros. + 페트로스가 당신의 그룹에 합류할 것입니다. 재건축하려면 페트로스에게서 여기에 본부 건설하기를 선택하십시오. + Petros se připojí k vaší skupině. Chcete-li vytvořit velitelství, vyberte možnost u Petrose „Zřídit velitelství“. Rebuild Assets @@ -8834,6 +10411,7 @@ Train your Troops Bilde deine Truppen aus + Addestra le tue truppe Entrainer les troupes 아군 병사 훈련 Vycvičit vaše jednotky @@ -8921,17 +10499,9 @@ 招募防空导弹兵 - Recruit Antitank Soldier - Panzerabwehrsoldat rekrutieren - Recluta Soldato Anticarro - Reclutar AT - Recruter un Soldat Antichar + Recruit Anti-Tank Soldier 대전차병 모집 - Нанять ПТ стрелка - Rekrutuj Celowniczego PPANC Rekrutovat Raketometčíka - Anti-Tank Askeri Al - 招募反坦克手 Recruit AT Missile Soldier @@ -9092,7 +10662,9 @@ Civilian vehicles allow you to travel in Undercover mode. You will be spotted if you stray too far from the road, as well as if you get too close to outposts, seaports, roadblocks, or airbases Zivilfahrzeuge erlauben dir unentdeckt zu reisen. Du wirst entdeckt sofern du dich zu weit von Straßen entfernst und wenn du zu nah Basen, Außenposten oder Straßensperren gerätst. + I veicoli civili ti permetteranno di viaggiare in modalità Sotto copertura ma solo rimanendo vicino alle strade e non entrando in basi, avamposti e posti di blocco. 민간 차량을 사용하면 위장 모드로 여행이 가능합니다. 도로에서 너무 멀리 벗어나거나 전초 기지, 항구, 검문소 또는 공군 기지에 너무 가까이 다가가면 발각될 것입니다. + Civilní vozidla vám umožní cestovat v režimu "utajení". Budete prozrazeni pokud se ocitnete příliš daleko od cesty, nebo když se příliš přiblížíte k postavením, přístavům, zátarasám nebo letištím. Military Vehicle @@ -9680,7 +11252,9 @@ Affects performance. Please use this with caution. Set it to lower distances if you feel Antistasi is running poorly. + Affligge le prestazioni. Usare con estrema cautela. Imposta distanze inferiori se ritieni che Antistasi stia girando male. 성능에 영향을 미칩니다. 주의하여 사용하십시오. 안티스타시가 작동하지 않는 것 같으면 더 낮은 거리로 조정하십시오. + Má vliv na výkon. Prosím používejte s opatrností. Nastavte na nižší vzdálenosti pokud vaše Antistasi běží špatně. @@ -10279,7 +11853,9 @@ Arsenal transfer Arsenal Transfer + Trasferimento Arsenale 아스널 전송 + Přenos z bedny Fast Travel @@ -10799,11 +12375,15 @@ AI Medic squad-mates will heal other AI’s automatically without the need to give any orders. If in combat, your AI will use smoke grenades for cover. If there is no medic in the group, the AI will use their own first aid kits. + I compagni di squadra dell'IA Medici cureranno automaticamente le altre IA senza bisogno di dare ordini. In combattimento, la tua IA utilizzerà le granate fumogene come copertura. Se non ci sono medici nel gruppo, l'IA utilizzerà i propri medikit. AI 의무병 분대원은 명령을 내릴 필요 없이 자동으로 다른 AI을 치료할 것입니다. 만약 전투 중이라면 당신의 AI은 엄호를 위해 연막탄을 사용할 것입니다. 그룹에 AI 의무병이 없다면 AI은 자신들의 메디킷을 사용할 것입니다. + AI Zdravotník uzdraví ostatní AI automaticky, aniž byste museli vydávat příkazy. Pokud se budete bojovat, vaše AI použije kouřové granáty pro zakrytí. Pokud ve skupině není žádný lékař, použije AI své vlastní léky. Your AI squad-mates will automatically look for and scavenge any ammunition from nearby corpses, vehicles, and loot boxes if needed. They will also try to improve their weapons if given the chance. If AI is inside a vehicle, they will loot weapons and launchers, and drop them in their truck until there is nothing in the area. Use this instead of the vanilla Rearm radio option. + I tuoi compagni di squadra IA cercheranno automaticamente tutte le munizioni dai cadaveri, dai veicoli e dalle scatole di munizioni nelle vicinanze, se necessario. Inoltre cercheranno di rinnovare le loro armi con armi migliori. Se l'IA si trova all'interno di un veicolo, saccheggeranno armi e lanciatori e li lasceranno nel loro veicolo finché non ci sarà nulla nell'area. Usa questo al posto dell'opzione radio di riarmo vanilla. 당신의 AI 분대원들은 필요에 따라 근처의 시체, 차량 또는 전리품 상자에서 탄약을 자동으로 찾고 노획할 것입니다. 또한 그들은 더 강력한 무기로 무기를 재무장할 것입니다. 만약 AI가 차량 안에 있다면, 그들은 무기와 발사기를 노획하고, 그 지역에 아무것도 남지 않을 때까지 그것들을 그들의 트럭에 놓을 것입니다. 바닐라 재무장 무전 대신 이 옵션을 사용하십시오. + Členové skupiny AI budou automaticky hledat a vybírat jakoukoli munici z okolních mrtvol, vozidel a beden s municí, pokud to bude potřeba. Také se pokusí vyzbrojit silnějšími zbraněmi. Pokud je umělá inteligence uvnitř vozidla, vezme zbraně a nosné rakety a hodí je do nákladního automobilu, dokud nebude v oblasti nic. Použijte toto místo možnosti „Přezbrojit" ze základního rádia hry. Commander Only. Use this option to assign the vehicle you are looking at to any HC squad. Check vehicle status, order them to mount or disembark, and automate mounted static squads. @@ -10819,10 +12399,13 @@ Select the unit and use the 'Dismiss AI/Group' option to send them back to HQ. You will recover some of the money you spent on them. + Seleziona un'unità e usa l'opzione "Congeda IA/grupo" per rimandarli al quartier generale. Recupererai parte dei soldi che hai speso. 유닛을 선택하고 '분대원 해산' 설정을 사용하여 본부로 돌려보냅니다. 그들에게 쓴 돈의 일부를 되찾을 것입니다. + Vyberte jednotku a pomocí možnosti „Propustit“ je odešlete zpět na velitelství. Získáte zpět část peněz, které jste na ně utratili. Having a commander is necessary because he is the commander of the Faction attacking ground forces. Many options are available only to the commander and, depending on your settings, if you play multiplayer, the most experienced player will usually occupy this position. + Avere un comandante è necessario perché è il comandante delle forze offensive di terra della fazione. Molte opzioni sono disponibili solo per il comandante e, a seconda delle tue impostazioni, se giochi in multigiocatore, il giocatore più esperto di solito occuperà questa posizione. 지상군을 공격하는 팩션의 지휘관이기 때문에 지휘관이 필요할 것입니다. 많은 옵션은 지휘관만 사용할 수 있으며, 설정에 따라 멀티 플레이로 플레이하는 경우 일반적으로 가장 경험이 많은 플레이어가 이 위치를 차지하게 됩니다. @@ -10851,6 +12434,7 @@ Use the radio and select a spot on the map with a good line of sight to enemy roads and markers. A group of snipers will join you. Send them to the selected place and they will spot for you, attempting to remain hidden and not engaging enemies upon contact. + Usa la radio e seleziona un punto sulla mappa con un buon campo visivo. Un gruppo di cecchini si unirà a te. Inviali nel luogo selezionato e individueranno i nemici per te, cercando di rimanere nascosti e non ingaggieranno al contatto. 무전기를 사용하여 지도에서 시야가 트인 곳을 선택합니다. 그러면 저격 팀이 합류할 것입니다. 선택한 위치에 그들을 보내면, 그들은 당신을 대신해 숨어 있는 상태를 유지하고 접촉 시 적과 교전하지 않으려고 할 것입니다. @@ -10891,6 +12475,7 @@ The Commander is responsible for assigning units as garrisons in conquered areas. Use the Garrison Management option inside the HQ Management action on Petros in order to add or remove garrison troops at each zone. Check Map Info screen for a quick overview of how many soldiers are assigned to each zone. + Il comandante è responsabile dell'assegnazione delle unità come guarnigioni in aree conquistate. Usa l'opzione gestione della guarnigione da Petros per aggiungere o rimuovere truppe di guarnigione in ogni zona. Controlla la schermata Informazioni alla mappa per una rapida panoramica di quanti soldati sono assegnati a ciascuna zona. 정복된지역에부대를 주둔지로 배치할 책임이 있습니다. 각 지역에 수비대 병력을 추가하거나 제거하려면 페트로스의 본부 관리 행동 내에서 주둔지 관리 옵션을 사용하십시오. 각 구역에 할당된 병사 수에 대한 간략한 개요를 보려면 지도 정보 화면을 확인하십시오. @@ -10919,10 +12504,12 @@ The Commander may select this option on Petros in order to move the HQ emplacement to another spot. This will allow you to move your HQ to a safer location or move closer to the front-lines. The closer your HQ is to the enemy, the greater the number of possibile side-missions you will have available. Remember! Keep Petros Safe or you will lose the game! + Il Comandante può selezionare questa opzione da Petros per spostare il Quartier Generale in un altro punto. Ciò ti consentirà di spostare il tuo QG in un luogo più sicuro o di avvicinarti alla prima linea. Più il tuo QG è vicino al nemico, maggiore sarà il numero di possibili missioni secondarie che avrai a disposizione. Ricorda! Tieni Petros al sicuro o perderai la partita! 지휘관은 본부를 다른 장소로 이동하기 위해 본부 깃발에서 본부 옮기기를 사용할 수 있습니다. 본부를 더 안전한 곳으로 혹은 최전방으로 이동시킬 수 있습니다. 만약 본부가 적과 가깝다면 더 많은 사이드 임무가 가능합니다. 기억하십시오! 페트로스를 지키지 않으면 게임에서 패배합니다! Use the action menu on the tent at HQ to rest for 8 hours. + Interagisci con la tenda al quartier generale per riposare 8 ore. 본부 텐트에서 행동 메뉴를 사용해 8시간 동안 휴식을 취합니다. @@ -10998,15 +12585,21 @@ Welcome to Arma 3 - %1. This mission aims to simulate guerilla combat, tactics and strategic situations. It is not a quick and easy mod, it is a long term, step-by-step mission with LOTS of features and enhanced AI. + Benvenuto in Arma 3 - %1. Questa missione cerca di simulare il combattimento da guerrilla, tattiche e situazioni strategiche. Non è una mod facile e veloce, è a lungo termine, una missione passo dopo passo con MOLTE caratteristiche e un IA migliorata. 아르마 3 - %1에 오신 것을 환영합니다. 이 임무는 게릴라전, 전술, 전략적 상황을 시뮬레이션하는 것을 목표로 합니다. 이 임무는 빠르고 쉬운 모드가 아니라 많은 기능과 향상된 AI 가진 장기적이고 단계적인 임무입니다. + Vítejte v Arma 3 - %1. Cílem této mise je simulovat partyzánský boj, taktiku a strategické situace. Není to rychlý a snadný mód, je to dlouhodobá, postupná mise s mnoha funkcemi a vylepšeným AI. You will win the game when most of the population supports the rebellion and you have conquered all the Airbases. + Vincerai una volta che la maggior parte della popolazione supporta la tua Fazione e quando avrai conquistato tutte le basi aeree 인구의 대부분이 당신의 팩션을 지지하고 당신이 모든 공군 기지를 점령했을 때 게임에서 승리할 것입니다. + Vyhrajete hru, když většina populace podporuje rebely a dobyli jste všechny letecké základny. You will lose the game if %1 murders 1/3 of the total population. To prevent this, respond to %1 punishment attacks against civilians. + Perderai se il %1 ha ucciso 1/3 della popolazione totale. Per evitare questo, rispondi agli attacchi punitivi di %1 contro i civili. %1이(가) 전체 인구의 1/3을 학살할 경우 게임에서 패배합니다. 이를 방지하려면 민간인을 대상으로 한 %1의 학살에 대응하십시오. + Prohrajete hru, pokud %1 zavraždí 1/3 celkové populace. Aby jste tomuto zabránili, odpovídejte útokům %1 proti civilistům. There is a total war on %4. The three factions competing for total control of the island are the rogue occupant military of %1, the ruthless invaders of %2, and the emerging rebellion of %3. %1 and %2 are constantly fighting, but also shoot %3 members on sight.<br/><br/>%1 and %2 Aggro points represent how much threat they see in %3 faction.<br/><br/>Generally speaking those points will low or raise depending on your actions against them and civilians. @@ -11062,6 +12655,7 @@ Flag: Squad Unit Recruitment. Commander Options.<br/>Petros: Side-missions (Commander Only) and other actions related to managing HQ.<br/>Map: Game Options.<br/>Tent: Rest for 8 hours and Clear Forest (Commander Only) + Bandiera: Reclutamento Squadre e Unità. Opzioni del Comandante. <br/>Petros: Missioni-Secondarie (Solo per il Comandante) e altre azioni riguardanti la gestione del QG.<br/>Mappa: Opzioni di Gioco.<br/>Tenda: Riposa per 8 ore e ripulisci la foresta (Solo per il Comandante). 깃발: 차량 및 분대원 모집. 지휘관 옵션.<br/>페트로스 : 사이드 임무(지휘관 전용) 및 본부 관리와 관련된 기타 작업.<br/>지도: 게임 설정.<br/>텐트: 8시간 동안 휴식을 취하거나 숲을 없앱니다(지휘관 전용). @@ -11102,10 +12696,12 @@ Purchased static weapons won't despawn if you leave them in a base or zone, the AI garrison will instead man them. Reinforce places as you desire. + Le armi fisse acquistate non scompariranno se le lasci in una base o vicino a zone alleante, verranno utilizzate dall'IA, Rinforza come desideri. 구매한 고정화기는 기지나 구역에 놓아두면 사라지지 않으며, AI 주둔군이 관리할 것입니다. 원하는 장소에 놓아서 방어를 강화하십시오. You can build groups with human players to organize different squads for different tasks. + Puoi creare gruppi con giocatori umani per organizzare varie squadre per missioni differenti. 플레이어로 그룹을 구성하여 다양한 작업을 위한 다양한 분대를 구성할 수 있습니다. @@ -11123,7 +12719,7 @@ Use this option to donate money to other players or your faction funds. Mit dieser Funktion kannst du Geld an andere Spieler oder der Fraktionskasse spenden. - Usa questa opzione per donare fondi a giocatori o aggiungili alla cassa della fondazione + Usa questa opzione per donare fondi a giocatori o alla cassa della fazione Usa esta opción para donar tu dinero a otros jugadores o a los fondos de la facción. Utilisez cette option pour donner de l'argent à d'autres joueurs ou aux fonds de votre faction. 다른 플레이어나 팩션 자금에 돈을 기부하려면 이 설정을 사용하십시오. @@ -11134,6 +12730,7 @@ Armored vehicles can be breached by engineers with shaped charges to make the crew surrender and capture the vehicle for the rebellion. Look at the 'Breaching charges' section for a detailed description of what charges you need. If you are an engineer and have the charges, you simply need to approach the vehicle and select the breaching option. + I veicoli corazzati possono essere violati dagli ingegneri con esplosivi per aprirli e far arrendere il loro equipaggio. Seleziona "Cariche da irruzione" per una descrizione accurata di quali cariche hai bisogno. Se sei un ingegnere e hai le cariche, devi semplicemente avvicinarti al veicolo e selezionare l'opzione di irruzione. 장갑 차량은 공병이 성형작약 폭탄을 이용하고 파괴하여 승무원이 항복하고 반란을 위해 차량을 탈취할 수 있습니다. 어떤 폭탄이 필요한지에 대한 자세한 설명은 '브리칭 전용 폭발물' 섹션을 참조하십시오. 당신이 공병이고 폭탄을 가지고 있다면, 차량에 접근하여 브리칭 옵션을 선택하기만 하면 됩니다. @@ -11223,7 +12820,7 @@ You may steal static weapons found in enemy airports. You must use the 'Steal Static' action to do so. DO NOT disassemble them before using the 'Steal Static' action! Du kannst statische Geschütze von feindlichen Flugplätzen stehlen. Hierzu nutze die "Stehle Geschütz" Aktion. BEACHTE die Geschütze NICHT zu demontieren, bevor du nicht die "Stehle Geschütz" Aktion genutzt hast. - Puoi rubare armi fisse trovate negli aeroporti nemici. È necessario utilizzare l'azione "Ruba arma fissa" per farlo. Se smonterai l'arma fissa prima di usare l'azione non funzionerà! + Puoi rubare armi fisse trovate negli aeroporti nemici. È necessario utilizzare l'azione "Ruba arma fissa" per farlo. NON smontare l'arma fissa prima di usare l'opzione "Ruba arma fissa"! Puedes robar armas estáticas que se encuentran en aeropuertos enemigos. Debes usar la acción de "Robar Estática" para ello. ¡NO las desmanteles antes de usar la acción "Robar Estática"! Vous pouvez voler des armes statiques trouvées dans les aéroports ennemis. Vous devez utiliser l'action 'Steal Static' pour le faire. NE PAS les démonter avant d'utiliser l'action 'Voler l'arme statique" ! 적 공항에서 발견된 고정화기는 훔칠 수 있습니다. '고정화기 훔치기' 행동을 사용해야 합니다. '고정화기 훔치기' 행동을 사용하기 전엔 "절대" 분해하지 마십시오! @@ -11234,12 +12831,13 @@ Once you have defeated the enemy garrison, you can go to the marker and select the "Take the Flag" option to convert the outpost to your faction. Roadblock flags are cosmetic and cannot be taken. + Una volta sconfitta la guarnigione nemica, puoi andare alla bandiera e selezionare l'opzione "Prendi la bandiera" per convertire l'outpost alla tua fazione. Le bandiere dei posti di blocco sono solamente ornamentali e non possono essere prese. 적 주둔군을 물리치고 나면 마커로 가서 "깃발 올리기" 옵션을 선택하여 전초 기지를 자신의 팩션으로 전환할 수 있습니다. 검문소 깃발은 장식용이므로 사용할 수 없습니다. %2 vs %1 war. Krieg %2 gegen %1 - %2 vs %1 guerra. + Guerra %2 vs %1. Guerra %2 vs %1. Guerre %2 vs %1 %2 대 %1 전쟁. @@ -11251,7 +12849,7 @@ %2 vs %1 war. Krieg %2 gegen %1 - %2 vs %1 guerra. + Guerra %2 vs %1. Guerra %2 vs %1. Guerre %2 vs %1 %2 대 %1 전쟁. @@ -11334,7 +12932,7 @@ Increase or decrease the percentage of city civilian population that spawn. At 0% only one civilian will spawn in each city. Erhöhe oder verringere den Prozentsatz der zu spawnenden Stadtbevölkerung. Bei 0% wird nur ein einzelner Zivilist pro Stadt gespawnt. - Aumenta o diminuisci la percentuale di popolazione civilie che spawnerà nelle città. Allo 0% verrà generato un solo civile in ogni città. + Aumenta o diminuisci la percentuale di popolazione civile che spawnerà nelle città. Allo 0% verrà generato un solo civile in ogni città. Aumenta o disminuye el porcentaje de civiles que pueden aparecer en una ciudad. En el 0% sólo un civil aparecerá en cada ciudad Augmentez ou diminuez le pourcentage de la population civile qui apparait dans les villes. À 0%, un seul civil apparaîtra dans chaque ville. 도시의 민간인 스폰 비율을 늘리거나 줄입니다. 0%의 경우 각 도시에서 민간인이 1명만 스폰됩니다. @@ -11346,7 +12944,7 @@ Commander only. Increase or decrease general spawn and despawn distance. Use it carefully combined with other options. Nur Kommandant. Erhöhe oder verringere die allgemeine Spawn/Despawn Entfernung. Beachte das Zusammenspiel mit den anderen Optionen. - Solo per il Comandante. Aumenta o diminuisci la distanza di spawn generale. Usa quest'opzione attentamente in + Solo per il Comandante. Aumenta o diminuisci la distanza di spawn generale. Usala con cautela in combinazione con altre opzioni Solo para el comandante. Aumenta o disminuye la distancia de aparición y desaparición general. Úsalo con precaución con otras opciones. Commandant seulement. Augmentez ou diminuez la distance d'apparition et de disparition générale. Utilisez-le soigneusement combiné avec d'autres options. 지휘관 전용. 일반적인 스폰 및 제거 거리를 늘리거나 줄입니다. 다른 설정과 신중하게 조합하여 사용하십시오. @@ -11393,6 +12991,7 @@ When you are the Commander, hit CTRL + SPACE to give way-points and other orders to your AI squads using the HC mode. + Quando sei il comandante, premi CTRL+SPAZIO per dare direzioni e altri ordini alle squadre AI usando la modalità Alto Comando 당신이 지휘관일 때 컨트롤 + 스페이스를 눌러 하이 커맨드 모드를 사용하여 AI 분대에 경유지 및 기타 명령을 제공하십시오. @@ -11456,6 +13055,7 @@ Keep an eye on both faction's Aggro level. A higher level means more attacks with more powerful weaponry. + Tieni d'occhio il livello di aggressività delle fazioni. Più è alto e più attacchi dovrai affrontare con truppe migliori. 두 팩션의 공격성 레벨을 주시하십시오. 레벨이 높을 수록 더 강력한 무기로 더 많은 공격을 가할 수 있습니다. @@ -11590,7 +13190,7 @@ Conquest Missions Eroberungsmission - Missioni Conquista + Missioni di Conquista Misiones de Conquista Missions de conquête 점령 임무 @@ -11648,7 +13248,7 @@ Rescue Missions Rettungsmission - Missione di Recupero + Missione di Salvataggio Misiones de Rescate Missions de sauvetage 구출 임무 @@ -11868,7 +13468,7 @@ Remove Server Member - Membro del Server + Rimuovi Membro del Server Quitar Miembro de Servidor Supprimer un membre du serveur 서버 멤버에서 제거 @@ -11890,10 +13490,12 @@ You've turned off the top information bar. To enable it, press %1. + Hai disabilitato la Barra Informazioni. Per abilitarla, premi %1. 상단의 정보 표시줄을 껐습니다. 활성화하려면 %1 키를 누르십시오. You've turned on the top information bar. To disable it, press %1. + Hai abilitato la Barra Informazioni. Per disabilitarla, premi %1. 상단의 정보 표시줄을 켰습니다. 비활성화하려면 %1 키를 누르십시오. @@ -11980,15 +13582,7 @@ 建造 - Construct in the spot where you are a selected building facing this direction - Costruisci nel punto dove hai selezionato una struttura rivolta verso questa direzione - Construye en el sitio el edificio seleccionado mirando hacia esta dirección - Construire à l'endroit où vous vous trouvez un bâtiment sélectionné faisant face à cette direction - 선택한 건물을 해당 지점에 당신이 바라보고 있는 방향으로 건설합니다. - Постройте в том месте, где вы выбрали здание, обращенное в этом направлении - Zbuduj, w miejscu w którym jesteś, wybrany budynek zwrócony w tym kierunku - Stavějte na místě, kde jste vybraly budovu otočenou tímto směrem - 在你所在的位置, 朝向此方向建造所选建筑 + To construct buildings in this version, buy a construction kit from the Buy Vehicle menu and use the action on it Fast Travel @@ -12061,25 +13655,9 @@ Undercover ON - Sotto Copertura ON - Encubierto ON - Incognito ON - 위장 켜기 - Скрытность ВКЛ - Tryb Incognito WŁ - Utajení ZAPNUTO - 启用伪装 - Become Undercover if you match the requirements. Enemy AI won't attack you until they discover you - Vai sotto copertura se soddisfi i requisiti. I nemici non ti attaccheranno finché verrai scoperto - Pasa a Encubierto si cumples los requisitos. La IA enemiga no te atacará hasta que te descubra. - Devenez Incognito si vous remplissez les conditions. L'IA ennemie ne vous attaquera pas tant qu'elle ne vous aura pas découverte - 요구 사항과 일치하는 경우 위장이 시작됩니다. 적 AI는 당신을 알아볼 때까지 당신을 공격하지 않을 것입니다. - Станьте скрытным, если вы соответствуете требованиям. Вражеский ИИ не нападет на вас, пока не обнаружит вас - Stań się Incognito, jeśli spełniasz wymagania. Wrogowie nie zaatakuje cię, dopóki cię nie odkryją - Buď v utajení pokud splníš podmíky. Nepřátelské AI na tebe nebude útočit pokud tě neodhalí. - 满足条件时可进入伪装状态。敌方AI在识破你之前不会攻击你 + Become Undercover if you match the requirements. Enemy AI won't attack you until they discover you. Unlock Vehicle @@ -12761,6 +14339,9 @@ 대형 건설 도구 大型建筑包 + + Medium construction kit + Small construction kit Kit di costruzioni piccolo @@ -12869,7 +14450,7 @@ Vehicle Manager Fahrzeugmanager - Manager Veicoli + Gestore Veicoli Gestionar vehículo Gestionnaire de véhicules 차량 관리자 @@ -12891,6 +14472,7 @@ Gain air support points by sacrificing the aircraft you're looking at. Use these points to call in HE, Cluster, and Napalm strikes. + Ottieni Punti Supporto Aereo consegnando questo velivolo alla fazione. Usa questi punti per chiamare bombardamenti. 현재 보고 있는 항공기를 희생하고 항공 지원 포인트를 얻습니다. 이 포인트를 사용하여 고폭, 집속, 네이팜 폭격을 요청하십시오. Bu uçağı Hava Havuzu grubuna vererek Hava Saldırısı puanları kazanın @@ -12966,7 +14548,7 @@ Options related to vehicle management in HC controlled squads - Opzioni relative alla gestione del veicoli delle squadre assegnate al Quartier Generale + Opzioni relative alla gestione del veicoli delle squadre assegnate all'Alto Comando Opciones relacionadas a la gestion de vehículos en escuadras controladas por HC Options liées à la gestion des véhicules dans les escouades contrôlées par HC 하이 커맨드 휘하의 분대의 차량 관리와 관련된 설정입니다. diff --git a/A3A/addons/core/Templates/Templates.hpp b/A3A/addons/core/Templates/Templates.hpp index 352c2cecb4..6e46e53d5a 100644 --- a/A3A/addons/core/Templates/Templates.hpp +++ b/A3A/addons/core/Templates/Templates.hpp @@ -108,6 +108,16 @@ class Templates forceDLC[] = {"expansion"}; }; + class Vanilla_LFF : Vanilla_Base + { + side = "Reb"; + flagTexture = "\A3\Data_F_Enoch\Flags\flag_looters_co.paa"; + name = "A3 LFF"; + file = "Vanilla_Reb_LFF"; + maps[] = {"enoch","vt7"}; + climate[] = {"temperate"}; + forceDLC[] = {"enoch"}; + }; class Vanilla_Civ : Vanilla_Base { side = "Civ"; @@ -478,7 +488,7 @@ class Templates { side = "Reb"; flagTexture = "uk3cb_factions\addons\uk3cb_factions_ion\flag\ion_flag_co.paa"; - name = "3CB ION Rebels"; + name = "3CB ION"; file = "3CB_Reb_ION"; }; class 3CBF_TKM : 3CBF_Base @@ -493,9 +503,17 @@ class Templates { side = "Reb"; flagTexture = "a3\data_f\flags\flag_fia_co.paa"; - name = "3CB FIA Rebels"; + name = "3CB FIA"; file = "3CB_Reb_FIA"; }; + class 3CB_Reb_LSM : 3CBF_Base + { + side = "Reb"; + flagTexture = "\UK3CB_Factions\addons\UK3CB_Factions_LSM\Flag\LSM_flag_co.paa"; + name = "3CB LSM"; + file = "3CB_Reb_LSM"; + maps[] = {"enoch"}; + }; class 3CBF_CHC : 3CBF_Base { side = "Civ"; @@ -597,6 +615,12 @@ class Templates file = "CUP_AI_AFRF_Arctic"; climate[] = {"arctic"}; }; + class CUP_AFRF_Desert : CUP_AFRF_Arid + { + name = "CUP AFRF Desert"; + file = "CUP_AI_AFRF_Desert"; + climate[] = {"arid"}; + }; class CUP_BAF_Arid : CUP_Base { @@ -822,38 +846,56 @@ class Templates { side = "Inv"; flagTexture = "\gm\gm_core\data\flags\gm_flag_gc_co"; - name = "GM Nationale Volksarmee Temperate"; + name = "GM NVA Temperate"; file = "GM_AI_NVA"; - climate[] = {"temperate","tropical","arid"}; + climate[] = {"temperate","tropical"}; }; class GM_NVA_Arctic : GM_Base { side = "Inv"; flagTexture = "\gm\gm_core\data\flags\gm_flag_gc_co"; - name = "GM Nationale Volksarmee Arctic"; + name = "GM NVA Arctic"; file = "GM_AI_NVA_arctic"; climate[] = {"arctic"}; }; + class GM_NVA_Desert : GM_Base + { + side = "Inv"; + flagTexture = "\gm\gm_core\data\flags\gm_flag_gc_co"; + name = "GM NVA Desert"; + file = "GM_AI_NVA_desert"; + climate[] = {"arid"}; + }; + class GM_BW : GM_Base { side = "Occ"; flagTexture = "\gm\gm_core\data\flags\gm_flag_ge_co"; - name = "GM Bundeswehr Temperate"; + name = "GM BW Temperate"; file = "GM_AI_BW"; - climate[] = {"temperate","tropical","arid"}; + climate[] = {"temperate","tropical"}; }; class GM_BW_Arctic : GM_Base { side = "Occ"; flagTexture = "\gm\gm_core\data\flags\gm_flag_ge_co"; - name = "GM Bundeswehr Arctic"; + name = "GM BW Arctic"; file = "GM_AI_BW_arctic"; climate[] = {"arctic"}; }; + class GM_BW_Desert : GM_Base + { + side = "Occ"; + flagTexture = "\gm\gm_core\data\flags\gm_flag_ge_co"; + name = "GM BW Desert"; + file = "GM_AI_BW_desert"; + climate[] = {"arid"}; + }; + class GM_Reb : GM_Base { side = "Reb"; @@ -1006,13 +1048,6 @@ class Templates maps[] = {"Staszow"}; climate[] = {}; }; - class IFA_AK : IFA_Base - { - side = "Reb"; - flagTexture = QPATHTOFOLDER(Templates\Templates\IFA\flag_ak.paa); - name = "IFA Polish Resistance"; - file = "IFA_REB_AK"; - }; class IFA_CIV_FR : IFA_Base { side = "Civ"; diff --git a/A3A/addons/core/Templates/Templates/3CB/3CB_AI_LDF.sqf b/A3A/addons/core/Templates/Templates/3CB/3CB_AI_LDF.sqf index c80646f2ee..d96c5777e2 100644 --- a/A3A/addons/core/Templates/Templates/3CB/3CB_AI_LDF.sqf +++ b/A3A/addons/core/Templates/Templates/3CB/3CB_AI_LDF.sqf @@ -85,6 +85,7 @@ ["faces", ["LivonianHead_1", "LivonianHead_10", "LivonianHead_2", "LivonianHead_3", "LivonianHead_4", "LivonianHead_6", "LivonianHead_9", "Sturrock", "WhiteHead_01", "WhiteHead_02", "WhiteHead_03", "WhiteHead_04", "WhiteHead_05", "WhiteHead_06", "WhiteHead_07", "WhiteHead_08", "WhiteHead_09", "WhiteHead_10", "WhiteHead_11", "WhiteHead_13", "WhiteHead_14", "WhiteHead_15", "WhiteHead_17", "WhiteHead_18", "WhiteHead_20", "WhiteHead_21", "WhiteHead_30"]] call _fnc_saveToTemplate; ["voices", ["Male01pol", "Male02pol", "Male03pol"]] call _fnc_saveToTemplate; +"EnochMen" call _fnc_saveNames; ////////////////////////// // Loadouts // diff --git a/A3A/addons/core/Templates/Templates/3CB/3CB_Reb_LSM.sqf b/A3A/addons/core/Templates/Templates/3CB/3CB_Reb_LSM.sqf new file mode 100644 index 0000000000..a940a08273 --- /dev/null +++ b/A3A/addons/core/Templates/Templates/3CB/3CB_Reb_LSM.sqf @@ -0,0 +1,241 @@ +/////////////////////////// +// Rebel Information // +/////////////////////////// + +["name", "LSM"] call _fnc_saveToTemplate; + +["flag", "Flag_FIA_F"] call _fnc_saveToTemplate; +["flagTexture", "\UK3CB_Factions\addons\UK3CB_Factions_LSM\Flag\LSM_flag_co.paa"] call _fnc_saveToTemplate; +["flagMarkerType", "UK3CB_Marker_LSM"] call _fnc_saveToTemplate; + +["vehiclesBasic", ["UK3CB_LSM_B_TT650", "I_G_Quadbike_01_F"]] call _fnc_saveToTemplate; +["vehiclesLightUnarmed", ["UK3CB_LSM_B_LR_Open", "UK3CB_LSM_B_LR_Closed", "UK3CB_LSM_B_Hilux_Open"]] call _fnc_saveToTemplate; +["vehiclesLightArmed", ["UK3CB_LSM_B_LR_M2", "UK3CB_LSM_B_LR_SF_M2", "UK3CB_LSM_B_BTR40_MG", "UK3CB_LSM_B_Hilux_Pkm"]] call _fnc_saveToTemplate; +["vehiclesTruck", ["UK3CB_LSM_B_Gaz66_Open", "UK3CB_LSM_B_Gaz66_Covered", "UK3CB_LSM_B_BTR40"]] call _fnc_saveToTemplate; +["vehiclesAT", ["UK3CB_LSM_B_LR_SPG9", "UK3CB_LSM_B_Hilux_Mortar"]] call _fnc_saveToTemplate; +["vehiclesAA", ["UK3CB_LSM_B_Gaz66_ZU23"]] call _fnc_saveToTemplate; + +["vehiclesBoat", ["I_C_Boat_Transport_02_F", "UK3CB_I_G_Fishing_Boat_SPG9", "UK3CB_CHD_I_Fishing_Boat_Zu23_front"]] call _fnc_saveToTemplate; + +["vehiclesPlane", ["UK3CB_FIA_I_Cessna_T41", "RHS_AN2"]] call _fnc_saveToTemplate; +["vehiclesCivPlane", ["UK3CB_C_AC500", "UK3CB_C_DC3"]] call _fnc_saveToTemplate; +["vehiclesMedical", ["UK3CB_FIA_I_Hilux_Ambulance"]] call _fnc_saveToTemplate; + +["vehiclesCivCar", ["UK3CB_C_Golf", "UK3CB_C_Landcruiser", "UK3CB_C_Hilux_Open", "UK3CB_C_Pickup", "UK3CB_C_SUV"]] call _fnc_saveToTemplate; +["vehiclesCivTruck", ["UK3CB_CHC_C_V3S_Open", "UK3CB_C_Ural_Open", "UK3CB_C_V3S_Recovery", "UK3CB_C_Ural_Recovery"]] call _fnc_saveToTemplate; +["vehiclesCivHeli", ["UK3CB_C_Bell412_Civ", "UK3CB_C_Bell412_Medic"]] call _fnc_saveToTemplate; +["vehiclesCivBoat", ["C_Rubberboat", "UK3CB_CHC_C_Fishing_Boat"]] call _fnc_saveToTemplate; + +["staticMGs", ["UK3CB_NAP_I_DSHKM", "UK3CB_MEI_I_PKM_High", "UK3CB_MEI_I_PKM_Low", "UK3CB_MEI_I_DSHkM_Mini_TriPod"]] call _fnc_saveToTemplate; +["staticAT", ["UK3CB_UN_I_SPG9"]] call _fnc_saveToTemplate; +["staticAA", ["UK3CB_UN_I_ZU23"]] call _fnc_saveToTemplate; +["staticMortars", ["UK3CB_FIA_I_M252"]] call _fnc_saveToTemplate; +["staticMortarMagHE", "rhs_12Rnd_m821_HE"] call _fnc_saveToTemplate; +["staticMortarMagSmoke", "8Rnd_82mm_Mo_Smoke_white"] call _fnc_saveToTemplate; +["staticMortarMagFlare", "8Rnd_82mm_Mo_Flare_white"] call _fnc_saveToTemplate; + +["mineAT", "rhs_mine_smine35_press_mag"] call _fnc_saveToTemplate; +["mineAPERS", "rhs_mine_pmn2_mag"] call _fnc_saveToTemplate; + +["breachingExplosivesAPC", [["rhs_ec75_mag", 2], ["rhs_ec75_sand_mag", 2], ["rhs_ec200_mag", 1], ["rhs_ec200_sand_mag", 1], ["rhsusf_m112_mag", 1], ["DemoCharge_Remote_Mag", 1]]] call _fnc_saveToTemplate; +["breachingExplosivesTank", [["rhs_ec75_mag", 4], ["rhs_ec75_sand_mag", 4], ["rhs_ec200_mag", 2], ["rhs_ec200_sand_mag", 2], ["rhs_ec400_mag", 1], ["rhs_ec400_sand_mag", 1],["DemoCharge_Remote_Mag", 2], ["rhsusf_m112_mag", 2], ["rhsusf_m112x4_mag", 1], ["rhs_charge_M2tet_x2_mag", 1], ["SatchelCharge_Remote_Mag", 1]]] call _fnc_saveToTemplate; + +#include "3CB_Reb_Vehicle_Attributes.sqf" + +/////////////////////////// +// Rebel Starting Gear // +/////////////////////////// + +private _initialRebelEquipment = [ +"rhs_weap_makarov_pm", "rhs_weap_tt33", +"a3a_UK3CB_CZ550_8mm", +["rhs_weap_rpg75", 50], +["IEDUrbanSmall_Remote_Mag", 10], ["IEDLandSmall_Remote_Mag", 10], ["IEDUrbanBig_Remote_Mag", 3], ["IEDLandBig_Remote_Mag", 3], +"rhs_mag_9x18_8_57N181S", "rhs_mag_762x25_8", "rhsgref_5Rnd_792x57_kar98k", "rhs_grenade_sthgr43_mag", "rhs_grenade_nbhgr39_mag", +"UK3CB_CHC_C_B_MED", "UK3CB_B_Bedroll_Backpack", "UK3CB_TKC_C_B_Sidor_MED", "UK3CB_CW_SOV_O_LATE_B_Sidor_RIF", "UK3CB_CW_SOV_O_EARLY_B_Sidor_RIF", +"UK3CB_V_CW_Chestrig", "UK3CB_V_CW_Chestrig_2_Small", "UK3CB_V_Belt_KHK", "UK3CB_V_Belt_Rig_KHK", "UK3CB_V_Belt_Rig_Lite_KHK", "UK3CB_V_Pouch", "UK3CB_V_Chestrig_TKA_OLI", "UK3CB_V_Chestrig_2_Small_OLI", "UK3CB_V_Chestrig_TKA_BRUSH", "UK3CB_V_Chestrig_Lite_KHK", "UK3CB_V_Chestrig_Lite_2_Small_KHK", +"rhs_acc_2dpZenit", "Binocular", +"rhs_weap_rsp30_white", +"rhs_weap_rsp30_green", +"rhs_weap_rsp30_red" +]; + +if (A3A_hasTFAR) then {_initialRebelEquipment append ["tf_microdagr", "tf_anprc154"]}; +if (A3A_hasTFAR && startWithLongRangeRadio) then {_initialRebelEquipment append ["tf_anprc155", "tf_anprc155_coyote"]}; +if (A3A_hasTFARBeta) then {_initialRebelEquipment append ["TFAR_microdagr", "TFAR_anprc154"]}; +if (A3A_hasTFARBeta && startWithLongRangeRadio) then {_initialRebelEquipment append ["TFAR_anprc155", "TFAR_anprc155_coyote"]}; +["initialRebelEquipment", _initialRebelEquipment] call _fnc_saveToTemplate; + +private _rebUniforms = [ "UK3CB_LNM_I_U_CombatSmock_36", + "UK3CB_LNM_I_U_CombatSmock_35", + "UK3CB_LNM_I_U_CombatSmock_34", + "UK3CB_LNM_I_U_CombatSmock_33", + "UK3CB_LNM_I_U_CombatSmock_32", + "UK3CB_LNM_I_U_CombatSmock_31", + "UK3CB_LNM_I_U_CombatSmock_30", + "UK3CB_LNM_I_U_CombatSmock_29", + "UK3CB_LNM_I_U_CombatSmock_28", + "UK3CB_LNM_I_U_CombatSmock_27", + "UK3CB_LNM_I_U_CombatSmock_26", + "UK3CB_LNM_I_U_CombatSmock_25", + "UK3CB_LNM_I_U_CombatSmock_24", + "UK3CB_LNM_I_U_CombatSmock_23", + "UK3CB_LNM_I_U_CombatSmock_22", + "UK3CB_LNM_I_U_CombatSmock_21", + "UK3CB_LSM_I_U_CombatSmock_20", + "UK3CB_LSM_I_U_CombatSmock_19", + "UK3CB_LSM_I_U_CombatSmock_18", + "UK3CB_LSM_I_U_CombatSmock_17", + "UK3CB_LSM_I_U_CombatSmock_16", + "UK3CB_LSM_I_U_CombatSmock_15", + "UK3CB_LSM_I_U_CombatSmock_14", + "UK3CB_LSM_I_U_CombatSmock_13", + "UK3CB_LSM_I_U_CombatSmock_12", + "UK3CB_LSM_I_U_CombatSmock_11", + "UK3CB_LSM_I_U_CombatSmock_10", + "UK3CB_LSM_I_U_CombatSmock_09", + "UK3CB_LSM_I_U_CombatSmock_08", + "UK3CB_LSM_I_U_CombatSmock_07", + "UK3CB_LSM_I_U_CombatSmock_06", + "UK3CB_LSM_I_U_CombatSmock_05", + "UK3CB_LSM_I_U_CombatSmock_04", + "UK3CB_LSM_I_U_CombatSmock_03", + "UK3CB_LSM_I_U_CombatSmock_02", + "UK3CB_LSM_I_U_CombatSmock_01" +]; + +private _nonSmockUniforms = [ + "UK3CB_LNM_I_U_Shirt_Pants_16", + "UK3CB_LNM_I_U_Shirt_Pants_15", + "UK3CB_LNM_I_U_Shirt_Pants_14", + "UK3CB_LNM_I_U_Shirt_Pants_13", + "UK3CB_LNM_I_U_Shirt_Pants_12", + "UK3CB_LNM_I_U_Shirt_Pants_11", + "UK3CB_LNM_I_U_Shirt_Pants_10", + "UK3CB_LNM_I_U_Shirt_Pants_09", + "UK3CB_LNM_I_U_Shirt_Pants_08", + "UK3CB_LNM_I_U_Shirt_Pants_07", + "UK3CB_LNM_I_U_Shirt_Pants_06", + "UK3CB_LNM_I_U_Shirt_Pants_05", + "UK3CB_LNM_I_U_Shirt_Pants_04", + "UK3CB_LNM_I_U_Shirt_Pants_03", + "UK3CB_LNM_I_U_Shirt_Pants_02", + "UK3CB_LNM_I_U_Shirt_Pants_01", + "UK3CB_LNM_I_U_CombatUniform_15", + "UK3CB_LNM_I_U_CombatUniform_14", + "UK3CB_LNM_I_U_CombatUniform_13", + "UK3CB_LNM_I_U_CombatUniform_12", + "UK3CB_LNM_I_U_CombatUniform_11", + "UK3CB_LNM_I_U_CombatUniform_10", + "UK3CB_LNM_I_U_CombatUniform_09", + "UK3CB_LNM_I_U_CombatUniform_08", + "UK3CB_LNM_I_U_CombatUniform_07", + "UK3CB_LNM_I_U_CombatUniform_06", + "UK3CB_LNM_I_U_CombatUniform_05", + "UK3CB_LNM_I_U_CombatUniform_04", + "UK3CB_LNM_I_U_CombatUniform_03", + "UK3CB_LNM_I_U_CombatUniform_02", + "UK3CB_LNM_I_U_CombatUniform_01" +]; + +_rebUniforms append _nonSmockUniforms; +_rebUniforms append _nonSmockUniforms; + +["uniforms", _rebUniforms] call _fnc_saveToTemplate; + +["headgear", [ + "UK3CB_LSM_I_H_BoonieHat_BLK", + "UK3CB_LSM_I_H_BoonieHat_KHK", + "UK3CB_LSM_I_H_BoonieHat_OLI", + "UK3CB_LSM_I_H_BoonieHat_PART", + "UK3CB_LSM_I_H_BoonieHat_TIG_01", + "UK3CB_LSM_I_H_BoonieHat_TIG_02", + "UK3CB_LSM_I_H_BoonieHat_WDL", + "UK3CB_LSM_I_H_Field_Cap_BLK", + "UK3CB_LSM_I_H_Field_Cap_KHK", + "UK3CB_LSM_I_H_Field_Cap_OLI", + "UK3CB_LSM_I_H_Field_Cap_PART", + "UK3CB_LSM_I_H_Field_Cap_TIG_01", + "UK3CB_LSM_I_H_Field_Cap_TIG_02", + "UK3CB_LSM_I_H_Field_Cap_WDL", + "UK3CB_LSM_I_H_M88_Field_Cap_BLK", + "UK3CB_LSM_I_H_M88_Field_Cap_KHK", + "UK3CB_LSM_I_H_M88_Field_Cap_WDL", + "UK3CB_LSM_I_H_M88_Field_Cap_TIG_02", + "UK3CB_LSM_I_H_M88_Field_Cap_TIG_01", + "UK3CB_LSM_I_H_M88_Field_Cap_PART", + "UK3CB_LSM_I_H_M88_Field_Cap_OLI" +]] call _fnc_saveToTemplate; + +///////////////////// +/// Identities /// +///////////////////// + +["faces", ["LivonianHead_1", "LivonianHead_10", "LivonianHead_2", "LivonianHead_3", "LivonianHead_4", "LivonianHead_6", "LivonianHead_9", "Sturrock", "WhiteHead_01", "WhiteHead_02", "WhiteHead_03", "WhiteHead_04", "WhiteHead_05", "WhiteHead_06", "WhiteHead_07", "WhiteHead_08", "WhiteHead_09", "WhiteHead_10", "WhiteHead_11", "WhiteHead_13", "WhiteHead_14", "WhiteHead_15", "WhiteHead_17", "WhiteHead_18", "WhiteHead_20", "WhiteHead_21", "WhiteHead_30"]] call _fnc_saveToTemplate; +["voices", ["Male01pol", "Male02pol", "Male03pol"]] call _fnc_saveToTemplate; +"EnochMen" call _fnc_saveNames; + +////////////////////////// +// Loadouts // +////////////////////////// + +private _loadoutData = call _fnc_createLoadoutData; +_loadoutData set ["maps", ["ItemMap"]]; +_loadoutData set ["watches", ["ItemWatch"]]; +_loadoutData set ["compasses", ["ItemCompass"]]; +_loadoutData set ["binoculars", ["Binocular"]]; + +_loadoutData set ["uniforms", _rebUniforms]; + +_loadoutData set ["items_medical_basic", ["BASIC"] call A3A_fnc_itemset_medicalSupplies]; +_loadoutData set ["items_medical_standard", ["STANDARD"] call A3A_fnc_itemset_medicalSupplies]; +_loadoutData set ["items_medical_medic", ["MEDIC"] call A3A_fnc_itemset_medicalSupplies]; +_loadoutData set ["items_miscEssentials", [] call A3A_fnc_itemset_miscEssentials]; + +//////////////////////// +// Rebel Unit Types // +///////////////////////. + +private _squadLeaderTemplate = { + ["uniforms"] call _fnc_setUniform; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["binoculars"] call _fnc_addBinoculars; +}; + +private _riflemanTemplate = { + ["uniforms"] call _fnc_setUniform; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; +}; + +private _prefix = "militia"; +private _unitTypes = [ + ["Petros", _squadLeaderTemplate], + ["SquadLeader", _squadLeaderTemplate], + ["Rifleman", _riflemanTemplate], + ["staticCrew", _riflemanTemplate], + ["Medic", _riflemanTemplate, [["medic", true]]], + ["Engineer", _riflemanTemplate, [["engineer", true]]], + ["ExplosivesExpert", _riflemanTemplate, [["explosiveSpecialist", true]]], + ["Grenadier", _riflemanTemplate], + ["LAT", _riflemanTemplate], + ["AT", _riflemanTemplate], + ["AA", _riflemanTemplate], + ["MachineGunner", _riflemanTemplate], + ["Marksman", _riflemanTemplate], + ["Sniper", _riflemanTemplate], + ["Unarmed", _riflemanTemplate] +]; + +[_prefix, _unitTypes, _loadoutData] call _fnc_generateAndSaveUnitsToTemplate; diff --git a/A3A/addons/core/Templates/Templates/3CB/3CB_Reb_Vehicle_Attributes.sqf b/A3A/addons/core/Templates/Templates/3CB/3CB_Reb_Vehicle_Attributes.sqf index 3261de3532..481ad15f01 100644 --- a/A3A/addons/core/Templates/Templates/3CB/3CB_Reb_Vehicle_Attributes.sqf +++ b/A3A/addons/core/Templates/Templates/3CB/3CB_Reb_Vehicle_Attributes.sqf @@ -19,13 +19,18 @@ //Rebel Light Unarmed ["UK3CB_ION_B_Winter_M998_2DR", ["rebCost", 500]], + ["UK3CB_LSM_B_BTR40", ["rebCost", 600]], //Rebel Light Armed ["UK3CB_ION_B_Winter_M1025_M2", ["rebCost", 900]], ["UK3CB_ION_B_Winter_SUV_Armed", ["rebCost", 1000]], + ["UK3CB_LSM_B_Hilux_Mortar", ["rebCost", 1000]], + ["UK3CB_LSM_B_Hilux_Pkm", ["rebCost", 600]], + ["UK3CB_LSM_B_BTR40_MG", ["rebCost", 900]], //Rebel Static ["UK3CB_FIA_I_M240_High", ["rebCost", 300]], ["UK3CB_FIA_I_M240_Low", ["rebCost", 300]], - ["UK3CB_MEI_I_PKM_Low", ["rebCost", 300]] + ["UK3CB_MEI_I_PKM_Low", ["rebCost", 300]], + ["UK3CB_MEI_I_PKM_High", ["rebCost", 300]] ]] call _fnc_saveToTemplate; \ No newline at end of file diff --git a/A3A/addons/core/Templates/Templates/CUP/CUP_AI_AFRF_Desert.sqf b/A3A/addons/core/Templates/Templates/CUP/CUP_AI_AFRF_Desert.sqf new file mode 100644 index 0000000000..e6bcb7d1a2 --- /dev/null +++ b/A3A/addons/core/Templates/Templates/CUP/CUP_AI_AFRF_Desert.sqf @@ -0,0 +1,907 @@ +////////////////////////// +// Side Information // +////////////////////////// + +["name", "AFRF"] call _fnc_saveToTemplate; +["spawnMarkerName", "AFRF Support Corridor"] call _fnc_saveToTemplate; + +["flag", "Flag_NATO_F"] call _fnc_saveToTemplate; +["flagTexture", "cup\baseconfigs\cup_baseconfigs\data\flags\flag_rus_co.paa"] call _fnc_saveToTemplate; +["flagMarkerType", "flag_Russia"] call _fnc_saveToTemplate; + +////////////////////////// +// Vehicles // +////////////////////////// + +["ammobox", "B_supplyCrate_F"] call _fnc_saveToTemplate; +["surrenderCrate", "Box_IND_Wps_F"] call _fnc_saveToTemplate; //Changeing this from default will require you to define logistics attachement offset for the box type +["equipmentBox", "Box_NATO_Equip_F"] call _fnc_saveToTemplate; //Changeing this from default will require you to define logistics attachement offset for the box type + +["vehiclesBasic", ["O_Quadbike_01_F"]] call _fnc_saveToTemplate; +["vehiclesLightUnarmed", ["CUP_O_UAZ_Open_RU"]] call _fnc_saveToTemplate; +["vehiclesLightArmed", ["CUP_O_UAZ_AGS30_RU", "CUP_O_UAZ_MG_RU", "CUP_O_UAZ_METIS_RU", "CUP_O_UAZ_SPG9_RU", "CUP_O_GAZ_Vodnik_BPPU_RU", "CUP_O_GAZ_Vodnik_KPVT_RU"]] call _fnc_saveToTemplate; +["vehiclesTrucks", ["CUP_O_Kamaz_RU", "CUP_O_Ural_RU", "CUP_O_GAZ_Vodnik_Unarmed_RU"]] call _fnc_saveToTemplate; +["vehiclesCargoTrucks", ["CUP_O_Kamaz_Open_RU", "CUP_O_Ural_Open_RU"]] call _fnc_saveToTemplate; +["vehiclesAmmoTrucks", ["CUP_O_Kamaz_Reammo_RU", "CUP_O_Ural_Reammo_RU"]] call _fnc_saveToTemplate; +["vehiclesRepairTrucks", ["CUP_O_Ural_Repair_RU", "CUP_O_Kamaz_Repair_RU"]] call _fnc_saveToTemplate; +["vehiclesFuelTrucks", ["CUP_O_Kamaz_Refuel_RU", "CUP_O_Ural_Refuel_RU"]] call _fnc_saveToTemplate; +["vehiclesMedical", ["CUP_O_UAZ_AMB_RU", "CUP_O_BMP2_AMB_RU", "CUP_O_GAZ_Vodnik_MedEvac_RU"]] call _fnc_saveToTemplate; +["vehiclesLightAPCs", ["CUP_O_BRDM2_RUS", "CUP_O_BRDM2_ATGM_RUS", "CUP_O_GAZ_Vodnik_PK_RU", "CUP_O_GAZ_Vodnik_AGS_RU", "CUP_O_MTLB_pk_TK_MILITIA"]] call _fnc_saveToTemplate; +["vehiclesAPCs", ["CUP_O_BMP3_RU", "CUP_O_BMP2_RU", "CUP_O_BMP2_RU", "CUP_O_BTR60_RU", "CUP_O_BTR80_DESERT_RU", "CUP_O_BTR80A_DESERT_RU", "CUP_O_BTR90_RU"]] call _fnc_saveToTemplate; +["vehiclesIFVs", ["CUP_O_BMP3_RU", "CUP_O_BMP2_RU"]] call _fnc_saveToTemplate; +["vehiclesTanks", ["CUP_O_T72_RU", "CUP_O_T90_RU"]] call _fnc_saveToTemplate; +["vehiclesAA", ["CUP_O_ZSU23_SLA"]] call _fnc_saveToTemplate; + +["vehiclesTransportBoats", ["CUP_O_PBX_RU"]] call _fnc_saveToTemplate; +["vehiclesGunBoats", ["CUP_B_RHIB2Turret_USMC"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", []] call _fnc_saveToTemplate; + +["vehiclesPlanesCAS", ["CUP_O_Su25_Dyn_RU"]] call _fnc_saveToTemplate; +["vehiclesPlanesAA", ["CUP_O_SU34_RU"]] call _fnc_saveToTemplate; +["vehiclesPlanesTransport", ["CUP_O_MI6T_RU"]] call _fnc_saveToTemplate; + +["vehiclesHelisLight", ["CUP_O_Mi8_medevac_RU", "O_Heli_Light_02_unarmed_F"]] call _fnc_saveToTemplate; +["vehiclesHelisTransport", ["CUP_O_Mi8AMT_RU"]] call _fnc_saveToTemplate; +["vehiclesHelisLightAttack", ["CUP_O_Mi8_RU"]] call _fnc_saveToTemplate; +["vehiclesHelisAttack", ["CUP_O_Mi24_V_Dynamic_RU", "CUP_O_Mi24_P_Dynamic_RU", "CUP_O_Ka50_RU", "CUP_O_Ka52_RU"]] call _fnc_saveToTemplate; + +["vehiclesArtillery", ["CUP_O_BM21_RU"]] call _fnc_saveToTemplate; +["magazines", createHashMapFromArray [["CUP_O_BM21_RU", ["CUP_40Rnd_GRAD_HE"]]]] call _fnc_saveToTemplate; + +["uavsAttack", []] call _fnc_saveToTemplate; +["uavsPortable", ["CUP_O_Pchela1T_RU"]] call _fnc_saveToTemplate; + +["vehiclesMilitiaLightArmed", ["CUP_O_UAZ_MG_SLA"]] call _fnc_saveToTemplate; +["vehiclesMilitiaTrucks", ["CUP_O_Ural_Open_SLA"]] call _fnc_saveToTemplate; +["vehiclesMilitiaCars", ["CUP_O_UAZ_Unarmed_RU"]] call _fnc_saveToTemplate; +["vehiclesPolice", ["B_GEN_Offroad_01_gen_F"]] call _fnc_saveToTemplate; + +["staticMGs", ["CUP_O_KORD_high_RU"]] call _fnc_saveToTemplate; +["staticAT", ["CUP_O_Kornet_RU"]] call _fnc_saveToTemplate; +["staticAA", ["CUP_O_Igla_AA_pod_ChDKZ"]] call _fnc_saveToTemplate; + +["staticMortars", ["CUP_O_2b14_82mm_RU"]] call _fnc_saveToTemplate; +["mortarMagazineHE", "8Rnd_82mm_Mo_shells"] call _fnc_saveToTemplate; +["mortarMagazineSmoke", "8Rnd_82mm_Mo_Smoke_white"] call _fnc_saveToTemplate; +["mortarMagazineFlare", "8Rnd_82mm_Mo_Flare_white"] call _fnc_saveToTemplate; + +["minefieldAT", ["CUP_MineE"]] call _fnc_saveToTemplate; +["minefieldAPERS", ["APERSMine"]] call _fnc_saveToTemplate; + +#include "CUP_Vehicle_Attributes.sqf" + +///////////////////// +/// Identities /// +///////////////////// + +["faces", ["LivonianHead_1","LivonianHead_2","LivonianHead_3","LivonianHead_4","LivonianHead_5", +"LivonianHead_6","LivonianHead_7","LivonianHead_8","LivonianHead_9", +"RussianHead_1","RussianHead_2","RussianHead_3","Sturrock", +"WhiteHead_01","WhiteHead_02","WhiteHead_03","WhiteHead_04", +"WhiteHead_07","WhiteHead_08","WhiteHead_09","WhiteHead_12", +"WhiteHead_13","WhiteHead_14","WhiteHead_17","WhiteHead_18", +"WhiteHead_21","WhiteHead_30"]] call _fnc_saveToTemplate; +["voices", ["Male01RUS","Male02RUS","Male03RUS"]] call _fnc_saveToTemplate; + +////////////////////////// +// Loadouts // +////////////////////////// +private _loadoutData = call _fnc_createLoadoutData; +_loadoutData set ["slRifles", []]; +_loadoutData set ["rifles", []]; +_loadoutData set ["carbines", []]; +_loadoutData set ["grenadeLaunchers", []]; +_loadoutData set ["SMGs", []]; +_loadoutData set ["machineGuns", []]; +_loadoutData set ["marksmanRifles", []]; +_loadoutData set ["sniperRifles", []]; + +_loadoutData set ["missileATLaunchers", [ + ["CUP_launch_Metis", "", "", "", ["CUP_AT13_M"], [], ""] +]]; +_loadoutData set ["lightATLaunchers", ["CUP_launch_RPG26"]]; +_loadoutData set ["ATLaunchers", [ + ["CUP_launch_RPG7V", "", "", "CUP_optic_PGO7V3", ["CUP_OG7_M", "CUP_PG7V_M"], [], ""], + ["CUP_launch_RPG7V", "", "", "CUP_optic_PGO7V3", ["CUP_OG7_M", "CUP_PG7VL_M"], [], ""], + ["CUP_launch_RPG7V", "", "", "CUP_optic_PGO7V3", ["CUP_OG7_M", "CUP_PG7VM_M"], [], ""], + ["CUP_launch_RPG7V", "", "", "CUP_optic_PGO7V3", ["CUP_OG7_M", "CUP_PG7VR_M"], [], ""] +]]; +_loadoutData set ["AALaunchers", [ + ["CUP_launch_9K32Strela", "", "", "", [""], [], ""] +]]; + +_loadoutData set ["sidearms", []]; +_loadoutData set ["glSidearms", []]; + +_loadoutData set ["ATMines", ["ATMine_Range_Mag"]]; +_loadoutData set ["APMines", ["APERSMine_Range_Mag"]]; +_loadoutData set ["lightExplosives", ["DemoCharge_Remote_Mag"]]; +_loadoutData set ["heavyExplosives", ["SatchelCharge_Remote_Mag"]]; + +_loadoutData set ["antiTankGrenades", []]; +_loadoutData set ["antiInfantryGrenades", ["CUP_HandGrenade_RGO"]]; +_loadoutData set ["smokeGrenades", ["SmokeShell"]]; +_loadoutData set ["signalsmokeGrenades", ["SmokeShellYellow", "SmokeShellRed", "SmokeShellPurple", "SmokeShellOrange", "SmokeShellGreen", "SmokeShellBlue"]]; + + +//Basic equipment. Shouldn't need touching most of the time. +//Mods might override this, or certain mods might want items removed (No GPSs in WW2, for example) +_loadoutData set ["maps", ["ItemMap"]]; +_loadoutData set ["watches", ["ItemWatch"]]; +_loadoutData set ["compasses", ["ItemCompass"]]; +_loadoutData set ["radios", ["ItemRadio"]]; +_loadoutData set ["gpses", ["ItemGPS"]]; +_loadoutData set ["NVGs", ["CUP_NVG_1PN138"]]; +_loadoutData set ["binoculars", ["Binocular"]]; +_loadoutData set ["rangefinders", ["Rangefinder"]]; + +_loadoutData set ["uniforms", []]; +_loadoutData set ["slUniforms", []]; +_loadoutData set ["mgVests", []]; +_loadoutData set ["medVests", []]; +_loadoutData set ["slVests", []]; +_loadoutData set ["sniVests", []]; +_loadoutData set ["glVests", []]; +_loadoutData set ["engVests", []]; +_loadoutData set ["vests", []]; +_loadoutData set ["backpacks", []]; +_loadoutData set ["longRangeRadios", []]; +_loadoutData set ["atBackpacks", []]; +_loadoutData set ["slBackpacks", []]; +_loadoutData set ["helmets", []]; +_loadoutData set ["slHat", ["CUP_H_RUS_Beret_VDV"]]; +_loadoutData set ["sniHats", []]; + +//Item *set* definitions. These are added in their entirety to unit loadouts. No randomisation is applied. +_loadoutData set ["items_medical_basic", ["BASIC"] call A3A_fnc_itemset_medicalSupplies]; +_loadoutData set ["items_medical_standard", ["STANDARD"] call A3A_fnc_itemset_medicalSupplies]; +_loadoutData set ["items_medical_medic", ["MEDIC"] call A3A_fnc_itemset_medicalSupplies]; +_loadoutData set ["items_miscEssentials", [] call A3A_fnc_itemset_miscEssentials]; + +//Unit type specific item sets. Add or remove these, depending on the unit types in use. +private _slItems = ["Laserbatteries", "Laserbatteries", "Laserbatteries"]; +private _eeItems = ["ToolKit", "MineDetector"]; +private _mmItems = []; + +if (A3A_hasACE) then { + _slItems append ["ACE_microDAGR", "ACE_DAGR"]; + _eeItems append ["ACE_Clacker", "ACE_DefusalKit"]; + _mmItems append ["ACE_RangeCard", "ACE_ATragMX", "ACE_Kestrel4500"]; +}; + +_loadoutData set ["items_squadLeader_extras", _slItems]; +_loadoutData set ["items_rifleman_extras", []]; +_loadoutData set ["items_medic_extras", []]; +_loadoutData set ["items_grenadier_extras", []]; +_loadoutData set ["items_explosivesExpert_extras", _eeItems]; +_loadoutData set ["items_engineer_extras", _eeItems]; +_loadoutData set ["items_lat_extras", []]; +_loadoutData set ["items_at_extras", []]; +_loadoutData set ["items_aa_extras", []]; +_loadoutData set ["items_machineGunner_extras", []]; +_loadoutData set ["items_marksman_extras", _mmItems]; +_loadoutData set ["items_sniper_extras", _mmItems]; +_loadoutData set ["items_police_extras", []]; +_loadoutData set ["items_crew_extras", []]; +_loadoutData set ["items_unarmed_extras", []]; + +//TODO - ACE overrides for misc essentials, medical and engineer gear + +/////////////////////////////////////// +// Special Forces Loadout Data // +/////////////////////////////////////// + +private _sfLoadoutData = _loadoutData call _fnc_copyLoadoutData; +_sfLoadoutData set ["uniforms", [ "CUP_U_O_RUS_Ratnik_Pink", "CUP_U_O_RUS_Ratnik_Desert"]]; +_sfLoadoutData set ["vests", ["CUP_V_B_Ciras_Coyote3"]]; +_sfLoadoutData set ["mgVests", ["CUP_Vest_RUS_6B45_Sh117_PKP_Full_Desert"]]; +_sfLoadoutData set ["medVests", ["CUP_V_B_Ciras_Coyote"]]; +_sfLoadoutData set ["glVests", ["CUP_Vest_RUS_6B45_Sh117_VOG_Full_Desert"]]; +_sfLoadoutData set ["backpacks", ["B_AssaultPack_cbr"]]; +_sfLoadoutData set ["slBackpacks", ["B_Carryall_cbr"]]; +_sfLoadoutData set ["atBackpacks", ["CUP_O_RUS_Patrol_bag_Desert_Shovel"]]; +_sfLoadoutData set ["helmets", ["CUP_H_RUS_K6_3_Goggles", "CUP_H_RUS_Altyn_Goggles_black", "CUP_H_RUS_Altyn_Shield_Down_black", "CUP_H_RUS_Altyn_Shield_Up_black"]]; +_sfLoadoutData set ["slHat", ["CUP_H_RUS_Beret_Spetsnaz"]]; +_sfLoadoutData set ["sniHats", ["CUP_H_RUS_Balaclava_Ratnik_Headphones", "CUP_H_RUS_Balaclava_Ratnik_Headphones_v2"]]; +_sfLoadoutData set ["NVGs", ["CUP_NVG_GPNVG_black"]]; +_sfLoadoutData set ["binoculars", ["CUP_LRTV"]]; + +_sfLoadoutData set ["slRifles", [ + ["CUP_arifle_AK107", "CUP_muzzle_TGPA", "", "CUP_optic_PSO_1", ["CUP_30Rnd_TE1_Red_Tracer_545x39_AK74_plum_M"], [], ""], + ["CUP_arifle_AK107", "CUP_muzzle_TGPA", "", "CUP_optic_PechenegScope", ["CUP_30Rnd_TE1_Red_Tracer_545x39_AK74_plum_M"], [], ""], + ["CUP_arifle_AK105", "CUP_muzzle_TGPA", "", "CUP_optic_PechenegScope", ["CUP_30Rnd_TE1_Red_Tracer_545x39_AK74_plum_M"], [], ""], + ["CUP_arifle_AK105", "CUP_muzzle_TGPA", "", "CUP_optic_PSO_1", ["CUP_30Rnd_TE1_Red_Tracer_545x39_AK74_plum_M"], [], ""], + ["CUP_arifle_AK109", "CUP_muzzle_snds_KZRZP_AK762", "", "CUP_optic_PSO_1_1", ["CUP_30Rnd_TE1_Red_Tracer_762x39_AK103_bakelite_M"], [], ""], + ["CUP_arifle_AK109", "CUP_muzzle_snds_KZRZP_AK762", "", "CUP_optic_PechenegScope", ["CUP_30Rnd_TE1_Red_Tracer_762x39_AK103_bakelite_M"], [], ""] +]]; +_sfLoadoutData set ["rifles", [ + ["CUP_arifle_AK109", "CUP_muzzle_snds_KZRZP_AK762", "", "CUP_optic_1p63", ["CUP_30Rnd_TE1_Red_Tracer_762x39_AK103_bakelite_M"], [], ""], + ["CUP_arifle_AK109", "CUP_muzzle_snds_KZRZP_AK762", "", "CUP_optic_ekp_8_02", ["CUP_30Rnd_TE1_Red_Tracer_762x39_AK103_bakelite_M"], [], ""], + ["CUP_arifle_AK107", "CUP_muzzle_TGPA", "", "CUP_optic_ekp_8_02", ["CUP_30Rnd_TE1_Red_Tracer_545x39_AK74_plum_M"], [], ""], + ["CUP_arifle_AK107", "CUP_muzzle_TGPA", "", "CUP_optic_1p63", ["CUP_30Rnd_TE1_Red_Tracer_545x39_AK74_plum_M"], [], ""] +]]; +_sfLoadoutData set ["carbines", [ + ["CUP_arifle_AKS74", "CUP_muzzle_TGPA", "", "CUP_optic_1p63", ["CUP_30Rnd_TE1_Red_Tracer_545x39_AK74_plum_M"], [], ""], + ["CUP_arifle_AKS74", "CUP_muzzle_TGPA", "", "CUP_optic_Kobra", ["CUP_30Rnd_TE1_Red_Tracer_545x39_AK74_plum_M"], [], ""], + ["CUP_arifle_AKS74U", "CUP_muzzle_TGPA", "", "CUP_optic_Kobra", ["CUP_30Rnd_TE1_Red_Tracer_545x39_AK74_plum_M"], [], ""], + ["CUP_arifle_AKS74U", "CUP_muzzle_TGPA", "", "CUP_optic_1p63", ["CUP_30Rnd_TE1_Red_Tracer_545x39_AK74_plum_M"], [], ""] +]]; +_sfLoadoutData set ["grenadeLaunchers", [ + ["CUP_arifle_AK107_GL", "CUP_muzzle_TGPA", "", "CUP_optic_1p63", ["CUP_30Rnd_TE1_Red_Tracer_545x39_AK74_plum_M"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""], + ["CUP_arifle_AK107_GL", "CUP_muzzle_TGPA", "", "CUP_optic_Kobra", ["CUP_30Rnd_TE1_Red_Tracer_545x39_AK74_plum_M"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""], + ["CUP_arifle_AK109_GL", "CUP_muzzle_snds_KZRZP_AK762", "", "CUP_optic_1p63", ["CUP_30Rnd_762x39_AK103_bakelite_M"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""], + ["CUP_arifle_AK109_GL", "CUP_muzzle_snds_KZRZP_AK762", "", "CUP_optic_Kobra", ["CUP_30Rnd_762x39_AK103_bakelite_M"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""], + ["CUP_arifle_AK103_GL", "CUP_muzzle_snds_KZRZP_AK762", "", "CUP_optic_Kobra", ["CUP_30Rnd_762x39_AK103_bakelite_M"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""], + ["CUP_arifle_AK103_GL", "CUP_muzzle_snds_KZRZP_AK762", "", "CUP_optic_1p63", ["CUP_30Rnd_762x39_AK103_bakelite_M"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""] +]]; +_sfLoadoutData set ["SMGs", [ + ["CUP_smg_bizon", "CUP_muzzle_snds_KZRZP_AK762", "", "CUP_optic_1p63", ["CUP_64Rnd_Red_Tracer_9x19_Bizon_M"], [], ""], + ["CUP_smg_bizon", "CUP_muzzle_snds_KZRZP_AK762", "", "CUP_optic_Kobra", ["CUP_64Rnd_Red_Tracer_9x19_Bizon_M"], [], ""] +]]; +_sfLoadoutData set ["machineGuns", [ + ["CUP_lmg_Pecheneg_B50_vfg", "", "", "CUP_optic_Kobra", ["CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M"], [], ""], + ["CUP_lmg_Pecheneg_B50_vfg", "", "", "CUP_optic_1p63", ["CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M"], [], ""], + ["CUP_lmg_PKMN", "", "", "CUP_optic_1p63", ["CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M"], [], ""], + ["CUP_lmg_PKMN", "", "", "CUP_optic_Kobra", ["CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M"], [], ""], + ["CUP_arifle_RPK74M", "", "", "CUP_optic_Kobra", ["CUP_60Rnd_TE1_Red_Tracer_545x39_AK74M_M"], [], ""], + ["CUP_arifle_RPK74M", "", "", "CUP_optic_1p63", ["CUP_60Rnd_TE1_Red_Tracer_545x39_AK74M_M"], [], ""] +]]; +_sfLoadoutData set ["marksmanRifles", [ + ["CUP_srifle_VSSVintorez_VFG", "", "", "CUP_optic_PSO_1", ["CUP_20Rnd_9x39_SP5_VSS_M"], [], ""], + ["CUP_srifle_SVD_des", "CUP_muzzle_snds_KZRZP_SVD", "CUP_SVD_camo_g", "CUP_optic_PSO_3", ["CUP_10Rnd_762x54_SVD_M"], [], ""] +]]; +_sfLoadoutData set ["sniperRifles", [ + ["CUP_srifle_SVD_des", "CUP_muzzle_snds_KZRZP_SVD", "CUP_SVD_camo_g", "CUP_optic_PSO_3", ["CUP_10Rnd_762x54_SVD_M"], [], ""], + ["CUP_srifle_ksvk", "", "", "CUP_optic_PSO_3", ["CUP_5Rnd_127x108_KSVK_M"], [], ""] +]]; +_sfLoadoutData set ["sidearms", [ + ["CUP_hgun_Makarov", "", "", "", ["CUP_8Rnd_9x18_Makarov_M"], [], ""] +]]; + +///////////////////////////////// +// Military Loadout Data // +///////////////////////////////// + +private _militaryLoadoutData = _loadoutData call _fnc_copyLoadoutData; +_militaryLoadoutData set ["uniforms", ["CUP_U_O_RUS_Soldier_VKPO_MSV_Pink_gloves_pads", "CUP_U_O_RUS_Soldier_VKPO_MSV_Pink_rolled_up_gloves_pads"]]; +_militaryLoadoutData set ["slUniform", ["CUP_U_O_RUS_Soldier_VKPO_VDV_Pink_rolled_up_gloves_pads"]]; +_militaryLoadoutData set ["vests", ["CUP_Vest_RUS_6B45_Sh117_Desert"]]; +_militaryLoadoutData set ["mgVests", ["CUP_Vest_RUS_6B45_Sh117_PKP_Nut_Desert"]]; +_militaryLoadoutData set ["medVests", ["CUP_Vest_RUS_6B45_Sh117_Nut_Desert"]]; +_militaryLoadoutData set ["slVests", ["CUP_Vest_RUS_6B45_Sh117_Del_Desert"]]; +_militaryLoadoutData set ["glVests", ["CUP_Vest_RUS_6B45_Sh117_VOG_Del_Desert"]]; +_militaryLoadoutData set ["engVests", ["CUP_Vest_RUS_6B45_Sh117_Full_Desert"]]; +_militaryLoadoutData set ["backpacks", ["CUP_O_RUS_Patrol_bag_Desert"]]; +_militaryLoadoutData set ["slBackpacks", ["B_Kitbag_tan"]]; +_militaryLoadoutData set ["atBackpacks", ["CUP_O_RUS_Patrol_bag_Desert_Shovel"]]; +_militaryLoadoutData set ["helmets", ["CUP_H_RUS_6B47_v2_GogglesUp_Desert", "CUP_H_RUS_6B47_v2_GogglesDown_Desert", "CUP_H_RUS_6B47_v2_GogglesClosed_Desert", "CUP_H_RUS_6B47_v2_Desert", "CUP_H_RUS_6B47_headset_desert", "CUP_H_RUS_6B47_headset_goggles_desert"]]; +_militaryLoadoutData set ["sniHats", ["H_Booniehat_tan"]]; +_militaryLoadoutData set ["binoculars", ["CUP_LRTV"]]; + +_militaryLoadoutData set ["slRifles", [ + ["CUP_arifle_AK107", "", "", "CUP_optic_PechenegScope", ["CUP_30Rnd_545x39_AK74M_M"], [], ""], + ["CUP_arifle_AK108", "", "", "CUP_optic_PechenegScope", ["CUP_30Rnd_556x45_AK"], [], ""], + ["CUP_arifle_AK109", "", "", "CUP_optic_PechenegScope", ["CUP_30Rnd_762x39_AK103_bakelite_M"], [], ""], + ["CUP_arifle_AK107", "", "", "CUP_optic_PSO_1_AK", ["CUP_30Rnd_545x39_AK74M_M"], [], ""], + ["CUP_arifle_AK108", "", "", "CUP_optic_PSO_1_AK", ["CUP_30Rnd_556x45_AK"], [], ""], + ["CUP_arifle_AK109", "", "", "CUP_optic_PSO_1_AK", ["CUP_30Rnd_762x39_AK103_bakelite_M"], [], ""] +]]; +_militaryLoadoutData set ["rifles", [ + ["CUP_arifle_AK107", "", "", "CUP_optic_1p63", ["CUP_30Rnd_545x39_AK74M_M"], [], ""], + ["CUP_arifle_AK108", "", "", "CUP_optic_1p63", ["CUP_30Rnd_556x45_AK"], [], ""], + ["CUP_arifle_AK109", "", "", "CUP_optic_1p63", ["CUP_30Rnd_762x39_AK103_bakelite_M"], [], ""], + ["CUP_arifle_AK107", "", "", "CUP_optic_Kobra", ["CUP_30Rnd_545x39_AK74M_M"], [], ""], + ["CUP_arifle_AK108", "", "", "CUP_optic_Kobra", ["CUP_30Rnd_556x45_AK"], [], ""], + ["CUP_arifle_AK109", "", "", "CUP_optic_Kobra", ["CUP_30Rnd_762x39_AK103_bakelite_M"], [], ""] +]]; +_militaryLoadoutData set ["carbines", [ + ["CUP_arifle_AKS74U", "", "", "CUP_optic_Kobra", ["CUP_30Rnd_545x39_AK74_plum_M"], [], ""], + ["CUP_arifle_AKS74U", "", "", "CUP_optic_1p63", ["CUP_30Rnd_545x39_AK74_plum_M"], [], ""], + ["CUP_arifle_AKS74", "", "", "CUP_optic_1p63", ["CUP_30Rnd_545x39_AK74_plum_M"], [], ""], + ["CUP_arifle_AKS74", "", "", "CUP_optic_Kobra", ["CUP_30Rnd_545x39_AK74_plum_M"], [], ""] +]]; +_militaryLoadoutData set ["grenadeLaunchers", [ + ["CUP_arifle_AKS74_GL", "", "", "CUP_optic_Kobra", ["CUP_30Rnd_545x39_AK74_plum_M"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""], + ["CUP_arifle_AK107_GL", "", "", "CUP_optic_Kobra", ["CUP_30Rnd_545x39_AK74_plum_M"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""], + ["CUP_arifle_AK108_GL", "", "", "CUP_optic_Kobra", ["CUP_30Rnd_556x45_AK"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""], + ["CUP_arifle_AK109_GL", "", "", "CUP_optic_Kobra", ["CUP_30Rnd_762x39_AK103_bakelite_M"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""], + ["CUP_arifle_AK109_GL", "", "", "CUP_optic_1p63", ["CUP_30Rnd_762x39_AK103_bakelite_M"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""], + ["CUP_arifle_AK108_GL", "", "", "CUP_optic_1p63", ["CUP_30Rnd_556x45_AK"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""], + ["CUP_arifle_AK107_GL", "", "", "CUP_optic_1p63", ["CUP_30Rnd_545x39_AK74M_M"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""] +]]; +_militaryLoadoutData set ["SMGs", [ + ["CUP_smg_bizon", "", "", "CUP_optic_1p63", ["CUP_64Rnd_9x19_Bizon_M"], [], ""], + ["CUP_smg_bizon", "", "", "CUP_optic_Kobra", ["CUP_64Rnd_9x19_Bizon_M"], [], ""] +]]; +_militaryLoadoutData set ["machineGuns", [ + ["CUP_lmg_PKM_B50_vfg", "", "", "", ["CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M"], [], ""], + ["CUP_lmg_Pecheneg", "", "", "CUP_optic_1p63", ["CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M"], [], ""], + ["CUP_lmg_Pecheneg", "", "", "CUP_optic_Kobra", ["CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M"], [], ""], + ["CUP_arifle_RPK74M", "", "", "CUP_optic_1p63", ["CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK74M_M"], [], ""], + ["CUP_arifle_RPK74M", "", "", "CUP_optic_Kobra", ["CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK74M_M"], [], ""] +]]; +_militaryLoadoutData set ["marksmanRifles", [ + ["CUP_srifle_SVD_des", "", "", "CUP_optic_PSO_1", ["CUP_10Rnd_762x54_SVD_M"], [], ""], + ["CUP_srifle_SVD_des", "", "", "CUP_optic_PSO_3", ["CUP_10Rnd_762x54_SVD_M"], [], ""] +]]; +_militaryLoadoutData set ["sniperRifles", [ + ["CUP_srifle_SVD_des", "", "CUP_SVD_camo_g_half", "CUP_optic_PSO_3", ["CUP_10Rnd_762x54_SVD_M"], [], ""] +]]; +_militaryLoadoutData set ["sidearms", [ + ["CUP_hgun_Makarov", "", "", "", ["CUP_8Rnd_9x18_Makarov_M"], [], ""] +]]; + +/////////////////////////////// +// Police Loadout Data // +/////////////////////////////// + +private _policeLoadoutData = _loadoutData call _fnc_copyLoadoutData; + +_policeLoadoutData set ["uniforms", ["CUP_U_C_Policeman_01"]]; +_policeLoadoutData set ["vests", ["CUP_V_C_Police_Holster"]]; +_policeLoadoutData set ["helmets", ["CUP_H_C_Policecap_01"]]; + +_policeLoadoutData set ["SMGs", [ + ["CUP_arifle_AKS74U", "", "", "", ["CUP_30Rnd_TE1_Red_Tracer_545x39_AK74_plum_M"], [], ""] +]]; +_policeLoadoutData set ["sidearms", [ + ["CUP_hgun_Makarov", "", "", "", ["CUP_8Rnd_9x18_Makarov_M"], [], ""] +]]; + +//////////////////////////////// +// Militia Loadout Data // +//////////////////////////////// + +private _militiaLoadoutData = _loadoutData call _fnc_copyLoadoutData; +_militiaLoadoutData set ["uniforms", ["CUP_U_O_RUS_Soldier_VKPO_MSV_Pink_gloves_pads", "CUP_U_O_RUS_Soldier_VKPO_MSV_Pink_rolled_up_gloves_pads"]]; +_militiaLoadoutData set ["vests", ["CUP_Vest_RUS_6B45_Sh117_Desert"]]; +_militiaLoadoutData set ["sniVests", ["CUP_Vest_RUS_6B45_Sh117_Desert"]]; +_militiaLoadoutData set ["backpacks", ["CUP_O_RUS_Patrol_bag_Desert"]]; +_militiaLoadoutData set ["slBackpacks", ["B_Kitbag_mcamo"]]; +_militiaLoadoutData set ["atBackpacks", ["CUP_O_RUS_Patrol_bag_Desert_Shovel"]]; +_militiaLoadoutData set ["helmets", ["CUP_H_RUS_6B27_cover_BeigeDigital", "CUP_H_RUS_6B27_cover_BeigeDigital_goggles"]]; +_militiaLoadoutData set ["sniHats", ["H_Booniehat_tan"]]; + +_militiaLoadoutData set ["rifles", [ + ["CUP_arifle_AK103", "", "", "CUP_optic_1p63", ["CUP_30Rnd_762x39_AK103_bakelite_M"], [], ""], + ["CUP_arifle_AK104", "", "", "CUP_optic_1p63", ["CUP_30Rnd_762x39_AK103_bakelite_M"], [], ""], + ["CUP_arifle_AK105", "", "", "CUP_optic_1p63", ["CUP_30Rnd_545x39_AK74M_M"], [], ""] +]]; +_militiaLoadoutData set ["carbines", [ + ["CUP_arifle_AK104", "", "", "CUP_optic_1p63", ["CUP_30Rnd_762x39_AK103_bakelite_M"], [], ""] +]]; +_militiaLoadoutData set ["grenadeLaunchers", [ + ["CUP_arifle_AK103_GL", "", "", "CUP_optic_1p63", ["CUP_30Rnd_762x39_AK103_bakelite_M"], ["CUP_1Rnd_HE_GP25_M", "CUP_1Rnd_SmokeRed_GP25_M"], ""] +]]; +_militiaLoadoutData set ["SMGs", [ + ["CUP_smg_bizon", "", "", "CUP_optic_1p63", ["CUP_64Rnd_9x19_Bizon_M"], [], ""] +]]; +_militiaLoadoutData set ["machineGuns", [ + ["CUP_lmg_PKM_B50_vfg", "", "", "", ["CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M"], [], ""], + ["CUP_lmg_Pecheneg", "", "", "CUP_optic_1p63", ["CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M"], [], ""], + ["CUP_arifle_RPK74_45", "", "", "CUP_optic_1p63", ["CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M"], [], ""] +]]; +_militiaLoadoutData set ["marksmanRifles", [ + ["CUP_srifle_SVD_des", "", "", "CUP_optic_PSO_1", ["CUP_10Rnd_762x54_SVD_M"], [], ""] +]]; +_militiaLoadoutData set ["sniperRifles", [ + ["CUP_srifle_SVD_des", "", "", "CUP_optic_PSO_3", ["CUP_10Rnd_762x54_SVD_M"], [], ""] +]]; +_militiaLoadoutData set ["sidearms", [ + ["CUP_hgun_Makarov", "", "", "", ["CUP_8Rnd_9x18_Makarov_M"], [], ""] +]]; + +////////////////////////// +// Misc Loadouts // +////////////////////////// + +private _crewLoadoutData = _militaryLoadoutData call _fnc_copyLoadoutData; +_crewLoadoutData set ["uniforms", ["CUP_U_O_RUS_Soldier_VKPO_MSV_Pink_gloves_pads"]]; +_crewLoadoutData set ["vests", ["CUP_Vest_RUS_6B45_Sh117_Desert"]]; +_crewLoadoutData set ["helmets", ["H_Tank_black_F"]]; + +private _pilotLoadoutData = _militaryLoadoutData call _fnc_copyLoadoutData; +_pilotLoadoutData set ["uniforms", ["CUP_U_O_RUS_Soldier_VKPO_MSV_Pink_gloves_pads"]]; +_pilotLoadoutData set ["vests", ["CUP_Vest_RUS_6B45_Sh117_Desert"]]; +_pilotLoadoutData set ["helmets", ["CUP_H_RUS_ZSH_Shield_Down"]]; + + +///////////////////////////////// +// Unit Type Definitions // +///////////////////////////////// +//These define the loadouts for different unit types. +//For example, rifleman, grenadier, squad leader, etc. +//In 95% of situations, you *should not need to edit these*. +//Almost all factions can be set up just by modifying the loadout data above. +//However, these exist in case you really do want to do a lot of custom alterations. + +private _squadLeaderTemplate = { + ["slHat"] call _fnc_setHelmet; + [["slVests", "vests"] call _fnc_fallback] call _fnc_setVest; + [["slUniforms", "uniforms"] call _fnc_fallback] call _fnc_setUniform; + [["slBackpacks", "backpacks"] call _fnc_fallback] call _fnc_setBackpack; + + [["slRifles", "rifles"] call _fnc_fallback] call _fnc_setPrimary; + ["primary", 5] call _fnc_addMagazines; + ["primary", 4] call _fnc_addAdditionalMuzzleMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_squadLeader_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 2] call _fnc_addItem; + ["antiTankGrenades", 1] call _fnc_addItem; + ["signalsmokeGrenades", 2] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["gpses"] call _fnc_addGPS; + ["binoculars"] call _fnc_addBinoculars; + ["NVGs"] call _fnc_addNVGs; +}; + +private _riflemanTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + + ["rifles"] call _fnc_setPrimary; + ["primary", 5] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_rifleman_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 2] call _fnc_addItem; + ["antiTankGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _medicTemplate = { + ["helmets"] call _fnc_setHelmet; + [["medVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + ["carbines"] call _fnc_setPrimary; + ["primary", 5] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_medic"] call _fnc_addItemSet; + ["items_medic_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _grenadierTemplate = { + ["helmets"] call _fnc_setHelmet; + [["glVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + ["grenadeLaunchers"] call _fnc_setPrimary; + ["primary", 5] call _fnc_addMagazines; + ["primary", 10] call _fnc_addAdditionalMuzzleMagazines; + + [["glSidearms", "sidearms"] call _fnc_fallback] call _fnc_setHandgun; + ["handgun", 3] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_grenadier_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 4] call _fnc_addItem; + ["antiTankGrenades", 3] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _explosivesExpertTemplate = { + ["helmets"] call _fnc_setHelmet; + [["engVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + ["rifles"] call _fnc_setPrimary; + ["primary", 5] call _fnc_addMagazines; + + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_explosivesExpert_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + + ["lightExplosives", 2] call _fnc_addItem; + if (random 1 > 0.5) then {["heavyExplosives", 1] call _fnc_addItem;}; + if (random 1 > 0.5) then {["atMines", 1] call _fnc_addItem;}; + if (random 1 > 0.5) then {["apMines", 1] call _fnc_addItem;}; + + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 1] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _engineerTemplate = { + ["helmets"] call _fnc_setHelmet; + [["engVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + ["carbines"] call _fnc_setPrimary; + ["primary", 5] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_engineer_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + + if (random 1 > 0.5) then {["lightExplosives", 1] call _fnc_addItem;}; + + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _latTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + ["rifles"] call _fnc_setPrimary; + ["primary", 5] call _fnc_addMagazines; + + ["lightATLaunchers"] call _fnc_setLauncher; + ["launcher", 1] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_lat_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["antiTankGrenades", 2] call _fnc_addItem; + ["smokeGrenades", 1] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _atTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + [["atBackpacks", "backpacks"] call _fnc_fallback] call _fnc_setBackpack; + + ["rifles"] call _fnc_setPrimary; + ["primary", 5] call _fnc_addMagazines; + + [selectRandom ["missileATLaunchers", "ATLaunchers"]] call _fnc_setLauncher; + //TODO - Add a check if it's disposable. + ["launcher", 2] call _fnc_addMagazines; + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_at_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["antiTankGrenades", 2] call _fnc_addItem; + ["smokeGrenades", 1] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _aaTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + [["atBackpacks", "backpacks"] call _fnc_fallback] call _fnc_setBackpack; + + ["rifles"] call _fnc_setPrimary; + ["primary", 5] call _fnc_addMagazines; + + ["AALaunchers"] call _fnc_setLauncher; + ["launcher", 2] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_aa_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 2] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _machineGunnerTemplate = { + ["helmets"] call _fnc_setHelmet; + [["mgVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + ["machineGuns"] call _fnc_setPrimary; + ["primary", 4] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_machineGunner_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 2] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _marksmanTemplate = { + ["sniHats"] call _fnc_setHelmet; + [["sniVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + + ["marksmanRifles"] call _fnc_setPrimary; + ["primary", 5] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_marksman_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 2] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["rangefinders"] call _fnc_addBinoculars; + ["NVGs"] call _fnc_addNVGs; +}; + +private _sniperTemplate = { + ["sniHats"] call _fnc_setHelmet; + [["sniVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + ["sniperRifles"] call _fnc_setPrimary; + ["primary", 5] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_sniper_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 2] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["rangefinders"] call _fnc_addBinoculars; + ["NVGs"] call _fnc_addNVGs; +}; + +private _policeTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + ["SMGs"] call _fnc_setPrimary; + ["primary", 5] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_police_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["smokeGrenades", 1] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; +}; + +private _crewTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + [["SMGs", "carbines"] call _fnc_fallback] call _fnc_setPrimary; + ["primary", 3] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_basic"] call _fnc_addItemSet; + ["items_crew_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["gpses"] call _fnc_addGPS; + ["NVGs"] call _fnc_addNVGs; +}; + +private _unarmedTemplate = { + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + ["items_medical_basic"] call _fnc_addItemSet; + ["items_unarmed_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; +}; + +private _traitorTemplate = { + call _unarmedTemplate; + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; +}; + +//////////////////////////////////////////////////////////////////////////////////////// +// You shouldn't touch below this line unless you really really know what you're doing. +// Things below here can and will break the gamemode if improperly changed. +//////////////////////////////////////////////////////////////////////////////////////// + +///////////////////////////// +// Special Forces Units // +///////////////////////////// +private _prefix = "SF"; +private _unitTypes = [ + ["SquadLeader", _squadLeaderTemplate], + ["Rifleman", _riflemanTemplate], + ["Medic", _medicTemplate, [["medic", true]]], + ["Engineer", _engineerTemplate, [["engineer", true]]], + ["ExplosivesExpert", _explosivesExpertTemplate, [["explosiveSpecialist", true]]], + ["Grenadier", _grenadierTemplate], + ["LAT", _latTemplate], + ["AT", _atTemplate], + ["AA", _aaTemplate], + ["MachineGunner", _machineGunnerTemplate], + ["Marksman", _marksmanTemplate], + ["Sniper", _sniperTemplate] +]; + +[_prefix, _unitTypes, _sfLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + + +/////////////////////// +// Military Units // +/////////////////////// +private _prefix = "military"; +private _unitTypes = [ + ["SquadLeader", _squadLeaderTemplate], + ["Rifleman", _riflemanTemplate], + ["Medic", _medicTemplate, [["medic", true]]], + ["Engineer", _engineerTemplate, [["engineer", true]]], + ["ExplosivesExpert", _explosivesExpertTemplate, [["explosiveSpecialist", true]]], + ["Grenadier", _grenadierTemplate], + ["LAT", _latTemplate], + ["AT", _atTemplate], + ["AA", _aaTemplate], + ["MachineGunner", _machineGunnerTemplate], + ["Marksman", _marksmanTemplate], + ["Sniper", _sniperTemplate] +]; + +[_prefix, _unitTypes, _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + +//////////////////////// +// Police Units // +//////////////////////// +private _prefix = "police"; +private _unitTypes = [ + ["SquadLeader", _policeTemplate], + ["Standard", _policeTemplate] +]; + +[_prefix, _unitTypes, _policeLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + +//////////////////////// +// Militia Units // +//////////////////////// +private _prefix = "militia"; +private _unitTypes = [ + ["SquadLeader", _squadLeaderTemplate], + ["Rifleman", _riflemanTemplate], + ["Medic", _medicTemplate, [["medic", true]]], + ["Engineer", _engineerTemplate, [["engineer", true]]], + ["ExplosivesExpert", _explosivesExpertTemplate, [["explosiveSpecialist", true]]], + ["Grenadier", _grenadierTemplate], + ["LAT", _latTemplate], + ["AT", _atTemplate], + ["AA", _aaTemplate], + ["MachineGunner", _machineGunnerTemplate], + ["Marksman", _marksmanTemplate], + ["Sniper", _sniperTemplate] +]; + +[_prefix, _unitTypes, _militiaLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + +////////////////////// +// Misc Units // +////////////////////// + +//The following lines are determining the loadout of vehicle crew +["other", [["Crew", _crewTemplate]], _crewLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; +//The following lines are determining the loadout of the pilots +["other", [["Pilot", _crewTemplate]], _pilotLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; +//The following lines are determining the loadout for the unit used in the "kill the official" mission +["other", [["Official", _SquadLeaderTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; +//The following lines are determining the loadout for the AI used in the "kill the traitor" mission +["other", [["Traitor", _traitorTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; +//The following lines are determining the loadout for the AI used in the "Invader Punishment" mission +["other", [["Unarmed", _UnarmedTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; \ No newline at end of file diff --git a/A3A/addons/core/Templates/Templates/GM/GM_AI_BW.sqf b/A3A/addons/core/Templates/Templates/GM/GM_AI_BW.sqf index 674bb5999a..46dd7e1696 100644 --- a/A3A/addons/core/Templates/Templates/GM/GM_AI_BW.sqf +++ b/A3A/addons/core/Templates/Templates/GM/GM_AI_BW.sqf @@ -64,7 +64,7 @@ //Config special vehicles - militia vehicles are mostly used in the early game, police cars are being used by troops around cities -- Example: ["vehiclesMilitiaLightArmed", ["gm_ge_army_iltis_mg3"]] call _fnc_saveToTemplate; -["vehiclesMilitiaTrucks", ["gm_ge_army_u1300l_cargo"]] call _fnc_saveToTemplate; +["vehiclesMilitiaTrucks", ["gm_ge_army_u1300l_cargo", "gm_ge_army_u1300l_container"]] call _fnc_saveToTemplate; ["vehiclesMilitiaCars", ["gm_ge_army_iltis_cargo"]] call _fnc_saveToTemplate; ["vehiclesPolice", ["gm_ge_pol_typ1200", "gm_ge_pol_w123", "gm_ge_pol_typ253"]] call _fnc_saveToTemplate; @@ -291,7 +291,7 @@ _militaryLoadoutData set ["rifles", [ ]]; _militaryLoadoutData set ["carbines", [ ["gm_g3a4_blk", "", "", "", ["gm_20Rnd_762x51mm_B_DM41_g3_blk", "gm_20Rnd_762x51mm_B_T_DM21A1_g3_blk"], [], ""], - ["gm_sg550_blk", "", "", "", ["gm_20Rnd_762x51mm_B_T_DM21_sg542_blk", "gm_20Rnd_762x51mm_B_DM111_sg542_blk", "gm_20Rnd_762x51mm_B_DM111_sg542_blk"], [], ""], + ["gm_sg550_blk", "", "", "", ["gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", "gm_30Rnd_556x45mm_B_DM11_sg550_brn", "gm_30Rnd_556x45mm_B_DM11_sg550_brn"], [], ""], ["gm_hk33a3_blk", "", "", "", ["gm_30Rnd_556x45mm_B_DM11_hk33_blk", "gm_30Rnd_556x45mm_B_T_DM21_hk33_blk"], [], ""], ["gm_hk33ka3_blk", "", "", "", ["gm_30Rnd_556x45mm_B_DM11_hk33_blk", "gm_30Rnd_556x45mm_B_T_DM21_hk33_blk"], [], ""], ["gm_gvm75carb_oli", "", "", "", ["gm_20Rnd_762x51mm_B_DM41_g3_blk", "gm_20Rnd_762x51mm_B_T_DM21A1_g3_blk"], [], ""] @@ -304,7 +304,7 @@ _militaryLoadoutData set ["SMGs", [ ["gm_mp2a1_blk", "", "", "", ["gm_32Rnd_9x19mm_B_DM11_mp2_blk", "gm_32Rnd_9x19mm_B_DM51_mp2_blk", "gm_32Rnd_9x19mm_AP_DM91_mp2_blk"], [], ""], ["gm_mp5a2_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], ["gm_mp5a3_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], - ["gm_sg551_blk", "", "", "", ["gm_20Rnd_762x51mm_B_T_DM21_sg542_blk", "gm_20Rnd_762x51mm_B_DM111_sg542_blk", "gm_20Rnd_762x51mm_B_DM111_sg542_blk"], [], ""] + ["gm_sg551_blk", "", "", "", ["gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", "gm_30Rnd_556x45mm_B_DM11_sg550_brn", "gm_30Rnd_556x45mm_B_DM11_sg550_brn"], [], ""] ]]; _militaryLoadoutData set ["machineGuns", [ ["gm_mg3_blk", "", "", "", ["gm_120Rnd_762x51mm_B_T_DM21A1_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21A2_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21_mg3_grn"], [], ""], diff --git a/A3A/addons/core/Templates/Templates/GM/GM_AI_BW_arctic.sqf b/A3A/addons/core/Templates/Templates/GM/GM_AI_BW_arctic.sqf index cfb6d1432a..b5a6bb0499 100644 --- a/A3A/addons/core/Templates/Templates/GM/GM_AI_BW_arctic.sqf +++ b/A3A/addons/core/Templates/Templates/GM/GM_AI_BW_arctic.sqf @@ -297,7 +297,7 @@ _militaryLoadoutData set ["rifles", [ ]]; _militaryLoadoutData set ["carbines", [ ["gm_g3a4_blk", "", "", "", ["gm_20Rnd_762x51mm_B_DM41_g3_blk", "gm_20Rnd_762x51mm_B_T_DM21A1_g3_blk"], [], ""], - ["gm_sg550_blk", "", "", "", ["gm_20Rnd_762x51mm_B_T_DM21_sg542_blk", "gm_20Rnd_762x51mm_B_DM111_sg542_blk", "gm_20Rnd_762x51mm_B_DM111_sg542_blk"], [], ""], + ["gm_sg550_blk", "", "", "", ["gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", "gm_30Rnd_556x45mm_B_DM11_sg550_brn", "gm_30Rnd_556x45mm_B_DM11_sg550_brn"], [], ""], ["gm_hk33a3_blk", "", "", "", ["gm_30Rnd_556x45mm_B_DM11_hk33_blk", "gm_30Rnd_556x45mm_B_T_DM21_hk33_blk"], [], ""], ["gm_hk33ka3_blk", "", "", "", ["gm_30Rnd_556x45mm_B_DM11_hk33_blk", "gm_30Rnd_556x45mm_B_T_DM21_hk33_blk"], [], ""], ["gm_gvm75carb_oli", "", "", "", ["gm_20Rnd_762x51mm_B_DM41_g3_blk", "gm_20Rnd_762x51mm_B_T_DM21A1_g3_blk"], [], ""] @@ -310,7 +310,7 @@ _militaryLoadoutData set ["SMGs", [ ["gm_mp2a1_blk", "", "", "", ["gm_32Rnd_9x19mm_B_DM11_mp2_blk", "gm_32Rnd_9x19mm_B_DM51_mp2_blk", "gm_32Rnd_9x19mm_AP_DM91_mp2_blk"], [], ""], ["gm_mp5a2_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], ["gm_mp5a3_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], - ["gm_sg551_blk", "", "", "", ["gm_20Rnd_762x51mm_B_T_DM21_sg542_blk", "gm_20Rnd_762x51mm_B_DM111_sg542_blk", "gm_20Rnd_762x51mm_B_DM111_sg542_blk"], [], ""] + ["gm_sg551_blk", "", "", "", ["gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", "gm_30Rnd_556x45mm_B_DM11_sg550_brn", "gm_30Rnd_556x45mm_B_DM11_sg550_brn"], [], ""] ]]; _militaryLoadoutData set ["machineGuns", [ ["gm_mg3_blk", "", "", "", ["gm_120Rnd_762x51mm_B_T_DM21A1_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21A2_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21_mg3_grn"], [], ""], diff --git a/A3A/addons/core/Templates/Templates/GM/GM_AI_BW_desert.sqf b/A3A/addons/core/Templates/Templates/GM/GM_AI_BW_desert.sqf new file mode 100644 index 0000000000..04d8fe8e5e --- /dev/null +++ b/A3A/addons/core/Templates/Templates/GM/GM_AI_BW_desert.sqf @@ -0,0 +1,913 @@ +////////////////////////// +// Side Information // +////////////////////////// + +["name", "BW"] call _fnc_saveToTemplate; +["spawnMarkerName", "BW support corridor"] call _fnc_saveToTemplate; + +["flag", "gm_flag_GE"] call _fnc_saveToTemplate; +["flagTexture", "\gm\gm_core\data\flags\gm_flag_ge_co"] call _fnc_saveToTemplate; +["flagMarkerType", "flag_germany"] call _fnc_saveToTemplate; + +////////////////////////// +// Vehicles // +////////////////////////// + +["ammobox", "B_supplyCrate_F"] call _fnc_saveToTemplate; //Don't touch or you die a sad and lonely death! +["surrenderCrate", "Box_IND_Wps_F"] call _fnc_saveToTemplate; //Changeing this from default will require you to define logistics attachement offset for the box type +["equipmentBox", "Box_NATO_Equip_F"] call _fnc_saveToTemplate; //Changeing this from default will require you to define logistics attachement offset for the box type + +["vehiclesBasic", ["gm_ge_army_k125"]] call _fnc_saveToTemplate; +["vehiclesLightUnarmed", ["gm_ge_army_iltis_cargo_des", "gm_ge_army_typ1200_cargo_des", "gm_ge_army_typ253_cargo_des", "gm_ge_army_typ253_mp_des", + "gm_ge_army_typ247_cargo_des", "gm_ge_army_typ247_firefighter_des", "gm_ge_bgs_w123_cargo", "gm_ge_bgs_typ253_cargo", "gm_ge_army_w123_cargo"]] call _fnc_saveToTemplate; +["vehiclesLightArmed", ["gm_ge_army_iltis_milan_des", "gm_ge_army_iltis_mg3_des", "gm_ge_army_iltis_mg3_des", "gm_ge_army_luchsa1_des", "gm_ge_army_luchsa2_des"]] call _fnc_saveToTemplate; //this line determines light and armed vehicles -- Example: ["vehiclesLightArmed", ["B_MRAP_01_hmg_F", "B_MRAP_01_gmg_F"]] -- Array, can contain multiple assets +["vehiclesTrucks", ["gm_ge_army_u1300l_cargo_des", "gm_ge_army_u1300l_container_des", "gm_ge_army_kat1_451_cargo_des", "gm_ge_army_kat1_451_container_des"]] call _fnc_saveToTemplate; +["vehiclesCargoTrucks", ["gm_ge_army_kat1_454_cargo_des", "gm_ge_army_u1300l_container_des", "gm_ge_army_kat1_452_container_des", "gm_ge_army_kat1_451_container_des"]] call _fnc_saveToTemplate; +["vehiclesAmmoTrucks", ["gm_ge_army_kat1_454_reammo_des", "gm_ge_army_kat1_451_reammo_des"]] call _fnc_saveToTemplate; +["vehiclesRepairTrucks", ["gm_ge_army_u1300l_repair_des", "gm_ge_army_bpz2a0_des", "gm_ge_army_fuchsa0_engineer_des", "gm_dk_army_m113a1dk_engineer_des"]] call _fnc_saveToTemplate; +["vehiclesFuelTrucks", ["gm_ge_army_kat1_451_refuel_des"]] call _fnc_saveToTemplate; +["vehiclesMedical", ["gm_ge_army_u1300l_medic_des_rc", "gm_ge_army_m113a1g_medic_des_rc"]] call _fnc_saveToTemplate; +["vehiclesTanks", ["gm_dk_army_m113a2dk_des", "gm_ge_army_leopard1a1_des", "gm_ge_army_leopard1a1a1_des", "gm_ge_army_leopard1a1a2_des", "gm_ge_army_leopard1a3_des", "gm_ge_army_leopard1a3a1_des", "gm_ge_army_leopard1a5_des", + "gm_dk_army_leopard1a3_des"]] call _fnc_saveToTemplate; +["vehiclesAA", ["gm_ge_army_gepard1a1_des", "CUP_B_M163_Vulcan_USA"]] call _fnc_saveToTemplate; // vulcan has no desert camo + +["vehiclesLightAPCs", ["gm_ge_army_fuchsa0_command_des", "gm_ge_army_fuchsa0_reconnaissance_des"]] call _fnc_saveToTemplate; +["vehiclesAPCs", ["gm_ge_army_m113a1g_apc_milan_des", + "gm_dk_army_m113a1dk_apc_des", "gm_ge_army_m113a1g_apc_des", "gm_ge_army_m113a1g_command_des"]] call _fnc_saveToTemplate; +["vehiclesIFVs", ["gm_ge_army_marder1a1plus_des", "gm_ge_army_marder1a1a_des", "gm_ge_army_marder1a2_des", "CUP_B_M2A3Bradley_USA_D", + "CUP_B_M2Bradley_USA_D"]] call _fnc_saveToTemplate; + +["vehiclesTransportBoats", ["CUP_B_Zodiac_USMC"]] call _fnc_saveToTemplate; +["vehiclesGunBoats", ["CUP_B_RHIB_USMC"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", ["gm_ge_army_luchsa1_des", "gm_ge_army_luchsa2_des", "gm_ge_army_m113a1g_apc_milan_des","gm_ge_army_m113a1g_apc_des", "gm_ge_army_m113a1g_command_des", + "gm_ge_army_fuchsa0_command_des", "gm_ge_army_fuchsa0_reconnaissance_des"]] call _fnc_saveToTemplate; + +["vehiclesPlanesCAS", ["CUP_B_A10_DYN_USA"]] call _fnc_saveToTemplate; +["vehiclesPlanesAA", ["CUP_B_AV8B_DYN_USMC"]] call _fnc_saveToTemplate; +["vehiclesPlanesTransport", ["gm_ge_airforce_do28d2"]] call _fnc_saveToTemplate; + +["vehiclesHelisLight", ["gm_ge_army_bo105m_vbh", "gm_ge_army_bo105p1m_vbh", "gm_ge_army_bo105p1m_vbh_swooper", "CUP_B_MH6M_USA", "CUP_B_MH6J_USA"]] call _fnc_saveToTemplate; +["vehiclesHelisTransport", ["gm_ge_army_ch53gs", "gm_ge_army_ch53g", "CUP_B_UH60M_FFV_US", "CUP_B_UH1D_GER_KSK", "CUP_B_UH1D_slick_GER_KSK", "CUP_B_AW159_Unarmed_GER"]] call _fnc_saveToTemplate; +["vehiclesHelisAttack", ["CUP_B_AH64_DL_USA"]] call _fnc_saveToTemplate; +["vehiclesHelisLightAttack", ["gm_ge_army_bo105p_pah1", "gm_ge_army_bo105p_pah1a1", "CUP_B_MH60L_DAP_2x_US", "CUP_B_MH60L_DAP_4x_US", "CUP_B_AH6J_USA", "CUP_B_AH6M_USA", + "CUP_B_UH1D_armed_GER_KSK", "CUP_B_UH1D_gunship_GER_KSK", "CUP_B_AW159_GER"]] call _fnc_saveToTemplate; + +["vehiclesArtillery", ["gm_ge_army_kat1_463_mlrs_des", "gm_ge_army_m109g_des", "gm_dk_army_m109_des"]] call _fnc_saveToTemplate; +["magazines", createHashMapFromArray [ + ["gm_ge_army_kat1_463_mlrs_des",["gm_36Rnd_mlrs_110mm_he_dm21","gm_36Rnd_mlrs_110mm_icm_dm602","gm_36Rnd_mlrs_110mm_mine_dm711"]], + ["gm_ge_army_m109g_des",["gm_20Rnd_155mm_he_dm21","gm_20Rnd_155mm_he_dm111","gm_20Rnd_155mm_icm_dm602","gm_20Rnd_155mm_he_m107","gm_20Rnd_155mm_he_m795"]], + ["gm_dk_army_m109_des",["gm_20Rnd_155mm_he_m107","gm_20Rnd_155mm_he_m795","gm_20Rnd_155mm_he_dm21","gm_20Rnd_155mm_he_dm111","gm_20Rnd_155mm_icm_dm602"]] +]] call _fnc_saveToTemplate; + +["uavsAttack", []] call _fnc_saveToTemplate; +["uavsPortable", []] call _fnc_saveToTemplate; + +//Config special vehicles - militia vehicles are mostly used in the early game, police cars are being used by troops around cities -- Example: +["vehiclesMilitiaLightArmed", ["gm_ge_army_iltis_mg3_des"]] call _fnc_saveToTemplate; +["vehiclesMilitiaTrucks", ["gm_ge_army_u1300l_cargo_des", "gm_ge_army_u1300l_container_des"]] call _fnc_saveToTemplate; +["vehiclesMilitiaCars", ["gm_ge_army_iltis_cargo_des"]] call _fnc_saveToTemplate; + +["vehiclesPolice", ["gm_ge_pol_typ1200", "gm_ge_pol_w123", "gm_ge_pol_typ253"]] call _fnc_saveToTemplate; + +["staticMGs", ["gm_ge_army_mg3_aatripod"]] call _fnc_saveToTemplate; +["staticAT", ["gm_ge_army_milan_launcher_tripod"]] call _fnc_saveToTemplate; +["staticAA", ["CUP_B_CUP_Stinger_AA_pod_US"]] call _fnc_saveToTemplate; +["staticMortars", ["CUP_B_M252_US"]] call _fnc_saveToTemplate; + +["mortarMagazineHE", "8Rnd_82mm_Mo_shells"] call _fnc_saveToTemplate; //this line determines available HE-shells for the static mortars - !needs to be comtible with the mortar! -- Example: ["mortarMagazineHE", "8Rnd_82mm_Mo_shells"] - ENTER ONLY ONE OPTION +["mortarMagazineSmoke", "8Rnd_82mm_Mo_Smoke_white"] call _fnc_saveToTemplate; //this line determines smoke-shells for the static mortar - !needs to be comtible with the mortar! -- Example: ["mortarMagazineSmoke", "8Rnd_82mm_Mo_Smoke_white"] - ENTER ONLY ONE OPTION +["mortarMagazineFlare", "8Rnd_82mm_Mo_Flare_white"] call _fnc_saveToTemplate; + +//Minefield definition +["minefieldAT", ["gm_minestatic_at_dm21", "gm_minestatic_at_dm1233"]] call _fnc_saveToTemplate; +["minefieldAPERS", ["gm_minestatic_ap_dm31"]] call _fnc_saveToTemplate; + +#include "GM_Vehicle_Attributes.sqf" + +///////////////////// +/// Identities /// +///////////////////// + +["voices", ["gm_voice_male_deu_05","gm_voice_male_deu_06","gm_voice_male_deu_07", "gm_voice_male_deu_01","gm_voice_male_deu_02"]] call _fnc_saveToTemplate; +["faces", ["gm_face_whiteHead_01","gm_face_whiteHead_02", "WhiteHead_01","WhiteHead_02","WhiteHead_03","WhiteHead_04", +"WhiteHead_05","WhiteHead_06","WhiteHead_07","WhiteHead_08","WhiteHead_09", +"WhiteHead_10","WhiteHead_11","WhiteHead_12","WhiteHead_13","WhiteHead_14", +"WhiteHead_15","WhiteHead_16","WhiteHead_17","WhiteHead_18","WhiteHead_19", +"WhiteHead_20","WhiteHead_21" ]] call _fnc_saveToTemplate; +["sfFaces", ["gm_WhiteHead_01_camo_01","gm_WhiteHead_02_camo_01","gm_WhiteHead_03_camo_01", + "gm_WhiteHead_04_camo_01","gm_WhiteHead_05_camo_01","gm_WhiteHead_06_camo_01", + "gm_WhiteHead_07_camo_01","gm_WhiteHead_08_camo_01","gm_WhiteHead_09_camo_01", + "gm_WhiteHead_10_camo_01","gm_WhiteHead_11_camo_01","gm_WhiteHead_12_camo_01", + "gm_WhiteHead_13_camo_01","gm_WhiteHead_14_camo_01","gm_WhiteHead_15_camo_01", + "gm_WhiteHead_16_camo_01","gm_WhiteHead_17_camo_01","gm_WhiteHead_18_camo_01", + "gm_WhiteHead_19_camo_01","gm_WhiteHead_20_camo_01","gm_WhiteHead_21_camo_01" +]] call _fnc_saveToTemplate; + +////////////////////////// +// Loadouts // +////////////////////////// + +private _loadoutData = call _fnc_createLoadoutData; +_loadoutData set ["slRifles", []]; +_loadoutData set ["rifles", []]; +_loadoutData set ["carbines", []]; +_loadoutData set ["grenadeLaunchers", []]; +_loadoutData set ["SMGs", []]; +_loadoutData set ["machineGuns", []]; +_loadoutData set ["marksmanRifles", []]; +_loadoutData set ["sniperRifles", []]; + +_loadoutData set ["lightATLaunchers", [ + ["gm_m72a3_oli", "", "", "", ["gm_1Rnd_66mm_heat_m72a3"], [], ""] +]]; +_loadoutData set ["ATLaunchers", [ + ["gm_pzf44_2_oli", "", "", "gm_feroz2x17_pzf44_2_blk", ["gm_1Rnd_44x537mm_heat_dm32_pzf44_2"], [], ""] +]]; +_loadoutData set ["missileATLaunchers", [ + ["gm_pzf84_oli", "", "", "gm_feroz2x17_pzf84_blk", ["gm_1Rnd_84x245mm_heat_t_DM32_carlgustaf", "gm_1Rnd_84x245mm_heat_t_DM22_carlgustaf", "gm_1Rnd_84x245mm_heat_t_DM12_carlgustaf"], [], ""], + ["gm_pzf3_blk", "", "", "", ["gm_1Rnd_60mm_heat_dm22_pzf3", "gm_1Rnd_60mm_heat_dm32_pzf3", "gm_1Rnd_60mm_heat_dm12_pzf3"], [], ""] +]]; +_loadoutData set ["AALaunchers", [ + ["gm_fim43_oli", "", "", "", ["gm_1Rnd_70mm_he_m585_fim43"], [], ""] +]]; +_loadoutData set ["sidearms", []]; + +_loadoutData set ["ATMines", ["gm_mine_at_dm21", "gm_mine_at_dm1233"]]; +_loadoutData set ["APMines", ["gm_mine_ap_dm31"]]; +_loadoutData set ["lightExplosives", ["DemoCharge_Remote_Mag"]]; +_loadoutData set ["heavyExplosives", ["gm_explosive_petn_charge"]]; + +_loadoutData set ["antiTankGrenades", []]; +_loadoutData set ["antiInfantryGrenades", ["gm_handgrenade_frag_dm51", "gm_handgrenade_frag_dm51a1"]]; +_loadoutData set ["smokeGrenades", ["gm_smokeshell_wht_dm25"]]; +_loadoutData set ["signalsmokeGrenades", ["gm_smokeshell_grn_dm21", "gm_smokeshell_red_dm23", "gm_smokeshell_yel_dm26", "gm_smokeshell_org_dm32"]]; + +//Basic equipment. Shouldn't need touching most of the time. +//Mods might override this, or certain mods might want items removed (No GPSs in WW2, for example) +_loadoutData set ["maps", ["ItemMap"]]; +_loadoutData set ["watches", ["gm_watch_kosei_80"]]; +_loadoutData set ["compasses", ["gm_ge_army_conat2"]]; +_loadoutData set ["radios", ["ItemRadio"]]; +_loadoutData set ["gpses", ["ItemGPS"]]; +_loadoutData set ["NVGs", ["CUP_NVG_PVS7"]]; +_loadoutData set ["binoculars", ["gm_df7x40_blk", "gm_ferod16_des", "gm_ferod16_oli", "gm_ferod16_win"]]; +_loadoutData set ["rangefinders", ["Rangefinder"]]; + +_loadoutData set ["uniforms", []]; +_loadoutData set ["vests", []]; +_loadoutData set ["mgVests", []]; +_loadoutData set ["glVests", []]; +_loadoutData set ["slVests", []]; +_loadoutData set ["backpacks", []]; +_loadoutData set ["medBackpacks", []]; +_loadoutData set ["glBackpacks", []]; +_loadoutData set ["slBackpacks", ["gm_ge_backpack_sem35_oli"]]; +_loadoutData set ["longRangeRadios", []]; +_loadoutData set ["helmets", []]; +_loadoutData set ["slHat", ["gm_ge_headgear_beret_grn_infantry"]]; +_loadoutData set ["sniHats", ["gm_ge_headgear_hat_boonie_oli", "gm_ge_headgear_hat_boonie_flk"]]; + +//Item *set* definitions. These are added in their entirety to unit loadouts. No randomisation is applied. +_loadoutData set ["items_medical_basic", ["BASIC"] call A3A_fnc_itemset_medicalSupplies]; //this line defines the basic medical loadout for vanilla +_loadoutData set ["items_medical_standard", ["STANDARD"] call A3A_fnc_itemset_medicalSupplies]; //this line defines the standard medical loadout for vanilla +_loadoutData set ["items_medical_medic", ["MEDIC"] call A3A_fnc_itemset_medicalSupplies]; //this line defines the medic medical loadout for vanilla +_loadoutData set ["items_miscEssentials", [] call A3A_fnc_itemset_miscEssentials]; + +//Unit type specific item sets. Add or remove these, depending on the unit types in use. +private _slItems = ["Laserbatteries", "Laserbatteries", "Laserbatteries"]; +private _eeItems = ["gm_repairkit_01", "MineDetector"]; +private _mmItems = []; + +if (A3A_hasACE) then { + _slItems append ["ACE_microDAGR", "ACE_DAGR"]; + _eeItems append ["ACE_Clacker", "ACE_DefusalKit"]; + _mmItems append ["ACE_RangeCard", "ACE_ATragMX", "ACE_Kestrel4500"]; +}; + +_loadoutData set ["items_squadLeader_extras", _slItems]; +_loadoutData set ["items_rifleman_extras", []]; +_loadoutData set ["items_medic_extras", []]; +_loadoutData set ["items_grenadier_extras", []]; +_loadoutData set ["items_explosivesExpert_extras", _eeItems]; +_loadoutData set ["items_engineer_extras", _eeItems]; +_loadoutData set ["items_lat_extras", []]; +_loadoutData set ["items_at_extras", []]; +_loadoutData set ["items_aa_extras", []]; +_loadoutData set ["items_machineGunner_extras", []]; +_loadoutData set ["items_marksman_extras", _mmItems]; +_loadoutData set ["items_sniper_extras", _mmItems]; +_loadoutData set ["items_police_extras", []]; +_loadoutData set ["items_crew_extras", []]; +_loadoutData set ["items_unarmed_extras", []]; + +//TODO - ACE overrides for misc essentials, medical and engineer gear + +/////////////////////////////////////// +// Special Forces Loadout Data // +/////////////////////////////////////// + +private _sfLoadoutData = _loadoutData call _fnc_copyLoadoutData; // touch and shit breaks +_sfLoadoutData set ["uniforms", ["CUP_U_B_GER_Crye", "CUP_U_B_GER_Crye2"]]; +_sfLoadoutData set ["vests", ["CUP_V_B_GER_Armatus_Trop", "CUP_V_B_GER_Armatus_BB_Trop"]]; +_sfLoadoutData set ["backpacks", ["CUP_B_GER_Pack_Tropentarn"]]; +_sfLoadoutData set ["helmets", ["CUP_H_OpsCore_Covered_Tropen_NoHS", "CUP_H_OpsCore_Covered_Tropen_SF"]]; +_sfLoadoutData set ["sniHats", ["CUP_H_Ger_Boonie2_desert"]]; +_sfLoadoutData set ["binoculars", ["Rangefinder"]]; + +_sfLoadoutData set ["rifles", [ + ["gm_g3a3_oli", "gm_suppressor_atec150_762mm_blk", "", "", ["gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk", "gm_1rnd_67mm_heat_dm22a1_g3"], [], ""], + ["gm_g3a3a1_ris_oli", "gm_suppressor_atec150_762mm_blk", "", "", ["gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk", "gm_1rnd_67mm_heat_dm22a1_g3"], [], ""], + ["gm_g3a3a0_oli", "gm_suppressor_atec150_762mm_blk", "", "", ["gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk", "gm_1rnd_67mm_heat_dm22a1_g3"], [], ""], + ["gm_hk33a2_blk", "gm_suppressor_atec150_556mm_blk", "", "", ["gm_30Rnd_556x45mm_B_T_DM21_hk33_blk","gm_30Rnd_556x45mm_B_DM11_hk33_blk"], [], ""], + ["gm_hk33ka2_blk", "gm_suppressor_atec150_556mm_blk", "", "", ["gm_30Rnd_556x45mm_B_T_DM21_hk33_blk","gm_30Rnd_556x45mm_B_DM11_hk33_blk"], [], ""] +]]; + +_sfLoadoutData set ["carbines", [ + ["gm_g3a4_oli", "gm_suppressor_atec150_762mm_blk", "", "", ["gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk"], [], ""], + ["gm_hk33a3_blk", "gm_suppressor_atec150_556mm_blk", "", "", ["gm_30Rnd_556x45mm_B_T_DM21_hk33_blk","gm_30Rnd_556x45mm_B_DM11_hk33_blk"], [], ""], + ["gm_hk33ka3_blk", "gm_suppressor_atec150_556mm_blk", "", "", ["gm_30Rnd_556x45mm_B_T_DM21_hk33_blk","gm_30Rnd_556x45mm_B_DM11_hk33_blk"], [], ""], + ["gm_g3a4a0_oli", "gm_suppressor_atec150_762mm_blk", "", "", ["gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk"], [], ""], + ["gm_g3a4a0_oli", "gm_suppressor_atec150_762mm_blk", "", "", ["gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk"], [], ""] +]]; + +_sfLoadoutData set ["grenadeLaunchers", [ + ["gm_hk69a1_blk", "", "", "", ["1Rnd_HE_Grenade_shell"], [], ""], + ["gm_g3a3_oli", "gm_suppressor_atec150_762mm_blk", "", "", ["gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk", "gm_1rnd_67mm_heat_dm22a1_g3"], [], ""], + ["gm_g3a3a1_ris_oli", "gm_suppressor_atec150_762mm_blk", "", "", ["gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk", "gm_1rnd_67mm_heat_dm22a1_g3"], [], ""], + ["gm_g3a3a0_oli", "gm_suppressor_atec150_762mm_blk", "", "", ["gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk", "gm_1rnd_67mm_heat_dm22a1_g3"], [], ""] +]]; +_sfLoadoutData set ["SMGs", [ + ["gm_mp5sd2_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], + ["gm_mp5sd3_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], + ["gm_mp5sd5_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], + ["gm_mp5sd6_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], + ["gm_mp5nsd1_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], + ["gm_mp5nsd2_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""] +]]; +_sfLoadoutData set ["machineGuns", [ + ["gm_mg3_blk", "", "", "", ["gm_120Rnd_762x51mm_B_T_DM21A1_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21A2_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21_mg3_grn"], [], ""], + ["gm_lmgm62_blk", "", "", "", ["gm_120Rnd_762x51mm_B_T_DM21A1_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21A2_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21_mg3_grn"], [], ""], + ["gm_g8a2_blk", "gm_suppressor_atec150_762mm_blk", "", "", ["gm_40Rnd_762x51mm_B_T_DM21A1_g3_blk", "gm_40Rnd_762x51mm_AP_DM151_g3_blk", "gm_40Rnd_762x51mm_B_DM111_g3_blk", "gm_40Rnd_762x51mm_B_DM41_g3_blk"], [], ""], + ["gm_mg8a2_blk", "gm_suppressor_atec150_762mm_blk", "", "", ["gm_100Rnd_762x51mm_B_T_DM21_mg8_oli", "gm_100Rnd_762x51mm_B_T_DM21_mg8_oli", "gm_100Rnd_762x51mm_B_T_DM21A2_mg8_oli"], [], ""] +]]; +_sfLoadoutData set ["marksmanRifles", [ + ["gm_g3a3_dmr_des", "muzzle_snds_B", "acc_pointer_IR", "gm_feroz24_blk", ["gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk"], [], "bipod_01_F_blk"], + ["gm_msg90a1_blk", "gm_suppressor_atec150_762mm_blk", "", "gm_zf10x42_stanaghk_blk", ["gm_20Rnd_762x51mm_B_T_DM21_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk", "gm_20Rnd_762x51mm_B_DM111_g3_blk"], [], "gm_msg90_bipod_blk"], + ["gm_g3sg1_oli", "gm_suppressor_atec150_762mm_blk", "", "gm_feroz24_stanagClaw_blk", ["gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk"], [], "gm_g3_bipod_blk"] +]]; +_sfLoadoutData set ["sniperRifles", [ + ["CUP_srifle_G22_des", "CUP_muzzle_snds_AWM", "", "CUP_optic_LeupoldMk4_10x40_LRT_Woodland_pip", ["CUP_5Rnd_762x67_G22"], [], "CUP_bipod_Harris_1A2_L_BLK"] +]]; +_sfLoadoutData set ["sidearms", [ + ["gm_p1sd_blk", "", "", "", ["gm_8Rnd_9x19mm_B_DM51_p1_blk", "gm_8Rnd_9x19mm_BSD_DM81_p1_blk", "gm_8Rnd_9x19mm_B_DM11_p1_blk"], [], ""] //silenced pistol +]]; +///////////////////////////////// +// Military Loadout Data // +///////////////////////////////// + +private _militaryLoadoutData = _loadoutData call _fnc_copyLoadoutData; // touch and shit breaks +_militaryLoadoutData set ["uniforms", ["CUP_U_B_GER_Tropentarn_1", "CUP_U_B_GER_Tropentarn_2", "CUP_U_B_GER_Tropentarn_3", "CUP_U_B_GER_Tropentarn_4"]]; +_militaryLoadoutData set ["vests", ["CUP_V_B_GER_PVest_Trop_RFL", "CUP_V_B_GER_PVest_Trop_RFL_LT"]]; +_militaryLoadoutData set ["slVests", ["CUP_V_B_GER_PVest_Trop_TL", "CUP_V_B_GER_PVest_Trop_OFC"]]; +_militaryLoadoutData set ["medVests", ["CUP_V_B_GER_PVest_Trop_Med"]]; +_militaryLoadoutData set ["mgVests", ["CUP_V_B_GER_PVest_Trop_MG"]]; +_militaryLoadoutData set ["glVests", ["CUP_V_B_GER_PVest_Trop_Gren"]]; +_militaryLoadoutData set ["backpacks", ["CUP_B_GER_Pack_Tropentarn"]]; +_militaryLoadoutData set ["helmets", ["CUP_H_Ger_M92_Cover_Trop_GG_CB", "CUP_H_Ger_M92_Cover_Trop_GG_CF", "CUP_H_Ger_M92_Cover_Trop_GG"]]; +_militaryLoadoutData set ["binoculars", ["Rangefinder"]]; + +_militaryLoadoutData set ["slRifles", [ + ["gm_c7a1_blk", "", "", "gm_c79a1_blk", ["gm_30Rnd_556x45mm_B_M855_stanag_gry", "gm_30Rnd_556x45mm_B_T_M856_stanag_gry"], [], ""], + ["gm_hk33a2_blk", "gm_bayonet_g3_blk", "", "gm_rv_stanagClaw_blk", ["gm_30Rnd_556x45mm_B_DM11_hk33_blk", "gm_30Rnd_556x45mm_B_T_DM21_hk33_blk"], [], ""], + ["gm_hk33ka2_blk", "", "", "gm_rv_stanagClaw_blk", ["gm_30Rnd_556x45mm_B_DM11_hk33_blk", "gm_30Rnd_556x45mm_B_T_DM21_hk33_blk"], [], ""], + ["gm_sg542_blk", "", "", "gm_rv_stanagSig_blk", ["gm_20Rnd_762x51mm_B_T_DM21_sg542_blk", "gm_20Rnd_762x51mm_B_DM111_sg542_blk", "gm_20Rnd_762x51mm_B_DM111_sg542_blk"], [], ""] +]]; +_militaryLoadoutData set ["rifles", [ + ["gm_g3a3_oli", "", "", "", ["gm_20Rnd_762x51mm_B_DM41_g3_blk", "gm_20Rnd_762x51mm_B_T_DM21A1_g3_blk", "gm_1rnd_67mm_heat_dm22a1_g3"], [], ""], + ["gm_sg542_blk", "", "", "", ["gm_20Rnd_762x51mm_B_T_DM21_sg542_blk", "gm_20Rnd_762x51mm_B_DM111_sg542_blk", "gm_20Rnd_762x51mm_B_DM111_sg542_blk"], [], ""], + ["gm_hk33a2_blk", "", "", "", ["gm_30Rnd_556x45mm_B_DM11_hk33_blk", "gm_30Rnd_556x45mm_B_T_DM21_hk33_blk"], [], ""], + ["gm_hk33ka2_blk", "", "", "", ["gm_30Rnd_556x45mm_B_DM11_hk33_blk", "gm_30Rnd_556x45mm_B_T_DM21_hk33_blk"], [], ""], + ["gm_c7a1_blk", "", "", "gm_c79a1_blk", ["gm_30Rnd_556x45mm_B_M855_stanag_gry", "gm_30Rnd_556x45mm_B_T_M856_stanag_gry"], [], ""] +]]; +_militaryLoadoutData set ["carbines", [ + ["gm_g3a4_oli", "", "", "", ["gm_20Rnd_762x51mm_B_DM41_g3_blk", "gm_20Rnd_762x51mm_B_T_DM21A1_g3_blk"], [], ""], + ["gm_sg550_blk", "", "", "", ["gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", "gm_30Rnd_556x45mm_B_DM11_sg550_brn", "gm_30Rnd_556x45mm_B_DM11_sg550_brn"], [], ""], + ["gm_hk33a3_blk", "", "", "", ["gm_30Rnd_556x45mm_B_DM11_hk33_blk", "gm_30Rnd_556x45mm_B_T_DM21_hk33_blk"], [], ""], + ["gm_hk33ka3_blk", "", "", "", ["gm_30Rnd_556x45mm_B_DM11_hk33_blk", "gm_30Rnd_556x45mm_B_T_DM21_hk33_blk"], [], ""], + ["gm_gvm75carb_oli", "", "", "", ["gm_20Rnd_762x51mm_B_DM41_g3_blk", "gm_20Rnd_762x51mm_B_T_DM21A1_g3_blk"], [], ""] +]]; +_militaryLoadoutData set ["grenadeLaunchers", [ + ["gm_hk69a1_blk", "", "", "", ["1Rnd_HE_Grenade_shell"], ["1Rnd_HE_Grenade_shell"], ""], + ["gm_g3a3_oli", "", "", "", ["gm_20Rnd_762x51mm_B_DM41_g3_blk", "gm_20Rnd_762x51mm_B_T_DM21A1_g3_blk"], ["gm_1rnd_67mm_heat_dm22a1_g3"], ""] +]]; +_militaryLoadoutData set ["SMGs", [ + ["gm_mp2a1_blk", "", "", "", ["gm_32Rnd_9x19mm_B_DM11_mp2_blk", "gm_32Rnd_9x19mm_B_DM51_mp2_blk", "gm_32Rnd_9x19mm_AP_DM91_mp2_blk"], [], ""], + ["gm_mp5a2_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], + ["gm_mp5a3_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], + ["gm_sg551_blk", "", "", "", ["gm_30Rnd_556x45mm_B_T_DM21_sg550_brn", "gm_30Rnd_556x45mm_B_DM11_sg550_brn", "gm_30Rnd_556x45mm_B_DM11_sg550_brn"], [], ""] +]]; +_militaryLoadoutData set ["machineGuns", [ + ["gm_mg3_blk", "", "", "", ["gm_120Rnd_762x51mm_B_T_DM21A1_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21A2_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21_mg3_grn"], [], ""], + ["gm_lmgm62_blk", "", "", "", ["gm_120Rnd_762x51mm_B_T_DM21A1_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21A2_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21_mg3_grn"], [], ""], + ["gm_g8a2_blk", "", "", "", ["gm_40Rnd_762x51mm_B_T_DM21A1_g3_blk", "gm_40Rnd_762x51mm_AP_DM151_g3_blk", "gm_40Rnd_762x51mm_B_DM111_g3_blk", "gm_40Rnd_762x51mm_B_DM41_g3_blk"], [], ""], + ["gm_mg8a2_blk", "", "", "", ["gm_100Rnd_762x51mm_B_T_DM21_mg8_oli", "gm_100Rnd_762x51mm_B_T_DM21_mg8_oli", "gm_100Rnd_762x51mm_B_T_DM21A2_mg8_oli"], [], ""] +]]; +_militaryLoadoutData set ["marksmanRifles", [ + ["gm_g3a3_dmr_des", "", "acc_pointer_IR", "gm_feroz24_blk", ["gm_20Rnd_762x51mm_B_DM41_g3_blk", "gm_20Rnd_762x51mm_B_T_DM21A1_g3_blk"], [], "bipod_01_F_blk"], + ["gm_msg90a1_blk", "", "", "gm_zf10x42_stanaghk_blk", ["gm_20Rnd_762x51mm_B_T_DM21_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk", "gm_20Rnd_762x51mm_B_DM111_g3_blk"], [], "gm_msg90_bipod_blk"], + ["gm_g3sg1_oli", "", "", "gm_feroz24_stanagClaw_blk", ["gm_20Rnd_762x51mm_B_T_DM21A2_g3_blk","gm_20Rnd_762x51mm_AP_DM151_g3_blk"], [], "gm_g3_bipod_blk"] +]]; +_militaryLoadoutData set ["sniperRifles", [ + ["CUP_srifle_G22_des", "", "", "CUP_optic_LeupoldMk4_10x40_LRT_Woodland_pip", ["CUP_5Rnd_762x67_G22"], [], "CUP_bipod_Harris_1A2_L_BLK"] +]]; +_militaryLoadoutData set ["sidearms", [ + ["gm_p1_blk", "", "", "", ["gm_8Rnd_9x19mm_B_DM51_p1_blk", "gm_8Rnd_9x19mm_B_DM11_p1_blk"], [], ""], + ["gm_p210_blk", "", "", "", ["gm_8Rnd_9x19mm_B_DM51_p210_blk", "gm_8Rnd_9x19mm_B_DM11_p210_blk"], [], ""], + ["gm_p2a1_blk", "", "", "", ["gm_1Rnd_265mm_flare_multi_red_gc", "gm_1Rnd_265mm_flare_single_red_gc", "gm_1Rnd_265mm_flare_single_wht_gc", "gm_1Rnd_265mm_flare_single_yel_DM10", "gm_1Rnd_265mm_flare_single_grn_DM11", "gm_1Rnd_265mm_flare_single_red_DM13", "gm_1Rnd_265mm_flare_single_wht_DM15", "gm_1Rnd_265mm_flare_para_yel_DM16", "gm_1Rnd_265mm_flare_multi_yel_DM20", "gm_1Rnd_265mm_flare_multi_grn_DM21", "gm_1Rnd_265mm_flare_multi_red_DM23", "gm_1Rnd_265mm_flare_multi_nbc_DM47", "gm_1Rnd_265mm_flare_multi_wht_DM25", "gm_1Rnd_265mm_smoke_single_blk_gc", "gm_1Rnd_265mm_smoke_single_blu_gc", "gm_1Rnd_265mm_smoke_single_yel_gc", "gm_1Rnd_265mm_smoke_single_yel_DM19", "gm_1Rnd_265mm_smoke_single_org_DM22", "gm_1Rnd_265mm_smoke_single_vlt_DM24", "gm_1Rnd_265mm_flare_single_grn_gc"], [], ""] +]]; +/////////////////////////////// +// Police Loadout Data // +/////////////////////////////// + +private _policeLoadoutData = _loadoutData call _fnc_copyLoadoutData; + +_policeLoadoutData set ["uniforms", ["gm_ge_pol_uniform_suit_80_grn", "gm_ge_pol_uniform_blouse_80_blk"]]; +_policeLoadoutData set ["vests", ["gm_ge_pol_vest_80_wht"]]; +_policeLoadoutData set ["helmets", ["gm_ge_pol_headgear_cap_80_grn", "gm_ge_pol_headgear_cap_80_wht"]]; + +_policeLoadoutData set ["SMGs", [ + ["gm_mp2a1_blk", "", "", "", ["gm_32Rnd_9x19mm_B_DM11_mp2_blk", "gm_32Rnd_9x19mm_B_DM51_mp2_blk", "gm_32Rnd_9x19mm_AP_DM91_mp2_blk"], [], ""], + ["gm_mp5a2_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], + ["gm_mp5a3_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], + ["gm_mp5a4_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], + ["gm_mp5a5_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""] +]]; +_policeLoadoutData set ["sidearms", [ + ["gm_p1_blk", "", "", "", ["gm_8Rnd_9x19mm_B_DM51_p1_blk", "gm_8Rnd_9x19mm_B_DM11_p1_blk"], [], ""], + ["gm_p210_blk", "", "", "", ["gm_8Rnd_9x19mm_B_DM51_p210_blk", "gm_8Rnd_9x19mm_B_DM11_p210_blk"], [], ""] +]]; + +//////////////////////////////// +// Militia Loadout Data // +//////////////////////////////// + +private _militiaLoadoutData = _loadoutData call _fnc_copyLoadoutData; // touch and shit breaks +_militiaLoadoutData set ["uniforms", ["gm_ge_army_uniform_soldier_80_ols", "gm_ge_army_uniform_soldier_80_oli", "gm_ge_army_uniform_soldier_gloves_80_ols", "gm_ge_army_uniform_soldier_parka_80_ols", "gm_ge_army_uniform_soldier_parka_80_oli"]]; +_militiaLoadoutData set ["vests", ["gm_ge_vest_90_rifleman_flk", "gm_ge_army_vest_80_rifleman", "gm_ge_army_vest_80_rifleman_smg"]]; +_militiaLoadoutData set ["slVests", ["gm_ge_army_vest_80_leader", "gm_ge_army_vest_80_leader_smg"]]; +_militiaLoadoutData set ["medVests", ["gm_ge_army_vest_80_medic"]]; +_militiaLoadoutData set ["mgVests", ["gm_ge_army_vest_80_machinegunner"]]; +_militiaLoadoutData set ["glVests", ["gm_ge_army_vest_80_demolition"]]; +_militiaLoadoutData set ["backpacks", ["gm_ge_backpack_satchel_80_blk"]]; +_militiaLoadoutData set ["medBackpacks", ["gm_ge_backpack_satchel_80_san"]]; +_militiaLoadoutData set ["glBackpacks", ["gm_ge_backpack_satchel_80_blk"]]; +_militiaLoadoutData set ["helmets", ["gm_dk_headgear_m52_oli", "gm_dk_headgear_m52_net_oli", "gm_ge_bgs_headgear_m35_53_blk", "gm_ge_bgs_headgear_m35_53_net_blk"]]; + +_militiaLoadoutData set ["rifles", [ + ["gm_m16a1_blk", "", "", "", ["gm_20Rnd_556x45mm_B_M855_stanag_gry", "gm_20Rnd_556x45mm_B_T_M856_stanag_gry"], [], ""], + ["gm_hk53a2_blk", "", "", "", ["gm_30Rnd_556x45mm_B_DM11_hk33_blk", "gm_30Rnd_556x45mm_B_T_DM21_hk33_blk"], [], ""] +]]; +_militiaLoadoutData set ["carbines", [ + ["gm_gvm75carb_oli", "", "", "", ["gm_20Rnd_762x51mm_B_DM111_g3_blk", "gm_20Rnd_762x51mm_B_T_DM21_g3_blk"], [], ""], + ["gm_hk53a3_blk", "", "", "", ["gm_30Rnd_556x45mm_B_DM11_hk33_blk", "gm_30Rnd_556x45mm_B_T_DM21_hk33_blk"], [], ""] +]]; +_militiaLoadoutData set ["grenadeLaunchers", [ + ["gm_hk69a1_blk", "", "", "", ["1Rnd_HE_Grenade_shell"], [], ""] +]]; +_militiaLoadoutData set ["SMGs", [ + ["gm_mp2a1_blk", "", "", "", ["gm_32Rnd_9x19mm_B_DM11_mp2_blk", "gm_32Rnd_9x19mm_B_DM51_mp2_blk", "gm_32Rnd_9x19mm_AP_DM91_mp2_blk"], [], ""], + ["gm_mp5a2_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""], + ["gm_mp5a3_blk", "", "", "", ["gm_30Rnd_9x19mm_AP_DM91_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM11_mp5a3_blk", "gm_30Rnd_9x19mm_B_DM51_mp5a3_blk"], [], ""] +]]; +_militiaLoadoutData set ["machineGuns", [ + ["gm_lmgm62_blk", "", "", "", ["gm_120Rnd_762x51mm_B_T_DM21A1_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21A2_mg3_grn", "gm_120Rnd_762x51mm_B_T_DM21_mg3_grn"], [], ""], + ["gm_g8a2_blk", "", "", "", ["gm_40Rnd_762x51mm_B_T_DM21A1_g3_blk", "gm_40Rnd_762x51mm_AP_DM151_g3_blk", "gm_40Rnd_762x51mm_B_DM111_g3_blk", "gm_40Rnd_762x51mm_B_DM41_g3_blk"], [], ""], + ["gm_mg8a2_blk", "", "", "", ["gm_100Rnd_762x51mm_B_T_DM21_mg8_oli", "gm_100Rnd_762x51mm_B_T_DM21_mg8_oli", "gm_100Rnd_762x51mm_B_T_DM21A2_mg8_oli"], [], ""] +]]; +_militiaLoadoutData set ["marksmanRifles", [ + ["gm_g3a3_dmr_des", "", "acc_pointer_IR", "gm_feroz24_blk", ["gm_20Rnd_762x51mm_B_DM111_g3_blk", "gm_20Rnd_762x51mm_B_T_DM21_g3_blk"], [], "bipod_01_F_blk"] +]]; +_militiaLoadoutData set ["sidearms", [["gm_p1_blk", "", "", "", ["gm_8Rnd_9x19mm_B_DM51_p1_blk", "gm_8Rnd_9x19mm_B_DM11_p1_blk"], [], ""]]]; +////////////////////////// +// Misc Loadouts // +////////////////////////// + + +private _crewLoadoutData = _militaryLoadoutData call _fnc_copyLoadoutData; // touch and shit breaks +_crewLoadoutData set ["uniforms", ["gm_ge_army_uniform_crew_90_flk"]]; +_crewLoadoutData set ["vests", ["gm_ge_vest_armor_90_crew_flk", "gm_ge_army_vest_80_crew"]]; +_crewLoadoutData set ["helmets", ["gm_ge_headgear_headset_crew_oli", "gm_ge_headgear_crewhat_80_blk"]]; + + +private _pilotLoadoutData = _militaryLoadoutData call _fnc_copyLoadoutData; +_pilotLoadoutData set ["uniforms", ["gm_ge_army_uniform_pilot_oli", "gm_ge_army_uniform_pilot_rolled_oli"]]; +_pilotLoadoutData set ["vests", ["gm_ge_vest_90_crew_flk"]]; +_pilotLoadoutData set ["helmets", ["gm_ge_headgear_sph4_oli"]]; + + + + + +///////////////////////////////// +// Unit Type Definitions // +///////////////////////////////// + + +private _squadLeaderTemplate = { + ["slHat"] call _fnc_setHelmet; + [["slVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + [["slBackpacks","backpacks"] call _fnc_fallback] call _fnc_setBackpack; + + [["slRifles", "rifles"] call _fnc_fallback] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + ["primary", 4] call _fnc_addAdditionalMuzzleMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_squadLeader_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 2] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + ["signalsmokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["gpses"] call _fnc_addGPS; + ["binoculars"] call _fnc_addBinoculars; + ["NVGs"] call _fnc_addNVGs; +}; + +private _riflemanTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + + [selectRandom ["rifles", "carbines"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + ["primary", 4] call _fnc_addAdditionalMuzzleMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_rifleman_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 2] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _medicTemplate = { + ["helmets"] call _fnc_setHelmet; + [["medVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + [["medBackpacks", "backpacks"] call _fnc_fallback] call _fnc_setBackpack; + [selectRandom ["carbines", "SMGs"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_medic"] call _fnc_addItemSet; + ["items_medic_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _grenadierTemplate = { + ["helmets"] call _fnc_setHelmet; + [["glVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + [["glBackpacks", "backpacks"] call _fnc_fallback] call _fnc_setBackpack; + + ["grenadeLaunchers"] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + ["primary", 10] call _fnc_addAdditionalMuzzleMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_grenadier_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 4] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _explosivesExpertTemplate = { + ["helmets"] call _fnc_setHelmet; + [["glVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + [["glBackpacks", "backpacks"] call _fnc_fallback] call _fnc_setBackpack; + + [selectRandom ["rifles", "carbines"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_explosivesExpert_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + + ["lightExplosives", 2] call _fnc_addItem; + if (random 1 > 0.5) then {["heavyExplosives", 1] call _fnc_addItem;}; + if (random 1 > 0.5) then {["atMines", 1] call _fnc_addItem;}; + if (random 1 > 0.5) then {["apMines", 1] call _fnc_addItem;}; + + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 1] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _engineerTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + [selectRandom ["carbines", "SMGs"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_engineer_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + + if (random 1 > 0.5) then {["lightExplosives", 1] call _fnc_addItem;}; + + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _latTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + [selectRandom ["rifles", "carbines"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + + [["lightATLaunchers", "ATLaunchers"] call _fnc_fallback] call _fnc_setLauncher; + //TODO - Add a check if it's disposable. + ["launcher", 3] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_lat_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 1] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _atTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + [selectRandom ["rifles", "carbines"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + + [selectRandom ["ATLaunchers", "missileATLaunchers"]] call _fnc_setLauncher; + //TODO - Add a check if it's disposable. + ["launcher", 3] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_at_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 1] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _aaTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + [selectRandom ["rifles", "carbines"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + + ["AALaunchers"] call _fnc_setLauncher; + //TODO - Add a check if it's disposable. + ["launcher", 3] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_aa_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _machineGunnerTemplate = { + ["helmets"] call _fnc_setHelmet; + [["mgVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + ["machineGuns"] call _fnc_setPrimary; + ["primary", 4] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_machineGunner_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _marksmanTemplate= { + ["sniHats"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + + ["marksmanRifles"] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_marksman_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["rangefinders"] call _fnc_addBinoculars; + ["NVGs"] call _fnc_addNVGs; +}; + +private _sniperTemplate = { + ["sniHats"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + + [["sniperRifles", "marksmanRifles"] call _fnc_fallback] call _fnc_setPrimary;; + ["primary", 7] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_sniper_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["rangefinders"] call _fnc_addBinoculars; + ["NVGs"] call _fnc_addNVGs; +}; + +private _policeTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + + ["SMGs"] call _fnc_setPrimary; + ["primary", 3] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_police_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["smokeGrenades", 1] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; +}; + +private _crewTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + [selectRandom ["carbines", "SMGs"]] call _fnc_setPrimary; + ["primary", 3] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_basic"] call _fnc_addItemSet; + ["items_crew_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["gpses"] call _fnc_addGPS; + ["NVGs"] call _fnc_addNVGs; +}; + +private _unarmedTemplate = { + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + ["items_medical_basic"] call _fnc_addItemSet; + ["items_unarmed_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; +}; + +private _traitorTemplate = { + call _unarmedTemplate; + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; +}; + +//////////////////////////////////////////////////////////////////////////////////////// +// You shouldn't touch below this line unless you really really know what you're doing. +// Things below here can and will break the gamemode if improperly changed. +//////////////////////////////////////////////////////////////////////////////////////// + +///////////////////////////// +// Special Forces Units // +///////////////////////////// +private _prefix = "SF"; +private _unitTypes = [ + ["SquadLeader", _squadLeaderTemplate], + ["Rifleman", _riflemanTemplate], + ["Medic", _medicTemplate, [["medic", true]]], + ["Engineer", _engineerTemplate, [["engineer", true]]], + ["ExplosivesExpert", _explosivesExpertTemplate, [["explosiveSpecialist", true]]], + ["Grenadier", _grenadierTemplate], + ["LAT", _latTemplate], + ["AT", _atTemplate], + ["AA", _aaTemplate], + ["MachineGunner", _machineGunnerTemplate], + ["Marksman", _marksmanTemplate], + ["Sniper", _sniperTemplate] +]; + +[_prefix, _unitTypes, _sfLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + +/*{ + params ["_name", "_loadoutTemplate"]; + private _loadouts = [_sfLoadoutData, _loadoutTemplate] call _fnc_buildLoadouts; + private _finalName = _prefix + _name; + [_finalName, _loadouts] call _fnc_saveToTemplate; +} forEach _unitTypes; +*/ + +/////////////////////// +// Military Units // +/////////////////////// +private _prefix = "military"; +private _unitTypes = [ + ["SquadLeader", _squadLeaderTemplate], + ["Rifleman", _riflemanTemplate], + ["Medic", _medicTemplate, [["medic", true]]], + ["Engineer", _engineerTemplate, [["engineer", true]]], + ["ExplosivesExpert", _explosivesExpertTemplate, [["explosiveSpecialist", true]]], + ["Grenadier", _grenadierTemplate], + ["LAT", _latTemplate], + ["AT", _atTemplate], + ["AA", _aaTemplate], + ["MachineGunner", _machineGunnerTemplate], + ["Marksman", _marksmanTemplate], + ["Sniper", _sniperTemplate] +]; + +[_prefix, _unitTypes, _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + +//////////////////////// +// Police Units // +//////////////////////// +private _prefix = "police"; +private _unitTypes = [ + ["SquadLeader", _policeTemplate], + ["Standard", _policeTemplate] +]; + +[_prefix, _unitTypes, _policeLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + +//////////////////////// +// Militia Units // +//////////////////////// +private _prefix = "militia"; +private _unitTypes = [ + ["SquadLeader", _squadLeaderTemplate], + ["Rifleman", _riflemanTemplate], + ["Medic", _medicTemplate, [["medic", true]]], + ["Engineer", _engineerTemplate, [["engineer", true]]], + ["ExplosivesExpert", _explosivesExpertTemplate, [["explosiveSpecialist", true]]], + ["Grenadier", _grenadierTemplate], + ["LAT", _latTemplate], + ["AT", _atTemplate], + ["AA", _aaTemplate], + ["MachineGunner", _machineGunnerTemplate], + ["Marksman", _marksmanTemplate], + ["Sniper", _sniperTemplate] +]; + +[_prefix, _unitTypes, _militiaLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + +////////////////////// +// Misc Units // +////////////////////// + +//The following lines are determining the loadout of vehicle crew +["other", [["Crew", _crewTemplate]], _crewLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + +["other", [["Pilot", _crewTemplate]], _pilotLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; +//The following lines are determining the loadout for the unit used in the "kill the official" mission +["other", [["Official", _squadLeaderTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; +//The following lines are determining the loadout for the AI used in the "kill the traitor" mission +["other", [["Traitor", _traitorTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; +//The following lines are determining the loadout for the AI used in the "Invader Punishment" mission +["other", [["Unarmed", _UnarmedTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; diff --git a/A3A/addons/core/Templates/Templates/GM/GM_AI_NVA.sqf b/A3A/addons/core/Templates/Templates/GM/GM_AI_NVA.sqf index 8845b38ec5..fc492b139b 100644 --- a/A3A/addons/core/Templates/Templates/GM/GM_AI_NVA.sqf +++ b/A3A/addons/core/Templates/Templates/GM/GM_AI_NVA.sqf @@ -238,7 +238,7 @@ _sfLoadoutData set ["grenadeLaunchers", [ ]]; _sfLoadoutData set ["SMGs", [ ["gm_pm63_blk", "gm_suppressor_safloryt_blk", "", "", ["gm_25Rnd_9x18mm_B_pst_pm63_blk"], [], ""], - ["gm_mpikms72ksd_brn", "", "gm_flashlightp2_wht_akkhandguard_blu", "gm_zvn64_akk", ["gm_25Rnd_9x18mm_B_pst_pm63_blk"], [], ""], + ["gm_mpikms72ksd_brn", "", "gm_flashlightp2_wht_akkhandguard_blu", "gm_zvn64_akk", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], ["gm_mpiaks74n_brn", "gm_suppressor_pbs4_545mm_blk", "", "gm_zvn64_ak", ["gm_30Rnd_545x39mm_B_7N6_ak74_prp", "gm_30Rnd_545x39mm_B_T_7T3_ak74_prp"], [], ""] ]]; _sfLoadoutData set ["machineGuns", [ diff --git a/A3A/addons/core/Templates/Templates/GM/GM_AI_NVA_arctic.sqf b/A3A/addons/core/Templates/Templates/GM/GM_AI_NVA_arctic.sqf index 9d905c2ee8..01987014a4 100644 --- a/A3A/addons/core/Templates/Templates/GM/GM_AI_NVA_arctic.sqf +++ b/A3A/addons/core/Templates/Templates/GM/GM_AI_NVA_arctic.sqf @@ -246,7 +246,7 @@ _sfLoadoutData set ["grenadeLaunchers", [ ]]; _sfLoadoutData set ["SMGs", [ ["gm_pm63_blk", "gm_suppressor_safloryt_blk", "", "", ["gm_25Rnd_9x18mm_B_pst_pm63_blk"], [], ""], - ["gm_mpikms72ksd_brn", "", "gm_flashlightp2_wht_akkhandguard_blu", "gm_zvn64_akk", ["gm_25Rnd_9x18mm_B_pst_pm63_blk"], [], ""], + ["gm_mpikms72ksd_brn", "", "gm_flashlightp2_wht_akkhandguard_blu", "gm_zvn64_akk", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], ["gm_mpiaks74n_brn", "gm_suppressor_pbs4_545mm_blk", "", "gm_zvn64_ak", ["gm_30Rnd_545x39mm_B_7N6_ak74_prp", "gm_30Rnd_545x39mm_B_T_7T3_ak74_prp"], [], ""] ]]; _sfLoadoutData set ["machineGuns", [ diff --git a/A3A/addons/core/Templates/Templates/GM/GM_AI_NVA_desert.sqf b/A3A/addons/core/Templates/Templates/GM/GM_AI_NVA_desert.sqf new file mode 100644 index 0000000000..1ed93576a8 --- /dev/null +++ b/A3A/addons/core/Templates/Templates/GM/GM_AI_NVA_desert.sqf @@ -0,0 +1,894 @@ +////////////////////////// +// Side Information // +////////////////////////// + +["name", "NVA"] call _fnc_saveToTemplate; +["spawnMarkerName", "NVA support Corridor"] call _fnc_saveToTemplate; + +["flag", "gm_flag_GC"] call _fnc_saveToTemplate; +["flagTexture", "\gm\gm_core\data\flags\gm_flag_gc_co"] call _fnc_saveToTemplate; +["flagMarkerType", "gm_marker_flag_GC"] call _fnc_saveToTemplate; + +////////////////////////// +// Vehicles // +////////////////////////// + +["ammobox", "B_supplyCrate_F"] call _fnc_saveToTemplate; //Don't touch or you die a sad and lonely death! +["surrenderCrate", "Box_IND_Wps_F"] call _fnc_saveToTemplate; //Changeing this from default will require you to define logistics attachement offset for the box type +["equipmentBox", "Box_NATO_Equip_F"] call _fnc_saveToTemplate; //Changeing this from default will require you to define logistics attachement offset for the box type + +["vehiclesBasic", ["gm_gc_army_p601"]] call _fnc_saveToTemplate; +["vehiclesLightUnarmed", ["gm_gc_army_uaz469_cargo_des", "gm_gc_army_uaz469_cargo_des", "gm_gc_army_btr60pu12_des", "gm_gc_army_brdm2um_des"]] call _fnc_saveToTemplate; +["vehiclesLightArmed",["gm_gc_army_uaz469_dshkm_des", "gm_gc_army_brdm2_des", "gm_gc_army_uaz469_dshkm_des", "CUP_O_GAZ_Vodnik_BPPU_RU", + "CUP_O_GAZ_Vodnik_KPVT_RU", "gm_gc_army_brdm2rkh_des"]] call _fnc_saveToTemplate; +["vehiclesTrucks", ["gm_gc_army_ural4320_cargo_des", "gm_gc_army_ural375d_cargo_des", "gm_gc_army_btr60pa_des"]] call _fnc_saveToTemplate; +["vehiclesCargoTrucks", ["gm_gc_army_ural4320_cargo_des", "gm_gc_army_ural44202_des", "gm_gc_army_ural375d_cargo_des"]] call _fnc_saveToTemplate; +["vehiclesAmmoTrucks", ["gm_gc_army_ural4320_reammo_des"]] call _fnc_saveToTemplate; +["vehiclesRepairTrucks", ["gm_gc_army_ural4320_repair_des"]] call _fnc_saveToTemplate; +["vehiclesFuelTrucks", ["gm_gc_army_ural375d_refuel_des"]] call _fnc_saveToTemplate; +["vehiclesMedical", ["gm_gc_army_ural375d_medic_des"]] call _fnc_saveToTemplate; +["vehiclesLightAPCs", ["gm_gc_army_btr60pb_des", "gm_gc_army_btr60pb_des", "CUP_O_GAZ_Vodnik_Unarmed_RU", "CUP_O_GAZ_Vodnik_PK_RU", "CUP_O_GAZ_Vodnik_AGS_RU", + "gm_gc_army_btr60pa_dshkm_des"]] call _fnc_saveToTemplate; +["vehiclesAPCs", ["gm_pl_army_ot64a_oli", "CUP_O_BTR80_DESERT_RU", "CUP_O_BTR80A_DESERT_RU", "gm_gc_army_bmp1sp2_des"]] call _fnc_saveToTemplate; +["vehiclesIFVs", ["gm_gc_army_bmp1sp2_des", "CUP_O_BMP2_RU", "CUP_O_BMP3_RU"]] call _fnc_saveToTemplate; +["vehiclesTanks", ["gm_gc_army_pt76b_des", "gm_gc_army_t55_des", "gm_gc_army_t55a_des", "gm_gc_army_t55ak_des", "gm_gc_army_t55am2_des", "gm_gc_army_t55am2b_des"]] call _fnc_saveToTemplate; +["vehiclesAA", ["gm_gc_army_zsu234v1_des", "CUP_O_Ural_ZU23_RU"]] call _fnc_saveToTemplate; + +["vehiclesTransportBoats", ["CUP_O_PBX_RU"]] call _fnc_saveToTemplate; +["vehiclesGunBoats", ["CUP_B_RHIB2Turret_USMC"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", ["gm_gc_army_bmp1sp2_des", "CUP_O_BMP2_RU", "CUP_O_BMP3_RU", "CUP_O_BTR80_DESERT_RU","gm_gc_army_brdm2um_des", "gm_gc_army_btr60pa_des", + "gm_gc_army_btr60pu12", "CUP_O_GAZ_Vodnik_Unarmed_RU"]] call _fnc_saveToTemplate; + +["vehiclesPlanesCAS", ["CUP_O_Su25_Dyn_RU"]] call _fnc_saveToTemplate; +["vehiclesPlanesAA", ["CUP_O_SU34_RU"]] call _fnc_saveToTemplate; +["vehiclesPlanesTransport", ["gm_gc_airforce_l410t"]] call _fnc_saveToTemplate; + +["vehiclesHelisLight", ["gm_gc_airforce_mi2p", "gm_pl_airforce_mi2ch"]] call _fnc_saveToTemplate; +["vehiclesHelisTransport", ["gm_gc_airforce_mi2t", "gm_pl_airforce_mi2t", "CUP_O_Mi8AMT_RU"]] call _fnc_saveToTemplate; +["vehiclesHelisAttack", ["CUP_O_Mi24_P_Dynamic_RU"]] call _fnc_saveToTemplate; +["vehiclesHelisLightAttack", ["gm_gc_airforce_mi2urn", "gm_gc_airforce_mi2us", "gm_pl_airforce_mi2urp", "gm_pl_airforce_mi2urpg", "CUP_O_Mi8_RU"]] call _fnc_saveToTemplate; + +["vehiclesArtillery", ["gm_gc_army_ural375d_mlrs_des", "gm_gc_army_2s1_des"]] call _fnc_saveToTemplate; +["magazines", createHashMapFromArray [ + ["gm_gc_army_ural375d_mlrs_des", ["gm_40Rnd_mlrs_122mm_he_9m22u","gm_40Rnd_mlrs_122mm_icm_9m218","gm_40Rnd_mlrs_122mm_mine_9m28k","gm_40Rnd_mlrs_122mm_mine_9m22k"]], + ["gm_gc_army_2s1_des", ["gm_28Rnd_122x447mm_he_of462","gm_28Rnd_122x447mm_he_3of56","gm_28Rnd_122x447mm_heat_bk6m","gm_28Rnd_122x447mm_heat_t_bk13"]] +]] call _fnc_saveToTemplate; + +["uavsAttack", []] call _fnc_saveToTemplate; +["uavsPortable", []] call _fnc_saveToTemplate; + +//Config special vehicles - militia vehicles are mostly used in the early game, police cars are being used by troops around cities -- Example: +["vehiclesMilitiaLightArmed", ["gm_pl_army_uaz469_dshkm_oli"]] call _fnc_saveToTemplate; +["vehiclesMilitiaTrucks", ["gm_pl_army_ural4320_cargo_oli"]] call _fnc_saveToTemplate; +["vehiclesMilitiaCars", ["gm_pl_army_uaz469_cargo_oli"]] call _fnc_saveToTemplate; + +["vehiclesPolice", ["gm_gc_pol_p601"]] call _fnc_saveToTemplate; + +["staticMGs", ["gm_pl_army_dshkm_aatripod", "gm_gc_army_dshkm_aatripod"]] call _fnc_saveToTemplate; +["staticAT", ["gm_gc_army_spg9_tripod", "gm_gc_army_fagot_launcher_tripod", "gm_pl_army_fagot_launcher_tripod", "gm_pl_army_spg9_tripod"]] call _fnc_saveToTemplate; +["staticAA", ["CUP_O_Igla_AA_pod_RU", "CUP_O_ZU23_RU"]] call _fnc_saveToTemplate; +["staticMortars", ["CUP_O_2b14_82mm_RU"]] call _fnc_saveToTemplate; + +["mortarMagazineHE", "8Rnd_82mm_Mo_shells"] call _fnc_saveToTemplate; +["mortarMagazineSmoke", "8Rnd_82mm_Mo_Smoke_white"] call _fnc_saveToTemplate; +["mortarMagazineFlare", "8Rnd_82mm_Mo_Flare_white"] call _fnc_saveToTemplate; + +//Minefield definition +["minefieldAT", ["gm_minestatic_at_tm46"]] call _fnc_saveToTemplate; +["minefieldAPERS", ["gm_minestatic_ap_pfm1"]] call _fnc_saveToTemplate; + +#include "GM_Vehicle_Attributes.sqf" + +///////////////////// +/// Identities /// +///////////////////// + +["voices", ["gm_voice_male_deu_08","gm_voice_male_deu_09", "gm_voice_male_deu_03","gm_voice_male_deu_04"]] call _fnc_saveToTemplate; +["faces", ["gm_face_whiteHead_01","gm_face_whiteHead_02", "WhiteHead_01","WhiteHead_02","WhiteHead_03","WhiteHead_04", +"WhiteHead_05","WhiteHead_06","WhiteHead_07","WhiteHead_08","WhiteHead_09", +"WhiteHead_10","WhiteHead_11","WhiteHead_12","WhiteHead_13","WhiteHead_14", +"WhiteHead_15","WhiteHead_16","WhiteHead_17","WhiteHead_18","WhiteHead_19", +"WhiteHead_20","WhiteHead_21"]] call _fnc_saveToTemplate; +["sfFaces", ["gm_WhiteHead_01_camo_02", "gm_WhiteHead_02_camo_02", "gm_WhiteHead_03_camo_02", + "gm_WhiteHead_04_camo_02","gm_WhiteHead_05_camo_02","gm_WhiteHead_06_camo_02", + "gm_WhiteHead_07_camo_02","gm_WhiteHead_08_camo_02","gm_WhiteHead_09_camo_02", + "gm_WhiteHead_10_camo_02","gm_WhiteHead_11_camo_02","gm_WhiteHead_12_camo_02", + "gm_WhiteHead_13_camo_02","gm_WhiteHead_14_camo_02","gm_WhiteHead_15_camo_02", + "gm_WhiteHead_16_camo_02","gm_WhiteHead_17_camo_02","gm_WhiteHead_18_camo_02", + "gm_WhiteHead_19_camo_02","gm_WhiteHead_20_camo_02","gm_WhiteHead_21_camo_02" ]] call _fnc_saveToTemplate; + +////////////////////////// +// Loadouts // +////////////////////////// + +private _loadoutData = call _fnc_createLoadoutData; +_loadoutData set ["slRifles", []]; +_loadoutData set ["rifles", []]; +_loadoutData set ["carbines", []]; +_loadoutData set ["grenadeLaunchers", []]; +_loadoutData set ["SMGs", []]; +_loadoutData set ["machineGuns", []]; +_loadoutData set ["marksmanRifles", []]; +_loadoutData set ["sniperRifles", []]; +_loadoutData set ["lightATLaunchers", [ + ["gm_rpg7_wud", "", "", "", ["gm_1Rnd_40mm_heat_pg7v_rpg7"], [], ""] +]]; +_loadoutData set ["ATLaunchers", [ + ["gm_rpg7_wud", "", "", "gm_pgo7v_blk", ["gm_1Rnd_40mm_heat_pg7v_rpg7", "gm_1Rnd_40mm_heat_pg7vl_rpg7"], [], ""] +]]; +_loadoutData set ["missileATLaunchers", [ + ["gm_rpg7_prp", "", "", "gm_pgo7v_blk", ["gm_1Rnd_40mm_heat_pg7vl_rpg7"], [], ""] +]]; +_loadoutData set ["AALaunchers", [ + ["gm_9k32m_oli", "", "", "", ["gm_1Rnd_72mm_he_9m32m"], [], ""] +]]; +_loadoutData set ["sidearms", []]; + +_loadoutData set ["ATMines", ["gm_mine_at_tm46"]]; +_loadoutData set ["APMines", ["gm_mine_ap_pfm1"]]; +_loadoutData set ["lightExplosives", ["DemoCharge_Remote_Mag"]]; +_loadoutData set ["heavyExplosives", ["gm_explosive_plnp_charge"]]; + +_loadoutData set ["antiInfantryGrenades", ["gm_handgrenade_frag_rgd5"]]; +_loadoutData set ["antiTankGrenades", []]; +_loadoutData set ["smokeGrenades", ["gm_smokeshell_wht_gc"]]; +_loadoutData set ["signalsmokeGrenades", ["gm_smokeshell_yel_gc", "gm_smokeshell_red_gc", "gm_smokeshell_org_gc", "gm_smokeshell_grn_gc", "gm_smokeshell_blu_gc", "gm_smokeshell_blk_gc"]]; + + +//Basic equipment. Shouldn't need touching most of the time. +//Mods might override this, or certain mods might want items removed (No GPSs in WW2, for example) +_loadoutData set ["maps", ["ItemMap"]]; +_loadoutData set ["watches", ["ItemWatch"]]; +_loadoutData set ["compasses", ["ItemCompass"]]; +_loadoutData set ["radios", ["ItemRadio"]]; +_loadoutData set ["gpses", ["ItemGPS"]]; +_loadoutData set ["NVGs", ["CUP_NVG_1PN138"]]; +_loadoutData set ["binoculars", ["Binocular"]]; +_loadoutData set ["rangefinders", ["Rangefinder"]]; + +_loadoutData set ["uniforms", []]; +_loadoutData set ["slUniforms", []]; +_loadoutData set ["vests", []]; +_loadoutData set ["glVests", []]; +_loadoutData set ["mgVests", []]; +_loadoutData set ["slVests", []]; +_loadoutData set ["maVests", []]; +_loadoutData set ["backpacks", []]; +_loadoutData set ["mgBackpacks", []]; +_loadoutData set ["glBackpacks", []]; +_loadoutData set ["slBackpacks", ["gm_gc_backpack_r105m_brn"]]; +_loadoutData set ["longRangeRadios", []]; +_loadoutData set ["helmets", []]; +_loadoutData set ["slHat", ["gm_gc_headgear_beret_str"]]; +_loadoutData set ["sniHats", ["gm_gc_army_headgear_hat_80_grn"]]; + +//Item *set* definitions. These are added in their entirety to unit loadouts. No randomisation is applied. +_loadoutData set ["items_medical_basic", ["BASIC"] call A3A_fnc_itemset_medicalSupplies]; //this line defines the basic medical loadout for vanilla +_loadoutData set ["items_medical_standard", ["STANDARD"] call A3A_fnc_itemset_medicalSupplies]; //this line defines the standard medical loadout for vanilla +_loadoutData set ["items_medical_medic", ["MEDIC"] call A3A_fnc_itemset_medicalSupplies]; //this line defines the medic medical loadout for vanilla +_loadoutData set ["items_miscEssentials", [] call A3A_fnc_itemset_miscEssentials]; + +//Unit type specific item sets. Add or remove these, depending on the unit types in use. +private _slItems = ["Laserbatteries", "Laserbatteries", "Laserbatteries"]; +private _eeItems = ["gm_repairkit_01", "MineDetector"]; +private _mmItems = []; + +if (A3A_hasACE) then { + _slItems append ["ACE_microDAGR", "ACE_DAGR"]; + _eeItems append ["ACE_Clacker", "ACE_DefusalKit"]; + _mmItems append ["ACE_RangeCard", "ACE_ATragMX", "ACE_Kestrel4500"]; +}; + +_loadoutData set ["items_squadLeader_extras", _slItems]; +_loadoutData set ["items_rifleman_extras", []]; +_loadoutData set ["items_medic_extras", []]; +_loadoutData set ["items_grenadier_extras", []]; +_loadoutData set ["items_explosivesExpert_extras", _eeItems]; +_loadoutData set ["items_engineer_extras", _eeItems]; +_loadoutData set ["items_lat_extras", []]; +_loadoutData set ["items_at_extras", []]; +_loadoutData set ["items_aa_extras", []]; +_loadoutData set ["items_machineGunner_extras", []]; +_loadoutData set ["items_marksman_extras", _mmItems]; +_loadoutData set ["items_sniper_extras", _mmItems]; +_loadoutData set ["items_police_extras", []]; +_loadoutData set ["items_crew_extras", []]; +_loadoutData set ["items_unarmed_extras", []]; + +//TODO - ACE overrides for misc essentials, medical and engineer gear + +/////////////////////////////////////// +// Special Forces Loadout Data // +/////////////////////////////////////// + +private _sfLoadoutData = _loadoutData call _fnc_copyLoadoutData; // touch and shit breaks +_sfLoadoutData set ["uniforms", ["gm_gc_army_uniform_soldier_80_str", "gm_gc_army_uniform_soldier_gloves_80_str"]]; +_sfLoadoutData set ["vests", ["gm_gc_army_vest_80_rifleman_str", "gm_gc_vest_combatvest3_str"]]; +_sfLoadoutData set ["glVests", ["gm_gc_army_vest_80_at_str"]]; +_sfLoadoutData set ["mgVests", ["gm_gc_army_vest_80_lmg_str"]]; +_sfLoadoutData set ["slVests", ["gm_gc_army_vest_80_leader_str"]]; +_sfLoadoutData set ["backpacks", ["gm_gc_army_backpack_80_assaultpack_empty_str"]]; +_sfLoadoutData set ["mgBackpacks", ["gm_gc_army_backpack_80_assaultpack_lmg_str", "gm_gc_army_backpack_80_lmg_str"]]; +_sfLoadoutData set ["glBackpacks", ["gm_gc_army_backpack_80_at_str"]]; +_sfLoadoutData set ["helmets", ["gm_gc_army_headgear_m56_cover_str"]]; +_sfLoadoutData set ["binoculars", ["Laserdesignator_02_ghex_F"]]; + +//SF Weapons +_sfLoadoutData set ["slRifles", [ + ["gm_akmn_wud", "gm_suppressor_pbs1_762mm_blk", "gm_flashlightp2_brk_akhandguard_dino", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_akml_wud", "gm_suppressor_pbs1_762mm_blk", "gm_flashlightp2_brk_akhandguard_dino", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_ak74n_wud", "gm_suppressor_pbs4_545mm_blk", "gm_flashlightp2_wht_ak74handguard_blu", "gm_zvn64_ak", ["gm_30Rnd_545x39mm_B_7N6_ak74_blk", "gm_30Rnd_545x39mm_B_T_7T3_ak74_blk"], [], ""], + ["gm_akm_wud", "gm_suppressor_pbs1_762mm_blk", "gm_flashlightp2_brk_akhandguard_dino", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_akm_pallad_wud", "gm_suppressor_pbs1_762mm_blk", "", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], ["1Rnd_HE_Grenade_shell"], ""] +]]; +_sfLoadoutData set ["rifles", [ + ["gm_ak74n_wud", "gm_suppressor_pbs4_545mm_blk", "gm_flashlightp2_wht_ak74handguard_blu", "gm_zvn64_ak", ["gm_30Rnd_545x39mm_B_7N6_ak74_blk", "gm_30Rnd_545x39mm_B_T_7T3_ak74_blk"], [], ""], + ["gm_akm_wud", "gm_suppressor_pbs1_762mm_blk", "gm_flashlightp2_brk_akhandguard_dino", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_akml_wud", "gm_suppressor_pbs1_762mm_blk", "gm_flashlightp2_brk_akhandguard_dino", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""] +]]; +_sfLoadoutData set ["carbines", [ + ["gm_mpiak74n_prp", "gm_suppressor_pbs4_545mm_blk", "", "gm_zvn64_ak", ["gm_30Rnd_545x39mm_B_7N6_ak74_prp", "gm_30Rnd_545x39mm_B_T_7T3_ak74_prp"], [], ""], + ["gm_akms_wud", "gm_suppressor_pbs1_762mm_blk", "gm_flashlightp2_wht_akhandguard_blu", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_akmsl_wud", "gm_suppressor_pbs1_762mm_blk", "gm_flashlightp2_wht_akhandguard_blu", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_akmsn_wud", "gm_suppressor_pbs1_762mm_blk", "gm_flashlightp2_wht_akhandguard_blu", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""] +]]; +_sfLoadoutData set ["grenadeLaunchers", [ + ["gm_akm_pallad_wud", "gm_suppressor_pbs1_762mm_blk", "", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], ["1Rnd_HE_Grenade_shell"], ""], + ["gm_pallad_d_brn", "", "", "", ["1Rnd_HE_Grenade_shell"], [], ""] +]]; +_sfLoadoutData set ["SMGs", [ + ["gm_pm63_blk", "gm_suppressor_safloryt_blk", "", "", ["gm_25Rnd_9x18mm_B_pst_pm63_blk"], [], ""], + ["gm_mpikms72ksd_brn", "", "gm_flashlightp2_wht_akkhandguard_blu", "gm_zvn64_akk", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_mpiaks74n_brn", "gm_suppressor_pbs4_545mm_blk", "", "gm_zvn64_ak", ["gm_30Rnd_545x39mm_B_7N6_ak74_prp", "gm_30Rnd_545x39mm_B_T_7T3_ak74_prp"], [], ""] +]]; +_sfLoadoutData set ["machineGuns", [ + ["gm_rpk_wud", "gm_suppressor_pbs1_762mm_blk", "", "gm_zvn64_rpk", ["gm_75Rnd_762x39mm_B_M43_ak47_blk", "gm_75Rnd_762x39mm_B_T_M43_ak47_blk"], [], ""], + ["gm_rpkn_wud", "gm_suppressor_pbs1_762mm_blk", "", "gm_zvn64_rpk", ["gm_75Rnd_762x39mm_B_M43_ak47_blk", "gm_75Rnd_762x39mm_B_T_M43_ak47_blk"], [], ""], + ["gm_lmgrpk_brn", "gm_suppressor_pbs1_762mm_blk", "", "gm_zvn64_rpk", ["gm_75Rnd_762x39mm_B_M43_ak47_blk", "gm_75Rnd_762x39mm_B_T_M43_ak47_blk"], [], ""], + ["gm_lmgrpk74n_brn", "gm_suppressor_pbs4_545mm_blk", "", "gm_zvn64_rpk", ["gm_45Rnd_545x39mm_B_7N6_ak74_prp", "gm_45Rnd_545x39mm_B_T_7T3_ak74_prp"], [], ""], + ["gm_hmgpkm_prp", "", "", "", ["gm_100Rnd_762x54mmR_B_T_7t2_pk_grn", "gm_100Rnd_762x54mmR_API_7bz3_pk_grn"], [], ""] +]]; + +_sfLoadoutData set ["marksmanRifles", [ + ["gm_svd_wud", "gm_suppressor_tgpv_762mm_blk", "", "gm_pso1_gry", ["gm_10Rnd_762x54mmR_B_T_7t2_svd_blk", "gm_10Rnd_762x54mmR_API_7bz3_svd_blk", "gm_10Rnd_762x54mmR_AP_7N1_svd_blk"], [], ""], + ["gm_akmn_wud", "gm_suppressor_pbs1_762mm_blk", "", "gm_zfk4x25_blk", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""] +]]; + +_sfLoadoutData set ["sniperRifles", [ + ["CUP_srifle_Mosin_Nagant", "", "", "CUP_optic_PEM", ["CUP_5Rnd_762x54_Mosin_M"], [], ""] +]]; +_sfLoadoutData set ["sidearms", [ + ["gm_pimb_blk", "gm_suppressor_kacnavysd_9mm_blk", "", "", ["gm_8Rnd_9x18mm_B_pst_pm_blk"], [], ""] +]]; +///////////////////////////////// +// Military Loadout Data // +///////////////////////////////// + +private _militaryLoadoutData = _loadoutData call _fnc_copyLoadoutData; // touch and shit breaks +_militaryLoadoutData set ["uniforms", ["gm_gc_army_uniform_soldier_80_str", "gm_gc_army_uniform_soldier_gloves_80_str"]]; +_militaryLoadoutData set ["vests", ["gm_gc_army_vest_80_rifleman_str", "gm_gc_vest_combatvest3_str"]]; +_militaryLoadoutData set ["glVests", ["gm_gc_army_vest_80_at_str"]]; +_militaryLoadoutData set ["mgVests", ["gm_gc_army_vest_80_lmg_str"]]; +_militaryLoadoutData set ["slVests", ["gm_gc_army_vest_80_leader_str"]]; +_militaryLoadoutData set ["backpacks", ["gm_gc_army_backpack_80_assaultpack_empty_str"]]; +_militaryLoadoutData set ["mgBackpacks", ["gm_gc_army_backpack_80_assaultpack_lmg_str", "gm_gc_army_backpack_80_lmg_str"]]; +_militaryLoadoutData set ["glBackpacks", ["gm_gc_army_backpack_80_at_str"]]; +_militaryLoadoutData set ["helmets", ["gm_gc_army_headgear_m56_cover_str", "gm_gc_army_headgear_m56_net", "gm_gc_army_headgear_m56"]]; +_militaryLoadoutData set ["binoculars", ["Laserdesignator_02_ghex_F"]]; + +_militaryLoadoutData set ["slRifles", [ + ["gm_akmn_wud", "", "", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_akm_wud", "", "", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_akml_wud", "", "", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_akm_pallad_wud", "", "", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], ["1Rnd_HE_Grenade_shell"], ""] +]]; +_militaryLoadoutData set ["rifles", [ + ["gm_akm_wud", "", "", "", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_akml_wud", "", "", "", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""] +]]; +_militaryLoadoutData set ["carbines", [ + ["gm_akms_wud", "", "", "", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_akmsl_wud", "", "", "", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_akmsn_wud", "", "", "", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""] +]]; +_militaryLoadoutData set ["grenadeLaunchers", [ + ["gm_akm_pallad_wud", "", "", "", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], ["1Rnd_HE_Grenade_shell"], ""], + ["gm_pallad_d_brn", "", "", "", ["1Rnd_HE_Grenade_shell"], [], ""] +]]; +_militaryLoadoutData set ["SMGs", [ + ["gm_pm63_blk", "", "", "", ["gm_25Rnd_9x18mm_B_pst_pm63_blk"], [], ""], + ["gm_mpiaks74n_brn", "", "", "", ["gm_30Rnd_545x39mm_B_7N6_ak74_prp", "gm_30Rnd_545x39mm_B_T_7T3_ak74_prp"], [], ""] +]]; +_militaryLoadoutData set ["machineGuns", [ + ["gm_rpk_wud", "", "", "", ["gm_75Rnd_762x39mm_B_M43_ak47_blk", "gm_75Rnd_762x39mm_B_T_M43_ak47_blk"], [], ""], + ["gm_rpkn_wud", "", "", "", ["gm_75Rnd_762x39mm_B_M43_ak47_blk", "gm_75Rnd_762x39mm_B_T_M43_ak47_blk"], [], ""], + ["gm_lmgrpk_brn", "", "", "", ["gm_75Rnd_762x39mm_B_M43_ak47_blk", "gm_75Rnd_762x39mm_B_T_M43_ak47_blk"], [], ""], + ["gm_lmgrpk74n_brn", "", "", "", ["gm_45Rnd_545x39mm_B_7N6_ak74_prp", "gm_45Rnd_545x39mm_B_T_7T3_ak74_prp"], [], ""], + ["gm_hmgpkm_prp", "", "", "", ["gm_100Rnd_762x54mmR_B_T_7t2_pk_grn", "gm_100Rnd_762x54mmR_API_7bz3_pk_grn"], [], ""] +]]; +_militaryLoadoutData set ["marksmanRifles", [ + ["gm_svd_wud", "", "", "gm_pso1_gry", ["gm_10Rnd_762x54mmR_B_T_7t2_svd_blk", "gm_10Rnd_762x54mmR_API_7bz3_svd_blk", "gm_10Rnd_762x54mmR_AP_7N1_svd_blk"], [], ""], + ["gm_akmn_wud", "", "", "gm_zfk4x25_blk", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""] +]]; +_militaryLoadoutData set ["sniperRifles", [ + ["CUP_srifle_Mosin_Nagant", "", "", "CUP_optic_PEM", ["CUP_5Rnd_762x54_Mosin_M"], [], ""] +]]; + +/////////////////////////////// +// Police Loadout Data // +/////////////////////////////// + +private _policeLoadoutData = _loadoutData call _fnc_copyLoadoutData; // touch and shit breaks +_policeLoadoutData set ["uniforms", ["gm_gc_pol_uniform_dress_80_blu"]]; +_policeLoadoutData set ["vests", ["gm_gc_army_vest_80_belt_str"]]; +_policeLoadoutData set ["helmets", ["gm_gc_pol_headgear_cap_80_blu"]]; +_policeLoadoutData set ["SMGs", [ + ["gm_pm63_blk", "", "", "", ["gm_25Rnd_9x18mm_B_pst_pm63_blk"], [], ""] +]]; +_policeLoadoutData set ["sidearms", [ + ["gm_pm_blk", "", "", "", ["gm_8Rnd_9x18mm_B_pst_pm_blk"], [], ""], + ["gm_pim_blk", "", "", "", ["gm_8Rnd_9x18mm_B_pst_pm_blk"], [], ""] +]]; + +//////////////////////////////// +// Militia Loadout Data // +//////////////////////////////// + +private _militiaLoadoutData = _loadoutData call _fnc_copyLoadoutData; // touch and shit breaks +_militiaLoadoutData set ["uniforms", ["gm_pl_army_uniform_soldier_80_moro", "gm_pl_army_uniform_soldier_autumn_80_moro", "gm_pl_army_uniform_soldier_rolled_80_moro"]]; +_militiaLoadoutData set ["vests", ["gm_pl_army_vest_80_rifleman_gry", "gm_pl_army_vest_80_rifleman_smg_gry"]]; +_militiaLoadoutData set ["glVests", ["gm_pl_army_vest_80_at_gry"]]; +_militiaLoadoutData set ["mgVests", ["gm_pl_army_vest_80_mg_gry"]]; +_militiaLoadoutData set ["slVests", ["gm_pl_army_vest_80_leader_gry"]]; +_militiaLoadoutData set ["maVests", ["gm_pl_army_vest_80_marksman_gry"]]; +_militiaLoadoutData set ["backpacks", ["gm_pl_army_backpack_80_oli"]]; +_militiaLoadoutData set ["glBackpacks", ["gm_pl_army_backpack_at_80_gry"]]; +_militiaLoadoutData set ["helmets", ["gm_pl_army_headgear_wz67_oli", "gm_pl_army_headgear_wz67_net_oli"]]; + +_militiaLoadoutData set ["rifles", [ + ["gm_mpikm72_prp", "", "", "gm_zvn64_ak", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""] +]]; +_militiaLoadoutData set ["carbines", [ + ["gm_mpikm72_brn", "", "", "", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""] +]]; +_militiaLoadoutData set ["grenadeLaunchers", [ + ["gm_akm_pallad_wud", "", "", "", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], ["1Rnd_HE_Grenade_shell"], ""], + ["gm_pallad_d_brn", "", "", "", ["1Rnd_HE_Grenade_shell"], [], ""] +]]; +_militiaLoadoutData set ["SMGs", [ + ["gm_mpikms72_brn", "", "", "", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""], + ["gm_mpikms72_prp", "", "", "", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""] +]]; +_militiaLoadoutData set ["machineGuns", [ + ["gm_lmgrpk74n_brn", "", "", "", ["gm_45Rnd_545x39mm_B_7N6_ak74_prp", "gm_45Rnd_545x39mm_B_T_7T3_ak74_prp"], [], ""] +]]; +_militiaLoadoutData set ["marksmanRifles", [ + ["gm_svd_wud", "gm_bayonet_6x3_blk", "", "gm_pso1_gry", ["gm_10Rnd_762x54mmR_B_T_7t2_svd_blk", "gm_10Rnd_762x54mmR_API_7bz3_svd_blk", "gm_10Rnd_762x54mmR_AP_7N1_svd_blk"], [], ""], + ["gm_akmn_wud", "gm_bayonet_6x3_blk", "", "gm_zfk4x25_blk", ["gm_30Rnd_762x39mm_B_57N231_ak47_blk", "gm_30Rnd_762x39mm_B_T_57N231P_ak47_blk"], [], ""] +]]; +_militiaLoadoutData set ["sniperRifles", [ + ["CUP_srifle_Mosin_Nagant", "", "", "CUP_optic_PEM", ["CUP_5Rnd_762x54_Mosin_M"], [], ""] +]]; +_militiaLoadoutData set ["sidearms", [ + ["gm_pm_blk", "", "", "", ["gm_8Rnd_9x18mm_B_pst_pm_blk"], [], ""], + ["gm_pim_blk", "", "", "", ["gm_8Rnd_9x18mm_B_pst_pm_blk"], [], ""], + ["gm_pm63_handgun_blk", "", "", "", ["gm_15Rnd_9x18mm_B_pst_pm63_blk"], [], ""] +]]; +////////////////////////// +// Misc Loadouts // +////////////////////////// + + +private _crewLoadoutData = _militaryLoadoutData call _fnc_copyLoadoutData; // touch and shit breaks +_crewLoadoutData set ["uniforms", ["gm_gc_army_uniform_soldier_gloves_80_str"]]; +_crewLoadoutData set ["vests", ["gm_pl_army_vest_80_crew_gry"]]; +_crewLoadoutData set ["helmets", ["gm_pl_army_headgear_wz63_oli"]]; + + +private _pilotLoadoutData = _militaryLoadoutData call _fnc_copyLoadoutData; +_pilotLoadoutData set ["uniforms", ["gm_gc_airforce_uniform_pilot_80_blu"]]; +_pilotLoadoutData set ["vests", ["gm_pl_army_vest_80_crew_gry"]]; +_pilotLoadoutData set ["helmets", ["gm_gc_headgear_zsh3_wht"]]; + + + + + +///////////////////////////////// +// Unit Type Definitions // +///////////////////////////////// + + +private _squadLeaderTemplate = { + ["slHat"] call _fnc_setHelmet; + [["slVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + [["slBackpacks", "backpacks"] call _fnc_fallback] call _fnc_setBackpack; + [["slRifles", "rifles"] call _fnc_fallback] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + ["primary", 4] call _fnc_addAdditionalMuzzleMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_squadLeader_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 2] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + ["signalsmokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["gpses"] call _fnc_addGPS; + ["binoculars"] call _fnc_addBinoculars; + ["NVGs"] call _fnc_addNVGs; +}; + +private _riflemanTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + [selectRandom ["rifles", "carbines"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + ["primary", 2] call _fnc_addAdditionalMuzzleMagazines; + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_rifleman_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 2] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _medicTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + [selectRandom ["carbines", "SMGs"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_medic"] call _fnc_addItemSet; + ["items_medic_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _grenadierTemplate = { + ["helmets"] call _fnc_setHelmet; + [["glVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + [["glBackpacks", "backpacks"] call _fnc_fallback] call _fnc_setBackpack; + + ["grenadeLaunchers"] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + ["primary", 10] call _fnc_addAdditionalMuzzleMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_grenadier_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 4] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _explosivesExpertTemplate = { + ["helmets"] call _fnc_setHelmet; + [["glVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + [["glBackpacks", "backpacks"] call _fnc_fallback] call _fnc_setBackpack; + + [selectRandom ["rifles", "carbines"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + ["primary", 2] call _fnc_addAdditionalMuzzleMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_explosivesExpert_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + + ["lightExplosives", 2] call _fnc_addItem; + if (random 1 > 0.5) then {["heavyExplosives", 1] call _fnc_addItem;}; + if (random 1 > 0.5) then {["atMines", 1] call _fnc_addItem;}; + if (random 1 > 0.5) then {["apMines", 1] call _fnc_addItem;}; + + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 1] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _engineerTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + [selectRandom ["carbines", "SMGs"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_engineer_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + + if (random 1 > 0.5) then {["lightExplosives", 1] call _fnc_addItem;}; + + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _latTemplate = { + ["helmets"] call _fnc_setHelmet; + [["glVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + [["glBackpacks", "backpacks"] call _fnc_fallback] call _fnc_setBackpack; + + [selectRandom ["rifles", "carbines"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + ["primary", 2] call _fnc_addAdditionalMuzzleMagazines; + [["lightATLaunchers", "ATLaunchers"] call _fnc_fallback] call _fnc_setLauncher; + //TODO - Add a check if it's disposable. + ["launcher", 3] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_lat_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 1] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _atTemplate = { + ["helmets"] call _fnc_setHelmet; + [["glVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + [["glBackpacks", "backpacks"] call _fnc_fallback] call _fnc_setBackpack; + + [selectRandom ["rifles", "carbines"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + ["primary", 2] call _fnc_addAdditionalMuzzleMagazines; + [selectRandom ["ATLaunchers", "missileATLaunchers"]] call _fnc_setLauncher; + //TODO - Add a check if it's disposable. + ["launcher", 3] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_at_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 1] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _aaTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + ["backpacks"] call _fnc_setBackpack; + + [selectRandom ["rifles", "carbines"]] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + ["primary", 2] call _fnc_addAdditionalMuzzleMagazines; + ["AALaunchers"] call _fnc_setLauncher; + //TODO - Add a check if it's disposable. + ["launcher", 3] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_aa_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _machineGunnerTemplate = { + ["helmets"] call _fnc_setHelmet; + [["mgVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + [["mgBackpacks", "backpacks"] call _fnc_fallback] call _fnc_setBackpack; + + ["machineGuns"] call _fnc_setPrimary; + ["primary", 4] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_machineGunner_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["NVGs"] call _fnc_addNVGs; +}; + +private _marksmanTemplate= { + ["sniHats"] call _fnc_setHelmet; + [["maVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + ["marksmanRifles"] call _fnc_setPrimary; + ["primary", 6] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_marksman_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["rangefinders"] call _fnc_addBinoculars; + ["NVGs"] call _fnc_addNVGs; +}; + +private _sniperTemplate = { + ["sniHats"] call _fnc_setHelmet; + [["maVests", "vests"] call _fnc_fallback] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + ["sniperRifles"] call _fnc_setPrimary; + ["primary", 7] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_sniper_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["rangefinders"] call _fnc_addBinoculars; + ["NVGs"] call _fnc_addNVGs; +}; + +private _policeTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + ["SMGs"] call _fnc_setPrimary; + ["primary", 3] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_police_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["smokeGrenades", 1] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; +}; + +private _crewTemplate = { + ["helmets"] call _fnc_setHelmet; + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + [selectRandom ["carbines", "SMGs"]] call _fnc_setPrimary; + ["primary", 3] call _fnc_addMagazines; + + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; + + ["items_medical_basic"] call _fnc_addItemSet; + ["items_crew_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + ["smokeGrenades", 2] call _fnc_addItem; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; + ["gpses"] call _fnc_addGPS; + ["NVGs"] call _fnc_addNVGs; +}; + +private _unarmedTemplate = { + ["vests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; + + ["items_medical_basic"] call _fnc_addItemSet; + ["items_unarmed_extras"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["radios"] call _fnc_addRadio; +}; + +private _traitorTemplate = { + call _unarmedTemplate; + ["sidearms"] call _fnc_setHandgun; + ["handgun", 2] call _fnc_addMagazines; +}; + +//////////////////////////////////////////////////////////////////////////////////////// +// You shouldn't touch below this line unless you really really know what you're doing. +// Things below here can and will break the gamemode if improperly changed. +//////////////////////////////////////////////////////////////////////////////////////// + +///////////////////////////// +// Special Forces Units // +///////////////////////////// +private _prefix = "SF"; +private _unitTypes = [ + ["SquadLeader", _squadLeaderTemplate], + ["Rifleman", _riflemanTemplate], + ["Medic", _medicTemplate, [["medic", true]]], + ["Engineer", _engineerTemplate, [["engineer", true]]], + ["ExplosivesExpert", _explosivesExpertTemplate, [["explosiveSpecialist", true]]], + ["Grenadier", _grenadierTemplate], + ["LAT", _latTemplate], + ["AT", _atTemplate], + ["AA", _aaTemplate], + ["MachineGunner", _machineGunnerTemplate], + ["Marksman", _marksmanTemplate], + ["Sniper", _sniperTemplate] +]; + +[_prefix, _unitTypes, _sfLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + +/*{ + params ["_name", "_loadoutTemplate"]; + private _loadouts = [_sfLoadoutData, _loadoutTemplate] call _fnc_buildLoadouts; + private _finalName = _prefix + _name; + [_finalName, _loadouts] call _fnc_saveToTemplate; +} forEach _unitTypes; +*/ + +/////////////////////// +// Military Units // +/////////////////////// +private _prefix = "military"; +private _unitTypes = [ + ["SquadLeader", _squadLeaderTemplate], + ["Rifleman", _riflemanTemplate], + ["Medic", _medicTemplate, [["medic", true]]], + ["Engineer", _engineerTemplate, [["engineer", true]]], + ["ExplosivesExpert", _explosivesExpertTemplate, [["explosiveSpecialist", true]]], + ["Grenadier", _grenadierTemplate], + ["LAT", _latTemplate], + ["AT", _atTemplate], + ["AA", _aaTemplate], + ["MachineGunner", _machineGunnerTemplate], + ["Marksman", _marksmanTemplate], + ["Sniper", _sniperTemplate] +]; + +[_prefix, _unitTypes, _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + +//////////////////////// +// Police Units // +//////////////////////// +private _prefix = "police"; +private _unitTypes = [ + ["SquadLeader", _policeTemplate], + ["Standard", _policeTemplate] +]; + +[_prefix, _unitTypes, _policeLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + +//////////////////////// +// Militia Units // +//////////////////////// +private _prefix = "militia"; +private _unitTypes = [ + ["SquadLeader", _squadLeaderTemplate], + ["Rifleman", _riflemanTemplate], + ["Medic", _medicTemplate, [["medic", true]]], + ["Engineer", _engineerTemplate, [["engineer", true]]], + ["ExplosivesExpert", _explosivesExpertTemplate, [["explosiveSpecialist", true]]], + ["Grenadier", _grenadierTemplate], + ["LAT", _latTemplate], + ["AT", _atTemplate], + ["AA", _aaTemplate], + ["MachineGunner", _machineGunnerTemplate], + ["Marksman", _marksmanTemplate], + ["Sniper", _sniperTemplate] +]; + +[_prefix, _unitTypes, _militiaLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + +////////////////////// +// Misc Units // +////////////////////// + +//The following lines are determining the loadout of vehicle crew +["other", [["Crew", _crewTemplate]], _crewLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; + +["other", [["Pilot", _crewTemplate]], _pilotLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; +//The following lines are determining the loadout for the unit used in the "kill the official" mission +["other", [["Official", _squadLeaderTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; +//The following lines are determining the loadout for the AI used in the "kill the traitor" mission +["other", [["Traitor", _traitorTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; +//The following lines are determining the loadout for the AI used in the "Invader Punishment" mission +["other", [["Unarmed", _UnarmedTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; diff --git a/A3A/addons/core/Templates/Templates/GM/GM_Reb.sqf b/A3A/addons/core/Templates/Templates/GM/GM_Reb.sqf index 7dc29aac1a..ddc963f953 100644 --- a/A3A/addons/core/Templates/Templates/GM/GM_Reb.sqf +++ b/A3A/addons/core/Templates/Templates/GM/GM_Reb.sqf @@ -26,7 +26,7 @@ ["vehiclesBasic", ["gm_ge_army_k125"]] call _fnc_saveToTemplate; ["vehiclesLightUnarmed", ["gm_ge_army_iltis_cargo"]] call _fnc_saveToTemplate; ["vehiclesLightArmed", ["gm_gc_army_uaz469_dshkm"]] call _fnc_saveToTemplate; -["vehiclesTruck", ["gm_ge_army_kat1_451_cargo"]] call _fnc_saveToTemplate; +["vehiclesTruck", ["gm_ge_army_kat1_451_container"]] call _fnc_saveToTemplate; ["vehiclesAT", ["gm_gc_army_uaz469_spg9"]] call _fnc_saveToTemplate; ["vehiclesAA", ["CUP_I_Ural_ZU23_NAPA"]] call _fnc_saveToTemplate; @@ -95,6 +95,30 @@ _rebUniforms = [ "U_I_L_Uniform_01_deserter_F" ]; +//for later if i also add RHS to the options for GM-Templates +_rebUniforms append [ + "CUP_I_B_PARA_Unit_2", + "CUP_I_B_PARA_Unit_6", + "CUP_I_B_PARA_Unit_9", + "CUP_U_I_GUE_Anorak_01", + "CUP_U_I_GUE_Anorak_03", + "CUP_U_I_GUE_Anorak_02", + "CUP_U_I_GUE_WorkU_01", + "CUP_U_I_GUE_WorkU_02", + "CUP_U_I_GUE_Flecktarn2", + "CUP_U_I_GUE_Flecktarn3", + "CUP_U_I_GUE_Flecktarn", + "CUP_U_I_GUE_Flecktarn4", + "CUP_U_I_GUE_Woodland1", + "U_IG_Guerilla1_1", + "U_IG_Guerilla2_1", + "U_IG_Guerilla2_2", + "U_IG_Guerilla2_3", + "U_IG_Guerilla3_1", + "U_IG_leader", + "U_IG_Guerrilla_6_1", + "U_I_G_resistanceLeader_F" +]; private _dlcUniforms = []; diff --git a/A3A/addons/core/Templates/Templates/IFA/IFA_AI_ALLIES.sqf b/A3A/addons/core/Templates/Templates/IFA/IFA_AI_ALLIES.sqf index 1f443cacbd..de97fe274a 100644 --- a/A3A/addons/core/Templates/Templates/IFA/IFA_AI_ALLIES.sqf +++ b/A3A/addons/core/Templates/Templates/IFA/IFA_AI_ALLIES.sqf @@ -206,14 +206,18 @@ _sfLoadoutData set ["backpacks", ["B_LIB_US_M36_Bandoleer"]]; _sfLoadoutData set ["helmets", ["H_LIB_US_Rangers_Helmet_ns"]]; _sfLoadoutData set ["slHelmets", ["H_LIB_US_Rangers_Helmet_NCO"]]; _sfLoadoutData set ["atBackpacks", ["B_LIB_US_Backpack_RocketBag_Empty"]]; +_sfLoadoutData set ["radios", ["ItemRadio"]]; //["Weapon", "Muzzle", "Rail", "Sight", [], [], "Bipod"]; +_sfLoadoutData set ["lightATLaunchers", [ +["LIB_M1_Garand", "LIB_ACC_GL_M7", "", "", [], ["LIB_1Rnd_G_M9A1"], ""] +]]; _sfLoadoutData set ["slWeapons", ["LIB_M1928_Thompson", "LIB_M1928A1_Thompson", "LIB_M1_Garand", "LIB_M1A1_Carbine", "LIB_M1A1_Carbine"]]; _sfLoadoutData set ["rifles", ["LIB_M1_Garand", "LIB_M1A1_Carbine"]]; _sfLoadoutData set ["carbines", ["LIB_M1A1_Carbine"]]; _sfLoadoutData set ["grenadeLaunchers", [ ["LIB_M1_Garand", "LIB_ACC_GL_M7", "", "", [], ["LIB_1Rnd_G_Mk2"], ""], -["LIB_M1_Garand", "LIB_ACC_GL_M7", "", "", [], ["LIB_1Rnd_G_M9A1"], ""] +["LIB_M1_Garand", "LIB_ACC_GL_M7", "", "", [], ["LIB_1Rnd_G_Mk2", "LIB_1Rnd_G_M9A1"], ""] ]]; _sfLoadoutData set ["SMGs", ["LIB_M1928_Thompson", "LIB_M1A1_Thompson"]]; _sfLoadoutData set ["machineGuns", ["LIB_M1918A2_BAR", "LIB_M1919A6"]]; @@ -234,7 +238,11 @@ _militaryLoadoutData set ["backpacks", ["B_LIB_US_Backpack"]]; _militaryLoadoutData set ["helmets", ["H_LIB_US_Helmet_ns"]]; _militaryLoadoutData set ["slHelmets", ["H_LIB_US_Helmet_CO"]]; _militaryLoadoutData set ["medHelmets", ["H_LIB_US_Helmet_Med_ns"]]; +_militaryLoadoutData set ["radios", ["ItemRadio"]]; +_militaryLoadoutData set ["lightATLaunchers", [ +["LIB_M1_Garand", "LIB_ACC_GL_M7", "", "", [], ["LIB_1Rnd_G_M9A1"], ""] +]]; _militaryLoadoutData set ["slWeapons", ["LIB_M3_GreaseGun", "LIB_M1A1_Thompson", "LIB_M1_Garand", "LIB_M1_Carbine", "LIB_M1_Carbine"]]; _militaryLoadoutData set ["rifles", [["LIB_M1_Garand", "LIB_ACC_M1_Bayo", "", "", [], [], ""],"LIB_M1_Garand" ]]; _militaryLoadoutData set ["carbines", ["LIB_M1_Carbine"]]; @@ -288,10 +296,11 @@ _militiaLoadoutData set ["antiInfantryGrenades", ["LIB_MillsBomb"]]; _militiaLoadoutData set ["smokeGrenades", ["LIB_No77"]]; _militiaLoadoutData set ["ATLaunchers", ["LIB_PIAT"]]; +_militiaLoadoutData set ["lightATLaunchers", []]; _militiaLoadoutData set ["slWeapons", [ "LIB_M1_Carbine", "LIB_M1928A1_Thompson", "LIB_Sten_Mk2", "LIB_Sten_Mk2", -["LIB_Sten_Mk5", "LIB_ACC_No4_Mk2_Bayo", "", "", [], [], ""], +"LIB_Sten_Mk5", ["LIB_Sten_Mk5", "LIB_ACC_No4_Mk2_Bayo", "", "", [], [], ""] ]]; _militiaLoadoutData set ["rifles", [ @@ -347,6 +356,7 @@ private _squadLeaderTemplate = { [["slHelmets", "helmets"] call _fnc_fallback] call _fnc_setHelmet; ["facewear"] call _fnc_setFacewear; ["slVests"] call _fnc_setVest; + ["uniforms"] call _fnc_setUniform; ["backpacks"] call _fnc_setBackpack; @@ -515,18 +525,27 @@ private _latTemplate = { ["vests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; - ["rifles"] call _fnc_setPrimary; + private _latgl = [selectRandom ["lightATLaunchers", "rifles"], "rifles"] call _fnc_fallback; + [_latgl] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; + ["primary", 5] call _fnc_addAdditionalMuzzleMagazines; - if(random 10 > 5) then + if(_latgl == "rifles") then { - ["ATLaunchers"] call _fnc_setLauncher; - ["atBackpacks"] call _fnc_setBackpack; - ["launcher", 1] call _fnc_addMagazines; - ["antiInfantryGrenades", 1] call _fnc_addItem; + if(random 10 > 6) then + { + ["ATLaunchers"] call _fnc_setLauncher; + ["atBackpacks"] call _fnc_setBackpack; + ["launcher", 1] call _fnc_addMagazines; + ["antiInfantryGrenades", 1] call _fnc_addItem; + } else { + ["lightBackpacks"] call _fnc_setBackpack; + ["antiTankGrenades", 4] call _fnc_addItem; + }; } else { - ["lightBackpacks"] call _fnc_setBackpack; - ["antiTankGrenades", 4] call _fnc_addItem; + ["backpacks"] call _fnc_setBackpack; + ["antiInfantryGrenades", 1] call _fnc_addItem; + ["antiTankGrenades", 2] call _fnc_addItem; }; ["items_medical_standard"] call _fnc_addItemSet; diff --git a/A3A/addons/core/Templates/Templates/IFA/IFA_AI_SOV.sqf b/A3A/addons/core/Templates/Templates/IFA/IFA_AI_SOV.sqf index 9699ad89a4..a4cd768958 100644 --- a/A3A/addons/core/Templates/Templates/IFA/IFA_AI_SOV.sqf +++ b/A3A/addons/core/Templates/Templates/IFA/IFA_AI_SOV.sqf @@ -108,6 +108,7 @@ _loadoutData set ["SMGs", []]; _loadoutData set ["machineGuns", []]; _loadoutData set ["marksmanRifles", ["LIB_M9130PU"]]; +_loadoutData set ["ATRifle", ["LIB_PTRD"]]; _loadoutData set ["lightATLaunchers", []]; _loadoutData set ["ATLaunchers", ["LIB_M1A1_Bazooka"]]; _loadoutData set ["missileATLaunchers", []]; @@ -140,7 +141,12 @@ _loadoutData set ["rangefinders", ["LIB_Binocular_SU"]]; _loadoutData set ["uniforms", []]; _loadoutData set ["slUniforms", []]; _loadoutData set ["vests", []]; +_loadoutData set ["mgVests", []]; +_loadoutData set ["slVests", []]; _loadoutData set ["backpacks", []]; +_loadoutData set ["engBackpacks", ["B_LIB_SOV_RA_Rucksack2_Gas_Kit_Shinel"]]; +_loadoutData set ["medBackpacks", ["B_LIB_SOV_RA_MedicalBag_Empty"]]; +_loadoutData set ["lightBackpacks", ["B_LIB_SOV_RA_GasBag"]]; _loadoutData set ["atBackpacks", ["B_LIB_US_RocketBag_Empty"]]; _loadoutData set ["longRangeRadios", []]; _loadoutData set ["helmets", []]; @@ -179,10 +185,14 @@ _loadoutData set ["items_unarmed_extras", []]; private _sfLoadoutData = _loadoutData call _fnc_copyLoadoutData; _sfLoadoutData set ["uniforms", ["U_LIB_SOV_Razvedchik_lis"]]; -_sfLoadoutData set ["vests", ["V_LIB_SOV_IShBrVestPPShDisc"]]; -_sfLoadoutData set ["backpacks", ["B_LIB_SOV_RA_Rucksack_Gas_Kit"]]; +_sfLoadoutData set ["vests", ["V_LIB_SOV_IShBrVestPPShDisc", "V_LIB_SOV_RA_SVTBelt"]]; +_sfLoadoutData set ["mgVests", ["V_LIB_SOV_IShBrVestMG"]]; +_sfLoadoutData set ["slVests", ["V_LIB_SOV_IShBrVestPPShDisc", "V_LIB_SOV_IShBrVestPPShMag", "V_LIB_SOV_RA_SVTBelt"]]; +_sfLoadoutData set ["backpacks", ["B_LIB_SOV_RA_Rucksack2_Gas_Kit_Shinel"]]; +_sfLoadoutData set ["atBackpacks", ["B_LIB_US_Backpack_RocketBag_Empty"]]; _sfLoadoutData set ["helmets", ["H_LIB_SOV_RA_Helmet"]]; _sfLoadoutData set ["slHelmets", ["H_LIB_SOV_RA_Helmet"]]; +_sfLoadoutData set ["radios", ["ItemRadio"]]; //["Weapon", "Muzzle", "Rail", "Sight", [], [], "Bipod"]; _sfLoadoutData set ["slWeapons", [ @@ -190,7 +200,8 @@ _sfLoadoutData set ["slWeapons", [ ["LIB_PPSh41_m", "", "", "", ["LIB_71Rnd_762x25"], [], ""] ]]; _sfLoadoutData set ["rifles", ["LIB_SVT_40"]]; -_sfLoadoutData set ["carbines", ["LIB_SVT_40", +_sfLoadoutData set ["carbines", [ +"LIB_SVT_40", ["LIB_PPSh41_m", "", "", "", ["LIB_71Rnd_762x25"], [], ""] ]]; _sfLoadoutData set ["grenadeLaunchers", [ @@ -210,24 +221,27 @@ _sfLoadoutData set ["slSidearms", ["LIB_TT33", "LIB_TT33", "LIB_FLARE_PISTOL"]]; private _militaryLoadoutData = _loadoutData call _fnc_copyLoadoutData; _militaryLoadoutData set ["uniforms", ["U_LIB_SOV_Strelok_summer"]]; -_militaryLoadoutData set ["vests", ["V_LIB_SOV_RA_MosinBelt"]]; -_militaryLoadoutData set ["backpacks", ["B_LIB_SOV_RA_Shinel"]]; +_militaryLoadoutData set ["vests", ["V_LIB_SOV_RA_SVTBelt", "V_LIB_SOV_RA_PPShBelt_Mag"]]; +_militaryLoadoutData set ["mgVests", ["V_LIB_SOV_RA_MGBelt_Kit"]]; +_militaryLoadoutData set ["slVests", ["V_LIB_SOV_RA_OfficerVest"]]; +_militaryLoadoutData set ["backpacks", ["B_LIB_SOV_RA_Shinel", "B_LIB_SOV_RA_Rucksack", "B_LIB_SOV_RA_Rucksack2_Gas_Kit_Shinel"]]; _militaryLoadoutData set ["helmets", ["H_LIB_SOV_RA_PrivateCap", "H_LIB_SOV_RA_PrivateCap", "H_LIB_SOV_RA_Helmet"]]; _militaryLoadoutData set ["slHelmets", ["H_LIB_SOV_RA_OfficerCap", "H_LIB_SOV_RA_Helmet"]]; +_militaryLoadoutData set ["radios", ["ItemRadio"]]; _militaryLoadoutData set ["slWeapons", [ -["LIB_PPSh41_m", "", "", "", ["LIB_71Rnd_762x25", "LIB_8Rnd_762x25", "LIB_8Rnd_762x25"], [], ""], -"LIB_PPSh41_m", "LIB_M44", "LIB_M9130", "LIB_SVT_40"]]; +["LIB_PPSh41_m", "", "", "", ["LIB_71Rnd_762x25", "LIB_35Rnd_762x25", "LIB_35Rnd_762x25"], [], ""], +"LIB_PPSh41_m", "LIB_M9130", "LIB_SVT_40"]]; _militaryLoadoutData set ["rifles", [ ["LIB_M9130", "LIB_ACC_M1891_Bayo", "", "", [], [], ""] ]]; -_militaryLoadoutData set ["carbines", ["LIB_PPSh41_m", "LIB_M44"]]; +_militaryLoadoutData set ["carbines", ["LIB_M9130", "LIB_M44"]]; _militaryLoadoutData set ["grenadeLaunchers", [ ["LIB_M9130", "LIB_ACC_GL_DYAKONOV_Empty", "", "", [], ["LIB_1Rnd_G_DYAKONOV"], ""] ]]; _militaryLoadoutData set ["SMGs", ["LIB_PPSh41_m"]]; _militaryLoadoutData set ["machineGuns", ["LIB_DP28", "LIB_DP28", "LIB_DP28", "LIB_DP28", "LIB_DP28", "LIB_DP28", "LIB_DT", "LIB_DT", "LIB_DT_OPTIC"]]; -_militaryLoadoutData set ["sidearms", ["LIB_M1895", "LIB_TT33"]]; +_militaryLoadoutData set ["sidearms", ["LIB_M1895", "LIB_TT33", "LIB_TT33"]]; _militaryLoadoutData set ["slSidearms", ["LIB_M1895", "LIB_TT33", "LIB_FLARE_PISTOL"]]; /////////////////////////////// @@ -243,7 +257,7 @@ _policeLoadoutData set ["slHelmets", ["H_LIB_NKVD_OfficerCap"]]; _policeLoadoutData set ["sidearms", ["LIB_M1895"]]; _policeLoadoutData set ["rifles", [ -["LIB_M9130", "LIB_ACC_M1891_Bayo", "", "", [], [], ""], "LIB_M44", "LIB_M38" +["LIB_M9130", "LIB_ACC_M1891_Bayo", "", "", [], [], ""], "LIB_M44" ]]; //////////////////////////////// @@ -253,7 +267,9 @@ _policeLoadoutData set ["rifles", [ private _militiaLoadoutData = _loadoutData call _fnc_copyLoadoutData; _militiaLoadoutData set ["uniforms", ["U_LIB_SOV_Strelok"]]; _militiaLoadoutData set ["vests", ["V_LIB_SOV_RA_MosinBelt"]]; -_militiaLoadoutData set ["backpacks", ["B_LIB_SOV_RA_MGAmmoBag_Empty"]]; +_militiaLoadoutData set ["mgVests", ["V_LIB_SOV_RA_MGBelt"]]; +_militiaLoadoutData set ["slVests", ["V_LIB_SOV_RA_TankOfficerSet"]]; +_militiaLoadoutData set ["backpacks", ["B_LIB_SOV_RA_MGAmmoBag_Empty", "B_LIB_SOV_RA_GasBag"]]; _militiaLoadoutData set ["helmets", ["H_LIB_SOV_RA_PrivateCap"]]; _militiaLoadoutData set ["slHelmets", ["H_LIB_SOV_RA_OfficerCap"]]; @@ -299,7 +315,7 @@ _officerLoadoutData set ["slWeapons", ["LIB_PPSh41_m"]]; private _squadLeaderTemplate = { ["slHelmets"] call _fnc_setHelmet; ["facewear"] call _fnc_setFacewear; - ["vests"] call _fnc_setVest; + ["slVests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; ["backpacks"] call _fnc_setBackpack; @@ -333,6 +349,8 @@ private _riflemanTemplate = { ["vests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; + ["lightBackpacks"] call _fnc_setBackpack; + ["rifles"] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; @@ -354,7 +372,7 @@ private _medicTemplate = { ["facewear"] call _fnc_setFacewear; ["vests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; - ["backpacks"] call _fnc_setBackpack; + ["medBackpacks"] call _fnc_setBackpack; [["SMGs", "rifles"] call _fnc_fallback] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; @@ -384,7 +402,7 @@ private _grenadierTemplate = { [["grenadeLaunchers", "rifles"] call _fnc_fallback] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; - ["primary", selectRandom [3,4,5]] call _fnc_addAdditionalMuzzleMagazines; + ["primary", selectRandom [3,4,5,6]] call _fnc_addAdditionalMuzzleMagazines; ["items_medical_standard"] call _fnc_addItemSet; ["items_grenadier_extras"] call _fnc_addItemSet; @@ -404,7 +422,7 @@ private _explosivesExpertTemplate = { ["facewear"] call _fnc_setFacewear; ["vests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; - ["backpacks"] call _fnc_setBackpack; + ["engBackpacks"] call _fnc_setBackpack; [[selectRandom ["SMGs", "carbines"], "rifles"] call _fnc_fallback] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; @@ -437,7 +455,7 @@ private _engineerTemplate = { ["facewear"] call _fnc_setFacewear; ["vests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; - ["backpacks"] call _fnc_setBackpack; + ["engBackpacks"] call _fnc_setBackpack; [selectRandom["SMGs", "carbines"]] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; @@ -467,17 +485,25 @@ private _latTemplate = { ["vests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; - ["rifles"] call _fnc_setPrimary; - ["primary", 5] call _fnc_addMagazines; - - if(random 10 > 5) then - { - ["ATLaunchers"] call _fnc_setLauncher; - ["atBackpacks"] call _fnc_setBackpack; - ["launcher", 1] call _fnc_addMagazines; - ["antiInfantryGrenades", 1] call _fnc_addItem; + if ((random 10 > 2.5)) then { + ["rifles"] call _fnc_setPrimary; + ["primary", 5] call _fnc_addMagazines; + if(random 10 > 5) then + { + ["ATLaunchers"] call _fnc_setLauncher; + ["atBackpacks"] call _fnc_setBackpack; + ["launcher", 1] call _fnc_addMagazines; + ["antiInfantryGrenades", 1] call _fnc_addItem; + } else { + ["antiTankGrenades", 4] call _fnc_addItem; + + ["lightBackpacks"] call _fnc_setBackpack; + }; } else { - ["antiTankGrenades", 4] call _fnc_addItem; + ["ATRifle"] call _fnc_setPrimary; + ["primary", round (random [5, 7.5, 10])] call _fnc_addMagazines; + ["sidearms"] call _fnc_setHandgun; + ["handgun", 5] call _fnc_addMagazines; }; ["items_medical_standard"] call _fnc_addItemSet; @@ -533,7 +559,7 @@ private _aaTemplate = { private _machineGunnerTemplate = { ["helmets"] call _fnc_setHelmet; ["facewear"] call _fnc_setFacewear; - ["vests"] call _fnc_setVest; + ["mgVests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; ["backpacks"] call _fnc_setBackpack; @@ -561,6 +587,8 @@ private _marksmanTemplate = { ["facewear"] call _fnc_setFacewear; ["vests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; + + ["lightBackpacks"] call _fnc_setBackpack; ["marksmanRifles"] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; @@ -617,6 +645,8 @@ private _crewTemplate = { ["facewear"] call _fnc_setFacewear; ["vests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; + + ["lightBackpacks"] call _fnc_setBackpack; if(random 10 > 5) then { diff --git a/A3A/addons/core/Templates/Templates/IFA/IFA_AI_WEH.sqf b/A3A/addons/core/Templates/Templates/IFA/IFA_AI_WEH.sqf index fcdeb10c74..9ea70ca698 100644 --- a/A3A/addons/core/Templates/Templates/IFA/IFA_AI_WEH.sqf +++ b/A3A/addons/core/Templates/Templates/IFA/IFA_AI_WEH.sqf @@ -159,9 +159,16 @@ _loadoutData set ["NVGs", []]; _loadoutData set ["binoculars", ["LIB_Binocular_GER"]]; _loadoutData set ["rangefinders", ["LIB_Binocular_GER"]]; -_loadoutData set ["uniforms", []]; +_loadoutData set ["uniforms", ["U_LIB_GER_Schutze", "U_LIB_GER_MG_schutze"]]; +_loadoutData set ["medUniforms", ["U_LIB_GER_Medic"]]; _loadoutData set ["vests", []]; +_loadoutData set ["mgVests", ["V_LIB_GER_VestMG"]]; +_loadoutData set ["engVests", ["V_LIB_GER_PioneerVest"]]; +_loadoutData set ["slVests", ["V_LIB_GER_VestUnterofficer", "V_LIB_GER_FieldOfficer"]]; _loadoutData set ["backpacks", []]; +_loadoutData set ["engBackpacks", ["B_LIB_GER_SapperBackpack_empty"]]; +_loadoutData set ["medBackpacks", ["B_LIB_GER_MedicBackpack_Empty", "B_LIB_GER_Tonister34_cowhide"]]; +_loadoutData set ["lightBackpacks", ["B_LIB_GER_A_frame"]]; _loadoutData set ["atBackpacks", ["B_LIB_GER_Panzer_Empty"]]; _loadoutData set ["longRangeRadios", []]; _loadoutData set ["helmets", []]; @@ -198,44 +205,43 @@ _loadoutData set ["items_unarmed_extras", []]; /////////////////////////////////////// private _sfLoadoutData = _loadoutData call _fnc_copyLoadoutData; -_sfLoadoutData set ["uniforms", ["U_LIB_ST_Soldier_E44_Camo2"]]; -_sfLoadoutData set ["vests", ["V_LIB_GER_VestMP40"]]; -_sfLoadoutData set ["backpacks", ["B_LIB_GER_A_frame"]]; +_sfLoadoutData set ["uniforms", ["U_LIB_ST_Soldier_E44", "U_LIB_ST_MGunner_E44"]]; +_sfLoadoutData set ["medUniforms", ["U_LIB_ST_Medic_E44"]]; +_sfLoadoutData set ["vests", ["V_LIB_GER_VestG43", "V_LIB_GER_VestSTG"]]; +_sfLoadoutData set ["slVests", ["V_LIB_GER_VestUnterofficer"]]; +_sfLoadoutData set ["backpacks", ["B_LIB_GER_Backpack"]]; _sfLoadoutData set ["helmets", ["H_LIB_ST_Helmet2"]]; +_sfLoadoutData set ["radios", ["ItemRadio"]]; //["Weapon", "Muzzle", "Rail", "Sight", [], [], "Bipod"]; _sfLoadoutData set ["lightATLaunchers", []]; -_sfLoadoutData set ["slWeapons", ["LIB_MP40", "LIB_MP44", "LIB_G43"]]; -_sfLoadoutData set ["rifles", ["LIB_K98", "LIB_G43"]]; -_sfLoadoutData set ["carbines", ["LIB_G43", "LIB_FG42G"]]; +_sfLoadoutData set ["slWeapons", ["LIB_MP44", "LIB_G43"]]; +_sfLoadoutData set ["rifles", ["LIB_G43", "LIB_FG42G"]]; +_sfLoadoutData set ["carbines", ["LIB_G43", "LIB_MP44_GW"]]; _sfLoadoutData set ["grenadeLaunchers", [ ["LIB_MP44_GW", "LIB_ACC_GW_SB_Empty", "", "", [], ["LIB_1Rnd_G_SPRGR_30"], ""], -["LIB_MP44_GW", "LIB_ACC_GW_SB_Empty", "", "", [], ["LIB_1Rnd_G_PZGR_30"], ""], -["LIB_MP44_GW", "LIB_ACC_GW_SB_Empty", "", "", [], ["LIB_1Rnd_G_PZGR_40"], ""] +["LIB_MP44_GW", "LIB_ACC_GW_SB_Empty", "", "", [], ["LIB_1Rnd_G_SPRGR_30", "LIB_1Rnd_G_PZGR_40"], ""] ]]; _sfLoadoutData set ["SMGs", ["LIB_MP40"]]; _sfLoadoutData set ["machineGuns", ["LIB_MG42", "LIB_FG42G"]]; -_sfLoadoutData set ["marksmanRifles", ["LIB_K98ZF39", -["LIB_FG42G", "", "", "LIB_Optic_Zf4", [], [], ""] -]]; +_sfLoadoutData set ["marksmanRifles", [["LIB_FG42G", "", "", "LIB_Optic_Zf4", [], [], ""]]]; ///////////////////////////////// // Military Loadout Data // ///////////////////////////////// private _militaryLoadoutData = _loadoutData call _fnc_copyLoadoutData; -_militaryLoadoutData set ["uniforms", ["U_LIB_GER_Schutze"]]; _militaryLoadoutData set ["vests", ["V_LIB_GER_VestKar98"]]; -_militaryLoadoutData set ["backpacks", ["B_LIB_GER_A_frame"]]; +_militaryLoadoutData set ["backpacks", ["B_LIB_GER_Backpack"]]; _militaryLoadoutData set ["helmets", ["H_LIB_GER_Helmet"]]; +_militaryLoadoutData set ["radios", ["ItemRadio"]]; _militaryLoadoutData set ["slWeapons", ["LIB_MP40"]]; -_militaryLoadoutData set ["rifles", [["LIB_K98", "LIB_ACC_K98_Bayo", "", "", [], [], ""]]]; +_militaryLoadoutData set ["rifles", [["LIB_K98_Late", "LIB_ACC_K98_Bayo", "", "", [], [], ""]]]; _militaryLoadoutData set ["carbines", ["LIB_G41"]]; _militaryLoadoutData set ["grenadeLaunchers", [ -["LIB_K98", "LIB_ACC_GW_SB_Empty", "", "", [], ["LIB_1Rnd_G_SPRGR_30"], ""], -["LIB_K98", "LIB_ACC_GW_SB_Empty", "", "", [], ["LIB_1Rnd_G_SPRGR_30"], ""], -["LIB_K98", "LIB_ACC_GW_SB_Empty", "", "", [], ["LIB_1Rnd_G_PZGR_30"], ""], -["LIB_K98", "LIB_ACC_GW_SB_Empty", "", "", [], ["LIB_1Rnd_G_PZGR_40"], ""] +["LIB_K98_Late", "LIB_ACC_GW_SB_Empty", "", "", [], ["LIB_1Rnd_G_SPRGR_30"], ""], +["LIB_K98_Late", "LIB_ACC_GW_SB_Empty", "", "", [], ["LIB_1Rnd_G_SPRGR_30", "LIB_1Rnd_G_PZGR_30"], ""], +["LIB_K98_Late", "LIB_ACC_GW_SB_Empty", "", "", [], ["LIB_1Rnd_G_SPRGR_30", "LIB_1Rnd_G_PZGR_40"], ""] ]]; _militaryLoadoutData set ["SMGs", ["LIB_MP40", "LIB_MP38"]]; _militaryLoadoutData set ["machineGuns", ["LIB_MG34", "LIB_MG42"]]; @@ -245,21 +251,22 @@ _militaryLoadoutData set ["machineGuns", ["LIB_MG34", "LIB_MG42"]]; //////////////////////////////// private _militiaLoadoutData = _loadoutData call _fnc_copyLoadoutData; -_militiaLoadoutData set ["uniforms", ["U_LIB_GER_Schutze"]]; -_militiaLoadoutData set ["vests", ["V_LIB_GER_VestKar98"]]; -_militiaLoadoutData set ["backpacks", []]; +_militiaLoadoutData set ["vests", ["V_LIB_GER_PrivateBelt"]]; +_militiaLoadoutData set ["engVests", ["V_LIB_GER_VestMP40"]]; +_militiaLoadoutData set ["slVests", ["V_LIB_GER_FieldOfficer"]]; +_militiaLoadoutData set ["backpacks", ["B_LIB_GER_A_frame"]]; _militiaLoadoutData set ["helmets", ["H_LIB_GER_Cap"]]; _militiaLoadoutData set ["ATLaunchers", []]; -_militiaLoadoutData set ["slWeapons", ["LIB_MP38", "LIB_K98"]]; +_militiaLoadoutData set ["slWeapons", ["LIB_MP38", "LIB_K98_Late"]]; _militiaLoadoutData set ["lightATLaunchers", ["LIB_Faustpatrone"]]; -_militiaLoadoutData set ["rifles", [["LIB_K98", "LIB_ACC_K98_Bayo", "", "", [], [], ""]]]; -_militiaLoadoutData set ["carbines", ["LIB_MP38", "LIB_K98", "LIB_G3340"]]; +_militiaLoadoutData set ["rifles", [["LIB_K98_Late", "LIB_ACC_K98_Bayo", "", "", [], [], ""]]]; +_militiaLoadoutData set ["carbines", ["LIB_MP38", "LIB_K98_Late", "LIB_G3340"]]; _militiaLoadoutData set ["grenadeLaunchers", []]; _militiaLoadoutData set ["SMGs", ["LIB_MP38"]]; -_militiaLoadoutData set ["machineGuns", ["LIB_MP38", "LIB_K98"]]; +_militiaLoadoutData set ["machineGuns", ["LIB_MP38", "LIB_K98_Late"]]; _militiaLoadoutData set ["sidearms", ["LIB_WaltherPPK", "LIB_P38"]]; -_militiaLoadoutData set ["slSidearms", ["LIB_P38", "LIB_P38", "LIB_FLARE_PISTOL"]]; +_militiaLoadoutData set ["slSidearms", ["LIB_WaltherPPK", "LIB_P38", "LIB_FLARE_PISTOL"]]; ////////////////////////// // Misc Loadouts // @@ -279,7 +286,7 @@ _pilotLoadoutData set ["sidearms", ["LIB_WaltherPPK", "LIB_P08", "LIB_M1896"]]; private _officerLoadoutData = _militaryLoadoutData call _fnc_copyLoadoutData; _officerLoadoutData set ["uniforms", ["U_LIB_GER_Oberst"]]; -_officerLoadoutData set ["vests", ["V_LIB_GER_OfficerVest"]]; +_officerLoadoutData set ["slVests", ["V_LIB_GER_OfficerVest"]]; _officerLoadoutData set ["helmets", ["H_LIB_GER_OfficerCap"]]; _officerLoadoutData set ["slWeapons", ["LIB_MP40"]]; @@ -297,7 +304,7 @@ _officerLoadoutData set ["slSidearms", ["LIB_P08", "LIB_M1896"]]; private _squadLeaderTemplate = { ["helmets"] call _fnc_setHelmet; ["facewear"] call _fnc_setFacewear; - ["vests"] call _fnc_setVest; + ["slVests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; ["backpacks"] call _fnc_setBackpack; @@ -331,6 +338,8 @@ private _riflemanTemplate = { ["vests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; + ["lightBackpacks"] call _fnc_setBackpack; + ["rifles"] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; @@ -351,8 +360,8 @@ private _medicTemplate = { ["helmets"] call _fnc_setHelmet; ["facewear"] call _fnc_setFacewear; ["vests"] call _fnc_setVest; - ["uniforms"] call _fnc_setUniform; - ["backpacks"] call _fnc_setBackpack; + ["medUniforms"] call _fnc_setUniform; + ["medBackpacks"] call _fnc_setBackpack; [["SMGs", "rifles"] call _fnc_fallback] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; @@ -400,9 +409,9 @@ private _grenadierTemplate = { private _explosivesExpertTemplate = { ["helmets"] call _fnc_setHelmet; ["facewear"] call _fnc_setFacewear; - ["vests"] call _fnc_setVest; + ["engVests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; - ["backpacks"] call _fnc_setBackpack; + ["engBackpacks"] call _fnc_setBackpack; [[selectRandom ["SMGs", "carbines"], "rifles"] call _fnc_fallback] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; @@ -433,9 +442,9 @@ private _explosivesExpertTemplate = { private _engineerTemplate = { ["helmets"] call _fnc_setHelmet; ["facewear"] call _fnc_setFacewear; - ["vests"] call _fnc_setVest; + ["engVests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; - ["backpacks"] call _fnc_setBackpack; + ["engBackpacks"] call _fnc_setBackpack; [["SMGs", "rifles"] call _fnc_fallback] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; @@ -465,6 +474,8 @@ private _latTemplate = { ["vests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; + ["lightBackpacks"] call _fnc_setBackpack; + ["rifles"] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; @@ -495,13 +506,15 @@ private _atTemplate = { ["primary", 5] call _fnc_addMagazines; private _launch = ["ATLaunchers", "lightATLaunchers"] call _fnc_fallback; + [_launch] call _fnc_setLauncher; if (_launch == "ATLaunchers") then { ["atBackpacks"] call _fnc_setBackpack; + ["launcher", 2] call _fnc_addMagazines; + } else { + ["lightBackpacks"] call _fnc_setBackpack; }; - [_launch] call _fnc_setLauncher; //TODO - Add a check if it's disposable. - ["launcher", 2] call _fnc_addMagazines; ["sidearms"] call _fnc_setHandgun; ["handgun", 2] call _fnc_addMagazines; @@ -526,7 +539,7 @@ private _aaTemplate = { private _machineGunnerTemplate = { ["helmets"] call _fnc_setHelmet; ["facewear"] call _fnc_setFacewear; - ["vests"] call _fnc_setVest; + ["mgVests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; ["backpacks"] call _fnc_setBackpack; @@ -555,6 +568,8 @@ private _marksmanTemplate = { ["vests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; + ["lightBackpacks"] call _fnc_setBackpack; + ["marksmanRifles"] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; @@ -608,6 +623,8 @@ private _crewTemplate = { ["vests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; + ["lightBackpacks"] call _fnc_setBackpack; + if(random 10 > 5) then { ["SMGs"] call _fnc_setPrimary; diff --git a/A3A/addons/core/Templates/Templates/RHS/RHS_AI_ChDKZ.sqf b/A3A/addons/core/Templates/Templates/RHS/RHS_AI_ChDKZ.sqf index 6ce87ecb8c..d487b388ad 100644 --- a/A3A/addons/core/Templates/Templates/RHS/RHS_AI_ChDKZ.sqf +++ b/A3A/addons/core/Templates/Templates/RHS/RHS_AI_ChDKZ.sqf @@ -463,9 +463,62 @@ _crewLoadoutData set ["helmets", ["rhs_tsh4", "rhs_tsh4_ess"]]; private _pilotLoadoutData = _militaryLoadoutData call _fnc_copyLoadoutData; _pilotLoadoutData set ["uniforms", ["rhs_uniform_df15","rhs_uniform_df15_tan"]]; -_pilotLoadoutData set ["vests", ["rhs_vest_commander"]]; +_pilotLoadoutData set ["vests", ["rhs_vest_commander", "rhs_gear_OFF"]]; _pilotLoadoutData set ["helmets", ["rhs_zsh7a_mike_alt", "rhs_zsh7a_mike", "rhs_zsh7a_mike_green", "rhs_zsh7a_mike_green_alt"]]; +private _officerLoadoutData = _militaryLoadoutData call _fnc_copyLoadoutData; +_officerLoadoutData set ["uniforms", ["rhsgref_uniform_reed"]]; +_officerLoadoutData set ["slVests", ["rhs_vest_commander", "rhs_gear_OFF"]]; +_officerLoadoutData set ["slHat", ["rhs_beret_mvd"]]; +_officerLoadoutData set ["backpacks", []]; +_officerLoadoutData set ["facewear", ["G_Squares_Tinted","G_Aviator"]]; + +_officerLoadoutData set ["slRifles", [ +["rhs_weap_akmn", "rhs_acc_dtkakm", "", "", ["rhs_30Rnd_762x39mm", "rhs_30Rnd_762x39mm_tracer"], [], ""], +["rhs_weap_aks74n", "rhs_acc_dtk1983", "", "", ["rhs_30Rnd_545x39_7N6M_AK","rhs_30Rnd_545x39_7N10_AK", "rhs_30Rnd_545x39_AK_green"], [], ""], +["rhs_weap_ak74n", "rhs_acc_dtk1983", "", "", ["rhs_30Rnd_545x39_7N6M_AK","rhs_30Rnd_545x39_7N10_AK", "rhs_30Rnd_545x39_AK_green"], [], ""], +["rhs_weap_aks74n_2", "rhs_acc_dtk1983", "", "", ["rhs_30Rnd_545x39_7N6M_plum_AK","rhs_30Rnd_545x39_7N10_plum_AK", "rhs_30Rnd_545x39_AK_plum_green"], [], ""], +["rhs_weap_ak74n_2", "rhs_acc_dtk1983", "", "", ["rhs_30Rnd_545x39_7N6M_plum_AK","rhs_30Rnd_545x39_7N10_plum_AK", "rhs_30Rnd_545x39_AK_plum_green"], [], ""], +["rhs_weap_akms", "rhs_acc_dtkakm", "", "", ["rhs_30Rnd_762x39mm", "rhs_30Rnd_762x39mm_tracer"], [], ""], +["rhs_weap_akms_folded", "rhs_acc_dtkakm", "", "", ["rhs_30Rnd_762x39mm", "rhs_30Rnd_762x39mm_tracer"], [], ""], +["rhs_weap_aks74un", "rhs_acc_pgs64_74u", "", "", ["rhs_30Rnd_545x39_7N6M_AK","rhs_30Rnd_545x39_7N10_AK", "rhs_30Rnd_545x39_AK_green"], [], ""], +["rhs_weap_aks74un_folded", "rhs_acc_pgs64_74u", "", "", ["rhs_30Rnd_545x39_7N6M_AK","rhs_30Rnd_545x39_7N10_AK", "rhs_30Rnd_545x39_AK_green"], [], ""] +]]; + +//////////////////////////////// +// Additional uniforms // +//////////////////////////////// + + +if (isClass (configFile >> "CfgPatches" >> "UK3CB_Factions_CHD_O")) then { + + private _uniforms3cb = []; + private _uniformsmilitia3cb = []; + switch (A3A_climate) do + { + case "tropical": { + _uniformsmilitia3cb = ["UK3CB_CHD_B_U_H_Pilot_Uniform_03", "UK3CB_CHD_B_U_CombatUniform_04","UK3CB_CHD_B_U_CombatUniform_07"]; + _uniforms3cb = _uniformsmilitia3cb + ["UK3CB_CHD_B_U_CombatSmock_09", "UK3CB_CHD_B_U_CombatSmock_03", "UK3CB_CHD_B_U_CombatSmock_07"]; + }; + case "arid":{ + _uniformsmilitia3cb = ["UK3CB_CHD_B_U_H_Pilot_Uniform_03", "UK3CB_CHD_B_U_H_Pilot_Uniform_02","UK3CB_CHD_B_U_H_Pilot_Uniform_01"]; + _uniforms3cb = _uniformsmilitia3cb + ["UK3CB_CHD_B_U_CombatSmock_06"]; + }; + case "arctic": { + _uniforms3cb = ["UK3CB_CHD_B_U_CombatSmock_01", "UK3CB_CHD_B_U_CombatSmock_02","UK3CB_CHD_W_B_U_CombatSmock_06","UK3CB_CHD_B_U_CombatSmock_11","UK3CB_CHD_W_B_U_CombatSmock_04"]; + _uniformsmilitia3cb = _uniforms3cb; + }; + default { //Unknown or temperate + _uniforms3cb = ["UK3CB_CHD_B_U_CombatUniform_01", "UK3CB_CHD_B_U_CombatUniform_02","UK3CB_CHD_B_U_CombatUniform_03"]; + _uniformsmilitia3cb = _uniforms3cb; + }; + }; + _militiaLoadoutData set ["uniforms", _uniformsmilitia3cb]; + _militaryLoadoutData set ["uniforms", _uniforms3cb]; + + _officerLoadoutData set ["uniforms", ["UK3CB_CHD_B_U_CombatUniform_09"]]; + _officerLoadoutData set ["slHat", ["UK3CB_H_Civ_Beret"]]; +}; ///////////////////////////////// // Unit Type Definitions // @@ -979,7 +1032,7 @@ private _unitTypes = [ //The following lines are determining the loadout of the pilots ["other", [["Pilot", _crewTemplate]], _pilotLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; //The following lines are determining the loadout for the unit used in the "kill the official" mission -["other", [["Official", _policeTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; +["other", [["Official", _squadLeaderTemplate]], _officerLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; //The following lines are determining the loadout for the AI used in the "kill the traitor" mission ["other", [["Traitor", _traitorTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; //The following lines are determining the loadout for the AI used in the "Invader Punishment" mission diff --git a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_AAF.sqf b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_AAF.sqf index 9496afa9ee..e22824e550 100644 --- a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_AAF.sqf +++ b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_AAF.sqf @@ -27,8 +27,8 @@ private _cargoTrucks = ["I_Truck_02_transport_F", "I_Truck_02_covered_F"]; ["vehiclesFuelTrucks", ["I_Truck_02_fuel_F"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["I_Truck_02_medical_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", []] call _fnc_saveToTemplate; -["vehiclesAPCs", ["I_APC_tracked_03_cannon_F", "I_APC_Wheeled_03_cannon_F"]] call _fnc_saveToTemplate; -["vehiclesIFVs", []] call _fnc_saveToTemplate; +["vehiclesAPCs", ["a3a_APC_Wheeled_03_cannon_F", "a3a_APC_Wheeled_03_cannon_F", "I_APC_tracked_03_cannon_F"]] call _fnc_saveToTemplate; +["vehiclesIFVs", ["a3a_APC_tracked_03_cannon_F"]] call _fnc_saveToTemplate; ["vehiclesTanks", ["I_MBT_03_cannon_F"]] call _fnc_saveToTemplate; private _AA = ["I_LT_01_AA_F"]; @@ -56,7 +56,7 @@ private _AA = ["I_LT_01_AA_F"]; //Config special vehicles - militia vehicles are mostly used in the early game, police cars are being used by troops around cities -- Example: private _vehiclesMilitiaLightArmed = ["a3a_Offroad_01_green_armed_F", "a3a_Offroad_01_green_AT_F"]; -["vehiclesMilitiaTrucks", ["I_Truck_02_transport_F", "I_Truck_02_covered_F"]] call _fnc_saveToTemplate; +["vehiclesMilitiaTrucks", ["I_C_Van_01_transport_F"]] call _fnc_saveToTemplate; private _vehiclesMilitiaCars = ["a3a_Offroad_01_green_F"]; private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; @@ -81,7 +81,7 @@ if ("tanks" in A3A_enabledDLC) then { }; //If Western Sahara DLC if ("ws" in A3A_enabledDLC) then { - _cargoTrucks = ["I_Truck_02_flatbed_lxWS", "I_Truck_02_cargo_lxWS"]; + _cargoTrucks append ["I_Truck_02_flatbed_lxWS", "I_Truck_02_cargo_lxWS"]; _AA append ["I_A_Truck_02_aa_lxWS"]; ["uavsPortable", ["I_UAV_01_F", "I_UAV_02_lxWS"]] call _fnc_saveToTemplate; }; diff --git a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Apex.sqf b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Apex.sqf index 14ccd452dc..d73832734c 100644 --- a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Apex.sqf +++ b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Apex.sqf @@ -27,14 +27,14 @@ private _cargoTrucks = ["O_T_Truck_02_transport_F","O_T_Truck_02_F","O_T_Truck_0 ["vehiclesFuelTrucks", ["O_T_Truck_02_fuel_F","O_T_Truck_03_fuel_ghex_F"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["O_T_Truck_03_medical_ghex_F","O_T_Truck_02_Medical_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", []] call _fnc_saveToTemplate; -["vehiclesAPCs", ["O_T_APC_Tracked_02_cannon_ghex_F","O_T_APC_Wheeled_02_rcws_v2_ghex_F"]] call _fnc_saveToTemplate; -["vehiclesIFVs", []] call _fnc_saveToTemplate; +["vehiclesAPCs", ["a3a_T_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; +private _vehiclesIFVs = ["a3a_T_APC_Tracked_02_cannon_F"]; private _Tanks = ["O_T_MBT_02_cannon_ghex_F"]; ["vehiclesAA", ["O_T_APC_Tracked_02_AA_ghex_F"]] call _fnc_saveToTemplate; ["vehiclesTransportBoats", ["O_T_Boat_Transport_01_F"]] call _fnc_saveToTemplate; ["vehiclesGunBoats", ["O_T_Boat_Armed_01_hmg_F"]] call _fnc_saveToTemplate; -["vehiclesAmphibious", ["O_T_APC_Wheeled_02_rcws_v2_ghex_F"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", ["a3a_T_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesCAS", ["O_Plane_CAS_02_dynamicLoadout_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesAA", ["O_Plane_Fighter_02_F"]] call _fnc_saveToTemplate; @@ -55,7 +55,7 @@ private _Tanks = ["O_T_MBT_02_cannon_ghex_F"]; //Config special vehicles - militia vehicles are mostly used in the early game, police cars are being used by troops around cities -- Example: ["vehiclesMilitiaLightArmed", ["O_T_LSV_02_armed_F","O_T_LSV_02_AT_F"]] call _fnc_saveToTemplate; -["vehiclesMilitiaTrucks", ["O_T_Truck_02_transport_F","O_T_Truck_02_F","O_T_Truck_03_transport_ghex_F","O_T_Truck_03_covered_ghex_F"]] call _fnc_saveToTemplate; +["vehiclesMilitiaTrucks", ["O_T_Truck_02_F"]] call _fnc_saveToTemplate; ["vehiclesMilitiaCars", ["O_T_LSV_02_unarmed_F"]] call _fnc_saveToTemplate; private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; @@ -75,21 +75,24 @@ private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; //If Western Sahara DLC if ("ws" in A3A_enabledDLC) then { - _cargoTrucks = ["O_T_Truck_02_cargo_lxWS","O_T_Truck_02_flatbed_lxWS"]; + _cargoTrucks append ["O_T_Truck_02_cargo_lxWS","O_T_Truck_02_flatbed_lxWS"]; ["uavsPortable", ["O_UAV_01_F", "O_UAV_02_lxWS"]] call _fnc_saveToTemplate; + ["vehiclesLightAPCs", ["O_T_APC_Wheeled_02_hmg_lxWS"]] call _fnc_saveToTemplate; + _vehiclesIFVs append ["a3a_T_APC_Tracked_02_30mm_lxWS"]; }; if ("enoch" in A3A_enabledDLC) then { _vehiclesPolice append ["B_GEN_Offroad_01_comms_F","B_GEN_Offroad_01_covered_F"]; }; if ("tanks" in A3A_enabledDLC) then { - _Tanks append ["O_MBT_04_cannon_F","O_MBT_04_command_F"]; + _Tanks append ["O_T_MBT_04_cannon_F","O_T_MBT_04_command_F"]; }; if ("orange" in A3A_enabledDLC) then { _vehiclesPolice append ["B_GEN_Van_02_vehicle_F","B_GEN_Van_02_transport_F"]; }; ["vehiclesPolice", _vehiclesPolice] call _fnc_saveToTemplate; -["vehiclesTanks", _Tanks] call _fnc_saveToTemplate; +["vehiclesTanks", _Tanks] call _fnc_saveToTemplate; +["vehiclesIFVs", _vehiclesIFVs] call _fnc_saveToTemplate; ["vehiclesCargoTrucks", _cargoTrucks] call _fnc_saveToTemplate; #include "Vanilla_Vehicle_Attributes.sqf" diff --git a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Arid.sqf b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Arid.sqf index a0944ec1fe..c5362ab1fd 100644 --- a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Arid.sqf +++ b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Arid.sqf @@ -27,14 +27,14 @@ private _cargoTrucks = ["O_Truck_02_transport_F", "O_Truck_02_covered_F", "O_Tru ["vehiclesFuelTrucks", ["O_Truck_03_fuel_F", "O_Truck_02_fuel_F"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["O_Truck_02_medical_F", "O_Truck_03_medical_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", []] call _fnc_saveToTemplate; -["vehiclesAPCs", ["O_APC_Tracked_02_cannon_F", "O_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; -["vehiclesIFVs", []] call _fnc_saveToTemplate; +["vehiclesAPCs", ["a3a_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; +private _vehiclesIFVs = ["a3a_APC_Tracked_02_cannon_F"]; private _Tanks = ["O_MBT_02_cannon_F"]; ["vehiclesAA", ["O_APC_Tracked_02_AA_F"]] call _fnc_saveToTemplate; ["vehiclesTransportBoats", ["O_Boat_Transport_01_F"]] call _fnc_saveToTemplate; ["vehiclesGunBoats", ["O_Boat_Armed_01_hmg_F"]] call _fnc_saveToTemplate; -["vehiclesAmphibious", ["O_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", ["a3a_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesCAS", ["O_Plane_CAS_02_dynamicLoadout_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesAA", ["O_Plane_Fighter_02_F"]] call _fnc_saveToTemplate; @@ -54,7 +54,7 @@ private _Tanks = ["O_MBT_02_cannon_F"]; //Config special vehicles - militia vehicles are mostly used in the early game, police cars are being used by troops around cities -- Example: private _vehiclesMilitiaLightArmed = ["a3a_Offroad_01_tan_armed_F", "a3a_Offroad_01_tan_AT_F"]; -["vehiclesMilitiaTrucks", ["O_Truck_02_transport_F", "O_Truck_02_covered_F", "O_Truck_03_covered_F", "O_Truck_03_transport_F"]] call _fnc_saveToTemplate; +["vehiclesMilitiaTrucks", ["O_Truck_02_covered_F"]] call _fnc_saveToTemplate; private _vehiclesMilitiaCars = ["a3a_Offroad_01_tan_F"]; private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; @@ -74,8 +74,10 @@ private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; //If Western Sahara DLC if ("ws" in A3A_enabledDLC) then { - _cargoTrucks = ["O_Truck_02_cargo_lxWS","O_Truck_02_flatbed_lxWS"]; + _cargoTrucks append ["O_Truck_02_cargo_lxWS","O_Truck_02_flatbed_lxWS"]; ["uavsPortable", ["O_UAV_01_F", "O_UAV_02_lxWS"]] call _fnc_saveToTemplate; + ["vehiclesLightAPCs", ["O_APC_Wheeled_02_hmg_lxWS"]] call _fnc_saveToTemplate; + _vehiclesIFVs append ["a3a_APC_Tracked_02_30mm_lxWS"]; }; if ("enoch" in A3A_enabledDLC) then { _vehiclesMilitiaCars append ["a3a_Offroad_01_comms_tan_F", "a3a_Offroad_01_covered_tan_F"]; @@ -96,7 +98,8 @@ if ("orange" in A3A_enabledDLC) then { ["vehiclesLightUnarmed", _LightUnarmed] call _fnc_saveToTemplate; ["vehiclesLightArmed", _LightArmed] call _fnc_saveToTemplate; -["vehiclesTanks", _Tanks] call _fnc_saveToTemplate; +["vehiclesTanks", _Tanks] call _fnc_saveToTemplate; +["vehiclesIFVs", _vehiclesIFVs] call _fnc_saveToTemplate; ["vehiclesCargoTrucks", _cargoTrucks] call _fnc_saveToTemplate; diff --git a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Enoch.sqf b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Enoch.sqf index e78013e848..27ec54506a 100644 --- a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Enoch.sqf +++ b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Enoch.sqf @@ -27,14 +27,14 @@ private _cargoTrucks = ["O_T_Truck_02_transport_F", "O_T_Truck_02_F", "O_T_Truck ["vehiclesFuelTrucks", ["O_T_Truck_02_fuel_F","O_T_Truck_03_fuel_ghex_F"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["O_T_Truck_03_medical_ghex_F","O_T_Truck_02_Medical_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", []] call _fnc_saveToTemplate; -["vehiclesAPCs", ["O_T_APC_Tracked_02_cannon_ghex_F","O_T_APC_Wheeled_02_rcws_v2_ghex_F"]] call _fnc_saveToTemplate; -["vehiclesIFVs", []] call _fnc_saveToTemplate; +["vehiclesAPCs", ["a3a_T_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; +private _vehiclesIFVs = ["a3a_T_APC_Tracked_02_cannon_F"]; private _Tanks = ["O_T_MBT_02_cannon_ghex_F"]; ["vehiclesAA", ["O_T_APC_Tracked_02_AA_ghex_F"]] call _fnc_saveToTemplate; ["vehiclesTransportBoats", ["O_T_Boat_Transport_01_F"]] call _fnc_saveToTemplate; ["vehiclesGunBoats", ["O_T_Boat_Armed_01_hmg_F"]] call _fnc_saveToTemplate; -["vehiclesAmphibious", ["O_T_APC_Wheeled_02_rcws_v2_ghex_F"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", ["a3a_T_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesCAS", ["O_Plane_CAS_02_dynamicLoadout_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesAA", ["O_Plane_Fighter_02_F"]] call _fnc_saveToTemplate; @@ -55,7 +55,7 @@ private _Tanks = ["O_T_MBT_02_cannon_ghex_F"]; //Config special vehicles - militia vehicles are mostly used in the early game, police cars are being used by troops around cities -- Example: private _vehiclesMilitiaLightArmed = ["a3a_Offroad_01_green_armed_F", "a3a_Offroad_01_green_AT_F"]; -["vehiclesMilitiaTrucks", ["O_Truck_02_transport_F", "O_Truck_02_covered_F", "O_Truck_03_covered_F", "O_Truck_03_transport_F"]] call _fnc_saveToTemplate; +["vehiclesMilitiaTrucks", ["O_T_Truck_02_F"]] call _fnc_saveToTemplate; private _vehiclesMilitiaCars = ["a3a_Offroad_01_tan_F"]; private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; @@ -75,15 +75,17 @@ private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; //If Western Sahara DLC if ("ws" in A3A_enabledDLC) then { - _cargoTrucks = ["O_T_Truck_02_cargo_lxWS","O_T_Truck_02_flatbed_lxWS"]; + _cargoTrucks append ["O_T_Truck_02_cargo_lxWS","O_T_Truck_02_flatbed_lxWS"]; ["uavsPortable", ["O_UAV_01_F", "O_UAV_02_lxWS"]] call _fnc_saveToTemplate; + ["vehiclesLightAPCs", ["O_T_APC_Wheeled_02_hmg_lxWS"]] call _fnc_saveToTemplate; + _vehiclesIFVs append ["a3a_T_APC_Tracked_02_30mm_lxWS"]; }; if ("enoch" in A3A_enabledDLC) then { _vehiclesMilitiaCars append ["a3a_Offroad_01_comms_green_F", "a3a_Offroad_01_covered_green_F"]; _vehiclesPolice append ["B_GEN_Offroad_01_comms_F","B_GEN_Offroad_01_covered_F"]; }; if ("tanks" in A3A_enabledDLC) then { - _Tanks append ["O_MBT_04_cannon_F","O_MBT_04_command_F"]; + _Tanks append ["O_T_MBT_04_cannon_F","O_T_MBT_04_command_F"]; }; if ("expansion" in A3A_enabledDLC) then { _LightUnarmed append ["O_T_MRAP_02_ghex_F", "O_T_LSV_02_unarmed_F"]; @@ -96,7 +98,9 @@ if ("orange" in A3A_enabledDLC) then { ["vehiclesLightUnarmed", _LightUnarmed] call _fnc_saveToTemplate; ["vehiclesLightArmed", _LightArmed] call _fnc_saveToTemplate; -["vehiclesTanks", _Tanks] call _fnc_saveToTemplate; +["vehiclesTanks", _Tanks] call _fnc_saveToTemplate; +["vehiclesIFVs", _vehiclesIFVs] call _fnc_saveToTemplate; + ["vehiclesCargoTrucks", _cargoTrucks] call _fnc_saveToTemplate; diff --git a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Temperate.sqf b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Temperate.sqf index 964d113351..a58d7b00f7 100644 --- a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Temperate.sqf +++ b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_CSAT_Temperate.sqf @@ -27,14 +27,14 @@ private _cargoTrucks = ["O_T_Truck_02_transport_F", "O_T_Truck_02_F", "O_T_Truck ["vehiclesFuelTrucks", ["O_T_Truck_02_fuel_F","O_T_Truck_03_fuel_ghex_F"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["O_T_Truck_03_medical_ghex_F","O_T_Truck_02_Medical_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", []] call _fnc_saveToTemplate; -["vehiclesAPCs", ["O_T_APC_Tracked_02_cannon_ghex_F","O_T_APC_Wheeled_02_rcws_v2_ghex_F"]] call _fnc_saveToTemplate; -["vehiclesIFVs", []] call _fnc_saveToTemplate; +["vehiclesAPCs", ["a3a_T_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; +private _vehiclesIFVs = ["a3a_T_APC_Tracked_02_cannon_F"]; private _Tanks = ["O_T_MBT_02_cannon_ghex_F"]; ["vehiclesAA", ["O_T_APC_Tracked_02_AA_ghex_F"]] call _fnc_saveToTemplate; ["vehiclesTransportBoats", ["O_T_Boat_Transport_01_F"]] call _fnc_saveToTemplate; ["vehiclesGunBoats", ["O_T_Boat_Armed_01_hmg_F"]] call _fnc_saveToTemplate; -["vehiclesAmphibious", ["O_T_APC_Wheeled_02_rcws_v2_ghex_F"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", ["a3a_T_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesCAS", ["O_Plane_CAS_02_dynamicLoadout_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesAA", ["O_Plane_Fighter_02_F"]] call _fnc_saveToTemplate; @@ -55,7 +55,7 @@ private _Tanks = ["O_T_MBT_02_cannon_ghex_F"]; //Config special vehicles - militia vehicles are mostly used in the early game, police cars are being used by troops around cities -- Example: private _vehiclesMilitiaLightArmed = ["a3a_Offroad_01_black_armed_F", "a3a_Offroad_01_black_AT_F"]; -["vehiclesMilitiaTrucks", ["O_T_Truck_02_transport_F","O_T_Truck_02_F","O_T_Truck_03_transport_ghex_F","O_T_Truck_03_covered_ghex_F"]] call _fnc_saveToTemplate; +["vehiclesMilitiaTrucks", ["O_T_Truck_02_F"]] call _fnc_saveToTemplate; private _vehiclesMilitiaCars = ["a3a_Offroad_01_black_F"]; private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; @@ -75,16 +75,19 @@ private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; //If Western Sahara DLC if ("ws" in A3A_enabledDLC) then { - _cargoTrucks = ["O_T_Truck_02_cargo_lxWS","O_T_Truck_02_flatbed_lxWS"]; + _cargoTrucks append ["O_T_Truck_02_cargo_lxWS","O_T_Truck_02_flatbed_lxWS"]; ["uavsPortable", ["O_UAV_01_F", "O_UAV_02_lxWS"]] call _fnc_saveToTemplate; + ["vehiclesLightAPCs", ["O_T_APC_Wheeled_02_hmg_lxWS"]] call _fnc_saveToTemplate; + _vehiclesIFVs append ["a3a_T_APC_Tracked_02_30mm_lxWS"]; }; if ("enoch" in A3A_enabledDLC) then { _vehiclesMilitiaCars append ["C_Offroad_01_comms_F", "C_Offroad_01_covered_F"]; _vehiclesPolice append ["B_GEN_Offroad_01_comms_F","B_GEN_Offroad_01_covered_F"]; }; if ("tanks" in A3A_enabledDLC) then { - _Tanks append ["O_MBT_04_cannon_F","O_MBT_04_command_F"]; + _Tanks append ["O_T_MBT_04_cannon_F","O_T_MBT_04_command_F"]; }; + if ("expansion" in A3A_enabledDLC) then { _LightUnarmed append ["O_T_MRAP_02_ghex_F", "O_T_LSV_02_unarmed_F"]; _LightArmed append ["O_T_LSV_02_AT_F", "O_T_LSV_02_armed_F"]; @@ -97,7 +100,8 @@ if ("orange" in A3A_enabledDLC) then { ["vehiclesLightUnarmed", _LightUnarmed] call _fnc_saveToTemplate; ["vehiclesLightArmed", _LightArmed] call _fnc_saveToTemplate; -["vehiclesTanks", _Tanks] call _fnc_saveToTemplate; +["vehiclesTanks", _Tanks] call _fnc_saveToTemplate; +["vehiclesIFVs", _vehiclesIFVs] call _fnc_saveToTemplate; ["vehiclesCargoTrucks", _cargoTrucks] call _fnc_saveToTemplate; diff --git a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_LDF.sqf b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_LDF.sqf index 813f1c19f9..0b93976624 100644 --- a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_LDF.sqf +++ b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_LDF.sqf @@ -20,7 +20,7 @@ ["vehiclesBasic", ["I_E_Quadbike_01_F"]] call _fnc_saveToTemplate; private _LightUnarmed = ["B_T_MRAP_01_F"]; private _LightArmed = ["B_T_MRAP_01_hmg_F", "B_T_MRAP_01_hmg_F", "B_T_MRAP_01_gmg_F"]; -["vehiclesTrucks", ["I_E_Truck_02_transport_F", "I_E_Truck_02_F"]] call _fnc_saveToTemplate; +["vehiclesTrucks", ["I_E_Truck_02_transport_F"]] call _fnc_saveToTemplate; private _cargoTrucks = ["I_E_Truck_02_transport_F", "I_E_Truck_02_F"]; ["vehiclesAmmoTrucks", ["I_E_Truck_02_Ammo_F"]] call _fnc_saveToTemplate; ["vehiclesRepairTrucks", ["I_E_Truck_02_Box_F"]] call _fnc_saveToTemplate; @@ -28,7 +28,7 @@ private _cargoTrucks = ["I_E_Truck_02_transport_F", "I_E_Truck_02_F"]; ["vehiclesMedical", ["I_E_Truck_02_Medical_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", []] call _fnc_saveToTemplate; ["vehiclesAPCs", ["I_E_APC_tracked_03_cannon_F", "B_T_APC_Wheeled_01_cannon_F", "B_T_APC_Tracked_01_rcws_F"]] call _fnc_saveToTemplate; -["vehiclesIFVs", []] call _fnc_saveToTemplate; +["vehiclesIFVs", ["a3a_E_APC_tracked_03_cannon_F"]] call _fnc_saveToTemplate; private _Tanks = ["B_T_MBT_01_TUSK_F", "B_T_MBT_01_cannon_F"]; ["vehiclesAA", ["B_T_APC_Tracked_01_AA_F"]] call _fnc_saveToTemplate; @@ -56,7 +56,7 @@ private _HelisTransport = ["B_Heli_Transport_01_camo_F"]; //Config special vehicles private _vehiclesMilitiaLightArmed = ["a3a_Offroad_01_ldf_armed_F", "a3a_Offroad_01_ldf_AT_F"]; -["vehiclesMilitiaTrucks", ["I_E_Truck_02_F", "I_E_Truck_02_transport_F"]] call _fnc_saveToTemplate; +["vehiclesMilitiaTrucks", ["I_E_Truck_02_F"]] call _fnc_saveToTemplate; private _vehiclesMilitiaCars = ["I_E_Offroad_01_F", "I_E_Offroad_01_comms_F", "I_E_Offroad_01_covered_F"]; private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F","B_GEN_Offroad_01_comms_F","B_GEN_Offroad_01_covered_F"]; @@ -77,11 +77,11 @@ private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F","B_GEN_Offroad_01_comms_F"," //If Western Sahara DLC if ("ws" in A3A_enabledDLC) then { - _cargoTrucks = ["I_E_Truck_02_cargo_lxWS","I_E_Truck_02_flatbed_lxWS"]; + _cargoTrucks append ["I_E_Truck_02_cargo_lxWS","I_E_Truck_02_flatbed_lxWS"]; ["uavsPortable", ["I_E_UAV_01_F", "I_UAV_02_lxWS"]] call _fnc_saveToTemplate; }; if ("tanks" in A3A_enabledDLC) then { - _Tanks append ["B_T_AFV_Wheeled_01_cannon_F","B_T_AFV_Wheeled_01_up_cannon_F"]; //Wheeled tank destroyers + ["vehiclesLightTanks", ["B_T_AFV_Wheeled_01_cannon_F","B_T_AFV_Wheeled_01_up_cannon_F"]] call _fnc_saveToTemplate; }; if ("expansion" in A3A_enabledDLC) then { _LightUnarmed append ["B_T_MRAP_01_F", "B_T_LSV_01_unarmed_F"]; @@ -91,7 +91,8 @@ if ("heli" in A3A_enabledDLC) then { _HelisTransport append ["B_Heli_Transport_03_F", "B_Heli_Transport_03_unarmed_green_F"] }; if ("orange" in A3A_enabledDLC) then { - _vehiclesPolice append ["B_GEN_Van_02_vehicle_F","B_GEN_Van_02_transport_F"]; + _vehiclesPolice append ["I_E_Van_02_transport_MP_F"]; + ["vehiclesMilitiaTrucks", ["I_E_Van_02_transport_F", "I_E_Van_02_vehicle_F"]] call _fnc_saveToTemplate; }; ["vehiclesPolice", _vehiclesPolice] call _fnc_saveToTemplate; diff --git a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Apex.sqf b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Apex.sqf index b865b96940..bf9d101cf3 100644 --- a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Apex.sqf +++ b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Apex.sqf @@ -27,14 +27,14 @@ ["vehiclesFuelTrucks", ["B_T_Truck_01_fuel_F"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["B_T_Truck_01_medical_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", []] call _fnc_saveToTemplate; -private _APCs = ["B_T_APC_Wheeled_01_cannon_F", "B_T_APC_Tracked_01_rcws_F"]; // CRV has no cargo: "B_T_APC_Tracked_01_CRV_F" +private _APCs = ["a3a_B_T_APC_Wheeled_01_cannon_F", "B_T_APC_Tracked_01_rcws_F"]; // CRV has no cargo: "B_T_APC_Tracked_01_CRV_F" ["vehiclesIFVs", []] call _fnc_saveToTemplate; private _Tanks = ["B_T_MBT_01_TUSK_F", "B_T_MBT_01_cannon_F"]; ["vehiclesAA", ["B_T_APC_Tracked_01_AA_F"]] call _fnc_saveToTemplate; ["vehiclesTransportBoats", ["B_T_Boat_Transport_01_F"]] call _fnc_saveToTemplate; ["vehiclesGunBoats", ["B_T_Boat_Armed_01_minigun_F"]] call _fnc_saveToTemplate; -["vehiclesAmphibious", ["B_T_APC_Wheeled_01_cannon_F"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", ["a3a_B_T_APC_Wheeled_01_cannon_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesCAS", ["B_Plane_CAS_01_dynamicLoadout_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesAA", ["B_Plane_Fighter_01_F"]] call _fnc_saveToTemplate; @@ -77,7 +77,7 @@ private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; //If Western Sahara DLC if ("ws" in A3A_enabledDLC) then { - _APCs append ["B_T_APC_Wheeled_01_atgm_lxWS", "B_T_APC_Wheeled_01_command_lxWS"]; + _APCs append ["B_T_APC_Wheeled_01_atgm_lxWS", "a3a_T_APC_Wheeled_01_command_lxWS"]; ["uavsPortable", ["B_UAV_01_F", "B_UAV_02_lxWS"]] call _fnc_saveToTemplate; }; @@ -85,7 +85,7 @@ if ("enoch" in A3A_enabledDLC) then { _vehiclesPolice append ["B_GEN_Offroad_01_comms_F","B_GEN_Offroad_01_covered_F"]; }; if ("tanks" in A3A_enabledDLC) then { - _Tanks append ["B_T_AFV_Wheeled_01_cannon_F","B_T_AFV_Wheeled_01_up_cannon_F"]; //Wheeled tank destroyers + ["vehiclesLightTanks", ["B_T_AFV_Wheeled_01_cannon_F","B_T_AFV_Wheeled_01_up_cannon_F"]] call _fnc_saveToTemplate; }; if ("heli" in A3A_enabledDLC) then { _HelisTransport append ["B_Heli_Transport_03_F", "B_Heli_Transport_03_unarmed_green_F"]; diff --git a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Arid.sqf b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Arid.sqf index 90bcc8fc8a..74ad5697aa 100644 --- a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Arid.sqf +++ b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Arid.sqf @@ -27,14 +27,14 @@ private _LightArmed = ["B_MRAP_01_hmg_F", "B_MRAP_01_hmg_F", "B_MRAP_01_gmg_F"]; ["vehiclesFuelTrucks", ["B_Truck_01_fuel_F"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["B_Truck_01_medical_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", []] call _fnc_saveToTemplate; -private _APCs = ["B_APC_Wheeled_01_cannon_F", "B_APC_Tracked_01_rcws_F"]; // CRV has no cargo: "B_APC_Tracked_01_CRV_F" +private _APCs = ["a3a_B_APC_Wheeled_01_cannon_F", "B_APC_Tracked_01_rcws_F"]; // CRV has no cargo: "B_APC_Tracked_01_CRV_F" ["vehiclesIFVs", []] call _fnc_saveToTemplate; private _Tanks = ["B_MBT_01_TUSK_F", "B_MBT_01_cannon_F"]; ["vehiclesAA", ["B_APC_Tracked_01_AA_F"]] call _fnc_saveToTemplate; ["vehiclesTransportBoats", ["B_Boat_Transport_01_F"]] call _fnc_saveToTemplate; ["vehiclesGunBoats", ["B_Boat_Armed_01_minigun_F"]] call _fnc_saveToTemplate; -["vehiclesAmphibious", ["B_APC_Wheeled_01_cannon_F"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", ["a3a_B_APC_Wheeled_01_cannon_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesCAS", ["B_Plane_CAS_01_dynamicLoadout_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesAA", ["B_Plane_Fighter_01_F"]] call _fnc_saveToTemplate; @@ -78,7 +78,7 @@ private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; //If Western Sahara DLC if ("ws" in A3A_enabledDLC) then { - _APCs append ["APC_Wheeled_01_atgm_base_lxWS", "APC_Wheeled_01_command_base_lxWS"]; + _APCs append ["APC_Wheeled_01_atgm_base_lxWS", "a3a_APC_Wheeled_01_command_lxWS"]; ["uavsPortable", ["B_UAV_01_F", "B_UAV_02_lxWS"]] call _fnc_saveToTemplate; }; if ("enoch" in A3A_enabledDLC) then { @@ -86,7 +86,7 @@ if ("enoch" in A3A_enabledDLC) then { _vehiclesMilitiaCars append ["a3a_Offroad_01_comms_tan_F", "a3a_Offroad_01_covered_tan_F"]; }; if ("tanks" in A3A_enabledDLC) then { - _Tanks append ["B_AFV_Wheeled_01_cannon_F","B_AFV_Wheeled_01_up_cannon_F"]; //Wheeled tank destroyers + ["vehiclesLightTanks", ["B_AFV_Wheeled_01_cannon_F","B_AFV_Wheeled_01_up_cannon_F"]] call _fnc_saveToTemplate; }; if ("expansion" in A3A_enabledDLC) then { _LightUnarmed append ["B_MRAP_01_F","B_LSV_01_unarmed_F"]; diff --git a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Temperate.sqf b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Temperate.sqf index d258d57ceb..39c1799c21 100644 --- a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Temperate.sqf +++ b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Temperate.sqf @@ -27,14 +27,14 @@ private _LightArmed = ["B_T_MRAP_01_hmg_F", "B_T_MRAP_01_hmg_F", "B_T_MRAP_01_gm ["vehiclesFuelTrucks", ["B_T_Truck_01_fuel_F"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["B_T_Truck_01_medical_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", []] call _fnc_saveToTemplate; -private _APCs = ["B_T_APC_Wheeled_01_cannon_F", "B_T_APC_Tracked_01_rcws_F"]; //, "B_T_APC_Tracked_01_CRV_F"]; +private _APCs = ["a3a_B_T_APC_Wheeled_01_cannon_F", "B_T_APC_Tracked_01_rcws_F"]; //, "B_T_APC_Tracked_01_CRV_F"]; ["vehiclesIFVs", []] call _fnc_saveToTemplate; private _Tanks = ["B_T_MBT_01_TUSK_F", "B_T_MBT_01_cannon_F"]; ["vehiclesAA", ["B_T_APC_Tracked_01_AA_F"]] call _fnc_saveToTemplate; ["vehiclesTransportBoats", ["B_Boat_Transport_01_F"]] call _fnc_saveToTemplate; ["vehiclesGunBoats", ["B_Boat_Armed_01_minigun_F"]] call _fnc_saveToTemplate; -["vehiclesAmphibious", ["B_T_APC_Wheeled_01_cannon_F"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", ["a3a_B_T_APC_Wheeled_01_cannon_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesCAS", ["B_Plane_CAS_01_dynamicLoadout_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesAA", ["B_Plane_Fighter_01_F"]] call _fnc_saveToTemplate; @@ -76,7 +76,7 @@ private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; //If Western Sahara DLC if ("ws" in A3A_enabledDLC) then { - _APCs append ["B_T_APC_Wheeled_01_atgm_lxWS", "B_T_APC_Wheeled_01_command_lxWS"]; + _APCs append ["B_T_APC_Wheeled_01_atgm_lxWS", "a3a_T_APC_Wheeled_01_command_lxWS"]; ["uavsPortable", ["B_UAV_01_F", "B_UAV_02_lxWS"]] call _fnc_saveToTemplate; }; @@ -85,7 +85,7 @@ if ("enoch" in A3A_enabledDLC) then { _vehiclesMilitiaCars append ["C_Offroad_01_comms_F", "C_Offroad_01_covered_F"]; }; if ("tanks" in A3A_enabledDLC) then { - _Tanks append ["B_T_AFV_Wheeled_01_cannon_F","B_T_AFV_Wheeled_01_up_cannon_F"]; //Wheeled tank destroyers + ["vehiclesLightTanks", ["B_T_AFV_Wheeled_01_cannon_F","B_T_AFV_Wheeled_01_up_cannon_F"]] call _fnc_saveToTemplate; }; if ("expansion" in A3A_enabledDLC) then { _LightUnarmed append ["B_T_MRAP_01_F", "B_T_LSV_01_unarmed_F"]; diff --git a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Tropical.sqf b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Tropical.sqf index f5f74736f9..26fe2e2708 100644 --- a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Tropical.sqf +++ b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_AI_NATO_Tropical.sqf @@ -27,14 +27,14 @@ private _LightArmed = ["B_T_MRAP_01_hmg_F", "B_T_MRAP_01_hmg_F", "B_T_MRAP_01_gm ["vehiclesFuelTrucks", ["B_T_Truck_01_fuel_F"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["B_T_Truck_01_medical_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", []] call _fnc_saveToTemplate; -private _APCs = ["B_T_APC_Wheeled_01_cannon_F", "B_T_APC_Tracked_01_rcws_F"]; //, "B_T_APC_Tracked_01_CRV_F"]; +private _APCs = ["a3a_B_T_APC_Wheeled_01_cannon_F", "B_T_APC_Tracked_01_rcws_F"]; //, "B_T_APC_Tracked_01_CRV_F"]; ["vehiclesIFVs", []] call _fnc_saveToTemplate; private _Tanks = ["B_T_MBT_01_TUSK_F", "B_T_MBT_01_cannon_F"]; ["vehiclesAA", ["B_T_APC_Tracked_01_AA_F"]] call _fnc_saveToTemplate; ["vehiclesTransportBoats", ["B_T_Boat_Transport_01_F"]] call _fnc_saveToTemplate; ["vehiclesGunBoats", ["B_T_Boat_Armed_01_minigun_F"]] call _fnc_saveToTemplate; -["vehiclesAmphibious", ["B_T_APC_Wheeled_01_cannon_F"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", ["a3a_B_T_APC_Wheeled_01_cannon_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesCAS", ["B_Plane_CAS_01_dynamicLoadout_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesAA", ["B_Plane_Fighter_01_F"]] call _fnc_saveToTemplate; @@ -78,7 +78,7 @@ private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; //If Western Sahara DLC if ("ws" in A3A_enabledDLC) then { - _APCs append ["B_T_APC_Wheeled_01_atgm_lxWS", "B_T_APC_Wheeled_01_command_lxWS"]; + _APCs append ["B_T_APC_Wheeled_01_atgm_lxWS", "a3a_T_APC_Wheeled_01_command_lxWS"]; ["uavsPortable", ["B_UAV_01_F", "B_UAV_02_lxWS"]] call _fnc_saveToTemplate; }; if ("enoch" in A3A_enabledDLC) then { @@ -86,7 +86,7 @@ if ("enoch" in A3A_enabledDLC) then { _vehiclesPolice append ["B_GEN_Offroad_01_comms_F","B_GEN_Offroad_01_covered_F"]; }; if ("tanks" in A3A_enabledDLC) then { - _Tanks append ["B_T_AFV_Wheeled_01_cannon_F","B_T_AFV_Wheeled_01_up_cannon_F"]; //Wheeled tank destroyers + ["vehiclesLightTanks", ["B_T_AFV_Wheeled_01_cannon_F","B_T_AFV_Wheeled_01_up_cannon_F"]] call _fnc_saveToTemplate; }; if ("expansion" in A3A_enabledDLC) then { _LightUnarmed append ["B_T_MRAP_01_F", "B_T_LSV_01_unarmed_F"]; diff --git a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_Reb_LFF.sqf b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_Reb_LFF.sqf new file mode 100644 index 0000000000..136dc1c6f9 --- /dev/null +++ b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_Reb_LFF.sqf @@ -0,0 +1,239 @@ +/////////////////////////// +// Rebel Information // +/////////////////////////// + +["name", "LFF"] call _fnc_saveToTemplate; + +["flag", "Flag_FIA_F"] call _fnc_saveToTemplate; +["flagTexture", "\A3\Data_F_Enoch\Flags\flag_looters_co.paa"] call _fnc_saveToTemplate; +["flagMarkerType", "flag_EnochLooters"] call _fnc_saveToTemplate; + +["vehiclesBasic", ["C_Quadbike_01_black_F"]] call _fnc_saveToTemplate; +private _vehiclesLightUnarmed = ["a3a_Offroad_01_black_F"]; +private _vehiclesLightArmed = ["a3a_Offroad_01_black_armed_F"]; +["vehiclesTruck", ["I_G_Van_01_transport_F", "a3a_Van_02_black_transport_F", "a3a_Van_02_black_vehicle_F"]] call _fnc_saveToTemplate; +private _vehiclesAT = ["a3a_Offroad_01_black_AT_F"]; +private _vehicleAA = []; + +["vehiclesBoat", ["I_C_Boat_Transport_02_F"]] call _fnc_saveToTemplate; + +["vehiclesPlane", ["I_C_Plane_Civil_01_F"]] call _fnc_saveToTemplate; + +private _vehiclesCivCar = ["C_Offroad_01_comms_F", "C_Offroad_01_covered_F","C_Offroad_01_F", "C_Hatchback_01_F", "C_Hatchback_01_sport_F", "C_SUV_01_F"]; +["vehiclesCivTruck", ["C_Van_01_transport_F", "C_Van_02_transport_F", "C_Van_02_vehicle_F"]] call _fnc_saveToTemplate; +["vehiclesCivHeli", ["C_Heli_Light_01_civil_F", "a3a_C_Heli_Transport_02_F"]] call _fnc_saveToTemplate; +["vehiclesCivBoat", ["C_Boat_Civil_01_F", "C_Rubberboat"]] call _fnc_saveToTemplate; + +["staticMGs", ["I_G_HMG_02_high_F", "I_G_HMG_02_F"]] call _fnc_saveToTemplate; +["staticAT", ["I_static_AT_F"]] call _fnc_saveToTemplate; +private _staticAA = ["I_static_AA_F"]; +["staticMortars", ["I_G_Mortar_01_F"]] call _fnc_saveToTemplate; +["staticMortarMagHE", "8Rnd_82mm_Mo_shells"] call _fnc_saveToTemplate; +["staticMortarMagSmoke", "8Rnd_82mm_Mo_Smoke_white"] call _fnc_saveToTemplate; +["staticMortarMagFlare", "8Rnd_82mm_Mo_Flare_white"] call _fnc_saveToTemplate; + +["mineAT", "ATMine_Range_Mag"] call _fnc_saveToTemplate; +["mineAPERS", "APERSMine_Range_Mag"] call _fnc_saveToTemplate; + +["breachingExplosivesAPC", [["DemoCharge_Remote_Mag", 1]]] call _fnc_saveToTemplate; +["breachingExplosivesTank", [["SatchelCharge_Remote_Mag", 1], ["DemoCharge_Remote_Mag", 2]]] call _fnc_saveToTemplate; + + + +if ("expansion" in A3A_enabledDLC) then { + _vehiclesCivCar append ["C_Offroad_02_unarmed_F"]; + _vehiclesLightUnarmed append ["a3a_Offroad_02_black_unarmed_F"]; + _vehiclesLightArmed append ["a3a_Offroad_02_LMG_black_F"]; + _vehiclesAT append ["a3a_Offroad_02_black_AT_F"]; +}; +["vehiclesCivCar", _vehiclesCivCar] call _fnc_saveToTemplate; + +if ("ws" in A3A_enabledDLC) then { + _vehicleAA append ["a3a_ION_Truck_02_zu23_F"]; + _staticAA insert [0, ["I_Tura_ZU23_lxWS"]]; + _vehiclesLightUnarmed insert [1, ["a3a_ION_Offroad_armor"]]; + _vehiclesLightArmed insert [1, ["a3a_ION_Offroad_armor_armed"]]; + _vehiclesAT insert [1, ["a3a_ION_Offroad_armor_at"]]; +}; + +["vehiclesLightUnarmed", _vehiclesLightUnarmed] call _fnc_saveToTemplate; +["vehiclesLightArmed", _vehiclesLightArmed] call _fnc_saveToTemplate; +["vehiclesAT", _vehiclesAT] call _fnc_saveToTemplate; + +["vehiclesAA", _vehicleAA] call _fnc_saveToTemplate; +["staticAA", _staticAA] call _fnc_saveToTemplate; + +#include "Vanilla_Reb_Vehicle_Attributes.sqf" + +/////////////////////////// +// Rebel Starting Gear // +/////////////////////////// + +private _initialRebelEquipment = [ +"hgun_Pistol_heavy_02_F","hgun_P07_blk_F","hgun_Rook40_F", +"sgun_HunterShotgun_01_F", "sgun_HunterShotgun_01_sawedoff_F", "2Rnd_12Gauge_Pellets", "2Rnd_12Gauge_Slug", +"6Rnd_45ACP_Cylinder","16Rnd_9x21_Mag","MiniGrenade","SmokeShell", +["IEDUrbanSmall_Remote_Mag", 10], ["IEDLandSmall_Remote_Mag", 10], ["IEDUrbanBig_Remote_Mag", 3], ["IEDLandBig_Remote_Mag", 3], +"B_FieldPack_oli","B_FieldPack_blk","B_FieldPack_ocamo","B_FieldPack_oucamo","B_FieldPack_cbr","B_FieldPack_khk", +"V_Chestrig_blk","V_Chestrig_rgr","V_Chestrig_khk","V_Chestrig_oli","V_BandollierB_blk","V_BandollierB_cbr","V_BandollierB_rgr", +"V_BandollierB_khk","V_BandollierB_oli","V_Rangemaster_belt", +"Binocular","hgun_Pistol_Signal_F","6Rnd_GreenSignal_F","6Rnd_RedSignal_F", +"acc_flashlight","acc_flashlight_smg_01","acc_flashlight_pistol"]; + +if ("expansion" in A3A_enabledDLC) then { + _initialRebelEquipment append [["launch_RPG7_F", 15], ["RPG7_F", 45], "hgun_Pistol_01_F", "10Rnd_9x21_Mag"]; +} else { + _initialRebelEquipment append [["launch_RPG32_green_F", 15], ["RPG32_F", 30]]; +}; + +if (A3A_hasTFAR) then {_initialRebelEquipment append ["tf_microdagr","tf_anprc154"]}; +if (A3A_hasTFAR && startWithLongRangeRadio) then {_initialRebelEquipment append ["tf_anprc155","tf_anprc155_coyote"]}; +if (A3A_hasTFARBeta) then {_initialRebelEquipment append ["TFAR_microdagr","TFAR_anprc154"]}; +if (A3A_hasTFARBeta && startWithLongRangeRadio) then {_initialRebelEquipment append ["TFAR_anprc155","TFAR_anprc155_coyote"]}; +_initialRebelEquipment append ["Chemlight_blue","Chemlight_green","Chemlight_red","Chemlight_yellow"]; +["initialRebelEquipment", _initialRebelEquipment] call _fnc_saveToTemplate; + +private _rebUniforms = [ + "U_C_E_LooterJacket_01_F", + "U_I_L_Uniform_01_deserter_F", + "U_I_L_Uniform_01_tshirt_black_F", + "U_I_L_Uniform_01_tshirt_olive_F", + "U_I_L_Uniform_01_tshirt_skull_F", + "U_I_L_Uniform_01_tshirt_sport_F", + "U_O_R_Gorka_01_black_F", + "U_I_C_Soldier_Bandit_3_F", + "U_I_C_Soldier_Bandit_2_F" +]; + +private _dlcUniforms = [ + "U_IG_Guerilla1_1", + "U_IG_Guerilla2_1", + "U_IG_Guerilla2_2", + "U_IG_Guerilla2_3", + "U_IG_Guerilla3_1", + "U_IG_leader", + "U_IG_Guerrilla_6_1", + "U_I_G_resistanceLeader_F" +]; +//They aren't DLC uniforms, but i think you get it + +if ("expansion" in A3A_enabledDLC) then {_dlcUniforms append [ + "U_I_C_Soldier_Bandit_4_F", + "U_I_C_Soldier_Bandit_1_F", + "U_I_C_Soldier_Bandit_5_F", + "U_I_C_Soldier_Para_2_F", + "U_I_C_Soldier_Para_3_F", + "U_I_C_Soldier_Para_5_F", + "U_I_C_Soldier_Para_4_F", + "U_I_C_Soldier_Para_1_F", + "U_I_C_Soldier_Camo_F" +]; +}; + +if ("ws" in A3A_enabledDLC) then {_dlcUniforms append [ + "U_lxWS_ION_Casual1", + "U_lxWS_ION_Casual2", + "U_lxWS_ION_Casual3", + "U_lxWS_ION_Casual4", + "U_lxWS_ION_Casual5", + "U_lxWS_SFIA_deserter" +]; +}; + +["uniforms", _rebUniforms + _dlcUniforms] call _fnc_saveToTemplate; + +["headgear", [ + "H_Booniehat_khk_hs", + "H_Booniehat_tan", + "H_Cap_tan", + "H_Cap_oli_hs", + "H_Cap_blk", + "H_Cap_Lyfe", + "H_Cap_red", + "H_Cap_blu", + "H_Cap_headphones", + "H_Bandanna_khk_hs", + "H_Bandanna_blu", + "H_Bandanna_cbr" +]] call _fnc_saveToTemplate; + +///////////////////// +/// Identities /// +///////////////////// + +["faces", ["LivonianHead_1","LivonianHead_10","LivonianHead_2","LivonianHead_3","LivonianHead_4","LivonianHead_6","LivonianHead_9","Sturrock","WhiteHead_01","WhiteHead_02","WhiteHead_03","WhiteHead_04","WhiteHead_05","WhiteHead_06","WhiteHead_07","WhiteHead_08","WhiteHead_09","WhiteHead_10","WhiteHead_11","WhiteHead_13","WhiteHead_14","WhiteHead_15","WhiteHead_17","WhiteHead_18","WhiteHead_20","WhiteHead_21","WhiteHead_30"]] call _fnc_saveToTemplate; +["voices", ["Male01pol","Male02pol","Male03pol"]] call _fnc_saveToTemplate; +"EnochMen" call _fnc_saveNames; + +////////////////////////// +// Loadouts // +////////////////////////// + +private _loadoutData = call _fnc_createLoadoutData; +_loadoutData set ["maps", ["ItemMap"]]; +_loadoutData set ["watches", ["ItemWatch"]]; +_loadoutData set ["compasses", ["ItemCompass"]]; +_loadoutData set ["binoculars", ["Binocular"]]; + +_loadoutData set ["uniforms", _rebUniforms]; + +_loadoutData set ["glasses", ["G_Shades_Black", "G_Shades_Blue", "G_Shades_Green", "G_Shades_Red", "G_Aviator", "G_Spectacles", "G_Spectacles_Tinted", "G_Sport_BlackWhite", "G_Sport_Blackyellow", "G_Sport_Greenblack", "G_Sport_Checkered", "G_Sport_Red", "G_Squares", "G_Squares_Tinted"]]; +_loadoutData set ["goggles", ["G_Lowprofile"]]; +_loadoutData set ["balaclavas", ["G_Balaclava_blk", "G_Balaclava_BlueStrips", "G_Balaclava_Flecktarn", "G_Balaclava_Halloween_01", "G_Balaclava_lowprofile", "G_Balaclava_oli", "G_Balaclava_Flames1", "G_Balaclava_Scarecrow_01", "G_Balaclava_Skull1", "G_Balaclava_Tropentarn"]]; +_loadoutData set ["facemask", ["G_Bandanna_blk", "G_Bandanna_oli", "G_Bandanna_khk", "G_Bandanna_tan", "G_Bandanna_beast", "G_Bandanna_shades", "G_Bandanna_sport", "G_Bandanna_aviator"]]; +_loadoutData set ["argoFacemask", ["G_Bandanna_BlueFlame1", "G_Bandanna_BlueFlame2", "G_Bandanna_CandySkull", "G_Bandanna_OrangeFlame1", "G_Bandanna_RedFlame1", "G_Bandanna_Skull1", "G_Bandanna_Syndikat1", "G_Bandanna_Syndikat2","G_Bandanna_Skull2", "G_Bandanna_Vampire_01"]]; + +_loadoutData set ["items_medical_basic", ["BASIC"] call A3A_fnc_itemset_medicalSupplies]; +_loadoutData set ["items_medical_standard", ["STANDARD"] call A3A_fnc_itemset_medicalSupplies]; +_loadoutData set ["items_medical_medic", ["MEDIC"] call A3A_fnc_itemset_medicalSupplies]; +_loadoutData set ["items_miscEssentials", [] call A3A_fnc_itemset_miscEssentials]; + +//////////////////////// +// Rebel Unit Types // +///////////////////////. + +private _squadLeaderTemplate = { + ["uniforms"] call _fnc_setUniform; + [selectRandomWeighted [[], 1.25, "glasses", 1, "goggles", 0.75, "facemask", 1, "balaclavas", 1, "argoFacemask", 1]] call _fnc_setFacewear; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; + ["binoculars"] call _fnc_addBinoculars; +}; + +private _riflemanTemplate = { + ["uniforms"] call _fnc_setUniform; + [selectRandomWeighted [[], 1.25, "glasses", 1, "goggles", 0.75, "facemask", 1, "balaclavas", 1, "argoFacemask", 1]] call _fnc_setFacewear; + + ["items_medical_standard"] call _fnc_addItemSet; + ["items_miscEssentials"] call _fnc_addItemSet; + + ["maps"] call _fnc_addMap; + ["watches"] call _fnc_addWatch; + ["compasses"] call _fnc_addCompass; +}; + +private _prefix = "militia"; +private _unitTypes = [ + ["Petros", _squadLeaderTemplate], + ["SquadLeader", _squadLeaderTemplate], + ["Rifleman", _riflemanTemplate], + ["staticCrew", _riflemanTemplate], + ["Medic", _riflemanTemplate, [["medic", true]]], + ["Engineer", _riflemanTemplate, [["engineer", true]]], + ["ExplosivesExpert", _riflemanTemplate, [["explosiveSpecialist", true]]], + ["Grenadier", _riflemanTemplate], + ["LAT", _riflemanTemplate], + ["AT", _riflemanTemplate], + ["AA", _riflemanTemplate], + ["MachineGunner", _riflemanTemplate], + ["Marksman", _riflemanTemplate], + ["Sniper", _riflemanTemplate], + ["Unarmed", _riflemanTemplate] +]; + +[_prefix, _unitTypes, _loadoutData] call _fnc_generateAndSaveUnitsToTemplate; diff --git a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_Reb_Vehicle_Attributes.sqf b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_Reb_Vehicle_Attributes.sqf index c42880c9b7..8542273bce 100644 --- a/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_Reb_Vehicle_Attributes.sqf +++ b/A3A/addons/core/Templates/Templates/Vanilla/Vanilla_Reb_Vehicle_Attributes.sqf @@ -11,6 +11,9 @@ if (isClass (configFile >> "CfgPatches" >> "Vehicles_F_lxWS")) then { (["attributesVehicles"] call _fnc_getFromTemplate) append [ ["I_G_Offroad_01_armor_base_lxWS", ["rebCost", 400], ["threat", 20]], ["I_G_Offroad_01_armor_armed_lxWS", ["rebCost", 900], ["threat", 60]], - ["I_G_Offroad_01_armor_AT_lxWS", ["rebCost", 900], ["threat", 60]] + ["I_G_Offroad_01_armor_AT_lxWS", ["rebCost", 900], ["threat", 60]], + ["a3a_ION_Offroad_armor", ["rebCost", 400], ["threat", 20]], + ["a3a_ION_Offroad_armor_armed", ["rebCost", 900], ["threat", 60]], + ["a3a_ION_Offroad_armor_at", ["rebCost", 900], ["threat", 60]] ]; }; \ No newline at end of file diff --git a/A3A/addons/core/Templates/Templates/WS/WS_AI_ADF.sqf b/A3A/addons/core/Templates/Templates/WS/WS_AI_ADF.sqf index a6e789bedb..96a102baaa 100644 --- a/A3A/addons/core/Templates/Templates/WS/WS_AI_ADF.sqf +++ b/A3A/addons/core/Templates/Templates/WS/WS_AI_ADF.sqf @@ -21,7 +21,7 @@ //A number of these vehicles could be replaced with simple retextures ["vehiclesBasic", ["B_Quadbike_01_F"]] call _fnc_saveToTemplate; private _LightUnarmed = ["a3a_MRAP_03_grey_F"]; -private _LightArmed = ["a3a_MRAP_03_gmg_grey_F", "a3a_MRAP_03_hmg_grey_F"]; +private _LightArmed = ["a3a_MRAP_03_hmg_grey_F","a3a_MRAP_03_gmg_grey_F", "a3a_MRAP_03_hmg_grey_F"]; ["vehiclesTrucks", ["B_Truck_01_covered_F", "B_Truck_01_transport_F"]] call _fnc_saveToTemplate; ["vehiclesCargoTrucks", ["B_Truck_01_cargo_F", "B_Truck_01_flatbed_F"]] call _fnc_saveToTemplate; ["vehiclesAmmoTrucks", ["B_Truck_01_ammo_F"]] call _fnc_saveToTemplate; @@ -29,14 +29,14 @@ private _LightArmed = ["a3a_MRAP_03_gmg_grey_F", "a3a_MRAP_03_hmg_grey_F"]; ["vehiclesFuelTrucks", ["B_Truck_01_fuel_F"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["B_Truck_01_medical_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", []] call _fnc_saveToTemplate; -["vehiclesAPCs", ["a3a_APC_Wheeled_03_cannon_blufor_F","B_APC_Wheeled_01_cannon_F", "B_APC_Tracked_01_rcws_F", "APC_Wheeled_01_atgm_base_lxWS", "APC_Wheeled_01_command_base_lxWS"]] call _fnc_saveToTemplate; +["vehiclesAPCs", ["a3a_APC_Wheeled_03_cannon_blufor_F","a3a_B_APC_Wheeled_01_cannon_F", "B_APC_Tracked_01_rcws_F", "APC_Wheeled_01_atgm_base_lxWS", "a3a_APC_Wheeled_01_command_lxWS"]] call _fnc_saveToTemplate; ["vehiclesIFVs", []] call _fnc_saveToTemplate; private _Tanks = ["B_MBT_01_TUSK_F", "B_MBT_01_cannon_F"]; ["vehiclesAA", ["B_APC_Tracked_01_AA_F"]] call _fnc_saveToTemplate; ["vehiclesTransportBoats", ["B_Boat_Transport_01_F"]] call _fnc_saveToTemplate; ["vehiclesGunBoats", ["B_Boat_Armed_01_minigun_F", "a3a_Boat_Armed_01_hmg_blufor_F"]] call _fnc_saveToTemplate; -["vehiclesAmphibious", ["a3a_APC_Wheeled_03_cannon_blufor_F","B_APC_Wheeled_01_cannon_F", "APC_Wheeled_01_atgm_base_lxWS", "APC_Wheeled_01_command_base_lxWS"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", ["a3a_APC_Wheeled_03_cannon_blufor_F","a3a_B_APC_Wheeled_01_cannon_F", "APC_Wheeled_01_atgm_base_lxWS", "a3a_APC_Wheeled_01_command_lxWS"]] call _fnc_saveToTemplate; ["vehiclesPlanesCAS", ["B_D_Plane_CAS_01_dynamicLoadout_lxWS", "a3a_Plane_Fighter_03_grey_F"]] call _fnc_saveToTemplate; // Will be used with CAS script, must be defined in setPlaneLoadout. Needs fixed gun and either rockets or missiles ["vehiclesPlanesAA", ["a3a_Plane_Fighter_04_grey_F"]] call _fnc_saveToTemplate; // @@ -80,11 +80,11 @@ if ("enoch" in A3A_enabledDLC) then { _vehiclesMilitiaCars append ["a3a_Offroad_01_covered_tan_F","a3a_Offroad_01_comms_tan_F"]; }; if ("tanks" in A3A_enabledDLC) then { - _Tanks append ["B_AFV_Wheeled_01_cannon_F","B_AFV_Wheeled_01_up_cannon_F"]; //Closer to IFV than tank, but no passenger seats. + ["vehiclesLightTanks", ["B_AFV_Wheeled_01_cannon_F","B_AFV_Wheeled_01_up_cannon_F"]] call _fnc_saveToTemplate; }; if ("expansion" in A3A_enabledDLC) then { _LightUnarmed append ["a3a_MRAP_03_grey_F","B_LSV_01_unarmed_F"]; - _LightArmed append ["a3a_MRAP_03_gmg_grey_F", "a3a_MRAP_03_hmg_grey_F","B_LSV_01_AT_F","B_LSV_01_armed_F"]; + _LightArmed append ["B_LSV_01_AT_F","B_LSV_01_armed_F"]; }; if ("heli" in A3A_enabledDLC) then { _HelisTransport append ["B_Heli_Transport_03_black_F", "B_Heli_Transport_03_unarmed_F"]; @@ -151,16 +151,14 @@ _loadoutData set ["machineGuns", []]; _loadoutData set ["marksmanRifles", []]; _loadoutData set ["sniperRifles", []]; -_loadoutData set ["lightATLaunchers", [ +_loadoutData set ["lightATLaunchers", ["launch_NLAW_F"]]; +_loadoutData set ["ATLaunchers", [ ["launch_MRAWS_sand_F", "", "acc_pointer_IR", "", ["MRAWS_HE_F", "MRAWS_HEAT55_F"], [], ""], ["launch_MRAWS_sand_F", "", "acc_pointer_IR", "", ["MRAWS_HEAT_F", "MRAWS_HEAT55_F"], [], ""], -["launch_MRAWS_sand_F", "", "acc_pointer_IR", "", ["MRAWS_HEAT_F", "MRAWS_HE_F"], [], ""], -["launch_MRAWS_sand_rail_F", "", "acc_pointer_IR", "", ["MRAWS_HE_F", "MRAWS_HEAT55_F"], [], ""], -["launch_MRAWS_sand_rail_F", "", "acc_pointer_IR", "", ["MRAWS_HEAT_F", "MRAWS_HEAT55_F"], [], ""], -["launch_MRAWS_sand_rail_F", "", "acc_pointer_IR", "", ["MRAWS_HEAT_F", "MRAWS_HE_F"], [], ""] -]]; -_loadoutData set ["ATLaunchers", ["launch_NLAW_F"]]; +["launch_MRAWS_sand_F", "", "acc_pointer_IR", "", ["MRAWS_HEAT_F", "MRAWS_HE_F"], [], ""] _loadoutData set ["missileATLaunchers", [ +["launch_B_Titan_short_F", "", "acc_pointer_IR", "", ["Titan_AT", "Titan_AP"], [], ""], +["launch_B_Titan_short_F", "", "acc_pointer_IR", "", ["Titan_AT"], [], ""], ["launch_B_Titan_short_F", "", "acc_pointer_IR", "", ["Titan_AT"], [], ""] ]]; _loadoutData set ["AALaunchers", [ diff --git a/A3A/addons/core/Templates/Templates/WS/WS_AI_CSAT_NAfrica.sqf b/A3A/addons/core/Templates/Templates/WS/WS_AI_CSAT_NAfrica.sqf index 18fbc5c757..0ece0fd7a4 100644 --- a/A3A/addons/core/Templates/Templates/WS/WS_AI_CSAT_NAfrica.sqf +++ b/A3A/addons/core/Templates/Templates/WS/WS_AI_CSAT_NAfrica.sqf @@ -19,22 +19,22 @@ ["vehiclesBasic", ["O_Quadbike_01_F"]] call _fnc_saveToTemplate; private _LightUnarmed = ["O_MRAP_02_F"]; -private _LightArmed = ["O_MRAP_02_hmg_F", "O_MRAP_02_gmg_F", "a3a_O_Truck_02_zu23_F"]; +private _LightArmed = ["O_MRAP_02_hmg_F","O_MRAP_02_hmg_F", "O_MRAP_02_gmg_F", "a3a_O_Truck_02_zu23_F"]; ["vehiclesTrucks", ["O_Truck_03_transport_F", "O_Truck_03_covered_F"]] call _fnc_saveToTemplate; private _cargoTrucks = ["O_Truck_02_transport_F", "O_Truck_02_covered_F", "O_Truck_03_transport_F", "O_Truck_03_covered_F", "O_Truck_02_cargo_lxWS","O_Truck_02_flatbed_lxWS"]; ["vehiclesAmmoTrucks", ["O_Truck_02_Ammo_F", "O_Truck_03_ammo_F"]] call _fnc_saveToTemplate; ["vehiclesRepairTrucks", ["O_Truck_02_box_F", "O_Truck_03_repair_F"]] call _fnc_saveToTemplate; ["vehiclesFuelTrucks", ["O_Truck_03_fuel_F", "O_Truck_02_fuel_F"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["O_Truck_02_medical_F", "O_Truck_03_medical_F"]] call _fnc_saveToTemplate; -["vehiclesLightAPCs", []] call _fnc_saveToTemplate; -["vehiclesAPCs", ["O_APC_Tracked_02_cannon_F", "O_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; -["vehiclesIFVs", []] call _fnc_saveToTemplate; +["vehiclesLightAPCs", ["O_APC_Wheeled_02_hmg_lxWS"]] call _fnc_saveToTemplate; +["vehiclesAPCs", ["a3a_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; +["vehiclesIFVs", ["a3a_APC_Tracked_02_cannon_F", "a3a_APC_Tracked_02_30mm_lxWS"]] call _fnc_saveToTemplate; private _Tanks = ["O_MBT_02_cannon_F"]; ["vehiclesAA", ["O_APC_Tracked_02_AA_F"]] call _fnc_saveToTemplate; ["vehiclesTransportBoats", ["O_Boat_Transport_01_F"]] call _fnc_saveToTemplate; ["vehiclesGunBoats", ["O_Boat_Armed_01_hmg_F"]] call _fnc_saveToTemplate; -["vehiclesAmphibious", ["O_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", ["a3a_APC_Wheeled_02_rcws_v2_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesCAS", ["O_Plane_CAS_02_dynamicLoadout_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesAA", ["O_Plane_Fighter_02_F"]] call _fnc_saveToTemplate; @@ -61,7 +61,7 @@ private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; ["staticMGs", ["I_HMG_02_high_F"]] call _fnc_saveToTemplate; ["staticAT", ["O_static_AT_F"]] call _fnc_saveToTemplate; -["staticAA", ["O_static_AA_F"]] call _fnc_saveToTemplate; +["staticAA", ["O_SFIA_ZU23_lxWS","O_static_AA_F"]] call _fnc_saveToTemplate; ["staticMortars", ["O_Mortar_01_F"]] call _fnc_saveToTemplate; ["mortarMagazineHE", "8Rnd_82mm_Mo_shells"] call _fnc_saveToTemplate; @@ -84,7 +84,7 @@ if ("tanks" in A3A_enabledDLC) then if ("expansion" in A3A_enabledDLC) then { _LightUnarmed append ["O_MRAP_02_F", "O_LSV_02_unarmed_F"]; - _LightArmed append ["O_MRAP_02_hmg_F", "O_MRAP_02_gmg_F", "O_LSV_02_AT_F", "O_LSV_02_armed_F"]; + _LightArmed append ["O_LSV_02_AT_F", "O_LSV_02_armed_F"]; }; if ("orange" in A3A_enabledDLC) then { @@ -248,8 +248,6 @@ _sfLoadoutData set ["SMGs", [ ["SMG_02_F", "muzzle_snds_L", "acc_pointer_IR", "optic_Aco_smg", [], [], ""] ]]; _sfLoadoutData set ["machineGuns", [ -["LMG_S77_Hex_lxWS", "suppressor_h_sand_lxWS", "acc_pointer_IR", "optic_MRCO", ["100Rnd_762x51_S77_Green_lxWS", "100Rnd_762x51_S77_Green_Tracer_lxWS"], [], ""], -["LMG_S77_Hex_lxWS", "suppressor_h_sand_lxWS", "acc_pointer_IR", "optic_Holosight", ["100Rnd_762x51_S77_Green_lxWS", "100Rnd_762x51_S77_Green_Tracer_lxWS"], [], ""], ["LMG_S77_Compact_lxWS", "muzzle_snds_B_snd_F", "acc_pointer_IR", "optic_MRCO", ["100Rnd_762x51_S77_Green_lxWS", "100Rnd_762x51_S77_Green_Tracer_lxWS"], [], ""], ["LMG_S77_Compact_lxWS", "muzzle_snds_B_snd_F", "acc_pointer_IR", "optic_Holosight", ["100Rnd_762x51_S77_Green_lxWS", "100Rnd_762x51_S77_Green_Tracer_lxWS"], [], ""] ]]; @@ -275,7 +273,7 @@ _sfLoadoutData set ["sidearms", [ private _militaryLoadoutData = _loadoutData call _fnc_copyLoadoutData; // touch and shit breaks _militaryLoadoutData set ["uniforms", ["U_O_LCF_noInsignia_hex_lxws"]]; _militaryLoadoutData set ["slUniforms", ["U_O_OfficerUniform_ocamo"]]; -_militaryLoadoutData set ["vests", ["V_HarnessO_brn"]]; +_militaryLoadoutData set ["vests", ["V_HarnessO_brn", "V_lxWS_TacVestIR_oli"]]; _militaryLoadoutData set ["glVests", ["V_HarnessOGL_brn"]]; _militaryLoadoutData set ["Hvests", ["V_TacVest_brn"]]; _militaryLoadoutData set ["backpacks", ["B_TacticalPack_ocamo", "B_Carryall_ocamo", "B_FieldPack_ocamo", "B_Carryall_cbr", "B_Kitbag_cbr"]]; @@ -286,7 +284,6 @@ _militaryLoadoutData set ["slRifles", [ ["arifle_Katiba_C_F", "", "acc_pointer_IR", "optic_Arco_blk_F", ["30Rnd_65x39_caseless_green", "30Rnd_65x39_caseless_green", "30Rnd_65x39_caseless_green_mag_Tracer"], [], ""], ["arifle_Katiba_F", "", "acc_pointer_IR", "optic_Arco", ["30Rnd_65x39_caseless_green", "30Rnd_65x39_caseless_green", "30Rnd_65x39_caseless_green_mag_Tracer"], [], ""], ["arifle_Katiba_GL_F", "", "acc_pointer_IR", "optic_Arco_blk_F", ["30Rnd_65x39_caseless_green", "30Rnd_65x39_caseless_green", "30Rnd_65x39_caseless_green_mag_Tracer"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""], -["arifle_Katiba_GL_F", "", "acc_pointer_IR", "optic_Arco", ["30Rnd_65x39_caseless_green", "30Rnd_65x39_caseless_green", "30Rnd_65x39_caseless_green_mag_Tracer"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""], ["arifle_SLR_V_lxWS", "", "", "optic_MRCO", ["20Rnd_762x51_slr_reload_tracer_green_lxWS", "20Rnd_762x51_slr_tracer_green_lxWS"], [], ""], ["arifle_SLR_V_lxWS", "", "", "optic_Arco_blk_F", ["30Rnd_762x51_slr_reload_tracer_green_lxWS", "30Rnd_762x51_slr_tracer_green_lxWS"], [], ""], ["arifle_Velko_lxWS", "", "acc_pointer_IR_sand_lxWS", "optic_Arco_blk_F", ["35Rnd_556x45_Velko_reload_tracer_green_lxWS","35Rnd_556x45_Velko_tracer_green_lxWS"], [], ""], @@ -412,6 +409,14 @@ _pilotLoadoutData set ["vests", ["V_BandollierB_khk"]]; _pilotLoadoutData set ["helmets", ["H_CrewHelmetHeli_O", "H_PilotHelmetHeli_O"]]; _pilotLoadoutData set ["facewear", ["G_Aviator","G_Squares_Tinted","G_Tactical_Black"]]; +private _officerLoadoutData = _militaryLoadoutData call _fnc_copyLoadoutData; +_officerLoadoutData set ["slUniforms", ["U_O_OfficerUniform_ocamo", "U_O_ParadeUniform_01_CSAT_F", "U_O_ParadeUniform_01_CSAT_decorated_F"]]; +_officerLoadoutData set ["vests", ["V_TacVest_khk", "V_LegStrapBag_coyote_F"]]; +_officerLoadoutData set ["helmets", ["H_ParadeDressCap_01_CSAT_F"]]; +_officerLoadoutData set ["backpacks", []]; +_officerLoadoutData set ["slRifles", [ +["arifle_VelkoR5_lxWS", "", "acc_pointer_IR", "optic_r1_high_lxWS", ["35Rnd_556x45_Velko_reload_tracer_green_lxWS","35Rnd_556x45_Velko_tracer_green_lxWS"], [], ""], +["arifle_Katiba_C_F", "", "acc_pointer_IR", "optic_Arco_blk_F", ["30Rnd_65x39_caseless_green", "30Rnd_65x39_caseless_green", "30Rnd_65x39_caseless_green_mag_Tracer"], [], ""]]]; if ("mark" in A3A_enabledDLC) then { private _sfMG = _sfLoadoutData get "machineGuns"; @@ -987,7 +992,7 @@ private _unitTypes = [ ["other", [["Crew", _crewTemplate]], _crewLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; ["other", [["Pilot", _pilotTemplate]], _pilotLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; //The following lines are determining the loadout for the unit used in the "kill the official" mission -["other", [["Official", _squadLeaderTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; +["other", [["Official", _squadLeaderTemplate]], _officerLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; //The following lines are determining the loadout for the AI used in the "kill the traitor" mission ["other", [["Traitor", _traitorTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; //The following lines are determining the loadout for the AI used in the "Invader Punishment" mission diff --git a/A3A/addons/core/Templates/Templates/WS/WS_AI_ION.sqf b/A3A/addons/core/Templates/Templates/WS/WS_AI_ION.sqf index de8d6af245..5d6ce62615 100644 --- a/A3A/addons/core/Templates/Templates/WS/WS_AI_ION.sqf +++ b/A3A/addons/core/Templates/Templates/WS/WS_AI_ION.sqf @@ -20,7 +20,7 @@ // vehicles can be placed in more than one category if they fit between both. Cost will be derived by the higher category ["vehiclesBasic", ["B_ION_Quadbike_01_lxWS"]] call _fnc_saveToTemplate; private _vehiclesLightUnarmed = ["a3a_ION_Offroad_armor"]; -private _vehiclesLightArmed = ["a3a_ION_Offroad_armor_armed","a3a_ION_Offroad_armor_at", "a3a_ION_Truck_02_zu23_F"]; +private _vehiclesLightArmed = ["a3a_ION_Offroad_armor_armed","a3a_ION_Offroad_armor_armed","a3a_ION_Offroad_armor_at", "a3a_ION_Truck_02_zu23_F"]; ["vehiclesTrucks", ["B_ION_Truck_02_covered_lxWS", "a3a_ION_Truck_02_transport_F"]] call _fnc_saveToTemplate; ["vehiclesCargoTrucks", ["B_ION_Truck_02_covered_lxWS", "a3a_ION_Truck_02_transport_F","a3a_ION_Truck_02_cargo_F","a3a_ION_Truck_02_flatbed_F"]] call _fnc_saveToTemplate; ["vehiclesAmmoTrucks", ["a3a_ION_Truck_02_Ammo_F"]] call _fnc_saveToTemplate; @@ -28,15 +28,15 @@ private _vehiclesLightArmed = ["a3a_ION_Offroad_armor_armed","a3a_ION_Offroad_ar ["vehiclesFuelTrucks", ["a3a_ION_Truck_02_Fuel_F"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["a3a_Van_02_black_medevac_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", ["B_ION_APC_Wheeled_02_hmg_lxWS"]] call _fnc_saveToTemplate; -["vehiclesAPCs", ["B_ION_APC_Wheeled_01_command_lxWS","B_ION_APC_Wheeled_01_cannon_lxWS", "a3a_APC_Wheeled_03_cannon_blufor_F"]] call _fnc_saveToTemplate; +["vehiclesAPCs", ["a3a_ION_APC_Wheeled_01_command_lxWS","a3a_ION_APC_Wheeled_01_cannon_lxWS", "a3a_ION_APC_Wheeled_01_atgm"]] call _fnc_saveToTemplate; ["vehiclesIFVs", []] call _fnc_saveToTemplate; -private _Tanks = ["B_MBT_01_TUSK_F", "B_MBT_01_cannon_F"]; +private _Tanks = ["a3a_MBT_02_cannon_black_F"]; ["vehiclesAA", ["a3a_ION_Truck_02_zu23_F"]] call _fnc_saveToTemplate; ["vehiclesTransportBoats", ["B_Boat_Transport_01_F"]] call _fnc_saveToTemplate; ["vehiclesGunBoats", ["B_Boat_Armed_01_minigun_F", "a3a_Boat_Armed_01_hmg_blufor_F"]] call _fnc_saveToTemplate; -["vehiclesAmphibious", ["B_ION_APC_Wheeled_01_command_lxWS","B_ION_APC_Wheeled_01_cannon_lxWS", "a3a_APC_Wheeled_03_cannon_blufor_F"]] call _fnc_saveToTemplate; +["vehiclesAmphibious", ["a3a_ION_APC_Wheeled_01_command_lxWS","a3a_ION_APC_Wheeled_01_cannon_lxWS", "a3a_ION_APC_Wheeled_01_atgm"]] call _fnc_saveToTemplate; ["vehiclesPlanesCAS", ["a3a_Plane_Fighter_03_grey_F"]] call _fnc_saveToTemplate; ["vehiclesPlanesAA", ["a3a_Plane_Fighter_04_grey_F"]] call _fnc_saveToTemplate; @@ -75,12 +75,12 @@ private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; if ("expansion" in A3A_enabledDLC) then { _vehiclesMilitiaCars append ["a3a_Offroad_02_black_unarmed_F"]; - _vehiclesMilitiaLightArmed append ["a3a_Offroad_02_black_AT_F","a3a_Offroad_02_LMG_black_F"]; + _vehiclesMilitiaLightArmed append ["a3a_Offroad_02_black_AT_F","a3a_Offroad_02_LMG_black_F","a3a_Offroad_02_LMG_black_F"]; _vehiclesLightUnarmed append ["B_LSV_01_unarmed_black_F","O_LSV_02_unarmed_black_F"]; - _vehiclesLightArmed append ["a3a_LSV_02_AT_black_F","a3a_LSV_01_AT_black_F","O_LSV_02_armed_black_F","B_LSV_01_armed_black_F"]; + _vehiclesLightArmed append ["a3a_LSV_02_AT_black_F","a3a_LSV_01_AT_black_F","O_LSV_02_armed_black_F","B_LSV_01_armed_black_F","O_LSV_02_armed_black_F","B_LSV_01_armed_black_F"]; }; if ("tanks" in A3A_enabledDLC) then { - _Tanks append ["a3a_MBT_04_cannon_black_F","a3a_MBT_04_command_black_F", "B_AFV_Wheeled_01_cannon_F","B_AFV_Wheeled_01_up_cannon_F"]; + _Tanks append ["a3a_MBT_04_cannon_black_F","a3a_MBT_04_command_black_F"]; }; if ("enoch" in A3A_enabledDLC) then { _vehiclesPolice append ["B_GEN_Offroad_01_comms_F","B_GEN_Offroad_01_covered_F"]; @@ -132,7 +132,9 @@ _loadoutData set ["sniperRifles", []]; _loadoutData set ["lightATLaunchers", [ ["launch_MRAWS_sand_F", "", "acc_pointer_IR", "", ["MRAWS_HEAT55_F", "MRAWS_HE_F"], [], ""], -["launch_MRAWS_sand_F", "", "acc_pointer_IR", "", ["MRAWS_HE_F","MRAWS_HEAT55_F"], [], ""] +["launch_MRAWS_sand_F", "", "acc_pointer_IR", "", ["MRAWS_HE_F","MRAWS_HEAT55_F"], [], ""], +"launch_NLAW_F", +"launch_NLAW_F" ]]; _loadoutData set ["ATLaunchers", [ ["launch_MRAWS_sand_F", "", "acc_pointer_IR", "", ["MRAWS_HEAT_F", "MRAWS_HEAT55_F"], [], ""], @@ -140,7 +142,9 @@ _loadoutData set ["ATLaunchers", [ ]]; _loadoutData set ["missileATLaunchers", [ ["launch_O_Titan_short_F", "", "acc_pointer_IR", "", ["Titan_AT", "Titan_AP"], [], ""], -["launch_O_Vorona_brown_F", "", "", "", ["Vorona_HEAT", "Vorona_HE"], [], ""] +["launch_O_Vorona_brown_F", "", "", "", ["Vorona_HEAT", "Vorona_HE"], [], ""], +["launch_O_Titan_short_F", "", "acc_pointer_IR", "", ["Titan_AT"], [], ""], +["launch_O_Vorona_brown_F", "", "", "", ["Vorona_HEAT"], [], ""] ]]; _loadoutData set ["AALaunchers", [ ["launch_B_Titan_F", "", "acc_pointer_IR", "", ["Titan_AA"], [], ""] @@ -216,6 +220,7 @@ _loadoutData set ["items_unarmed_extras", []]; private _sfLoadoutData = _loadoutData call _fnc_copyLoadoutData; _sfLoadoutData set ["uniforms", ["U_lxWS_ION_Casual4", "U_lxWS_ION_Casual2"]]; _sfLoadoutData set ["vests", ["V_PlateCarrier1_blk","V_PlateCarrier2_blk","V_PlateCarrierGL_blk", "V_PlateCarrierSpec_blk"]]; +_sfLoadoutData set ["Lvests", ["V_TacVestIR_blk"]]; _sfLoadoutData set ["backpacks", ["B_AssaultPack_blk", "B_Carryall_blk", "B_FieldPack_blk", "B_Kitbag_tan"]]; _sfLoadoutData set ["helmets", ["H_HelmetB_sand", "H_HelmetB_black", "H_HelmetSpecB_blk", "H_HelmetSpecB_sand", "lxWS_H_bmask_white", "lxWS_H_bmask_base"]]; _sfLoadoutData set ["binoculars", ["Laserdesignator"]]; @@ -279,17 +284,25 @@ _sfLoadoutData set ["sidearms", [ private _militaryLoadoutData = _loadoutData call _fnc_copyLoadoutData; _militaryLoadoutData set ["uniforms", ["U_BG_Guerilla2_1", "U_lxWS_ION_Casual2", "U_lxWS_ION_Casual4", "U_lxWS_ION_Casual6"]]; -_militaryLoadoutData set ["vests", ["V_PlateCarrier1_blk","V_PlateCarrier2_blk"]]; +_militaryLoadoutData set ["vests", ["V_PlateCarrier1_blk","V_PlateCarrier2_blk", "V_TacVest_blk", "V_TacVestIR_blk"]]; +_militaryLoadoutData set ["Lvests", ["V_TacVest_blk", "V_TacVestIR_blk"]]; _militaryLoadoutData set ["Hvests", ["V_PlateCarrierGL_blk", "V_PlateCarrierSpec_blk"]]; _militaryLoadoutData set ["backpacks", ["B_AssaultPack_blk", "B_FieldPack_blk", "B_Kitbag_tan"]]; _militaryLoadoutData set ["helmets", ["H_HelmetB_sand", "H_HelmetB_black", "H_HelmetB_light_black", "H_HelmetB_light_sand", "lxWS_H_PASGT_goggles_black_F", "H_PASGT_basic_black_F", "H_Cap_headphones_ion_lxws", "lxWS_H_CapB_rvs_blk_ION"]]; _militaryLoadoutData set ["binoculars", ["Laserdesignator", "Binocular"]]; +_militaryLoadoutData set ["slRifles", [ +["arifle_XMS_Shot_Sand_lxWS", "", "acc_pointer_IR", "optic_Holosight", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], ["6Rnd_12Gauge_Slug","6Rnd_12Gauge_Pellets"], ""], +["arifle_XMS_Base_Sand_lxWS", "", "acc_pointer_IR", "optic_Holosight", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], [], ""], +["arifle_XMS_Shot_Sand_lxWS", "", "acc_pointer_IR", "optic_Holosight", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], ["6rnd_HE_Mag_lxWS","6rnd_Smoke_Mag_lxWS"], ""], +["arifle_XMS_GL_Sand_lxWS", "", "acc_pointer_IR", "optic_Holosight", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""], +["arifle_XMS_GL_Sand_lxWS", "", "acc_pointer_IR", "optic_Holosight", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""], +["arifle_Mk20_GL_plain_F", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""] +]]; _militaryLoadoutData set ["rifles", [ ["arifle_XMS_Shot_lxWS", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_Tracer_Red"], ["6Rnd_12Gauge_Slug","6Rnd_12Gauge_Pellets"], ""], -["arifle_XMS_Shot_Sand_lxWS", "", "acc_pointer_IR", "optic_Holosight", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], ["6Rnd_12Gauge_Slug","6Rnd_12Gauge_Pellets"], ""], ["arifle_XMS_Base_lxWS", "", "saber_light_ir_lxWS", "optic_Holosight_blk_F", ["30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_Tracer_Red"], [], ""], -["arifle_XMS_Base_Sand_lxWS", "", "acc_pointer_IR", "optic_Holosight", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], [], ""], +["arifle_XMS_M_lxWS", "", "acc_pointer_IR", "optic_MRCO", ["30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_Tracer_Red"], [], ""], ["arifle_Mk20_plain_F", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], [], ""], ["arifle_Mk20_plain_F", "", "saber_light_ir_sand_lxWS", "optic_Holosight", ["30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_Tracer_Red"], [], ""] ]]; @@ -303,15 +316,10 @@ _militaryLoadoutData set ["carbines", [ ]]; _militaryLoadoutData set ["grenadeLaunchers", [ ["arifle_XMS_Shot_lxWS", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_Tracer_Red"], ["6rnd_HE_Mag_lxWS","6rnd_Smoke_Mag_lxWS"], ""], -["arifle_XMS_Shot_Sand_lxWS", "", "acc_pointer_IR", "optic_Holosight", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], ["6rnd_HE_Mag_lxWS","6rnd_Smoke_Mag_lxWS"], ""], ["arifle_XMS_GL_lxWS", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_Tracer_Red"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""], -["arifle_XMS_GL_Sand_lxWS", "", "acc_pointer_IR", "optic_Holosight", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""], ["arifle_XMS_GL_lxWS", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_Tracer_Red"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""], -["arifle_XMS_GL_Sand_lxWS", "", "acc_pointer_IR", "optic_Holosight", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""], -["arifle_Mk20_GL_plain_F", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""], ["arifle_Mk20_GL_plain_F", "", "acc_pointer_IR", "optic_Holosight", ["30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_Tracer_Red"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""], -["arifle_Mk20_GL_plain_F", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""], -["arifle_Mk20_GL_plain_F", "", "acc_pointer_IR", "optic_Holosight", ["30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_Tracer_Red"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""] +["arifle_Mk20_GL_plain_F", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_red", "30Rnd_556x45_Stanag_Sand_Tracer_Red"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""] ]]; _militaryLoadoutData set ["SMGs", [ ["SMG_01_F", "", "acc_flashlight_smg_01", "optic_r1_high_lxWS", [], [], ""], @@ -325,12 +333,12 @@ _militaryLoadoutData set ["machineGuns", [ ["LMG_S77_lxWS", "", "acc_pointer_IR_snake_lxWS", "optic_Holosight_blk_F", ["100Rnd_762x51_S77_Red_lxWS", "100Rnd_762x51_S77_Red_lxWS", "100Rnd_762x51_S77_Red_Tracer_lxWS"], [], ""], ["LMG_Mk200_black_F", "", "acc_pointer_IR", "optic_MRCO", ["200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Tracer_Red"], [], "bipod_01_F_blk"], ["LMG_Mk200_black_F", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Tracer_Red"], [], "bipod_01_F_blk"], -["arifle_XMS_M_lxWS", "", "acc_pointer_IR", "optic_MRCO", ["75Rnd_556x45_Stanag_lxWS", "75Rnd_556x45_Stanag_red_lxWS", "30Rnd_556x45_Stanag_Tracer_Red"], [], "bipod_03_F_blk"], -["arifle_XMS_M_Sand_lxWS", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["75Rnd_556x45_Stanag_lxWS", "75Rnd_556x45_Stanag_red_lxWS", "30Rnd_556x45_Stanag_Tracer_Red"], [], "bipod_03_F_blk"] +["arifle_XMS_M_Sand_lxWS", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["75Rnd_556x45_Stanag_lxWS", "75Rnd_556x45_Stanag_red_lxWS", "30Rnd_556x45_Stanag_Tracer_Red"], [], "bipod_01_F_snd"] ]]; _militaryLoadoutData set ["marksmanRifles", [ ["srifle_EBR_blk_lxWS", "", "acc_pointer_IR", "optic_SOS", [], [], "bipod_01_F_blk"], -["srifle_EBR_blk_lxWS", "", "acc_pointer_IR", "optic_Hamr", [], [], "bipod_01_F_blk"] +["srifle_EBR_blk_lxWS", "", "acc_pointer_IR", "optic_Hamr", [], [], "bipod_01_F_blk"], +["arifle_XMS_M_lxWS", "", "acc_pointer_IR", "optic_Hamr", ["30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_red", "30Rnd_556x45_Stanag_Tracer_Red"], [], "bipod_03_F_blk"] ]]; _militaryLoadoutData set ["sniperRifles", [ ["srifle_EBR_blk_lxWS", "", "acc_pointer_IR", "optic_SOS", [], [], "bipod_01_F_blk"], @@ -387,16 +395,12 @@ _militiaLoadoutData set ["SMGs", [ "SMG_03C_khaki", "SMG_03C_black" ]]; _militiaLoadoutData set ["machineGuns", [ -["LMG_Mk200_F", "", "saber_light_sand_lxWS", "", ["200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Tracer_Red"], [], "bipod_01_F_snd"], -["LMG_Mk200_black_F", "", "saber_light_lxWS", "", ["200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Tracer_Red"], [], "bipod_01_F_blk"], -["LMG_Mk200_F", "", "saber_light_sand_lxWS", "", ["200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Tracer_Red"], [], ""], -["LMG_Mk200_black_F", "", "saber_light_lxWS", "", ["200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Tracer_Red"], [], ""] +["LMG_Mk200_black_F", "", "saber_light_lxWS", "", ["200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Tracer_Red"], [], "bipod_03_F_blk"], +["LMG_Mk200_black_F", "", "saber_light_lxWS", "", ["200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Red", "200Rnd_65x39_cased_Box_Tracer_Red"], [], "bipod_03_F_blk"] ]]; _militiaLoadoutData set ["marksmanRifles", [ ["srifle_EBR_F", "", "saber_light_sand_lxWS", "optic_SOS", [], [], "bipod_01_F_snd"], -["srifle_EBR_F", "", "saber_light_sand_lxWS", "optic_Hamr", [], [], ""], -["srifle_EBR_blk_lxWS", "", "saber_light_lxWS", "optic_SOS", [], [], "bipod_01_F_blk"], -["srifle_EBR_blk_lxWS", "", "saber_light_lxWS", "optic_Hamr", [], [], ""] +["srifle_EBR_F", "", "saber_light_sand_lxWS", "optic_Hamr", [], [], "bipod_01_F_snd"] ]]; _militiaLoadoutData set ["sidearms", ["hgun_Rook40_F"]]; @@ -428,7 +432,7 @@ _crewLoadoutData set ["SMGs", [ private _officerLoadoutData = _pilotLoadoutData call _fnc_copyLoadoutData; _officerLoadoutData set ["uniforms", ["U_C_FormalSuit_01_tshirt_black_F", "U_Marshal"]]; _officerLoadoutData set ["vests", ["V_TacVest_blk", "V_LegStrapBag_black_F"]]; -_officerLoadoutData set ["helmets", ["H_Cap_blk_ION"]]; +_officerLoadoutData set ["helmets", ["H_Cap_blk_ION", "H_Cap_blk_ION", "H_WirelessEarpiece_F"]]; _officerLoadoutData set ["facewear", ["G_Aviator","G_Squares_Tinted","G_WirelessEarpiece_F"]]; if ("expansion" in A3A_enabledDLC) then { @@ -452,7 +456,7 @@ if ("expansion" in A3A_enabledDLC) then { ["arifle_SPAR_02_blk_F", "", "saber_light_lxWS", "", ["75Rnd_556x45_Stanag_lxWS", "75Rnd_556x45_Stanag_red_lxWS", "30Rnd_556x45_Stanag_Tracer_Red"], [], ""], ["arifle_SPAR_02_snd_F", "", "saber_light_sand_lxWS", "", ["150Rnd_556x45_Drum_Sand_Mag_F", "150Rnd_556x45_Drum_Sand_Mag_F", "150Rnd_556x45_Drum_Sand_Mag_Tracer_F","30Rnd_556x45_Stanag_Sand_Tracer_Red"], [], "bipod_01_F_snd"], ["arifle_SPAR_02_blk_F", "", "acc_flashlight", "", ["150Rnd_556x45_Drum_Mag_F", "150Rnd_556x45_Drum_Mag_F", "150Rnd_556x45_Drum_Mag_Tracer_F","30Rnd_556x45_Stanag_Tracer_Red"], [], "bipod_01_F_blk"], - ["LMG_03_F", "", "acc_flashlight", "", ["200Rnd_556x45_Box_Red_F", "200Rnd_556x45_Box_Red_F", "200Rnd_556x45_Box_Tracer_Red_F"], [], "bipod_01_F_blk"], + ["LMG_03_F", "", "acc_flashlight", "", ["200Rnd_556x45_Box_Red_F", "200Rnd_556x45_Box_Red_F", "200Rnd_556x45_Box_Tracer_Red_F"], [], ""], ["LMG_03_F", "", "saber_light_lxWS", "", ["200Rnd_556x45_Box_Red_F", "200Rnd_556x45_Box_Red_F", "200Rnd_556x45_Box_Tracer_Red_F"], [], ""] ]; (_militiaLoadoutData get "marksmanRifles") append [ @@ -462,7 +466,7 @@ if ("expansion" in A3A_enabledDLC) then { (_militaryLoadoutData get "machineGuns") append [ ["arifle_SPAR_02_blk_F", "", "acc_pointer_IR", "optic_MRCO", ["75Rnd_556x45_Stanag_lxWS", "75Rnd_556x45_Stanag_red_lxWS", "30Rnd_556x45_Stanag_Tracer_Red"], [], "bipod_01_F_blk"], - ["LMG_03_F", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["200Rnd_556x45_Box_Red_F", "200Rnd_556x45_Box_Red_F", "200Rnd_556x45_Box_Tracer_Red_F"], [], "bipod_01_F_blk"] + ["LMG_03_F", "", "acc_pointer_IR", "optic_Holosight_blk_F", ["200Rnd_556x45_Box_Red_F", "200Rnd_556x45_Box_Red_F", "200Rnd_556x45_Box_Tracer_Red_F"], [], ""] ]; (_militaryLoadoutData get "marksmanRifles") append [ ["arifle_SPAR_03_blk_F", "", "acc_pointer_IR", "optic_SOS", [], [], "bipod_03_F_blk"], @@ -491,14 +495,14 @@ if ("expansion" in A3A_enabledDLC) then { //However, these exist in case you really do want to do a lot of custom alterations. private _squadLeaderTemplate = { - ["helmets"] call _fnc_setHelmet; + ["slHat"] call _fnc_setHelmet; ["facewear"] call _fnc_setFacewear; - ["vests"] call _fnc_setVest; + ["Hvests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; ["backpacks"] call _fnc_setBackpack; - [selectRandom ["grenadeLaunchers", "rifles"]] call _fnc_setPrimary; + [ selectRandom [["slRifles", "rifles"] call _fnc_fallback,"grenadeLaunchers", "rifles", "carbines"]] call _fnc_setPrimary; ["primary", 5] call _fnc_addMagazines; ["primary", 4] call _fnc_addAdditionalMuzzleMagazines; @@ -551,7 +555,7 @@ private _riflemanTemplate = { private _medicTemplate = { ["helmets"] call _fnc_setHelmet; ["facewear"] call _fnc_setFacewear; - ["vests"] call _fnc_setVest; + [[selectRandom ["Lvests", "vests"], "vests"] call _fnc_fallback] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; ["backpacks"] call _fnc_setBackpack; [selectRandom ["carbines", "SMGs"]] call _fnc_setPrimary; @@ -576,7 +580,7 @@ private _medicTemplate = { private _grenadierTemplate = { ["helmets"] call _fnc_setHelmet; ["facewear"] call _fnc_setFacewear; - ["vests"] call _fnc_setVest; + ["Hvests"] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; ["backpacks"] call _fnc_setBackpack; @@ -785,7 +789,7 @@ private _machineGunnerTemplate = { private _marksmanTemplate = { ["helmets"] call _fnc_setHelmet; ["facewear"] call _fnc_setFacewear; - ["vests"] call _fnc_setVest; + [["Lvests", "vests"] call _fnc_fallback] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; ["backpacks"] call _fnc_setBackpack; @@ -812,7 +816,7 @@ private _marksmanTemplate = { private _sniperTemplate = { ["helmets"] call _fnc_setHelmet; ["facewear"] call _fnc_setFacewear; - ["vests"] call _fnc_setVest; + [["Lvests", "vests"] call _fnc_fallback] call _fnc_setVest; ["uniforms"] call _fnc_setUniform; ["backpacks"] call _fnc_setBackpack; diff --git a/A3A/addons/core/Templates/Templates/WS/WS_AI_NATO_Desert.sqf b/A3A/addons/core/Templates/Templates/WS/WS_AI_NATO_Desert.sqf index 01ab8064c0..d12a0a3c10 100644 --- a/A3A/addons/core/Templates/Templates/WS/WS_AI_NATO_Desert.sqf +++ b/A3A/addons/core/Templates/Templates/WS/WS_AI_NATO_Desert.sqf @@ -19,7 +19,7 @@ ["vehiclesBasic", ["B_Quadbike_01_F"]] call _fnc_saveToTemplate; private _LightUnarmed = ["B_MRAP_01_F"]; -private _LightArmed = ["B_MRAP_01_gmg_F", "B_MRAP_01_hmg_F"]; +private _LightArmed = ["B_MRAP_01_hmg_F","B_MRAP_01_gmg_F", "B_MRAP_01_hmg_F"]; ["vehiclesTrucks", ["B_Truck_01_covered_F", "B_Truck_01_transport_F"]] call _fnc_saveToTemplate; ["vehiclesCargoTrucks", ["B_Truck_01_cargo_F", "B_Truck_01_flatbed_F"]] call _fnc_saveToTemplate; ["vehiclesAmmoTrucks", ["B_Truck_01_ammo_F"]] call _fnc_saveToTemplate; @@ -27,7 +27,7 @@ private _LightArmed = ["B_MRAP_01_gmg_F", "B_MRAP_01_hmg_F"]; ["vehiclesFuelTrucks", ["B_Truck_01_fuel_F"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["B_Truck_01_medical_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", []] call _fnc_saveToTemplate; -private _APCs = ["B_APC_Wheeled_01_cannon_F", "B_APC_Tracked_01_rcws_F", "APC_Wheeled_01_atgm_base_lxWS", "APC_Wheeled_01_command_base_lxWS"]; +private _APCs = ["a3a_B_APC_Wheeled_01_cannon_F", "B_APC_Tracked_01_rcws_F", "APC_Wheeled_01_atgm_base_lxWS", "a3a_APC_Wheeled_01_command_lxWS"]; ["vehiclesIFVs", []] call _fnc_saveToTemplate; private _Tanks = ["B_MBT_01_TUSK_F", "B_MBT_01_cannon_F"]; ["vehiclesAA", ["B_APC_Tracked_01_AA_F"]] call _fnc_saveToTemplate; @@ -78,11 +78,11 @@ if ("enoch" in A3A_enabledDLC) then { _vehiclesMilitiaCars append ["a3a_Offroad_01_covered_tan_F","a3a_Offroad_01_comms_tan_F"]; }; if ("tanks" in A3A_enabledDLC) then { - _Tanks append ["B_AFV_Wheeled_01_cannon_F","B_AFV_Wheeled_01_up_cannon_F"]; //Closer to IFV than tank, but no passenger seats. + ["vehiclesLightTanks", ["B_AFV_Wheeled_01_cannon_F","B_AFV_Wheeled_01_up_cannon_F"]] call _fnc_saveToTemplate; }; if ("expansion" in A3A_enabledDLC) then { _LightUnarmed append ["B_MRAP_01_F","B_LSV_01_unarmed_F"]; - _LightArmed append ["B_MRAP_01_gmg_F", "B_MRAP_01_hmg_F","B_LSV_01_AT_F","B_LSV_01_armed_F"]; + _LightArmed append ["B_LSV_01_AT_F","B_LSV_01_armed_F"]; }; if ("heli" in A3A_enabledDLC) then { _HelisTransport append ["B_Heli_Transport_03_black_F", "B_Heli_Transport_03_unarmed_F"]; @@ -137,16 +137,17 @@ _loadoutData set ["SMGs", []]; _loadoutData set ["machineGuns", []]; _loadoutData set ["marksmanRifles", []]; _loadoutData set ["sniperRifles", []]; -_loadoutData set ["lightATLaunchers", [ +_loadoutData set ["lightATLaunchers", ["launch_NLAW_F"]]; +_loadoutData set ["ATLaunchers", [ ["launch_MRAWS_sand_F", "", "acc_pointer_IR", "", ["MRAWS_HE_F", "MRAWS_HEAT55_F"], [], ""], ["launch_MRAWS_sand_F", "", "acc_pointer_IR", "", ["MRAWS_HEAT_F", "MRAWS_HEAT55_F"], [], ""], ["launch_MRAWS_sand_F", "", "acc_pointer_IR", "", ["MRAWS_HEAT_F", "MRAWS_HE_F"], [], ""], ["launch_MRAWS_sand_rail_F", "", "acc_pointer_IR", "", ["MRAWS_HE_F", "MRAWS_HEAT55_F"], [], ""], ["launch_MRAWS_sand_rail_F", "", "acc_pointer_IR", "", ["MRAWS_HEAT_F", "MRAWS_HEAT55_F"], [], ""], -["launch_MRAWS_sand_rail_F", "", "acc_pointer_IR", "", ["MRAWS_HEAT_F", "MRAWS_HE_F"], [], ""] -]]; -_loadoutData set ["ATLaunchers", ["launch_NLAW_F"]]; +["launch_MRAWS_sand_rail_F", "", "acc_pointer_IR", "", ["MRAWS_HEAT_F", "MRAWS_HE_F"], [], ""]]]; _loadoutData set ["missileATLaunchers", [ +["launch_B_Titan_short_F", "", "acc_pointer_IR", "", ["Titan_AT", "Titan_AP"], [], ""], +["launch_B_Titan_short_F", "", "acc_pointer_IR", "", ["Titan_AT"], [], ""], ["launch_B_Titan_short_F", "", "acc_pointer_IR", "", ["Titan_AT"], [], ""] ]]; _loadoutData set ["AALaunchers", [ @@ -484,6 +485,16 @@ _pilotLoadoutData set ["vests", ["V_TacVest_blk"]]; _pilotLoadoutData set ["helmets", ["H_CrewHelmetHeli_B", "H_PilotHelmetHeli_B"]]; _pilotLoadoutData set ["facewear", ["G_Aviator","G_Squares_Tinted","G_Tactical_Black"]]; +private _officerLoadoutData = _militaryLoadoutData call _fnc_copyLoadoutData; +_officerLoadoutData set ["slUniforms", ["U_B_ParadeUniform_01_US_F", "U_B_ParadeUniform_01_US_decorated_F"]]; +_officerLoadoutData set ["vests", ["V_TacVest_oli", "V_Rangemaster_belt"]]; +_officerLoadoutData set ["helmets", ["H_ParadeDressCap_01_US_F", "H_Beret_Colonel", "lxWS_H_MilCap_desert"]]; +_officerLoadoutData set ["backpacks", []]; +_officerLoadoutData set ["slRifles", [ +["arifle_MXC_F", "", "acc_pointer_IR", "optic_Holosight", ["30Rnd_65x39_caseless_mag", "30Rnd_65x39_caseless_mag", "30Rnd_65x39_caseless_mag_Tracer"], [], ""], +["arifle_MXC_F", "", "acc_pointer_IR", "optic_Aco", ["30Rnd_65x39_caseless_mag", "30Rnd_65x39_caseless_mag", "30Rnd_65x39_caseless_mag_Tracer"], [], ""] +]]; + if ("mark" in A3A_enabledDLC) then { (_sfLoadoutData get "machineGuns") append [ @@ -1022,7 +1033,7 @@ private _unitTypes = [ ["other", [["Pilot", _crewTemplate]], _pilotLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; //The following lines are determining the loadout for the unit used in the "kill the official" mission -["other", [["Official", _squadLeaderTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; +["other", [["Official", _squadLeaderTemplate]], _officerLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; //The following lines are determining the loadout for the AI used in the "kill the traitor" mission ["other", [["Traitor", _traitorTemplate]], _militaryLoadoutData] call _fnc_generateAndSaveUnitsToTemplate; //The following lines are determining the loadout for the AI used in the "Invader Punishment" mission diff --git a/A3A/addons/core/Templates/Templates/WS/WS_AI_SFIA.sqf b/A3A/addons/core/Templates/Templates/WS/WS_AI_SFIA.sqf index 518702debb..48dbc43279 100644 --- a/A3A/addons/core/Templates/Templates/WS/WS_AI_SFIA.sqf +++ b/A3A/addons/core/Templates/Templates/WS/WS_AI_SFIA.sqf @@ -18,7 +18,7 @@ ["vehiclesBasic", ["B_Quadbike_01_F"]] call _fnc_saveToTemplate; ["vehiclesLightUnarmed", ["O_Tura_Offroad_armor_lxWS"]] call _fnc_saveToTemplate; -["vehiclesLightArmed", ["O_Tura_Offroad_armor_AT_lxWS","O_Tura_Offroad_armor_armed_lxWS", "O_SFIA_Truck_02_aa_lxWS"]] call _fnc_saveToTemplate; +["vehiclesLightArmed", ["O_Tura_Offroad_armor_AT_lxWS","O_Tura_Offroad_armor_armed_lxWS", "O_Tura_Offroad_armor_armed_lxWS", "O_SFIA_Truck_02_aa_lxWS"]] call _fnc_saveToTemplate; ["vehiclesTrucks", ["O_SFIA_Truck_02_transport_lxWS","O_SFIA_Truck_02_covered_lxWS"]] call _fnc_saveToTemplate; ["vehiclesCargoTrucks", ["O_SFIA_Truck_02_flatbed_lxWS","O_SFIA_Truck_02_cargo_lxWS","O_SFIA_Truck_02_transport_lxWS","O_SFIA_Truck_02_covered_lxWS"]] call _fnc_saveToTemplate; ["vehiclesAmmoTrucks", ["O_SFIA_Truck_02_Ammo_lxWS"]] call _fnc_saveToTemplate; @@ -26,8 +26,8 @@ ["vehiclesFuelTrucks", ["O_SFIA_Truck_02_fuel_lxWS"]] call _fnc_saveToTemplate; ["vehiclesMedical", ["a3a_SIFA_Truck_02_medical_F"]] call _fnc_saveToTemplate; ["vehiclesLightAPCs", ["O_SFIA_APC_Wheeled_02_hmg_lxWS"]] call _fnc_saveToTemplate; -["vehiclesAPCs", ["O_SFIA_APC_Tracked_02_cannon_lxWS", "O_SFIA_APC_Tracked_02_30mm_lxWS"]] call _fnc_saveToTemplate; -["vehiclesIFVs", []] call _fnc_saveToTemplate; +["vehiclesAPCs", []] call _fnc_saveToTemplate; +["vehiclesIFVs", ["a3a_SFIA_APC_Tracked_02_30mm_lxWS", "a3a_SFIA_APC_Tracked_02_cannon_lxWS"]] call _fnc_saveToTemplate; ["vehiclesTanks", ["O_SFIA_MBT_02_cannon_lxWS"]] call _fnc_saveToTemplate; ["vehiclesAA", ["O_SFIA_APC_Tracked_02_AA_lxWS"]] call _fnc_saveToTemplate; @@ -55,9 +55,9 @@ ["uavsPortable", []] call _fnc_saveToTemplate; //Config special vehicles -["vehiclesMilitiaLightArmed", ["O_SFIA_Offroad_armed_lxWS", "O_SFIA_Offroad_armed_lxWS", "O_SFIA_Offroad_AT_lxWS"]] call _fnc_saveToTemplate; +private _vehiclesMilitiaLightArmed = ["O_SFIA_Offroad_armed_lxWS", "O_SFIA_Offroad_armed_lxWS", "O_SFIA_Offroad_AT_lxWS"]; ["vehiclesMilitiaTrucks", ["I_C_Van_02_transport_F", "I_C_Van_01_transport_brown_F"]] call _fnc_saveToTemplate; -["vehiclesMilitiaCars", ["O_SFIA_Offroad_lxWS"]] call _fnc_saveToTemplate; +private _vehiclesMilitiaCars = ["O_SFIA_Offroad_lxWS"]; private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; @@ -70,6 +70,10 @@ private _vehiclesPolice = ["B_GEN_Offroad_01_gen_F"]; ["mortarMagazineSmoke", "8Rnd_82mm_Mo_Smoke_white"] call _fnc_saveToTemplate; ["mortarMagazineFlare", "8Rnd_82mm_Mo_Flare_white"] call _fnc_saveToTemplate; +if ("expansion" in A3A_enabledDLC) then { + _vehiclesMilitiaCars append ["I_C_Offroad_02_unarmed_F"]; + _vehiclesMilitiaLightArmed append ["I_C_Offroad_02_AT_F","I_C_Offroad_02_LMG_F","I_C_Offroad_02_LMG_F"]; +}; if ("enoch" in A3A_enabledDLC) then { _vehiclesPolice append ["B_GEN_Offroad_01_comms_F","B_GEN_Offroad_01_covered_F"]; }; @@ -77,6 +81,8 @@ if ("orange" in A3A_enabledDLC) then { _vehiclesPolice append ["B_GEN_Van_02_vehicle_F","B_GEN_Van_02_transport_F"]; }; ["vehiclesPolice", _vehiclesPolice] call _fnc_saveToTemplate; +["vehiclesMilitiaCars", _vehiclesMilitiaCars] call _fnc_saveToTemplate; +["vehiclesMilitiaLightArmed", _vehiclesMilitiaLightArmed] call _fnc_saveToTemplate; //Minefield definition @@ -283,7 +289,9 @@ _militaryLoadoutData set ["slRifles", [ ]]; _militaryLoadoutData set ["rifles", [ ["arifle_SLR_lxWS", "", "acc_flashlight", "", ["20Rnd_762x51_slr_reload_tracer_green_lxWS"], [], ""], -["arifle_SLR_V_lxWS", "", "", selectRandom _milSights, ["20Rnd_762x51_slr_reload_tracer_green_lxWS"], [], ""] +["arifle_SLR_lxWS", "", "acc_flashlight", selectRandom _milSights, ["20Rnd_762x51_slr_reload_tracer_green_lxWS"], [], ""], +["arifle_SLR_V_lxWS", "", "", selectRandom _milSights, ["20Rnd_762x51_slr_reload_tracer_green_lxWS"], [], ""], +["arifle_SLR_V_lxWS", "", "", "optic_MRCO", ["30Rnd_762x51_slr_reload_tracer_green_lxWS", "30Rnd_762x51_slr_tracer_green_lxWS"], [], ""] ]]; _militaryLoadoutData set ["carbines", [ ["arifle_Galat_lxWS", "", "", "", ["30Rnd_762x39_Mag_Green_F","30Rnd_762x39_Mag_Tracer_Green_F"], [], ""], @@ -299,11 +307,9 @@ _militaryLoadoutData set ["SMGs", [ ["hgun_PDW2000_F", "", "", selectRandom _milSights, [], [], ""] ]]; _militaryLoadoutData set ["machineGuns", [ -["LMG_S77_Desert_lxWS", "", "", "", ["100Rnd_762x51_S77_Green_lxWS", "100Rnd_762x51_S77_Green_Tracer_lxWS"], [], ""], +["LMG_S77_lxWS", "", "", "", ["100Rnd_762x51_S77_Green_lxWS", "100Rnd_762x51_S77_Green_Tracer_lxWS"], [], ""], ["LMG_S77_lxWS", "", "", selectRandom _milSights, ["100Rnd_762x51_S77_Green_lxWS", "100Rnd_762x51_S77_Green_Tracer_lxWS"], [], ""], -["arifle_Velko_lxWS", "", "", "optic_MRCO", ["50Rnd_556x45_Velko_reload_tracer_green_lxWS", "50Rnd_556x45_Velko_tracer_green_lxWS"], [], ""], -["arifle_Galat_lxWS", "", "", "", ["75Rnd_762x39_Mag_F", "75Rnd_762x39_Mag_Tracer_F"], [], ""], -["arifle_SLR_V_lxWS", "", "", "optic_MRCO", ["30Rnd_762x51_slr_reload_tracer_green_lxWS", "30Rnd_762x51_slr_tracer_green_lxWS"], [], ""] +["arifle_Velko_lxWS", "", "", "optic_MRCO", ["50Rnd_556x45_Velko_reload_tracer_green_lxWS", "50Rnd_556x45_Velko_tracer_green_lxWS"], [], ""] ]]; _militaryLoadoutData set ["marksmanRifles", [ ["arifle_SLR_lxWS", "", "acc_flashlight", "optic_SOS", ["20Rnd_762x51_slr_reload_tracer_green_lxWS"], [], ""], @@ -373,15 +379,6 @@ _militiaLoadoutData set ["marksmanRifles", [ _militiaLoadoutData set ["sidearms", ["hgun_ACPC2_F"]]; -if ("expansion" in A3A_enabledDLC) then { - (_militiaLoadoutData get "rifles") append [ - ["arifle_AKM_F", "", "", "", ["30Rnd_762x39_Mag_Green_F","30Rnd_762x39_Mag_Tracer_Green_F"], [], ""]]; - (_militiaLoadoutData get "carbines") append [ - ["arifle_AKS_F", "", "", "", ["30Rnd_545x39_Mag_Green_F", "30Rnd_545x39_Mag_Tracer_Green_F"], [], ""]]; - - _militiaLoadoutData set ["sidearms", ["hgun_Pistol_01_F"]]; -}; - ////////////////////////// // Misc Loadouts // ////////////////////////// @@ -398,7 +395,7 @@ _pilotLoadoutData set ["helmets", ["H_PilotHelmetHeli_O","H_CrewHelmetHeli_O"]]; private _officerLoadoutData = _militaryLoadoutData call _fnc_copyLoadoutData; _officerLoadoutData set ["slUniforms", ["U_lxWS_SFIA_Officer_1_O", "U_O_ParadeUniform_01_CSAT_F", "U_O_ParadeUniform_01_CSAT_decorated_F"]]; -_officerLoadoutData set ["vests", []]; +_officerLoadoutData set ["vests", ["V_TacVest_khk", "V_LegStrapBag_coyote_F"]]; _officerLoadoutData set ["helmets", ["H_ParadeDressCap_01_CSAT_F"]]; _officerLoadoutData set ["backpacks", []]; _officerLoadoutData set ["slRifles", [ @@ -406,6 +403,52 @@ _officerLoadoutData set ["slRifles", [ ["arifle_Galat_lxWS", "", "saber_light_lxWS", "", ["30Rnd_762x39_Mag_Green_F"], [], ""]]]; _officerLoadoutData set ["sidearms", ["hgun_ACPC2_F"]]; + +if ("expansion" in A3A_enabledDLC) then { + (_militiaLoadoutData get "rifles") append [ + ["arifle_AKM_F", "", "", "", ["30Rnd_762x39_Mag_Green_F","30Rnd_762x39_Mag_Tracer_Green_F"], [], ""]]; + (_militiaLoadoutData get "carbines") append [ + ["arifle_AKS_F", "", "", "", ["30Rnd_545x39_Mag_Green_F", "30Rnd_545x39_Mag_Tracer_Green_F"], [], ""], + ["arifle_AKM_F", "", "", "", ["30Rnd_762x39_Mag_Green_F","30Rnd_762x39_Mag_Tracer_Green_F"], [], ""] + ]; + (_militiaLoadoutData get "SMGs") append [ + ["arifle_AKS_F", "", "", "", ["30Rnd_545x39_Mag_Green_F", "30Rnd_545x39_Mag_Tracer_Green_F"], [], ""]]; + (_officerLoadoutData get "slRifles") append [ + ["arifle_AKS_F", "", "", "", ["30Rnd_545x39_Mag_Green_F", "30Rnd_545x39_Mag_Tracer_Green_F"], [], ""]]; + _crewLoadoutData set ["carbines", [ + ["arifle_AKS_F", "", "", "", ["30Rnd_545x39_Mag_Green_F", "30Rnd_545x39_Mag_Tracer_Green_F"], [], ""], + ["arifle_AKM_F", "", "", "", ["30Rnd_762x39_Mag_Green_F","30Rnd_762x39_Mag_Tracer_Green_F"], [], ""]]]; + + (_pilotLoadoutData get "carbines") append [ + ["arifle_AKS_F", "", "", "", ["30Rnd_545x39_Mag_Green_F", "30Rnd_545x39_Mag_Tracer_Green_F"], [], ""] + ]; + _militiaLoadoutData set ["sidearms", ["hgun_Pistol_01_F"]]; +}; + +if ("enoch" in A3A_enabledDLC) then { + + (_militaryLoadoutData get "rifles") append [ + ["arifle_AK12_F", "", "acc_pointer_IR", selectRandom _milSights, ["30Rnd_762x39_AK12_Mag_F", "30Rnd_762x39_AK12_Mag_F", "30Rnd_762x39_AK12_Mag_Tracer_F"], [], ""] + ]; + (_militaryLoadoutData get "grenadeLaunchers") append [ + ["arifle_AK12_GL_F", "", "acc_pointer_IR", selectRandom _milSights, ["30Rnd_762x39_AK12_Mag_F", "30Rnd_762x39_AK12_Mag_F", "30Rnd_762x39_AK12_Mag_Tracer_F"], ["1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_Smoke_Grenade_shell"], ""] + ]; + (_militaryLoadoutData get "carbines") append [ + ["arifle_AK12U_F", "", "acc_pointer_IR", selectRandom _milSights, ["30Rnd_762x39_AK12_Mag_F", "30Rnd_762x39_AK12_Mag_F", "30Rnd_762x39_AK12_Mag_Tracer_F"], [], ""] + ]; + (_militaryLoadoutData get "machineGuns") append [ + ["arifle_RPK12_F", "", "acc_pointer_IR", selectRandom _milSights, ["75rnd_762x39_AK12_Mag_F", "75rnd_762x39_AK12_Mag_F", "75rnd_762x39_AK12_Mag_Tracer_F"], [], ""] + ]; + (_militaryLoadoutData get "marksmanRifles") append [ + ["arifle_AK12_F", "", "acc_pointer_IR", "optic_Arco_AK_blk_F", ["30Rnd_762x39_AK12_Mag_F", "30Rnd_762x39_AK12_Mag_F", "30Rnd_762x39_AK12_Mag_Tracer_F"], [], "bipod_02_F_blk"] + ]; + + (_pilotLoadoutData get "carbines") append [ + ["arifle_AK12U_F", "", "acc_pointer_IR", selectRandom _milSights, ["30Rnd_762x39_AK12_Mag_F", "30Rnd_762x39_AK12_Mag_F", "30Rnd_762x39_AK12_Mag_Tracer_F"], [], ""] + ]; +}; + + ///////////////////////////////// // Unit Type Definitions // ///////////////////////////////// diff --git a/A3A/addons/core/dialogs.hpp b/A3A/addons/core/dialogs.hpp index c22b085b3e..d2bf15e7d3 100644 --- a/A3A/addons/core/dialogs.hpp +++ b/A3A/addons/core/dialogs.hpp @@ -1317,7 +1317,7 @@ class radio_comm { y = 0.415981 * safezoneH + safezoneY; w = 0.175015 * safezoneW; h = 0.0560125 * safezoneH; - //tooltip = $STR_antistasi_dialogs_radio_comm_construct_tooltip; + tooltip = $STR_antistasi_dialogs_radio_comm_construct_tooltip; //action = "closeDialog 0;_nul = createDialog ""construction_menu"";"; }; class 8slots_L3: A3A_core_BattleMenuRedButton diff --git a/A3A/addons/core/functions/AI/fn_artySupport.sqf b/A3A/addons/core/functions/AI/fn_artySupport.sqf index 6f2a4aa89b..5b3bc72acc 100644 --- a/A3A/addons/core/functions/AI/fn_artySupport.sqf +++ b/A3A/addons/core/functions/AI/fn_artySupport.sqf @@ -135,7 +135,7 @@ _mrkFinal setMarkerColorLocal "ColorRed"; if (_typeArty == "BARRAGE") then { - _mrkFinal setMarkerTextLocal "Artillery Barrage Begin"; + _mrkFinal setMarkerTextLocal localize "STR_A3A_fn_ai_artySupport_mrkFinal"; positionTel = []; [_titleStr, localize "STR_A3A_fn_ai_artySupport_selectposend"] call A3A_fnc_customHint; @@ -173,7 +173,7 @@ if ((isNil "roundsX") and (_typeArty != "BARRAGE")) exitWith {deleteMarkerLocal if (_typeArty != "BARRAGE") then { - _mrkFinal setMarkerTextLocal "Arty Strike"; + _mrkFinal setMarkerTextLocal localize "STR_A3A_fn_ai_artySupport_artyStrike"; _rounds = roundsX; _roundsMax = _rounds; roundsX = nil; @@ -184,7 +184,7 @@ else _roundsMax = _rounds; }; -_markerX = [markersX,_positionTel] call BIS_fnc_nearestPosition; +/*_markerX = [markersX,_positionTel] call BIS_fnc_nearestPosition; _size = [_markerX] call A3A_fnc_sizeMarker; _forcedX = false; @@ -194,8 +194,10 @@ if ((not(_markerX in forcedSpawn)) and (_positionTel distance (getMarkerPos _mar forcedSpawn pushBack _markerX; publicVariable "forcedSpawn"; }; +*/ -_textX = format ["Requesting fire support on Grid %1. %2 Rounds.", mapGridPosition _positionTel, round _rounds]; +_roundPlural = if (round _rounds == 1) then {localize "STR_A3A_fn_ai_artySupport_singleRound"} else {localize "STR_A3A_fn_ai_artySupport_multiRound"}; +_textX = format [localize "STR_A3A_fn_ai_artySupport_fireMission", mapGridPosition _positionTel, round _rounds, _roundPlural]; [theBoss,"sideChat",_textX] remoteExec ["A3A_fnc_commsMP",[teamPlayer,civilian]]; if (_typeArty == "BARRAGE") then @@ -204,19 +206,19 @@ if (_typeArty == "BARRAGE") then _mrkFinal2 setMarkerShapeLocal "ICON"; _mrkFinal2 setMarkerTypeLocal "hd_destroy"; _mrkFinal2 setMarkerColorLocal "ColorRed"; - _mrkFinal2 setMarkerTextLocal "Artillery Barrage End"; + _mrkFinal2 setMarkerTextLocal localize "STR_A3A_fn_ai_artySupport_mrkFinal2"; _ang = [_positionTel,_positionTel2] call BIS_fnc_dirTo; sleep 5; _eta = (_artyArrayDef1 select 0) getArtilleryETA [_positionTel, ((getArtilleryAmmo [(_artyArrayDef1 select 0)]) select 0)]; _timeX = time + _eta; - _textX = format ["Acknowledged. Fire mission is inbound. ETA %1 secs for the first impact.",round _eta]; - [petros,"sideChat",_textX]remoteExec ["A3A_fnc_commsMP",[teamPlayer,civilian]]; + _textX = format [localize "STR_A3A_fn_ai_artySupport_yesBarrage",round _eta]; + [petros,"sideChat",_textX] remoteExec ["A3A_fnc_commsMP",[teamPlayer,civilian]]; [_timeX] spawn { private ["_timeX"]; _timeX = _this select 0; waitUntil {sleep 1; time > _timeX}; - [petros,"sideChat","Splash. Out"] remoteExec ["A3A_fnc_commsMP",[teamPlayer,civilian]]; + [petros,"sideChat",localize "STR_A3A_fn_ai_artySupport_splash"] remoteExec ["A3A_fnc_commsMP",[teamPlayer,civilian]]; }; }; @@ -275,20 +277,21 @@ if (_typeArty != "BARRAGE") then #define ARTILLERY_ERROR_INFORMATION [_positionTel, ((getArtilleryAmmo [(_artyArrayDef1 select 0)]) select 0)] Error_4("Params: %1,%2,%3,%4,%5",_artyArrayDef1 select 0,_positionTel,((getArtilleryAmmo [(_artyArrayDef1 select 0)]) select 0),(_artyArrayDef1 select 0) getArtilleryETA ARTILLERY_ERROR_INFORMATION); }; - _textX = format ["Acknowledged. Fire mission is inbound. %2 Rounds fired. ETA %1 secs.",round _eta,_roundsMax - _rounds]; + _roundPlural = if ((_roundsMax - _rounds) == 1) then {localize "STR_A3A_fn_ai_artySupport_singleRound"} else {localize "STR_A3A_fn_ai_artySupport_multiRound"}; + _textX = format [localize "STR_A3A_fn_ai_artySupport_yesSingle",round _eta,_roundsMax - _rounds, _roundPlural]; [petros,"sideChat",_textX] remoteExec ["A3A_fnc_commsMP",[teamPlayer,civilian]]; }; if (_typeArty != "BARRAGE") then { waitUntil {sleep 1; time > _timeX}; - [petros,"sideChat","Splash. Out."] remoteExec ["A3A_fnc_commsMP",[teamPlayer,civilian]]; + [petros,"sideChat",localize "STR_A3A_fn_ai_artySupport_splash"] remoteExec ["A3A_fnc_commsMP",[teamPlayer,civilian]]; }; sleep 10; deleteMarkerLocal _mrkFinal; if (_typeArty == "BARRAGE") then {deleteMarkerLocal _mrkFinal2}; -if (_forcedX) then +/*if (_forcedX) then { sleep 20; if (_markerX in forcedSpawn) then @@ -297,3 +300,4 @@ if (_forcedX) then publicVariable "forcedSpawn"; }; }; +*/ \ No newline at end of file diff --git a/A3A/addons/core/functions/AI/fn_autoLoot.sqf b/A3A/addons/core/functions/AI/fn_autoLoot.sqf index b0b280867e..a716c19951 100644 --- a/A3A/addons/core/functions/AI/fn_autoLoot.sqf +++ b/A3A/addons/core/functions/AI/fn_autoLoot.sqf @@ -4,11 +4,11 @@ _truckX = _this select 1; if ((isPlayer _unit) or (player != leader group player)) exitWith {}; if !([_unit] call A3A_fnc_canFight) exitWith {}; //_helping = _unit getVariable "helping"; -if (_unit getVariable ["helping",false]) exitWith {_unit groupChat "I cannot rearm right now. I'm healing a comrade"}; +if (_unit getVariable ["helping",false]) exitWith {_unit groupChat localize "STR_A3A_fn_ai_autoLoot_noHelping"}; _rearming = _unit getVariable "rearming"; -if (_rearming) exitWith {_unit groupChat "I am currently rearming. Cancelling."; _unit setVariable ["rearming",false]}; -if (_unit == gunner _truckX) exitWith {_unit groupChat "I cannot rearm right now. I'm manning this gun"}; -if (!canMove _truckX) exitWith {_unit groupChat "It is useless to load my vehicle, as it needs repairs"}; +if (_rearming) exitWith {_unit groupChat localize "STR_A3A_fn_ai_autoLoot_noDoing"; _unit setVariable ["rearming",false]}; +if (_unit == gunner _truckX) exitWith {_unit groupChat localize "STR_A3A_fn_ai_autoLoot_noStatic"}; +if (!canMove _truckX) exitWith {_unit groupChat localize "STR_A3A_fn_ai_autoLoot_noRepairs"}; _objectsX = []; _hasBox = false; @@ -16,7 +16,7 @@ _weaponX = ""; _weaponsX = []; _bigTimeOut = time + 120; _objectsX = nearestObjects [_unit, ["WeaponHolderSimulated", "GroundWeaponHolder", "WeaponHolder"], 50]; -if (count _objectsX == 0) exitWith {_unit groupChat "I see no corpses here to loot"}; +if (count _objectsX == 0) exitWith {_unit groupChat localize "STR_A3A_fn_ai_autoLoot_noCorpses"}; _target = objNull; _distanceX = 51; @@ -43,10 +43,10 @@ if (_unit distance _objectX < _distanceX) then }; } forEach _objectsX; -if (isNull _target) exitWith {_unit groupChat "There is nothing to loot"}; +if (isNull _target) exitWith {_unit groupChat localize "STR_A3A_fn_ai_autoLoot_noLoot"}; _target setVariable ["busy",true]; _unit setVariable ["rearming",true]; -_unit groupChat "Starting looting"; +_unit groupChat localize "STR_A3A_fn_ai_autoLoot_startLoot"; _originalLoadout = getUnitLoadout _unit; @@ -178,7 +178,7 @@ while {_continuar and ([_unit] call A3A_fnc_canFight) and (_unit getVariable "re }; if (!_continuar) then { - _unit groupChat "No more weapons to loot" + _unit groupChat localize "STR_A3A_fn_ai_autoLoot_noWeapons" }; //if (primaryWeapon _unit == "") then {_unit action ["TakeWeapon",_truckX,_Pweapon]; sleep 3}; //if ((secondaryWeapon _unit == "") and (_Sweapon != "")) then {_unit action ["TakeWeapon",_truckX,_Sweapon]}; diff --git a/A3A/addons/core/functions/AI/fn_autoRearm.sqf b/A3A/addons/core/functions/AI/fn_autoRearm.sqf index 60e9a95df4..62dcdc937b 100644 --- a/A3A/addons/core/functions/AI/fn_autoRearm.sqf +++ b/A3A/addons/core/functions/AI/fn_autoRearm.sqf @@ -5,10 +5,10 @@ if (isPlayer _unit) exitWith {}; if !([_unit] call A3A_fnc_canFight) exitWith {}; private _inPlayerGroup = (isPlayer (leader _unit)); -if (_unit getVariable ["helping",false]) exitWith {if (_inPlayerGroup) then {_unit groupChat "I cannot rearm right now. I'm healing a comrade"}}; +if (_unit getVariable ["helping",false]) exitWith {if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoLoot_noHelping"}}; private _rearming = _unit getVariable ["rearming",false]; -if (_rearming) exitWith {if (_inPlayerGroup) then {_unit groupChat "I am currently rearming. Cancelling."; _unit setVariable ["rearming",false]}}; +if (_rearming) exitWith {if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoLoot_noDoing"; _unit setVariable ["rearming",false]}}; if (vehicle _unit != _unit) exitWith {}; _unit setVariable ["rearming",true]; @@ -61,7 +61,7 @@ if ((_primaryWeapon in FactionGet(reb,"initialRebelEquipment")) || (_primaryWeap _unit stop false; if (!((alive _selectedContainer) || (_selectedContainer isKindOf "ReammoBox_F"))) then {_selectedContainer setVariable ["busy",true]}; _unit doMove (getPosATL _selectedContainer); - if (_inPlayerGroup) then {_unit groupChat "Picking a better weapon"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_getGun"}; _timeOut = time + 60; waitUntil {sleep 1; !([_unit] call A3A_fnc_canFight) || (isNull _selectedContainer) || (_unit distance _selectedContainer < 3) || (_timeOut < time) || (unitReady _unit)}; if ((unitReady _unit) && ([_unit] call A3A_fnc_canFight) && (_unit distance _selectedContainer > 3) && (_selectedContainer isKindOf "ReammoBox_F") && (!isNull _selectedContainer)) then {_unit setPos position _selectedContainer}; @@ -69,7 +69,7 @@ if ((_primaryWeapon in FactionGet(reb,"initialRebelEquipment")) || (_primaryWeap _unit action ["TakeWeapon",_selectedContainer,_selectedWeapon]; sleep 5; if (primaryWeapon _unit isEqualTo _selectedWeapon) then { - if (_inPlayerGroup) then {_unit groupChat "I have a better weapon now"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_haveGun"}; if (_selectedContainer isKindOf "ReammoBox_F") then {_unit action ["rearm",_selectedContainer]}; }; }; @@ -111,21 +111,22 @@ if ((_foundItem) && (_unit getVariable "rearming")) then { _unit stop false; if (!((alive _selectedContainer) || (_selectedContainer isKindOf "ReammoBox_F"))) then {_selectedContainer setVariable ["busy",true]}; _unit doMove (getPosATL _selectedContainer); - if (_inPlayerGroup) then {_unit groupChat "Rearming"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_rearming"}; _timeOut = time + 60; waitUntil {sleep 1; !([_unit] call A3A_fnc_canFight) || (isNull _selectedContainer) || (_unit distance _selectedContainer < 3) || (_timeOut < time) || (unitReady _unit)}; if ((unitReady _unit) && ([_unit] call A3A_fnc_canFight) && (_unit distance _selectedContainer > 3) && (_selectedContainer isKindOf "ReammoBox_F") && (!isNull _selectedContainer)) then {_unit setPos position _selectedContainer}; if (_unit distance _selectedContainer < 3) then { _unit action ["rearm",_selectedContainer]; if ({_x in _primaryMagazines} count (magazines _unit) >= _targetMagazines) then { - if (_inPlayerGroup) then {_unit groupChat "Rearmed"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_rearmed"; } else { - if (_inPlayerGroup) then {_unit groupChat "Partially Rearmed"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_partRearmed"}; }; }; _selectedContainer setVariable ["busy",false]; + }; } else { - if (_inPlayerGroup) then {_unit groupChat "No source to rearm my primary weapon"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_noSourcePrim"}; }; _foundItem = false; @@ -152,7 +153,7 @@ if ((_secondaryWeapon == "") && (loadAbs _unit < 340)) then { _unit stop false; if ((!alive _selectedContainer) || (!(_selectedContainer isKindOf "ReammoBox_F"))) then {_selectedContainer setVariable ["busy",true]}; _unit doMove (getPosATL _selectedContainer); - if (_inPlayerGroup) then {_unit groupChat "Picking a secondary weapon"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_getSec"}; _timeOut = time + 60; waitUntil {sleep 1; !([_unit] call A3A_fnc_canFight) || (isNull _selectedContainer) || (_unit distance _selectedContainer < 3) || (_timeOut < time) || (unitReady _unit)}; if ((unitReady _unit) && ([_unit] call A3A_fnc_canFight) && (_unit distance _selectedContainer > 3) && (_selectedContainer isKindOf "ReammoBox_F") && (!isNull _selectedContainer)) then {_unit setPos position _selectedContainer}; @@ -160,7 +161,7 @@ if ((_secondaryWeapon == "") && (loadAbs _unit < 340)) then { _unit action ["TakeWeapon",_selectedContainer,_selectedWeapon]; sleep 3; if (secondaryWeapon _unit == _selectedWeapon) then { - if (_inPlayerGroup) then {_unit groupChat "I have a secondary weapon now"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_haveSec"}; if (_selectedContainer isKindOf "ReammoBox_F") then {sleep 3;_unit action ["rearm",_selectedContainer]}; }; }; @@ -200,7 +201,7 @@ if (_secondaryWeapon != "") then { _unit stop false; if (!alive _selectedContainer) then {_selectedContainer setVariable ["busy",true]}; _unit doMove (position _selectedContainer); - if (_inPlayerGroup) then {_unit groupChat "Rearming"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_rearming"}; _timeOut = time + 60; waitUntil {sleep 1; !([_unit] call A3A_fnc_canFight) || (isNull _selectedContainer) || (_unit distance _selectedContainer < 3) || (_timeOut < time) || (unitReady _unit)}; if ((unitReady _unit) && ([_unit] call A3A_fnc_canFight) && (_unit distance _selectedContainer > 3) && (_selectedContainer isKindOf "ReammoBox_F") && (!isNull _selectedContainer)) then {_unit setPos position _selectedContainer}; @@ -216,14 +217,14 @@ if (_secondaryWeapon != "") then { }; if ({_x in _primaryMagazines} count (magazines _unit) >= 2) then { - if (_inPlayerGroup) then {_unit groupChat "Rearmed"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_rearmed"}; } else { - if (_inPlayerGroup) then {_unit groupChat "Partially Rearmed"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_partRearmed"}; }; }; _selectedContainer setVariable ["busy",false]; } else { - if (_inPlayerGroup) then {_unit groupChat "No source to rearm my secondary weapon"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_noSourceSec"}; }; sleep 3; }; @@ -244,7 +245,7 @@ if (!haveRadio && {!(_unit call A3A_fnc_hasARadio)}) then { _unit stop false; _selectedContainer setVariable ["busy",true]; _unit doMove (getPosATL _selectedContainer); - if (_inPlayerGroup) then {_unit groupChat "Picking a Radio"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_getRadio"}; _timeOut = time + 60; waitUntil {sleep 1; !([_unit] call A3A_fnc_canFight) || (isNull _selectedContainer) || (_unit distance _selectedContainer < 3) || (_timeOut < time) || (unitReady _unit)}; if (_unit distance _selectedContainer < 3) then { @@ -274,7 +275,7 @@ if (hmd _unit == "") then { _selectedContainer setVariable ["busy",true]; private _hmd = hmd _selectedContainer; _unit doMove (getPosATL _selectedContainer); - if (_inPlayerGroup) then {_unit groupChat "Picking NV Googles"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_getNVGs"}; _timeOut = time + 60; waitUntil {sleep 1; !([_unit] call A3A_fnc_canFight) || (isNull _selectedContainer) || (_unit distance _selectedContainer < 3) || (_timeOut < time) || (unitReady _unit)}; if (_unit distance _selectedContainer < 3) then { @@ -303,7 +304,7 @@ if (!(headgear _unit in allArmoredHeadgear)) then { _selectedContainer setVariable ["busy",true]; private _helmet = headgear _selectedContainer; _unit doMove (getPosATL _selectedContainer); - if (_inPlayerGroup) then {_unit groupChat "Picking a Helmet"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_getHelm"}; _timeOut = time + 60; waitUntil {sleep 1; !([_unit] call A3A_fnc_canFight) || (isNull _selectedContainer) || (_unit distance _selectedContainer < 3) || (_timeOut < time) || (unitReady _unit)}; if (_unit distance _selectedContainer < 3) then { @@ -332,7 +333,7 @@ if ({_x == "FirstAidKit"} count (items _unit) < _targetFAKs) then { _unit stop false; _selectedContainer setVariable ["busy",true]; _unit doMove (getPosATL _selectedContainer); - if (_inPlayerGroup) then {_unit groupChat "Picking a First Aid Kit"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_getFAK"}; _timeOut = time + 60; waitUntil {sleep 1; !([_unit] call A3A_fnc_canFight) || (isNull _selectedContainer) || (_unit distance _selectedContainer < 3) || (_timeOut < time) || (unitReady _unit)}; if (_unit distance _selectedContainer < 3) then { @@ -362,7 +363,7 @@ if ((_foundItem) && (_unit getVariable "rearming")) then { _unit stop false; _selectedContainer setVariable ["busy",true]; _unit doMove (getPosATL _selectedContainer); - if (_inPlayerGroup) then {_unit groupChat "Picking a a better vest"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_getVest"}; _timeOut = time + 60; waitUntil {sleep 1; !([_unit] call A3A_fnc_canFight) || (isNull _selectedContainer) || (_unit distance _selectedContainer < 3) || (_timeOut < time) || (unitReady _unit)}; if (_unit distance _selectedContainer < 3) then { @@ -395,7 +396,7 @@ if (backpack _unit == "") then { _unit stop false; _selectedContainer setVariable ["busy",true]; _unit doMove (getPosATL _selectedContainer); - if (_inPlayerGroup) then {_unit groupChat "Picking a Backpack"}; + if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_getPack"}; _timeOut = time + 60; waitUntil {sleep 1; !([_unit] call A3A_fnc_canFight) || (isNull _selectedContainer) || (_unit distance _selectedContainer < 3) || (_timeOut < time) || (unitReady _unit)}; if (_unit distance _selectedContainer < 3) then { @@ -413,5 +414,5 @@ if (backpack _unit == "") then { }; _unit doFollow (leader _unit); -if (!_needsRearm) then {if (_inPlayerGroup) then {_unit groupChat "No need to rearm"}} else {if (_inPlayerGroup) then {_unit groupChat "Rearming Done"}}; +if (!_needsRearm) then {if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_noNeed"}} else {if (_inPlayerGroup) then {_unit groupChat localize "STR_A3A_fn_ai_autoRearm_done"}}; _unit setVariable ["rearming",false]; diff --git a/A3A/addons/core/functions/AI/fn_captureX.sqf b/A3A/addons/core/functions/AI/fn_captureX.sqf index 48aa2363fe..0243a8be9e 100644 --- a/A3A/addons/core/functions/AI/fn_captureX.sqf +++ b/A3A/addons/core/functions/AI/fn_captureX.sqf @@ -15,7 +15,7 @@ private _response = ""; private _fleeSide = _sideX; if (_recruiting) then { - _playerX globalChat "How about joining the good guys?"; + _playerX globalChat localize "STR_A3A_fn_ai_captureX_recr1"; private _chance = 0; if (_sideX == Occupants) then @@ -33,24 +33,20 @@ if (_recruiting) then { if (random 100 < _chance) then { _modAggro = [1, 30]; - _response = "Why not? It can't be any worse."; + _response = localize "STR_A3A_fn_ai_captureX_recr_yes1"; _modHR = true; _fleeSide = teamPlayer; } else { - _response = "Screw you!"; + _response = localize "STR_A3A_fn_ai_captureX_recr_no1"; _modAggro = [0, 0]; }; } else { - _playerX globalChat "Go back to your base and tell your comrades we are not enemies. We just want to live in peace"; - _response = selectRandom [ - "Okay, thank you. I owe you my life", - "Thank you. I swear you won't regret it!", - "Thank you, I won't forget this!" - ]; - + _playerX globalChat localize "STR_A3A_fn_ai_captureX_dismiss"; + private _responseNum = str selectRandom [1,2,3]; + _response = localize ("STR_A3A_fn_ai_captureX_libresponse" + _responseNum); _modAggro = [-3, 30]; }; @@ -70,3 +66,4 @@ if (alive _unit && {!(_unit getVariable ["incapacitated", false])}) then deleteVehicle _unit; deleteGroup _group; + \ No newline at end of file diff --git a/A3A/addons/core/functions/AI/fn_help.sqf b/A3A/addons/core/functions/AI/fn_help.sqf index c100215f42..38feb8a652 100644 --- a/A3A/addons/core/functions/AI/fn_help.sqf +++ b/A3A/addons/core/functions/AI/fn_help.sqf @@ -41,7 +41,7 @@ private _fnc_doHeal = { sleep 10; true; }; if (_cured && _medic != _target && _isPlayerGroup) then { - _medic groupChat format ["You are ready %1",name _target]; + _medic groupChat format [localize "STR_A3A_fn_ai_heal_ready",name _target]; }; _medic stop false; _target stop false; @@ -55,13 +55,13 @@ if (_medicX != _unit) then // Is this one even used? Never seen it if !(_unit getVariable ["incapacitated",false]) then { - if (_isPlayerGroup) then {_unit groupChat format ["Comrades, this is %1. I'm hurt!", name _unit]}; + if (_isPlayerGroup) then {_unit groupChat format [localize "STR_A3A_fn_ai_heal_hurt", name _unit]}; playSound3D [(selectRandom injuredSounds),_unit,false, getPosASL _unit, 1, 1, 50]; }; // Fire helping message if in player group if (_isPlayerGroup) then { - _medicX groupChat format ["Wait a minute comrade %1, I will patch you up.", name _unit] + _medicX groupChat format [localize "STR_A3A_fn_ai_heal_support", name _unit] }; // Actual helping hint for player diff --git a/A3A/addons/core/functions/AI/fn_interrogate.sqf b/A3A/addons/core/functions/AI/fn_interrogate.sqf index 52ed481c36..2541cbdd03 100644 --- a/A3A/addons/core/functions/AI/fn_interrogate.sqf +++ b/A3A/addons/core/functions/AI/fn_interrogate.sqf @@ -20,7 +20,7 @@ if (!alive _unit) exitWith {}; if (_unit getVariable ["interrogated", false]) exitWith {}; _unit setVariable ["interrogated", true, true]; -_player globalChat "You imperialist! Tell me what you know!"; +_player globalChat localize "STR_A3A_fn_ai_interrogate_ask"; private _side = side (group _unit); private _chance = 120 - ([aggressionOccupants, aggressionInvaders] select (_side == Invaders)); @@ -30,15 +30,15 @@ if (random 100 < _chance) then { if((_unit getVariable "unitType") in FactionGet(all,"SquadLeaders")) then { - _unit globalChat "Okay, I'll tell you what I know"; + _unit globalChat localize "STR_A3A_fn_ai_interrogate_yes"; ["Medium", _side] remoteExec ["A3A_fnc_selectIntel", 2]; } else { - _unit globalChat "I don't know anything. Maybe my squad leader does."; + _unit globalChat localize "STR_A3A_fn_ai_interrogate_notSL"; }; } else { - _unit globalChat "Screw you, I am not telling anything!"; + _unit globalChat localize "STR_A3A_fn_ai_interrogate_no"; }; diff --git a/A3A/addons/core/functions/AI/fn_liberatePOW.sqf b/A3A/addons/core/functions/AI/fn_liberatePOW.sqf index 4f3c57c071..6042cd81ab 100644 --- a/A3A/addons/core/functions/AI/fn_liberatePOW.sqf +++ b/A3A/addons/core/functions/AI/fn_liberatePOW.sqf @@ -2,7 +2,7 @@ params ["_unit", "_playerX"]; if (captive _playerX) then { _playerX setCaptive false }; -_playerX globalChat "You are free. Come with us!"; +_playerX globalChat localize "STR_A3A_fn_ai_libPOW"; _unit setDir (getDir _playerX); _playerX playMove "MountSide"; sleep 5; @@ -15,7 +15,9 @@ if (_timeout < 0) exitWith {}; [_unit,"remove"] remoteExec ["A3A_fnc_flagaction",[teamPlayer,civilian],_unit]; -_unit globalChat "Thank you. I owe you my life!"; +private _responseNum = str selectRandom [1,2,3]; +_response = localize ("STR_A3A_fn_ai_captureX_libresponse" + _responseNum); +_unit globalChat _response; _unit enableAI "MOVE"; _unit enableAI "AUTOTARGET"; _unit enableAI "TARGET"; diff --git a/A3A/addons/core/functions/AI/fn_liberaterefugee.sqf b/A3A/addons/core/functions/AI/fn_liberaterefugee.sqf index 16add8e74c..e7b32ce396 100644 --- a/A3A/addons/core/functions/AI/fn_liberaterefugee.sqf +++ b/A3A/addons/core/functions/AI/fn_liberaterefugee.sqf @@ -2,7 +2,7 @@ params ["_unit", "_playerX"]; if (captive _playerX) then { _playerX setCaptive false }; -_playerX globalChat "You are free. Come with us!"; +_playerX globalChat localize "STR_A3A_fn_ai_libPOW"; sleep 3; [_unit] join group _playerX; @@ -12,7 +12,9 @@ if (_timeout < 0) exitWith {}; [_unit,"remove"] remoteExec ["A3A_fnc_flagaction",[teamPlayer,civilian],_unit]; -_unit globalChat "Thank you. I owe you my life!"; +private _responseNum = str selectRandom [1,2,3]; +_response = localize ("STR_A3A_fn_ai_captureX_libresponse" + _responseNum); +_unit globalChat _response; _unit enableAI "MOVE"; _unit enableAI "AUTOTARGET"; _unit enableAI "TARGET"; diff --git a/A3A/addons/core/functions/AI/fn_vehicleMarkers.sqf b/A3A/addons/core/functions/AI/fn_vehicleMarkers.sqf index e38e64cf3a..2bffe15a4d 100644 --- a/A3A/addons/core/functions/AI/fn_vehicleMarkers.sqf +++ b/A3A/addons/core/functions/AI/fn_vehicleMarkers.sqf @@ -8,31 +8,17 @@ _side = side (group (driver _veh)); _typeX = "_unknown"; _formatX = ""; _color = colorOccupants; -if (_veh isKindOf "Truck" or _veh isKindOf "Car") then {_typeX = "_motor_inf"} - else - { - if (_veh isKindOf "Wheeled_APC_F") then {_typeX = "_mech_inf"} - else - { - if (_veh isKindOf "Tank") then {_typeX = "_armor"} - else - { - if (_veh isKindOf "Plane_Base_F") then {_typeX = "_plane"} - else - { - if (_veh isKindOf "UAV_02_base_F") then {_typeX = "_uav"} - else - { - if (_veh isKindOf "Helicopter") then {_typeX = "_air"} - else - { - if (_veh isKindOf "Boat_F") then {_typeX = "_naval"} - }; - }; - }; - }; - }; - }; +_typeX = switch (true) do { + case (_veh isKindOf "Wheeled_APC_F"): {"_mech_inf"}; + case (_veh isKindOf "Tank"): {"_armor"}; + case (_veh isKindOf "Plane_Base_F"): {"_plane"}; + case (_veh isKindOf "UAV_02_base_F"): {"_uav"}; + case (_veh isKindOf "Helicopter"): {"_air"}; + case (_veh isKindOf "Boat_F"): {"_naval"}; + case (_veh isKindOf "Truck"): {"_motor_inf"}; + case (_veh isKindOf "Car"): {"_motor_inf"}; + default {"_motor_inf"}; +}; if ((_side == teamPlayer) or (_side == sideUnknown)) then { diff --git a/A3A/addons/core/functions/Ammunition/fn_ammunitionTransfer.sqf b/A3A/addons/core/functions/Ammunition/fn_ammunitionTransfer.sqf index c721234aea..1f15a45dd5 100644 --- a/A3A/addons/core/functions/Ammunition/fn_ammunitionTransfer.sqf +++ b/A3A/addons/core/functions/Ammunition/fn_ammunitionTransfer.sqf @@ -173,13 +173,13 @@ if (_destinationX == boxX) then _updated = [] call A3A_fnc_arsenalManage; if (_updated != "") then { - _updated = format ["Arsenal Updated

%1
",_updated]; + _updated = format ["" + localize "STR_A3A_fn_init_resourceCheck_arsenal" + "

%1
",_updated]; [petros,"income",_updated] remoteExec ["A3A_fnc_commsMP",[teamPlayer,civilian]]; }; } else { - [petros,"hint","Truck Loaded", "Cargo"] remoteExec ["A3A_fnc_commsMP",driver _destinationX]; //TODO: Localize + [petros,"hint",localize "STR_A3A_fn_ammo_truckLoaded", localize "STR_A3A_fn_ammo_cargo"] remoteExec ["A3A_fnc_commsMP",driver _destinationX]; }; if (!isNull _originX) then { diff --git a/A3A/addons/core/functions/Ammunition/fn_categoryOverrides.sqf b/A3A/addons/core/functions/Ammunition/fn_categoryOverrides.sqf index b682b98796..ee110a62be 100644 --- a/A3A/addons/core/functions/Ammunition/fn_categoryOverrides.sqf +++ b/A3A/addons/core/functions/Ammunition/fn_categoryOverrides.sqf @@ -2,6 +2,12 @@ //asval, Mk17 and SCAR-H arguable private _categoryOverrideTable = [ +//Vanilla +["launch_NLAW_F", ["MissileLaunchers","Weapons","AT"]], +["hgun_PDW2000_F", ["SMGs","Weapons"]], +["hgun_Pistol_Signal_F", ["Unknown","Weapons"]], + +//RHS ["rhs_weap_vss", ["SniperRifles","Weapons"]], ["rhs_weap_vss_grip", ["SniperRifles","Weapons"]], ["rhs_weap_vss_npz", ["SniperRifles","Weapons"]], @@ -39,6 +45,11 @@ private _categoryOverrideTable = [ ["rhs_weap_m32", ["GrenadeLaunchers","Weapons"]], ["rhs_weap_m79", ["GrenadeLaunchers","Weapons"]], +//Disposable flare launchers +["rhs_weap_rsp30_white", ["Unknown","Weapons"]], +["rhs_weap_rsp30_green", ["Unknown","Weapons"]], +["rhs_weap_rsp30_red", ["Unknown","Weapons"]], + // These have a rifle grenade muzzle but with no magazines or wells defined ["rhs_weap_m70b1", ["Rifles","Weapons"]], ["rhs_weap_m70b1n", ["Rifles","Weapons"]], @@ -61,9 +72,6 @@ private _categoryOverrideTable = [ ["UK3CB_BAF_AT4_CS_AT_Launcher", ["RocketLaunchers","Weapons","AT"]], ["UK3CB_BAF_AT4_CS_AP_Launcher", ["RocketLaunchers","Weapons","AT"]], -["launch_NLAW_F", ["MissileLaunchers","Weapons","AT"]], -["hgun_PDW2000_F", ["SMGs","Weapons"]], - ["UK3CB_BAF_L86A2", ["MachineGuns","Weapons"]], ["UK3CB_BAF_L86A3", ["MachineGuns","Weapons"]], @@ -182,11 +190,6 @@ private _categoryOverrideTable = [ ["CUP_smg_vityaz_vfg", ["SMGs","Weapons"]], ["CUP_smg_vityaz_vfg_front_rail", ["SMGs","Weapons"]], -["CUP_arifle_SAIGA_MK03", ["Shotguns","Weapons"]], -["CUP_arifle_SAIGA_MK03_top_rail", ["Shotguns","Weapons"]], -["CUP_arifle_SAIGA_MK03_Wood", ["Shotguns","Weapons"]], -["CUP_arifle_SIAGE_MK03_Wood_top_rail", ["Shotguns","Weapons"]], - ["CUP_srifle_M2010_blk", ["SniperRifles","Weapons"]], ["CUP_srifle_M2010_ctrgt", ["SniperRifles","Weapons"]], ["CUP_srifle_M2010_dsrt", ["SniperRifles","Weapons"]], @@ -208,6 +211,8 @@ private _categoryOverrideTable = [ ["CUP_arifle_MG36_hex", ["MachineGuns","Weapons"]], ["CUP_arifle_MG36", ["MachineGuns","Weapons"]], +["CUP_hgun_FlareGun", ["Unknown","Weapons"]], + ["CUP_hgun_BallisticShield_Armed_M9", ["Unknown","Weapons"]], ["CUP_hgun_BallisticShield_PMM", ["Unknown","Weapons"]], ["CUP_smg_BallisticShield_MP7", ["Unknown","Weapons"]], @@ -247,17 +252,14 @@ private _categoryOverrideTable = [ ["ACE_microDAGR", ["Gadgets","Items"]], ["ACE_DAGR", ["Gadgets","Items"]], -["LIB_PTRD", ["Unknown", "Weapons"]], -["LIB_M2_Flamethrower", ["Unknown", "Weapons"]], // don't want these two being chosen randomly by AIs -["LIB_Bagpipes", ["Unknown","Weapons"]], // wat ["ACE_SatchelCharge_Remote_Mag_Throwable", ["Unknown", "Explosives", "Items"]], ["ACE_DemoCharge_Remote_Mag_Throwable", ["Unknown", "Explosives", "Items"]], //Flashlights +["ACE_Flashlight_Maglite_ML300L", ["Unknown","Weapons"]], ["vn_mx991", ["Unknown","Weapons"]], ["vn_mx991_red", ["Unknown","Weapons"]], ["vn_fkb1_red", ["Unknown","Weapons"]], ["vn_fkb1", ["Unknown","Weapons"]], -["ACE_Flashlight_Maglite_ML300L", ["Unknown","Weapons"]], ["vn_default_helmetbase_09", ["Unknown","Headgear"]], //Goat Hat ["vn_m1897", ["Shotguns","Weapons"]], @@ -385,6 +387,9 @@ private _categoryOverrideTable = [ ["LIB_Webley_Flare", ["Unknown", "Weapons"]], ["LIB_FLARE_PISTOL", ["Unknown", "Weapons"]], +["LIB_PTRD", ["Unknown", "Weapons"]], +["LIB_M2_Flamethrower", ["Unknown", "Weapons"]], // don't want these two being chosen randomly by AIs +["LIB_Bagpipes", ["Unknown","Weapons"]], // wat ["LIB_M2_Tripod", ["StaticWeaponParts","Items"]], ["LIB_Laffete_Tripod", ["StaticWeaponParts","Items"]], ["LIB_BM37_Tripod", ["StaticWeaponParts","Items"]], diff --git a/A3A/addons/core/functions/Ammunition/fn_generateRebelGear.sqf b/A3A/addons/core/functions/Ammunition/fn_generateRebelGear.sqf index 949511bb72..fa8c358f39 100644 --- a/A3A/addons/core/functions/Ammunition/fn_generateRebelGear.sqf +++ b/A3A/addons/core/functions/Ammunition/fn_generateRebelGear.sqf @@ -44,6 +44,7 @@ private _shotgun = []; private _sniper = []; private _mg = []; private _gl = []; +private _handgun = []; { _x params ["_class", "_amount"]; private _categories = _class call A3A_fnc_equipmentClassToCategories; @@ -58,6 +59,13 @@ private _gl = []; }; } forEach (jna_dataList select IDC_RSCDISPLAYARSENAL_TAB_PRIMARYWEAPON); +{ + _x params ["_class", "_amount"]; + private _categories = _class call A3A_fnc_equipmentClassToCategories; + + if ("Handguns" in _categories) then { [_handgun, _class, _amount] call _fnc_addItem }; +} forEach (jna_dataList select IDC_RSCDISPLAYARSENAL_TAB_HANDGUN); + if (count A3A_specialGrenadeLaunchers > 0) then { // muzzle + base grenade launchers, broken down in the arsenal private _rifleHM = createHashMapFromArray (jna_dataList select IDC_RSCDISPLAYARSENAL_TAB_PRIMARYWEAPON); @@ -75,6 +83,7 @@ _rebelGear set ["Shotguns", _shotgun]; _rebelGear set ["MachineGuns", _mg]; _rebelGear set ["SniperRifles", _sniper]; _rebelGear set ["GrenadeLaunchers", _gl]; +_rebelGear set ["Handguns", _handgun]; // Secondary weapon filtering private _rlaunchers = []; diff --git a/A3A/addons/core/functions/Ammunition/fn_randomRifle.sqf b/A3A/addons/core/functions/Ammunition/fn_randomRifle.sqf index c6c66aed1a..187b4e6920 100644 --- a/A3A/addons/core/functions/Ammunition/fn_randomRifle.sqf +++ b/A3A/addons/core/functions/Ammunition/fn_randomRifle.sqf @@ -27,7 +27,11 @@ if (_pool isEqualTo []) then { if (_pool isEqualTo []) then { _pool = A3A_rebelGear get "SMGs"; if (_pool isEqualTo []) then { - _pool = (A3A_rebelGear get "Shotguns") + (A3A_rebelGear get "SniperRifles"); + private _pistolPool = A3A_rebelGear get "Handguns"; + for "_i" from 1 to (count _pistolPool) step 2 do { + _pistolPool set [_i, 0.5] + }; + _pool = (A3A_rebelGear get "Shotguns") + (A3A_rebelGear get "SniperRifles") + _pistolPool; }; }; }; @@ -56,7 +60,11 @@ private _magazine = compatibleMagazines _weapon select 0; private _magweight = 5 max getNumber (configFile >> "CfgMagazines" >> _magazine >> "mass"); _unit addWeapon _weapon; -_unit addPrimaryWeaponItem _magazine; +if ("Handguns" in _categories) then { + _unit addHandgunItem _magazine; +} else { + _unit addPrimaryWeaponItem _magazine; +}; _unit addMagazines [_magazine, round (random 0.5 + _totalMagWeight / _magWeight)]; diff --git a/A3A/addons/core/functions/Base/fn_AILoadInfo.sqf b/A3A/addons/core/functions/Base/fn_AILoadInfo.sqf index 4896f20a41..84c70fb7fb 100644 --- a/A3A/addons/core/functions/Base/fn_AILoadInfo.sqf +++ b/A3A/addons/core/functions/Base/fn_AILoadInfo.sqf @@ -1,10 +1,10 @@ if (!isServer) exitWith {}; -if (count hcArray == 0) exitWith {[petros,"hint","No Headless Client Detected","AI Load Information"] remoteExec ["A3A_fnc_commsMP",remoteExecutedOwner]}; +if (count hcArray == 0) exitWith {[petros,"hint",localize "STR_A3A_fn_base_AILoadInfo_noHeadless",localize "STR_A3A_fn_base_AILoadInfo_loadInfo"] remoteExec ["A3A_fnc_commsMP",remoteExecutedOwner]}; _textX = ""; for "_i" from 0 to (count hcArray) - 1 do { - _textX = format ["%1HC %2 AI

",_textX, _i]; + _textX = format [localize "STR_A3A_fn_base_AILoadInfo_HCAI" + "

",_textX, _i]; _west = 0; _east = 0; _indep = 0; @@ -24,6 +24,6 @@ for "_i" from 0 to (count hcArray) - 1 do }; }; } forEach allUnits select {alive _x}; - _textX = format ["%1Reb: %2
Occ:%3
Inv:%4
Civ:%5
TOTAL:%6

",_textX,_indep,_west,_east,_civ,_total]; + _textX = format [localize "STR_A3A_fn_base_AILoadInfo_count" + "

",_textX,_indep,_west,_east,_civ,_total]; }; -[petros, "hint", _textX, "AI Load Information"] remoteExec ["A3A_fnc_commsMP",remoteExecutedOwner]; //TODO: Localize all the stuff above +[petros, "hint", _textX,localize "STR_A3A_fn_base_AILoadInfo_loadInfo"] remoteExec ["A3A_fnc_commsMP",remoteExecutedOwner]; diff --git a/A3A/addons/core/functions/Base/fn_FIAradio.sqf b/A3A/addons/core/functions/Base/fn_FIAradio.sqf index 8f6716eeb9..d5e5541ae1 100644 --- a/A3A/addons/core/functions/Base/fn_FIAradio.sqf +++ b/A3A/addons/core/functions/Base/fn_FIAradio.sqf @@ -14,7 +14,7 @@ if (random 100 < _chance) then { if (not revealX) then { - ["TaskSucceeded", ["", "Enemy Comms Intercepted"]] remoteExec ["BIS_fnc_showNotification",teamPlayer]; + ["TaskSucceeded", ["", localize "STR_A3A_fn_FIARadio_yes"]] remoteExec ["BIS_fnc_showNotification",teamPlayer]; revealX = true; publicVariable "revealX"; [] remoteExec ["A3A_fnc_revealToPlayer",teamPlayer]; }; @@ -30,7 +30,7 @@ else { if (revealX) then { - ["TaskFailed", ["", "Enemy Comms Lost"]] remoteExec ["BIS_fnc_showNotification",teamPlayer]; + ["TaskFailed", ["", localize "STR_A3A_fn_FIARadio_no"]] remoteExec ["BIS_fnc_showNotification",teamPlayer]; revealX = false; publicVariable "revealX"; }; }; diff --git a/A3A/addons/core/functions/Base/fn_airspaceControl.sqf b/A3A/addons/core/functions/Base/fn_airspaceControl.sqf index 8a6d1ed849..f661502398 100644 --- a/A3A/addons/core/functions/Base/fn_airspaceControl.sqf +++ b/A3A/addons/core/functions/Base/fn_airspaceControl.sqf @@ -1,27 +1,25 @@ -#define CIV_HELI 0 -#define MIL_HELI 1 -#define JET 2 - -params ["_vehicle"]; -#include "..\..\script_component.hpp" -FIX_LINE_NUMBERS() /* Handles the airspace control of any player aircraft, breaking undercover and calling support - Execution on: Any + Execution on: Client Scope: Internal Params: - _vehicle: OBJECT : The vehicles that should be checked against enemy positions + _player: OBJECT : Player who boarded the vehicle + _vehicle: OBJECT : The vehicle that should be checked against enemy positions Returns: Nothing */ -//If vehicle already has an airspace control script, exit here -if(_vehicle getVariable ["airspaceControl", false]) exitWith {}; +#define CIV_HELI 0 +#define MIL_HELI 1 +#define JET 2 + +#include "..\..\script_component.hpp" +FIX_LINE_NUMBERS() -_vehicle setVariable ["airspaceControl", true, true]; +params ["_player", "_vehicle"]; //Select the kind of aircraft private _airType = -1; @@ -45,7 +43,7 @@ else private _outpostDetectionRange = [300, 500, 750] select _airType; private _outpostDetectionHeight = [150, 250, 500] select _airType; -//Select height and range for outposts, numbers are values for [CIV_HELI, MIL_HELI, JET] +//Select height and range for airports, numbers are values for [CIV_HELI, MIL_HELI, JET] private _airportDetectionRange = [500, 750, 1500] select _airType; private _airportDetectionHeight = [500, 500, 2500] select _airType; @@ -72,13 +70,13 @@ private _fn_sendSupport = private _markerSide = sidesX getVariable [_marker, sideUnknown]; //Reveal vehicle to all groups of the side so they can take actions - { +/* { if(side _x == _markerSide) then { _x reveal [_vehicle, 4]; // TODO: doesn't actually work, needs remoteExec }; } forEach allGroups; - +*/ //Take actions against the aircraft // Let support system decide whether it's worth reacting to private _revealValue = [getMarkerPos _marker, _markerSide] call A3A_fnc_calculateSupportCallReveal; @@ -137,9 +135,13 @@ private _fn_getMarkersInRange = }; -//While not in garage and alive and crewed we check what the aircraft is doing -while {!(isNull _vehicle) && {alive _vehicle && {count (crew _vehicle) != 0}}} do +while {_player in crew _vehicle && alive _vehicle} do { + sleep 1; + + // Only run the checks for the vehicle's commander + if (_player != effectiveCommander _vehicle) then { continue }; + //Check undercover status _vehicleIsUndercover = captive ((crew _vehicle) select 0); _vehPos = getPosASL _vehicle; @@ -230,7 +232,6 @@ while {!(isNull _vehicle) && {alive _vehicle && {count (crew _vehicle) != 0}}} d }; }; }; - sleep 1; }; -_vehicle setVariable ["airspaceControl", nil, true]; +Debug_2("Exiting airspace control for player %1, vehicle %2", _player, typeof _vehicle); diff --git a/A3A/addons/core/functions/Base/fn_calculateAggression.sqf b/A3A/addons/core/functions/Base/fn_calculateAggression.sqf index 904b0a8beb..86e94aeef2 100644 --- a/A3A/addons/core/functions/Base/fn_calculateAggression.sqf +++ b/A3A/addons/core/functions/Base/fn_calculateAggression.sqf @@ -44,7 +44,7 @@ if(_newOccupantsValue < (_levelBoundsOccupants select 0)) then { aggressionLevelOccupants = ((ceil (_newOccupantsValue / 20)) min 5) max 1; publicVariable "aggressionLevelOccupants"; - _notificationText = format ["%1 aggression level reduced to %2
", FactionGet(occ,"name"), [aggressionLevelOccupants] call A3A_fnc_getAggroLevelString];// TODO: localize "STR_A3A_fn_base_caclaggro_occ_red" + _notificationText = format [localize "STR_A3A_fn_base_caclaggro_occ_red", FactionGet(occ,"name"), [aggressionLevelOccupants] call A3A_fnc_getAggroLevelString]; _levelsChanged = true; } else @@ -53,7 +53,7 @@ else { aggressionLevelOccupants = ((ceil (_newOccupantsValue / 20)) min 5) max 1; publicVariable "aggressionLevelOccupants"; - _notificationText = format ["%1 aggression level increased to %2
", FactionGet(occ,"name"), [aggressionLevelOccupants] call A3A_fnc_getAggroLevelString];// TODO: localize "STR_A3A_fn_base_caclaggro_occ_inc" + _notificationText = format [localize "STR_A3A_fn_base_caclaggro_occ_inc", FactionGet(occ,"name"), [aggressionLevelOccupants] call A3A_fnc_getAggroLevelString]; _levelsChanged = true; }; }; @@ -62,7 +62,7 @@ if(_newInvadersValue < (_levelBoundsInvaders select 0)) then { aggressionLevelInvaders = ((ceil (_newInvadersValue / 20)) min 5) max 1; publicVariable "aggressionLevelInvaders"; - _notificationText = format ["%1%2 aggression level reduced to %3", _notificationText, FactionGet(inv,"name"), [aggressionLevelInvaders] call A3A_fnc_getAggroLevelString];// TODO: localize "STR_A3A_fn_base_caclaggro_inv_red" + _notificationText = format [localize "STR_A3A_fn_base_caclaggro_inv_red", _notificationText, FactionGet(inv,"name"), [aggressionLevelInvaders] call A3A_fnc_getAggroLevelString]; _levelsChanged = true; } else @@ -71,7 +71,7 @@ else { aggressionLevelInvaders = ((ceil (_newInvadersValue / 20)) min 5) max 1; publicVariable "aggressionLevelInvaders"; - _notificationText = format ["%1%2 aggression level increased to %3", _notificationText, FactionGet(inv,"name"), [aggressionLevelInvaders] call A3A_fnc_getAggroLevelString];// TODO: localize "STR_A3A_fn_base_caclaggro_inv_inc" + _notificationText = format [localize "STR_A3A_fn_base_caclaggro_inv_inc", _notificationText, FactionGet(inv,"name"), [aggressionLevelInvaders] call A3A_fnc_getAggroLevelString]; _levelsChanged = true; }; }; @@ -83,7 +83,7 @@ if(_levelsChanged) then if(!_silent) then { //If not load progress, show message for everyone - _notificationText = format ["Aggression level changed

%1", _notificationText];// TODO: localize "STR_A3A_fn_base_caclaggro_levelchange" for the "Aggression level changed" part + _notificationText = format ["" + localize "STR_A3A_fn_base_caclaggro_levelchange" + "

%1", _notificationText]; [petros, "income", _notificationText] remoteExec ["A3A_fnc_commsMP", [teamPlayer, civilian]]; }; }; diff --git a/A3A/addons/core/functions/Base/fn_canMoveHQ.sqf b/A3A/addons/core/functions/Base/fn_canMoveHQ.sqf index db6f51a323..af034a2df4 100644 --- a/A3A/addons/core/functions/Base/fn_canMoveHQ.sqf +++ b/A3A/addons/core/functions/Base/fn_canMoveHQ.sqf @@ -26,16 +26,7 @@ private _titleStr = localize "STR_A3A_fn_base_canmovehq_title"; if (player != theBoss) then { [_titleStr, localize "STR_A3A_fn_base_canmovehq_no_comm"] call A3A_fnc_customHint; - _result pushBack "Commander only";// TODO: localize "STR_A3A_fn_base_canmovehq_comm_only" -}; - -if ((count weaponCargo boxX >0) or (count magazineCargo boxX >0) or (count itemCargo boxX >0) or (count backpackCargo boxX >0)) then -{ - if(count _result == 1) then - { - [_titleStr, localize "STR_A3A_fn_base_canmovehq_no_empty1"] call A3A_fnc_customHint; - }; - _result pushBack "Arsenal inventory must be empty";// TODO: localize "STR_A3A_fn_base_canmovehq_no_empty2" + _result pushBack localize "STR_A3A_fn_base_canmovehq_comm_only"; }; if !(isNull attachedTo petros) then @@ -44,7 +35,7 @@ if !(isNull attachedTo petros) then { [_titleStr, localize "STR_A3A_fn_base_canmovehq_petros_down"] call A3A_fnc_customHint; }; - _result pushBack "Petros currently picked up";// TODO: localize "STR_A3A_fn_base_canmovehq_petros_pickedup" + _result pushBack localize "STR_A3A_fn_base_canmovehq_petros_pickedup"; }; if(count _result != 1) exitWith diff --git a/A3A/addons/core/functions/Base/fn_commsMP.sqf b/A3A/addons/core/functions/Base/fn_commsMP.sqf index 8606816e21..64d96c881b 100644 --- a/A3A/addons/core/functions/Base/fn_commsMP.sqf +++ b/A3A/addons/core/functions/Base/fn_commsMP.sqf @@ -55,7 +55,7 @@ if (_typeX == "tier") then //playSound3D ["a3\sounds_f\sfx\beep_target.wss", player]; playSound "3DEN_notificationDefault"; //[_textX,0.8,0.5,5,0,0,2] spawn bis_fnc_dynamicText; - _textX = format ["War Level Changed

Current Level: %1",tierWar]; // TODO: localize "STR_A3A_fn_base_commsmp_warlvlchange" + _textX = format [localize "STR_A3A_fn_base_commsmp_warlvlchange",tierWar]; [_textX, [safeZoneX + (0.8 * safeZoneW), (0.2 * safeZoneW)], 0.5, 5, 0, 0, _layer] spawn bis_fnc_dynamicText; incomeRep = false; [] spawn A3A_fnc_statistics; diff --git a/A3A/addons/core/functions/Base/fn_createOutpostsFIA.sqf b/A3A/addons/core/functions/Base/fn_createOutpostsFIA.sqf index 1b8b331286..2e9f7d96cc 100644 --- a/A3A/addons/core/functions/Base/fn_createOutpostsFIA.sqf +++ b/A3A/addons/core/functions/Base/fn_createOutpostsFIA.sqf @@ -11,15 +11,20 @@ if (_typeX == "delete") exitWith {[localize "STR_A3A_fn_base_createoutpfia_creat _isRoad = isOnRoad _positionTel; -_textX = format ["%1 Observation Post",FactionGet(reb,"name")]; +_textX = format [localize "STR_A3A_fn_base_croutpFIA_watchpost",FactionGet(reb,"name")]; _typeGroup = FactionGet(reb,"groupSniper"); _typeVehX = (FactionGet(reb,"vehiclesBasic")) # 0; +_taskData = localize "STR_A3A_fn_createOutpostsFIA_OP_data"; +_taskTitle = localize "STR_A3A_fn_createOutpostsFIA_OP_title"; private _tsk = ""; + if (_isRoad) then { - _textX = format ["%1 Roadblock",FactionGet(reb,"name")]; + _textX = format [localize "STR_A3A_fn_base_croutpFIA_roadblock",FactionGet(reb,"name")]; _typeGroup = FactionGet(reb,"groupAT"); _typeVehX = (FactionGet(reb,"vehiclesTruck")) # 0; + _taskData = localize "STR_A3A_fn_createOutpostsFIA_RB_data"; + _taskTitle = localize "STR_A3A_fn_createOutpostsFIA_RB_title"; }; _mrk = createMarker [format ["FIAPost%1", random 1000], _positionTel]; @@ -28,7 +33,7 @@ _mrk setMarkerShape "ICON"; _dateLimit = [date select 0, date select 1, date select 2, date select 3, (date select 4) + 60]; _dateLimitNum = dateToNumber _dateLimit; private _taskId = "outpostsFIA" + str A3A_taskCount; -[[teamPlayer,civilian],_taskId,["We are sending a team to establish a Watchpost/Roadblock. Use HC to send the team to their destination.","Post \ Roadblock Deploy",_mrk],_positionTel,false,0,true,"Move",true] call BIS_fnc_taskCreate; +[[teamPlayer,civilian],_taskId,[_taskData,_taskTitle,_mrk],_positionTel,false,0,true,"Move",true] call BIS_fnc_taskCreate; [_taskId, "outpostsFIA", "CREATED"] remoteExecCall ["A3A_fnc_taskUpdate", 2]; _groupX = [getMarkerPos respawnTeamPlayer, teamPlayer, _typeGroup] call A3A_fnc_spawnGroup; @@ -36,6 +41,7 @@ _groupX setGroupId ["Post"]; _road = [getMarkerPos respawnTeamPlayer] call A3A_fnc_findNearestGoodRoad; _pos = position _road findEmptyPosition [1,30,"B_G_Van_01_transport_F"]; _truckX = _typeVehX createVehicle _pos; +[_truckX, teamPlayer] call A3A_fnc_AIVEHinit; //_nul = [_groupX] spawn dismountFIA; _groupX addVehicle _truckX; {[_x] call A3A_fnc_FIAinit} forEach units _groupX; diff --git a/A3A/addons/core/functions/Base/fn_distance.sqf b/A3A/addons/core/functions/Base/fn_distance.sqf index 51bebd9fbe..58d676ddd0 100644 --- a/A3A/addons/core/functions/Base/fn_distance.sqf +++ b/A3A/addons/core/functions/Base/fn_distance.sqf @@ -15,7 +15,7 @@ Dependencies: Occupants, Invaders, teamPlayer, markersX, forcedSpawn, spawner, controlsX, airportsX, resourcesX, factories, outposts, seports, A3A_fnc_createAICities, A3A_fnc_createCIV, A3A_fnc_createAIcontrols, - A3A_fnc_createAIAirplane, A3A_fnc_createAIresources, A3A_fnc_createAIOutposts, + A3A_fnc_createAIAirbase, A3A_fnc_createAIresources, A3A_fnc_createAIOutposts, A3A_fnc_createFIAOutposts2, A3A_fnc_createSDKGarrisons Example: [] spawn A3A_fnc_distance; @@ -124,7 +124,7 @@ private _processOccupantMarker = { case (_marker in airportsX): { - [[_marker], "A3A_fnc_createAIAirplane"] call A3A_fnc_scheduler; + [[_marker], "A3A_fnc_createAIAirbase"] call A3A_fnc_scheduler; }; case (_marker in resourcesX); @@ -324,7 +324,7 @@ private _processInvaderMarker = { case (_marker in airportsX): { - [[_marker], "A3A_fnc_createAIAirplane"] call A3A_fnc_scheduler; + [[_marker], "A3A_fnc_createAIAirbase"] call A3A_fnc_scheduler; }; case (_marker in resourcesX); @@ -429,12 +429,14 @@ do // Add in rebel-controlled UAVs _teamplayer append (allUnitsUAV select { side group _x == teamPlayer }); - // Players array is used to spawn civilians in cities and rebel garrisons, so ignore remote controlled and airborne units - _players = (allPlayers - entities "HeadlessClient_F") select { - private _veh = vehicle _x; - _x getVariable ["owner",objNull] == _x and _x == effectiveCommander _veh - and (_veh == _x or {!(_veh isKindOf "Air" and speed _veh > 50)}) - }; + // Players array is used to spawn civilians in cities and rebel garrisons, so ignore airborne units and translate remote-control + _players = []; + { + private _rp = _x getVariable ["owner", _x]; // real player unit in remote-control case + private _veh = vehicle _rp; + if (_rp != effectiveCommander _veh) then { continue }; + if (_veh == _rp or {!(_veh isKindOf "Air" and speed _veh > 50)}) then { _players pushBack _rp }; + } forEach (allPlayers - entities "HeadlessClient_F"); }; { diff --git a/A3A/addons/core/functions/Base/fn_garbageCleaner.sqf b/A3A/addons/core/functions/Base/fn_garbageCleaner.sqf index 88b199ea0a..2f61a5a55f 100644 --- a/A3A/addons/core/functions/Base/fn_garbageCleaner.sqf +++ b/A3A/addons/core/functions/Base/fn_garbageCleaner.sqf @@ -13,6 +13,12 @@ private _fnc_distCheck = { if (_rebelSpawners inAreaArray [getPosATL _object, _dist, _dist] isEqualTo []) then { deleteVehicle _object }; }; +Debug("Moving dead solders out of vehicles...") +{ + if !(isNull objectParent _x) then { moveOut _x }; +} forEach allDeadMen; +Debug("Finished moving soldiers out of vehicles; executing garbage clean.") +sleep 0.5; { deleteVehicle _x } forEach allDead; { deleteVehicle _x } forEach (allMissionObjects "WeaponHolder"); diff --git a/A3A/addons/core/functions/Base/fn_garrisonInfo.sqf b/A3A/addons/core/functions/Base/fn_garrisonInfo.sqf index 4b4b8186fd..9ea927f934 100644 --- a/A3A/addons/core/functions/Base/fn_garrisonInfo.sqf +++ b/A3A/addons/core/functions/Base/fn_garrisonInfo.sqf @@ -28,7 +28,7 @@ private _units = [ [],[],[],[],[],[],[],[],[],[],[] ]; } forEach _garrison; _textX = format [ - "

Garrison units: %1%15

Squad Leaders: %2
%14: %3
Riflemen: %4
Autoriflemen: %5
Medics: %6
Grenadiers: %7
Marksmen: %8
AT Men: %9
AT Missile Men: %10
AA Missile Men: %11
Other: %12
Static Weap: %13" + "

" + (localize "STR_A3A_fn_base_garrisonInfo_stats") , count _garrison , count (_units#0) , count (_units#1) @@ -44,6 +44,6 @@ _textX = format [ , {_x distance _positionX < _size} count staticsToSave , _estatic , if (_limit != -1) then {format ["/%1", _limit]} else {""} -]; //TODO: Localize +]; _textX diff --git a/A3A/addons/core/functions/Base/fn_getAggroLevelString.sqf b/A3A/addons/core/functions/Base/fn_getAggroLevelString.sqf index ff688a24ed..6682b4d90c 100644 --- a/A3A/addons/core/functions/Base/fn_getAggroLevelString.sqf +++ b/A3A/addons/core/functions/Base/fn_getAggroLevelString.sqf @@ -1,12 +1,6 @@ params ["_level"]; #include "..\..\script_component.hpp" FIX_LINE_NUMBERS() - -if(_level == 1) exitWith {"Low"}; -if(_level == 2) exitWith {"Medium"}; -if(_level == 3) exitWith {"High"}; -if(_level == 4) exitWith {"Very High"}; -if(_level == 5) exitWith {"Extreme"}; - +if (_level in [1, 2, 3, 4, 5]) exitWith {localize ("STR_A3A_fn_getAggroLevelString_" + str(_level))}; Error_1("Bad level recieved, cannot generate string, was %1", _level); "None" diff --git a/A3A/addons/core/functions/Base/fn_localizar.sqf b/A3A/addons/core/functions/Base/fn_localizar.sqf index 0dabc6f12c..e05e260a47 100644 --- a/A3A/addons/core/functions/Base/fn_localizar.sqf +++ b/A3A/addons/core/functions/Base/fn_localizar.sqf @@ -14,24 +14,23 @@ if (_siteX in citiesX) then else { _city = [citiesX,_pos] call BIS_fnc_nearestPosition; - if (_siteX in airportsX) then {_textX = format ["%1 Airbase",_city]}; //TODO: Localize - if (_siteX in resourcesX) then {_textX = format ["Resource near %1",_city]}; //TODO: Localize - if (_siteX in factories) then {_textX = format ["Factory near %1",_city]}; //TODO: Localize - if (_siteX in outposts) then {_textX = format ["Outpost near %1",_city]}; //TODO: Localize - if (_siteX in seaports) then {_textX = format ["Seaport near %1",_city]}; //TODO: Localize + if (_siteX in outpostsFIA) then {_textX = format [localize "STR_A3A_fn_base_localizar_watchpost",_city]}; + if (isOnRoad _pos) then {_textX = format [localize "STR_A3A_fn_base_localizar_roadblock",_city]}; //For friendly roadblocks, next checks will overwrite it if neccesary + if (_siteX in airportsX) then {_textX = format [localize "STR_A3A_fn_base_localizar_airport",_city]}; + if (_siteX in resourcesX) then {_textX = format [localize "STR_A3A_fn_base_localizar_resource",_city]}; + if (_siteX in factories) then {_textX = format [localize "STR_A3A_fn_base_localizar_factory",_city]}; + if (_siteX in outposts) then {_textX = format [localize "STR_A3A_fn_base_localizar_outpost",_city]}; + if (_siteX in seaports) then {_textX = format [localize "STR_A3A_fn_base_localizar_seaport",_city]}; if (_siteX in controlsX) then { - if (isOnRoad getMarkerPos _siteX) then + if (isOnRoad _pos) then { - _textX = format ["Roadblock near %1",_city] //TODO: Localize + _textX = format [localize "STR_A3A_fn_base_localizar_roadblock",_city] } else { - _textX = format ["Forest near %1",_city] //TODO: Localize + _textX = format [localize "STR_A3A_fn_base_localizar_forest",_city] }; - } - else{ - if ((_siteX == "NATO_carrier") or (_siteX == "CSAT_carrier")) then {_textX = "their carrier"}; //TODO: Localize }; }; _textX \ No newline at end of file diff --git a/A3A/addons/core/functions/Base/fn_markerChange.sqf b/A3A/addons/core/functions/Base/fn_markerChange.sqf index 8a941fd865..37b44c73ee 100644 --- a/A3A/addons/core/functions/Base/fn_markerChange.sqf +++ b/A3A/addons/core/functions/Base/fn_markerChange.sqf @@ -151,6 +151,7 @@ if (_markerX in airportsX) then _prestigeOccupants = [-25, 90]; _prestigeInvaders = [50, 150]; }; + [] spawn A3A_fnc_checkCampaignEnd; // If an airport is taken by rebels, check for victory } else { @@ -179,9 +180,9 @@ if (_markerX in airportsX) then }; }; }; - ["TaskSucceeded", ["", "Airbase Taken"]] remoteExec ["BIS_fnc_showNotification",_winner]; - ["TaskFailed", ["", "Airbase Lost"]] remoteExec ["BIS_fnc_showNotification",_loser]; - ["TaskUpdated",["",format ["%1 lost an Airbase",_textX]]] remoteExec ["BIS_fnc_showNotification",_other]; + ["TaskSucceeded", ["", localize "STR_A3A_fn_base_markerChange_yesAirbase"]] remoteExec ["BIS_fnc_showNotification",_winner]; + ["TaskFailed", ["", localize "STR_A3A_fn_base_markerChange_noAirbase"]] remoteExec ["BIS_fnc_showNotification",_loser]; + ["TaskUpdated",["",format [localize "STR_A3A_fn_base_markerChange_otherAirbase",_textX]]] remoteExec ["BIS_fnc_showNotification",_other]; killZones setVariable [_markerX,[],true]; }; if (_markerX in outposts) then @@ -217,9 +218,9 @@ if (_markerX in outposts) then _prestigeInvaders = [30, 150]; }; }; - ["TaskSucceeded", ["", "Outpost Taken"]] remoteExec ["BIS_fnc_showNotification",_winner]; - ["TaskFailed", ["", "Outpost Lost"]] remoteExec ["BIS_fnc_showNotification",_loser]; - ["TaskUpdated",["",format ["%1 lost an Outpost",_textX]]] remoteExec ["BIS_fnc_showNotification",_other]; + ["TaskSucceeded", ["", localize "STR_A3A_fn_base_markerChange_yesOutpost"]] remoteExec ["BIS_fnc_showNotification",_winner]; + ["TaskFailed", ["", localize "STR_A3A_fn_base_markerChange_noOutpost"]] remoteExec ["BIS_fnc_showNotification",_loser]; + ["TaskUpdated",["",format [localize "STR_A3A_fn_base_markerChange_otherOutpost",_textX]]] remoteExec ["BIS_fnc_showNotification",_other]; killZones setVariable [_markerX,[],true]; }; if (_markerX in seaports) then @@ -236,9 +237,9 @@ if (_markerX in seaports) then _prestigeInvaders = [20, 120]; }; }; - ["TaskSucceeded", ["", "Seaport Taken"]] remoteExec ["BIS_fnc_showNotification",_winner]; - ["TaskFailed", ["", "Seaport Lost"]] remoteExec ["BIS_fnc_showNotification",_loser]; - ["TaskUpdated",["",format ["%1 lost a Seaport",_textX]]] remoteExec ["BIS_fnc_showNotification",_other]; + ["TaskSucceeded", ["", localize "STR_A3A_fn_base_markerChange_yesSeaport"]] remoteExec ["BIS_fnc_showNotification",_winner]; + ["TaskFailed", ["", localize "STR_A3A_fn_base_markerChange_noSeaport"]] remoteExec ["BIS_fnc_showNotification",_loser]; + ["TaskUpdated",["",format [localize "STR_A3A_fn_base_markerChange_otherSeaport",_textX]]] remoteExec ["BIS_fnc_showNotification",_other]; }; if (_markerX in factories) then { @@ -254,9 +255,9 @@ if (_markerX in factories) then _prestigeInvaders = [20, 120]; }; }; - ["TaskSucceeded", ["", "Factory Taken"]] remoteExec ["BIS_fnc_showNotification",_winner]; - ["TaskFailed", ["", "Factory Lost"]] remoteExec ["BIS_fnc_showNotification",_loser]; - ["TaskUpdated",["",format ["%1 lost a Factory",_textX]]] remoteExec ["BIS_fnc_showNotification",_other]; + ["TaskSucceeded", ["", localize "STR_A3A_fn_base_markerChange_yesFactory"]] remoteExec ["BIS_fnc_showNotification",_winner]; + ["TaskFailed", ["", localize "STR_A3A_fn_base_markerChange_noFactory"]] remoteExec ["BIS_fnc_showNotification",_loser]; + ["TaskUpdated",["",format [localize "STR_A3A_fn_base_markerChange_otherFactory",_textX]]] remoteExec ["BIS_fnc_showNotification",_other]; }; if (_markerX in resourcesX) then { @@ -272,9 +273,9 @@ if (_markerX in resourcesX) then _prestigeInvaders = [20, 120]; }; }; - ["TaskSucceeded", ["", "Resource Taken"]] remoteExec ["BIS_fnc_showNotification",_winner]; - ["TaskFailed", ["", "Resource Lost"]] remoteExec ["BIS_fnc_showNotification",_loser]; - ["TaskUpdated",["",format ["%1 lost a Resource",_textX]]] remoteExec ["BIS_fnc_showNotification",_other]; + ["TaskSucceeded", ["", localize "STR_A3A_fn_base_markerChange_yesResource"]] remoteExec ["BIS_fnc_showNotification",_winner]; + ["TaskFailed", ["", localize "STR_A3A_fn_base_markerChange_noResource"]] remoteExec ["BIS_fnc_showNotification",_loser]; + ["TaskUpdated",["",format [localize "STR_A3A_fn_base_markerChange_otherResource",_textX]]] remoteExec ["BIS_fnc_showNotification",_other]; }; Debug_1("Notification and points done for marker change at %1", _markerX); diff --git a/A3A/addons/core/functions/Base/fn_onHeadlessClientDisconnect.sqf b/A3A/addons/core/functions/Base/fn_onHeadlessClientDisconnect.sqf index 69411c48e6..d4cc79ebd4 100644 --- a/A3A/addons/core/functions/Base/fn_onHeadlessClientDisconnect.sqf +++ b/A3A/addons/core/functions/Base/fn_onHeadlessClientDisconnect.sqf @@ -11,7 +11,7 @@ if (_owner in hcArray) then A3A_HCErrorHandle = [] spawn { while {true} do { - [petros,"hint","A Headless Client has been disconnected. This will cause malfunctions. Head back to HQ for saving ASAP and ask and Admin for a restart", "Headless Client"] remoteExec ["A3A_fnc_commsMP"]; + [petros,"hint", localize "STR_A3A_fn_base_hcdics_warning", localize "STR_A3A_fn_base_hcdics_hc"] remoteExec ["A3A_fnc_commsMP"]; sleep 30; }; }; diff --git a/A3A/addons/core/functions/Base/fn_placementselection.sqf b/A3A/addons/core/functions/Base/fn_placementselection.sqf index 1b249cd839..1351c790fe 100644 --- a/A3A/addons/core/functions/Base/fn_placementselection.sqf +++ b/A3A/addons/core/functions/Base/fn_placementselection.sqf @@ -5,9 +5,7 @@ private _disabledPlayerDamage = false; private _titleStr = localize "STR_A3A_fn_base_placeselec_title"; player allowDamage false; -format ["%1 is Dead",name petros] hintC format ["%1 has been killed. You lost part of your assets and need to select a new HQ position far from the enemies.",name petros]; -// TODO: localize "STR_A3A_fn_base_placeselec_petros_dead" - implement into line 8 -// TODO: localize "STR_A3A_fn_base_placeselec_petros_dead_long" - implement into line 8 +localize "STR_A3A_fn_base_placeselec_petros_dead" hintC localize "STR_A3A_fn_base_placeselec_petros_dead_long"; hintC_arr_EH = findDisplay 72 displayAddEventHandler ["unload",{ _this spawn { diff --git a/A3A/addons/core/functions/Base/fn_rebuildRadioTower.sqf b/A3A/addons/core/functions/Base/fn_rebuildRadioTower.sqf index e9a7232d6d..f1c61c20ed 100644 --- a/A3A/addons/core/functions/Base/fn_rebuildRadioTower.sqf +++ b/A3A/addons/core/functions/Base/fn_rebuildRadioTower.sqf @@ -19,7 +19,7 @@ private _mrkFinal = createMarker [format ["Ant%1", mapGridPosition _antenna], ge _mrkFinal setMarkerShape "ICON"; _mrkFinal setMarkerType "loc_Transmitter"; _mrkFinal setMarkerColor "ColorBlack"; -_mrkFinal setMarkerText "Radio Tower"; +_mrkFinal setMarkerText localize "STR_A3A_fn_base_rebuildRadioTower_marker"; mrkAntennas pushBack _mrkFinal; publicVariable "mrkAntennas"; @@ -32,7 +32,7 @@ _antenna addEventHandler ["Killed", mrkAntennas = mrkAntennas - [_mrk]; deleteMarker _mrk; antennas = antennas - [_antenna]; antennasDead = antennasDead + [_antenna]; publicVariable "antennas"; publicVariable "antennasDead"; publicVariable "mrkAntennas"; - ["TaskSucceeded",["", "Radio Tower Destroyed"]] remoteExec ["BIS_fnc_showNotification",teamPlayer]; - ["TaskFailed",["", "Radio Tower Destroyed"]] remoteExec ["BIS_fnc_showNotification",Occupants]; + ["TaskSucceeded",["", localize "STR_A3A_fn_base_rebuildRadioTower_destr"]] remoteExec ["BIS_fnc_showNotification",teamPlayer]; + ["TaskFailed",["", localize "STR_A3A_fn_base_rebuildRadioTower_destr"]] remoteExec ["BIS_fnc_showNotification",Occupants]; } ]; diff --git a/A3A/addons/core/functions/Base/fn_resourcecheckSkipTime.sqf b/A3A/addons/core/functions/Base/fn_resourcecheckSkipTime.sqf index abf4baec38..07aad965f8 100644 --- a/A3A/addons/core/functions/Base/fn_resourcecheckSkipTime.sqf +++ b/A3A/addons/core/functions/Base/fn_resourcecheckSkipTime.sqf @@ -1,5 +1,5 @@ -cutText ["You decided to rest for some time","BLACK",5]; +cutText [localize "STR_A3A_fn_base_resourcecheckSkipTime_begin","BLACK",5]; sleep 10; skiptime 8; forceWeatherChange; -cutText ["Time to go","BLACK IN",10]; +cutText [localize "STR_A3A_fn_base_resourcecheckSkipTime_end","BLACK IN",10]; diff --git a/A3A/addons/core/functions/Base/fn_resourcesFIA.sqf b/A3A/addons/core/functions/Base/fn_resourcesFIA.sqf index ac666a2c04..ca91790138 100644 --- a/A3A/addons/core/functions/Base/fn_resourcesFIA.sqf +++ b/A3A/addons/core/functions/Base/fn_resourcesFIA.sqf @@ -26,14 +26,11 @@ _hrSim = ""; if (_hr > 0) then {_hrSim = "+"}; _resourcesFIASim = ""; if (_resourcesFIA > 0) then {_resourcesFIASim = "+"}; -if ((_hr != 0) and (_resourcesFIA != 0)) then - { - _textX = format ["%5 Resources.

HR: %3%1
Money: %4%2 €",_hr toFixed 0,_resourcesFIA toFixed 0,_hrSim,_resourcesFIASim,FactionGet(reb,"name")] //TODO: Localize - } -else - { - if (_hr != 0) then {_textX = format ["%5 Resources.

HR: %3%1",_hr toFixed 0,_resourcesFIA toFixed 0,_hrSim,FactionGet(reb,"name")]} else {if (_resourcesFIA != 5) then {_textX = format ["%5 Resources.

Money: %4%2 €",_hr toFixed 0,_resourcesFIA toFixed 0,_hrSim,_resourcesFIASim,FactionGet(reb,"name")]}}; //TODO: Localize - }; + +_faction = format ["" + localize "STR_A3A_fn_base_resourcesFIA_resources" + "

", FactionGet(reb,"name")]; +_hr = if (floor _hr == 0) then {""} else {format ["" + localize "STR_A3A_fn_base_resourcesFIA_hr" + "
", _hrSim, _hr toFixed 0];}; +_money = if (floor _resourcesFIA == 0) then {""} else {format ["" + localize "STR_A3A_fn_base_resourcesFIA_money" + "", _resourcesFIASim, _resourcesFIA toFixed 0];}; +_textX = _faction + _hr + _money; if (_textX != "") then { diff --git a/A3A/addons/core/functions/Base/fn_statistics.sqf b/A3A/addons/core/functions/Base/fn_statistics.sqf index 030a2919fa..e1011d6fca 100644 --- a/A3A/addons/core/functions/Base/fn_statistics.sqf +++ b/A3A/addons/core/functions/Base/fn_statistics.sqf @@ -22,11 +22,11 @@ if (_player getVariable ["isAFK", false]) then { _ucovertxt = _ucovertxt + " | < if (_player != theBoss) then { private _nameC = if !(isNull theBoss) then {name theBoss} else {"None"}; - _textX = format ["" + "Commander: %3 | Rank: %2 | HR: %1 | Your Money: %4 € | %8 Aggr: %5 | %9 Aggr: %6 | War Level: %7 | Undercover Mode: %10", (server getVariable "hr") toFixed 0, rank _player, _nameC, (_player getVariable "moneyX") toFixed 0,[aggressionLevelOccupants] call A3A_fnc_getAggroLevelString,[aggressionLevelInvaders] call A3A_fnc_getAggroLevelString,tierWar,FactionGet(occ,"name"),FactionGet(inv,"name"),_ucovertxt]; //TODO: Localize + _textX = format ["" + localize "STR_A3A_fn_base_statistics_notComm", (server getVariable "hr") toFixed 0, rank _player, _nameC, (_player getVariable "moneyX") toFixed 0,[aggressionLevelOccupants] call A3A_fnc_getAggroLevelString,[aggressionLevelInvaders] call A3A_fnc_getAggroLevelString,tierWar,FactionGet(occ,"name"),FactionGet(inv,"name"),_ucovertxt]; } else { - _textX = format ["" + "Rank: %5 | HR: %1 | Your Money: %6 € | %11 Money: %2 € | Airstrikes: %7 | %9 Aggr: %3 | %10 Aggr: %4 | War Level: %8 | Undercover Mode: %12", (server getVariable "hr") toFixed 0, (server getVariable "resourcesFIA") toFixed 0, [aggressionLevelOccupants] call A3A_fnc_getAggroLevelString,[aggressionLevelInvaders] call A3A_fnc_getAggroLevelString,rank _player, (_player getVariable "moneyX") toFixed 0,floor bombRuns,tierWar,FactionGet(occ,"name"),FactionGet(inv,"name"),FactionGet(reb,"name"),_ucovertxt]; //TODO: Localize + _textX = format ["" + localize "STR_A3A_fn_base_statistics_isComm", (server getVariable "hr") toFixed 0, (server getVariable "resourcesFIA") toFixed 0, [aggressionLevelOccupants] call A3A_fnc_getAggroLevelString,[aggressionLevelInvaders] call A3A_fnc_getAggroLevelString,rank _player, (_player getVariable "moneyX") toFixed 0,floor bombRuns,tierWar,FactionGet(occ,"name"),FactionGet(inv,"name"),FactionGet(reb,"name"),_ucovertxt]; }; //if (captive player) then {_textX = format ["%1 ON",_textX]} else {_textX = format ["%1 OFF",_textX]}; diff --git a/A3A/addons/core/functions/CREATE/fn_AAFroadPatrol.sqf b/A3A/addons/core/functions/CREATE/fn_AAFroadPatrol.sqf index 1387c3a3ad..4b0d4925d1 100644 --- a/A3A/addons/core/functions/CREATE/fn_AAFroadPatrol.sqf +++ b/A3A/addons/core/functions/CREATE/fn_AAFroadPatrol.sqf @@ -126,7 +126,7 @@ while {alive _veh} do { if (count _arrayDestinations < 2) exitWith {}; _destinationX = selectRandom _arrayDestinations; - if (debug) then {player globalChat format ["Patrulla AI generada. originX: %2 destinationX %1", _destinationX, _base]; sleep 3}; + if (debug) then {player globalChat format ["Generated AI patrol. Origin %2, destination %1.", _destinationX, _base]; sleep 3}; _posDestination = getMarkerPos _destinationX; if (_typePatrol == "LAND") then { diff --git a/A3A/addons/core/functions/CREATE/fn_AIVEHinit.sqf b/A3A/addons/core/functions/CREATE/fn_AIVEHinit.sqf index bf124653c1..e14d2a3607 100644 --- a/A3A/addons/core/functions/CREATE/fn_AIVEHinit.sqf +++ b/A3A/addons/core/functions/CREATE/fn_AIVEHinit.sqf @@ -203,19 +203,6 @@ if (_side != teamPlayer) then }]; }; -if(_veh isKindOf "Air") then -{ - //Start airspace control script if rebel player enters - _veh addEventHandler ["GetIn", { - params ["_veh", "_role", "_unit"]; - if((side (group _unit) == teamPlayer) && {isPlayer _unit}) then - { - // TODO: check this isn't spammed - [_veh] spawn A3A_fnc_airspaceControl; - }; - }]; -}; - // Handler for refunding vehicles after cleanup if (A3A_vehicleResourceCosts getOrDefault [typeof _veh, 0] > 0) then { diff --git a/A3A/addons/core/functions/CREATE/fn_attackHQ.sqf b/A3A/addons/core/functions/CREATE/fn_attackHQ.sqf index d11bfc4f3d..95312fa71c 100644 --- a/A3A/addons/core/functions/CREATE/fn_attackHQ.sqf +++ b/A3A/addons/core/functions/CREATE/fn_attackHQ.sqf @@ -24,7 +24,7 @@ bigAttackInProgress = true; publicVariable "bigAttackInProgress"; forcedSpawn pushBack "Synd_HQ"; publicVariable "forcedSpawn"; private _taskId = "DEF_HQ" + str A3A_taskCount; -[[teamPlayer,civilian],_taskId,[format ["The enemy has sent SpecOps to find %1. Stop them, or move the HQ before they get here.",name petros],format ["Defend %1",name petros],respawnTeamPlayer],_targPos,true,10,true,"Defend",true] call BIS_fnc_taskCreate; //TODO: Localize? +[[teamPlayer,civilian],_taskId,[localize "STR_A3A_fn_base_attackHQ_defendLong", localize "STR_A3A_fn_base_attackHQ_defendTitle",respawnTeamPlayer],_targPos,true,10,true,"Defend",true] call BIS_fnc_taskCreate; [_taskId, "DEF_HQ", "CREATED"] remoteExecCall ["A3A_fnc_taskUpdate", 2]; diff --git a/A3A/addons/core/functions/CREATE/fn_createAIAirplane.sqf b/A3A/addons/core/functions/CREATE/fn_createAIAirbase.sqf similarity index 97% rename from A3A/addons/core/functions/CREATE/fn_createAIAirplane.sqf rename to A3A/addons/core/functions/CREATE/fn_createAIAirbase.sqf index bab1342200..568893f330 100644 --- a/A3A/addons/core/functions/CREATE/fn_createAIAirplane.sqf +++ b/A3A/addons/core/functions/CREATE/fn_createAIAirbase.sqf @@ -11,6 +11,7 @@ if(spawner getVariable _markerX == 2) exitWith {}; ServerDebug_1("Spawning Airbase %1", _markerX); _vehiclesX = []; +_AAvehicles = []; // to disable AA driver AI until everything else is dealt with _groups = []; _soldiers = []; private _dogs = []; @@ -45,10 +46,11 @@ for "_i" from 1 to _max do _groupVeh = [_sideX, _veh] call A3A_fnc_createVehicleCrew; {[_x,_markerX] call A3A_fnc_NATOinit} forEach units _groupVeh; [_veh, _sideX] call A3A_fnc_AIVEHinit; + driver _veh disableAI "MOVE"; _soldiers append units _groupVeh; _groups pushBack _groupVeh; - [_groupVeh, "Patrol_Area", 25, 100, 250, true, _positionX, false] call A3A_fnc_patrolLoop; _vehiclesX pushBack _veh; + _AAvehicles pushBack _veh; sleep 1; }; @@ -341,8 +343,12 @@ for "_i" from 0 to (count _array - 1) do { }; }; -["locationSpawned", [_markerX, "Airport", true]] call EFUNC(Events,triggerEvent); +{ + driver _x enableAI "MOVE"; // reenable movement for spawned AA vehicles + [_groupVeh, "Patrol_Area", 25, 100, 250, true, _positionX, false] call A3A_fnc_patrolLoop; // start patrol +} forEach _AAvehicles; +["locationSpawned", [_markerX, "Airport", true]] call EFUNC(Events,triggerEvent); waitUntil {sleep 1; (spawner getVariable _markerX == 2)}; diff --git a/A3A/addons/core/functions/CREATE/fn_createAIOutposts.sqf b/A3A/addons/core/functions/CREATE/fn_createAIOutposts.sqf index 66574e858b..eb5328afb9 100644 --- a/A3A/addons/core/functions/CREATE/fn_createAIOutposts.sqf +++ b/A3A/addons/core/functions/CREATE/fn_createAIOutposts.sqf @@ -256,7 +256,7 @@ if (_spawnParameter isEqualType []) then if (FactionGet(civ,"vehiclesCivFuel") isEqualTo [] and random 1 < 0.1) exitWith { selectRandom (_faction get "vehiclesFuelTrucks") }; private _types = if (!_isFIA) then {(_faction get "vehiclesTrucks") + (_faction get "vehiclesCargoTrucks")} else {_faction get "vehiclesMilitiaTrucks"}; _types = _types select { _x in FactionGet(all,"vehiclesCargoTrucks") }; - if (count _types == 0) then { (_faction get "vehiclesCargoTrucks") } else { _types }; + if (count _types == 0) then { _types = (_faction get "vehiclesCargoTrucks") }; selectRandom _types; }; isNil { diff --git a/A3A/addons/core/functions/CREATE/fn_createAIResources.sqf b/A3A/addons/core/functions/CREATE/fn_createAIResources.sqf index d3cf9305ab..0283e78594 100644 --- a/A3A/addons/core/functions/CREATE/fn_createAIResources.sqf +++ b/A3A/addons/core/functions/CREATE/fn_createAIResources.sqf @@ -152,7 +152,7 @@ if (_spawnParameter isEqualType []) then if (FactionGet(civ,"vehiclesCivFuel") isEqualTo [] and random 1 < 0.1) exitWith { selectRandom (_faction get "vehiclesFuelTrucks") }; private _types = if (!_isFIA) then {(_faction get "vehiclesTrucks") + (_faction get "vehiclesCargoTrucks")} else {_faction get "vehiclesMilitiaTrucks"}; _types = _types select { _x in FactionGet(all,"vehiclesCargoTrucks") }; - if (count _types == 0) then { (_faction get "vehiclesCargoTrucks") } else { _types }; + if (count _types == 0) then { _types = (_faction get "vehiclesCargoTrucks") }; selectRandom _types; }; isNil { diff --git a/A3A/addons/core/functions/CREATE/fn_createAIcontrols.sqf b/A3A/addons/core/functions/CREATE/fn_createAIcontrols.sqf index 71bc7dee92..94b7ca99cc 100644 --- a/A3A/addons/core/functions/CREATE/fn_createAIcontrols.sqf +++ b/A3A/addons/core/functions/CREATE/fn_createAIcontrols.sqf @@ -73,7 +73,7 @@ if (_isControl) then _groupE = grpNull; if !(A3A_hasIFA) then { - private _IFAMaps = ["Hyde_Sark", "iron_excelsior_Tobruk"]; + private _IFAMaps = ["Hyde_Sark", "iron_excelsior_Tobruk", "Staszow"]; private _ifLowMGs = false; private _bunkerClass = "Land_BagBunker_01_Small_green_F"; private _offset = [0, 0, 0]; @@ -84,12 +84,16 @@ if (_isControl) then _bunkerClass = "Land_SPE_Sandbag_Nest"; _offset = [-0.200684,-0.91333,-0.421184] } else { - _bunkerClass = "Fort_EnvelopeSmall"; - _offset = [0,1.5,-0.15]; - _offset = _offset vectorAdd ([[0,0,0], [0,0.2,0.17]] select (_typeVehX == "LIB_M1919_M2")); + if (A3A_climate == "arid") then + { + _bunkerClass = "Fort_EnvelopeSmall_EP1"; + } else { + _bunkerClass = "Fort_EnvelopeSmall"; + }; + _offset = ([[0,1.5,0.1], [0,1.7,0.02]] select (_typeVehX == "LIB_M1919_M2")); }; } else { - if (A3A_climate == "arid") then + if (A3A_climate == "arid" || A3A_climate == "arctic") then { _bunkerClass = "Land_BagBunker_Small_F"; }; @@ -291,8 +295,8 @@ if (spawner getVariable _markerX != 2) then Debug_3("Control %1 captured by %2. Is Roadblock: %3", _markerX, _winner, _isControl); if (_isControl) then { - ["TaskSucceeded", ["", "Roadblock Destroyed"]] remoteExec ["BIS_fnc_showNotification",_winner]; - ["TaskFailed", ["", "Roadblock Lost"]] remoteExec ["BIS_fnc_showNotification",_sideX]; + ["TaskSucceeded", ["", localize "STR_A3A_fn_base_craicts_rbDestr"]] remoteExec ["BIS_fnc_showNotification",_winner]; + ["TaskFailed", ["", localize "STR_A3A_fn_base_roadblockFight_lost"]] remoteExec ["BIS_fnc_showNotification",_sideX]; }; if (sidesX getVariable [_markerX,sideUnknown] == Occupants) then { diff --git a/A3A/addons/core/functions/CREATE/fn_createFIAOutposts2.sqf b/A3A/addons/core/functions/CREATE/fn_createFIAOutposts2.sqf index 2f002c5723..5ae1c22e60 100644 --- a/A3A/addons/core/functions/CREATE/fn_createFIAOutposts2.sqf +++ b/A3A/addons/core/functions/CREATE/fn_createFIAOutposts2.sqf @@ -64,11 +64,11 @@ if ({alive _x} count units _groupX == 0) then deleteMarker _markerX; if (_isRoad) then { - ["TaskFailed", ["", "Roadblock Lost"]] remoteExec ["BIS_fnc_showNotification", 0]; + ["TaskFailed", ["", localize "STR_A3A_fn_base_roadblockFight_lost"]] remoteExec ["BIS_fnc_showNotification", 0]; } else { - ["TaskFailed", ["", "Watchpost Lost"]] remoteExec ["BIS_fnc_showNotification", 0]; + ["TaskFailed", ["", localize "STR_A3A_fn_base_crfiaOP2_lostWatchpost"]] remoteExec ["BIS_fnc_showNotification", 0]; }; }; diff --git a/A3A/addons/core/functions/CREATE/fn_invaderPunish.sqf b/A3A/addons/core/functions/CREATE/fn_invaderPunish.sqf index 05b4c504a1..7139b32a09 100644 --- a/A3A/addons/core/functions/CREATE/fn_invaderPunish.sqf +++ b/A3A/addons/core/functions/CREATE/fn_invaderPunish.sqf @@ -29,7 +29,7 @@ private _size = [_mrkDest] call A3A_fnc_sizeMarker; private _nameDest = [_mrkDest] call A3A_fnc_localizar; private _taskId = "invaderPunish" + str A3A_taskCount; -[[teamPlayer,civilian,Occupants],_taskId,[format ["%2 is attacking critical positions within %1! Defend the city at all costs",_nameDest,FactionGet(inv,"name")],format ["%1 Punishment",FactionGet(inv,"name")],_mrkDest],_posDest,false,0,true,"Defend",true] call BIS_fnc_taskCreate; //TODO: Localize? +[[teamPlayer,civilian,Occupants],_taskId,[format [localize "STR_A3A_fn_base_invaderPunish_long",_nameDest,FactionGet(inv,"name")],format [localize "STR_A3A_fn_base_invaderPunish_title",FactionGet(inv,"name")],_mrkDest],_posDest,false,0,true,"Defend",true] call BIS_fnc_taskCreate; [_taskId, "invaderPunish", "CREATED"] remoteExecCall ["A3A_fnc_taskUpdate", 2]; @@ -139,6 +139,7 @@ if (({_x call A3A_fnc_canFight} count _soldiers < count _soldiers / 3) or (time sidesX setVariable [_mrkDest, Invaders, true]; garrison setVariable [_mrkDest, [], true]; [_mrkDest] call A3A_fnc_mrkUpdate; + [] spawn A3A_fnc_checkCampaignEnd; // If a town is destroyed, check for loss }; sleep 60; diff --git a/A3A/addons/core/functions/CREATE/fn_wavedAttack.sqf b/A3A/addons/core/functions/CREATE/fn_wavedAttack.sqf index e4c0d84144..75ccc8b6b6 100644 --- a/A3A/addons/core/functions/CREATE/fn_wavedAttack.sqf +++ b/A3A/addons/core/functions/CREATE/fn_wavedAttack.sqf @@ -33,11 +33,11 @@ private _nameDest = [_mrkDest] call A3A_fnc_localizar; private _nameEnemy = _faction get "name"; private _taskId = "wavedAttack" + str A3A_taskCount; if (_targside == teamPlayer) then { - private _taskStr = format ["%1 is attacking our garrison at %2. Stop them if you can, or live to fight another day.", _nameEnemy, _nameDest]; //TODO: Localize - [true,_taskId,[_taskStr,format ["%1 Attack",_nameEnemy],_mrkDest],markerPos _mrkDest,false,0,true,"Defend",true] call BIS_fnc_taskCreate; //TODO: Localize + private _taskStr = format [localize "STR_A3A_fn_base_wavedAttack_long", _nameEnemy, _nameDest]; + [true,_taskId,[_taskStr,format [localize "STR_A3A_fn_base_wavedAttack_title",_nameEnemy],_mrkDest],markerPos _mrkDest,false,0,true,"Defend",true] call BIS_fnc_taskCreate; [_taskId, "rebelAttack", "CREATED"] remoteExecCall ["A3A_fnc_taskUpdate", 2]; } else { - private _text = format ["%1 is attacking the %2 garrison at %3.", _nameEnemy, Faction(_targside) get "name", _nameDest]; //TODO: Localize + private _text = format [localize "STR_A3A_fn_base_wavedAttack_other", _nameEnemy, Faction(_targside) get "name", _nameDest]; ["RadioIntercepted", [_text]] remoteExec ["BIS_fnc_showNotification", 0]; }; diff --git a/A3A/addons/core/functions/Convoy/fn_roadblockFight.sqf b/A3A/addons/core/functions/Convoy/fn_roadblockFight.sqf index f01175aa64..8e5ef12cd1 100644 --- a/A3A/addons/core/functions/Convoy/fn_roadblockFight.sqf +++ b/A3A/addons/core/functions/Convoy/fn_roadblockFight.sqf @@ -86,7 +86,7 @@ if(_result) then markersX = markersX - [_roadblockMarker]; publicVariable "markersX"; sidesX setVariable [_roadblockMarker, nil, true]; [5, -5, (getMarkerPos _roadblockMarker)] remoteExec ["A3A_fnc_citySupportChange",2]; - ["TaskFailed", ["", "Roadblock Lost"]] remoteExec ["BIS_fnc_showNotification", 2]; + ["TaskFailed", ["", localize "STR_A3A_fn_base_roadblockFight_lost"]] remoteExec ["BIS_fnc_showNotification", 2]; }; _result; diff --git a/A3A/addons/core/functions/Debug/fn_debugSpawnVics.sqf b/A3A/addons/core/functions/Debug/fn_debugSpawnVics.sqf new file mode 100644 index 0000000000..7e60727a04 --- /dev/null +++ b/A3A/addons/core/functions/Debug/fn_debugSpawnVics.sqf @@ -0,0 +1,90 @@ +/* +Author: Targetingsnake +Description: + Spawns a vehicles from template around player + +Arguments: None + +Return Value: None + +Scope: Local +Environment: Any +Public: Yes +Dependencies: + +Example: [] call A3A_fnc_debugSpawnVics; + +License: MIT License +*/ + +#include "..\..\script_component.hpp" +FIX_LINE_NUMBERS() +private _factions = [A3A_faction_reb, A3A_faction_inv, A3A_faction_occ, A3A_faction_civ]; + +private _pos = getPos player; +private _lines = 10; +private _current_line = 0; +private _start_y = _pos select 0; + +private _calcPos = { + params ["_lpos", "_llines", "_currentLines", "_y_start"]; + if (_currentLines >= (_llines - 1)) then { + _lpos set [1, (_lpos#1 + 30 )]; + _lpos set [0, _y_start]; + _currentLines = 0; + } else { + _lpos set [0, (_lpos#0) + 30]; + _currentLines = _currentLines + 1; + }; + [_lpos, _currentLines] +}; + +private _debugOutput = { + params["_type"]; + if (typeName _type != "STRING") then { + _type = str _type; + }; + private _string = "Spawning: " + _type; + Info(_string); +}; + +Info("Start spawning vehicles"); +{ + Info("Spawning next Faction"); + private _fn = _x get "name"; + _fn = "Spawning " + _fn ; + Info(_fn); + private _faction = _x; + private _keys = keys _x; + { + private _key = _x; + if (typeName _key == "STRING") then { + private _value = _faction get _key; + if (["vehicle", _x] call BIS_fnc_inString || (["static", _x] call BIS_fnc_inString + && (!(["unit", _x] call BIS_fnc_inString)) && (!(["Mag", _x] call BIS_fnc_inString))) ) then { + if (typeName _value == "ARRAY" ) then { + { + if (typeName _x == "STRING") then { + _ar = [_pos, _lines, _current_line, _start_y] call _calcPos; + _pos = _ar#0; + _current_line = _ar#1; + [_x] call _debugOutput; + createVehicle [_x, _pos, [], 0, "CAN_COLLIDE"]; + }; + } forEach _value; + }; + if (typeName _value == "STRING" ) then { + _ar = [_pos, _lines, _current_line, _start_y] call _calcPos; + _pos = _ar#0; + _current_line = _ar#1; + [_value] call _debugOutput; + createVehicle [_value, _pos, [], 0, "CAN_COLLIDE"]; + }; + }; + }; + } forEach _keys; + _pos set [1, ((_pos#1) + 100)]; + _pos set [0, (_start_y - 30)]; + _current_line = _lines; +} forEach _factions; +Info("End spawning vehicles"); \ No newline at end of file diff --git a/A3A/addons/core/functions/Debug/fn_spawnSelectedTemplateAI.sqf b/A3A/addons/core/functions/Debug/fn_spawnSelectedTemplateAI.sqf new file mode 100644 index 0000000000..ad0b0c166c --- /dev/null +++ b/A3A/addons/core/functions/Debug/fn_spawnSelectedTemplateAI.sqf @@ -0,0 +1,156 @@ +/* +Author: Targetingsnake, Bob, Laze +Description: + Spawns a couple of AI Units to check template + +Arguments: None + +Return Value: None + +Scope: Local +Environment: Any +Public: Yes +Dependencies: + +Example: [] call A3A_fnc_spawnSelectedTemplateAI; + +License: MIT License +*/ +#include "..\..\script_component.hpp" +FIX_LINE_NUMBERS() + +Info("Start spawning units"); + +//All Loadouts with 15 meters in between with NatoInit + private _returnpos = getpos (player); + private _westGrp = createGroup west; + private _eastGrp = createGroup east; + +//All Loadouts with 15 meters in between + _returnpos = getpos (player); + //SF + [_westGrp, "loadouts_occ_SF_SquadLeader", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_SF_Rifleman", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_SF_Medic", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_SF_Engineer", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_SF_ExplosivesExpert", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_SF_Grenadier", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_SF_LAT", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_SF_AT", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_SF_AA", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_SF_MachineGunner", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_SF_Marksman", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_SF_Sniper", getpos (player)] call A3A_fnc_createUnit; + player setPos (getPos player vectorAdd [15,0,0]); + //Military + [_westGrp, "loadouts_occ_military_SquadLeader", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_military_Rifleman", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_military_Medic", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_military_Engineer", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_military_ExplosivesExpert", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_military_Grenadier", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_military_LAT", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_military_AT", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_military_AA", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_military_MachineGunner", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_military_Marksman", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_military_Sniper", getpos (player)] call A3A_fnc_createUnit; + player setPos (getPos player vectorAdd [15,0,0]); + //Militia + [_westGrp, "loadouts_occ_militia_SquadLeader", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_militia_Rifleman", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_militia_Medic", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_militia_Engineer", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_militia_ExplosivesExpert", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_militia_Grenadier", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_militia_LAT", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_militia_AT", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_militia_AA", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_militia_MachineGunner", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_militia_Marksman", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_militia_Sniper", getpos (player)] call A3A_fnc_createUnit; + player setPos (getPos player vectorAdd [15,0,0]); + //Other Loadouts + [_westGrp, "loadouts_occ_police_SquadLeader", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_police_Standard", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_other_Official", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_other_Traitor", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_other_Crew", getpos (player)] call A3A_fnc_createUnit; + [_westGrp, "loadouts_occ_other_Pilot", getpos (player)] call A3A_fnc_createUnit; + player setpos _returnpos; + player setPos (getPos player vectorAdd [0,10,0]); + //Safety west + _westGrp setCombatMode "BLUE"; + _westGrp setBehaviourStrong "CARELESS"; + { + _x disableAI "TARGET"; + _x disableAI "AUTOTARGET"; + _x stop true; + _x setCaptive true; + } forEach units _westGrp; + {[_x] call A3A_fnc_NATOinit} forEach units _westGrp; + //All INV Loadouts + //SF + [_eastGrp, "loadouts_inv_SF_SquadLeader", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_SF_Rifleman", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_SF_Medic", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_SF_Engineer", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_SF_ExplosivesExpert", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_SF_Grenadier", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_SF_LAT", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_SF_AT", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_SF_AA", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_SF_MachineGunner", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_SF_Marksman", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_SF_Sniper", getpos (player)] call A3A_fnc_createUnit; + player setPos (getPos player vectorAdd [15,0,0]); + //Military + [_eastGrp, "loadouts_inv_military_SquadLeader", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_military_Rifleman", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_military_Medic", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_military_Engineer", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_military_ExplosivesExpert", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_military_Grenadier", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_military_LAT", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_military_AT", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_military_AA", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_military_MachineGunner", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_military_Marksman", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_military_Sniper", getpos (player)] call A3A_fnc_createUnit; + player setPos (getPos player vectorAdd [15,0,0]); + //Militia + [_eastGrp, "loadouts_inv_militia_SquadLeader", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_militia_Rifleman", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_militia_Medic", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_militia_Engineer", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_militia_ExplosivesExpert", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_militia_Grenadier", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_militia_LAT", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_militia_AT", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_militia_AA", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_militia_MachineGunner", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_militia_Marksman", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_militia_Sniper", getpos (player)] call A3A_fnc_createUnit; + player setPos (getPos player vectorAdd [15,0,0]); + //Other Loadouts + [_eastGrp, "loadouts_inv_police_SquadLeader", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_police_Standard", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_other_Official", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_other_Traitor", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_other_Crew", getpos (player)] call A3A_fnc_createUnit; + [_eastGrp, "loadouts_inv_other_Pilot", getpos (player)] call A3A_fnc_createUnit; + + + //Safety east + _eastGrp setCombatMode "BLUE"; + _eastGrp setBehaviourStrong "CARELESS"; + { + _x disableAI "TARGET"; + _x disableAI "AUTOTARGET"; + _x stop true; + _x setCaptive true; + } forEach units _eastGrp; + {[_x] call A3A_fnc_NATOinit} forEach units _eastGrp; + player setpos _returnpos; + +Info("End spawning units"); \ No newline at end of file diff --git a/A3A/addons/core/functions/Dialogs/fn_HQGameOptions.sqf b/A3A/addons/core/functions/Dialogs/fn_HQGameOptions.sqf index 18db726750..259d4c01a8 100644 --- a/A3A/addons/core/functions/Dialogs/fn_HQGameOptions.sqf +++ b/A3A/addons/core/functions/Dialogs/fn_HQGameOptions.sqf @@ -31,12 +31,12 @@ FIX_LINE_NUMBERS() //////////////////// // Authentication // //////////////////// -private _optionLocalisationTable = [["maxUnits","distanceSPWN","globalCivilianMax"],["AI Limit","Spawn Distance","Civilian Limit"]]; -private _hintTitle = "HQ Spawn Options"; +private _optionLocalisationTable = [["maxUnits","distanceSPWN","globalCivilianMax"],[localize "STR_A3A_fn_dialogs_HQGameOptions_AILimit",localize "STR_A3A_fn_dialogs_HQGameOptions_spwnDistance",localize "STR_A3A_fn_dialogs_HQGameOptions_civLimit"]]; +private _hintTitle = localize "STR_A3A_fn_dialogs_HQGameOptions_title"; private _authenticate = _option in ["maxUnits","distanceSPWN","globalCivilianMax"]; if (_authenticate && {!(_player == theBoss || admin owner _player > 0 || _player == player)}) exitWith { - [_hintTitle, "Only our Commander or admin has access to "+(_optionLocalisationTable#1#(_optionLocalisationTable#0 find _option))] remoteExecCall ["A3A_fnc_customHint",_player]; //TODO: localisation + [_hintTitle, localize "STR_A3A_fn_dialogs_HQGameOptions_commOnly"+(_optionLocalisationTable#1#(_optionLocalisationTable#0 find _option))] remoteExecCall ["A3A_fnc_customHint",_player]; Error("ACCESS VIOLATION | "+ name _player + " ["+(getPlayerUID _player) + "] ["+ str owner _player +"] attempted calling restricted backing method "+str _this); nil; }; @@ -79,7 +79,7 @@ private _processAction = { _hintText = " set to "+str _finalAmount; Info("SET | "+name _player+" ["+ getPlayerUID _player +"] ["+ str owner _player +"] changed "+_optionName+" from " + str _originalAmount +" to " + str _finalAmount); } else { - _hintText = " is already at "+(["lower","upper"] select _inRange)+" limit of "+str _originalAmount; + _hintText = " " + [localize "STR_A3A_fn_dialogs_HQGameOptions_lower", localize "STR_A3A_fn_dialogs_HQGameOptions_upper"] select _inRange + str _originalAmount; }; private _graphic = "--------------------------------------------------"; @@ -91,7 +91,7 @@ private _processAction = { private _UpperLimitText = " " + str _upperLimit; private _graphicLabel = _lowerLimitText + "" + (_padding select [0,_graphicLength -count _lowerLimitText -count _UpperLimitText])+ "" + _UpperLimitText; - [_hintTitle, _optionName+_hintText+"
"+_graphic+"
"+_graphicLabel] remoteExecCall ["A3A_fnc_customHint",_player];//TODO: localisation + [_hintTitle, _optionName+_hintText+"
"+_graphic+"
"+_graphicLabel] remoteExecCall ["A3A_fnc_customHint",_player]; }; ////////////////////////// diff --git a/A3A/addons/core/functions/Dialogs/fn_createDialog_shouldLoadPersonalSave.sqf b/A3A/addons/core/functions/Dialogs/fn_createDialog_shouldLoadPersonalSave.sqf index f7778fbe35..e851428097 100644 --- a/A3A/addons/core/functions/Dialogs/fn_createDialog_shouldLoadPersonalSave.sqf +++ b/A3A/addons/core/functions/Dialogs/fn_createDialog_shouldLoadPersonalSave.sqf @@ -1,11 +1,12 @@ //TODO: add header +private _autoSaveInterval = [false,(autoSaveInterval/60)] select autoSave; +_autoSaveInterval = "" + str _autoSaveInterval + ""; -private _saveString = ["Antistasi has a custom save system similar to other CTIs.

", - "To Save: Your commander needs to go to the Map Board, scroll-select ""Game Options"" and click on the ""Persistent Save"" button.

"] joinString ""; //TODO: Localize -_saveString = if (autoSave) then { [_saveString,"Current parameters are configured to auto-save every ",(autoSaveInterval/60) toFixed 0," minutes."] joinString "" } //TODO: Localize - else { [_saveString,"Auto-save is currently disabled"] joinString "" }; //TODO: Localize +private _saveString = (localize "STR_A3A_fn_dialogs_createDialog_SLPS_line1") + "

"; +_saveString = if (autoSave) then { [_saveString,format[localize "STR_A3A_fn_dialogs_createDialog_SLPS_line2", _autoSaveInterval]] joinString "" } + else { [_saveString,localize "STR_A3A_fn_dialogs_createDialog_SLPS_line3"] joinString "" }; -["W A R N I N G ", _saveString] call A3A_fnc_customHint; //TODO: Localize +[localize "STR_A3A_fn_dialogs_createDialog_SLPS_line4", _saveString] call A3A_fnc_customHint; [true] call A3A_fnc_loadPreviousSession; diff --git a/A3A/addons/core/functions/Dialogs/fn_dialogHQ.sqf b/A3A/addons/core/functions/Dialogs/fn_dialogHQ.sqf index fdc0720839..9e549b5a10 100644 --- a/A3A/addons/core/functions/Dialogs/fn_dialogHQ.sqf +++ b/A3A/addons/core/functions/Dialogs/fn_dialogHQ.sqf @@ -19,5 +19,5 @@ _display = findDisplay 100; if (str (_display) != "no display") then { _ChildControl = _display displayCtrl 109; - _ChildControl ctrlSetTooltip format ["Current level: %2. Next Level Training Cost: %1 €",1000 + (1.5*((skillFIA) *750)),skillFIA]; + _ChildControl ctrlSetTooltip format [localize "STR_A3A_fn_dialogs_dialogHQ_upgrade",1000 + (1.5*((skillFIA) *750)),skillFIA]; }; diff --git a/A3A/addons/core/functions/Dialogs/fn_fastTravelRadio.sqf b/A3A/addons/core/functions/Dialogs/fn_fastTravelRadio.sqf index 01f5da38a4..a7508b65e7 100644 --- a/A3A/addons/core/functions/Dialogs/fn_fastTravelRadio.sqf +++ b/A3A/addons/core/functions/Dialogs/fn_fastTravelRadio.sqf @@ -75,14 +75,14 @@ if (count _positionTel > 0) then //if (!_esHC) then {disableUserInput true; cutText ["Fast traveling, please wait","BLACK",2]; sleep 2;} else {hcShowBar false;hcShowBar true;hint format ["Moving group %1 to destination",groupID _groupX]; sleep _distanceX;}; _forcedX = false; if (!isMultiplayer) then {if (not(_base in forcedSpawn)) then {_forcedX = true; forcedSpawn = forcedSpawn + [_base]}}; - if (!_esHC) then {disableUserInput true; cutText [format ["Fast traveling, travel time: %1s , please wait", _distanceX],"BLACK",1]; sleep 1;} //TODO: Localize + if (!_esHC) then {disableUserInput true; cutText [format [localize "STR_A3A_fn_dialogs_fastTravelRadio_begin", _distanceX],"BLACK",1]; sleep 1;} else {[_titleStr, format [localize "STR_A3A_fn_dialogs_ftradio_grp_moving",groupID _groupX]] call A3A_fnc_customHint; sleep _distanceX;}; if (!_esHC) then { _timePassed = 0; while {_timePassed < _distanceX} do { - cutText [format ["Fast traveling, travel time: %1s , please wait", (_distanceX - _timePassed)],"BLACK",0.0001]; //TODO: Localize + cutText [format [localize "STR_A3A_fn_dialogs_fastTravelRadio_begin", (_distanceX - _timePassed)],"BLACK",0.0001]; sleep 1; _timePassed = _timePassed + 1; } @@ -144,7 +144,7 @@ if (count _positionTel > 0) then //_unit hideObject false; } forEach units _groupX; //if (!_esHC) then {sleep _distanceX}; - if (!_esHC) then {disableUserInput false;cutText ["You arrived at the destination.","BLACK IN",1]} //TODO: Localize + if (!_esHC) then {disableUserInput false;cutText [localize "STR_A3A_fn_dialogs_fastTravelRadio_end","BLACK IN",1]} else {[_titleStr, format [localize "STR_A3A_fn_dialogs_ftradio_grp_arrived",groupID _groupX]] call A3A_fnc_customHint;}; if (_forcedX) then {forcedSpawn = forcedSpawn - [_base]}; [] call A3A_fnc_playerLeashRefresh; diff --git a/A3A/addons/core/functions/Dialogs/fn_squadOptions.sqf b/A3A/addons/core/functions/Dialogs/fn_squadOptions.sqf index 507da2b573..34789f8899 100644 --- a/A3A/addons/core/functions/Dialogs/fn_squadOptions.sqf +++ b/A3A/addons/core/functions/Dialogs/fn_squadOptions.sqf @@ -24,25 +24,25 @@ if (str (_display) != "no display") then _costs = 0; _costHR = 0; {_costs = _costs + (server getVariable _x); _costHR = _costHR +1} forEach FactionGet(reb,"groupSquad"); - _ChildControl ctrlSetTooltip format ["Cost: %1 €. HR: %2",_costs,_costHR]; //TODO: Localize + _ChildControl ctrlSetTooltip format [localize "STR_A3A_fn_dialogs_squadOptions",_costs,_costHR]; _ChildControl = _display displayCtrl 105; _costs = 0; _costHR = 0; {_costs = _costs + (server getVariable _x); _costHR = _costHR +1} forEach FactionGet(reb,"groupSquadEng"); - _ChildControl ctrlSetTooltip format ["Cost: %1 €. HR: %2",_costs,_costHR]; //TODO: Localize + _ChildControl ctrlSetTooltip format [localize "STR_A3A_fn_dialogs_squadOptions",_costs,_costHR]; _ChildControl = _display displayCtrl 106; _costs = 0; _costHR = 0; {_costs = _costs + (server getVariable _x); _costHR = _costHR +1} forEach FactionGet(reb,"groupSquadSupp"); _costs = _costs + ([(FactionGet(reb,"staticMGs")) # 0] call A3A_fnc_vehiclePrice); - _ChildControl ctrlSetTooltip format ["Cost: %1 €. HR: %2",_costs,_costHR]; //TODO: Localize + _ChildControl ctrlSetTooltip format [localize "STR_A3A_fn_dialogs_squadOptions",_costs,_costHR]; _ChildControl = _display displayCtrl 107; _costs = 0; _costHR = 0; {_costs = _costs + (server getVariable _x); _costHR = _costHR +1} forEach FactionGet(reb,"groupSquadSupp"); _costs = _costs + ([(FactionGet(reb,"staticMortars"))# 0] call A3A_fnc_vehiclePrice); - _ChildControl ctrlSetTooltip format ["Cost: %1 €. HR: %2",_costs,_costHR]; //TODO: Localize + _ChildControl ctrlSetTooltip format [localize "STR_A3A_fn_dialogs_squadOptions",_costs,_costHR]; }; diff --git a/A3A/addons/core/functions/Dialogs/fn_squadRecruit.sqf b/A3A/addons/core/functions/Dialogs/fn_squadRecruit.sqf index bc8afcac7d..e34710b1ed 100644 --- a/A3A/addons/core/functions/Dialogs/fn_squadRecruit.sqf +++ b/A3A/addons/core/functions/Dialogs/fn_squadRecruit.sqf @@ -29,38 +29,38 @@ if (str (_display) != "no display") then _costs = 0; _costHR = 0; {_costs = _costs + (server getVariable _x); _costHR = _costHR +1} forEach FactionGet(reb,"groupMedium"); - _ChildControl ctrlSetTooltip format ["Cost: %1 €. HR: %2",_costs,_costHR]; //TODO: Localize + _ChildControl ctrlSetTooltip format [localize "STR_A3A_fn_dialogs_squadOptions",_costs,_costHR]; _ChildControl = _display displayCtrl 106; _costs = 0; _costHR = 0; {_costs = _costs + (server getVariable _x); _costHR = _costHR +1} forEach FactionGet(reb,"groupAT"); - _ChildControl ctrlSetTooltip format ["Cost: %1 €. HR: %2",_costs,_costHR]; //TODO: Localize + _ChildControl ctrlSetTooltip format [localize "STR_A3A_fn_dialogs_squadOptions",_costs,_costHR]; _ChildControl = _display displayCtrl 107; _costs = 0; _costHR = 0; {_costs = _costs + (server getVariable _x); _costHR = _costHR +1} forEach FactionGet(reb,"groupSniper"); - _ChildControl ctrlSetTooltip format ["Cost: %1 €. HR: %2",_costs,_costHR]; //TODO: Localize + _ChildControl ctrlSetTooltip format [localize "STR_A3A_fn_dialogs_squadOptions",_costs,_costHR]; _ChildControl = _display displayCtrl 108; _costHR = 2; _costs = 2*_crewCost + ([(FactionGet(reb, "staticMGs")) # 0] call A3A_fnc_vehiclePrice); - _ChildControl ctrlSetTooltip format ["Cost: %1 €. HR: %2",_costs,_costHR]; //TODO: Localize + _ChildControl ctrlSetTooltip format [localize "STR_A3A_fn_dialogs_squadOptions",_costs,_costHR]; _ChildControl = _display displayCtrl 109; _costHR = 2; _costs = 2*_crewCost + ([(FactionGet(reb,"vehiclesAT")) # 0] call A3A_fnc_vehiclePrice); - _ChildControl ctrlSetTooltip format ["Cost: %1 €. HR: %2",_costs,_costHR]; //TODO: Localize + _ChildControl ctrlSetTooltip format [localize "STR_A3A_fn_dialogs_squadOptions",_costs,_costHR]; _ChildControl = _display displayCtrl 110; _costHR = 2; _costs = 2*_crewCost + ([(FactionGet(reb,"vehiclesTruck")) # 0] call A3A_fnc_vehiclePrice) + ([(FactionGet(reb,"staticAA")) # 0] call A3A_fnc_vehiclePrice); - _ChildControl ctrlSetTooltip format ["Cost: %1 €. HR: %2",_costs,_costHR]; //TODO: Localize + _ChildControl ctrlSetTooltip format [localize "STR_A3A_fn_dialogs_squadOptions",_costs,_costHR]; _ChildControl = _display displayCtrl 111; _costHR = 2; _costs = 2*_crewCost + ([(FactionGet(reb,"staticMortars")) # 0] call A3A_fnc_vehiclePrice); - _ChildControl ctrlSetTooltip format ["Cost: %1 €. HR: %2",_costs,_costHR]; //TODO: Localize + _ChildControl ctrlSetTooltip format [localize "STR_A3A_fn_dialogs_squadOptions",_costs,_costHR]; }; diff --git a/A3A/addons/core/functions/Dialogs/fn_unit_recruit.sqf b/A3A/addons/core/functions/Dialogs/fn_unit_recruit.sqf index 852529e8f6..c8ecab56b3 100644 --- a/A3A/addons/core/functions/Dialogs/fn_unit_recruit.sqf +++ b/A3A/addons/core/functions/Dialogs/fn_unit_recruit.sqf @@ -12,28 +12,29 @@ sleep 1; disableSerialization; _display = findDisplay 100; +_unitCost = localize "STR_A3A_fn_dialogs_unit_recruit"; if (str (_display) != "no display") then { _ChildControl = _display displayCtrl 104; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitRifle")]; //TODO: Localize + _ChildControl ctrlSetTooltip format [_unitCost,server getVariable FactionGet(reb,"unitRifle")]; _ChildControl = _display displayCtrl 105; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitMG")]; //TODO: Localize + _ChildControl ctrlSetTooltip format [_unitCost,server getVariable FactionGet(reb,"unitMG")]; _ChildControl = _display displayCtrl 126; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitMedic")]; //TODO: Localize + _ChildControl ctrlSetTooltip format [_unitCost,server getVariable FactionGet(reb,"unitMedic")]; _ChildControl = _display displayCtrl 107; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitEng")]; //TODO: Localize + _ChildControl ctrlSetTooltip format [_unitCost,server getVariable FactionGet(reb,"unitEng")]; _ChildControl = _display displayCtrl 108; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitExp")]; //TODO: Localize + _ChildControl ctrlSetTooltip format [_unitCost,server getVariable FactionGet(reb,"unitExp")]; _ChildControl = _display displayCtrl 109; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitGL")]; //TODO: Localize - if (A3A_hasIFA) then {_childControl ctrlSetText "Radio Operator"}; + _ChildControl ctrlSetTooltip format [_unitCost,server getVariable FactionGet(reb,"unitGL")]; + if (A3A_hasIFA) then {_childControl ctrlSetText localize "STR_A3A_fn_dialogs_unit_recruit_radioOP"}; _ChildControl = _display displayCtrl 110; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitSniper")]; //TODO: Localize + _ChildControl ctrlSetTooltip format [_unitCost,server getVariable FactionGet(reb,"unitSniper")]; _ChildControl = _display displayCtrl 111; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitLAT")]; //TODO: Localize + _ChildControl ctrlSetTooltip format [_unitCost,server getVariable FactionGet(reb,"unitLAT")]; _ChildControl = _display displayCtrl 112; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitAT")]; //TODO: Localize + _ChildControl ctrlSetTooltip format [_unitCost,server getVariable FactionGet(reb,"unitAT")]; _ChildControl = _display displayCtrl 113; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitAA")]; //TODO: Localize + _ChildControl ctrlSetTooltip format [_unitCost,server getVariable FactionGet(reb,"unitAA")]; }; diff --git a/A3A/addons/core/functions/Garrison/fn_getGarrisonStatus.sqf b/A3A/addons/core/functions/Garrison/fn_getGarrisonStatus.sqf index 069c5ff95e..9b45a4fb95 100644 --- a/A3A/addons/core/functions/Garrison/fn_getGarrisonStatus.sqf +++ b/A3A/addons/core/functions/Garrison/fn_getGarrisonStatus.sqf @@ -16,16 +16,16 @@ private ["_ratio", "_result"]; _ratio = ["_marker"] call A3A_fnc_getGarrisonRatio; -_result = "Decimated"; +_result = localize "STR_A3A_fn_garrison_getGarrisonStatus_decimated"; if(_ratio > 0.9) then { - _result = "Good" + _result = localize "STR_A3A_fn_garrison_getGarrisonStatus_good" } else { if(_ratio > 0.4) then { - _result = "Weakened" + _result = localize "STR_A3A_fn_garrison_getGarrisonStatus_weakened" }; }; diff --git a/A3A/addons/core/functions/Intel/fn_selectIntel.sqf b/A3A/addons/core/functions/Intel/fn_selectIntel.sqf index 8d5ef8dee7..b1d3f201d4 100644 --- a/A3A/addons/core/functions/Intel/fn_selectIntel.sqf +++ b/A3A/addons/core/functions/Intel/fn_selectIntel.sqf @@ -200,8 +200,8 @@ if (_intelType == "Large") then }; case (WEAPON): { - private _notYetUnlocked = allWeapons - unlockedWeapons; - private _newWeapon = selectRandom _notYetUnlocked; + private _notYetUnlocked = allWeapons - unlockedWeapons - allMissileLaunchers; // to prevent guided launchers from being unlocked by large intel + _newWeapon = selectRandom _notYetUnlocked; [_newWeapon] remoteExec ["A3A_fnc_unlockEquipment", 2]; private _weaponName = getText (configFile >> "CfgWeapons" >> _newWeapon >> "displayName"); diff --git a/A3A/addons/core/functions/Intel/fn_showIntel.sqf b/A3A/addons/core/functions/Intel/fn_showIntel.sqf index 5627c1ebce..b302d02ed6 100644 --- a/A3A/addons/core/functions/Intel/fn_showIntel.sqf +++ b/A3A/addons/core/functions/Intel/fn_showIntel.sqf @@ -10,7 +10,7 @@ params ["_text"]; if(_text == "") exitWith {}; -private _outText = format ["Intel Found.

"];//TODO: localize +private _outText = format ["" + localize "STR_A3A_fn_intel_showIntel_found" + "

"]; _outText = format ["%1 %2", _outText, _text]; private _layer = ["A3A_infoLeft"] call BIS_fnc_rscLayer; diff --git a/A3A/addons/core/functions/Missions/fn_AS_Traitor.sqf b/A3A/addons/core/functions/Missions/fn_AS_Traitor.sqf index bd7257b54f..9ca160a91d 100644 --- a/A3A/addons/core/functions/Missions/fn_AS_Traitor.sqf +++ b/A3A/addons/core/functions/Missions/fn_AS_Traitor.sqf @@ -113,7 +113,11 @@ if (random 10 < 2.5) then {[_x,""] call A3A_fnc_NATOinit} forEach units _groupX; -waitUntil {sleep 1; (traitorIntel) || {(dateToNumber date > _dateLimitNum) or {(not alive _traitor) or {({_traitor knowsAbout _x > 1.4} count ([500,0,_traitor,teamPlayer] call A3A_fnc_distanceUnits) > 0)}}}}; +waitUntil {sleep 1; + (traitorIntel) || + {(dateToNumber date > _dateLimitNum) || + {(!([_traitor] call A3A_fnc_canFight)) || + {({_traitor knowsAbout _x > 1.4} count ([500,0,_traitor,teamPlayer] call A3A_fnc_distanceUnits) > 0)}}}}; if ({_traitor knowsAbout _x > 1.4} count ([500,0,_traitor,teamPlayer] call A3A_fnc_distanceUnits) > 0) then { @@ -128,9 +132,14 @@ if ({_traitor knowsAbout _x > 1.4} count ([500,0,_traitor,teamPlayer] call A3A_f _wp1 setWaypointSpeed "FULL"; }; -waitUntil {sleep 1; (traitorIntel) || {(dateToNumber date > _dateLimitNum) or {(not alive _traitor) or {(_traitor distance _posBase < 20)}}}}; -if (not alive _traitor || traitorIntel) then +waitUntil {sleep 1; + (traitorIntel) || + {(dateToNumber date > _dateLimitNum) || + {(!([_traitor] call A3A_fnc_canFight)) || + {(_traitor distance _posBase < 20)}}}}; + +if (!([_traitor] call A3A_fnc_canFight) || traitorIntel) then { [_taskId, "AS", "SUCCEEDED", false] call A3A_fnc_taskSetState; if(traitorIntel && (alive _traitor)) then diff --git a/A3A/addons/core/functions/Missions/fn_AS_specOP.sqf b/A3A/addons/core/functions/Missions/fn_AS_specOP.sqf index 08fe4ebaac..e96a67f5d7 100644 --- a/A3A/addons/core/functions/Missions/fn_AS_specOP.sqf +++ b/A3A/addons/core/functions/Missions/fn_AS_specOP.sqf @@ -43,7 +43,7 @@ else {if (isPlayer _x) then {[10*_bonus,_x] call A3A_fnc_playerScoreAdd}} forEach ([500,0,_positionX,teamPlayer] call A3A_fnc_distanceUnits); [10*_bonus,theBoss] call A3A_fnc_playerScoreAdd; [_sideX, 10, 60] remoteExec ["A3A_fnc_addAggression", 2]; - ["TaskFailed", ["", format ["SpecOp Team decimated at a %1",_nameDest]]] remoteExec ["BIS_fnc_showNotification",_sideX]; + ["TaskFailed", ["", format [localize "STR_A3A_fn_mission_AS_specOP_dec",_nameDest]]] remoteExec ["BIS_fnc_showNotification",_sideX]; }; [_taskId, "AS", 1200] spawn A3A_fnc_taskDelete; diff --git a/A3A/addons/core/functions/Missions/fn_CON_Outpost.sqf b/A3A/addons/core/functions/Missions/fn_CON_Outpost.sqf index 8ad9a8a7ce..1573992ffe 100644 --- a/A3A/addons/core/functions/Missions/fn_CON_Outpost.sqf +++ b/A3A/addons/core/functions/Missions/fn_CON_Outpost.sqf @@ -21,18 +21,23 @@ _displayTime = [_dateLimit] call A3A_fnc_dateToTimeString;//Converts the time po private _markerSide = sidesX getVariable [_markerX, sideUnknown]; _nameDest = [_markerX] call A3A_fnc_localizar; -_textX = ""; -_taskName = ""; +_textX = format [localize "STR_A3A_fn_mission_conq_outp_text3",_displayTime]; +_taskName = localize "STR_A3A_fn_mission_conq_outp_titel4"; if (_markerX in resourcesX) then { _textX = format [localize "STR_A3A_fn_mission_conq_outp_text1",_nameDest,_displayTime]; _taskName = localize "STR_A3A_fn_mission_conq_outp_titel1"; - } -else + }; +if (_markerX in outposts) then { _textX = format [localize "STR_A3A_fn_mission_conq_outp_text2",_nameDest,_displayTime]; _taskName = localize "STR_A3A_fn_mission_conq_outp_titel2"; }; +if (_markerX in controlsX) then + { + _textX = format [localize "STR_A3A_fn_mission_conq_outp_text2",_nameDest,_displayTime]; + _taskName = localize "STR_A3A_fn_mission_conq_outp_titel3"; + }; private _taskId = "CON" + str A3A_taskCount; [[teamPlayer,civilian],_taskId,[_textX,_taskName,_markerX],_positionX,false,0,true,"Target",true] call BIS_fnc_taskCreate; diff --git a/A3A/addons/core/functions/Missions/fn_DES_Heli.sqf b/A3A/addons/core/functions/Missions/fn_DES_Heli.sqf index 0a4ac4f0c0..f7d61db5ac 100644 --- a/A3A/addons/core/functions/Missions/fn_DES_Heli.sqf +++ b/A3A/addons/core/functions/Missions/fn_DES_Heli.sqf @@ -43,8 +43,8 @@ while {true} do { private _heliPool = (_faction get "vehiclesHelisLight") + (_faction get "vehiclesHelisTransport") + (_faction get "vehiclesHelisAttack") + (_faction get "vehiclesHelisLightAttack"); private _typeVehH = selectRandom (_heliPool select {_x isKindOf "Helicopter"}); if (isNil "_typeVehH") exitWith { - ["DES"] remoteExecCall ["A3A_fnc_missionRequest",2]; Error("No aircrafts in arrays vehiclesHelisLight, vehiclesHelisTransport or vehiclesHelisAttack. Reselecting DES mission"); + ["DES"] remoteExec ["A3A_fnc_missionRequest",2]; }; private _isAttackHeli = _typeVehH in ((_faction get "vehiclesHelisAttack") + (_faction get "vehiclesHelisLightAttack")); diff --git a/A3A/addons/core/functions/Missions/fn_DES_Vehicle.sqf b/A3A/addons/core/functions/Missions/fn_DES_Vehicle.sqf index cb189a26a3..d6c0e5c525 100644 --- a/A3A/addons/core/functions/Missions/fn_DES_Vehicle.sqf +++ b/A3A/addons/core/functions/Missions/fn_DES_Vehicle.sqf @@ -64,7 +64,7 @@ if (spawner getVariable _markerX == 0) then { waitUntil {sleep 1;({leader _groupX knowsAbout _x > 1.4} count ([distanceSPWN,0,leader _groupX,teamPlayer] call A3A_fnc_distanceUnits) > 0) or (dateToNumber date > _dateLimitNum) or (not alive _veh) or ({(_x getVariable ["spawner",false]) and (side group _x == teamPlayer)} count crew _veh > 0)}; - if ({leader _groupX knowsAbout _x > 1.4} count ([distanceSPWN,0,leader _groupX,teamPlayer] call A3A_fnc_distanceUnits) > 0) then {_groupX addVehicle _veh;}; + if ({leader _groupX knowsAbout _x > 1.4} count ([distanceSPWN,0,leader _groupX,teamPlayer] call A3A_fnc_distanceUnits) > 0) then {_groupX addVehicle _veh;};x }; waitUntil {sleep 1;(dateToNumber date > _dateLimitNum) or (not alive _veh) or ({(_x getVariable ["spawner",false]) and (side group _x == teamPlayer)} count crew _veh > 0)}; @@ -74,7 +74,7 @@ if (spawner getVariable _markerX == 0) then [_taskId, "DES", "SUCCEEDED"] call A3A_fnc_taskSetState; if ({(_x getVariable ["spawner",false]) and (side group _x == teamPlayer)} count crew _veh > 0) then { - ["TaskFailed", ["", format ["AA Stolen in %1",_nameDest]]] remoteExec ["BIS_fnc_showNotification",_sideX]; + ["TaskFailed", ["", format ["AA Stolen in %1",_nameDest]]] remoteExec ["BIS_fnc_showNotification",_sideX]; //stringtable? this might be obsolete }; [0,300*_bonus] remoteExec ["A3A_fnc_resourcesFIA",2]; [_sideX, 5, 60] remoteExec ["A3A_fnc_addAggression", 2]; diff --git a/A3A/addons/core/functions/Missions/fn_LOG_Supplies.sqf b/A3A/addons/core/functions/Missions/fn_LOG_Supplies.sqf index 5726fe0f01..e3bdc0f82b 100644 --- a/A3A/addons/core/functions/Missions/fn_LOG_Supplies.sqf +++ b/A3A/addons/core/functions/Missions/fn_LOG_Supplies.sqf @@ -32,6 +32,7 @@ _pos = (getMarkerPos respawnTeamPlayer) findEmptyPosition [1,50,"C_Van_01_box_F" _truckX = "Land_FoodSacks_01_cargo_brown_F" createVehicle _pos; _truckX enableRopeAttach true; _truckX allowDamage false; +if (A3A_hasACE) then {[_truckX, _truckX] call ace_common_fnc_claim}; [_truckX] call A3A_Logistics_fnc_addLoadAction; _truckX addAction [localize "STR_A3A_fn_mission_log_supply_addact_del_info", { @@ -112,9 +113,6 @@ else }; }; -_ecpos = getpos _truckX; -deleteVehicle _truckX; -_emptybox = "Land_Pallet_F" createVehicle _ecpos; -[_emptybox] spawn A3A_fnc_postmortem; +deleteVehicle _truckX; // Previously an empty pallet was spawned here, but it has been removed. RIP [_taskId, "SUPP", 900] spawn A3A_fnc_taskDelete; diff --git a/A3A/addons/core/functions/Missions/fn_REP_Antenna.sqf b/A3A/addons/core/functions/Missions/fn_REP_Antenna.sqf index 25e62ec8b9..29195917a8 100644 --- a/A3A/addons/core/functions/Missions/fn_REP_Antenna.sqf +++ b/A3A/addons/core/functions/Missions/fn_REP_Antenna.sqf @@ -56,9 +56,9 @@ if (spawner getVariable _markerX != 2) then sleep 2; }; - waitUntil {sleep 1;(dateToNumber date > _dateLimitNum) or (not alive _veh)}; + waitUntil {sleep 1;(dateToNumber date > _dateLimitNum) or (not alive _veh) or (sidesX getVariable [_markerX,sideUnknown] == teamPlayer)}; - if (not alive _veh) then + if (not alive _veh || {sidesX getVariable [_markerX,sideUnknown] == teamPlayer}) then { [_taskId, "REP", "SUCCEEDED"] call A3A_fnc_taskSetState; [Occupants, 15, 90] remoteExec ["A3A_fnc_addAggression", 2]; @@ -70,22 +70,10 @@ if (spawner getVariable _markerX != 2) then }; if (dateToNumber date > _dateLimitNum) then { - if (sidesX getVariable [_markerX,sideUnknown] == teamPlayer) then - { - [_taskId, "REP", "SUCCEEDED"] call A3A_fnc_taskSetState; - [Occupants, 15, 90] remoteExec ["A3A_fnc_addAggression", 2]; - [Invaders, 5, 60] remoteExec ["A3A_fnc_addAggression", 2]; - [500, Occupants] remoteExec ["A3A_fnc_timingCA",2]; - {if (_x distance _veh < 500) then {[10,_x] call A3A_fnc_playerScoreAdd}} forEach (allPlayers - (entities "HeadlessClient_F")); - [10,theBoss] call A3A_fnc_playerScoreAdd; - } - else - { - [_taskId, "REP", "FAILED"] call A3A_fnc_taskSetState; - //[5,0,_positionX] remoteExec ["A3A_fnc_citySupportChange",2]; - [-200, Occupants] remoteExec ["A3A_fnc_timingCA",2]; - [-10,theBoss] call A3A_fnc_playerScoreAdd; - }; + [_taskId, "REP", "FAILED"] call A3A_fnc_taskSetState; + //[5,0,_positionX] remoteExec ["A3A_fnc_citySupportChange",2]; + [-200, Occupants] remoteExec ["A3A_fnc_timingCA",2]; + [-10,theBoss] call A3A_fnc_playerScoreAdd; [_antennaDead] remoteExec ["A3A_fnc_rebuildRadioTower", 2]; }; diff --git a/A3A/addons/core/functions/Missions/fn_missionRequest.sqf b/A3A/addons/core/functions/Missions/fn_missionRequest.sqf index ff6165934e..80f1b479e1 100644 --- a/A3A/addons/core/functions/Missions/fn_missionRequest.sqf +++ b/A3A/addons/core/functions/Missions/fn_missionRequest.sqf @@ -15,7 +15,7 @@ if(isNil "_type") then { }; if (isNil "_type" or leader group petros != petros) exitWith { A3A_missionRequestInProgress = nil }; if (_type in A3A_activeTasks) exitWith { - if (!_silent) then {[petros,"globalChat","I already gave you a mission of this type."] remoteExec ["A3A_fnc_commsMP",_requester]}; + if (!_silent) then {[petros,"globalChat",localize "STR_A3A_fn_mission_request_existing"] remoteExec ["A3A_fnc_commsMP",_requester]}; A3A_missionRequestInProgress = nil; }; @@ -29,6 +29,7 @@ private _findIfNearAndHostile = { _Markers }; +private _titleStr = localize "STR_A3A_fn_mission_request_title"; private _possibleMarkers = []; switch (_type) do { case "AS": { @@ -51,8 +52,8 @@ switch (_type) do { if (count _possibleMarkers == 0) then { if (!_silent) then { - [petros,"globalChat","I have no assassination missions for you. Move our HQ closer to the enemy."] remoteExec ["A3A_fnc_commsMP",_requester]; - [petros,"hint","Assassination Missions require cities, patrolled Jungles or Airports closer than 4Km from your HQ.", "Missions"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"globalChat",localize "STR_A3A_fn_mission_request_noAS"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"hint",localize "STR_A3A_fn_mission_request_noASHint", _titleStr] remoteExec ["A3A_fnc_commsMP",_requester]; }; } else { private _site = selectRandom _possibleMarkers; @@ -68,8 +69,8 @@ switch (_type) do { if (count _possibleMarkers == 0) then { if (!_silent) then { - [petros,"globalChat","I have no Conquest missions for you. Move our HQ closer to the enemy."] remoteExec ["A3A_fnc_commsMP",_requester]; - [petros,"hint","Conquest Missions require roadblocks or outposts closer than 4Km from your HQ.", "Missions"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"globalChat",localize "STR_A3A_fn_mission_request_noConquest"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"hint",localize "STR_A3A_fn_mission_request_noConquestHint", _titleStr] remoteExec ["A3A_fnc_commsMP",_requester]; }; } else { private _site = selectRandom _possibleMarkers; @@ -92,8 +93,8 @@ switch (_type) do { if (count _possibleMarkers == 0) then { if (!_silent) then { - [petros,"globalChat","I have no destroy missions for you. Move our HQ closer to the enemy."] remoteExec ["A3A_fnc_commsMP",_requester]; - [petros,"hint","Destroy Missions require Airbases or Radio Towers closer than 4Km from your HQ.", "Missions"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"globalChat",localize "STR_A3A_fn_mission_request_noDestroy"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"hint",localize "STR_A3A_fn_mission_request_noDestroyHint", _titleStr] remoteExec ["A3A_fnc_commsMP",_requester]; }; } else { private _site = selectRandom _possibleMarkers; @@ -120,8 +121,8 @@ switch (_type) do { if (count _possibleMarkers == 0) then { if (!_silent) then { - [petros,"globalChat","I have no logistics missions for you. Move our HQ closer to the enemy."] remoteExec ["A3A_fnc_commsMP",_requester]; - [petros,"hint","Logistics Missions require Outposts, Seaports or Banks closer than 4Km from your HQ.", "Missions"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"globalChat",localize "STR_A3A_fn_mission_request_noLogi"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"hint",localize "STR_A3A_fn_mission_request_noLogiHint", _titleStr] remoteExec ["A3A_fnc_commsMP",_requester]; }; } else { private _site = selectRandom _possibleMarkers; @@ -146,8 +147,8 @@ switch (_type) do { if (count _possibleMarkers == 0) then { if (!_silent) then { - [petros,"globalChat","I have no support missions for you. Move our HQ closer to the enemy."] remoteExec ["A3A_fnc_commsMP",_requester]; - [petros,"hint","Support Missions require Cities closer than 4Km from your HQ.", "Missions"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"globalChat",localize "STR_A3A_fn_mission_request_noSupport"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"hint",localize "STR_A3A_fn_mission_request_noSupportHint", _titleSTR] remoteExec ["A3A_fnc_commsMP",_requester]; }; } else { Debug_1("City weights: %1", _weightedMarkers); @@ -158,6 +159,7 @@ switch (_type) do { case "RES": { _possibleMarkers = [citiesX] call _findIfNearAndHostile; + _possibleMarkers = _possibleMarkers select {spawner getVariable _x != 0}; // so refugee missions don't get spawned on top of people -- might need to tweak if there arent enough unspawned sites { private _spawner = spawner getVariable _x; if (_spawner != 0) then {_possibleMarkers pushBack _x}; @@ -165,8 +167,8 @@ switch (_type) do { if (count _possibleMarkers == 0) then { if (!_silent) then { - [petros,"globalChat","I have no rescue missions for you. Move our HQ closer to the enemy."] remoteExec ["A3A_fnc_commsMP",_requester]; - [petros,"hint","Rescue Missions require Cities or Airports closer than 4Km from your HQ.", "Missions"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"globalChat",localize "STR_A3A_fn_mission_request_noRescue"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"hint",localize "STR_A3A_fn_mission_request_noRescueHint", _titleStr] remoteExec ["A3A_fnc_commsMP",_requester]; }; } else { private _site = selectRandom _possibleMarkers; @@ -177,8 +179,8 @@ switch (_type) do { case "CONVOY": { if (bigAttackInProgress) exitWith { if (!_silent) then { - [petros,"globalChat","There is a big battle around, I don't think the enemy will send any convoy."] remoteExec ["A3A_fnc_commsMP",_requester]; - [petros,"hint","Convoy Missions require a calmed status around the island, and now it is not the proper time.", "Missions"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"globalChat",localize "STR_A3A_fn_mission_request_noConvoyAttack"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"hint",localize "STR_A3A_fn_mission_request_noConvoyAttackHint", _titleStr] remoteExec ["A3A_fnc_commsMP",_requester]; }; }; // only do the city convoys on flip? @@ -200,8 +202,8 @@ switch (_type) do { if (count _possibleMarkers == 0) then { if (!_silent) then { - [petros,"globalChat","I have no Convoy missions for you. Move our HQ closer to the enemy."] remoteExec ["A3A_fnc_commsMP",_requester]; - [petros,"hint","Convoy Missions require nearby enemy facilities, with a road route to an idle base within 3km.", "Missions"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"globalChat",localize "STR_A3A_fn_mission_request_noConvoy"] remoteExec ["A3A_fnc_commsMP",_requester]; + [petros,"hint",localize "STR_A3A_fn_mission_request_noConvoyHint", _titleStr] remoteExec ["A3A_fnc_commsMP",_requester]; }; } else { private _convoyPair = selectRandom _convoyPairs; @@ -215,7 +217,7 @@ switch (_type) do { }; if (count _possibleMarkers > 0) then { - if (!_silent) then {[petros,"globalChat","I have a mission for you!"] remoteExec ["A3A_fnc_commsMP",_requester]}; + if (!_silent) then {[petros,"globalChat",localize "STR_A3A_fn_mission_request_addMission"] remoteExec ["A3A_fnc_commsMP",_requester]}; sleep 3; // delay lockout until the mission is registered }; A3A_missionRequestInProgress = nil; diff --git a/A3A/addons/core/functions/OrgPlayers/fn_playerScoreAdd.sqf b/A3A/addons/core/functions/OrgPlayers/fn_playerScoreAdd.sqf index f08226cf12..028fca23ef 100644 --- a/A3A/addons/core/functions/OrgPlayers/fn_playerScoreAdd.sqf +++ b/A3A/addons/core/functions/OrgPlayers/fn_playerScoreAdd.sqf @@ -18,7 +18,7 @@ if (isMultiplayer) exitWith _playerX setVariable ["moneyX",_moneyJ,true]; if (_pointsX > 1) then { - _textX = format ["





Money +%1 €",_pointsX*10]; + _textX = format ["





" + localize "STR_A3A_fn_orgp_playerScoreAdd_money" + " €",_pointsX*10]; [petros,"income",_textX] remoteExec ["A3A_fnc_commsMP",_playerX]; //[] remoteExec ["A3A_fnc_statistics",_playerX]; }; diff --git a/A3A/addons/core/functions/OrgPlayers/fn_promotePlayer.sqf b/A3A/addons/core/functions/OrgPlayers/fn_promotePlayer.sqf index 95bf0d0b35..4a7275d90b 100644 --- a/A3A/addons/core/functions/OrgPlayers/fn_promotePlayer.sqf +++ b/A3A/addons/core/functions/OrgPlayers/fn_promotePlayer.sqf @@ -5,7 +5,7 @@ private ["_puntMax","_textX","_multiplier","_newRank","_selectable","_disconnect _puntMax = 0; _multiplier = 1; -private _textX = "Promoted Players:

"; +private _textX = localize "STR_A3A_fn_orgp_promotedPlayers" + "

"; _promoted = false; { @@ -35,6 +35,7 @@ Debug(_textX); if (_promoted) then { - _textX = format ["%1

CONGRATULATIONS!!",_textX]; - [petros,"hint",_textX, "Promotion"] remoteExec ["A3A_fnc_commsMP"]; + _congrats = "

" + localize "STR_A3A_fn_orgp_promotePlayer_yes"; + _textX = [_textX, _congrats] joinString ""; + [petros,"hint",_textX, localize "STR_A3A_fn_orgp_promotePlayer_promotion"] remoteExec ["A3A_fnc_commsMP"]; }; diff --git a/A3A/addons/core/functions/OrgPlayers/fn_theBossTransfer.sqf b/A3A/addons/core/functions/OrgPlayers/fn_theBossTransfer.sqf index 401e6ddc60..c3741e8317 100644 --- a/A3A/addons/core/functions/OrgPlayers/fn_theBossTransfer.sqf +++ b/A3A/addons/core/functions/OrgPlayers/fn_theBossTransfer.sqf @@ -21,8 +21,8 @@ if (isNull _newBoss) exitWith { [_silent] spawn { params ["_silent"]; sleep 5; - private _textX = format ["The commander has resigned. There is no eligible commander."]; //TODO: Localize - if (!_silent) then {[petros,"hint",_textX, "New Commander"] remoteExec ["A3A_fnc_commsMP", 0]}; //TODO: Localize + private _textX = format [localize "STR_A3A_fn_orgp_tBTransfer_noEligible"]; + if (!_silent) then {[petros,"hint",_textX, localize "STR_A3A_fn_orgp_tBTransfer_newCommTitle"] remoteExec ["A3A_fnc_commsMP", 0]}; [] remoteExec ["A3A_fnc_statistics",[teamPlayer,civilian]]; }; }; @@ -58,7 +58,7 @@ Debug_1("New boss %1 set.", name theBoss); [_silent] spawn { params ["_silent"]; sleep 5; - private _textX = format ["%1 is the new commander of our forces. Greet them!", name theBoss]; //TODO: Localize - if (!_silent) then {[petros,"hint",_textX, "New Commander"] remoteExec ["A3A_fnc_commsMP", 0]}; //TODO: Localize + private _textX = format [localize "STR_A3A_fn_orgp_tBTransfer_newCommLong", name theBoss]; + if (!_silent) then {[petros,"hint",_textX, localize "STR_A3A_fn_orgp_tBTransfer_newCommTitle"] remoteExec ["A3A_fnc_commsMP", 0]}; [] remoteExec ["A3A_fnc_statistics",[teamPlayer,civilian]]; }; diff --git a/A3A/addons/core/functions/Punishment/fn_punishment_FF_checkNearHQ.sqf b/A3A/addons/core/functions/Punishment/fn_punishment_FF_checkNearHQ.sqf index 8097c794ba..e7113b1835 100644 --- a/A3A/addons/core/functions/Punishment/fn_punishment_FF_checkNearHQ.sqf +++ b/A3A/addons/core/functions/Punishment/fn_punishment_FF_checkNearHQ.sqf @@ -44,5 +44,5 @@ private _distancePetros = _unit distance petros; if !(_distancePetros <= 75) exitWith {false}; deleteVehicle _projectile; -[_unit, 60, 0.4, objNull, "You cannot throw grenades or place explosives within 75m of base."] remoteExec ["A3A_fnc_punishment_evaluateEvent",2,false]; +[_unit, 60, 0.4, objNull, localize "STR_A3A_fn_punishment_FF_checkNearHQ"] remoteExec ["A3A_fnc_punishment_evaluateEvent",2,false]; true; diff --git a/A3A/addons/core/functions/Punishment/fn_punishment_addActionForgive.sqf b/A3A/addons/core/functions/Punishment/fn_punishment_addActionForgive.sqf index 3a2fb6a958..be0a4fc072 100644 --- a/A3A/addons/core/functions/Punishment/fn_punishment_addActionForgive.sqf +++ b/A3A/addons/core/functions/Punishment/fn_punishment_addActionForgive.sqf @@ -31,7 +31,7 @@ if (_offenceTotal < 1) exitWith {false}; // If offence is less than 1, the UID i private _actionsSelf = actionIDs player; private _alreadyHasAction = false; // Avoids having the action added again. -private _actionName = ["[Forgive FF] ",_name,""] joinString """"; +private _actionName = ["[" + localize "STR_A3A_fn_punishment_FF_addAcFor" + "]" ,_name,""] joinString """"; if ((!isNil "_actionsSelf") && {!(_actionsSelf isEqualTo [])}) then { // All players will be scanned, in-case they were previously an admin. { if (((player actionParams _x)#0) isEqualTo _actionName) exitWith { diff --git a/A3A/addons/core/functions/Punishment/fn_punishment_evaluateEvent.sqf b/A3A/addons/core/functions/Punishment/fn_punishment_evaluateEvent.sqf index edaeb25aab..36bb63cda3 100644 --- a/A3A/addons/core/functions/Punishment/fn_punishment_evaluateEvent.sqf +++ b/A3A/addons/core/functions/Punishment/fn_punishment_evaluateEvent.sqf @@ -114,9 +114,12 @@ if (!(_exemption isEqualTo "")) exitWith { format["NOT FF, %1", _exemption]; }; +// Case of FF is confirmed -- attach the name to the client for future +_instigator setVariable ["_lastFriendlyHit", name _victim, 2]; + /////////////Acts on Collision////////////// if (_isCollision) then { - _customMessage = [_customMessage,"You damaged a friendly as a driver."] joinString "
"; + _customMessage = [_customMessage, localize "STR_A3A_fn_punishment_evalEvent_driver"] joinString "
"; _timeAdded = 27; _offenceAdded = 0.15; Info_4("COLLISION | %1 [%2]'s %3 %4", name _instigator, getPlayerUID _instigator, _vehicleType, _victimStats); @@ -125,12 +128,12 @@ if (_isCollision) then { /////////Checks for important roles///////// _exemption = switch (true) do { case (!(admin owner _instigator isEqualTo 0) || player isEqualTo _instigator): { // Local host included. - ["You damaged a friendly as admin."] call _notifyInstigator; // Admin not reported to victim in case of Zeus remote control. + [localize "STR_A3A_fn_punishment_evalEvent_admin"] call _notifyInstigator; // Admin not reported to victim in case of Zeus remote control. format ["ADMIN, %1", ["Server","Voted","Logged"] select (admin owner _instigator)]; }; case (_vehicle isKindOf "Air"): { call _notifyVictim; - ["You damaged a friendly as CAS support."] call _notifyInstigator; + [localize "STR_A3A_fn_punishment_evalEvent_CAS"] call _notifyInstigator; format["AIRCRAFT, %1", _vehicleType]; }; case ( @@ -138,7 +141,7 @@ _exemption = switch (true) do { {!(getNumber (configFile >> "CfgVehicles" >> _vehicleType >> "artilleryScanner") isEqualTo 0)} ): { call _notifyVictim; - ["You damaged a friendly as arty support."] call _notifyInstigator; + [localize "STR_A3A_fn_punishment_evalEvent_arty"] call _notifyInstigator; format ["ARTY, %1", _vehicleType]; }; // TODO: if( remoteControlling(_instigator) ) exitWith diff --git a/A3A/addons/core/functions/Punishment/fn_punishment_removeActionForgive.sqf b/A3A/addons/core/functions/Punishment/fn_punishment_removeActionForgive.sqf index 8af75f13d8..9209c8e1f0 100644 --- a/A3A/addons/core/functions/Punishment/fn_punishment_removeActionForgive.sqf +++ b/A3A/addons/core/functions/Punishment/fn_punishment_removeActionForgive.sqf @@ -27,7 +27,7 @@ params ["_name"]; private _actionsSelf = actionIDs player; if ((!isNil "_actionsSelf") && {!(_actionsSelf isEqualTo [])}) then { // All players will be scanned, in-case they were previously an admin. - private _actionName = ["[Forgive FF] ",_name,""] joinString """"; + private _actionName = ["[" + localize "STR_A3A_fn_punishment_FF_addAcFor" + "]" ,_name,""] joinString """"; { if (((player actionParams _x)#0) isEqualTo _actionName) exitWith { player removeAction _x; diff --git a/A3A/addons/core/functions/Punishment/fn_punishment_sentence_server.sqf b/A3A/addons/core/functions/Punishment/fn_punishment_sentence_server.sqf index 8e86f9572a..bc47572ce1 100644 --- a/A3A/addons/core/functions/Punishment/fn_punishment_sentence_server.sqf +++ b/A3A/addons/core/functions/Punishment/fn_punishment_sentence_server.sqf @@ -59,7 +59,13 @@ private _detainee = _varspace getVariable ["player",objNull]; }; if (!isNull _admin) then { if (_admin isEqualTo _detainee) exitWith { [_UID,"forgive"] call A3A_fnc_punishment_release; }; // The admin cannot use the self forgive scroll-action when attached to the surf-board. - [localize "STR_A3A_fn_punish_ff_noti", [_name," ",localize "STR_A3A_fn_punish_punSenSv_text"] joinString ""] remoteExecCall ["A3A_fnc_customHint",_admin,false]; + private _injuredFriendly = _detainee getVariable ["_lastFriendlyHit", false]; + private _punishAdminText = if (_injuredFriendly isEqualTo false) then { + format[localize "STR_A3A_fn_punish_punSenSv_text2", _name]; + } else { + format[localize "STR_A3A_fn_punish_punSenSv_text1", _name, _injuredFriendly]; + }; + [localize "STR_A3A_fn_punish_ff_noti", _punishAdminText] remoteExecCall ["A3A_fnc_customHint",_admin,false]; [_UID,[missionNamespace,"A3A_FFPun",_UID,"offenceTotal",0] call A3A_fnc_getNestedObject,_name] remoteExecCall ["A3A_fnc_punishment_addActionForgive",_admin,false]; }; _lastAdmin = _admin; diff --git a/A3A/addons/core/functions/REINF/fn_FIAinit.sqf b/A3A/addons/core/functions/REINF/fn_FIAinit.sqf index 577a6ca370..fc4e94aec4 100644 --- a/A3A/addons/core/functions/REINF/fn_FIAinit.sqf +++ b/A3A/addons/core/functions/REINF/fn_FIAinit.sqf @@ -61,7 +61,7 @@ if (player == leader _unit) then { if ((!haveRadio) and !(A3A_hasIFA)) then { while {alive _unit} do { sleep 10; - if (([player] call A3A_fnc_hasRadio) && (_unit call A3A_fnc_hasARadio)) exitWith {_unit groupChat format ["This is %1, radiocheck OK",name _unit]}; + if (([player] call A3A_fnc_hasRadio) && (_unit call A3A_fnc_hasARadio)) exitWith {_unit groupChat format ["This is %1, radiocheck OK",name _unit]}; //TODO: Obsolete? if (unitReady _unit) then { if ((alive _unit) and (_unit distance (getMarkerPos respawnTeamPlayer) > 50) and (_unit distance leader group _unit > 500) and ((vehicle _unit == _unit) or ((typeOf (vehicle _unit)) in arrayCivVeh))) then { ["", format [localize "STR_A3A_fn_reinf_FIAinit_lost", name _unit]] call A3A_fnc_customHint; diff --git a/A3A/addons/core/functions/REINF/fn_NATObomb.sqf b/A3A/addons/core/functions/REINF/fn_NATObomb.sqf index 60aa17d767..d5cfa69260 100644 --- a/A3A/addons/core/functions/REINF/fn_NATObomb.sqf +++ b/A3A/addons/core/functions/REINF/fn_NATObomb.sqf @@ -27,7 +27,7 @@ _mrkorig = createMarkerLocal [format ["BRStart%1",random 1000], _pos1]; _mrkorig setMarkerShapeLocal "ICON"; _mrkorig setMarkerTypeLocal "hd_destroy"; _mrkorig setMarkerColorLocal "ColorRed"; -_mrkOrig setMarkerTextLocal "Bomb Run Init"; +_mrkOrig setMarkerTextLocal localize "STR_A3A_fn_reinf_NATObomb_init"; [_titleStr, localize "STR_A3A_fn_reinf_NatoBomb_select_end"] call A3A_fnc_customHint; @@ -41,8 +41,9 @@ if (!visibleMap) exitWith {deleteMarker _mrkOrig}; _pos2 = positionTel; positionTel = []; -_ang = [_pos1,_pos2] call BIS_fnc_dirTo; +ServerInfo_6("Commander %1 [%2] called %3 airstrike from %4 to %5, %6m from HQ", name theBoss, getPlayerUID theBoss, _typeX, _pos1, _pos2, _pos1 distance markerPos "Synd_HQ"); +_ang = [_pos1,_pos2] call BIS_fnc_dirTo; bombRuns = bombRuns - 1; publicVariable "bombRuns"; @@ -52,7 +53,7 @@ _mrkDest = createMarkerLocal [format ["BRFin%1",random 1000], _pos2]; _mrkDest setMarkerShapeLocal "ICON"; _mrkDest setMarkerTypeLocal "hd_destroy"; _mrkDest setMarkerColorLocal "ColorRed"; -_mrkDest setMarkerTextLocal "Bomb Run Exit"; +_mrkDest setMarkerTextLocal localize "STR_A3A_fn_reinf_NATObomb_exit"; //openMap false; private _typePlaneX = (FactionGet(reb,"vehiclesPlane")) # 0; @@ -75,7 +76,7 @@ _plane flyInHeight 100; private _minAltASL = ATLToASL [_pos1 select 0, _pos1 select 1, 0]; _plane flyInHeightASL [(_minAltASL select 2) +100, (_minAltASL select 2) +100, (_minAltASL select 2) +100]; -driver _plane sideChat "Starting Bomb Run. ETA 30 seconds."; +driver _plane sideChat localize "STR_A3A_fn_reinf_NATObomb_run"; _wp1 = group _plane addWaypoint [_pos1, 0]; _wp1 setWaypointType "MOVE"; if (!_isHelicopter) then { _wp1 setWaypointSpeed "LIMITED" }; diff --git a/A3A/addons/core/functions/REINF/fn_addBombRun.sqf b/A3A/addons/core/functions/REINF/fn_addBombRun.sqf index 7230603a8d..560f8820fe 100644 --- a/A3A/addons/core/functions/REINF/fn_addBombRun.sqf +++ b/A3A/addons/core/functions/REINF/fn_addBombRun.sqf @@ -3,46 +3,44 @@ _veh = cursortarget; FIX_LINE_NUMBERS() #define OccAndInv(VEH) (FactionGet(occ, VEH) + FactionGet(inv, VEH)) private _titleStr = localize "STR_A3A_fn_reinf_bombrun_title"; - -if (isNull _veh) exitWith {[_titleStr, localize "STR_A3A_fn_reinf_bombrun_no_looking"] call A3A_fnc_customHint;}; - -if (!alive _veh) exitWith {[_titleStr, localize "STR_A3A_fn_reinf_bombrun_no_destr"] call A3A_fnc_customHint;}; - -_units = (player nearEntities ["Man",300]) select {([_x] call A3A_fnc_CanFight) && (side _x isEqualTo Occupants || side _x isEqualTo Invaders)}; -if (_units findIf {_unit = _x; _players = allPlayers select {(side _x isEqualTo teamPlayer) && (player distance _x < 300)}; _players findIf {_x in (_unit targets [true, 300])} != -1} != -1) exitWith {[_titleStr, localize "STR_A3A_fn_reinf_bombrun_no_nearby"] call A3A_fnc_customHint}; -if (_units findIf{player distance _x < 100} != -1) exitWith {[_titleStr, localize "STR_A3A_fn_reinf_bombrun_no_nearby"] call A3A_fnc_customHint}; - -_near = (["Synd_HQ"] + airportsX) select {sidesX getVariable [_x,sideUnknown] isEqualTo teamplayer}; -_near = _near select {(player inArea _x) && (_veh inArea _x)}; - -if (_near isEqualTo []) exitWith {[_titleStr, format [localize "STR_A3A_fn_reinf_bombrun_no_area",FactionGet(reb,"name")]] call A3A_fnc_customHint;}; - -if ({isPlayer _x} count crew _veh > 0) exitWith {[_titleStr, localize "STR_A3A_fn_reinf_bombrun_no_empty"] call A3A_fnc_customHint;}; - -_owner = _veh getVariable "ownerX"; -_exit = false; -if (!isNil "_owner") then - { - if (_owner isEqualType "") then - { - if (getPlayerUID player != _owner) then {_exit = true}; - }; - }; - -if (_exit) exitWith {[_titleStr, localize "STR_A3A_fn_reinf_bombrun_no_owner"] call A3A_fnc_customHint;}; - -if (not(_veh isKindOf "Air")) exitWith {[_titleStr, localize "STR_A3A_fn_reinf_bombrun_no_airveh"] call A3A_fnc_customHint;}; - -_typeX = typeOf _veh; - -if (isClass (configfile >> "CfgVehicles" >> _typeX >> "assembleInfo")) then { - if (count getArray (configfile >> "CfgVehicles" >> _typeX >> "assembleInfo" >> "dissasembleTo") > 0) then { - _exit = true; - }; +private _owner = _veh getVariable "ownerX"; +private _wrongOwner = !(isNil "_owner" && {_owner isEqualType ""} && {getPlayerUID player != _owner}); + +private _exitReason = switch (true) do { + case (isNull _veh): {"looking"}; + case (!alive _veh): {"destr"}; + case (_veh getVariable ["A3A_locked",false]): {"locked"}; + case (_wrongOwner): {"owner"}; + case (player isNotEqualTo vehicle player): {"inVehicle"}; + case (player distance _veh > 25): {"distance"}; + case ([getPosATL player] call A3A_fnc_enemyNearCheck): {"nearby"}; + case !(_veh isKindOf "Air"): {"airveh"}; + case (count crew _veh > 0): {"empty"}; + default {""}; }; -if (_exit) exitWith {[_titleStr, localize "STR_A3A_fn_reinf_bombrun_no_drone"] call A3A_fnc_customHint;}; +if (_exitReason isNotEqualTo "") exitWith { + private _exitMessage = ["STR_A3A_fn_reinf_bombrun_no_",_exitReason] joinString ""; + [_titleStr, localize _exitMessage] call A3A_fnc_customHint; + false; +}; +private _validMarks = (["Synd_HQ"] + airportsX) select {sidesX getVariable [_x,sideUnknown] isEqualTo teamplayer}; +private _inArea = _validMarks findIf { count ([player, _veh] inAreaArray _x) > 1 }; +if !(_inArea > -1) exitWith { + [_titleStr, format [localize "STR_A3A_fn_reinf_bombrun_no_area",FactionGet(reb,"name")]] call A3A_fnc_customHint; + false; +}; // not near airbase or HQ + +if (isClass (configfile >> "CfgVehicles" >> typeOf _veh >> "assembleInfo") && {count getArray (configfile >> "CfgVehicles" >> typeOf _veh >> "assembleInfo" >> "dissasembleTo") > 0}) exitWith {[_titleStr, localize "STR_A3A_fn_reinf_bombrun_no_drone"] call A3A_fnc_customHint;}; +private _cfgAssembleInto = configfile >> "CfgVehicles" >> typeOf _veh >> "assembleInfo"; +if ( + isClass _cfgAssembleInto && + {getArray (_cfgAssembleInto >> "dissasembleTo") isNotEqualTo []} +) exitWith { + [_titleStr, localize "STR_A3A_fn_reinf_bombrun_no_drone"] call A3A_fnc_customHint; + false; +}; _pointsX = 2; diff --git a/A3A/addons/core/functions/REINF/fn_buildMinefield.sqf b/A3A/addons/core/functions/REINF/fn_buildMinefield.sqf index eccdf2af7a..a01b1ac4d3 100644 --- a/A3A/addons/core/functions/REINF/fn_buildMinefield.sqf +++ b/A3A/addons/core/functions/REINF/fn_buildMinefield.sqf @@ -64,8 +64,8 @@ _mrk setMarkerText _textX; [_mrk,0] remoteExec ["setMarkerAlpha",[Occupants,Invaders]]; private _taskId = "Mines" + str A3A_taskCount; -[[teamPlayer,civilian],_taskId,[format ["An Engineer Team has been deployed at your command with High Command Option. Once they reach the position, they will start to deploy %1 mines in the area. Cover them in the meantime.",_quantity],"Minefield Deploy",_mrk],_positionTel,false,0,true,"map",true] call BIS_fnc_taskCreate; //TODO: Localize -[_taskId, "Mines", "CREATED"] remoteExecCall ["A3A_fnc_taskUpdate", 2]; //TODO: Localize +[[teamPlayer,civilian],_taskId,[format [localize "STR_A3A_fn_reinf_buildMinefield_long",_quantity],localize "STR_A3A_fn_reinf_buildMinefield_title",_mrk],_positionTel,false,0,true,"map",true] call BIS_fnc_taskCreate; +[_taskId, "Mines", "CREATED"] remoteExecCall ["A3A_fnc_taskUpdate", 2]; _groupX = createGroup teamPlayer; @@ -106,7 +106,7 @@ if ((_truckX distance _positionTel < 50) and ({alive _x} count units _groupX > 0 waitUntil {!(isPlayer leader _groupX)}; }; theBoss hcRemoveGroup _groupX; - [petros,"hint","Engineer Team deploying mines.", "Minefields"] remoteExec ["A3A_fnc_commsMP",[teamPlayer,civilian]]; //TODO: Localize + [petros,"hint",localize "STR_A3A_fn_reinf_buildMinefield_long", localize "STR_A3A_fn_reinf_buildMinefield_buildingTitle"] remoteExec ["A3A_fnc_commsMP",[teamPlayer,civilian]]; [_groupX, "Patrol_Area", 25, 50, 100, true, _positionTel, true] call A3A_fnc_patrolLoop; diff --git a/A3A/addons/core/functions/REINF/fn_dismissPlayerGroup.sqf b/A3A/addons/core/functions/REINF/fn_dismissPlayerGroup.sqf index b98cb0bd5d..a2b627f629 100644 --- a/A3A/addons/core/functions/REINF/fn_dismissPlayerGroup.sqf +++ b/A3A/addons/core/functions/REINF/fn_dismissPlayerGroup.sqf @@ -12,7 +12,7 @@ _units = _units - [player]; _units = _units select { !(isPlayer _x) && { !(_x == petros) } }; if (_units isEqualTo []) exitWith {}; if (_units findIf {!([_x] call A3A_fnc_canFight)} != -1) exitWith {[_titleStr, localize "STR_A3A_fn_reinf_dissPlaGro_no_uncon"] call A3A_fnc_customHint;}; -player globalChat "Get out of my sight you useless scum!"; +player globalChat localize "STR_A3A_fn_reinf_dismissPlayerGroup_GTFO"; _newGroup = createGroup teamPlayer; //if ({isPlayer _x} count units group player == 1) then {_ai = true; _newGroup = createGroup teamPlayer}; diff --git a/A3A/addons/core/functions/REINF/fn_dismissSquad.sqf b/A3A/addons/core/functions/REINF/fn_dismissSquad.sqf index 6fa73aa282..54608e41f2 100644 --- a/A3A/addons/core/functions/REINF/fn_dismissSquad.sqf +++ b/A3A/addons/core/functions/REINF/fn_dismissSquad.sqf @@ -27,7 +27,7 @@ if (_leave) exitWith {[_titleStr, localize "STR_A3A_fn_reinf_dissSquad_no_nato"] _pos = getMarkerPos respawnTeamPlayer; { - theBoss sideChat format ["%2, I'm sending %1 back to base", _x,name petros]; + theBoss sideChat format [localize "STR_A3A_fn_reinf_dismissSquad_RTB", _x]; theBoss hcRemoveGroup _x; _wp = _x addWaypoint [_pos, 0]; _wp setWaypointType "MOVE"; diff --git a/A3A/addons/core/functions/REINF/fn_garrisonDialog.sqf b/A3A/addons/core/functions/REINF/fn_garrisonDialog.sqf index 0a0107c5f5..4808e05161 100644 --- a/A3A/addons/core/functions/REINF/fn_garrisonDialog.sqf +++ b/A3A/addons/core/functions/REINF/fn_garrisonDialog.sqf @@ -59,10 +59,19 @@ _nul=CreateDialog "build_menu"; }; //if (((_nearX in outpostsFIA) and !(isOnRoad _positionX)) /*or (_nearX in citiesX)*/ or (_nearX in controlsX)) exitWith {hint "You cannot manage garrisons on this kind of zone"; _nul=CreateDialog "garrison_menu"}; -_outpostFIA = if (_nearX in outpostsFIA) then {true} else {false}; -_wPost = if (_outpostFIA and !(isOnRoad getMarkerPos _nearX)) then {true} else {false}; +_outpostFIA = (_nearX in outpostsFIA); +_wPost = (_outpostFIA and !(isOnRoad getMarkerPos _nearX)); _garrison = if (! _wpost) then {garrison getVariable [_nearX,[]]} else {FactionGet(reb,"groupSniper")}; +if (_wPost && (_typeX isNotEqualTo "rem")) exitWith { + [_titleStr, localize "STR_A3A_fn_reinf_garrDia_no_wPost"] call A3A_fnc_customHint; +#ifdef UseDoomGUI + ERROR("Disabled due to UseDoomGUI Switch.") +#else + _nul=CreateDialog "build_menu"; +#endif +}; + if (_typeX == "rem") then { if ((count _garrison == 0) and !(_nearX in outpostsFIA)) exitWith { @@ -122,25 +131,27 @@ else if (str (_display) != "no display") then { + private _unitCost = localize "STR_A3A_fn_reinf_garrisonDialog_cost"; + private _unitCostFull = [_unitCost + ": %1 €"]; _ChildControl = _display displayCtrl 104; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitRifle")]; + _ChildControl ctrlSetTooltip format [_unitCostFull,server getVariable FactionGet(reb,"unitRifle")]; _ChildControl = _display displayCtrl 105; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitMG")]; + _ChildControl ctrlSetTooltip format [_unitCostFull,server getVariable FactionGet(reb,"unitMG")]; _ChildControl = _display displayCtrl 126; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitMedic")]; + _ChildControl ctrlSetTooltip format [_unitCostFull,server getVariable FactionGet(reb,"unitMedic")]; _ChildControl = _display displayCtrl 107; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitSL")]; + _ChildControl ctrlSetTooltip format [_unitCostFull,server getVariable FactionGet(reb,"unitSL")]; _ChildControl = _display displayCtrl 108; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",(server getVariable FactionGet(reb,"unitCrew")) + ([(FactionGet(reb,"staticMortars")) # 0] call A3A_fnc_vehiclePrice)]; + _ChildControl ctrlSetTooltip format [_unitCostFull,(server getVariable FactionGet(reb,"unitCrew")) + ([(FactionGet(reb,"staticMortars")) # 0] call A3A_fnc_vehiclePrice)]; _ChildControl = _display displayCtrl 109; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitGL")]; + _ChildControl ctrlSetTooltip format [_unitCostFull,server getVariable FactionGet(reb,"unitGL")]; _ChildControl = _display displayCtrl 110; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitSniper")]; + _ChildControl ctrlSetTooltip format [_unitCostFull,server getVariable FactionGet(reb,"unitSniper")]; _ChildControl = _display displayCtrl 111; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitLAT")]; + _ChildControl ctrlSetTooltip format [_unitCostFull,server getVariable FactionGet(reb,"unitLAT")]; _ChildControl = _display displayCtrl 112; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitAT")]; + _ChildControl ctrlSetTooltip format [_unitCostFull,server getVariable FactionGet(reb,"unitAT")]; _ChildControl = _display displayCtrl 113; - _ChildControl ctrlSetTooltip format ["Cost: %1 €",server getVariable FactionGet(reb,"unitAA")]; + _ChildControl ctrlSetTooltip format [_unitCostFull,server getVariable FactionGet(reb,"unitAA")]; }; }; diff --git a/A3A/addons/core/functions/REINF/fn_vehStats.sqf b/A3A/addons/core/functions/REINF/fn_vehStats.sqf index 0f2bd18a8e..279ddd079f 100644 --- a/A3A/addons/core/functions/REINF/fn_vehStats.sqf +++ b/A3A/addons/core/functions/REINF/fn_vehStats.sqf @@ -69,7 +69,7 @@ if (_this select 0 == "mount") exitWith }; _textX = ""; _groupX = (hcSelected player select 0); -player sideChat format ["%1, SITREP!!",groupID _groupX]; +player sideChat format [localize "STR_A3A_fn_reinf_vehStats_sitrep",groupID _groupX]; _unitsX = units _groupX; _textX = format [localize "STR_A3A_fn_reinf_vehStats_status",groupID _groupX,{alive _x} count _unitsX,{[_x] call A3A_fnc_canFight} count _unitsX,_groupX getVariable ["taskX","Patrol"],behaviour (leader _groupX)]; if ({[_x] call A3A_fnc_isMedic} count _unitsX > 0) then {_textX = format [localize "STR_A3A_fn_reinf_vehStats_medic_yes",_textX]} else {_textX = format [localize "STR_A3A_fn_reinf_vehStats_medic_no",_textX]}; diff --git a/A3A/addons/core/functions/REINF/fn_vehiclePrice.sqf b/A3A/addons/core/functions/REINF/fn_vehiclePrice.sqf index 160467871b..b1b6469a72 100644 --- a/A3A/addons/core/functions/REINF/fn_vehiclePrice.sqf +++ b/A3A/addons/core/functions/REINF/fn_vehiclePrice.sqf @@ -12,7 +12,20 @@ if (isNil "_costs") then } else { - _costs = round (_costs - (_costs * (0.1 * ({sidesX getVariable [_x,sideUnknown] == teamPlayer} count seaports)))); + if (count seaports > 3) then { + private _numFriendlySeaports = ({sidesX getVariable [_x,sideUnknown] == teamPlayer} count seaports) min 6; + _costs = round (_costs - (_costs * 0.05 * _numFriendlySeaports)); + } else { + _discount = switch (true) do { + case (tierWar in [1,2]): { 0 }; + case (tierWar in [3,4]): { 0 }; + case (tierWar in [5,6]): { 1 }; + case (tierWar in [7,8]): { 2 }; + case (tierWar in [9,10]): { 3 }; + default { 0 }; + }; + _costs = round (_costs - (_costs * 0.1 * _discount)); + }; }; _costs diff --git a/A3A/addons/core/functions/Revive/fn_actionRevive.sqf b/A3A/addons/core/functions/Revive/fn_actionRevive.sqf index 8a6da28e60..2e439826e6 100644 --- a/A3A/addons/core/functions/Revive/fn_actionRevive.sqf +++ b/A3A/addons/core/functions/Revive/fn_actionRevive.sqf @@ -9,7 +9,7 @@ if (captive _medic) then { _medic setCaptive false }; // medic is will b if !(alive _cured) exitWith { if (_player) then {[_titleStr, format [localize "STR_A3A_fn_revive_actRev_no_dead",name _cured]] call A3A_fnc_customHint;}; - if (_inPlayerGroup) then {_medic groupChat format ["%1 is already dead.",name _cured]}; + if (_inPlayerGroup) then {_medic groupChat format [localize "STR_A3A_fn_revive_actRev_no_dead",name _cured]}; false }; if !([_medic] call A3A_fnc_canFight) exitWith @@ -26,7 +26,7 @@ if !(isNull attachedTo _cured) exitWith if !(_cured getVariable ["incapacitated",false]) exitWith { if (_player) then {[_titleStr, format [localize "STR_A3A_fn_revive_actRev_no_up",name _cured]] call A3A_fnc_customHint;}; - if (_inPlayerGroup) then {_medic groupChat format ["%1 no longer needs my help.",name _cured]}; + if (_inPlayerGroup) then {_medic groupChat format [localize "STR_A3A_fn_revive_actRev_no_up_AI",name _cured]}; false }; @@ -39,7 +39,7 @@ private _curedFAKs = if (!_hasMedkit) then { _firstAidKits arrayIntersect items if (!_hasMedkit && {count _medicFAKs == 0 && count _curedFAKs == 0}) exitWith { if (_player) then {[_titleStr, format [localize "STR_A3A_fn_revive_actRev_no_meds",name _cured]] call A3A_fnc_customHint;}; - if (_inPlayerGroup) then {_medic groupChat "I'm out of FA kits and I have no Medikit!"}; + if (_inPlayerGroup) then {_medic groupChat localize "STR_A3A_fn_revive_actRev_no_meds_AI"}; false }; @@ -107,7 +107,7 @@ if (_medic getVariable ["cancelRevive",false]) exitWith if !(alive _cured) exitWith { if (_player) then {[_titleStr, format [localize "STR_A3A_fn_revive_actRev_lost",name _cured]] call A3A_fnc_customHint;}; - if (_inPlayerGroup) then {_medic groupChat format ["We lost %1.",name _cured]}; + if (_inPlayerGroup) then {_medic groupChat format [localize "STR_A3A_fn_revive_actRev_lost",name _cured]}; false; }; if (!([_medic] call A3A_fnc_canFight)) exitWith diff --git a/A3A/addons/core/functions/Revive/fn_unconscious.sqf b/A3A/addons/core/functions/Revive/fn_unconscious.sqf index f01adfe0ca..a5a70dab51 100644 --- a/A3A/addons/core/functions/Revive/fn_unconscious.sqf +++ b/A3A/addons/core/functions/Revive/fn_unconscious.sqf @@ -91,13 +91,13 @@ while {(time < _bleedOut) and (_unit getVariable ["incapacitated",false]) and (a if (_isPlayer) then { private _helpText = "" + call { - if (isNull _helper) exitWith { "There is no AI near to help you." }; - if (_helper distance _unit < 3) exitWith { format ["%1 is helping you.", name _helper] }; - format ["%1 is on the way to help you.", name _helper]; + if (isNull _helper) exitWith {localize "STR_A3A_fn_revive_unconscious_noAI"}; + if (_helper distance _unit < 3) exitWith { format [localize "STR_A3A_fn_revive_unconscious_helping", name _helper] }; + format [localize "STR_A3A_fn_revive_unconscious_onTheWay", name _helper]; }; - private _respawnText = "
Hit R to Respawn"; + private _respawnText = "
" + localize "STR_A3A_fn_revive_unconscious_respawn"; private _reviveText = call { - if (A3A_selfReviveMethods) exitWith { "
Hit H to Withstand Injury" }; + if (A3A_selfReviveMethods) exitWith { "
" + localize "STR_A3A_fn_revive_unconscious_selfRevive" }; //if (A3A_selfReviveMethods == 2) exitWith { "
Hit H to take over nearest AI ally" }; "" }; diff --git a/A3A/addons/core/functions/Supports/fn_SUP_ASFRoutine.sqf b/A3A/addons/core/functions/Supports/fn_SUP_ASFRoutine.sqf index 9b17f414e9..6086b3bf1a 100644 --- a/A3A/addons/core/functions/Supports/fn_SUP_ASFRoutine.sqf +++ b/A3A/addons/core/functions/Supports/fn_SUP_ASFRoutine.sqf @@ -38,7 +38,7 @@ _group deleteGroupWhenEmpty true; _plane addEventHandler ["Killed", { params ["_plane"]; - ["TaskSucceeded", ["", "Fighter Destroyed"]] remoteExec ["BIS_fnc_showNotification", teamPlayer]; + ["TaskSucceeded", ["", localize "STR_A3A_fn_supports_ASFDown"]] remoteExec ["BIS_fnc_showNotification", teamPlayer]; }]; @@ -116,7 +116,7 @@ while {true} do _group setBehaviourStrong "AWARE"; _group setCombatMode "YELLOW"; - //_plane flyInHeight 1000; + _plane flyInHeight 1000; // make the plane resume default loiter height because arma 3 _currentlyAttacking = false; _timeout = _timeout - 300; }; diff --git a/A3A/addons/core/functions/Supports/fn_SUP_CASRoutine.sqf b/A3A/addons/core/functions/Supports/fn_SUP_CASRoutine.sqf index 549bd74ec3..fbca76eae0 100644 --- a/A3A/addons/core/functions/Supports/fn_SUP_CASRoutine.sqf +++ b/A3A/addons/core/functions/Supports/fn_SUP_CASRoutine.sqf @@ -38,7 +38,7 @@ _group setBehaviourStrong "CARELESS"; _plane addEventHandler ["Killed", { params ["_plane"]; - ["TaskSucceeded", ["", "CAS Plane Destroyed"]] remoteExec ["BIS_fnc_showNotification", teamPlayer]; //TODO: Localize + ["TaskSucceeded", ["", localize "STR_A3A_fn_supports_CASDown"]] remoteExec ["BIS_fnc_showNotification", teamPlayer]; }]; // should we be passing the timeout around here? Or have separate timeouts for bomb & CAS? diff --git a/A3A/addons/core/functions/Supports/fn_SUP_airstrikeRoutine.sqf b/A3A/addons/core/functions/Supports/fn_SUP_airstrikeRoutine.sqf index 457c017a0d..41e5755463 100644 --- a/A3A/addons/core/functions/Supports/fn_SUP_airstrikeRoutine.sqf +++ b/A3A/addons/core/functions/Supports/fn_SUP_airstrikeRoutine.sqf @@ -42,7 +42,7 @@ _group deleteGroupWhenEmpty true; // Should we really have these? _plane addEventHandler ["Killed", { params ["_plane"]; - ["TaskSucceeded", ["", "Airstrike Vessel Destroyed"]] remoteExec ["BIS_fnc_showNotification", teamPlayer]; //TODO: Localize + ["TaskSucceeded", ["", localize "STR_A3A_fn_supports_airStrikeVesselDown"]] remoteExec ["BIS_fnc_showNotification", teamPlayer]; }]; //["_reveal", "_position", "_side", "_supportType", "_markerType", "_markerLifeTime"] @@ -57,7 +57,7 @@ if (_bombType == "HE") then {_bombCount = _bombCount * 2}; private _bombParams = [_plane, _bombType, _bombCount, 200]; private _flightSpeed = ["LIMITED", "NORMAL", "FULL"] select (round random [1, _aggroValue / 50, 0]); if (_isHelicopter) then {_flightSpeed = "FULL"}; -Info_3("Airstrike %1 will be carried out with %2 bombs at %3 speed", _supportName, _bombCount, toLower _flightSpeed); +Info_5("Airstrike %1 against %2 with %3 %4 bombs at %5 speed", _supportName, _targetPos, _bombCount, _bombType, toLower _flightSpeed); _plane flyInHeight 150; private _minAltASL = (ATLToASL [_targetPos select 0, _targetPos select 1, 0])#2 +150; diff --git a/A3A/addons/core/functions/Supports/fn_SUP_orbitalStrikeRoutine.sqf b/A3A/addons/core/functions/Supports/fn_SUP_orbitalStrikeRoutine.sqf index c6d79b1001..4e08f286c5 100644 --- a/A3A/addons/core/functions/Supports/fn_SUP_orbitalStrikeRoutine.sqf +++ b/A3A/addons/core/functions/Supports/fn_SUP_orbitalStrikeRoutine.sqf @@ -121,7 +121,7 @@ deleteVehicle _strikeObject; private _citiesInRange = (citiesX - destroyedSites) select {((getMarkerPos _x) distance2D _impactPosition) < 200}; { - ["TaskFailed", ["", format ["%1 destroyed", [_x] call A3A_fnc_localizar]]] remoteExec ["BIS_fnc_showNotification",teamPlayer]; + ["TaskFailed", ["", format [localize "STR_A3A_fn_supports_cityDestroyed", [_x] call A3A_fnc_localizar]]] remoteExec ["BIS_fnc_showNotification",teamPlayer]; destroyedSites = destroyedSites + [_x]; publicVariable "destroyedSites"; sidesX setVariable [_x, Invaders, true]; @@ -130,3 +130,5 @@ private _citiesInRange = (citiesX - destroyedSites) select {((getMarkerPos _x) d sleep 10; } forEach _citiesInRange; +if (_citiesInRange isNotEqualTo []) then {[] spawn A3A_fnc_checkCampaignEnd;}; // If a town is destroyed, check for loss + diff --git a/A3A/addons/core/functions/Supports/fn_showInterceptedSetupCall.sqf b/A3A/addons/core/functions/Supports/fn_showInterceptedSetupCall.sqf index 9357b0e53d..fdc0a1efe1 100644 --- a/A3A/addons/core/functions/Supports/fn_showInterceptedSetupCall.sqf +++ b/A3A/addons/core/functions/Supports/fn_showInterceptedSetupCall.sqf @@ -30,7 +30,7 @@ private _sideName = Faction(_side) get "name"; if (_reveal <= 0.5) then { //Side and setup is revealed - _text = format ["%1 is setting up an unknown support", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_unknown", _sideName]; } else { @@ -38,67 +38,67 @@ else { case ("MAJORATTACK"): { - _text = format ["%1 just sent a major attack wave", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_MAJORATTACK", _sideName]; }; case ("COUNTERATTACK"): { - _text = format ["%1 just sent a counterattack force", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_COUNTERATTACK", _sideName]; }; case ("QRFAIR"): { - _text = format ["%1 just sent an airborne QRF", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_QRFAIR", _sideName]; }; case ("QRFLAND"): { - _text = format ["%1 just sent a land QRF", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_QRFLAND", _sideName]; }; case ("AIRSTRIKE"): { - _text = format ["%1 is preparing an airstrike", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_AIRSTRIKE", _sideName]; }; case ("MORTAR"): { - _text = format ["%1 is setting up a mortar position", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_MORTAR", _sideName]; }; case ("ARTILLERY"): { - _text = format ["%1 is preparing an artillery position", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_ARTILLERY", _sideName]; }; case ("ORBITALSTRIKE"): { - _text = format ["A %1 satellite is preparing an orbital strike", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_ORBITALSTRIKE", _sideName]; }; case ("CRUISEMISSILE"): { - _text = format ["A %1 cruiser is readying a cruise missile", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_CRUISEMISSILE", _sideName]; }; case ("SAM"): { - _text = format ["%1 is setting up a SAM launcher", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_SAM", _sideName]; }; case ("CARPETBOMBS"): { - _text = format ["A %1 heavy bomber is on the way", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_CARPETBOMBS", _sideName]; }; case ("ASF"): { - _text = format ["%1 is readying an air superiority fighter", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_ASF", _sideName]; }; case ("CAS"): { - _text = format ["%1 is readying a CAS bomber", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_CAS", _sideName]; }; case ("GUNSHIP"): { - _text = format ["%1 is loading up a heavy gunship", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_GUNSHIP", _sideName]; }; case ("UAV"): { - _text = format ["%1 is sending a spotting UAV", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_UAV", _sideName]; }; default { - _text = format ["%1 is setting up %2 support", _sideName, _supportType]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntStpCll_default", _sideName, _supportType]; }; }; }; @@ -111,11 +111,11 @@ if(_reveal >= 0.8) then { if(toupper _supportType in ["QRFLAND", "QRFAIR", "COUNTERATTACK", "MAJORATTACK"]) then { - _text = format ["%1. Estimated arrival in %2 minutes", _text, _timeStr]; //TODO: Localize + _text = [_text,format[localize "STR_A3A_fn_support_showIntStpCll_arrivalTime",_timeStr]] joinString " "; } else { - _text = format ["%1. Estimated setup: %2 minutes", _text, _timeStr]; //TODO: Localize + _text = [_text,format[localize "STR_A3A_fn_support_showIntStpCll_setupTime",_timeStr]] joinString " "; }; }; diff --git a/A3A/addons/core/functions/Supports/fn_showInterceptedSupportCall.sqf b/A3A/addons/core/functions/Supports/fn_showInterceptedSupportCall.sqf index 035a5ca355..7d5f64c1f0 100644 --- a/A3A/addons/core/functions/Supports/fn_showInterceptedSupportCall.sqf +++ b/A3A/addons/core/functions/Supports/fn_showInterceptedSupportCall.sqf @@ -29,7 +29,7 @@ private _sideName = if(_side == Occupants) then {FactionGet(occ,"name")} else {F if (_reveal <= 0.5) then { //Side and call is reveal - _text = format ["%1 is executing an unknown support now", _sideName]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_execute", _sideName]; } else { @@ -37,74 +37,74 @@ else { case ("QRFLAND"): { - _text = format ["A %1 land QRF just arrived", _sideName]; //TODO: Localize - _markerText = "Land QRF"; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_QRFLANDLONG", _sideName]; + _markerText = localize "STR_A3A_fn_support_showIntSPTCll_QRFLANDTITLE"; }; case ("QRFAIR"): { - _text = format ["A %1 air QRF just arrived", _sideName]; //TODO: Localize - _markerText = "Air QRF"; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_QRFAIRLONG", _sideName]; + _markerText = localize "STR_A3A_fn_support_showIntSPTCll_QRFAIRTITLE"; }; case ("AIRSTRIKE"): { - _text = format ["%1 is about to execute an airstrike", _sideName]; //TODO: Localize - _markerText = "Airstrike"; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_AIRSTRIKELONG", _sideName]; + _markerText = localize "STR_A3A_fn_support_showIntSPTCll_AIRSTRIKETITLE"; }; case ("ARTILLERY"): { - _text = format ["A %1 artillery piece has opened fire", _sideName]; //TODO: Localize - _markerText = "Artillery strike"; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_ARTILLERYLONG", _sideName]; + _markerText = localize "STR_A3A_fn_support_showIntSPTCll_ARTILLERYTITLE"; }; case ("MORTAR"): { - _text = format ["A %1 mortar has opened fire", _sideName]; //TODO: Localize - _markerText = "Mortar strike"; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_MORTARLONG", _sideName]; + _markerText = localize "STR_A3A_fn_support_showIntSPTCll_MORTARTITLE"; }; case ("ORBITALSTRIKE"): { - _text = format ["A %1 satellite has fired the orbital strike", _sideName]; //TODO: Localize - _markerText = "Orbital strike"; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_ORBITALSTRIKELONG", _sideName]; + _markerText = localize "STR_A3A_fn_support_showIntSPTCll_ORBITALSTRIKETITLE"; }; case ("CRUISEMISSILE"): { - _text = format ["%1 cruise missile launched", _sideName]; //TODO: Localize - _markerText = "Cruise missile"; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_CRUISEMISSILELONG", _sideName]; + _markerText = localize "STR_A3A_fn_support_showIntSPTCll_CRUISEMISSILETITLE"; }; case ("SAM"): { - _text = format ["%1 SAM launcher is acquiring a target", _sideName]; //TODO: Localize - _markerText = "SAM target"; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_SAMLONG", _sideName]; + _markerText = localize "STR_A3A_fn_support_showIntSPTCll_SAMTITLE"; }; case ("CARPETBOMBS"): { - _text = format ["%1 bomber is carrying out a carpet bombing", _sideName]; //TODO: Localize - _markerText = "Carpet bombing"; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_CARPETBOMBSLONG", _sideName]; + _markerText = localize "STR_A3A_fn_support_showIntSPTCll_CARPETBOMBSTITLE"; }; case ("ASF"): { - _text = format ["%1 fighter started chasing a target", _sideName]; //TODO: Localize - _markerText = "Air superiority target"; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_ASFLONG", _sideName]; + _markerText = localize "STR_A3A_fn_support_showIntSPTCll_ASFTITLE"; }; case ("CAS"): { - _text = format ["A %1 CAS bomber is acquiring a target", _sideName]; //TODO: Localize - _markerText = "CAS target"; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_CASLONG", _sideName]; + _markerText = localize "STR_A3A_fn_support_showIntSPTCll_CASTITLE"; }; case ("GUNSHIP"): { - _text = format ["A %1 heavy gunship started circling the area", _sideName]; //TODO: Localize - _markerText = "Gunship"; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_GUNSHIPLONG", _sideName]; + _markerText = localize "STR_A3A_fn_support_showIntSPTCll_GUNSHIPTITLE"; }; default { - _text = format ["%1 is executing %2 support now", _sideName, _supportType]; //TODO: Localize - _markerText = format ["%1 support", _supportType]; //TODO: Localize + _text = format [localize "STR_A3A_fn_support_showIntSPTCll_UNKNOWNLONG", _sideName, _supportType]; + _markerText = format [localize "STR_A3A_fn_support_showIntSPTCll_UNKNOWNTITLE", _supportType]; }; }; if(_reveal < 0.8) exitWith {}; - _text = format ["%1. Target marked on map!", _text]; //TODO: Localize + _text = [_text,localize "STR_A3A_fn_support_showIntSPTCll_TARGET"] joinString " "; private _targetMarker = format ["%1_target_%2", _supportType, A3A_supportMarkerCount]; private _textMarker = format ["%1_text_%2", _supportType, A3A_supportMarkerCount]; A3A_supportMarkerCount = A3A_supportMarkerCount + 1; diff --git a/A3A/addons/core/functions/Undercover/fn_goUndercover.sqf b/A3A/addons/core/functions/Undercover/fn_goUndercover.sqf index 7cbd5abe50..21fdafedc7 100644 --- a/A3A/addons/core/functions/Undercover/fn_goUndercover.sqf +++ b/A3A/addons/core/functions/Undercover/fn_goUndercover.sqf @@ -34,6 +34,8 @@ Example: */ #include "..\..\script_component.hpp" FIX_LINE_NUMBERS() +private _layer = ["A3A_infoCenter"] call BIS_fnc_rscLayer; + private _titleStr = localize "STR_A3A_fn_undercover_title"; private _result = [] call A3A_fnc_canGoUndercover; @@ -55,7 +57,7 @@ if(!(_result select 0)) exitWith }; private _layer = ["A3A_infoCenter"] call BIS_fnc_rscLayer; -["Undercover ON", 0, 0, 4, 0, 0, _layer] spawn bis_fnc_dynamicText; +[localize "STR_A3A_fn_undercover_goUn_on", 0, 0, 4, 0, 0, _layer] spawn bis_fnc_dynamicText; player setCaptive true; [] spawn A3A_fnc_statistics; @@ -212,8 +214,8 @@ if !(isNull (objectParent player)) then } forEach((assignedCargo(vehicle player)) + (crew(vehicle player)) - [player]); }; -private _layer = ["A3A_infoCenter"] call BIS_fnc_rscLayer; -["Undercover OFF", 0, 0, 4, 0, 0, _layer] spawn bis_fnc_dynamicText; +[localize "STR_A3A_fn_undercover_goUn_off", 0, 0, 4, 0, 0, _layer] spawn bis_fnc_dynamicText; + [] spawn A3A_fnc_statistics; switch (_reason) do diff --git a/A3A/addons/core/functions/UtilityItems/fn_buyItem.sqf b/A3A/addons/core/functions/UtilityItems/fn_buyItem.sqf index c757c90af4..0f13d72eb7 100644 --- a/A3A/addons/core/functions/UtilityItems/fn_buyItem.sqf +++ b/A3A/addons/core/functions/UtilityItems/fn_buyItem.sqf @@ -17,6 +17,7 @@ Example: FIX_LINE_NUMBERS() params ["_unit", "_itemClass"]; +private _titleStr = localize "STR_A3A_Utility_Items_Purchase_Title"; if (isNull _unit) exitwith { Error("Unit is null") }; if (!isClass (configFile/"CfgVehicles"/_itemClass)) exitwith { Error_1("Class %1 does not exist", _itemClass) }; @@ -27,7 +28,7 @@ private _fnc_placed = { if (isNull _item) exitWith {}; // placement cancelled if ((_unit == theBoss && server getVariable ["resourcesFIA", 0] < _price) || (_unit != theBoss && _unit getVariable ["moneyX", 0] < _price)) exitWith { - [localize "STR_A3A_Utility_Items_Purchase_Title", localize "STR_A3A_Utility_Items_Insufficient_Funds"] call A3A_fnc_customHint; + [_titleStr, localize "STR_A3A_Utility_Items_Insufficient_Funds"] call A3A_fnc_customHint; deleteVehicle _item; }; @@ -46,7 +47,7 @@ private _fnc_placed = { private _lastItemPurchase = _unit getVariable ["A3A_spawnItem_cooldown", 0]; if (_lastItemPurchase > time) exitwith { - [localize "STR_A3A_Utility_Items_Purchase_Title", format [localize "STR_A3A_Utility_Items_Last_Time_Purchase", ceil (_lastItemPurchase - time)]] call A3A_fnc_customHint; + [_titleStr, format [localize "STR_A3A_Utility_Items_Last_Time_Purchase", ceil (_lastItemPurchase - time)]] call A3A_fnc_customHint; }; if (("cmmdr" in _flags) && player isNotEqualTo theBoss) exitwith { @@ -54,7 +55,7 @@ if (("cmmdr" in _flags) && player isNotEqualTo theBoss) exitwith { }; if ((_unit == theBoss && server getVariable ["resourcesFIA", 0] < _price) || (_unit != theBoss && _unit getVariable ["moneyX", 0] < _price)) exitWith { - [localize "STR_A3A_Utility_Items_Purchase_Title", localize "STR_A3A_Utility_Items_Insufficient_Funds"] call A3A_fnc_customHint; + [_titleStr, localize "STR_A3A_Utility_Items_Insufficient_Funds"] call A3A_fnc_customHint; }; // Simple random placement diff --git a/A3A/addons/core/functions/UtilityItems/fn_initObjectRemote.sqf b/A3A/addons/core/functions/UtilityItems/fn_initObjectRemote.sqf index 1adb0351f6..f0a32b7b53 100644 --- a/A3A/addons/core/functions/UtilityItems/fn_initObjectRemote.sqf +++ b/A3A/addons/core/functions/UtilityItems/fn_initObjectRemote.sqf @@ -66,6 +66,15 @@ if ("build" in _flags) then { ]; }; +// building placer box with huge crap +if ("hugebuild" in _flags) then { + if(A3A_hasACE) then + { + [_object, 4] call ace_cargo_fnc_setSize; + }; + // TODO: find a good way to calculate a new mass for these objects. +}; + // packable object if ("pack" in _flags) then { _object addAction [ diff --git a/A3A/addons/core/functions/init/fn_checkCampaignEnd.sqf b/A3A/addons/core/functions/init/fn_checkCampaignEnd.sqf new file mode 100644 index 0000000000..f885f8f7f6 --- /dev/null +++ b/A3A/addons/core/functions/init/fn_checkCampaignEnd.sqf @@ -0,0 +1,54 @@ +/* +Author: [Tiny] + Checks current server variables to see if a win or loss is in order, and executes immediately. + If future changes are made to the win/loss routine, they should be done here. + This check is run in four places: + invaderPunish (to check for loss when a town is destroyed) + markerChange (to check for win on airbase capture) + SUP_orbitalStrikeRoutine (in the edge case a town gets destroyed by the funny laser) + resourceCheck (if either previous check messes up, or in the edge case that 50% support is achieved after all airbases) + +Arguments: None + +Enviromemnt: Scheduled + +Return Value: None + +Scope: Server + +Example: + [] spawn A3A_fnc_checkCampaignEnd; +*/ +#include "..\..\script_component.hpp" +FIX_LINE_NUMBERS() + +private _popReb = 0; +private _popGov = 0; +private _popKilled = 0; +private _popTotal = 0; + +{ + private _city = _x; + private _cityData = server getVariable _city; + _cityData params ["_numCiv", "_numVeh", "_supportGov", "_supportReb"]; + _popTotal = _popTotal + _numCiv; + if (_city in destroyedSites) then { _popKilled = _popKilled + _numCiv} else + { + _popReb = _popReb + (_numCiv * (_supportReb / 100)); + _popGov = _popGov + (_numCiv * (_supportGov / 100)); // support only matters if the city isn't destroyed + }; +} forEach citiesX; + +_popReport = format["Total Pop: %1, Dead Pop: %2, Rebel Support: %3, Gov Support: %4", _popTotal, _popKilled, _popReb, _popGov]; +Info(_popReport); + +sleep 5; //This lets players have a few seconds after an event before the win/loss screen shows + +if (_popKilled > (_popTotal / 3)) then { + isNil { ["ended", true] call A3A_fnc_writebackSaveVar }; + ["destroyedSites",false,true] remoteExec ["BIS_fnc_endMission"]; +}; +if ((_popReb > _popGov) and ({sidesX getVariable [_x,sideUnknown] == teamPlayer} count airportsX == count airportsX)) then { + isNil { ["ended", true] call A3A_fnc_writebackSaveVar }; + ["end1",true,true,true,true] remoteExec ["BIS_fnc_endMission",0]; +}; \ No newline at end of file diff --git a/A3A/addons/core/functions/init/fn_initBases.sqf b/A3A/addons/core/functions/init/fn_initBases.sqf index a95228b98b..2603e4e115 100644 --- a/A3A/addons/core/functions/init/fn_initBases.sqf +++ b/A3A/addons/core/functions/init/fn_initBases.sqf @@ -48,10 +48,10 @@ private _controlsNATO = controlsX - _controlsCSAT; private _roadblockPositions = controlsX apply { markerPos _x }; -[_mrkCSAT, airportsX, "flag_NATO", "%1 Airbase", true] call _fnc_initMarkerList; -[_mrkCSAT, resourcesX, "loc_rock", "Resources"] call _fnc_initMarkerList; -[_mrkCSAT, factories, "u_installation", "Factory"] call _fnc_initMarkerList; -[_mrkCSAT, outposts, "loc_bunker", "%1 Outpost", true] call _fnc_initMarkerList; -[_mrkCSAT, seaports, "b_naval", "Sea Port"] call _fnc_initMarkerList; +[_mrkCSAT, airportsX, "flag_NATO", localize "STR_A3A_fn_init_initBases_airbase", true] call _fnc_initMarkerList; +[_mrkCSAT, resourcesX, "loc_rock", localize "STR_A3A_fn_init_initBases_resources"] call _fnc_initMarkerList; +[_mrkCSAT, factories, "u_installation", localize "STR_A3A_fn_init_initBases_factory"] call _fnc_initMarkerList; +[_mrkCSAT, outposts, "loc_bunker", localize "STR_A3A_fn_init_initBases_outpost", true] call _fnc_initMarkerList; +[_mrkCSAT, seaports, "b_naval", localize "STR_A3A_fn_init_initBases_seaPort"] call _fnc_initMarkerList; Info("InitBases completed"); diff --git a/A3A/addons/core/functions/init/fn_initClient.sqf b/A3A/addons/core/functions/init/fn_initClient.sqf index 4f4dcc96a1..ff3f8f3e2d 100644 --- a/A3A/addons/core/functions/init/fn_initClient.sqf +++ b/A3A/addons/core/functions/init/fn_initClient.sqf @@ -267,9 +267,7 @@ player addEventHandler ["WeaponDisassembled", { }]; player addEventHandler ["GetInMan", { - private ["_unit","_veh"]; - _unit = _this select 0; - _veh = _this select 2; + params ["_unit", "_role", "_veh", "_turret"]; _exit = false; if !([player] call A3A_fnc_isMember) then { if (!isNil {_veh getVariable "A3A_locked"}) then { @@ -287,9 +285,21 @@ player addEventHandler ["GetInMan", { [] spawn A3A_fnc_goUndercover; }; }; + if (_veh isKindOf "Air") then { + Debug_2("Installing airspace control for player %1, vehicle %2", _unit, typeof _veh); + private _handle = [_unit, _veh] spawn A3A_fnc_airspaceControl; + _unit setVariable ["airspaceControlHandle", _handle]; + }; }; }]; +player addEventHandler ["GetOutMan", { + params ["_unit", "_role", "_veh", "_turret"]; + Debug_2("Terminating airspace control for player %1, vehicle %2", _unit, typeof _veh); + private _handle = _unit getVariable ["airspaceControlHandle", scriptNull]; + if (!isNull _handle) then { terminate _handle }; +}]; + // Prevent players getting shot by their own AIs. EH is respawn-persistent player addEventHandler ["HandleRating", {0}]; @@ -379,7 +389,7 @@ vehicleBox addAction [localize "STR_A3A_fn_init_initclient_addact_arsenal", JN_f vehicleBox addAction [localize "STR_A3A_fn_init_initclient_addact_buyveh", { if ([getPosATL player] call A3A_fnc_enemyNearCheck) then { - [localize "STR_A3A_fn_init_initclient_buyveh", localize "STR_A3A_fn_init_initclient_buyveh_"] call A3A_fnc_customHint; + [localize "STR_A3A_fn_init_initclient_buyveh", localize "STR_A3A_fn_init_initclient_buyveh_enemy"] call A3A_fnc_customHint; } else { createDialog "A3A_BuyVehicleDialog"; } diff --git a/A3A/addons/core/functions/init/fn_initUtilityItems.sqf b/A3A/addons/core/functions/init/fn_initUtilityItems.sqf index 401060127d..e145f0b310 100644 --- a/A3A/addons/core/functions/init/fn_initUtilityItems.sqf +++ b/A3A/addons/core/functions/init/fn_initUtilityItems.sqf @@ -29,8 +29,11 @@ private _items = [ [_repairStation#0, _repairStation#1, "repairstation", "repair", ["cmmdr", "place", "move", "rotate", "pack", "save"]], [FactionGet(reb,"vehicleLightSource"), 25, "light", "", ["move"]], // note: If we do want this saved, need to switch saveLoop to nearObjects ["Land_PlasticCase_01_medium_F", 100, "buildboxsmall", "", ["place", "move", "build"]], - ["Land_PlasticCase_01_large_F", 500, "buildboxlarge", "", ["place", "move", "build"]] - // TODO: get larger box from somewhere + ["Land_PlasticCase_01_large_F", 500, "buildboxmedium", "", ["place", "move", "build"]], + ["Land_WoodenCrate_01_F", 1500, "buildboxlarge", "", ["place", "move", "build"]] +// ["Land_WoodenCrate_01_stack_x5_F", 5000, "buildboxcolossal", "", ["place", "build", "hugebuild"]], +// ["Land_Cargo10_cyan_F", 10000, "buildboxenormous", "", ["place", "build", "hugebuild"]] + ]; if (LootToCrateRadius == 0) then { _items deleteAt 0 }; diff --git a/A3A/addons/core/functions/init/fn_resourcecheck.sqf b/A3A/addons/core/functions/init/fn_resourcecheck.sqf index 8fbbd81334..474786180f 100644 --- a/A3A/addons/core/functions/init/fn_resourcecheck.sqf +++ b/A3A/addons/core/functions/init/fn_resourcecheck.sqf @@ -60,7 +60,7 @@ while {true} do // revuelta civil!! if ((_supportGov < _supportReb) and (sidesX getVariable [_city,sideUnknown] == Occupants)) then { - ["TaskSucceeded", ["", format ["%1 joined %2",_city,FactionGet(reb,"name")]]] remoteExec ["BIS_fnc_showNotification",teamPlayer]; + ["TaskSucceeded", ["", format [localize "STR_A3A_fn_init_resourceCheck_cityChange",_city,FactionGet(reb,"name")]]] remoteExec ["BIS_fnc_showNotification",teamPlayer]; sidesX setVariable [_city,teamPlayer,true]; [Occupants, 10, 60] remoteExec ["A3A_fnc_addAggression",2]; garrison setVariable [_city,[],true]; @@ -71,7 +71,7 @@ while {true} do }; if ((_supportGov > _supportReb) and (sidesX getVariable [_city,sideUnknown] == teamPlayer)) then { - ["TaskFailed", ["", format ["%1 joined %2",_city,FactionGet(occ,"name")]]] remoteExec ["BIS_fnc_showNotification",teamPlayer]; + ["TaskFailed", ["", format [localize "STR_A3A_fn_init_resourceCheck_cityChange",_city,FactionGet(occ,"name")]]] remoteExec ["BIS_fnc_showNotification",teamPlayer]; sidesX setVariable [_city,Occupants,true]; [Occupants, -10, 45] remoteExec ["A3A_fnc_addAggression",2]; garrison setVariable [_city,[],true]; @@ -80,16 +80,7 @@ while {true} do [] call A3A_fnc_tierCheck; }; } forEach citiesX; - - if (_popKilled > (_popTotal / 3)) then { - isNil { ["ended", true] call A3A_fnc_writebackSaveVar }; - ["destroyedSites",false,true] remoteExec ["BIS_fnc_endMission"]; - }; - if ((_popReb > _popGov) and ({sidesX getVariable [_x,sideUnknown] == teamPlayer} count airportsX == count airportsX)) then { - isNil { ["ended", true] call A3A_fnc_writebackSaveVar }; - ["end1",true,true,true,true] remoteExec ["BIS_fnc_endMission",0]; - }; - + [] spawn A3A_fnc_checkCampaignEnd; // check for population win { if ((sidesX getVariable [_x,sideUnknown] == teamPlayer) and !(_x in destroyedSites)) then { @@ -115,10 +106,9 @@ while {true} do private _arsenalTab = _class call jn_fnc_arsenal_itemType; [_arsenalTab, _class, _count] call jn_fnc_arsenal_addItem; } forEach (A3A_faction_reb get "initialRebelEquipment"); - - private _textX = format ["Taxes Income.

Manpower: +%1
Money: +%2 €", _hrAdd, _resAdd]; + private _textX = format ["" + (localize "STR_A3A_fn_init_resourceCheck_income"), _hrAdd, _resAdd]; private _textArsenal = [] call A3A_fnc_arsenalManage; - if (_textArsenal != "") then {_textX = format ["%1
Arsenal Updated

%2", _textX, _textArsenal]}; + if (_textArsenal != "") then {_textX = format ["%1
" + localize "STR_A3A_fn_init_resourceCheck_arsenal" + "

%2", _textX, _textArsenal]}; [petros, "taxRep", _textX] remoteExec ["A3A_fnc_commsMP", [teamPlayer, civilian]]; [] call A3A_fnc_generateRebelGear; @@ -192,7 +182,7 @@ while {true} do _changingX = true; destroyedSites = destroyedSites - [_x]; _nameX = [_x] call A3A_fnc_localizar; - ["TaskSucceeded", ["", format ["%1 Rebuilt",_nameX]]] remoteExec ["BIS_fnc_showNotification",[teamPlayer,civilian]]; + ["TaskSucceeded", ["", format [localize "STR_A3A_fn_base_rebasset_done_1",_nameX]]] remoteExec ["BIS_fnc_showNotification",[teamPlayer,civilian]]; sleep 2; }; } forEach ((destroyedSites - citiesX) select {sidesX getVariable [_x,sideUnknown] != teamPlayer}); diff --git a/A3A/addons/garage/Core/fn_getCatIndex.sqf b/A3A/addons/garage/Core/fn_getCatIndex.sqf index f3b11512a7..27caa76d21 100644 --- a/A3A/addons/garage/Core/fn_getCatIndex.sqf +++ b/A3A/addons/garage/Core/fn_getCatIndex.sqf @@ -7,7 +7,7 @@ 0. Class you want to know the category index of Return Value: - category index or -1 if it has no category + category index; -1 if it has no category, and -2 if it is found on the blacklist. Used for deleting the vehicle after being found on the blacklist. Scope: Any Environment: unscheduled @@ -25,6 +25,8 @@ if ( !isClass (configFile >> "CfgVehicles" >> _class) ) exitWith { Error_1("Inva private _editorCat = cfgEditorCat(_class); switch (true) do { + //filter blacklist first + case (_class in HR_GRG_blacklistVehicles): { -2 }; //vanilla case (_editorCat isEqualTo "EdSubcat_Cars"): { 0 }; case (_editorCat in ["EdSubcat_Tanks","EdSubcat_APCs","EdSubcat_AAs","EdSubcat_Artillery"]): { 1 }; diff --git a/A3A/addons/garage/Core/fn_onLoad.sqf b/A3A/addons/garage/Core/fn_onLoad.sqf index 8382bfc6fd..444053175c 100644 --- a/A3A/addons/garage/Core/fn_onLoad.sqf +++ b/A3A/addons/garage/Core/fn_onLoad.sqf @@ -98,13 +98,6 @@ HR_GRG_Cats = [HR_GRG_IDC_CatCar,HR_GRG_IDC_CatArmored,HR_GRG_IDC_CatAir,HR_GRG_ } forEach HR_GRG_Cats; [0] call HR_GRG_fnc_switchCategory; -if !(call HR_GRG_Cnd_canAccessAir) then { - private _airBttn = _disp displayCtrl HR_GRG_IDC_BttnAir; - _airBttn ctrlEnable false; - _airBttn ctrlSetTextColor [0.7,0,0,1]; - _airBttn ctrlSetTooltip localize "STR_HR_GRG_Generic_AirDisabled"; -}; - //extras list init if ( !HR_GRG_Pylons_Enabled //Pylon editing disabled diff --git a/A3A/addons/garage/Core/fn_switchCategory.sqf b/A3A/addons/garage/Core/fn_switchCategory.sqf index e91400c4f6..26ecd20d6a 100644 --- a/A3A/addons/garage/Core/fn_switchCategory.sqf +++ b/A3A/addons/garage/Core/fn_switchCategory.sqf @@ -54,3 +54,5 @@ private _text = switch _index do { }; _textCtrl = _disp displayCtrl HR_GRG_IDC_CatText; _textCtrl ctrlSetStructuredText text _text; + +[true] spawn HR_GRG_fnc_toggleConfirmBttn; diff --git a/A3A/addons/garage/Core/fn_toggleConfirmBttn.sqf b/A3A/addons/garage/Core/fn_toggleConfirmBttn.sqf index 157a484e56..a6231daf50 100644 --- a/A3A/addons/garage/Core/fn_toggleConfirmBttn.sqf +++ b/A3A/addons/garage/Core/fn_toggleConfirmBttn.sqf @@ -26,5 +26,14 @@ private _disp = findDisplay HR_GRG_IDD_Garage; private _ctrlCnfrm = _disp displayCtrl HR_GRG_IDC_Confirm; private _ctrlLock = _disp displayCtrl HR_GRG_IDC_tLock; -_ctrlCnfrm ctrlEnable _enable; _ctrlLock ctrlEnable _enable; +// first checks if the currently selected vehicle or category is air; then, checks if air is accessible, and toggles the button accordingly +if (((HR_GRG_Cats findIf {ctrlShown _x} == 2) || (HR_GRG_SelectedVehicles#0 == 2)) && {!(call HR_GRG_Cnd_canAccessAir)}) then { + _ctrlCnfrm ctrlEnable false; + _ctrlCnfrm ctrlSetTextColor [0.7,0,0,1]; + _ctrlCnfrm ctrlSetTooltip localize "STR_HR_GRG_Generic_AirDisabled"; +} else { + _ctrlCnfrm ctrlEnable _enable; + _ctrlCnfrm ctrlSetTextColor [1,1,1,1]; + _ctrlCnfrm ctrlSetTooltip ""; +}; diff --git a/A3A/addons/garage/Public/config.inc b/A3A/addons/garage/Public/config.inc index 5f2253a7cb..40d6187432 100644 --- a/A3A/addons/garage/Public/config.inc +++ b/A3A/addons/garage/Public/config.inc @@ -69,6 +69,9 @@ HR_GRG_blackListCamo = ["IDAP", "African Desert Extremists", "African Desert Ext "Middle East Extremists 01", "Middle East Extremists 02", "Middle East Extremists 03", "Middle East Extremists 04", "Middle East Extremists 05", "Middle East Extremists 06"]; //proxies"Middle East Extremists 01" +// Banned vehicles. These will be deleted instead of being added to the garage. Internal name, case sensitive +HR_GRG_blacklistVehicles = ["rhs_rhino_trigger","ACE_I_SpottingScope","ACE_O_SpottingScope","ACE_O_T_SpottingScope","ACE_B_SpottingScope","ACE_B_T_SpottingScope","ACE_SpottingScopeObject"]; + HR_GRG_fnc_Hint = { params ["_key", ["_arguments", []]]; ["Garage", @@ -93,40 +96,40 @@ HR_GRG_onCloseEvent = { //CBA settings if (isClass (configfile >> "CBA_Extended_EventHandlers")) then { - ["HR_GRG_dLock", "CHECKBOX", ["Lock on garage", "Lock vehicles when garaged"], [HR_GRG_Prefix,"Garage"], (HR_GRG_dLock isEqualTo {getPlayerUID player}), false, { - HR_GRG_dLock = [{""}, { getPlayerUID player }] select _this; //TODO: Localize + ["HR_GRG_dLock", "CHECKBOX", [localize "STR_A3A_inc_public_config_lockOnGarageTitle", localize "STR_A3A_inc_public_config_lockOnGarageLong"], [HR_GRG_Prefix,"Garage"], (HR_GRG_dLock isEqualTo {getPlayerUID player}), false, { + HR_GRG_dLock = [{""}, { getPlayerUID player }] select _this; }] call CBA_fnc_addSetting; - ["HR_GRG_LockLimit_Member", "SLIDER", ["Member lock limit", "Maximum vehicles that can be locked by a member"], [HR_GRG_Prefix,"Garage"], - [0, 10, HR_GRG_LockLimit_Member, 0], true] call CBA_fnc_addSetting; //TODO: Localize - ["HR_GRG_LockLimit_Guest", "SLIDER", ["Guest lock limit", "Maximum vehicles that can be locked by a guest"], [HR_GRG_Prefix,"Garage"], - [0, 10, HR_GRG_LockLimit_Guest, 0], true] call CBA_fnc_addSetting; //TODO: Localize + ["HR_GRG_LockLimit_Member", "SLIDER", [localize "STR_A3A_inc_public_config_memberLimitTitle", localize "STR_A3A_inc_public_config_memberLimitLong"], [HR_GRG_Prefix,"Garage"], + [0, 10, HR_GRG_LockLimit_Member, 0], true] call CBA_fnc_addSetting; + ["HR_GRG_LockLimit_Guest", "SLIDER", [localize "STR_A3A_inc_public_config_guestLimitTitle", localize "STR_A3A_inc_public_config_guestLimitLong"], [HR_GRG_Prefix,"Garage"], + [0, 10, HR_GRG_LockLimit_Guest, 0], true] call CBA_fnc_addSetting; - ["HR_GRG_Pylons_Enabled", "CHECKBOX", ["Allow pylon editing", "Allows player to configure pylons in the garage"], [HR_GRG_Prefix,"Garage"], true, true, { - HR_GRG_Pylons_Enabled = _this; //TODO: Localize + ["HR_GRG_Pylons_Enabled", "CHECKBOX", [localize "STR_A3A_inc_public_config_pylonEditingTitle", localize "STR_A3A_inc_public_config_pylonEditingLong"], [HR_GRG_Prefix,"Garage"], true, true, { + HR_GRG_Pylons_Enabled = _this; }] call CBA_fnc_addSetting; //Service disablers - ["HR_GRG_ServiceDisabled_Rearm", "CHECKBOX", ["Disable garage rearm feature", "Prevent vehicles from being rearmed on ungarage"], [HR_GRG_Prefix,"Garage"], false, true, { - HR_GRG_ServiceDisabled_Rearm = _this; //TODO: Localize + ["HR_GRG_ServiceDisabled_Rearm", "CHECKBOX", [localize "STR_A3A_inc_public_config_disableRearmTitle", localize "STR_A3A_inc_public_config_disableRearmLong"], [HR_GRG_Prefix,"Garage"], false, true, { + HR_GRG_ServiceDisabled_Rearm = _this; }] call CBA_fnc_addSetting; - ["HR_GRG_ServiceDisabled_Refuel", "CHECKBOX", ["Disable garage refuel feature", "Prevent vehicles from being refueled on ungarage"], [HR_GRG_Prefix,"Garage"], false, true, { - HR_GRG_ServiceDisabled_Refuel = _this; //TODO: Localize + ["HR_GRG_ServiceDisabled_Refuel", "CHECKBOX", [localize "STR_A3A_inc_public_config_disableRefuelTitle", localize "STR_A3A_inc_public_config_disableRefuelLong"], [HR_GRG_Prefix,"Garage"], false, true, { + HR_GRG_ServiceDisabled_Refuel = _this; }] call CBA_fnc_addSetting; - ["HR_GRG_ServiceDisabled_Repair", "CHECKBOX", ["Disable garage repair feature", "Prevent vehicles from being repaired on ungarage"], [HR_GRG_Prefix,"Garage"], false, true, { - HR_GRG_ServiceDisabled_Repair = _this; //TODO: Localize + ["HR_GRG_ServiceDisabled_Repair", "CHECKBOX", [localize "STR_A3A_inc_public_config_disableRepairTitle", localize "STR_A3A_inc_public_config_disableRepairLong"], [HR_GRG_Prefix,"Garage"], false, true, { + HR_GRG_ServiceDisabled_Repair = _this; }] call CBA_fnc_addSetting; - ["HR_GRG_PoolBase", "SLIDER", ["Base Capacity", "Garage base capacity"], [HR_GRG_Prefix,"Garage"], [0, 50, HR_GRG_PoolBase, 0], true, { - HR_GRG_PoolBase = round _this; //TODO: Localize + ["HR_GRG_PoolBase", "SLIDER", [localize "STR_A3A_inc_public_config_baseCapTitle", localize "STR_A3A_inc_public_config_baseCapLong"], [HR_GRG_Prefix,"Garage"], [0, 50, HR_GRG_PoolBase, 0], true, { + HR_GRG_PoolBase = round _this; }] call CBA_fnc_addSetting; - ["HR_GRG_PoolIncr", "SLIDER", ["Capacity increase", "Capacity increase per war level"], [HR_GRG_Prefix,"Garage"], [0, 10, HR_GRG_PoolIncr, 0], true, { - HR_GRG_PoolIncr = round _this; //TODO: Localize + ["HR_GRG_PoolIncr", "SLIDER", [localize "STR_A3A_inc_public_config_capIncTitle", localize "STR_A3A_inc_public_config_capIncLong"], [HR_GRG_Prefix,"Garage"], [0, 10, HR_GRG_PoolIncr, 0], true, { + HR_GRG_PoolIncr = round _this; }] call CBA_fnc_addSetting; - ["HR_GRG_renderPlacementRays", "CHECKBOX", ["Render placement rays", "Render the debug placement rays when placing vehicles"], [HR_GRG_Prefix,"Garage"], false, false, { - HR_GRG_renderPlacementRays = _this; //TODO: Localize + ["HR_GRG_renderPlacementRays", "CHECKBOX", [localize "STR_A3A_inc_public_config_placeRaysTitle", localize "STR_A3A_inc_public_config_placeRaysLong"], [HR_GRG_Prefix,"Garage"], false, false, { + HR_GRG_renderPlacementRays = _this; }] call CBA_fnc_addSetting; }; diff --git a/A3A/addons/garage/Public/fn_addVehicle.sqf b/A3A/addons/garage/Public/fn_addVehicle.sqf index d7d32c97e8..37e2c23098 100644 --- a/A3A/addons/garage/Public/fn_addVehicle.sqf +++ b/A3A/addons/garage/Public/fn_addVehicle.sqf @@ -97,7 +97,7 @@ if (_exit) exitWith { ["STR_HR_GRG_Feedback_addVehicle_Crewed"] remoteExec ["HR_ // valid vehicle for garage private _cat = [_class] call HR_GRG_fnc_getCatIndex; -if (_cat isEqualTo -1) exitWith { ["STR_HR_GRG_Feedback_addVehicle_GenericFail"] remoteExec ["HR_GRG_fnc_Hint", _client]; false }; +if (_cat < 0) exitWith { ["STR_HR_GRG_Feedback_addVehicle_GenericFail"] remoteExec ["HR_GRG_fnc_Hint", _client]; false }; //cap block private _capacity = 0; @@ -154,6 +154,7 @@ private _addVehicle = { //check if compatible with garage private _class = typeOf _this; private _cat = [_class] call HR_GRG_fnc_getCatIndex; + if (_cat isEqualTo -2) exitWith {deleteVehicle _this;}; // deletes anything caught by the blacklist if (_cat isEqualTo -1) exitWith {}; _catsRequiringUpdate pushBackUnique _cat; diff --git a/A3A/addons/garage/Stringtable.xml b/A3A/addons/garage/Stringtable.xml index a24f2e2f85..47cc511396 100644 --- a/A3A/addons/garage/Stringtable.xml +++ b/A3A/addons/garage/Stringtable.xml @@ -607,7 +607,7 @@
Mounts - Reittier + Lafetten Ralle Montadas Montures @@ -1152,5 +1152,128 @@ 缺乏维修来源时从车库中被取出的载具不会被重新维修
+ + + Base capacity of the garage at War Level 1. + Capacité de base du garage au niveau de guerre 1. + 전쟁 레벨 1의 기본 차고 수용량입니다. + Základní kapacita garáže v úrovni války 1. + + + Base Capacity + Capacité de Base + 기본 수용량 + Pojemność bazy + Základní kapacita + + + Capacity increase per War Level for the garage. + Augmentation de la capacité du garage par niveau de guerre. + 전쟁 레벨이 오를 때마다 차고의 수용량이 증가합니다. + Zvýšení kapacity garáže dle úrovně války. + + + Capacity Increase + Augmentation de la capacité + 수용량 증가 + Zvýšení kapacity + + + Vehicles won't be rearmed when taken from the garage. + Les Véhicules ne sont pas réarmé quand ils sont pris du garage. + 차고에서 차량을 가져오면 차량이 재무장되지 않습니다. + Vozidla nebudou přezbrojena po vyndání z garáže + + + Disable garage rearm + Désactiver le réarmement depuis le garage + 차고 재무장 비활성화 + Vypnout přezbrojení vozidel v garáži + + + Vehicles won't be refueled when taken from the garage. + Les véhicules ne seront pas ravitaillés en carburant lorsqu'ils seront sortis du garage. + 차고에서 차량을 가져오면 차량이 재급유되지 않습니다. + Vozidla nebudou natankována po vyndání z garáže + + + Disable garage refuel + Désactiver le ravitaillement depuis le garage + 차고 재급유 비활성화 + Vypnout tankování vozidel v garáži + + + Vehicles won't be repaired when taken from the garage. + Les véhicules ne sont pas réparés lorsqu'ils sont retirés du garage. + 차고에서 차량을 가져오면 차량이 수리되지 않습니다. + Vozidla nebudou opraveny po vyndání z garáže + + + Disable garage repair + Désactiver la réparation depuis le garage + 차량 수리 비활성화 + Vypnout opravování vozidel v garáži + + + Maximum number of vehicles that can be locked by a guest at once. + Nombre maximum de véhicules pouvant être verrouillés simultanément par un invité. + 게스트가 한 번에 잠글 수 있는 최대 차량 수입니다. + Maximální možný počet zamčených vozidel návštěvníky + + + Guest lock limit + Limire de verrouillage pour les invités + 게스트 잠금 제한 + Limit zamčení návštěvníky + + + Lock vehicles automatically when garaged. + Verrouiller automatiquement les véhicules lorsqu'ils sont garés. + 차고로 이동하면 자동으로 차량을 잠급니다. + Automaticky uzamknout vozidla při garážování. + + + Lock garaged vehicles + Verrouiller les véhicules garés + 차고로 간 차량 잠금 + Uzamknout garážovaná vozidla + + + Maximum number of vehicles that can be locked by a member at once. + Nombre maximum de véhicules pouvant être verrouillés simultanément par un membre. + 멤버가 한 번에 잠글 수 있는 최대 차량 수입니다. + Maximální možný počet zamčených vozidel členy + + + Member lock limit + Limire de verrouillage pour les membres + 멤버 잠금 제한 + Limit uzamknutí členy + + + Debug setting: Enables the placement rays used to check for vehicle collision. + Paramètre de débogage : Active les rayons de placement utilisés pour vérifier les collisions de véhicules. + 디버그 설정: 차량 충돌을 확인하는 데 사용되는 배치선을 활성화합니다. + Nastavení ladění: Povolit zobrazení paprsků pro sledování kolizí vozidel. + + + Render placement rays + Rendu des rayons de placement + 배치선 활성화 + Zobrazit paprsky při pokládání + + + Allows pylons to be edited in the arsenal, as long as an ammo source is available. + Permet d'éditer des pylônes dans l'arsenal, à condition qu'une source de munitions soit disponible. + 탄약 공급원이 있는 한 무기고에서 무장창을 편집하는 것을 허용합니다. + Povolí úpravu pylonů v arzenáli, pokud je dostupná munice. + + + Allow pylon editing + Permettre l'édition des pylônes + 무장창 편집 허용 + Povolit úpravu pylónů + + \ No newline at end of file diff --git a/A3A/addons/gui/Stringtable.xml b/A3A/addons/gui/Stringtable.xml index 086b8b9764..e76fafdc75 100644 --- a/A3A/addons/gui/Stringtable.xml +++ b/A3A/addons/gui/Stringtable.xml @@ -130,6 +130,7 @@ SHIFT: Unsafe placement mode + UMSCHALT: Unsicherer Platzierungsmodus SHIFT: Metodo di piazzamento non sicuro SHIFT: Modo de colocación insegura SHIFT: Mode de placement non sécurisé @@ -149,6 +150,7 @@ T: Rebuild for %1 € + T: Wiederaufbau für %1 € T: Ricostruisci per %1 € T: Reconstruir por %1 € T: Reconstruire pour %1 € @@ -158,6 +160,7 @@ Teamleader Builder + Truppführer-Baukasten Costruttore Teamleader Teamleader Builder Chef d'équipe de constructeurs @@ -495,6 +498,48 @@ + + You cannot rest while our HQ is under attack. + Vous ne pouvez vous reposer alors que notre QG est attaqué. + 우리 본부가 공격받는 동안에는 쉴 수 없습니다. + Nemůžeš odpočívat když je základna pod útokem. + + + You cannot rest while enemies are near our HQ. + Vous ne pouvez vous reposer alors que des ennemis sont près de notre QG. + 적들이 우리 본부 근처에 있는 동안에는 쉴 수 없습니다. + Nemůžeš odpočívat když jsou nepřátelkské jednotky poblíž základny. + + + You cannot rest while %1 is attacking civilians. + Vous ne pouvez vous reposer alors que %1 attaque des civils. + %1 세력이 민간인을 공격하는 동안에는 쉴 수 없습니다. + Nemůžeš odpočívat když %1 útočí na civilisty. + + + Only the commander can skip time. + Seul le commandant peut passer le temps. + 지휘관만이 시간을 스킵할 수 있습니다. + Pouze velitel může přeskočit čas. + + + All players must be within 100m of the HQ marker to skip time. + Tous les joueurs doivent se trouver à moins de 100 m du marqueur du QG pour passer le temps. + 시간을 스킵하려면 모든 플레이어가 본부 마커로부터 100m 이내에 있어야 합니다. + Všichni hráči musí být v okruhu méně než 100m od základny, aby se mohl přeskočit čas. + + + You cannot rest while the enemy is launching a major attack. + Vous ne pouvez vous reposer alors que l'ennemi déclenche une attaque majeur. + 적이 대규모 공격을 가하는 동안에는 쉴 수 없습니다. + Nemůžeš odpočívat když nepřítel zahajuje velký útok. + + + Skip Time / Rest + Passer le Temps / Repos + 시간 스킵 / 휴식 + Přeskočit čas / Odpočívat + Aggression: Agression: @@ -767,6 +812,7 @@ Rest + Ausruhen Riposa Descansar Se reposer @@ -780,7 +826,8 @@ Rest & Environment - Riposa & Ambiente + Ausruhen & Umwelt + Riposo & Ambiente Descanso & Ambiente Se reposer & Environnement 휴식 & 환경 @@ -1005,6 +1052,7 @@ Rebuild Assets + Anlagen wiederaufbauen Ricostruisci Risorse Reconstruir Objetos Rebâtir des biens @@ -1292,6 +1340,7 @@ Commit + Speichern Commetti Comprometerse Commettre @@ -1655,6 +1704,12 @@ + + No AIs in group. Recruit some at an allied marker's flag. + Pas d'IA dans ce groupe. Recruter en au drapeau d'un marqueur allié. + 그룹에 AI가 없습니다. 아군 마커의 깃발에서 AI를 모집하십시오. + Žádné AI ve skupině. Naverbuj nějaké na značce spřátelené vlajky. + AI Group members KI Gruppenmitglied @@ -2174,6 +2229,7 @@ Strike position not set + Startpunkt der Feuermission nicht gesetzt Posizione di bombardamento non settata Posición del ataque no seleccionada Position de frappe non définie @@ -2341,6 +2397,7 @@ High Command Groups + Einheiten des Oberkommandos Gruppi Alto Comando Grupos del Alto Mando Groupes de Haut Commandement @@ -2466,6 +2523,7 @@ <t align='center'>You have no high command groups.</t><br /><t align='center'>You can recruit them at the flag.</t> + <t align='center'>Du hast keine Einheiten des Oberkommandos.</t><br /><t align='center'>Du kannst diese an der Flagge rekrutieren.</t> <t align='center'>Non hai gruppi Alto Comando.</t><br /><t align='center'>Puoi reclutarli alla bandiera.</t> <t align='center'>No tiene grupos del Alto Mando.</t><br /><t align='center'>Puede reclutarlos en la bandera.</t> <t align='center'>Vous n'avez pas de groupes de haut commandement.</t><br /><t align='center'>Vous pouvez les recruter au drapeau.</t> @@ -3273,18 +3331,9 @@ - Antitank - Antipanzer - Anticarro - Antitanque - Anti-char + Anti-Tank 대전차병 - Гранатометчик - Celowniczy PPANC Protitankový střelec - Antitanque - Anti-Tank - 反坦克手 Autorifleman @@ -3841,6 +3890,7 @@ Group %1 at your command.<br/><br/>Groups are managed from the High Command bar (Default: CTRL+SPACE)<br/><br/>If the group gets stuck, use the AI Control feature to make them start moving. Mounted Static teams tend to get stuck (solving this is WiP)<br/><br/>To assign a vehicle for this group, look at some vehicle, and use Vehicle Squad Mngmt option in Y menu + Einheit %1 zu Ihrer Verfügung.<br/><br/>Die Einheit wird über die Oberkommando-Leiste kontrolliert (Default: CTRL+SPACE)<br/><br/>Falls die Einheit stecken bleibt, nutze das AI-Kontroll-Übernahme feature um sie wieder in bewegung zu versetzen. Teams welche statische Waffen verwenden bleiben oft stecken (beim Lösen des Wegpunktes)<br/><br/>Um ein Fahrzeug einer EInheit hinzuzufügen, selektiere die Einheit Oberkommando-Leiste und schaue ein Fahrzeug an, anschließend Nutze das Z-Menu. Gruppo %1 al tuo comando.<br/><br/>I gruppi vengono gestiti dalla barra dell'Alto Comando(Default: CTRL+SPAZIO)<br/><br/>Se il gruppo si blocca, usa il controllo IA per farli muovere. Le squadre statiche motorizzate di solito si incastrano facilmente. (Stiamo cercando di risolvere questo problema)<br/><br/>Per assegnare un veicolo a questo gruppo, guarda il veicolo, e usa l'opzione Gestione Veicolo di Squadra nel menu che apri con Y Grupo %1 a sus órdenes.<br/><br/>Los grupos son gestionados desde la barra de Alto Mando (Por defecto: CTRL+ESPACIO)<br/><br/>Si el grupo queda atascado, use la opción de Control de IA para hacer que se muevan de nuevo. Los equipos Estáticos Montados tienden a atascarse (resolver esto es WiP)<br/><br/>Para asignar un vehículo a este grupo, mire hacia un vehículo y use la opción de Gestión de Vehículo de Escuadra en el menú de Y Groupe %1 à votre commande.<br/><br/>Les groupes sont gérés depuis la barre de commande supérieure (par défaut: CTRL+ESPACE)<br/><br/>Si le groupe se coince, utilisez la fonction contrôle temporaire de l'IA pour les déplacer. Les équipes statiques montées ont tendance à rester bloquées (résoudre cela est WiP)<br/><br/>Pour attribuer un véhicule à ce groupe, regardez un véhicule et utilisez l'option Vehicle Squad Mngmt dans le menu Y @@ -3854,6 +3904,42 @@ + + Copy game with ID %1 + Copier le jeu avec l'ID %1 + 게임 ID %1 복사 + Skopírovat hru s ID %1 + + + Create new game with + Créer une nouvelle partie avec + 다음으로 새 게임 생성: + Vytvořit novou hru s + + + Are you sure you want to delete game ID %1 on %2? + Êtes-vous sûr de vouloir supprimer l'ID de jeu %1 sur %2 ? + %2에서 게임 ID %1을(를) 삭제하시겠습니까? + Jsi si jistý, že chceš smazat hru s ID %1 na %2? + + + Load game with ID %1 + Charger le jeu avec l'ID %1 + 게임 ID %1 불러오기 + Načíst hru s ID %1 + + + name ""%1"" + nom ""%1"" + 이름 ""%1"" + Název ""%1"" + + + %1 occupants and %2 invaders? + %1 occupants et %2 envahisseurs ? + %1이(가) 점령군이고 %2이(가) 침략군입니까? + %1 okupanti a %2 vetřelci? + Addon vehicles Zusätzliche Fahrzeuge diff --git a/A3A/addons/gui/functions/GUI/fn_aiManagementTab.sqf b/A3A/addons/gui/functions/GUI/fn_aiManagementTab.sqf index 39debd219f..058868f407 100644 --- a/A3A/addons/gui/functions/GUI/fn_aiManagementTab.sqf +++ b/A3A/addons/gui/functions/GUI/fn_aiManagementTab.sqf @@ -55,7 +55,7 @@ switch (_mode) do if (count _aisInGroup < 1) then { // This should not happen, the button on the playertab is disabled if you have no AI _aiListBox ctrlEnable false; - _aiListBox lbAdd "No AIs in group. You can recruit them at the flag."; //TODO: Localize + _aiListBox lbAdd localize "STR_A3A_fn_GUI_aiManaagement_noAI"; } else { // Else add units to the listbox _aiListBox ctrlEnable true; diff --git a/A3A/addons/gui/functions/GUI/fn_hqDialog.sqf b/A3A/addons/gui/functions/GUI/fn_hqDialog.sqf index 15ca269862..0b9c39c986 100644 --- a/A3A/addons/gui/functions/GUI/fn_hqDialog.sqf +++ b/A3A/addons/gui/functions/GUI/fn_hqDialog.sqf @@ -678,9 +678,10 @@ switch (_mode) do { private _restSlider = _display displayCtrl A3A_IDC_RESTSLIDER; private _time = sliderPosition _restSlider; + private _titleStr = localize "STR_A3A_fn_GUI_hqDialog_title"; // TODO UI-update: Move all these checks to update and disable button etc - if (player!= theBoss) exitWith {["Skip Time / Rest", "Only the Commander can order to rest."] call A3A_fnc_customHint;}; //TODO: Localize + if (player!= theBoss) exitWith [_titleStr, localize "STR_A3A_fn_GUI_hqDialog_notBoss"] call A3A_fnc_customHint; _enemiesNear = false; { @@ -689,10 +690,10 @@ switch (_mode) do if ([500,1,_x,teamPlayer] call A3A_fnc_distanceUnits) then {_presente = true}; }; } forEach allUnits; - if (_enemiesNear) exitWith {["Skip Time / Rest", "You cannot rest while enemies are near our units."] call A3A_fnc_customHint;}; //TODO: Localize - if ("rebelAttack" in A3A_activeTasks) exitWith {["Skip Time / Rest", "You cannot rest while the enemy is counterattacking."] call A3A_fnc_customHint;}; //TODO: Localize - if ("invaderPunish" in A3A_activeTasks) exitWith {["Skip Time / Rest", "You cannot rest while citizens are under attack."] call A3A_fnc_customHint;}; //TODO: Localize - if ("DEF_HQ" in A3A_activeTasks) exitWith {["Skip Time / Rest", "You cannot rest while your HQ is under attack."] call A3A_fnc_customHint;}; //TODO: Localize + if (_enemiesNear) exitWith {[_titleStr, localize "STR_A3A_fn_GUI_hqDialog_enemiesNear"] call A3A_fnc_customHint;}; + if ("rebelAttack" in A3A_activeTasks) exitWith {[_titleStr, localize "STR_A3A_fn_GUI_hqDialog_rebelAttack"] call A3A_fnc_customHint;}; + if ("invaderPunish" in A3A_activeTasks) exitWith {[_titleStr, format [localize "STR_A3A_fn_GUI_hqDialog_invaderPunish", FactionGet(inv,"name")]] call A3A_fnc_customHint;}; + if ("DEF_HQ" in A3A_activeTasks) exitWith {[_titleStr, localize "STR_A3A_fn_GUI_hqDialog_DEF_HQ"] call A3A_fnc_customHint;}; _playersNotAtHq = false; _posHQ = getMarkerPos respawnTeamPlayer; @@ -700,7 +701,7 @@ switch (_mode) do if ((_x distance _posHQ > 100) and (side _x == teamPlayer)) then {_checkX = true}; } forEach (allPlayers - (entities "HeadlessClient_F")); - if (_playersNotAtHq) exitWith {["Skip Time / Rest", "All players must be in a 100m radius from HQ to be able to rest."] call A3A_fnc_customHint;}; //TODO: Localize + if (_playersNotAtHq) exitWith {[_titleStr, localize "STR_A3A_fn_GUI_hqDialog_playersNotAtHQ"] call A3A_fnc_customHint;}; [_time] remoteExec ["A3A_fnc_resourceCheckSkipTime", 0]; diff --git a/A3A/addons/gui/functions/SetupGUI/fn_setupLoadgameTab.sqf b/A3A/addons/gui/functions/SetupGUI/fn_setupLoadgameTab.sqf index cd7700126a..bc915eef06 100644 --- a/A3A/addons/gui/functions/SetupGUI/fn_setupLoadgameTab.sqf +++ b/A3A/addons/gui/functions/SetupGUI/fn_setupLoadgameTab.sqf @@ -148,7 +148,7 @@ switch (_mode) do _saveData set ["startType", "new"]; _saveData set ["name", ctrlText (_display displayCtrl A3A_IDC_SETUP_NAMEEDITBOX)]; _saveData set ["startPos", markerPos "Synd_HQ"]; - _confirmText = "Create new game with "; //TODO: Localize + _confirmText = localize "STR_A3A_fn_GUI_setupLoadgameTab_create" + " "; } else { private _oldSave = A3A_setup_saveData select (_listboxCtrl getVariable "rowIndex"); _saveData set ["gameID", _oldSave get "gameID"]; @@ -156,15 +156,15 @@ switch (_mode) do if (cbChecked _copyGameCtrl) then { _saveData set ["startType", "copy"]; _saveData set ["name", ctrlText (_display displayCtrl A3A_IDC_SETUP_NAMEEDITBOX)]; - _confirmText = format ["Copy game with ID %1, ", _oldSave get "gameID"]; //TODO: Localize + _confirmText = format [localize "STR_A3A_fn_GUI_setupLoadgameTab_copy" + ", ", _oldSave get "gameID"]; } else { _saveData set ["startType", "load"]; _saveData set ["name", _oldSave getOrDefault ["name", ""]]; - _confirmText = format ["Load game with ID %1, ", _oldSave get "gameID"]; //TODO: Localize + _confirmText = format [localize "STR_A3A_fn_GUI_setupLoadgameTab_load" + ", ", _oldSave get "gameID"]; }; }; if (_saveData get "name" != "") then { - _confirmText = _confirmText + format ["name ""%1"", ", _saveData get "name"]; + _confirmText = _confirmText + format [localize "STR_A3A_fn_GUI_setupLoadgameTab_loadName" + ", ", _saveData get "name"]; }; _saveData set ["useNewNamespace", cbChecked (_display displayCtrl A3A_IDC_SETUP_NAMESPACECHECKBOX)]; @@ -176,7 +176,7 @@ switch (_mode) do private _occName = getText (A3A_SETUP_CONFIGFILE/"A3A"/"Templates"/_factionData#0#0/"name"); private _invName = getText (A3A_SETUP_CONFIGFILE/"A3A"/"Templates"/_factionData#0#1/"name"); - _confirmText = _confirmText + endl + format ["%1 occupants and %2 invaders?", _occName, _invName]; //TODO: Localize + _confirmText = _confirmText + endl + format [localize "STR_A3A_fn_GUI_setupLoadgameTab_occInv", _occName, _invName]; // Params tab: Array of [name, value] private _paramsData = ["getParams"] call A3A_fnc_setupParamsTab; @@ -185,7 +185,7 @@ switch (_mode) do // Set data & function for confirmation, then open confirmation box _display setVariable ["confirmData", [_confirmText, A3A_fnc_setupLoadgameTab, "startGameConfirm"]]; _display setVariable ["newSaveData", _saveData]; - diag_log format ["Prepared save data: %1", _saveData]; //TODO: Localize + diag_log format ["Prepared save data: %1", _saveData]; createDialog "A3A_SetupConfirmDialog"; }; @@ -232,7 +232,7 @@ switch (_mode) do if (_index == -1) exitWith {}; private _saveData = A3A_setup_saveData select _index; - private _str = format ["Really delete game with ID %1 on %2?", _saveData get "gameID", _saveData get "mapStr"]; //TODO: Localize + private _str = format [localize "STR_A3A_fn_GUI_setupLoadgameTab_delete", _saveData get "gameID", _saveData get "mapStr"]; _display setVariable ["confirmData", [_str, A3A_fnc_setupLoadgameTab, "deleteGameConfirmed"]]; createDialog "A3A_SetupConfirmDialog"; }; diff --git a/A3A/addons/jeroen_arsenal/JNA/fn_arsenal_loadInventory.sqf b/A3A/addons/jeroen_arsenal/JNA/fn_arsenal_loadInventory.sqf index 1ff66a7245..433691097b 100644 --- a/A3A/addons/jeroen_arsenal/JNA/fn_arsenal_loadInventory.sqf +++ b/A3A/addons/jeroen_arsenal/JNA/fn_arsenal_loadInventory.sqf @@ -473,11 +473,11 @@ _reportReplaced = ""; { _nameNew = [_x select 0] call _lookupConfigName; _nameOld = [_x select 1] call _lookupConfigName; - _reportReplaced = _reportReplaced + _nameOld + localize "STR_A3A_JNA_loadinventory_kept" + _nameNew + "\n"; + _reportReplaced = _reportReplaced + _nameOld + localize "STR_A3A_JNA_loadinventory_kept" + "
" + _nameNew + "\n"; } forEach _arrayReplaced; if!(_reportReplaced isEqualTo "")then{ - _reportTotal = (localize "STR_A3A_JNA_loadinventory_notin_kept" + _reportReplaced+"\n"); + _reportTotal = (localize "STR_A3A_JNA_loadinventory_notin_kept" + "
" + _reportReplaced +"\n"); }; _reportMissing = ""; diff --git a/A3A/addons/jeroen_arsenal/Stringtable.xml b/A3A/addons/jeroen_arsenal/Stringtable.xml index 406ec5c880..c82cd6c178 100644 --- a/A3A/addons/jeroen_arsenal/Stringtable.xml +++ b/A3A/addons/jeroen_arsenal/Stringtable.xml @@ -227,24 +227,12 @@ 已经被保存,因为当前缺少
- These items were not in the Arsenal:<br/> - Questi oggetti non erano nell'Arsenale:<br/> - Estos objetos no estaban en el Arsenal:<br/> - Ces objets n'étaient pas dans l'Arsenal:<br/> - 이 아이템들은 무기고에 없었습니다:<br/> - Этих предметов не было в Арсенале:<br/> - Tyto věci v Arzenálu nejsoul:<br/> - 这些物品之前并不在武器库内:<br/> + These items were not in the Arsenal: + 다음 아이템은 무기고에 없습니다: - These items were not in the Arsenal, so the originals have been kept:<br/> - Questi oggetti non erano nell'Arsenale, quindi sono stati mantenuti gli originali:<br/> - Estos objetos no estaban en el Arsenal, asi que se mantuvieron los originales:<br/> - Ces objets n'étaient pas dans l'Arsenal, les originaux ont donc été conservés:<br/> - 이 아이템들은 무기고에 없었기 때문에, 다음 원본들이 보관되었습니다:<br/> - Этих предметов не было в Арсенале, поэтому были сохранены оригиналы:<br/> - Tyto věci v arzenálu nejsou, takže původní byli ponechány:<br/> - 这些物品之前不在武器库内, 所以原物件将被保留下来:<br/> + These items were not in the Arsenal, so the originals have been kept: + 다음 아이템들은 무기고에 없었기 때문에, 원본들이 보관되었습니다: We are low on this item, only members may use it @@ -262,6 +250,7 @@ ERROR - Please report RPT to Antistasi Devs. + ERRORE - Si prega di riportare l'RPT agli sviluppatori di Antistasi. ERREUR - Veuillez signaler le RPT aux développeurs d'Antistasi. 오류 - 안티스타시 개발진에게 RPT 보고할 것 ОШИБКА - Отправьте RPT разработчикам Antistasi. @@ -269,6 +258,7 @@ <br/>(Not compatible with currently equipped weapons) + <br/> (Nicht kompatibel mit aktuell ausgerüsteten Waffen) <br/>(Non compatibile con le armi equipaggiate) <br/>(Pas compatible avec les armes actuellement équipées) <br/>(현재 장착한 무기와 호환되지 않음) @@ -391,7 +381,7 @@ Move items from car to arsenal Bewege Gegenstände aus Fahrzeug ins Arsenal - Sposta gli oggetti dall'automobile all'arsenale + Sposta gli oggetti dal veicolo all'arsenale Mover objetos del vehículo al arsenal Déplacez les objets de la voiture vers l'arsenal 차량의 아이템들을 무기고로 옮깁니다 @@ -504,6 +494,7 @@ Ultra Wide Extended Debug Console With Extra Save Buttons! + Extrabreite Debug-Console mit zusätzlichen Speicherplätzen. Console di Debug Ultra Wide con Bottoni di Salvataggio Extra! Super Amplia y Extendida Consola de Debug con Extra Butones de Guardado! Console de débogage étendue ultra large avec boutons de sauvegarde supplémentaires ! diff --git a/A3A/addons/logistics/Cargo/Vanilla.hpp b/A3A/addons/logistics/Cargo/Vanilla.hpp index df476c7af1..5d993e8641 100644 --- a/A3A/addons/logistics/Cargo/Vanilla.hpp +++ b/A3A/addons/logistics/Cargo/Vanilla.hpp @@ -190,4 +190,39 @@ class A3_Structures_F_Heli_Ind_Cargo_Cargo10_red_F_p3d: TRIPLES(ADDON,Cargo,Base offset[] = {0,0.1,1.35}; rotation[] = {1,0,0}; size = 4; -}; \ No newline at end of file +}; + +class A3_Structures_F_Heli_Ind_Cargo_Cargo10_cyan_F_p3d : TRIPLES(ADDON,Cargo,Base) +{ + offset[] = {0,0.1,1.35}; + rotation[] = {1,0,0}; + size = 4; +}; + +class A3_Structures_F_Ind_Cargo_Cargo20_cyan_F_p3d : TRIPLES(ADDON,Cargo,Base) +{ + offset[] = {0,-0.3,1.3}; + rotation[] = {1,0,0}; + size = 7; +}; + +class A3_Structures_F_Ind_Cargo_Cargo40_cyan_F_p3d : TRIPLES(ADDON,Cargo,Base) +{ + offset[] = {0,-4.44,1.1.35}; + rotation[] = {1,0,0}; + size = 12; +}; + +class A3_Props_F_Exp_Commercial_Market_WoodenCrate_01_F_p3d : TRIPLES(ADDON,Cargo,Base) +{ + offset[] = {0,0,0.32}; + rotation[] = {0,1,0}; + size = 2; +}; + +class A3_Props_F_Exp_Commercial_Market_WoodenCrate_01_stack_x5_F_p3d : TRIPLES(ADDON,Cargo,Base) +{ + offset[] = {0,0.5,0.97}; + rotation[] = {0,1,0}; + size = 3; +}; diff --git a/A3A/addons/logistics/Nodes/GM.hpp b/A3A/addons/logistics/Nodes/GM.hpp index 20c2c865c4..5e2513f3c6 100644 --- a/A3A/addons/logistics/Nodes/GM.hpp +++ b/A3A/addons/logistics/Nodes/GM.hpp @@ -1,4 +1,4 @@ -class gm_gm_vehicles_gm_land_gm_wheeled_gm_u1300l_gm_u1300l_container : TRIPLES(ADDON,Nodes,Base) +class gm_ge_army_u1300l_container : TRIPLES(ADDON,Nodes,Base) { class Nodes { @@ -25,7 +25,19 @@ class gm_gm_vehicles_gm_land_gm_wheeled_gm_u1300l_gm_u1300l_container : TRIPLES( }; }; -class gm_gm_vehicles_gm_land_gm_wheeled_gm_kat1_gm_kat1_454_cargo : TRIPLES(ADDON,Nodes,Base) +class gm_ge_army_u1300l_container_un : gm_ge_army_u1300l_container +{}; + +class gm_ge_army_u1300l_container_win : gm_ge_army_u1300l_container +{}; + +class gm_ge_army_u1300l_container_wiw : gm_ge_army_u1300l_container +{}; + +class gm_ge_army_u1300l_container_des : gm_ge_army_u1300l_container +{}; + +class gm_ge_army_kat1_454_cargo : TRIPLES(ADDON,Nodes,Base) { class Nodes { @@ -72,7 +84,19 @@ class gm_gm_vehicles_gm_land_gm_wheeled_gm_kat1_gm_kat1_454_cargo : TRIPLES(ADDO }; }; -class gm_gm_vehicles_gm_land_gm_wheeled_gm_kat1_gm_kat1_451_container : TRIPLES(ADDON,Nodes,Base) +class gm_ge_army_kat1_454_cargo_wiw : gm_ge_army_kat1_454_cargo +{}; + +class gm_ge_army_kat1_454_cargo_win : gm_ge_army_kat1_454_cargo +{}; + +class gm_ge_army_kat1_454_cargo_un : gm_ge_army_kat1_454_cargo +{}; + +class gm_ge_army_kat1_454_cargo_des : gm_ge_army_kat1_454_cargo +{}; + +class gm_ge_army_kat1_451_container : TRIPLES(ADDON,Nodes,Base) { class Nodes { @@ -109,6 +133,18 @@ class gm_gm_vehicles_gm_land_gm_wheeled_gm_kat1_gm_kat1_451_container : TRIPLES( }; }; +class gm_ge_army_kat1_451_container_des : gm_ge_army_kat1_451_container +{}; + +class gm_ge_army_kat1_451_container_un : gm_ge_army_kat1_451_container +{}; + +class gm_ge_army_kat1_451_container_win : gm_ge_army_kat1_451_container +{}; + +class gm_ge_army_kat1_451_container_wiw : gm_ge_army_kat1_451_container +{}; + class gm_gm_vehicles_gm_land_gm_wheeled_gm_kat1_gm_kat1_452_container : TRIPLES(ADDON,Nodes,Base) { class Nodes @@ -236,34 +272,40 @@ class gm_gm_vehicles_gm_land_gm_wheeled_gm_ural375d_gm_ural375d_cargo_p3d : TRIP class gm_gm_vehicles_gm_land_gm_wheeled_gm_typ2_gm_typ247 : TRIPLES(ADDON,Nodes,Base) { - class Nodes + class Nodes { class Node1 { offset[] = {-0.1,-1.2,-0.95}; + seats[] = {}; }; class Node2 { offset[] = {-0.1,-2,-0.95}; + seats[] = {}; }; }; }; class gm_gm_vehicles_gm_land_gm_wheeled_gm_typ2_gm_typ251 : TRIPLES(ADDON,Nodes,Base) { - class Nodes + canLoadWeapon = 0; + class Nodes { class Node1 { offset[] = {-0.1,-0.3,-0.82}; + seats[] = {}; }; class Node2 { offset[] = {-0.1,-1.1,-0.82}; + seats[] = {}; }; class Node3 { offset[] = {-0.1,-1.9,-0.82}; + seats[] = {}; }; }; }; @@ -271,11 +313,65 @@ class gm_gm_vehicles_gm_land_gm_wheeled_gm_typ2_gm_typ251 : TRIPLES(ADDON,Nodes, class gm_gm_vehicles_gm_land_gm_wheeled_gm_typ2_gm_typ253 : TRIPLES(ADDON,Nodes,Base) { - class Nodes + canLoadWeapon = 0; + class Nodes { class Node1 { offset[] = {0,-2.2,-0.8}; + seats[] = {}; }; }; -}; \ No newline at end of file +}; + +class gm_gm_vehicles_gm_land_gm_wheeled_gm_uaz469_gm_uaz469_cargo : TRIPLES(ADDON,Nodes,Base) +{ + canLoadWeapon = 0; + class Nodes + { + class Node1 + { + offset[] = {-0.1,-1.7,-1.25}; + seats[] = {4,5}; + }; + }; +}; + +class gm_gm_vehicles_gm_land_gm_wheeled_gm_w123_gm_w123 : TRIPLES(ADDON,Nodes,Base) +{ + canLoadWeapon = 0; + class Nodes + { + class Node1 + { + offset[] = {0,-1.7,-0.45}; + seats[] = {4}; + }; + }; +}; + +class gm_gm_vehicles_gm_land_gm_wheeled_gm_p601_gm_p601_patrol : TRIPLES(ADDON,Nodes,Base) +{ + canLoadWeapon = 0; + class Nodes + { + class Node1 + { + offset[] = {0,-1.3,-0.98}; + seats[] = {2}; + }; + }; +}; + +class gm_gm_vehicles_gm_land_gm_wheeled_gm_p601_gm_p601 : TRIPLES(ADDON,Nodes,Base) +{ + canLoadWeapon = 0; + class Nodes + { + class Node1 + { + offset[] = {0,-1.3,-0.98}; + seats[] = {3}; + }; + }; +}; diff --git a/A3A/addons/logistics/Private/fn_addOrRemoveObjectMass.sqf b/A3A/addons/logistics/Private/fn_addOrRemoveObjectMass.sqf index c6e0c9159b..c6f1442f74 100644 --- a/A3A/addons/logistics/Private/fn_addOrRemoveObjectMass.sqf +++ b/A3A/addons/logistics/Private/fn_addOrRemoveObjectMass.sqf @@ -88,6 +88,6 @@ private _bodyText = ( _bodyText = _bodyText + _msg; [localize "STR_A3A_logi_title", _bodyText] remoteExec ["A3A_fnc_customHint", remoteExecutedOwner]; -[localize "STR_A3A_logi_title", _bodyText] remoteExec ["A3A_fnc_customHint", crew _vehicle]; +if (!isNull driver _vehicle) then {[localize "STR_A3A_logi_title", _bodyText] remoteExecCall ["A3A_fnc_customHint", driver _vehicle]}; nil; diff --git a/A3A/addons/maps/Antistasi_Staszow.Staszow/Pictures/Mission/whiteboard.jpg b/A3A/addons/maps/Antistasi_Staszow.Staszow/Pictures/Mission/whiteboard.jpg new file mode 100644 index 0000000000..e0bfae6b35 Binary files /dev/null and b/A3A/addons/maps/Antistasi_Staszow.Staszow/Pictures/Mission/whiteboard.jpg differ diff --git a/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/NavGrid.sqf b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/NavGrid.sqf new file mode 100644 index 0000000000..2b003f42b9 --- /dev/null +++ b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/NavGrid.sqf @@ -0,0 +1,962 @@ +/*{"systemTimeUCT_G":"2023-11-03 18:41:43","worldName":"UMB_Colombia","StreetArtist_Config":{"_flatMaxDrift":-1,"_juncMergeDistance":-1,"_humanEdited": true}}*/ +navGrid = [ +[[18263.1,1196.22,0],0,false,[[1610,0,79.2201],[4374,0,58.7663]]],[[10361.4,5272.79,0],0,false,[[3720,1,234.509],[236,1,3.56822]]],[[11124.8,9092.01,0],0,false,[[569,0,209.775],[35,0,202.633]]],[[8011.25,12063.4,0],0,false,[[3989,0,18.654]]],[[18452.2,3429.68,0],0,true,[[3073,0,6.81195],[2426,0,3.52566],[1904,0,7.52688],[2943,0,2.28592]]], +[[14330.7,1141.1,0],0,false,[[4252,0,26.2047]]],[[20306.3,15554.6,0],0,true,[[822,0,138.683],[3650,0,11.667],[4714,0,19.1832]]],[[822.01,15215.2,0],1,true,[[1773,0,16.6723],[1323,0,153.235],[4069,0,15.7999]]],[[768.23,16148.8,0],1,true,[[4091,0,212.446],[2157,0,14.0922],[1526,0,15.3311]]],[[1102.58,5952.3,0],0,false,[[4653,0,374.979],[1921,0,346.778]]], +[[1712.33,633.786,0],0,false,[[191,0,129.022],[1333,0,6.18777]]],[[16721,16271.3,0],0,false,[[3356,0,315.596],[3514,0,292.679]]],[[19920.9,15238.2,0],0,true,[[4247,0,12.7447],[227,0,7.19965],[4507,0,3.33899]]],[[1680.51,16736.7,0],1,false,[[688,0,291.064],[477,0,254.877]]],[[3249.45,12013.3,0],0,false,[[3388,0,173.596],[2746,0,59.6496]]], +[[7580.99,14494.4,0],0,false,[[4181,0,8.58707],[1916,0,9.96291]]],[[19369.2,7956.16,0],0,true,[[216,1,9.89109],[2073,1,15.4744],[2036,1,14.2435],[2371,1,5.35855],[4256,1,2.46866]]],[[6019.97,2531.09,0],0,true,[[1776,0,119.027],[4178,0,278.227],[1212,0,227.473]]],[[2573.11,7263.5,0],0,true,[[2530,1,4.12877],[4208,1,66.9315],[2354,1,4.02878]]],[[3712.77,8392.18,0],0,false,[[4074,0,226.504],[4666,0,130.383]]], +[[3873.15,11470.4,0],0,false,[[3666,0,32.7115],[702,0,59.045]]],[[17243.4,3802.38,0],0,true,[[2651,0,7.68255],[3137,0,5.1628],[846,0,3.41158]]],[[6265.49,2705.15,0],0,true,[[4178,0,40.8192],[2682,0,16.0123],[2967,0,4.48346]]],[[1851.82,6420.41,0],0,true,[[4558,0,4.39175],[2525,0,149.837],[2607,2,5.52846],[4278,0,8.31238]]],[[15595.1,13275.3,0],0,true,[[1288,0,12.3257],[3329,0,15.6704],[813,0,6.18303],[4354,0,5.83871]]], +[[5648.78,5883.12,0],0,true,[[2235,0,18.7127],[2758,0,72.3208],[1624,0,65.6998],[732,0,11.2026]]],[[2432.7,11836.2,0],0,false,[[1774,0,199.273]]],[[11449.6,8502.31,0],0,false,[[3392,0,223.678]]],[[9793.13,9899.74,0],0,false,[[3654,0,264.47],[945,0,129.402]]],[[2564.95,6899.62,0],0,false,[[49,0,110.272],[1195,0,222.196]]], +[[4968.86,3098.79,0],0,false,[[3331,0,74.0132]]],[[16350.3,7543,0],0,true,[[3161,0,7.86197],[1384,0,7.46933],[1361,0,3.69036]]],[[8471.35,2054.18,0],0,false,[[2841,0,365.771],[4373,0,130.566]]],[[9603.79,10458.1,0],0,false,[[3136,1,204.83]]],[[10762,2357.71,0],0,false,[[1330,0,277.345],[1404,0,130.988]]], +[[11272.6,9220.41,0],0,false,[[2,0,202.633]]],[[1666.03,16277,0],1,false,[[1809,0,133.589]]],[[19003.3,7773.46,0],0,false,[[2663,1,215.087],[880,1,349.116]]],[[1616.75,7588.35,0],0,true,[[3646,0,6.24644],[4393,0,2.48836],[1887,0,2.83811]]],[[9621.67,10571.3,0],0,true,[[4505,1,18.3381],[2340,1,107.141],[469,1,4.0282]]], +[[1292.09,7539.99,0],0,false,[[3587,0,22.0953],[4757,0,109.87]]],[[1268.89,2009.14,0],0,false,[[3929,0,279.224],[4180,0,180.272]]],[[6273.2,14192.2,0],0,false,[[4119,0,19.5116],[762,0,13.9313]]],[[11738.1,44.8335,0],0,false,[[4689,0,65.8914],[792,0,39.2836]]],[[5746.57,2412.02,0],0,true,[[278,0,29.5041],[3446,0,112.55],[1291,0,13.8836]]], +[[16216.7,14338.9,0],0,false,[[1602,0,7.084]]],[[13036.5,11216,0],0,false,[[2374,1,93.9161]]],[[7160.66,14488.4,0],0,true,[[288,0,25.9739],[3551,0,72.6564],[2397,0,42.4067]]],[[644.228,5274.5,0],0,false,[[1746,0,98.5789],[2992,0,302.154]]],[[2496.69,6974.91,0],0,false,[[1493,0,83.3672],[29,0,110.272]]], +[[1610.14,5566.17,0],0,false,[[2489,0,232.22],[2444,0,104.147]]],[[7805.35,14486.5,0],0,false,[[4157,0,145.99],[2711,0,349.482]]],[[14086.1,10476.6,0],0,false,[[3451,0,280.936],[2763,0,374.417]]],[[16555.8,5022.22,0],0,false,[[189,0,189.858],[3375,0,148.524]]],[[12270.2,2444.13,0],0,false,[[352,2,104.434],[1336,2,68.4517]]], +[[10655.6,11241.5,0],0,false,[[142,0,100.34],[4272,0,162.587]]],[[19052.7,2294.68,0],0,false,[[1102,0,19.6814],[503,0,33.8359]]],[[1143.82,6746.19,0],0,true,[[365,0,2.61184],[3918,0,127.739],[2443,0,5.72458]]],[[11836.8,102.182,0],0,true,[[1735,0,31.1475],[2187,0,52.3615],[819,0,15.0314]]],[[14174.5,9928.03,0],0,true,[[1385,0,7.47624],[4072,0,378.984],[4060,0,8.90164]]], +[[12787.5,10075.7,0],0,false,[[4219,0,27.1686],[1108,0,69.6257]]],[[7936.81,12113.3,0],0,true,[[1890,0,14.4521],[3847,0,51.0845],[179,0,8.62516]]],[[14619,13942.8,0],2,true,[[2803,0,53.978],[1660,0,26.6603],[1849,0,12.7689]]],[[1044.43,10001.3,0],0,false,[[4712,2,22.8698],[2984,2,1.9429]]],[[15006.9,3256.85,0],0,true,[[1214,0,25.1841],[563,0,3.56487],[3617,0,8.41997]]], +[[6330.87,14167.9,0],0,true,[[4283,0,20.4672],[2808,0,17.0335],[2213,0,11.4397]]],[[5.70735,15493.9,0],1,false,[[2994,0,43.608]]],[[11531.3,12640.4,0],0,false,[[788,0,67.4265],[959,0,21.0814]]],[[2767.37,2229.53,0],0,true,[[2269,0,151.446],[2317,0,12.0108],[2952,0,13.0636]]],[[16056.1,3589.81,0],0,false,[[853,0,89.8811],[1690,0,380.003]]], +[[11143.1,12404,0],0,false,[[1143,0,67.694],[1555,0,66.1848]]],[[6535.78,14346.2,0],0,true,[[2359,0,60.2475],[2557,0,12.5085],[2579,0,16.531]]],[[16473,13104.1,0],0,false,[[4609,0,224.747],[4594,0,282.809]]],[[14447.6,8905.03,0],0,false,[[1997,0,204.883],[3717,0,302.72]]],[[885.927,7622.71,0],0,true,[[3466,0,8.23621],[2234,0,32.8659],[3519,0,4.56875],[3767,0,7.17589]]], +[[9265.66,733.089,0],0,true,[[2166,0,6.14528],[1220,0,5.53877],[2367,0,14.1643],[4043,0,3.65617]]],[[9387.6,9597.67,0],0,false,[[2898,0,21.3764],[2675,0,46.8005]]],[[495.814,7054.19,0],0,false,[[2614,0,196.842]]],[[17365.7,15077.7,0],0,true,[[2080,0,4.17607],[1457,0,69.8959],[1590,0,7.62014]]],[[14909.3,4024.15,0],0,true,[[622,0,16.7416],[4300,0,124.974],[3621,0,3.85367]]], +[[6442.95,14310.9,0],0,true,[[2631,0,34.6309],[1762,0,28.3626],[3820,0,62.3735]]],[[7049.28,14686.1,0],0,true,[[2578,0,17.1899],[3103,0,41.0549],[2419,0,12.1096]]],[[9420.46,4154.51,0],0,false,[[4715,0,196.812],[1577,0,335.626]]],[[19361.4,4268.49,0],0,false,[[2325,0,345.818],[2270,0,355.766]]],[[14617.9,6273.97,0],0,true,[[186,0,131.406],[3006,0,19.6213],[2042,0,6.14221]]], +[[5494.3,15344,0],0,false,[[3766,1,16.3008],[3379,1,26.1631]]],[[5115.05,13341.6,0],0,true,[[2884,0,2.1631],[800,0,3.78816],[1561,1,9.65938],[4556,0,4.74851],[4501,0,4.4598]]],[[7760.52,12144.1,0],0,false,[[549,0,81.7072],[1697,0,44.6125]]],[[4067.55,8630.86,0],0,false,[[4666,0,340.619],[443,0,173.688]]],[[14310.4,11886.6,0],0,false,[[164,0,120.132],[1947,0,321.016]]], +[[7135.53,14402.2,0],0,true,[[446,0,17.9121],[1658,0,25.4628],[1585,1,15.3565]]],[[13137.8,11150.9,0],0,true,[[1496,1,23.0935],[4327,1,77.7672],[2155,1,15.0657]]],[[2946.62,9607.67,0],0,true,[[706,0,7.80244],[1582,0,5.86501],[1994,0,1.27952],[4708,0,8.37928]]],[[5314.86,14297.3,0],0,true,[[2229,0,130.433],[3085,1,15.8075],[690,1,14.7772]]],[[12421,5394.37,0],0,false,[[486,0,201.978],[4476,0,108.966]]], +[[12855.5,10146.2,0],0,false,[[2648,0,11.4811],[4641,0,43.7124]]],[[6218.87,14024.3,0],0,false,[[1060,0,44.811],[3987,0,22.1843]]],[[17713.3,2999.95,0],0,true,[[1636,0,25.7626],[4475,0,6.22138],[3637,0,12.5747]]],[[5494.3,15450.6,0],0,false,[[4370,1,19.4277],[3242,1,38.8721]]],[[16125,4585.64,0],0,true,[[1290,0,153.639],[3791,0,7.6839],[634,0,7.92228]]], +[[7173.57,456.875,0],0,false,[[874,0,211.732],[2883,0,297.407]]],[[12344.8,2565.1,0],0,false,[[3733,2,49.599],[3314,2,108.326]]],[[11470.7,7490.41,0],0,false,[[3911,0,67.0572],[1161,0,133.895]]],[[16109.6,11196.5,0],0,true,[[837,0,375.214],[3435,0,5.10705],[1190,0,3.61228]]],[[418.655,9814.97,0],0,false,[[2126,0,76.6588],[4633,0,319.255]]], +[[10110.3,7433.43,0],0,false,[[3185,0,360.72],[4349,0,319.354]]],[[5009.54,14038.1,0],0,true,[[2606,0,5.29757],[2511,0,5.15475],[4454,0,1.32182]]],[[19568.7,6427.79,0],0,true,[[4608,1,16.9964],[4657,1,4.25635],[1821,1,2.57476]]],[[1585.67,1228.46,0],0,false,[[4734,0,52.1977],[4351,0,242.624]]],[[4870.2,4464.21,0],0,false,[[4688,0,147.369],[1495,0,260.142]]], +[[19901,9857.84,0],0,true,[[2429,0,9.12676],[1738,0,9.80702],[4386,0,7.25319],[991,0,5.59955]]],[[18025.9,2738.57,0],0,true,[[974,0,28.8712],[3715,0,32.1627],[3670,0,15.7362],[2334,0,8.45712]]],[[1913.95,14951.4,0],1,false,[[889,0,299.17],[3973,0,337.789]]],[[12575.8,503.054,0],0,false,[[450,0,185.764]]],[[1102.3,3275.96,0],0,false,[[4280,0,215.217],[1759,0,110.737]]], +[[7218.95,14767,0],0,false,[[1544,0,18.0119],[2759,0,94.4671]]],[[2721.26,8841.52,0],0,true,[[4643,1,163.146],[1799,1,6.5597],[3036,1,4.99931]]],[[6871.82,14621.5,0],0,true,[[3736,0,25.6599],[1197,0,16.7287],[370,0,18.8904],[4056,0,13.7761]]],[[5501.38,5490.66,0],0,false,[[4758,0,212.927]]],[[4740.67,11055.9,0],0,false,[[3976,0,16.9506]]], +[[15026.3,626.572,0],0,false,[[4577,0,109.478]]],[[16334.9,14133.5,0],0,false,[[3142,0,228.635],[423,0,138.604]]],[[694.43,14268.5,0],1,true,[[3049,0,24.2608],[487,0,30.3873],[3643,0,122.651]]],[[11793.5,276.84,0],0,true,[[4576,0,46.9632],[3115,0,52.1967],[3511,0,18.2598]]],[[2308.77,7997.04,0],0,false,[[3952,0,11.9656],[2168,0,40.8211]]], +[[14671.7,13910.7,0],2,true,[[3777,0,125.824],[2803,0,8.04165],[1971,0,2.74516]]],[[6797.48,358.211,0],0,true,[[4041,0,7.83207],[874,0,341.474],[725,0,19.4741]]],[[18071.7,2069.02,0],0,false,[[4589,0,71.4856],[3387,0,81.1673]]],[[10483.3,3782.34,0],0,false,[[4765,1,30.3043],[2772,1,238.579]]],[[6653.83,1975.05,0],0,true,[[4650,0,3.12043],[2903,0,2.4419],[1998,0,3.40632]]], +[[6125.29,14227.9,0],0,false,[[2539,0,54.4754],[1628,0,47.8885]]],[[2679.8,6745.24,0],0,false,[[1874,1,246.806],[2332,1,163.045]]],[[6782.87,13272,0],0,true,[[161,0,332.358],[266,0,179.806],[2077,0,85.0555]]],[[17604.5,1725.32,0],0,false,[[2173,0,23.6561],[2176,0,79.8018]]],[[7104.76,13173.2,0],0,false,[[696,1,318.786],[4748,1,9.76829]]], +[[3482.61,3853.23,0],0,false,[[1965,0,278.889],[2930,0,150.437]]],[[5782.25,11052.7,0],0,false,[[632,0,73.3024],[1576,0,43.353]]],[[14191,11721.6,0],0,true,[[4215,0,102.315],[1668,0,27.2347],[338,0,17.4355]]],[[15869.7,6717.98,0],0,false,[[4438,0,390.266],[3688,0,250.023]]],[[16350,7512.51,0],0,false,[[1386,0,48.5209],[1361,0,27.1065]]], +[[7916.82,3632.19,0],0,false,[[1581,0,295.756],[4417,0,320.558]]],[[17825.1,15668.6,0],0,false,[[4703,0,122.75],[4553,1,31.2696]]],[[10659.1,11149.1,0],0,false,[[1627,0,246.403],[55,0,100.34]]],[[4811.04,13953.5,0],0,false,[[4116,0,135.768],[3738,0,28.0903]]],[[19580,8418.9,0],0,false,[[3540,0,19.9215],[2365,0,123.013]]], +[[13191.6,5188.84,0],0,false,[[2198,0,19.6475]]],[[5002.61,14037.3,0],0,true,[[4454,0,5.70754],[2023,0,6.29087],[2511,0,1.99092],[1527,0,3.05211]]],[[1258.26,7558.11,0],0,false,[[4195,2,41.0549],[4719,2,38.8606]]],[[17244.9,3723.38,0],0,false,[[355,0,43.4081],[4402,0,74.4203]]],[[5437.02,2776.23,0],0,true,[[1571,0,4.52359],[513,0,14.403],[2456,0,1.99808]]], +[[16264.2,13856,0],0,false,[[643,0,375.423],[1869,0,90.8367]]],[[15938.1,14364.1,0],0,true,[[3490,0,16.1727],[1146,0,173.443],[2705,0,11.949]]],[[6986.63,9556.95,0],0,false,[[3910,0,306.762],[1149,0,197.817]]],[[2325.22,7982.75,0],0,true,[[2458,0,5.12961],[3952,0,9.94937],[2227,0,3.39892]]],[[11811.4,6.62104,0],0,false,[[4274,0,15.2056]]], +[[2139.5,5702.1,0],0,false,[[4401,0,300.775],[1259,0,241.409]]],[[14178.1,10203.4,0],0,true,[[3037,0,287.478],[2761,0,6.36642],[2137,0,2.78444]]],[[9766,8164.42,0],0,false,[[2425,0,97.2134],[2560,0,91.4533]]],[[20265.5,15006.7,0],0,false,[[3953,0,296.624],[3194,0,168.059]]],[[20090,3405.3,0],0,false,[[263,0,264.762],[3323,0,376.066]]], +[[3290.54,12733.3,0],0,false,[[2450,0,81.8567],[2684,0,36.5483]]],[[7101.97,13181.4,0],0,false,[[4748,1,5.08582],[132,0,332.358]]],[[6664.8,14646.1,0],0,true,[[3386,0,114.449],[3678,0,19.5821],[2029,0,13.8157]]],[[1167.73,8916.2,0],0,false,[[2143,0,55.0766],[2044,0,121.524]]],[[14239.1,11789.9,0],0,false,[[1668,0,56.4115],[89,0,120.132]]], +[[4868.04,10899.8,0],0,false,[[267,0,108.526],[2099,0,12.4305]]],[[6179.79,14130.3,0],0,false,[[2823,0,47.6073]]],[[12780,11415,0],0,false,[[1635,1,14.5874],[3445,1,200.543]]],[[6405.08,15405.9,0],0,false,[[3096,0,157.545],[3052,0,18.7284]]],[[7375.45,14472.4,0],0,true,[[772,0,7.4394],[2737,0,34.8226],[1227,0,7.2395]]], +[[11215.4,12347,0],0,true,[[3324,0,10.327],[2940,0,42.9947],[4363,0,4.94688],[3418,0,7.99622]]],[[4272.73,11747.5,0],0,false,[[3079,1,0.218006],[3254,0,4.64063]]],[[5535.45,6463.83,0],0,false,[[2636,0,216.891],[1989,0,53.7313]]],[[7961.73,12079.2,0],0,true,[[179,0,38.6923],[3989,0,56.846],[3570,0,39.8369]]],[[3432.29,12724.7,0],0,false,[[2804,0,82.0997],[1938,0,184.277]]], +[[4699.38,11039.2,0],0,true,[[3680,0,67.3126],[2927,0,12.7269],[3772,0,20.7061]]],[[15604.9,13295.4,0],0,false,[[4354,0,17.4803],[3807,0,40.1843]]],[[7084.55,11742.9,0],0,false,[[935,0,358.24],[1090,0,230.707]]],[[6967.92,14566.2,0],0,true,[[2225,0,57.1453],[1532,0,23.9644],[2965,0,15.5653]]],[[7933.3,12105.4,0],0,true,[[4590,0,25.9648],[173,0,38.6923],[1890,0,5.94553],[61,0,8.62516]]], +[[15212.2,5262.53,0],0,true,[[4237,0,22.6207],[4044,0,30.9866],[1801,0,16.2207],[3201,0,3.34998]]],[[9136.75,8493.68,0],0,false,[[3796,0,297.613]]],[[17119.5,16421,0],0,false,[[1487,0,25.2744],[1364,0,52.9019]]],[[1109.77,14914.1,0],1,true,[[2913,0,6.59841],[1174,0,114.937],[4539,0,6.11645],[2501,0,13.8645]]],[[11352.7,12838.6,0],0,false,[[3838,0,117.803]]], +[[6481.65,14245.5,0],0,true,[[3478,0,22.364],[1002,0,19.73],[1967,0,9.98746]]],[[14667.7,6154.24,0],0,false,[[2861,0,301.55],[84,0,131.406]]],[[2311.95,7981.08,0],0,false,[[219,0,21.8886],[2227,0,13.8632]]],[[1082.29,3399.52,0],0,false,[[1759,0,50.7178],[2941,0,29.5394]]],[[16384.8,4945.18,0],0,true,[[1012,0,152.59],[53,0,189.858],[651,0,250.18]]], +[[1202.74,2708.75,0],0,false,[[1045,0,332.632],[2208,0,310.93]]],[[1586.94,606.845,0],0,false,[[3208,0,131.919],[10,0,129.022]]],[[7020.56,14565,0],0,true,[[260,0,21.2859],[2343,0,12.1976],[3662,0,10.2532]]],[[7684.1,4294.88,0],0,false,[[4663,0,276.061],[3782,0,167.033]]],[[18096.7,1123.74,0],0,true,[[3697,0,21.7763],[669,0,93.9944],[3464,0,8.50498],[2914,0,9.66623]]], +[[11383.6,12561.5,0],0,false,[[1017,0,39.5363]]],[[9499.24,8302.26,0],0,false,[[1339,0,109.375]]],[[12865.4,5866.47,0],0,false,[[4039,0,150.93],[4296,0,87.7791]]],[[7394.45,14462.1,0],0,false,[[1372,1,12.5859],[2318,1,27.3223]]],[[746.548,10450.8,0],0,true,[[1036,1,26.4675],[4361,0,346.472],[3746,0,20.4633]]], +[[6779.06,11285.9,0],0,false,[[2609,0,63.41]]],[[3299.61,12465.1,0],0,false,[[4097,0,11.4267],[1777,0,267.306]]],[[20261.3,10730.1,0],0,false,[[1016,0,147.373],[2407,0,252.899]]],[[2268.09,3691.76,0],0,false,[[854,0,95.5733]]],[[2265.13,2267.96,0],0,false,[[4593,0,273.308]]], +[[1750.23,9031.33,0],0,false,[[722,0,244.761],[1675,0,351.413]]],[[17732.4,15892.2,0],0,true,[[1756,1,2.90765],[3962,1,45.6826],[2592,1,5.5083]]],[[730.551,14709.2,0],1,true,[[4330,0,109.349],[2464,0,19.4675],[558,0,83.2089]]],[[11542.8,12617.2,0],0,false,[[3071,0,13.141],[413,0,49.0137]]],[[7062.91,13990.3,0],0,true,[[3434,0,8.63224],[2471,0,4.85895],[1910,1,5.1343]]], +[[8402.21,2862.64,0],0,false,[[1159,0,19.7289],[1122,0,223.9]]],[[6357.36,14166.5,0],0,false,[[2213,0,26.5132],[1650,0,32.0597]]],[[6839.83,14553.7,0],0,true,[[362,0,12.9569],[1089,0,35.2224],[342,0,6.59439]]],[[7269.28,1912.05,0],0,false,[[332,0,122.48],[4580,0,191.408]]],[[19502.5,1802.68,0],0,true,[[1327,0,81.7338],[1626,0,6.4639],[3834,0,5.87119]]], +[[5687.09,1836.62,0],0,false,[[3437,0,238.857],[2828,0,126.489]]],[[19379,7956.31,0],0,true,[[958,1,143.535],[16,1,9.89109],[2371,1,4.53325]]],[[4117.08,11137.4,0],0,false,[[715,0,67.9081],[4764,0,229.505]]],[[832.941,15004.6,0],1,true,[[496,0,24.2977],[1081,0,60.5999],[4767,0,15.2384]]],[[2290.49,7984.28,0],0,false,[[2066,0,98.6856],[187,0,21.8886]]], +[[8630.53,5458.28,0],0,false,[[2378,0,69.2003]]],[[19061.2,6977.12,0],0,false,[[3609,1,396.763],[3140,1,241.509]]],[[6510.26,14749,0],0,true,[[2659,0,17.0213],[1088,0,18.6063],[2814,0,16.0342]]],[[11661,291.61,0],0,false,[[1015,0,26.1997],[2496,0,82.6779]]],[[10514.7,10676.9,0],0,false,[[2745,0,164.14],[4325,0,42.6777]]], +[[11989.4,988.497,0],0,false,[[514,0,185.947]]],[[1533.98,8161.21,0],0,false,[[3313,0,308.465],[1360,0,196.144]]],[[19917.9,15244.7,0],0,true,[[2051,0,24.5863],[4507,0,10.5053],[12,0,7.19965]]],[[5809.34,15281.3,0],0,false,[[901,0,38.6719],[4544,0,55.1908]]],[[7542.33,1505.71,0],0,true,[[626,0,275.795],[4176,0,12.8163],[3992,0,11.0945]]], +[[7152.24,14449.4,0],0,true,[[2162,0,25.2523],[4786,0,25.3392],[1072,1,15.031],[4388,1,15.8097]]],[[17608.1,1010.43,0],0,false,[[2958,0,83.5327],[3430,0,122.067]]],[[10387.2,5427.25,0],0,false,[[3457,0,52.8306]]],[[6856.93,11625.8,0],0,true,[[1090,0,26.7932],[1056,0,18.7431],[618,0,4.97479],[4779,0,8.81621]]],[[17622,1519.87,0],0,false,[[4334,0,35.2901],[470,0,35.6725]]], +[[1436.32,7784.99,0],0,true,[[3679,0,159.956],[621,0,4.33771],[4782,0,3.85816]]],[[10358.6,5275.05,0],0,true,[[1812,0,161.865],[3457,0,136.053],[1,1,3.56822]]],[[8874.12,634.034,0],0,false,[[1828,0,204.801],[4294,0,148.026]]],[[18887.9,2626.1,0],0,false,[[3658,0,122.239],[1105,0,70.5089]]],[[4317.08,9391.76,0],0,false,[[2901,0,369.185],[3599,0,272.875]]], +[[17633,1631.22,0],0,false,[[4108,0,31.5308],[1895,0,27.0733]]],[[14773.4,385.581,0],0,true,[[4645,0,341.259],[4104,0,25.3375],[821,0,8.00829]]],[[17637.8,1142.39,0],0,false,[[1099,0,24.5237],[1979,0,28.1249]]],[[15912.1,14381.8,0],0,false,[[2715,0,6.7017],[964,0,40.6064]]],[[6496.09,14971.2,0],0,false,[[592,0,53.2668],[3366,0,209.836]]], +[[7082.64,14488.1,0],0,false,[[3216,0,25.7099],[663,0,26.6168]]],[[18663.7,1495.18,0],0,false,[[2981,0,66.8655],[3398,0,201.337]]],[[2596.33,7566.45,0],0,false,[[4061,1,85.9376]]],[[13609.9,11163.6,0],0,true,[[3902,0,201.345],[1987,0,8.17353],[765,0,5.49451]]],[[6720.65,13630.8,0],0,false,[[564,0,154.69],[4739,0,26.5859]]], +[[7176.05,14341.9,0],0,true,[[4107,1,351.391],[2615,1,9.89223],[533,1,4.25421]]],[[12796.3,10105.7,0],0,true,[[4506,0,28.2197],[2702,0,34.8283],[4219,0,17.1743]]],[[11354.7,12388.2,0],0,true,[[531,0,6.06492],[3794,0,78.4565],[3214,0,6.92311]]],[[18679,16102.4,0],0,false,[[333,1,323.81],[361,1,151.605]]],[[2421.66,10228.1,0],0,false,[[4766,0,105.971],[1289,0,18.1681]]], +[[11440.8,1990.8,0],0,false,[[2865,0,271.617],[2582,0,195.718]]],[[6175.18,14038,0],0,true,[[276,0,4.84093],[1229,0,15.0333],[3716,0,8.26345]]],[[7795.65,12103.5,0],0,true,[[2696,0,7.0098],[3180,0,33.3467],[1697,0,10.5166]]],[[18727.4,10783.8,0],0,false,[[881,2,3.28094],[3848,0,8.67604]]],[[5895,3898.37,0],0,true,[[2482,0,110.502],[344,0,32.1361],[4432,0,13.8726]]], +[[7032.94,14547.7,0],0,false,[[280,0,25.3475],[192,0,21.2859]]],[[6521.82,14178.9,0],0,true,[[1597,0,78.3783],[437,0,4.24581],[3818,0,1.4963],[378,0,12.0359]]],[[16609.5,9506.2,0],0,false,[[1531,0,266.084],[3856,0,323.819]]],[[20023.1,3156.72,0],0,false,[[159,0,264.762],[4059,0,67.0744]]],[[5290.44,14125.1,0],0,false,[[4129,0,14.4851],[1818,0,345.856]]], +[[18261,2097.67,0],0,false,[[1560,0,208.203],[3253,0,119.253]]],[[6610.07,13314.6,0],0,true,[[3761,0,236.659],[3557,0,24.1559],[132,0,179.806]]],[[4974.59,10916.2,0],0,false,[[3534,0,318.176],[165,0,108.526]]],[[6077.85,7492.98,0],0,true,[[2921,0,6.51699],[570,0,6.75102],[4070,0,8.41083],[3950,0,4.09772]]],[[6185.09,14392,0],0,false,[[3585,0,18.6667]]], +[[3611.14,13078.8,0],0,true,[[763,0,115.573],[1314,0,23.5929],[2805,0,12.6105]]],[[6997.49,2718.98,0],0,false,[[1959,0,329.873]]],[[2635.76,10728,0],0,false,[[4083,0,54.072],[274,0,10.6658]]],[[17681.9,2095.98,0],0,false,[[3801,0,78.0057],[292,0,98.5009]]],[[2638.7,10717.8,0],0,true,[[272,0,10.6658],[2744,0,100.075],[1631,0,43.0924]]], +[[18940.6,2004.77,0],0,true,[[1685,0,17.5072],[4058,0,87.2673],[4134,0,12.3066]]],[[6172.29,14034.1,0],0,true,[[1060,0,23.1653],[3716,0,9.48705],[256,0,4.84093]]],[[16316.9,7985.62,0],0,false,[[3900,0,4.6109],[1755,0,3.05385]]],[[5731.76,2437.54,0],0,false,[[281,0,53.3126],[44,0,29.5041]]],[[9825.26,12806.4,-2.83532],0,true,[[3044,1,216.82],[1079,1,22.8342],[1476,1,3.66446]]], +[[7047.48,14526.9,0],0,false,[[3350,0,49.5787],[260,0,25.3475]]],[[5705.01,2483.66,0],0,false,[[3819,0,21.8911],[278,0,53.3126]]],[[19279.2,15133,0],0,true,[[4610,0,1.39173],[1023,0,7.61567],[334,0,5.12301],[3548,0,3.05437]]],[[6459.28,14185.4,0],0,false,[[1491,0,32.7639],[3177,0,19.2099]]],[[19142.3,6358.51,0],0,false,[[2812,0,74.706],[971,0,192.272]]], +[[18968,2743.9,0],0,false,[[2970,0,141.306],[4291,0,12.7366]]],[[5122.08,13324,0],0,true,[[4640,0,5.61355],[1285,0,6.08607],[929,0,4.55035],[589,0,4.50697]]],[[6200.77,14106.1,0],0,false,[[1978,0,56.8043],[3317,0,27.1677]]],[[7138.67,14474.6,0],0,false,[[2923,0,24.2867],[47,0,25.9739]]],[[14926,675.966,0],0,true,[[3107,0,9.6788],[1272,0,64.8333],[4577,0,3.4722]]], +[[6441.63,14225.2,0],0,true,[[2768,0,6.16077],[1967,0,34.8867],[4312,0,12.3766]]],[[18218.3,15643.2,0],0,false,[[1309,0,12.0788],[2819,0,201.333]]],[[17773.1,2116.67,0],0,false,[[273,0,98.5009]]],[[8471.61,11079.3,0],0,true,[[3154,1,197.733],[2649,1,6.05448],[1501,1,7.38599]]],[[11587.2,518.241,0],0,false,[[2677,0,61.2056],[2926,0,44.4601]]], +[[11524.2,768.579,0],0,true,[[3808,2,20.6518],[3181,2,21.2334],[1669,2,13.6705],[3968,2,21.2373]]],[[17950.3,15944.8,0],0,true,[[3175,1,22.9296],[1982,1,109.357],[2640,1,5.95977]]],[[1166.62,17010.3,0],1,false,[[3980,0,275.404],[4365,0,287.332]]],[[6254.81,14126.9,0],0,false,[[3317,0,30.8353],[3926,0,44.5195]]],[[5146.51,13928.4,0],0,false,[[532,0,97.2548],[2606,0,172.167]]], +[[1137.08,9619.15,0],0,false,[[3564,0,351.603],[583,0,285.457]]],[[17063.3,14882,0],0,false,[[981,0,231.376],[1528,0,30.3714]]],[[6027.83,14730.7,0],0,false,[[2751,0,182.246],[1266,0,341.791]]],[[8397.38,909.402,0],0,true,[[3734,0,112.831],[3153,0,5.71673],[1157,0,5.70815]]],[[7583.93,14511.4,0],0,true,[[2389,1,54.6543],[1916,1,7.8262],[2124,1,8.1717]]], +[[1259.06,8914.02,0],0,true,[[3985,0,107.974],[4383,0,19.7182],[1684,0,12.3177]]],[[5489.1,15220.7,0],0,false,[[2960,1,102.769]]],[[11415.3,12564.5,0],0,false,[[3448,0,42.0591],[2760,0,69.5828]]],[[6449.12,14164.2,0],0,true,[[1699,0,27.6279],[1775,0,28.7396],[1040,0,15.9935]]],[[1365.62,3612.17,0],0,false,[[1759,0,339.319],[2400,0,99.1018]]], +[[944.455,9102.21,0],0,false,[[1341,2,167.484],[3256,2,338.912]]],[[19454.7,14490.5,0],0,false,[[1080,0,325.413],[391,0,127.158]]],[[5109.71,13309.8,0],0,true,[[771,0,5.39074],[3453,0,4.48884],[4260,0,0.240536],[2148,0,4.99031],[1091,1,8.97351]]],[[7235.24,14489.7,0],0,true,[[442,1,29.2841],[2824,1,31.2592],[1984,1,27.0886]]],[[8321.43,6025.3,0],0,false,[[4394,0,335.196]]], +[[18818.3,10831.9,0],0,true,[[4081,0,77.7165],[843,0,12.9104],[1007,2,13.6055]]],[[10390.5,11964,0],0,false,[[2170,0,120.335]]],[[6922.83,14538,0],0,true,[[2413,0,21.2279],[1823,0,27.7218],[3751,0,12.6806],[329,0,17.5979]]],[[1272.75,9057.7,0],0,true,[[2044,0,68.9894],[2657,0,31.8],[1271,0,15.3364],[2875,0,14.9459],[806,0,15.6978]]],[[7622.74,1290.29,0],0,false,[[1704,0,48.9747],[4549,0,49.0579]]], +[[15365.1,6239.44,0],0,true,[[4702,0,13.918],[793,0,9.32636],[2815,0,6.03778],[4596,0,10.0591]]],[[11668.6,136.356,0],0,false,[[4689,0,76.627],[3483,0,28.1962]]],[[9930.27,4294.42,0],0,false,[[1763,0,266.919]]],[[196.524,15324.7,0],1,false,[[3210,0,104.807],[710,0,58.0359]]],[[985.758,16233.1,0],1,false,[[4230,0,207.037],[3456,0,383.469]]], +[[6209.71,14392.9,0],0,true,[[3585,0,6.38581],[4314,0,61.2432],[1307,0,8.27611]]],[[17743.5,1332.62,0],0,false,[[4132,0,214.866],[741,0,104.12]]],[[19985.2,13015.1,0],0,true,[[4233,0,72.001],[3020,0,15.212],[3574,0,156.593]]],[[12768,10141.4,0],0,false,[[4219,0,41.3594]]],[[6926.46,14555.2,0],0,true,[[2965,0,35.3641],[3751,0,12.1464],[317,0,17.5979]]], +[[8661.07,13114.4,0],0,true,[[3602,1,308.119],[4308,1,5.77011],[2494,1,1.66269]]],[[3164.27,13018.7,0],0,true,[[1458,0,3.23123],[2816,0,59.4592],[3488,0,4.86643],[2625,0,5.97309],[1661,0,3.26291]]],[[7188.25,1839.35,0],0,true,[[1313,0,164.687],[2350,0,132.968],[213,0,122.48]]],[[18390.4,15990.9,0],0,false,[[2821,1,292.307],[253,1,323.81]]],[[19275.3,15136.2,0],0,true,[[2520,0,335.493],[282,0,5.12301],[4610,0,3.74332]]], +[[18642.6,2905.1,0],0,false,[[759,0,53.6996],[851,0,53.8517]]],[[7210.01,14569.1,0],0,true,[[4616,0,52.4706],[4676,0,11.6442],[1922,0,16.3991]]],[[13522,2137.6,0],0,false,[[1888,0,190.455]]],[[14202.5,11734.7,0],0,true,[[1418,0,11.1935],[137,0,17.4355],[1668,0,10.2255]]],[[11381.8,12628.3,0],0,false,[[4522,0,81.0049],[1183,0,34.5196]]], +[[8684.3,2996.28,0],0,true,[[2266,0,7.2885],[3069,0,104.479],[4046,0,3.48436]]],[[6370.69,14247,0],0,true,[[3762,0,13.2232],[4535,0,40.5525],[3000,0,15.1845]]],[[6846.12,14551.8,0],0,true,[[212,0,6.59439],[3275,0,20.9299],[362,0,6.50299]]],[[2685.03,10742.6,0],0,false,[[2084,0,11.3673]]],[[5881.91,3869.04,0],0,true,[[259,0,32.1361],[1317,0,326.774],[4432,0,18.7512]]], +[[9396.1,10542.9,0],0,true,[[4205,1,30.7109],[2299,1,8.14876],[4189,1,5.02632]]],[[17752.8,15874.8,0],0,false,[[2592,1,22.2626],[1614,1,35.2966]]],[[847.491,15048.1,0],1,true,[[1323,0,15.961],[3899,0,7.34768],[3425,0,12.1705]]],[[8687.31,1979.53,0],0,false,[[456,0,21.419]]],[[15782.9,13511.8,0],0,true,[[4062,0,27.624],[643,0,224.166],[1810,0,29.5334]]], +[[6502.06,14209.5,0],0,false,[[1002,0,21.6277],[437,0,32.7992]]],[[428.778,1163.66,0],0,false,[[458,0,338.752],[3383,0,135.277]]],[[12196.8,2371.35,0],0,false,[[2095,2,140.616],[54,2,104.434]]],[[5790.9,1233.59,0],0,false,[[2292,0,28.7569],[849,0,338.206]]],[[11942.6,2074.31,0],0,false,[[1771,2,143.579],[829,2,22.9309]]], +[[17241.8,3763.14,0],0,true,[[839,0,15.0798],[148,0,43.4081],[1065,0,45.1534]]],[[13686.8,1750.3,0],0,true,[[4253,0,12.2076],[2708,0,11.5413],[4547,0,10.7203]]],[[18573.8,1529.97,0],0,true,[[2101,0,6.42036],[2981,0,29.6227],[637,0,3.91504]]],[[3014.84,9931.57,0],0,true,[[4710,1,12.7049],[4320,1,172.206],[4242,1,4.27649]]],[[11289,12512.9,0],0,false,[[593,0,20.5498],[2231,0,6.6481]]], +[[19171.2,11046.6,0],0,false,[[1281,2,3.72486],[2281,0,400.749]]],[[18743.1,16235,0],0,false,[[253,1,151.605],[2127,1,75.8125]]],[[6851.5,14548.1,0],0,true,[[2344,0,12.1399],[212,0,12.9569],[342,0,6.50299],[3275,0,19.6371]]],[[1555.88,7101.87,0],0,true,[[3858,2,33.8002],[754,2,356.47],[4023,2,20.3146]]],[[16049.9,1470.78,0],0,true,[[2553,0,193.698],[1189,0,20.2667],[4443,0,147.84]]], +[[1141.67,6747.69,0],0,true,[[4398,0,2.85314],[57,0,2.61184],[2443,0,4.06637]]],[[2083.48,8038.1,0],0,false,[[2066,0,118.576]]],[[7145.62,9822.39,0],0,true,[[2681,0,30.076],[1903,0,38.3744],[3974,0,14.5262]]],[[15441,7531.77,0],0,false,[[3843,0,292.874],[4086,0,295.13]]],[[11239.8,12397,0],0,true,[[2940,0,12.7623],[454,0,11.5964],[2021,0,11.0061]]], +[[6854.91,14629.9,0],0,true,[[825,0,23.6675],[2629,0,21.321],[117,0,18.8904],[1197,0,9.62219]]],[[2634.4,8681.5,0],0,false,[[3349,0,8.65215],[2116,0,58.0086]]],[[12872.7,10139.9,0],0,true,[[1301,0,20.3354],[3883,0,21.9617],[2648,0,11.6892]]],[[3132.3,10063.3,0],0,true,[[481,0,5.17367],[4047,0,128.41],[4320,1,7.41609]]],[[8387.03,914.35,0],0,true,[[3153,0,5.77434],[4511,0,351.953],[1157,0,6.14033]]], +[[9276.55,11609.7,0],0,true,[[1041,0,2.46121],[3179,0,31.6388],[1329,0,9.28955]]],[[4659.15,6017.14,0],0,false,[[3664,0,225.705],[717,0,284.586]]],[[5192.57,13714.6,0],0,false,[[2954,1,359.505],[2522,1,83.3835]]],[[6511.32,14173.1,0],0,true,[[2457,0,20.1515],[3818,0,10.542],[437,0,10.3542],[261,0,12.0359]]],[[7755.56,911.308,0],0,false,[[1260,0,183.371],[4646,0,166.261]]], +[[12708.5,5479.57,0],0,true,[[2393,0,50.9861],[609,0,6.43748],[1886,0,4.33233]]],[[400.896,15938.6,0],1,true,[[933,0,38.2361],[3651,0,17.6831],[4527,0,14.7028]]],[[151.418,15412.8,0],1,false,[[4221,0,103.859],[2994,0,123.13]]],[[19934.7,14188.8,0.0415649],0,false,[[2466,0,44.4486],[2946,0,32.2021]]],[[2696.6,11328,0],0,false,[[2113,0,83.6795],[4452,0,257.787]]], +[[19583,8846.05,0],0,true,[[440,0,9.49803],[1643,0,7.53765],[2558,0,2.29513]]],[[6105.68,14124,0],0,true,[[1645,0,21.7837],[3474,0,18.1929],[3467,0,10.0263]]],[[6289.32,2188.52,0],0,false,[[1274,0,259.434]]],[[2499.94,7620.22,0],0,false,[[867,1,60.5838],[2006,1,69.1103]]],[[7820.85,12142.9,0],0,true,[[4077,1,57.1923],[2709,1,21.9037],[3180,1,15.3777],[4695,1,12.603]]], +[[1425.5,12824.4,0],3,false,[[1566,0,143.001]]],[[19572.4,14538.3,0],0,false,[[311,0,127.158],[3787,0,113.605]]],[[13903.4,10266.7,0],0,true,[[738,0,4.89466],[3037,0,16.7709],[3451,0,6.39387]]],[[17981,2431.62,0],0,false,[[1265,0,95.0756],[2040,0,184.659]]],[[8604.3,3418.02,0],0,true,[[2976,0,23.6521],[2674,0,109.281],[403,0,4.04761]]], +[[12838.1,3416.22,0],0,false,[[2372,0,228.097],[3884,0,118.063]]],[[16006.8,117.553,0],0,false,[[3661,0,310.308]]],[[7757.6,12257.8,0],0,false,[[3219,0,21.1084],[4064,0,77.7869]]],[[3283.72,10120.5,0],0,false,[[862,0,23.798],[1474,0,363.452]]],[[15519.1,6972.13,0],0,false,[[2732,0,275.186],[3852,0,213.098]]], +[[10716.2,1812.06,0],0,false,[[3681,0,150.421],[4117,0,138.788]]],[[1457.94,1251.06,0],0,false,[[4202,0,217.23],[629,0,59.6353]]],[[19066,6194.27,0],0,false,[[4777,0,331.598],[2083,0,131.048]]],[[8608.24,3418.72,0],0,false,[[4760,0,170.886],[394,0,4.04761]]],[[16932.6,14676.2,0],0,false,[[3694,0,21.7045],[3233,0,27.5071]]], +[[20025.3,14439.1,0],0,false,[[2741,0,167.984],[2573,0,29.6434],[4248,0,22.7986]]],[[11013.4,5633.54,0],0,false,[[878,0,217.189],[2562,0,303.138]]],[[7083.22,14552.6,0],0,true,[[1873,0,45.4226],[2472,0,18.5938],[1769,0,10.8283],[4164,0,17.2215]]],[[5533.22,11490.9,0],0,false,[[3249,0,119.324],[903,0,98.6355]]],[[14766.8,899.788,0],0,false,[[2331,0,174.12],[430,0,273.541]]], +[[664.784,18618.6,0],1,false,[[584,0,218.922],[993,0,94.8911]]],[[20437,3816.46,0],0,false,[[3323,0,233.224],[1430,0,69.2466]]],[[10604.9,2739.6,0],0,false,[[4449,1,284.647],[2893,1,365.889]]],[[11591.5,12622.9,0],0,false,[[208,0,49.0137],[788,0,29.3095]]],[[5594.66,6612.75,0],0,false,[[2336,0,88.0315],[2316,0,381.757]]], +[[14982.5,5271.51,0],0,false,[[4044,0,199.156],[997,0,320.362]]],[[11725.8,1595.76,0],0,false,[[1018,2,353.104],[1771,2,381.974]]],[[6703.06,11315.4,0],0,false,[[4464,0,30.4987]]],[[6307.37,12503.9,0],0,false,[[915,0,183.261],[1673,0,231.534]]],[[7359.02,14455.1,0],0,true,[[4460,1,14.745],[2202,1,13.6287],[1816,1,0.697931],[1199,1,12.4599]]], +[[17093.7,13615.9,0],0,false,[[3507,0,17.9225],[808,0,9.87068]]],[[13894.4,9222.83,0],0,false,[[4072,0,393.125],[1437,0,251.465]]],[[2.79687,6583.54,0],0,false,[[2032,0,376.557]]],[[16464.2,14093.4,0],0,true,[[4211,0,130.009],[3094,0,17.7598],[121,0,138.604]]],[[19914.5,15083.2,0],0,false,[[4090,0,300.017],[4247,0,161.774]]], +[[9513.44,12916.7,0],0,false,[[3408,0,231.721],[2905,0,188.549]]],[[14424.8,11738.1,0],0,false,[[4329,0,190.798],[3231,0,282.089]]],[[3973.98,11308.9,0],0,true,[[2624,0,8.02735],[4489,0,25.1596],[902,0,5.79499]]],[[3410.45,10468,0],0,true,[[1833,0,6.16545],[2897,0,261.536],[4672,0,4.72867]]],[[14349.3,1924.73,0],0,false,[[2439,0,282.068]]], +[[14979.7,730.004,0],0,true,[[409,0,273.541],[1272,0,12.0068],[1230,0,11.4495]]],[[3228.09,13026.6,0],0,false,[[4546,0,39.2172],[1931,0,294.182]]],[[2668.75,11591.7,0],0,true,[[4452,0,17.0541],[1774,0,157.035],[3220,0,6.98277]]],[[2639.69,7227.87,0],0,false,[[3442,1,69.3581]]],[[15992.5,4627.53,0],0,false,[[3791,0,133.495],[3300,0,366.934]]], +[[20090.7,2920.43,0],0,false,[[1441,0,111.34],[3381,0,121.444]]],[[3951.08,6490.25,0],0,true,[[509,0,393.523],[519,0,26.9178],[2999,0,10.8661]]],[[6518.08,14180.9,0],0,true,[[350,0,32.7992],[261,0,4.24581],[378,0,10.3542],[3818,0,3.58029]]],[[14873,6470.33,0],0,false,[[2546,0,11.3943],[3813,0,265.335]]],[[7959.65,6076.36,0],0,false,[[4487,0,145.446]]], +[[19586,8855.05,0],0,true,[[4128,0,145.779],[385,0,9.49803],[2558,0,9.66422]]],[[18597.3,2156.08,0],0,false,[[3253,0,254.227],[1667,0,262.96]]],[[7210.09,14474.7,0],0,false,[[4388,1,48.9779],[313,1,29.2841]]],[[4227.35,8672.75,0],0,true,[[88,0,173.688],[1145,0,21.3673],[815,0,70.8955]]],[[7351.21,4798.07,0],0,false,[[767,0,160.409]]], +[[9900.59,9790,0],0,false,[[1138,0,260.758],[3649,0,68.536]]],[[7145.07,14387,0],0,true,[[533,0,52.0291],[90,0,17.9121],[1585,1,7.65423]]],[[6949.87,14651.9,0],0,false,[[1148,0,18.0887]]],[[11367.6,12474.2,0],0,true,[[1664,0,64.391],[4761,0,39.6362],[588,0,91.455]]],[[4933.29,3829.46,0],0,false,[[1495,0,379.12],[2589,0,122.079]]], +[[12447.3,371.29,0],0,false,[[2769,0,339.496],[113,0,185.764]]],[[890.973,7659.49,0],0,true,[[2234,0,7.68239],[2885,0,259.776],[2871,0,4.69577]]],[[3232.7,5764.12,0],0,true,[[3780,0,6.66431],[2013,0,67.4445],[1586,1,13.2242]]],[[6425.39,14345.6,0],0,true,[[2414,0,5.04127],[2996,0,29.9315],[2631,0,6.34006]]],[[11241,12408.5,0],0,true,[[369,0,11.5964],[1723,0,7.44531],[1593,0,7.34895]]], +[[17449.6,16162,0],0,false,[[3130,1,202.668],[1727,1,359.811]]],[[8666.14,1976.73,0],0,true,[[4373,0,123.021],[348,0,21.419],[3048,0,142.29]]],[[4190.51,10079.1,0],0,false,[[2335,0,318.952],[4022,0,82.0321]]],[[124.047,1046.79,0],0,false,[[3290,0,128.187],[351,0,338.752]]],[[12928.6,9785.04,0],0,false,[[3506,0,333.791],[1930,0,63.7696]]], +[[4753.05,10873,0],0,true,[[4009,0,14.7245],[2291,0,19.5653],[2384,0,19.653],[737,0,14.5117]]],[[1505.58,9092.69,0],0,true,[[2966,0,4.41416],[3183,0,89.8422],[722,0,7.80629]]],[[9104.78,5929.69,0],0,false,[[1854,0,18.0626],[708,0,384.782]]],[[11269.5,12454,0],0,true,[[1241,0,10.8351],[3634,0,12.6094],[3128,0,2.9175],[4565,0,6.54495]]],[[6139.85,14267,0],0,false,[[2218,0,26.1344],[4431,0,5.10372]]], +[[19279.7,8764.63,0],0,true,[[476,0,4.9429],[3754,0,4.10981],[3554,0,8.72862]]],[[3564.71,4259.35,0],0,false,[[2849,0,178.598],[662,0,368.551]]],[[6402.54,3947.72,0],0,false,[[591,0,213.32],[4769,0,373.588]]],[[18968.4,2210.33,0],0,false,[[1119,0,65.8948],[3493,0,168.477]]],[[9625.53,10572.5,0],0,false,[[39,1,4.0282],[2188,0,59.8861]]], +[[17605.5,1551.49,0],0,false,[[234,0,35.6725],[1639,0,67.1494]]],[[9846.29,10126.5,0],0,false,[[2764,0,177.218],[2274,0,81.1149]]],[[2582.48,8276.62,0],0,false,[[3354,1,305.157],[4502,1,25.7641]]],[[16933.6,10444.9,0],0,false,[[2862,0,193.746],[2132,0,173.109]]],[[18562.6,1511.07,0],0,false,[[637,0,18.2752],[4773,0,23.8727]]], +[[6417.12,14287.7,0],0,true,[[2301,0,17.3456],[1629,0,14.1881],[4110,0,7.77891],[3463,0,6.40524]]],[[19275.4,8762.14,0],0,true,[[1580,0,29.1083],[465,0,4.9429],[3754,0,3.89389]]],[[1680.85,16984.7,0],1,false,[[13,0,254.877],[3823,0,179.371]]],[[18470.5,6149.87,0],0,false,[[3482,0,16.6499],[4777,0,279.561]]],[[1840.02,6531.04,0],0,false,[[1829,0,60.2763]]], +[[4832.44,10931.4,0],0,true,[[4387,0,25.6788],[4478,0,25.9231],[1098,0,43.9014]]],[[3127.57,10065.4,0],0,true,[[2774,0,7.77802],[373,0,5.17367],[4320,1,3.1885]]],[[5078.59,13336.6,0],0,true,[[2846,0,11.0982],[3400,0,8.3341],[3898,0,5.95904],[1176,0,1.81365]]],[[9642.3,10361.1,0],0,false,[[1139,1,3.90583],[4747,0,52.4972]]],[[1046.11,3407.89,0],0,false,[[2580,0,6.85353],[2941,0,7.65206]]], +[[18007.7,16089.8,0],0,true,[[579,1,22.7872],[3768,1,108.413],[1338,1,34.8732]]],[[12619.7,5395.39,0],0,false,[[1886,0,121.103],[94,0,201.978]]],[[695.26,14238.1,0],1,false,[[122,0,30.3873],[3644,0,57.2519]]],[[11558.8,3071.09,0],0,true,[[2445,0,358.029],[4424,0,14.8205],[1349,0,7.72085]]],[[18963.2,2732.62,0],0,false,[[1105,0,101.659],[4291,0,11.8776]]], +[[16177.3,9699.81,0],0,false,[[1928,0,111.76],[4595,0,363.264]]],[[6407.89,14233.3,0],0,true,[[2277,0,14.8164],[3618,0,4.31703],[2626,0,8.65623]]],[[10407.5,4609.68,0],0,false,[[4087,1,331.417],[4220,1,329.871]]],[[2485.52,7483.38,0],0,true,[[4552,1,26.9247],[867,1,77.0079],[914,1,17.7346]]],[[11921,4.83101,0],0,false,[[1371,0,25.7331]]], +[[2900.04,6089.87,0],0,true,[[928,1,24.4622],[4632,1,261.423],[2633,1,13.1955]]],[[854.241,14992.9,0],1,true,[[3396,0,58.595],[218,0,24.2977],[4767,0,9.93325]]],[[14475.9,5232.72,0],0,false,[[997,0,217.702],[2487,0,279.438]]],[[3108.33,6403.74,0],0,false,[[1898,0,167.962],[3665,0,303.49]]],[[15397,6250.4,0],0,false,[[1642,0,17.0464],[3090,0,26.2613]]], +[[15056.4,8732.39,0],0,false,[[3054,0,288.403],[2195,0,267.611]]],[[4352.44,13753,0],0,false,[[3928,0,309.759],[3804,0,204.07]]],[[6261.01,14229,0],0,true,[[2308,0,9.72784],[4000,0,19.7407],[2683,0,15.4561]]],[[19079.7,2314.4,0],0,false,[[56,0,33.8359],[879,0,29.9052]]],[[1141.59,6777.64,0],0,false,[[2443,0,26.8522],[1076,0,119.517]]], +[[17661.6,1513.11,0],0,false,[[1413,0,60.7863],[1132,0,66.941]]],[[13244.9,5429.17,0],0,false,[[3743,0,290.098],[720,0,84.158]]],[[6237.13,14169.4,0],0,true,[[3109,0,17.7158],[4307,0,13.8271],[4145,0,12.5308]]],[[1195.49,1288.24,0],0,false,[[2866,0,3.02308],[2667,0,3.14789]]],[[4078.84,6856.44,0],0,false,[[1666,0,311.682],[436,0,393.523]]], +[[17124.6,6268.99,0],0,false,[[2886,0,36.8335],[3504,0,114.415]]],[[3090.36,9609.26,0],0,false,[[2724,0,21.5907]]],[[16281.8,15562.3,0],0,false,[[3839,0,359.404],[1572,0,238.188]]],[[5447.85,2766.74,0],0,true,[[149,0,14.403],[4226,0,61.4214],[2456,0,16.1129]]],[[12115.7,863.953,0],0,true,[[4618,0,310.129],[2755,0,225.109],[225,0,185.947]]], +[[5105.72,13321.9,0],0,true,[[4787,0,5.21023],[595,0,8.58502],[1561,1,12.9097]]],[[7092.74,14571.3,0],0,true,[[1754,0,12.4481],[4025,0,9.87343],[4164,0,3.80989]]],[[7416.32,14593,0],0,false,[[3888,1,81.2082],[3393,1,80.5973]]],[[20035,7803.95,0],0,false,[[4485,0,262.548],[1929,0,278.992]]],[[3930.83,6472.51,0],0,true,[[436,0,26.9178],[1140,0,116.363],[2999,0,16.4183]]], +[[1780.98,6122.47,0],0,false,[[3882,0,287.627],[2435,0,379.643]]],[[11563,482.275,0],0,false,[[4706,2,48.9037],[818,2,70.399]]],[[3168.37,13000.4,0],0,true,[[2111,0,4.45333],[2625,0,13.255],[1374,0,7.50664]]],[[2420.81,3132.66,0],0,false,[[1103,0,343.857],[3810,0,330.843]]],[[1407.4,17726.1,0],1,false,[[1604,0,191.012],[1950,0,352.834]]], +[[4952.5,12547.8,0],0,false,[[1380,1,387.675],[4244,1,286.788]]],[[6113.35,9491.83,0],0,true,[[2135,0,4.46156],[3518,0,4.94305],[2739,0,3.44796]]],[[11793.4,248.236,0],0,true,[[2233,0,30.9664],[1837,0,27.9986],[1296,0,11.6675],[3511,0,10.5359]]],[[11669.5,12431.7,0],0,false,[[4770,0,330.61],[3568,0,235.407]]],[[7138.6,14607.9,0],0,false,[[2605,0,30.756],[1768,0,56.9289]]], +[[7542.91,14565.8,0],0,false,[[2200,1,29.9677],[1432,1,53.2318]]],[[11348.7,12387.4,0],0,true,[[252,0,6.06492],[743,0,35.8065],[3214,0,6.47726]]],[[5189.14,13841.8,0],0,false,[[3281,0,28.5664],[299,0,97.2548]]],[[7176.77,14346.1,0],0,true,[[250,1,4.25421],[446,0,52.0291],[2615,1,7.20405]]],[[431.345,6729.18,0],0,false,[[4024,0,340.944],[3859,0,100.547]]], +[[15368,17348.6,0],4,true,[[2309,0,35.529],[4744,0,31.0019],[3427,0,14.4564]]],[[8657.46,2901.24,0],0,false,[[1268,0,22.7956]]],[[2912.63,597.35,0],0,true,[[3993,0,67.1954],[2379,0,9.52789],[1517,0,3.94757]]],[[19588.6,8799.63,0],0,true,[[4694,1,0.494415],[3117,1,283.394],[3098,1,9.4603]]],[[12841,11493,0],0,false,[[4635,1,19.0924],[2249,1,46.776]]], +[[1585.46,3996.24,0],0,false,[[2400,0,365.498],[1008,0,249.124]]],[[19924.2,6814.58,0],0,false,[[3816,1,217.009],[1724,1,306.3]]],[[5113.18,13317.6,0],0,true,[[2148,0,3.66133],[2217,0,3.64577],[1091,1,17.4251],[3453,0,4.70498],[1561,1,14.4151]]],[[11856.9,211.579,0],0,false,[[1444,0,20.5716],[2300,0,71.7438]]],[[19465.6,10467.2,0],0,false,[[561,0,325.403],[938,0,379.63]]], +[[6063.49,9451.58,0],0,false,[[2739,0,69.5824],[4289,0,143.637]]],[[15788.6,10205.3,0],0,true,[[3197,0,137.124],[4282,0,14.2808],[3876,0,3.79128]]],[[10536.8,11453.1,0],0,false,[[4272,0,121.097],[3932,0,55.9515]]],[[6385.64,14310.4,0],0,true,[[4574,0,19.5721],[2395,0,20.6431],[2680,0,46.403]]],[[7694.97,12192.6,0],0,true,[[3101,0,61.93],[87,0,81.7072],[3577,0,38.6631]]], +[[2111.99,7703.75,0],0,false,[[2868,0,184.033],[2094,0,164.47]]],[[17775.3,16003.9,0],0,true,[[1914,1,75.1503],[2286,1,5.14987],[2108,1,4.34211]]],[[10983.1,6384.98,0],0,false,[[638,0,71.3837],[3443,0,55.327]]],[[17265.9,14668.8,0],0,true,[[1516,0,6.54289],[3407,0,44.228],[4554,0,6.79829]]],[[6943.14,14461,0],0,true,[[2500,0,22.8829],[3092,0,63.2677],[1677,0,16.0502]]], +[[11242.7,12384.2,0],0,true,[[2021,0,5.27929],[3729,0,54.8162],[2940,0,6.69215]]],[[11410.2,7443.54,0],0,true,[[3544,0,20.7942],[4071,0,12.2571],[3911,0,9.61359]]],[[9416.54,8400.94,0],0,true,[[2018,0,6.53977],[3796,0,4.75702],[2620,0,2.34401]]],[[647.401,14711.2,0],1,false,[[3235,0,280.264],[207,0,83.2089]]],[[215.661,16217.1,0],1,false,[[933,0,296.37]]], +[[1528.65,17351.7,0],1,false,[[2832,0,205.711],[3675,0,315.555]]],[[19297.3,10744.3,0],0,false,[[2987,0,256.235],[544,0,325.403]]],[[15267.6,5198.99,0],0,false,[[3578,0,192.408],[707,0,69.1192]]],[[15010.4,3257.55,0],0,true,[[2532,0,55.6715],[3617,0,8.781],[64,0,3.56487]]],[[6869.57,13589.2,0],0,false,[[4140,0,277.834],[249,0,154.69]]], +[[7913.56,12064.2,0],0,true,[[3169,1,25.6517],[1162,1,31.3952],[1687,1,13.8444],[1121,1,12.8407]]],[[13718.9,1428.41,0],0,false,[[2627,0,230.856],[1618,0,220.831]]],[[8561.5,5481.07,0],0,true,[[3084,0,48.4481],[2378,0,4.10566],[776,0,8.46058]]],[[1869.83,6528.82,0],0,true,[[2212,2,89.0475],[2085,2,27.6074]]],[[10937,9128.93,0],0,false,[[2664,0,11.3932],[2,0,209.775]]], +[[6071.14,7492.21,0],0,false,[[268,0,6.75102],[3672,0,102.092]]],[[1767.11,12281.6,0],3,false,[[3526,0,175.297]]],[[17091.7,10364.7,0],0,true,[[3971,0,5.85827],[1564,0,316.321],[2132,0,7.18301]]],[[10169.9,9710.49,0],0,true,[[4131,0,4.26448],[726,0,196.216],[3994,0,11.458]]],[[17609.9,2129.26,0],0,false,[[2559,0,62.8135],[4234,0,32.5189]]], +[[9360.77,9578.21,0],0,false,[[2807,0,12.0017],[3552,0,40.7016]]],[[6258.58,14113.3,0],0,false,[[4486,0,18.3213],[2062,0,20.7224]]],[[7025.32,14362.7,0],0,false,[[3227,1,29.1334],[2635,1,29.5495]]],[[12869.7,11466.1,0],0,false,[[848,1,25.9217],[639,1,31.0577]]],[[18001.7,16067.8,0],0,true,[[1982,1,24.5259],[485,1,22.7872],[3756,1,10.2816]]], +[[4417.89,1471.2,0],0,false,[[1204,0,155.629],[711,0,116.402]]],[[6785.82,14587.8,0],0,false,[[1316,0,30.4856],[825,0,57.2453]]],[[6418.77,14165.7,0],0,false,[[2353,0,25.9502],[1040,0,23.7637]]],[[1189.91,9345.1,0],0,false,[[300,0,285.457],[1271,0,297.563]]],[[463.296,18696.8,0],1,false,[[2594,0,183.258],[410,0,218.922]]], +[[1283.84,7496.46,0],0,true,[[3135,0,51.6162],[3587,0,22.2596],[3485,2,12.2929]]],[[5831.47,7364.38,0],0,false,[[3672,0,194.07]]],[[2539.33,7466.23,0],0,true,[[1269,1,9.48292],[1424,1,79.7275],[1075,1,12.2134]]],[[11280.2,12471.6,0],0,true,[[3634,0,8.30335],[448,0,91.455],[4303,0,9.429]]],[[5123.72,13319.8,0],0,true,[[929,0,3.93128],[2385,0,3.69818],[4640,0,2.27509],[286,0,4.50697]]], +[[6850.27,15045.1,0],0,false,[[3421,0,263.317],[3274,0,336.117]]],[[6207.44,3984.6,0],0,false,[[2482,0,264.523],[467,0,213.32]]],[[6529.62,14929.9,0],0,false,[[1431,0,69.0453],[244,0,53.2668]]],[[11282.5,12493.5,0],0,false,[[4303,0,13.0113],[359,0,20.5498]]],[[6702.1,13633.5,0],0,false,[[3557,0,307.93],[2864,0,31.8913]]], +[[5098.69,13326.8,0],0,false,[[515,0,8.58502],[2846,0,11.271]]],[[4673.04,7027.79,0],0,true,[[712,0,3.67671],[4067,0,8.46469],[1543,0,18.0383]]],[[1735.19,7236.52,0],0,true,[[4717,0,96.7373],[655,0,4.30439],[3148,0,4.70024]]],[[8.31171,18508.8,0],1,false,[[3758,0,24.1193]]],[[6275.32,14171.9,0],0,false,[[4145,0,30.7732],[2174,0,35.0872]]], +[[18129.4,2735.93,0],0,true,[[3499,0,6.82737],[3981,0,105.113],[1264,0,4.00318]]],[[11950.4,108.071,0],0,false,[[1899,0,35.0713],[1693,0,18.3254]]],[[16979.5,6775.79,0],0,false,[[3318,0,374.208],[3533,0,96.4489]]],[[17244.1,8228.94,0],0,true,[[4406,0,6.0543],[4771,0,324.283],[1657,0,3.5045]]],[[6212.03,14280,0],0,false,[[3500,0,62.2847],[3178,0,25.9567]]], +[[3737.84,12097.2,0],0,false,[[978,1,392.913],[3553,1,219.8]]],[[5.6341,7203.33,0],0,false,[[2144,0,41.8143]]],[[18516.9,1485.26,0],0,false,[[1694,0,28.4872],[1295,0,23.8566]]],[[18763.7,15555,0],0,true,[[1193,0,46.1182],[2119,0,19.8996],[2392,0,32.2259]]],[[12703.7,5483.87,0],0,true,[[380,0,6.43748],[4693,0,226.95],[1886,0,4.37215]]], +[[12842.7,5978.36,0],0,true,[[4296,0,26.8221],[2322,0,273.304],[2742,0,12.9087]]],[[846.105,18416.2,0],1,true,[[2894,0,7.86487],[3797,0,12.0007],[3555,0,16.3435]]],[[13176.5,10029.1,0],0,true,[[1243,0,41.1095],[2630,0,12.1125],[4563,0,12.1926]]],[[13070.5,10279.5,0],0,false,[[3883,0,222.058],[3891,0,288.165]]],[[3007.87,592.333,0],0,false,[[1517,0,99.0749],[3337,0,102.044]]], +[[13207.1,9976.71,0],0,true,[[3133,0,3.98583],[3162,0,135.234],[2551,0,5.45952]]],[[6347.89,1684.24,0],0,false,[[3874,0,357.403],[1055,0,187.605]]],[[1178.2,7244.42,0],0,false,[[4445,0,300.38],[4687,0,109.485]]],[[6861.9,11625.6,0],0,true,[[3844,0,6.4301],[4779,0,5.55175],[233,0,4.97479]]],[[16388.6,11870.5,0],0,false,[[2045,0,235.272],[837,0,366.931]]], +[[6542.17,12532.8,0],0,false,[[3880,0,190.42],[4775,0,36.6279]]],[[1436.86,7780.68,0],0,true,[[235,0,4.33771],[2431,0,71.9644],[4782,0,4.95782]]],[[14897.6,4012.21,0],0,true,[[3520,0,174.486],[79,0,16.7416],[3621,0,14.4869]]],[[4678.09,10912.5,0],0,false,[[1357,1,33.377]]],[[4645.62,1881.46,0],0,false,[[711,0,353.626]]], +[[7448.14,14492.6,0],0,false,[[2318,1,39.4259],[4173,1,32.0859]]],[[7391.49,1285.81,0],0,false,[[3346,0,76.0482],[229,0,275.795]]],[[7593.42,14530.7,0],0,true,[[2124,0,14.087],[988,0,9.08487],[916,1,3.40148],[2669,0,2.97866]]],[[6550.93,2948.98,0],0,false,[[3638,0,58.5747]]],[[1516.03,1238.64,0],0,true,[[401,0,59.6353],[4734,0,18.3218],[3836,0,4.36337]]], +[[543.12,15152.8,0],1,false,[[3731,0,88.5906],[1255,0,22.5265]]],[[6090.83,11265.4,0],0,false,[[1006,0,53.5201]]],[[5727.33,11006.3,0],0,false,[[2140,0,29.2137],[136,0,73.3024]]],[[2155.23,8130.67,0],0,true,[[2168,0,163.571],[2232,0,15.3744],[2600,0,6.66537],[3995,0,11.915]]],[[16122.4,4593.1,0],0,true,[[3791,0,4.19343],[1012,0,319.012],[99,0,7.92228]]], +[[14612.5,6285.51,0],0,true,[[1134,0,2.20541],[1606,0,2.3333],[3006,0,8.21774]]],[[11201.7,12354.2,0],0,false,[[1555,0,14.7491],[4363,0,10.5325]]],[[18572.9,1526.16,0],0,false,[[357,0,3.91504],[474,0,18.2752]]],[[10944,6325.98,0],0,false,[[1488,0,107.473],[552,0,71.3837]]],[[12858.8,11495.2,0],0,false,[[578,1,31.0577],[774,1,31.377],[802,0,2.38965]]], +[[2693.74,6470.14,0],0,false,[[4681,0,137.402],[3529,0,27.2733]]],[[13259.4,4557.3,0],0,false,[[3946,2,138.773],[2931,2,233.452]]],[[16556,10537.6,0],0,true,[[2181,0,6.43199],[1957,0,125.008],[3184,0,8.57862]]],[[15945.8,13664.5,0],0,false,[[349,0,224.166],[150,0,375.423]]],[[7432.02,14503.3,0],0,false,[[1000,0,44.6829],[2052,0,28.8095]]], +[[15002.8,5842.76,0],0,false,[[4078,0,256.424],[2861,0,169.115]]],[[7042.02,14529.3,0],0,false,[[2333,0,19.744],[2701,0,19.3875]]],[[20445.8,15518.7,0],0,true,[[4212,0,85.6141],[2831,0,17.0653],[2109,0,10.3679]]],[[6212.68,15016.8,0],0,false,[[816,0,17.9703],[1926,0,21.0154]]],[[13830.8,1235.83,0],0,false,[[2627,0,27.6419],[2054,0,281.42]]], +[[6830.63,14578.7,0],0,false,[[1620,0,28.9286],[4056,0,55.9234]]],[[16278.9,5158.31,0],0,false,[[189,0,250.18],[3146,0,60.3507]]],[[17053.7,13570.6,0],0,false,[[1222,0,110.053],[3507,0,42.492]]],[[11814,24.2027,0.00140381],0,false,[[2072,0,2.62305],[4274,0,2.62305]]],[[6939.1,14607.9,0],0,true,[[1532,0,26.7173],[1315,0,10.7484],[3603,0,13.0598]]], +[[1738.13,7239.66,0],0,true,[[4743,0,84.1602],[597,0,4.30439],[3148,0,2.66532]]],[[1746.1,6521.99,0],0,false,[[3001,0,39.0627],[970,0,28.3245]]],[[4281.92,11729.2,0],0,false,[[1342,1,344.957],[3079,1,20.3849]]],[[3118.03,9601.32,0],0,false,[[3202,0,61.3483]]],[[17876.2,15998.5,0],0,true,[[3667,1,26.7685],[3590,1,65.2032],[1827,1,14.4623]]], +[[11940.3,67.6882,0],0,false,[[3509,0,16.5114],[3778,0,5.82361]]],[[7055.98,14344.1,0],0,true,[[908,1,26.3918],[3003,1,29.769],[3597,1,7.10315]]],[[3623.77,3897.31,0],0,true,[[466,0,368.551],[2930,0,4.7509],[718,0,5.1416]]],[[7105.17,14502.3,0],0,true,[[245,0,26.6168],[1963,0,19.8596],[1873,0,13.9872]]],[[7249.27,14509,0],0,true,[[1984,0,24.8006],[1456,0,18.922],[2824,1,13.084]]], +[[4191.65,8850.01,0],0,false,[[995,0,146.45],[3270,0,224.212]]],[[15108.8,406.192,0],0,false,[[2251,0,184.364],[3563,0,391.053]]],[[3827.23,11468.9,0],0,true,[[2222,0,26.4032],[1562,0,7.13104],[1014,0,15.0803],[3367,0,3.73913],[1133,0,5.13567]]],[[3707.65,2243.77,0],0,false,[[3288,0,280.717],[1563,0,283.691]]],[[18002.9,1129.98,0],0,false,[[194,0,93.9944],[4132,0,122.341]]], +[[9734.32,8079.94,0],0,true,[[2560,0,4.6338],[3321,0,248.009],[1641,0,7.85877]]],[[706.062,18529.5,0],1,true,[[2894,0,172.681],[966,0,196.194],[993,0,50.7475]]],[[20224.3,2710.47,0],0,false,[[3683,0,222.641],[3381,0,127.668]]],[[19133.6,571.93,0],0,false,[[911,0,353.861],[2839,0,275.853]]],[[6371.02,9428.39,0],0,false,[[2135,0,271.09],[3910,0,328.39]]], +[[11529.9,621.222,0],0,false,[[818,2,73.8982],[4305,2,82.7607]]],[[16979.8,7147.63,0],0,true,[[4581,0,217.43],[2196,0,21.184],[3318,0,13.0679]]],[[15727.2,542.661,0],0,false,[[1529,0,16.3065],[941,0,90.6324]]],[[6112.16,10762.2,0],0,false,[[3232,0,6.65189],[2321,0,390.907]]],[[2479.51,2102.1,0],0,false,[[4593,0,42.8557],[2269,0,179.299]]], +[[17816.4,8233.33,0],0,false,[[3863,0,19.1408],[1442,0,205.426]]],[[6471.59,12842.7,0],0,false,[[1945,0,15.0737],[3761,0,255.393]]],[[18440,13821.3,0],0,false,[[2752,0,377.408],[1632,0,254.958]]],[[4843.81,3786.61,0],0,true,[[2589,0,6.27496],[4301,0,49.3753],[2254,0,3.98395]]],[[3969.98,11564.2,0],0,false,[[1550,0,158.987],[1674,0,122.994]]], +[[2691.33,677.997,0],0,true,[[1298,0,143.344],[3868,0,171.362],[3469,0,106.887]]],[[8205.53,11737.8,0],0,false,[[3384,1,115.805],[3212,1,277.217]]],[[3266.78,10201.5,0],0,false,[[3546,0,80.9063],[4683,0,17.4074]]],[[1668.31,16446,0],1,true,[[1809,0,35.5197],[13,0,291.064],[1202,0,12.9621]]],[[8055.77,14113.5,0],0,false,[[4018,0,355.286],[1426,0,275.629]]], +[[5315.53,14312.1,0],0,true,[[3085,1,30.2322],[1782,1,341.338],[93,1,14.7772]]],[[15902.2,2950.97,0],0,false,[[1907,0,184.684],[1454,0,18.5328]]],[[1310.48,6714.09,0],0,false,[[4423,0,85.6854],[4065,0,164.349]]],[[10199.9,9599.77,0],0,false,[[3994,0,115.29],[1082,0,229.86]]],[[6294.83,14054,0],0,true,[[3081,0,20.1647],[1186,0,19.9328],[1927,0,6.41632]]], +[[1208.15,11140.5,0],0,false,[[2477,0,175.747],[3422,0,275.115]]],[[7019.03,12866.4,0],0,true,[[4254,1,19.6938],[134,1,318.786],[1592,1,9.79213]]],[[11607.8,343.131,0],0,false,[[1471,2,67.4186],[4706,2,97.3251]]],[[7297.02,14613.7,0],0,true,[[4602,0,33.1796],[2779,0,9.38844],[4323,0,15.1163]]],[[10071.4,7658.6,0],0,false,[[2491,0,209.663],[1970,0,76.5616]]], +[[20025.8,3037.25,0.0453491],0,false,[[2878,0,47.462],[4768,0,14.77],[1441,0,24.5124]]],[[7634.69,1398.29,0],0,true,[[3992,0,135.107],[4310,0,25.3752],[4302,0,11.9887]]],[[3838.05,11508.3,0],0,false,[[20,0,59.045],[2009,0,38.6078]]],[[6312.68,14519.8,0],0,true,[[3947,0,6.81439],[4049,0,32.8329],[976,0,15.7797]]],[[9217.11,9062.91,0],0,false,[[2590,0,214.279],[2502,0,51.0012]]], +[[5530.28,6247.83,0],0,false,[[3877,0,50.7625]]],[[2938.82,9607.82,0],0,true,[[3110,0,38.0184],[92,0,7.80244],[1994,0,8.24495]]],[[15219.6,5248.6,0],0,false,[[562,0,69.1192],[3201,0,16.646]]],[[9113.96,6313.11,0],0,false,[[462,0,384.782],[2046,0,172.757]]],[[9799.52,7831.94,0],0,true,[[2209,0,4.00298],[3170,0,84.8326],[4526,0,7.48204]]], +[[144.552,15350.6,0],1,false,[[323,0,58.0359],[1634,0,153.362]]],[[4471.59,1574.03,0],0,false,[[580,0,116.402],[624,0,353.626]]],[[4676.67,7027.26,0],0,true,[[4067,0,4.78967],[596,0,3.67671],[1543,0,21.7128]]],[[5050.15,11414.5,0],0,false,[[2191,0,201.092],[1689,0,259.073]]],[[4295.45,8668.08,0],0,false,[[1933,0,31.55],[4536,0,22.273]]], +[[4131.59,11091.3,0],0,false,[[217,0,67.9081],[2474,0,128.045]]],[[5613.26,5869.51,0],0,false,[[2618,0,45.4756],[2235,0,19.4298]]],[[4902.04,6165.25,0],0,false,[[376,0,284.586],[2834,0,396.14]]],[[3628.24,3894.76,0],0,true,[[2930,0,6.30049],[3273,0,364.805],[662,0,5.1416]]],[[13909.9,11315.6,0],0,false,[[3038,0,243.967],[4215,0,393.526]]], +[[13168.9,5433.45,0],0,true,[[1712,0,17.9601],[1392,0,31.6883],[2016,1,17.1904],[506,0,84.158]]],[[7330.67,14591.4,0],0,false,[[2925,0,25.6345],[2268,0,84.6055]]],[[1512.55,9089.17,0],0,true,[[2966,0,10.8773],[205,0,244.761],[461,0,7.80629]]],[[7070.47,14843.4,0],0,false,[[1841,0,23.2237],[4207,0,67.8975]]],[[6330.24,14412,0],0,false,[[2390,0,87.1552],[1084,0,43.8665]]], +[[6799.89,377.535,0],0,true,[[4041,0,26.6034],[4655,0,191.983],[126,0,19.4741]]],[[10274.8,9857.83,0],0,false,[[573,0,196.216],[2002,0,282.352]]],[[3307.33,12451,0],0,true,[[4631,1,42.6891],[4216,1,4.62995],[4097,1,5.30175]]],[[10923.8,9193.56,0],0,true,[[855,0,63.334],[2668,0,100.002],[1187,0,53.9179]]],[[8828.26,3632.45,0],0,true,[[746,0,24.1664],[2976,0,293.044],[1638,0,324.133]]], +[[3587.17,13273.6,0],0,false,[[2698,0,78.6151]]],[[2633.7,8543.28,0],0,false,[[1221,1,18.3356],[3545,1,20.825]]],[[5639.85,5876.35,0],0,true,[[2235,0,8.94337],[2358,0,32.4603],[25,0,11.2026]]],[[9456.26,10704.6,0],0,false,[[2163,1,68.3745]]],[[18466.1,3438.02,0],0,true,[[2516,0,11.5701],[3073,0,9.38877],[4384,0,10.9474]]], +[[6318.24,14267.9,0],0,true,[[1375,0,31.7072],[3182,0,22.9263],[4543,0,15.9086]]],[[16662,15112.2,0],0,false,[[1695,0,101.009]]],[[4757.45,10886.8,0],0,true,[[2384,0,29.9319],[4277,0,24.4806],[460,0,14.5117],[2291,0,16.3935]]],[[13900.4,10270.6,0],0,true,[[2014,0,336.651],[3451,0,4.01107],[392,0,4.89466]]],[[5328.03,2567.95,0],0,false,[[3970,0,271.776],[2523,0,155.229]]], +[[7307.98,14477.5,0],0,true,[[3865,1,14.4707],[3543,1,3.94318],[2253,1,9.26562]]],[[17683.2,1417.38,0],0,true,[[326,0,104.12],[1996,0,20.5729],[3298,0,13.104],[2835,0,13.8026]]],[[17743.7,944.675,0],0,false,[[1569,0,93.6516],[954,0,106.654]]],[[11313.7,12395.1,0],0,true,[[531,0,35.8065],[1129,0,22.3593],[2106,0,47.5254]]],[[991.11,14918.8,0],1,false,[[3963,0,94.4804],[2593,0,34.6473]]], +[[309.155,18802.7,0],1,false,[[860,0,310.475],[2594,0,29.5279]]],[[8842.85,3651.72,0],0,false,[[1897,0,123.314],[729,0,24.1664]]],[[9885.92,4016.19,0],0,false,[[3477,0,147.447],[1763,0,19.228]]],[[18390.5,2983.8,0],0,false,[[2167,0,145.849],[3846,0,105.536]]],[[9667.98,5827.63,0],0,true,[[4391,0,12.8961],[3377,0,5.95365],[2215,0,5.22405]]], +[[17563.7,3862.81,0],0,false,[[1589,0,250.36],[2446,0,207.667]]],[[16306.9,15203.1,0],0,true,[[2678,0,15.7383],[3840,0,57.5566],[3839,0,15.7161]]],[[17829.5,15800.3,0],0,false,[[1548,1,83.647],[4637,1,24.2832]]],[[35.9886,18484.8,0],1,false,[[3861,0,9.60787],[1324,0,204.516]]],[[1360.79,7399.85,0],0,false,[[363,2,356.47],[936,2,99.7021]]], +[[6045.54,498.782,0],0,false,[[4555,0,64.4593]]],[[6345.71,7776.33,0],0,true,[[3240,0,4.59042],[4781,0,23.5253],[856,0,4.63809]]],[[11269.9,7881.76,0],0,true,[[3975,0,19.422],[2468,0,10.592],[1011,0,5.6475],[1964,0,4.66734]]],[[5474.47,15414.7,0],0,false,[[2338,1,29.4856],[2416,1,28.413]]],[[18599,2935.53,0],0,false,[[3539,0,69.8589],[335,0,53.6996]]], +[[17845.5,15711.1,0],0,true,[[3416,1,18.1636],[4553,1,16.0399],[1235,1,13.4979]]],[[14476.8,16139.4,0],5,false,[[4240,0,161.735],[3624,0,257.434]]],[[6267.89,14204.9,0],0,false,[[42,0,13.9313],[2308,0,15.5055]]],[[3504.11,13063.5,0],0,false,[[1931,0,137.283],[270,0,115.573]]],[[560.75,4927.02,0],0,false,[[3156,0,353.421],[1806,0,326.113]]], +[[13611.3,11168.8,0],0,true,[[248,0,5.49451],[3237,0,301.859],[1987,0,4.48603]]],[[13356.1,10096,0],0,false,[[4563,0,182.409],[2014,0,240.064]]],[[7378.55,4646.54,0],0,false,[[1239,0,22.593],[444,0,160.409]]],[[17230.3,15039.2,0],0,false,[[1528,0,201.495],[1590,0,135.139]]],[[1021.23,14726.7,0],1,false,[[3259,0,287.597],[4266,0,333.171]]], +[[10864.1,1874.19,0],0,true,[[4403,0,223.808],[3611,0,14.3882],[3982,0,14.7049]]],[[5108.6,13304.5,0],0,true,[[312,0,5.39074],[4260,0,5.51468],[1091,1,3.59821]]],[[7378.67,14465.7,0],0,true,[[1372,1,5.1246],[169,0,7.4394],[2202,1,9.02797],[1199,0,9.8994],[1227,0,5.06689]]],[[966.23,3423.58,0],0,true,[[4705,0,1.9097],[2964,0,2.11344],[1530,0,3.04467]]],[[12848.2,11524.7,0],0,false,[[639,1,31.377],[4292,1,354.875]]], +[[6983.96,14338.2,0],0,false,[[3227,1,18.9862]]],[[8553.27,5479.1,0],0,true,[[1884,0,358.307],[2378,0,11.1335],[567,0,8.46058]]],[[1066.97,7878.64,0],0,true,[[3415,2,28.3149],[3093,2,159.442],[4749,2,2.10792],[2885,2,22.1762]]],[[10565,3548.55,0],0,true,[[2056,1,5.4041],[4765,1,218.786],[882,1,13.203]]],[[7207.71,13492.9,0],0,false,[[1117,0,303.579],[1415,0,23.5781]]], +[[17718.1,2987.67,0],0,false,[[4475,0,6.96011],[4076,0,190.459]]],[[15090.3,837.919,0],0,true,[[4541,0,23.7846],[3523,0,374.166],[3174,0,13.9713]]],[[749.286,14827.8,0],1,true,[[4767,0,192.157],[4330,0,11.2205],[3259,0,8.88321]]],[[17249.3,5.20296,0],0,false,[[3005,0,43.5319]]],[[15773.1,11106.4,0],0,false,[[2817,0,36.0074]]], +[[5495.87,15323.8,0],0,true,[[2685,1,20.2998],[1359,1,19.8955],[3766,1,4.21008],[2960,1,3.11593]]],[[4730.37,3307.97,0],0,true,[[1273,0,214.826],[4419,0,315.112],[2138,0,266.937]]],[[3655.7,10126.9,0],0,true,[[3217,0,264.492],[3481,0,7.72364],[3087,0,8.89824]]],[[11596.6,12644.5,0],0,false,[[413,0,29.3095],[67,0,67.4265]]],[[2379.26,7055,0],0,false,[[1696,0,253.307],[1493,0,64.9133]]], +[[6443.67,4644.64,0],0,false,[[3436,0,145.108],[3517,0,118.374]]],[[4936.11,4791.41,0],0,true,[[4688,0,222.651],[4118,0,18.0083],[2381,0,18.6251]]],[[11776.1,35.1695,0],0,false,[[43,0,39.2836],[2072,0,39.6625]]],[[15374.3,6240.88,0],0,false,[[320,0,9.32636],[1642,0,7.6888]]],[[6899.52,14532,0],0,true,[[3092,0,20.0596],[2058,0,14.0425],[3560,0,12.0605]]], +[[20228.2,15505.1,0],0,false,[[4714,0,73.3379],[2296,0,397.981]]],[[7290.46,14440.9,0],0,false,[[1519,0,20.8489],[980,0,27.7219]]],[[1021.27,3364.8,0],0,true,[[2580,0,47.417],[4647,0,18.1199],[2924,0,14.898]]],[[10909.4,1398.69,0],0,false,[[4427,0,323.367],[4785,0,128.409]]],[[20199.2,11431.7,0],0,false,[[2280,0,272.255],[1556,0,320.224]]], +[[5112.3,13339,0],0,true,[[86,0,3.78816],[1343,0,3.60363],[1561,1,7.13537],[2884,0,4.27254]]],[[18263.1,1272.7,0],0,false,[[1640,0,83.7556],[4789,0,60.4666]]],[[12858.8,11497.5,0.00195313],0,false,[[4635,0,2.38965],[639,0,2.38965]]],[[12851.6,11097.3,0],0,false,[[918,0,85.4413],[2604,0,54.4751]]],[[19874.7,14508.2,0.0415649],0,false,[[3260,0,58.4619],[1257,0,63.831]]], +[[9996.84,5325.32,-0.490796],0,true,[[1277,1,17.2203],[3460,1,198.96],[2293,1,7.42168]]],[[1288.39,9056.37,0],0,true,[[2875,0,5.67894],[3985,0,40.2633],[318,0,15.6978]]],[[9388.94,10493.1,0],0,false,[[4189,1,46.5758],[3837,1,258.255]]],[[17098.5,13624.5,0],0,false,[[420,0,9.87068],[3789,0,229.45]]],[[3265.92,11166.2,0],0,false,[[2314,0,178.254],[4450,0,19.157]]], +[[4998.42,14052.1,0],0,false,[[1527,0,14.2085],[2192,0,179.439]]],[[7620.65,14362.7,0],0,false,[[4181,0,146.975],[3058,0,126.732]]],[[7000.79,14315.1,0],0,false,[[3198,1,14.7894]]],[[15589.4,13273.1,0],0,true,[[4084,0,5.7803],[4354,0,9.72244],[1288,0,6.40979],[24,0,6.18303]]],[[9832.4,8521.48,0],0,false,[[2613,0,273.064],[1461,0,158.178]]], +[[4222.2,8606.56,0],0,false,[[443,0,70.8955]]],[[6194.75,15015.6,0],0,false,[[3596,0,22.1192],[648,0,17.9703]]],[[1330.79,6579.75,0],0,false,[[3918,0,148.981],[3580,0,324.537]]],[[11539,548.383,0],0,false,[[521,2,70.399],[675,2,73.8982]]],[[11839.6,87.4185,0],0,true,[[2412,0,22.8979],[1735,0,16.9733],[58,0,15.0314]]], +[[2623.11,8634.78,0],0,false,[[3619,0,68.1738],[4261,0,45.7734]]],[[14778.8,391.488,0],0,true,[[241,0,8.00829],[2251,0,179.939],[4104,0,17.9609]]],[[20422.1,15608.4,0],0,true,[[4212,0,8.0001],[6,0,138.683],[3017,0,14.7337]]],[[12956.8,5659.53,0],0,false,[[1452,0,80.3686]]],[[4990.95,14404.6,0],0,false,[[2192,0,201.963],[3358,0,100.992]]], +[[6835,14617.1,0],0,false,[[581,0,57.2453],[370,0,23.6675]]],[[5727.39,8293.71,0],0,false,[[2248,0,155.4],[4713,0,27.0741]]],[[15577,13263,0],0,true,[[3979,0,316.376],[4084,0,10.2913],[1288,0,9.57852]]],[[17243.6,3788.33,0],0,true,[[846,0,10.7952],[839,0,10.1731],[4515,0,7.65199]]],[[11952,2095.19,0],0,true,[[354,2,22.9309],[4174,2,111.93],[3663,2,5.25526]]], +[[2793.94,704.08,0],0,true,[[3469,0,5.49486],[3339,0,8.38637],[2479,0,2.96964]]],[[2808.88,10950.9,0],0,false,[[1344,0,25.3254]]],[[15344.7,6236.28,0],0,true,[[1790,0,11.5866],[2815,0,15.6814],[3567,0,8.37405],[4702,0,7.15462]]],[[18392.4,3486.84,0],0,false,[[2503,0,376.896],[3163,0,82.3905]]],[[7175.13,14412.9,0],0,false,[[1390,1,9.63289],[2162,0,17.8011]]], +[[6222.04,13910.2,0],0,false,[[2541,0,138.856],[2566,0,120.28]]],[[6735.46,1672.69,0],0,true,[[1055,0,270.258],[1803,0,24.5943],[3061,0,35.5493]]],[[16245.6,11533.8,0],0,false,[[619,0,366.931],[103,0,375.214]]],[[20058.2,12972.3,0],0,true,[[3870,0,8.27218],[4233,0,16.3002],[2008,0,4.08317]]],[[17242.9,3778.18,0],0,true,[[828,0,10.1731],[355,0,15.0798],[4515,0,3.63493]]], +[[4903.5,4833.64,0],0,false,[[3023,0,21.7092]]],[[17535,1694.43,0],0,false,[[1639,0,92.302],[1387,0,67.8749]]],[[17873,7184.55,0],0,false,[[1223,0,344.065],[1700,0,206.656]]],[[18808.3,10840,0],0,false,[[315,0,12.9104],[1007,2,2.03576]]],[[15720.8,530.683,0],0,false,[[1529,0,13.0367],[3661,0,199.962]]], +[[11704,9951.66,0],0,false,[[3370,0,268.474]]],[[17244.4,3799.1,0],0,true,[[21,0,3.41158],[828,0,10.7952],[2651,0,9.48753],[3137,0,5.12575]]],[[11320.7,7311.27,0],0,false,[[2882,0,396.237],[3544,0,139.836]]],[[12879.1,11441.9,0],0,true,[[1570,1,21.1958],[578,1,25.9217],[1962,1,28.9607],[2608,1,21.4081],[2858,1,24.4827]]],[[5817.85,896.706,0],0,false,[[353,0,338.206],[1983,0,164.826]]], +[[6042.04,11034.7,0],0,false,[[1450,0,52.5725],[3703,0,238.611]]],[[18678.8,2865.24,0],0,false,[[335,0,53.8517],[4603,0,35.813]]],[[18449,15083.2,0],0,false,[[1245,0,146.037],[3016,0,364.206]]],[[16043.3,3501.3,0],0,false,[[3336,0,405.734],[69,0,89.8811]]],[[2264.66,3596.25,0],0,true,[[3710,0,29.1154],[203,0,95.5733],[1974,0,50.423],[2998,0,8.39311]]], +[[10926,9134.71,0],0,true,[[2892,0,3.34076],[728,0,63.334],[2664,0,4.94758]]],[[6342.86,7772.67,0],0,true,[[892,0,3.2243],[4105,0,1.53237],[3240,0,0.634032],[756,0,4.63809]]],[[4793.21,10900.5,0],0,true,[[1171,0,22.9182],[3620,0,102.042],[4277,0,15.6469],[1098,0,13.7441]]],[[1118.09,14191.3,0],1,true,[[1872,0,29.3159],[4598,0,244.776],[3885,0,153.601]]],[[7.09978,13751.2,0],1,false,[[3277,0,402.318]]], +[[7.61835,18866.7,0],1,false,[[745,0,310.475]]],[[7626.61,14215.3,0],0,false,[[1037,0,18.7504],[3015,0,28.202]]],[[3263,10108.8,0],0,false,[[4047,0,12.32],[398,0,23.798]]],[[2566.31,1267.14,0],0,false,[[2749,0,186.559],[2067,0,264.525]]],[[2530.9,7963.6,0],0,true,[[2355,0,199.449],[1905,1,13.9613],[3354,1,12.3762]]], +[[11628.9,149.805,0],0,false,[[4591,2,57.0103],[4341,2,63.7308]]],[[3896.51,11391.6,0],0,false,[[4489,0,88.4179],[2827,0,57.7241]]],[[2493.99,7559.93,0],0,false,[[493,1,77.0079],[388,1,60.5838]]],[[13651.7,8478.23,0],0,true,[[2182,0,216.561],[1127,0,3.71341],[4378,0,8.43323]]],[[5839.96,15222.2,0],0,false,[[1125,0,56.3026],[4544,0,29.9818]]], +[[3351.45,12467.6,0],0,true,[[1434,1,6.60623],[2010,1,4.02584],[4631,1,5.01877]]],[[4681.49,10828.4,0],0,false,[[2384,0,65.9004]]],[[6674.53,2034.99,0],0,false,[[1998,0,62.5338]]],[[11881,78.6222,0],0,true,[[1939,0,21.1339],[2412,0,19.4494],[4731,0,11.1207]]],[[7118.55,253.264,0],0,false,[[126,0,341.474],[100,0,211.732]]], +[[20408.2,2344.29,0],0,false,[[4201,0,202.22],[3683,0,196.509]]],[[11561.3,6034.53,0.0471191],0,false,[[2100,0,78.9286],[2442,0,125.155]]],[[4847.96,10590.4,0],0,true,[[4513,0,7.20324],[1832,0,173.743],[2988,0,4.36464]]],[[10828.7,5535.06,0],0,false,[[2505,0,188.316],[406,0,217.189]]],[[19097.8,2338.09,0],0,false,[[503,0,29.9052],[2728,0,37.0501]]], +[[18803.3,7490.64,0],0,false,[[37,1,349.116],[1086,1,178.236]]],[[18730,10785.8,0],0,true,[[258,2,3.28094],[1007,2,93.2561],[3848,2,11.9569]]],[[10565.2,3535.35,0.542878],0,true,[[3616,1,168.292],[778,1,13.203],[2056,1,7.84707]]],[[19802.3,11165.1,0],0,false,[[2193,0,197.463],[2280,0,214.9]]],[[15945.4,11294.9,0],0,true,[[1497,0,4.41427],[4668,0,401.106],[1715,0,6.18202]]], +[[12577.7,3014.88,0],0,false,[[4504,0,33.0975]]],[[15054.7,4326.92,0],0,false,[[4300,0,234.825]]],[[16531,14174.8,0],0,true,[[3409,0,26.1247],[3334,0,182.812],[4273,0,10.2371]]],[[17879.4,16073.1,0],0,false,[[4322,1,55.763]]],[[1624.47,14951,0],1,true,[[3426,0,4.93414],[112,0,299.17],[4604,0,6.42018]]], +[[11226.9,7985.63,0],0,false,[[2468,0,104.278],[2342,0,276.49]]],[[2802.12,1057.3,0],0,false,[[3686,0,107.872],[3206,0,134.524]]],[[6344.46,7769.87,0],0,true,[[2869,0,40.2082],[856,0,3.2243],[3240,0,3.8424]]],[[18553,1525.1,0],0,false,[[1295,0,30.1276],[2101,0,15.5284]]],[[12995.9,11151.8,0],0,false,[[921,1,38.0971],[1766,1,14.0744],[3684,0,3.92138],[4397,0,34.5869]]], +[[1727.8,6476.44,0],0,false,[[4278,0,128.141],[2757,0,159.423]]],[[6418.61,14211.8,0],0,true,[[1775,0,28.0764],[3618,0,28.3264],[973,0,18.774]]],[[6734.14,11335.9,0],0,true,[[2312,0,68.9673],[1607,0,5.45274],[4464,0,8.30177]]],[[17867.8,15944.8,0],0,true,[[3106,1,18.9756],[1649,1,22.3385],[1789,1,43.8877]]],[[17647,15996.6,0],0,true,[[3075,1,92.1797],[3489,1,107.354],[3581,1,54.285]]], +[[14594.2,14701.2,0],2,false,[[950,0,194.54]]],[[5809.33,15319.9,0],0,false,[[3199,1,3.26002],[228,0,38.6719]]],[[3979.72,11308.1,0],0,true,[[4764,0,8.07319],[3380,0,18.6984],[2624,0,5.0343],[427,0,5.79499]]],[[5446.88,11490.8,0],0,false,[[408,0,98.6355]]],[[6409.59,14112.6,0],0,false,[[2975,0,45.1771],[1699,0,56.5601]]], +[[3335.94,12727.6,0],0,true,[[2684,0,9.79717],[2804,0,14.351],[2655,0,7.36575]]],[[5593.57,6250.84,0],0,true,[[4698,0,267.377],[1164,0,4.82961],[2636,0,4.6846]]],[[1312.1,7521.89,0],0,false,[[2346,0,22.4683],[1304,0,167.599]]],[[7032.62,14331.9,0],0,true,[[3198,1,21.1587],[661,1,26.3918],[1394,1,8.84491]]],[[47.4564,7215.57,0],0,false,[[2144,0,16.2788],[1328,0,210.02]]], +[[1192.63,8554.45,0],0,false,[[1713,0,320.478],[1940,0,103.646]]],[[18819.9,717.703,0],0,false,[[673,0,353.861]]],[[13094.9,1759.14,0],0,false,[[2700,0,228.952]]],[[2542.47,7637.49,0],0,false,[[1424,1,96.643],[3419,1,21.9767]]],[[2486.46,7465.67,0],0,true,[[4552,1,9.74111],[1075,1,40.9843],[493,1,17.7346]]], +[[6218.23,12348.3,0],0,false,[[418,0,183.261]]],[[7590.13,14529.8,0],0,true,[[1432,1,6.54764],[2124,1,12.7684],[2669,1,5.34297],[627,1,3.40148]]],[[9873.11,3867.33,0],0,true,[[1891,0,7.73552],[4740,0,4.42279],[1130,0,4.05782]]],[[12933.2,11122.4,0],0,false,[[4397,0,34.5869],[803,0,85.4413]]],[[11284.6,6722.79,0],0,false,[[1350,0,268.418],[2882,0,279.629]]], +[[8048.56,11981.7,0],0,true,[[1177,0,4.46989],[1381,0,8.39136],[2035,0,3.35007]]],[[13012.2,11117.8,0],0,false,[[4327,1,54.9344],[894,1,38.0971]]],[[10201.4,10129.7,0],0,false,[[2818,0,152.323],[2583,0,286.568]]],[[9917.57,8988.94,0],0,false,[[3784,0,217.439],[2613,0,211.798]]],[[1773.46,6533.9,0],0,true,[[2410,0,3.30024],[2773,0,35.3746],[970,0,6.99673]]], +[[17630.7,1190.13,0],0,false,[[2134,0,14.1238],[4607,0,16.1889]]],[[12615.6,2985.73,0],0,false,[[1815,2,24.5678],[1347,2,332.431]]],[[17349.9,7783.7,0],0,false,[[3342,0,250.965],[2533,0,243.292]]],[[2903.34,6065.67,0],0,true,[[1475,1,158.129],[495,1,24.4622],[2633,1,11.697]]],[[5119.8,13320.1,0],0,true,[[2217,0,3.60525],[589,0,3.93128],[286,0,4.55035]]], +[[4505.66,8940.21,0],0,true,[[3002,0,200.535],[2901,0,127.685],[3270,0,131.555]]],[[17735.7,15862.2,0],0,false,[[1407,1,24.2389],[3158,1,28.4669]]],[[778.398,16168,0],1,true,[[4230,0,10.3991],[4482,0,13.1067],[2157,0,9.92548],[1526,0,8.17059]]],[[378.389,15969.5,0],1,false,[[381,0,38.2361],[559,0,296.37]]],[[3677.96,6172.46,0],0,false,[[1140,0,278.856],[3192,0,218.879]]], +[[7359.72,11959,0],0,false,[[3719,0,370.004],[177,0,358.24]]],[[1306.63,7483.19,0],0,false,[[754,2,99.7021],[3485,2,26.4661]]],[[4613.55,11059.2,0],0,true,[[4441,0,34.342],[3680,0,20.8746],[1880,1,19.8803],[3739,1,12.4801]]],[[19663.1,10143,0],0,false,[[544,0,379.63],[3940,0,310.315]]],[[16936,6247.97,0],0,false,[[3447,0,125.8],[4684,0,233.446]]], +[[12281.9,2542.24,0],0,true,[[1228,0,106.733],[4152,0,107.717],[3255,0,39.1724]]],[[15809.1,574.677,0],0,false,[[677,0,90.6324]]],[[307.931,9451.72,0],0,false,[[4633,0,108.704],[3892,0,315.738]]],[[13549,5419.53,0],0,false,[[2548,0,210.321],[3743,0,63.165]]],[[5530.5,9856.98,0],0,false,[[3067,0,239.875],[2194,0,312.16]]], +[[9901.05,9963.44,0],0,false,[[28,0,129.402],[1112,0,15.571]]],[[16769.1,9957.11,0],0,false,[[1352,0,133.962],[1531,0,221.948]]],[[3382.61,6500.48,0],0,false,[[4662,0,96.7293],[1898,0,162.913]]],[[6339.43,7773.3,0],0,true,[[4105,0,2.06634],[3082,0,2.73912],[3240,0,2.99301]]],[[8044.06,5720.47,0],0,false,[[3934,0,21.9531],[1868,0,127.439]]], +[[14453,14576.3,0],2,false,[[1453,0,240.35],[900,0,194.54]]],[[6999.15,14433.9,0],0,false,[[2969,0,55.5355],[4523,0,30.629]]],[[747.832,11144.9,0],0,true,[[2477,0,284.612],[2517,0,18.2247],[2712,0,13.1453]]],[[2618.55,10775.1,0],0,true,[[2838,0,8.61563],[2084,0,68.8257],[4083,0,4.63153]]],[[17788.3,847.835,0],0,false,[[742,0,106.654]]], +[[3802.43,13131.9,0],0,true,[[1314,0,177.121],[3027,0,7.35047],[1681,0,2.39985],[975,0,5.9259]]],[[7574.02,14577.6,0],0,false,[[988,0,44.2526],[3996,0,40.0967]]],[[5127.23,13057.9,0],0,false,[[2031,0,44.8264],[3497,0,168.407]]],[[19494.7,8025.85,0],0,true,[[1460,1,6.64288],[216,1,143.535],[3121,1,3.86683]]],[[11523.6,12620.8,0],0,true,[[67,0,21.0814],[4670,0,3.19998],[3071,0,7.38207]]], +[[19914.5,3017.46,0.0429077],0,false,[[4626,0,74.9968],[2878,0,65.6718]]],[[18107.1,2137.38,0],0,false,[[3077,0,72.0694],[2781,0,33.6405]]],[[6145.87,11202.5,0],0,false,[[2070,0,23.4974],[2172,0,21.955]]],[[16258,4405.51,0],0,false,[[2033,0,83.428],[1986,0,217.169]]],[[15886.2,14412.8,0],0,false,[[243,0,40.6064],[4619,0,146.082]]], +[[18722.7,16342.2,0],0,false,[[3455,1,113.26],[2127,1,74.822]]],[[516.048,18538.1,0],1,false,[[671,0,196.194],[4732,0,63.5812]]],[[6462.05,15253.4,0],0,false,[[3366,0,83.8379],[3606,0,164.513]]],[[17369.6,375.758,0.0494995],0,false,[[4267,0,81.5449],[3304,0,50.658]]],[[6608.53,14394.4,0],0,true,[[2579,0,73.0345],[2939,0,64.5275],[3296,0,142.111]]], +[[1772.67,6526.94,0],0,true,[[656,0,28.3245],[2512,0,2.64255],[1829,0,7.29821],[2569,0,4.05324],[2410,0,3.89516],[924,0,6.99673]]],[[19330.4,6345.2,0],0,false,[[284,0,192.272],[2906,0,239.62]]],[[19264,7959.37,0],0,false,[[2880,1,27.7212],[4617,1,25.0804]]],[[6422.89,14193.6,0],0,true,[[1650,0,38.8868],[1775,0,11.4975],[896,0,18.774]]],[[18004.5,2757.9,0],0,true,[[4076,0,184.249],[111,0,28.8712],[3670,0,13.2835]]], +[[3808.05,13130,0],0,true,[[1681,0,4.6376],[3685,0,102.74],[955,0,5.9259]]],[[6298.07,14525.7,0],0,true,[[3947,0,22.4539],[1455,0,43.8872],[703,0,15.7797]]],[[3378.26,1610.53,0],0,false,[[3724,0,24.1609],[2273,0,281.26]]],[[4091.44,11931.1,0],0,false,[[2463,1,246.945],[605,1,392.913]]],[[4989.58,4793.61,0],0,true,[[2381,0,35.2811],[2257,0,353.306],[4209,0,18.8632]]], +[[7276.35,14464.8,0],0,false,[[796,0,27.7219],[1984,0,27.0849]]],[[16879.6,14741.9,0],0,true,[[1850,0,22.3731],[301,0,231.376],[3390,0,17.0701]]],[[19529.5,15191.9,0],0,false,[[1023,0,256.52],[2179,0,338.878]]],[[11776.8,222.208,0],0,true,[[3289,0,23.3024],[3389,0,19.9875],[1225,0,19.4605]]],[[11874.2,237.345,0],0,false,[[1837,0,53.7032],[1178,0,54.624]]], +[[6426.56,14244.9,0],0,true,[[4312,0,12.9914],[4110,0,36.5175],[1864,0,3.18858]]],[[6537.73,7965.24,0],0,true,[[1770,0,143.488],[1283,0,26.3014],[1521,0,12.3369]]],[[16996.4,8678.93,0],0,false,[[4187,0,257.285],[1993,0,213.435]]],[[7594.11,14539.7,0],0,false,[[627,0,9.08487],[956,0,44.2526]]],[[11236.9,12463.6,0],0,false,[[1234,0,20.6939],[4324,0,51.8778]]], +[[6770.08,13819.3,0],0,true,[[2864,0,169.779],[3423,0,17.1963],[3559,0,12.2585]]],[[19906.6,9858.1,0],0,true,[[4386,0,10.456],[4227,0,30.3478],[110,0,5.59955]]],[[18704.3,15951.1,0],0,false,[[2519,0,73.1461]]],[[738.87,18564,0],1,false,[[410,0,94.8911],[671,0,50.7475]]],[[13002.6,3735.22,0],0,false,[[3833,0,127.291],[1630,0,199.801]]], +[[4235.48,8714.28,0],0,false,[[1646,0,44.9479],[665,0,146.45]]],[[19177.1,2952.05,0],0,false,[[3047,0,148.723],[1894,0,65.5258]]],[[14678.1,5182.98,0],0,false,[[415,0,320.362],[497,0,217.702]]],[[6044.34,14169.4,0],0,true,[[1736,0,6.36636],[2750,0,23.7186],[1856,0,7.81772]]],[[4254.5,8675.1,0],0,true,[[3200,0,1.7984],[1933,0,10.0795],[1145,0,6.11518],[1646,0,2.73552]]], +[[7394.86,14478.6,0],0,false,[[1227,0,15.6962],[644,0,44.6829]]],[[4388.44,2529.06,0],0,false,[[3057,0,260.54],[4529,0,350.049]]],[[6491.43,14228.4,0],0,false,[[185,0,19.73],[350,0,21.6277]]],[[10575.3,3345.98,0],0,false,[[2893,1,246.947],[3616,1,21.7735]]],[[6818.9,11576.1,0],0,false,[[3164,0,22.1863],[1909,0,190.781]]], +[[17566.4,581.957,0.0415649],0,false,[[2784,0,43.607],[4050,0,59.314]]],[[6081.7,11212.9,0],0,true,[[4772,0,19.1393],[631,0,53.5201],[1765,0,5.27263],[3033,0,7.38191]]],[[18806.7,10838.9,0],0,true,[[881,2,93.2561],[4008,2,26.4196],[843,2,2.03576],[315,2,13.6055]]],[[1779.57,4142.08,0],0,false,[[540,0,249.124],[3705,0,299.284]]],[[2670.81,900.356,0],0,true,[[4674,0,5.23236],[1085,0,54.9494],[3035,0,4.78637]]], +[[2863.92,9160.71,0],0,false,[[1294,1,4.69715],[3912,0,110.763]]],[[11265.9,7877.77,0],0,true,[[2909,0,16.0884],[1964,0,8.06265],[757,0,5.6475]]],[[16259.6,4868.07,0],0,false,[[634,0,319.012],[189,0,152.59]]],[[3564.93,4832.33,0],0,false,[[1726,0,62.4287],[2849,0,400.434]]],[[3814.82,11477.4,0],0,true,[[667,0,15.0803],[3966,0,21.0756],[1198,0,5.15869],[1133,0,9.95665],[3367,0,11.3422],[1562,0,7.96933],[3283,0,5.30506],[3310,0,4.61913],[2009,0,4.55871]]], +[[11662.4,265.468,0],0,true,[[3420,0,33.986],[223,0,26.1997],[4664,0,42.6463]]],[[20280.3,10875.3,0],0,false,[[2857,0,330.943],[202,0,147.373]]],[[11359.1,12530.7,0],0,false,[[4761,0,38.6482],[195,0,39.5363]]],[[11581.2,1273.64,0],0,false,[[2585,2,388.258],[416,2,353.104]]],[[7974.57,11988.7,0],0,false,[[4451,0,80.4961],[2830,0,16.975]]], +[[13209.5,9859.9,0],0,true,[[4214,0,27.605],[4457,0,19.3777],[1747,0,17.2499]]],[[10673.6,2461.92,0],0,true,[[1404,0,15.834],[1977,0,302.26],[4449,1,4.65637]]],[[17567.4,15260.3,0],0,false,[[3429,0,14.893],[4703,0,372.668]]],[[19285.8,15129.1,0],0,true,[[282,0,7.61567],[982,0,256.52],[3548,0,4.56756]]],[[810.134,15228.5,0],1,true,[[4069,0,6.55319],[2727,0,17.5289],[1115,0,11.2383]]], +[[7701.52,12242.3,0],0,false,[[4587,1,23.0449],[3920,1,29.8649]]],[[6036.09,13249.6,0],0,false,[[1539,0,244.597],[4405,0,48.2128]]],[[18509.2,2908.12,0],0,false,[[3983,0,90.6938],[1942,0,214.922]]],[[6320.01,14070.5,0],0,true,[[2877,0,18.2689],[1186,0,10.7661],[1215,0,13.2842]]],[[2457.93,7095.48,0],0,false,[[1282,1,147.461],[2205,1,181.983]]], +[[10565.8,1957.58,0],0,false,[[2437,0,82.5788]]],[[1998.27,6972.58,0],0,false,[[3960,0,146.233],[1696,0,159.744]]],[[978.889,18572.1,0],1,false,[[3797,0,197.095]]],[[14632.5,14298.3,0],2,false,[[1439,0,146.933],[1453,0,121.74]]],[[14560.9,13872.1,0],2,false,[[1849,0,88.1569]]], +[[18577.4,14032.8,0],0,true,[[1632,0,5.0428],[2599,0,89.0616],[2801,0,6.39659]]],[[741.938,10476.8,-3.10814],0,true,[[199,1,26.4675],[1711,1,97.4823],[3746,1,6.02366]]],[[7611.66,14226.6,0],0,false,[[861,0,18.7504]]],[[19314.3,7956.04,0],0,true,[[2230,1,21.7399],[2880,1,22.784],[3129,1,17.4923]]],[[4291.59,5808.43,0],0,false,[[3664,0,201.19],[4276,0,354.456]]], +[[6439.65,14177,0],0,true,[[582,0,23.7637],[2509,0,24.7025],[1775,0,12.7576],[308,0,15.9935]]],[[9274.39,11610.9,0],0,true,[[1722,0,341.058],[1329,0,10.0614],[375,0,2.46121]]],[[19892.7,9812.26,0],0,false,[[1738,0,36.7235],[2722,0,133.562]]],[[4776.49,13967.2,0],0,true,[[4479,0,4.25619],[2406,0,4.39313],[3391,0,1.62628]]],[[17819.9,15980.2,0],0,true,[[3695,1,20.9394],[1057,1,10.5454],[2244,1,17.5364]]], +[[1106.34,2395.59,0],0,false,[[1101,0,121.744],[190,0,332.632]]],[[5595.95,15323.7,0],0,false,[[3547,1,21.5293]]],[[15187.1,5278.29,0],0,false,[[1801,0,15.4771],[4078,0,344.775]]],[[19107.7,7979.71,0],0,true,[[4617,1,132.775],[3205,1,8.45496],[3744,1,0.883416],[1835,1,6.81026]]],[[2144.12,3742.82,0],0,true,[[3264,0,69.4697],[1609,0,72.9535],[2721,0,50.1082]]], +[[8381.95,11794.2,0],0,false,[[1908,0,241.469],[2307,0,248.125]]],[[190.246,7199.72,0],0,false,[[3831,0,33.5849],[2065,0,31.4667]]],[[5276.14,15281.3,0],0,false,[[2151,1,268.21],[3012,1,180.578]]],[[5528.32,11343.1,0],0,true,[[1070,0,390.442],[3249,0,42.5947],[4066,0,115.79]]],[[6444.51,14958.3,0],0,false,[[4379,0,96.5257],[1503,0,191.168]]], +[[6488.18,1564.79,0],0,false,[[616,0,187.605],[836,0,270.258]]],[[6843.61,11612.6,0],0,true,[[233,0,18.7431],[3164,0,22.0034],[4456,0,12.09],[3382,0,8.41033]]],[[17809.8,15983.4,0],0,true,[[2762,1,23.8229],[2244,1,27.4327],[1044,1,10.5454]]],[[19970.3,14267.4,0.0415649],0,false,[[2978,0,32.9358],[4418,0,41.1234]]],[[6100.74,10765.4,0],0,false,[[3348,0,5.71002],[3232,0,7.75388]]], +[[6175.61,14012.8,0],0,true,[[4496,0,141.456],[96,0,44.811],[276,0,23.1653]]],[[2818.04,9011.18,0],0,false,[[3998,1,17.9227],[1294,1,154.217]]],[[18701.5,2255.25,0],0,false,[[1617,0,113.409],[2197,0,173.447]]],[[6564.5,12504.6,0],0,false,[[4741,0,22.9927],[3812,0,174.542]]],[[8082.74,11950.7,0],0,false,[[2035,0,43.5884],[2806,0,55.7891]]], +[[17284.8,3762.34,0],0,false,[[355,0,45.1534],[2935,0,58.4804]]],[[15176.2,13699.5,0],0,false,[[2302,0,165.547],[3513,0,241.716]]],[[17132.5,96.0354,0],0,false,[[3132,0,137.925],[3241,0,49.3979]]],[[11465.5,6175.41,0.0379639],0,false,[[4051,0,75.9553],[2100,0,93.4793]]],[[19406.6,2030.45,0],0,false,[[1575,0,25.5162],[3114,0,250.554]]], +[[5480.84,10960.3,0],0,true,[[3605,0,183.222],[3534,0,191.678],[1053,0,390.442]]],[[9110.55,2891.32,0],0,false,[[4462,0,348.613],[1567,0,364.421]]],[[7145.25,14436.1,0],0,true,[[3190,1,26.8135],[4388,1,26.5105],[230,1,15.031]]],[[18781.5,2822.4,0],0,false,[[2185,0,22.5538],[2937,0,32.5189]]],[[7098.93,14408.5,0],0,false,[[2635,1,57.1495],[3190,1,27.057]]], +[[2527.39,7463.64,0],0,true,[[914,1,40.9843],[1269,1,20.6946],[587,1,12.2134]]],[[1069.15,6871.42,0],0,false,[[504,0,119.517],[1331,0,181.39]]],[[6877.04,14573.2,0],0,true,[[4519,0,6.95877],[3275,0,16.6681],[3749,0,14.9791]]],[[2896.82,9607.26,0],0,true,[[1867,1,15.6175],[2256,1,90.4465],[3110,1,4.06944]]],[[9803.49,12813.2,0],0,true,[[2905,0,145.409],[1476,0,19.2423],[279,1,22.8342]]], +[[19240,14252,0],0,false,[[1201,0,155.143],[311,0,325.413]]],[[779.818,15033.8,0],1,false,[[218,0,60.5999],[3632,0,79.4002]]],[[10150.6,9375.4,0],0,false,[[693,0,229.86],[2574,0,262.842]]],[[711.43,10640.3,0],0,false,[[2247,0,48.029],[1545,0,172.548]]],[[6371.82,14398,0],0,true,[[724,0,43.8665],[2948,0,28.7166],[3714,0,17.3513]]], +[[2725.46,903.697,0],0,false,[[1009,0,54.9494]]],[[18840.7,7317.86,0],0,true,[[880,1,178.236],[3609,1,13.6676],[1662,1,2.78244]]],[[6171.11,11190.1,0],0,true,[[3480,0,56.0508],[3462,0,10.9957],[2070,0,9.79426]]],[[6492.05,14745.3,0],0,false,[[222,0,18.6063],[1944,0,19.5439]]],[[6804.82,14553.5,0],0,false,[[212,0,35.2224],[3297,0,13.9719]]], +[[6878.92,11641.1,0],0,true,[[177,0,230.707],[233,0,26.7932],[4779,0,17.9887]]],[[5107.45,13301.1,0],0,true,[[1579,1,95.3505],[1561,1,31.5021],[3453,1,13.3846],[4787,1,16.7927],[312,1,8.97351],[2148,1,13.9626],[542,1,17.4251],[771,1,3.59821],[4260,1,9.08599]]],[[16315.4,8023.52,0],0,false,[[1755,0,34.9973],[3086,0,224.405]]],[[19728.6,2419.66,0],0,true,[[2962,0,77.0747],[3059,0,6.66641],[4560,0,14.8179]]],[[16259.2,7909.69,0],0,false,[[1362,0,322.013],[3653,0,71.6949]]], +[[20189.5,12923.6,0],0,false,[[4343,0,334.02],[3870,0,136.818]]],[[7101.61,14599,0],0,false,[[4458,0,21.2608],[2578,0,85.0046]]],[[1292.48,3133.47,0],0,false,[[4280,0,101.777],[4348,0,15.7926]]],[[4796.28,10913.9,0],0,true,[[4277,0,22.8944],[480,0,43.9014],[1171,0,17.3626],[857,0,13.7441]]],[[17629.7,1165.53,0],0,true,[[2304,0,19.8104],[242,0,24.5237],[1811,0,12.9895],[3601,0,13.9064]]], +[[18190,1864.07,0],0,false,[[2660,0,229.317],[4733,0,126.156]]],[[1077.96,2277.4,0],0,false,[[4180,0,214.015],[1045,0,121.744]]],[[19034.1,2288.18,0],0,false,[[2030,0,50.6753],[56,0,19.6814]]],[[2581.28,2830.96,0],0,false,[[3308,0,364.601],[523,0,343.857]]],[[2620.02,7867.42,0],0,false,[[4582,1,134.501],[4246,1,156.45]]], +[[18950.7,2657.14,0],0,false,[[238,0,70.5089],[489,0,101.659]]],[[18503,1413.88,0],0,false,[[1469,0,20.9707],[1464,0,129.636]]],[[2787.52,786.051,0],0,false,[[1879,0,21.6217]]],[[12816.2,10013.1,0],0,false,[[60,0,69.6257],[2915,0,257.553]]],[[5627.38,10810.9,0],0,true,[[2799,0,16.0898],[4093,0,59.9686],[3007,0,7.1146]]], +[[17100.5,13606.4,0],0,false,[[4661,0,159.806],[3187,0,8.12891]]],[[2153.42,8907.71,0],0,true,[[2783,0,395.262],[2283,0,24.3208],[2890,0,12.2358]]],[[9916.58,9964.52,0],0,true,[[945,0,15.571],[2955,0,28.2489],[3659,0,139.369]]],[[6476.96,14266.8,0],0,false,[[2345,0,26.759],[2513,0,17.2702]]],[[10946.4,9408.64,0],0,false,[[2668,0,160.532]]], +[[799.19,15226,0],1,true,[[1847,0,143.324],[4069,0,17.7913],[1024,0,11.2383]]],[[19612.5,4563.34,0],0,false,[[2497,0,121.491]]],[[7500.1,13411.3,0],0,false,[[779,0,303.579]]],[[7000.37,14579.1,0],0,true,[[3662,0,17.4889],[3230,0,33.7421],[1717,0,9.40067]]],[[19023.1,2246.97,0],0,false,[[1975,0,27.7027],[468,0,65.8948]]], +[[9651.32,5840.44,0],0,true,[[2215,0,21.3357],[2782,0,23.5287],[1976,0,2.42806],[1913,0,7.4757],[1995,0,11.2938],[4421,0,6.62899]]],[[7906.38,12074.9,0],0,true,[[1687,0,7.16864],[1890,0,34.7709],[565,1,12.8407]]],[[8410.33,2645.7,0],0,false,[[210,0,223.9],[2841,0,247.059]]],[[6995.93,14814.2,0],0,true,[[3558,0,34.2363],[2707,0,30.5019],[2480,0,9.6991],[2524,0,15.5867]]],[[14162.7,8459.33,0],0,false,[[3717,0,227.444],[4564,0,215.007]]], +[[5896,15227.6,0],0,false,[[3872,0,39.2664],[869,0,56.3026]]],[[2674.82,848.678,0],0,false,[[3035,0,49.1767],[3783,0,101.205]]],[[13655.1,8476.65,0],0,true,[[4564,0,318.813],[4378,0,8.4383],[868,0,3.71341]]],[[5072.55,8190.13,0],0,false,[[2980,0,4.14061],[4311,0,45.7106]]],[[11292.2,12401.2,0],0,true,[[743,0,22.3593],[2829,0,23.9861],[3896,0,11.9271]]], +[[9876.95,3868.63,0],0,true,[[917,0,4.05782],[3477,0,2.89111],[4740,0,4.55635]]],[[6644.31,14711.7,0],0,true,[[3678,0,49.7796],[4335,0,20.8784],[3311,0,5.3325]]],[[17637.2,1575.31,0],0,true,[[505,0,66.941],[2478,0,25.4224],[4108,0,32.6439]]],[[3823.17,11472,0],0,true,[[1198,0,5.38079],[3367,0,1.40506],[667,0,5.13567],[1014,0,9.95665],[1562,0,2.1039]]],[[14611.8,6283.41,0],0,true,[[3224,0,2.50117],[635,0,2.20541],[3006,0,8.68476]]], +[[6610.21,14495.9,0],0,false,[[2178,0,65.3767]]],[[538.9,7739.76,0],0,false,[[1598,0,91.0437],[2214,0,286.674]]],[[4365.08,8492.99,0],0,false,[[4521,0,169.503]]],[[9756.84,9582.83,0],0,false,[[3026,0,157.225],[445,0,260.758]]],[[9638.45,10360.5,0],0,true,[[2691,1,84.5614],[4716,1,23.3442],[483,1,3.90583]]], +[[3845.93,6393.3,0],0,true,[[519,0,116.363],[934,0,278.856],[4276,0,395.634]]],[[19615.6,8360.38,0],0,false,[[2199,1,35.5317],[3614,1,164.577]]],[[7031.26,14571.8,0],0,false,[[3537,0,38.3113],[3662,0,14.2465]]],[[11200,12437.7,0],0,false,[[4439,0,19.1368],[70,0,67.694]]],[[5158.34,6968.33,0],0,false,[[3541,0,197.824],[1240,0,244.633]]], +[[4248.7,8673.16,0],0,true,[[443,0,21.3673],[3200,0,4.32791],[999,0,6.11518]]],[[16078.4,14273.4,0],0,false,[[151,0,173.443],[1451,0,22.0815]]],[[18803.2,15973.7,0],0,true,[[4751,0,20.923],[4466,0,12.0253],[4148,0,15.7545]]],[[6934.32,14642.6,0],0,false,[[2918,0,45.1648],[447,0,18.0887]]],[[7098.29,9696.89,0],0,false,[[152,0,197.817],[2681,0,104.065]]], +[[19924.6,4700.08,0],0,false,[[4313,0,107.727]]],[[18338.3,1367.5,0],0,false,[[2339,0,5.55134],[3498,0,52.1287]]],[[9345.05,9575.64,0],0,true,[[3805,0,175.007],[3723,0,9.44433],[2807,0,5.77921]]],[[4576.6,3026.1,0],0,true,[[4419,0,8.5163],[1819,0,9.92255],[3325,0,3.65038]]],[[17198.8,12917.8,0],0,false,[[2090,0,189.359],[4352,0,389.301]]], +[[1280.61,15264.4,0],1,false,[[3195,0,24.4395],[1739,0,112.095]]],[[16782.2,232.108,0],0,false,[[1506,0,207.267],[3132,0,245.096]]],[[8393.04,913.109,0],0,true,[[3153,0,1.19269],[3742,0,6.47635],[303,0,5.70815],[374,0,6.14033]]],[[4660.4,10991.7,0],0,false,[[1498,0,72.8707],[4204,0,42.4823]]],[[8406.21,2881.96,0],0,true,[[4491,0,264.601],[210,0,19.7289],[4123,0,226.311]]], +[[6246.85,15059.1,0],0,false,[[2290,0,12.1665],[2634,0,59.1906]]],[[11541.3,7597.65,0],0,false,[[102,0,133.895],[1710,0,234.078]]],[[7937.33,12043.7,0],0,true,[[565,1,31.3952],[1396,1,26.4328],[1502,1,3.74923],[3570,1,3.36842]]],[[6187.33,2758.77,0],0,false,[[2967,0,97.1099]]],[[5589.13,6252.69,0],0,true,[[906,0,4.82961],[3877,0,8.53142],[2636,0,2.60529]]], +[[7621.49,1361.34,0],0,false,[[4549,0,22.0546],[4302,0,29.1965]]],[[7021.44,1819.59,0],0,false,[[1313,0,20.6133],[1278,0,140.903]]],[[17583.3,1698.59,0],0,false,[[3010,0,61.5708],[2356,0,43.7625]]],[[2267.68,10031,0],0,false,[[4659,0,204.253],[4114,0,382.398]]],[[20091.1,9572.33,0],0,false,[[4671,0,254.13],[2184,0,232.996]]], +[[7776.04,11898.2,0],0,false,[[3063,0,153.85]]],[[4779.69,10919,0],0,true,[[1500,0,48.3877],[857,0,22.9182],[1098,0,17.3626]]],[[5133.62,13316.5,0],0,true,[[1428,0,320.368],[4640,0,8.39588],[2385,0,6.76691]]],[[6275.96,14373.5,0],0,false,[[1307,0,61.7573]]],[[1006.67,14964.7,0],1,false,[[183,0,114.937],[3549,0,78.9889]]], +[[19987.8,14209.7,0.0415649],0,false,[[2946,0,38.7268],[2978,0,43.5977]]],[[5080.23,13335.8,0],0,false,[[3898,0,4.17363],[482,0,1.81365]]],[[8045.03,11978.9,0],0,true,[[4559,0,11.2537],[920,0,4.46989],[2035,0,4.12452]]],[[11928.1,228.355,0],0,false,[[984,0,54.624],[1596,0,22.9236]]],[[13122.4,9955.81,0],0,false,[[2452,0,35.2371],[2485,0,26.411]]], +[[7073.07,9846.34,0],0,false,[[3542,0,12.8723]]],[[5965.24,2055.48,0],0,false,[[3446,0,306.413],[3874,0,177.761]]],[[1710.13,651.083,0],0,false,[[1333,0,19.8813],[2432,0,75.8451]]],[[11404.3,12654.4,0],0,true,[[339,0,34.5196],[4037,0,11.2144],[2060,0,10.7537]]],[[20188.9,14839.5,0],0,true,[[3194,0,19.0669],[2165,0,329.308],[2295,0,14.7245]]], +[[336.842,14863.4,0],1,false,[[4459,0,331.128],[3235,0,161.014]]],[[6312.83,14062.5,0],0,true,[[694,0,19.9328],[1215,0,22.5126],[1028,0,10.7661]]],[[10955.2,9232.67,0],0,false,[[728,0,53.9179],[1244,0,248.111]]],[[9719.86,3884.06,0],0,false,[[1891,0,146.534]]],[[16069.2,1476.95,0],0,false,[[364,0,20.2667],[2778,0,34.2784]]], +[[16109.2,11192.9,0],0,true,[[103,0,3.61228],[3944,0,15.9537],[3435,0,3.31858]]],[[19171.4,2038.04,0],0,false,[[4170,0,98.9726],[1575,0,229.548]]],[[16370.1,15167,0],0,false,[[2510,0,226.392],[2733,0,56.8997]]],[[18720.2,15570.2,0],0,true,[[2441,0,25.4074],[608,0,46.1182],[3322,0,45.6567]]],[[18076.1,2677.99,0],0,false,[[3715,0,46.5971],[3608,0,52.5738]]], +[[2501.78,6702.53,0],0,false,[[29,0,222.196],[1842,0,170.633]]],[[16005.3,10663,0],0,false,[[4737,0,242.113]]],[[6862.73,14635.5,0],0,true,[[117,0,16.7287],[370,0,9.62219],[2629,0,11.7227]]],[[3819.84,11476.2,0],0,true,[[2009,0,5.06265],[1133,0,5.38079],[1014,0,5.15869],[1562,0,3.87484],[3283,0,3.61445]]],[[7369.82,14461.3,0],0,true,[[1816,0,11.7776],[1227,0,14.7338],[419,1,12.4599],[2202,1,2.3929],[1372,1,12.0646],[772,0,9.8994]]], +[[15572.3,1189.9,0],0,false,[[3523,0,233.614],[2553,0,367.472]]],[[19124.1,14152.8,0],0,false,[[2047,0,285.197],[1080,0,155.143]]],[[1665.49,16433.4,0],1,false,[[2246,0,93.0481],[688,0,12.9621]]],[[5541.75,2251.33,0],0,false,[[1625,0,235.072],[3437,0,274.744]]],[[4296.32,1470.24,0],0,false,[[3268,0,267.715],[580,0,155.629]]], +[[1131.51,9975.49,0],0,true,[[2628,0,106.938],[2440,0,5.22164],[3564,0,9.13298]]],[[7424.48,14538.8,0],0,false,[[2297,1,71.7908],[1665,1,63.8805]]],[[10597,9337.32,0],0,false,[[4701,0,361.492],[3584,0,233.64]]],[[1745.45,6690.7,0],0,false,[[1542,0,85.4648]]],[[16314.7,7976.66,0],0,true,[[1623,0,4.94702],[3900,0,4.66859],[1755,0,12.3067]]], +[[19630.5,11067.9,0],0,false,[[3021,0,72.687]]],[[2831.84,508.522,0],0,false,[[2379,0,140.713],[1298,0,137.044]]],[[5861.82,2693.93,0],0,false,[[17,0,227.473]]],[[2659.2,902,0],0,true,[[3147,0,19.6161],[4674,0,6.62286],[3035,0,9.61406]]],[[14983.3,3248.15,0],0,false,[[3112,0,208.286],[64,0,25.1841]]], +[[6333.2,14072,0],0,true,[[1186,0,22.5126],[2975,0,41.3409],[1028,0,13.2842]]],[[19607.2,8404.22,0],0,true,[[2853,0,5.26063],[2408,0,5.08887],[2199,1,9.13897]]],[[13202.5,5083.98,0],0,true,[[2043,0,13.96],[4006,0,18.7561],[3867,2,2.95835],[2078,2,10.5012]]],[[813.59,15645,0],1,false,[[2727,0,409.933],[4091,0,305.683]]],[[2469.35,7295.66,0],0,true,[[2205,1,19.3341],[4552,1,161.509],[2530,1,107.694]]], +[[9268.28,737.964,0],0,true,[[75,0,5.53877],[4106,0,3.94966],[4043,0,4.623]]],[[2630.2,8525.28,0],0,true,[[4317,1,21.253],[731,1,18.3356],[3352,1,5.73509]]],[[16981.8,13487.3,0],0,false,[[4594,0,390.884],[652,0,110.053]]],[[17530.4,7201.51,0],0,true,[[3718,0,20.8255],[842,0,344.065],[2822,0,11.5204]]],[[5617.38,5834.22,0],0,false,[[2358,0,28.8567]]], +[[11790.8,208.62,0],0,true,[[3991,0,54.6092],[1296,0,28.1435],[983,0,19.4605],[3389,0,12.5611]]],[[9558.1,10321,0],0,true,[[3837,1,4.20691],[2691,1,5.59889],[2022,1,2.0709]]],[[7382.07,14469.5,0],0,true,[[1199,0,14.7338],[1000,0,15.6962],[2202,1,14.0645],[772,0,5.06689],[169,0,7.2395]]],[[12190,2488.8,0],0,false,[[4309,0,152.072],[940,0,106.733]]],[[6188.98,14043.9,0],0,false,[[256,0,15.0333],[2092,0,51.6649]]], +[[14989.9,735.233,0],0,true,[[1272,0,22.3381],[2220,0,26.7011],[430,0,11.4495]]],[[10188.7,12674.7,0],0,false,[[4160,0,7.76955],[3080,1,6.86051]]],[[5203.52,13804.5,0],0,true,[[4550,0,5.35915],[4133,0,10.117],[2386,0,4.54839],[2522,1,10.1816],[2189,0,0.999613]]],[[2822.46,10923.9,0],0,false,[[2360,0,8.82354]]],[[11226.2,12445.8,0],0,true,[[4258,0,18.5182],[989,0,20.6939],[4439,0,15.1636]]], +[[17854.8,15720.9,0],0,true,[[4553,1,28.8208],[4636,1,49.9274],[760,1,13.4979]]],[[15903.3,14372.7,0],0,true,[[3757,0,31.2711],[3490,0,20.1618],[2715,0,13.1121]]],[[3068.32,15721.4,0],6,false,[[4139,0,205.302]]],[[9369.59,4509.07,0],0,false,[[2362,0,302.617]]],[[7393.3,4629.47,0],0,true,[[3782,0,277.537],[767,0,22.593],[2688,0,4.28854],[1518,0,1.73707]]], +[[5367.21,7090.44,0],0,false,[[1144,0,244.633],[3604,0,201.937]]],[[11263.1,12445.2,0],0,true,[[2357,0,26.8428],[463,0,10.8351],[3128,0,9.05042]]],[[2824.34,8247.33,0],0,false,[[3687,1,84.1931]]],[[13196.8,9993.37,0],0,true,[[612,0,41.1095],[3133,0,15.7353],[2551,0,16.0477]]],[[11156.1,9356.32,0],0,false,[[1187,0,248.111]]], +[[18485.8,14943.3,0],0,false,[[4583,0,271.402],[852,0,146.037]]],[[2567.52,9572.11,0],0,false,[[2221,0,151.317],[3501,0,226.644]]],[[11421.2,12670.3,0],0,false,[[4037,0,12.0149],[4533,0,61.8691]]],[[18099.1,848.57,0],0,false,[[3464,0,287.433],[4052,0,75.4813]]],[[6475.42,14152.4,0],0,true,[[1699,0,20.4596],[2457,0,21.3742],[1491,0,7.6184]]], +[[9950.53,9972.14,0],0,true,[[2507,0,8.88937],[2764,0,11.3978],[2955,0,8.12464]]],[[2733.74,1603.45,0],0,false,[[3357,0,187.695],[3100,0,263.579]]],[[5684.78,10991.5,0],0,false,[[1326,0,14.7622],[2140,0,15.8672]]],[[17533.7,15253.4,0],0,false,[[3104,0,17.993],[3065,0,233.222]]],[[16844.4,14597.7,0],0,false,[[3694,0,117.311],[1270,0,128.276]]], +[[522.98,15162.8,0],1,false,[[630,0,22.5265],[3410,0,85.108]]],[[19726.5,1429.99,0],0,false,[[1479,0,330.318],[2716,0,158.776]]],[[19931.6,14479.3,0.0415649],0,false,[[804,0,63.831],[2573,0,72.7129]]],[[2591.33,8572.3,0],0,true,[[1591,0,8.04863],[1551,0,11.2177],[3619,0,2.27488]]],[[2080.95,5930.98,0],0,false,[[155,0,241.409],[1446,0,290.768]]], +[[7930.53,876.82,0],0,false,[[4511,0,128.969],[379,0,183.371]]],[[6163.84,14143.1,0],0,false,[[1645,0,55.5792]]],[[6079.38,14143.4,0],0,true,[[3474,0,14.6138],[4229,0,12.1017],[3041,0,9.79675]]],[[6202.01,14597.2,0],0,true,[[1455,0,78.4099],[2632,0,8.2227],[3372,0,12.2424]]],[[18125.5,2736.62,0],0,true,[[1448,0,6.5981],[600,0,4.00318],[3499,0,4.43711]]], +[[17920.7,2372.34,0],0,false,[[4624,0,49.1461],[393,0,95.0756]]],[[6123.27,15058.6,0],0,false,[[302,0,341.791],[2298,0,111.498]]],[[7667.18,12271.1,0],0,true,[[2349,1,91.015],[4587,1,21.7917],[3062,1,7.09035],[2351,1,18.1668]]],[[8635.57,2906.79,0],0,true,[[4123,0,11.2884],[536,0,22.7956],[3069,0,2.39863]]],[[2548.06,7462.53,0],0,true,[[1075,1,20.6946],[1284,1,24.477],[587,1,9.48292]]], +[[16935.3,14574.6,0],0,false,[[1254,0,128.276]]],[[1285,9066.93,0],0,true,[[583,0,297.563],[2875,0,5.44808],[318,0,15.3364]]],[[14974.2,719.334,0],0,true,[[289,0,64.8333],[1230,0,22.3381],[430,0,12.0068]]],[[4831.07,3496.65,0],0,false,[[4597,0,240.288],[786,0,214.826]]],[[6477.2,2013.46,0],0,false,[[2903,0,179.46],[387,0,259.434]]], +[[5600.9,3254.93,0],0,false,[[1317,0,348.714],[3307,0,328.509]]],[[17757.5,13340,0],0,false,[[2133,0,169.225],[3394,0,359.357]]],[[9980.42,5330.43,0],0,true,[[2293,0,9.83412],[2951,0,98.0826],[805,1,17.2203]]],[[6921.64,1916.91,0],0,false,[[1166,0,140.903],[4651,0,338.509]]],[[3203.51,12725.5,0],0,true,[[1777,0,12.4759],[3586,0,217.627],[2450,0,9.52342]]], +[[19663.5,2051.78,0],0,false,[[1719,0,44.8695],[2239,0,105.457]]],[[19167.5,11047.3,0],0,false,[[4353,2,12.4402],[360,2,3.72486]]],[[2573.21,7007.7,0],0,false,[[2332,1,136.076],[1029,1,147.461]]],[[6531.15,7939.78,0],0,true,[[986,0,26.3014],[3315,0,152.733],[1521,0,14.6054]]],[[2572.51,7461.51,0],0,true,[[1269,1,24.477],[2186,1,30.097],[2059,1,11.8069]]], +[[5119.1,13329.3,0],0,true,[[286,0,6.08607],[1834,0,5.73957],[1561,1,5.92758]]],[[10902.5,10334.3,0],0,false,[[1368,0,280.742],[2473,0,141.369]]],[[17274.2,3831.64,0],0,false,[[4338,0,21.2448],[1589,0,41.6397]]],[[15584.8,13268.6,0],0,true,[[827,0,9.57852],[24,0,12.3257],[4084,0,0.786848],[813,0,6.40979]]],[[2421.09,10246.3,0],0,true,[[254,0,18.1681],[4586,0,338.154],[2983,0,21.744]]], +[[16186.5,4451.36,0],0,true,[[1445,0,15.5472],[99,0,153.639],[2033,0,8.80502]]],[[5754.96,2422.71,0],0,false,[[44,0,13.8836],[1776,0,205.879]]],[[651.836,15098.7,0],1,false,[[3632,0,64.0925],[3731,0,32.8422]]],[[15524.9,15535.2,0],7,false,[[2310,0,42.0908],[2770,0,190.858]]],[[2865.7,9156.37,0],0,true,[[1061,1,154.217],[3660,1,12.1211],[1010,1,4.69715]]], +[[18532.4,1503.35,0],0,false,[[607,0,23.8566],[893,0,30.1276]]],[[11791.3,236.758,0],0,true,[[1225,0,28.1435],[3511,0,21.9566],[527,0,11.6675]]],[[10485.6,3754.37,0],0,false,[[4033,0,161.495],[4765,1,4.03019]]],[[2721.4,537.85,0],0,false,[[1211,0,137.044],[685,0,143.344]]],[[12125.7,5856.26,0],0,false,[[1708,0,223.21],[2026,0,237.432]]], +[[2558.01,1885.96,0],0,false,[[3431,0,131.006],[4634,0,96.694]]],[[12854.2,10131.3,0],0,false,[[2702,0,28.5357],[372,0,20.3354]]],[[8804.68,12918.7,0],0,false,[[4308,0,251.197],[4010,0,257.15]]],[[14297.7,2794.09,0],0,false,[[1865,0,216.313]]],[[1475.31,7552.92,0],0,false,[[907,0,167.599],[4255,0,140.942]]], +[[3397.73,10455.6,0],0,true,[[4264,0,19.0961],[1833,0,11.6579],[1861,0,11.1802]]],[[7663.98,14187,0],0,false,[[3015,0,18.6615]]],[[6215.86,14387.4,0],0,true,[[3585,0,12.7381],[1173,0,61.7573],[325,0,8.27611]]],[[4712.19,8273.41,0],0,true,[[2896,0,3.11819],[3842,0,55.4977],[1651,0,6.14538],[2228,0,4.91806]]],[[18206.8,15640.7,0],0,true,[[3016,0,263.576],[1337,0,362.491],[291,0,12.0788]]], +[[1204.57,15138.1,0],1,false,[[3933,0,126.785],[4539,0,237.868]]],[[101.234,18505.8,0],1,false,[[4571,0,232.197],[2373,0,58.5103]]],[[6198.1,14248.2,0],0,false,[[1628,0,27.7003],[2180,0,29.3403]]],[[7038.46,1809.93,0],0,true,[[3942,0,22.0802],[332,0,164.687],[1166,0,20.6133]]],[[3633.72,13085.5,0],0,true,[[270,0,23.5929],[955,0,177.121],[2805,0,11.8678]]], +[[6928.81,14604.8,0],0,true,[[4339,0,20.45],[3603,0,23.1136],[654,0,10.7484]]],[[6761.58,14569.4,0],0,true,[[2756,0,4.92225],[581,0,30.4856],[3386,0,9.96504],[2288,0,7.31383]]],[[5745.41,3572.28,0],0,false,[[344,0,326.774],[1275,0,348.714]]],[[11285.9,12520.2,0],0,true,[[4034,0,10.4897],[1751,0,9.22529],[2231,0,3.65614]]],[[7781.97,5602.32,0],0,false,[[3127,0,111.16],[1546,0,18.6184]]], +[[17341.8,3386.04,0],0,false,[[1366,0,250.243],[2747,0,398.081]]],[[7045.85,13830.1,0],0,false,[[4474,1,327.87],[3316,1,156.445]]],[[16381.8,14935.6,0],0,true,[[2653,0,2.40803],[3853,0,138.684],[2510,0,5.50196]]],[[844.498,15063.8,0],1,false,[[7,0,153.235],[347,0,15.961]]],[[88.957,18293.3,0],1,false,[[753,0,204.516],[2734,0,130.423]]], +[[20417.2,1296.34,0],0,false,[[3949,0,109.182],[4508,0,384.965]]],[[5679.37,10979,0],0,true,[[2306,0,11.2],[1252,0,14.7622],[2879,0,3.78416]]],[[19535.8,1860.04,0],0,false,[[1477,0,170.479],[214,0,81.7338]]],[[149.765,7394.77,0],0,false,[[909,0,210.02]]],[[9282.49,11616.9,0],0,true,[[1041,0,10.0614],[3984,0,41.0991],[375,0,9.28955]]], +[[10750.7,2084,0],0,false,[[3982,0,225.156],[34,0,277.345]]],[[938.466,6991.85,0],0,false,[[1076,0,181.39]]],[[18928.1,3039.11,0],0,true,[[3476,0,148.897],[2554,0,22.1111],[2071,0,15.9878]]],[[1718.47,633.034,0],0,true,[[2087,0,116.232],[1182,0,19.8813],[10,0,6.18777]]],[[13147.7,9940.44,0],0,true,[[2551,0,66.0233],[1547,0,5.33261],[2485,0,7.79477]]], +[[8097.98,11890.9,0],0,false,[[3378,1,55.0619],[4306,1,50.1458]]],[[12305.5,2502.69,0],0,true,[[54,2,68.4517],[3733,2,24.3545],[3255,2,10.3291]]],[[18068.4,15966,0],0,false,[[1309,0,362.491],[1486,0,90.0463]]],[[18033.4,16075.2,0],0,false,[[485,1,34.8732],[2821,1,98.5225]]],[[9490.11,8384.38,0],0,true,[[196,0,109.375],[1749,0,17.7797],[2427,0,10.6016]]], +[[1560.52,10059.2,0],0,false,[[4114,0,327.429],[3402,0,270.747]]],[[922.007,8936.84,0],0,false,[[1534,2,393.627],[310,2,167.484]]],[[4404.67,11407.3,0],0,false,[[2267,1,159.591],[657,1,344.957]]],[[5109.25,13337,0],0,true,[[800,0,3.60363],[3770,0,8.84572],[1561,1,6.80043]]],[[2806.99,10927.7,0],0,true,[[831,0,25.3254],[2064,0,4.29127],[4745,0,4.60671]]], +[[17538.4,15952.4,0],0,true,[[1670,1,87.3828],[3130,1,26.3495],[4088,1,14.252]]],[[4618.57,10993.7,0],0,false,[[1357,1,72.503],[3222,1,19.8778]]],[[12798.6,3263.1,0],0,false,[[926,2,332.431],[4027,2,134.202]]],[[4437.82,11741.6,0],0,false,[[1436,0,152.948]]],[[11565,3075.78,0],0,true,[[488,0,7.72085],[2785,0,407.573],[4424,0,9.24313]]], +[[11039.3,6634.55,0],0,false,[[919,0,268.418],[2895,0,48.3176]]],[[17858.8,10575.6,0],0,false,[[3157,0,238.785],[4726,0,205.52]]],[[16889.2,10016.1,0],0,false,[[4295,0,390.602],[946,0,133.962]]],[[6575.86,2892.75,0],0,true,[[4249,0,19.5876],[3118,0,17.9899],[3638,0,3.2126]]],[[9516.29,8135.08,0],0,false,[[1948,0,188.763],[1524,0,123.66]]], +[[16221.5,14331.9,0],0,true,[[3284,0,3.54064],[4138,0,44.0918],[1602,0,3.14684]]],[[3234.93,12083.4,0],0,false,[[4141,0,23.3224],[2055,0,21.1744]]],[[4653.49,10935.1,0],0,false,[[623,1,33.377],[1346,1,72.503]]],[[6677.79,14739.4,0],0,false,[[1866,0,78.7837],[1676,0,26.3405]]],[[5515.77,15323.8,0],0,false,[[785,1,19.8955],[1483,1,25.6612]]], +[[1668.65,8301.32,0],0,false,[[226,0,196.144],[3677,0,306.234]]],[[16348.8,7539.6,0],0,true,[[139,0,27.1065],[4477,0,24.6071],[3161,0,11.0254],[31,0,3.69036],[1384,0,5.9002]]],[[16164.5,7603.79,0],0,false,[[4579,0,317.886],[1094,0,322.013]]],[[11474.7,12676.2,0],0,false,[[1991,0,29.4058],[2851,0,66.9792]]],[[17070.6,16441.1,0],0,false,[[182,0,52.9019],[2536,0,116.998]]], +[[15409.5,17236.4,0],4,false,[[3131,0,121.74],[1925,0,332.97]]],[[17235.5,3603.15,0],0,false,[[4570,0,67.3758],[1320,0,250.243]]],[[19916.3,4590.64,0],0,true,[[3261,0,5.80208],[2398,0,92.5664],[1953,0,4.85313]]],[[11146.4,10208.3,0],0,false,[[3370,0,372.211],[1286,0,280.742]]],[[570.374,6808.69,0],0,false,[[4194,0,73.5104],[1470,0,174.912]]], +[[7994.96,11992.7,0],0,true,[[2825,1,27.0901],[3930,1,30.1169],[2830,1,17.5566]]],[[11934,26.937,0],0,false,[[494,0,25.7331],[1758,0,25.6449]]],[[7381.87,14461.7,0],0,true,[[2202,1,10.2698],[198,1,12.5859],[772,1,5.1246],[1199,1,12.0646]]],[[5060.37,8207.65,0],0,true,[[4210,0,68.5451],[3636,0,6.53077],[4606,0,6.98334]]],[[3163.7,12994.5,0],0,true,[[3586,0,88.0609],[2111,0,9.6273],[522,0,7.50664]]], +[[6318.5,14236.2,0],0,true,[[2730,0,24.6171],[735,0,31.7072],[3633,0,12.5666],[2957,0,18.0651]]],[[16235.3,417.048,0],0,false,[[3171,0,84.9716],[2833,0,233.334]]],[[14540.6,10808.2,0],0,false,[[2763,0,208.217]]],[[18296.7,13410.4,0],0,false,[[3218,0,90.9644],[4082,0,133.623]]],[[1115.02,6507.97,0],0,true,[[4036,0,21.6271],[1787,0,173.194],[1472,0,11.5105]]], +[[4874.59,12168.3,0],0,false,[[3851,1,236.518],[525,1,387.675]]],[[8053.64,11988.4,0],0,true,[[920,0,8.39136],[1672,0,10.6408],[2035,0,10.959]]],[[6701.64,8621.72,0],0,false,[[2242,0,128.965],[4185,0,240.046]]],[[15920.5,14372.5,0],0,true,[[2705,0,7.71433],[2715,0,6.04927],[3490,0,3.59565]]],[[16353.8,7536.43,0],0,true,[[31,0,7.46933],[4150,0,14.1661],[1361,0,5.9002]]], +[[14178.2,9934.53,0],0,true,[[59,0,7.47624],[1648,0,13.5248],[4060,0,5.98936]]],[[16351.4,7464.01,0],0,false,[[139,0,48.5209]]],[[17515.7,1759.38,0],0,false,[[841,0,67.8749],[1961,0,100.07]]],[[15515.3,10243.5,0],0,false,[[4531,0,232.318],[2995,0,353.741]]],[[19097.9,7974.57,0],0,true,[[1835,0,4.61658],[4100,0,156.995],[3205,1,6.27417]]], +[[7184.71,14411.9,0],0,true,[[3470,1,24.7066],[3306,1,55.5434],[834,1,9.63289]]],[[7323.01,14543.8,0],0,true,[[1709,1,20.2728],[3888,1,24.3907],[2405,1,13.0072]]],[[13166.2,5464.95,0],0,false,[[720,0,31.6883],[3285,0,60.3742]]],[[8873.71,5901.83,0],0,false,[[2004,0,223.361],[2840,0,255.169]]],[[7024.16,14329.3,0],0,true,[[908,1,8.84491],[3438,0,15.7072],[3198,1,12.5732]]], +[[2574.11,8292.99,0],0,false,[[1728,0,7.89458],[3864,0,235.975]]],[[7957.09,12026.2,0],0,false,[[1162,1,26.4328],[2825,1,23.4809]]],[[18857.4,15519,0],0,false,[[2392,0,72.8535]]],[[20228.7,1726.68,0],0,false,[[1421,0,287.674],[4222,0,85.7323]]],[[7684.92,12289.4,0],0,false,[[2394,0,24.3875],[3062,0,18.913]]], +[[1326.14,7741.02,0],0,false,[[4757,0,94.2378],[3679,0,161.536]]],[[18197,1259.33,0],0,false,[[2997,0,80.1751],[2352,0,177.414]]],[[6910.98,14458.3,0],0,false,[[1677,0,47.1176],[2287,0,64.192]]],[[3295.81,12379.2,0],0,false,[[3925,0,271.473],[4534,0,25.7808]]],[[10688.8,2457.72,0],0,false,[[34,0,130.988],[1021,0,15.834]]], +[[18763.9,2837.16,0],0,false,[[4603,0,68.6701],[3476,0,134.45]]],[[6593.29,725.775,0],0,false,[[1468,0,85.4149],[2399,0,90.1528]]],[[17756,15849,0],0,false,[[3395,1,31.9757],[931,1,24.2389]]],[[19567.8,11130.7,0],0,true,[[2086,0,4.93316],[1578,0,312.954],[4269,0,2.87927]]],[[17544.7,1853.04,0],0,false,[[2938,0,92.8091],[4136,0,112.94]]], +[[525.152,5785.54,0],0,false,[[1425,0,355.157],[1490,0,222.955]]],[[9899.73,7847.25,0],0,false,[[1970,0,244.845],[4526,0,94.6399]]],[[19909.2,15270.4,0],0,true,[[2179,0,67.4489],[2296,0,4.33659],[2051,0,3.23479]]],[[17688.4,1458.67,0],0,false,[[3753,0,27.6846],[505,0,60.7863]]],[[15644.2,3100.71,0],0,false,[[2438,0,303.633],[4791,0,404.174]]], +[[7184.98,13499.1,0],0,true,[[779,0,23.5781],[4140,0,50.3777],[2826,1,13.3678],[2161,1,6.18497]]],[[16726.6,5296.88,0],0,false,[[3031,0,107.595],[3978,0,107.879]]],[[15378.9,12929.9,0],0,false,[[3977,0,214.199]]],[[14213.7,11734.4,0],0,false,[[338,0,11.1935],[4329,0,21.028]]],[[17728.2,15942.7,0],0,true,[[4720,1,2.15902],[3581,1,60.9358],[1914,1,5.39695]]], +[[15030.1,17564.7,0],4,false,[[3701,0,368.006]]],[[19984.1,1590.94,0],0,false,[[2716,0,224.324],[1398,0,287.674]]],[[16555.4,10544.3,0],0,true,[[4293,0,221.319],[3184,0,7.54752],[2181,0,6.01048]]],[[20452,6984.58,0],0,false,[[3755,1,158.026]]],[[2546.6,7545.63,0],0,false,[[587,1,79.7275],[913,1,96.643]]], +[[541.516,5431.34,0],0,false,[[4198,0,150.531],[1410,0,355.157]]],[[8224.67,13913.2,0],0,false,[[689,0,275.629],[3343,0,347.604]]],[[10481.1,5454.83,0],0,false,[[2348,0,57.1476],[2505,0,188.688]]],[[5420.96,13177,0],0,false,[[3815,0,343.515],[1172,0,320.368]]],[[351.185,13532.7,0],1,false,[[3277,0,62.5031],[3004,0,390.535]]], +[[20477.4,3870.87,0],0,false,[[411,0,69.2466]]],[[6573.82,14876.9,0],0,false,[[592,0,69.0453]]],[[7585.94,14534.9,0],0,false,[[530,1,53.2318],[916,1,6.54764]]],[[9004.53,1313.08,0],0,false,[[4095,0,359.15],[4784,0,329.028]]],[[3357.22,12464.7,0],0,false,[[3553,1,321.415],[870,1,6.60623]]], +[[17564.6,2048.57,0],0,false,[[4136,0,87.5014],[3801,0,60.0344]]],[[4286.67,11750.9,0],0,false,[[3254,0,9.77441],[1348,0,152.948]]],[[13787.2,8995.61,0],0,false,[[421,0,251.465],[2182,0,336.126]]],[[1555.48,17134.9,0],1,false,[[4365,0,121.104],[3823,0,21.0335]]],[[14678.9,14182.9,0],2,false,[[2145,0,241.952],[1033,0,146.933]]], +[[15773.8,15553.8,0],7,false,[[3039,0,228.554]]],[[20044,3021.1,0],0,false,[[700,0,24.5124],[4768,0,31.9571],[435,0,111.34]]],[[17751.5,8428,0],0,false,[[680,0,205.426],[2376,0,352.172]]],[[1802.31,6608.58,0],0,true,[[2402,0,28.352],[4426,0,30.6386],[1542,0,14.4767]]],[[11836.6,214.504,0],0,false,[[3389,0,40.2914],[543,0,20.5716]]], +[[16182.7,4436.28,0],0,true,[[2093,0,303.148],[2033,0,9.01979],[1290,0,15.5472]]],[[2259.13,6158.35,0],0,false,[[2525,0,338.465],[1259,0,290.768]]],[[4419.87,7073.22,0],0,false,[[1543,0,239.541],[1666,0,169.139]]],[[18119.2,2738.58,0],0,true,[[4412,0,32.3641],[1264,0,6.5981],[3499,0,7.25194]]],[[8211.64,10517.8,0],0,false,[[4568,0,342.971],[2673,1,3.89454]]], +[[6005.65,11071,0],0,true,[[1482,0,94.1161],[3355,0,31.0352],[850,0,52.5725]]],[[16100.3,14270.4,0],0,true,[[1146,0,22.0815],[4434,0,22.2987],[2802,0,19.091]]],[[12876.5,5658.02,0],0,false,[[1757,0,166.342],[823,0,80.3686]]],[[14526,14356.2,0],2,false,[[1033,0,121.74],[950,0,240.35]]],[[15919.6,2957.49,0],0,true,[[691,0,18.5328],[2933,0,165.369],[2438,0,21.0642]]], +[[6259.8,14546.8,0],0,false,[[976,0,43.8872],[1263,0,78.4099]]],[[7239.88,14525.5,0],0,true,[[664,0,18.922],[4382,0,20.2242],[4566,0,17.3684]]],[[17360.3,15010.8,0],0,false,[[78,0,69.8959],[1516,0,352.628]]],[[3161.06,13018.4,0],0,true,[[1661,0,2.55608],[3488,0,1.91766],[331,0,3.23123]]],[[5909.84,8559.9,0],0,false,[[4713,0,295.803],[2595,0,221.036]]], +[[19500.4,8029.35,0],0,true,[[3614,1,212.409],[958,1,6.64288],[3121,1,6.82181]]],[[9802.33,8366.34,0],0,false,[[814,0,158.178],[2425,0,108.062]]],[[2601.56,10970.6,0],0,false,[[4183,0,33.8913],[1855,0,200.267]]],[[6959.68,14459.3,0],0,true,[[1677,0,22.2782],[4163,0,20.6081],[2500,0,18.692]]],[[18419.3,1317.15,0],0,false,[[1106,0,129.636],[1610,0,118.379]]], +[[9656.09,5814.76,0],0,true,[[3945,0,3.49133],[3213,0,7.03198],[3368,0,7.78317]]],[[225.722,7190.57,0],0,true,[[2065,0,5.76605],[3752,0,7.52727],[3345,0,2.68341]]],[[17967.3,6216.64,0],0,false,[[1831,0,277.42],[2236,0,367.54]]],[[6625.1,804.925,0],0,true,[[3690,0,26.7408],[1406,0,85.4149],[1718,0,83.0978]]],[[18513.2,1432.22,0],0,false,[[4102,0,49.31],[1106,0,20.9707]]], +[[724.638,6821.93,0],0,true,[[1369,0,174.912],[3790,0,73.108],[2211,0,111.778]]],[[11620.5,277.042,0],0,false,[[4341,2,64.6678],[697,2,67.4186]]],[[1115.68,6496.48,0],0,true,[[2686,0,294.988],[1379,0,11.5105],[4036,0,10.7115]]],[[20421.7,1845.01,0],0,false,[[3706,0,106.364],[4201,0,333.207]]],[[3645.64,10121.4,0],0,true,[[398,0,363.452],[1761,0,1.81297],[3481,0,5.3714]]], +[[3001.19,5946.21,0],0,false,[[1586,1,281.404],[928,1,158.129]]],[[9821.74,12807.1,0],0,false,[[1079,0,19.2423],[279,1,3.66446]]],[[19547.9,2027.11,0],0,false,[[1327,0,170.479]]],[[20474.3,14506.6,0],0,false,[[2107,0,261.521]]],[[19610.9,1131.19,0],0,false,[[3786,0,162.338],[1256,0,330.318]]], +[[7875.72,12042.6,0],0,false,[[3063,0,23.4906],[1687,0,37.4239]]],[[12964,11475.2,0],0,false,[[2529,1,23.3164],[1511,1,127.657]]],[[6096.06,11097,0],0,true,[[3385,0,29.838],[1450,0,94.1161],[4442,0,18.7668]]],[[5541.43,15323.7,0],0,true,[[1359,1,25.6612],[3547,1,32.9942],[1494,1,5.78482]]],[[4474.97,10219.1,0],0,true,[[1832,0,361.962],[2335,0,5.72764],[4257,0,4.36544]]], +[[13570.7,7727.14,0],0,false,[[1820,0,191.046],[4021,0,395.527]]],[[18018.3,16040.5,0],0,false,[[1337,0,90.0463],[3756,0,23.7582]]],[[17143.6,16414.2,0],0,true,[[2361,0,29.0507],[4538,0,275.029],[182,0,25.2744]]],[[10873.1,6245.66,0],0,false,[[2577,0,136.569],[638,0,107.473]]],[[19745.4,2256.99,0],0,false,[[3030,0,255.29],[4560,0,149.926]]], +[[516.5,6008.27,0],0,false,[[1410,0,222.955],[2423,0,362.743]]],[[6478.79,14159.2,0],0,true,[[1249,0,7.6184],[283,0,32.7639],[2457,0,15.498]]],[[19761.5,9328.7,0],0,false,[[3652,0,254.328],[4128,0,372.709]]],[[2436.4,7029.36,0],0,false,[[789,0,64.9133],[49,0,83.3672]]],[[5546.13,15320.3,0],0,false,[[2142,0,35.0745],[1483,1,5.78482]]], +[[4898.31,4205.91,0],0,false,[[109,0,260.142],[449,0,379.12]]],[[13159.8,11158.1,0],0,true,[[4225,1,66.6209],[91,1,23.0935],[2155,1,8.8064]]],[[15945.9,11290.5,0],0,true,[[3825,0,42.9713],[1715,0,6.08356],[884,0,4.41427]]],[[4705.87,10934.8,0],0,true,[[2291,0,58.2604],[1158,0,72.8707],[1500,0,58.8821]]],[[7333.2,14445,0],0,false,[[4328,1,5.31134],[3543,0,38.3011]]], +[[4750.85,10957.9,0],0,true,[[2718,0,26.6358],[1171,0,48.3877],[1498,0,58.8821]]],[[8470.21,11072,0],0,true,[[3906,1,229.126],[2649,1,2.88491],[293,1,7.38599],[4414,1,8.39281]]],[[7937.68,12040,0],0,true,[[1918,0,48.5885],[3570,0,6.23732],[1162,1,3.74923]]],[[6312.66,15095.2,0],0,false,[[1054,0,191.168],[3735,0,34.2285]]],[[7257.24,14450.5,0],0,false,[[3306,1,26.6082],[4473,1,22.7757]]], +[[6991.19,14641.8,0],0,false,[[2320,0,24.1618],[2419,0,67.6828]]],[[16604.2,322.5,0],0,false,[[2833,0,180.831],[1156,0,207.267]]],[[2590.77,8640.39,0],0,false,[[2116,0,15.4976],[2382,0,59.4982]]],[[10529.4,11986.5,0],0,true,[[2081,0,398.564],[3901,0,7.98478],[1734,0,2.84486],[3923,0,4.55967]]],[[17263.1,13978.5,0],0,false,[[3025,0,320.332],[3439,0,9.10115]]], +[[14918.9,4006.7,0],0,false,[[3621,0,16.6394],[2506,0,150.676]]],[[13047.6,11432.4,0],0,false,[[1481,1,127.657]]],[[11229,12427.9,0],0,false,[[1764,0,12.9373],[4439,0,11.6126]]],[[18171.2,1146.83,0],0,false,[[4374,0,46.3041],[1793,0,29.6691]]],[[15947.9,15615.2,0],0,false,[[4778,0,271.419]]], +[[17824,16120.3,0],0,false,[[2641,1,96.8959],[2535,1,70.254]]],[[17266.9,14675.2,0],0,true,[[1457,0,352.628],[553,0,6.54289],[4554,0,4.16882]]],[[2914.02,593.656,0],0,true,[[537,0,3.94757],[614,0,99.0749],[2379,0,6.95517]]],[[7391.8,4628.6,0],0,true,[[2688,0,5.87256],[2836,0,17.7107],[1239,0,1.73707]]],[[7301.33,14423.1,0],0,false,[[4001,1,3.50198],[796,0,20.8489]]], +[[2608.25,1075.56,0],0,true,[[4428,0,9.2911],[3686,0,89.3266],[2749,0,10.4884]]],[[6531.91,7954.36,0],0,true,[[4165,0,165.707],[1283,0,14.6054],[986,0,12.3369]]],[[5991.49,14186.9,0],0,false,[[2750,0,32.4676],[3088,0,226.213]]],[[16055.8,8997.83,0],0,false,[[4080,0,242.581],[2563,0,395.402]]],[[9396.18,8164.12,0],0,false,[[1354,0,123.66],[4584,0,110.261]]], +[[18862.7,16135.6,0],0,false,[[4148,0,159.631]]],[[771.39,16163.8,0],1,true,[[4482,0,5.30455],[4230,0,18.3643],[8,0,15.3311],[2157,0,1.75906],[932,0,8.17059]]],[[5000.13,14039.1,0],0,true,[[2511,0,4.35401],[810,0,14.2085],[2023,0,5.19062],[146,0,3.05211]]],[[17085.2,14903,0],0,true,[[301,0,30.3714],[768,0,201.495],[2591,0,7.18182],[4342,0,6.22062]]],[[15711.2,539.315,0],0,true,[[3563,0,240.236],[677,0,16.3065],[844,0,13.0367]]], +[[969.147,3424.45,0],0,true,[[4057,0,18.5361],[2552,0,14.0905],[3747,0,6.46485],[4705,0,4.92077],[773,0,3.04467],[2964,0,0.950027],[4514,0,1.46985]]],[[16668.7,9765.39,0],0,false,[[946,0,221.948],[262,0,266.084]]],[[6953.96,14585.7,0],0,true,[[178,0,23.9644],[654,0,26.7173],[2965,0,10.2898],[3230,0,13.7803]]],[[6174.82,15276.4,0],0,true,[[2610,1,39.335],[3799,1,7.17491],[3330,1,14.0861]]],[[927.644,8548.53,0],0,false,[[1877,2,132.069],[1341,2,393.627]]], +[[13165.9,4515.08,0],0,false,[[2545,0,61.6676],[2436,0,144.942]]],[[1870.34,6585.23,0],0,true,[[2085,2,29.0262],[3404,2,59.8103],[2204,2,7.5053]]],[[19199,2881.97,0],0,true,[[4675,0,21.7298],[2970,0,174.825],[1894,0,11.4171]]],[[3903.83,13169.7,0],0,false,[[3027,0,110.397],[1851,0,84.062]]],[[5970.4,13014,0],0,true,[[4660,0,180.948],[1026,0,244.597],[3815,0,236.24]]], +[[2666.41,8659.33,0],0,true,[[3907,1,57.3081],[4643,1,31.354],[3083,1,8.81437]]],[[6297.95,14283,0],0,false,[[3178,0,60.0636],[4543,0,22.2879]]],[[1793.45,6620,0],0,false,[[1208,0,85.4648],[1443,0,14.4767]]],[[4655.36,7031.07,0],0,true,[[712,0,21.7128],[1447,0,239.541],[596,0,18.0383]]],[[7236.09,14761.5,0],0,false,[[3625,0,70.1601],[115,0,18.0119]]], +[[786.639,10764.5,0],0,false,[[1083,0,172.548],[2517,0,365.948]]],[[7763.43,5600.58,0],0,true,[[2860,0,26.415],[4271,0,25.5921],[1319,0,18.6184]]],[[13143.7,9936.84,0],0,true,[[1334,0,5.33261],[4644,0,4.10238],[2485,0,3.21756]]],[[17816.9,15730.2,0],0,true,[[2156,1,10.3647],[752,1,83.647],[3416,1,16.3569]]],[[6340.67,14198.3,0],0,true,[[2174,0,35.435],[1862,0,34.8652],[3829,0,20.0733]]], +[[3975.78,11407.2,0],0,false,[[3380,0,80.875],[684,0,158.987]]],[[2601.64,8567.89,0],0,true,[[1258,0,11.2177],[3849,0,33.3067],[3619,0,11.2498]]],[[6311.94,14334.4,0],0,false,[[3990,0,47.7803],[2415,0,44.1362]]],[[4764.4,13962.5,0],0,true,[[3391,0,14.3994],[3928,0,163.639],[2406,0,8.63106]]],[[7484.93,12503,0],0,false,[[3362,1,323.905],[2387,1,145.084]]], +[[11189,12361.6,0],0,false,[[70,0,66.1848],[636,0,14.7491]]],[[20194,11741.4,0],0,false,[[799,0,320.224],[4613,0,355.869]]],[[5789.44,15322.8,0],0,false,[[3199,0,21.4673],[3657,0,25.9897]]],[[7347.97,1689.98,0],0,false,[[2350,0,85.749],[1858,0,23.8514]]],[[5745.32,10994,0],0,false,[[4652,0,47.5682],[4517,0,25.5115]]], +[[18189.5,2290.35,0],0,false,[[4005,0,114.109],[265,0,208.203]]],[[5113.8,13332,0],0,true,[[1091,1,31.5021],[2954,1,31.3476],[4501,1,13.9527],[1844,1,19.6765],[2148,1,17.5797],[542,1,14.4151],[2217,1,12.6829],[4787,1,14.9345],[1285,1,5.92758],[1834,1,4.37888],[2884,1,8.37204],[4556,1,14.2319],[515,1,12.9097],[86,1,9.65938],[800,1,7.13537],[1343,1,6.80043]]],[[3821.15,11472.6,0],0,true,[[667,0,7.13104],[3283,0,3.24469],[1014,0,7.96933],[1198,0,3.87484],[1133,0,2.1039],[3367,0,3.41396]]],[[3837.26,2494.94,0],0,false,[[668,0,283.691],[3057,0,295.31]]],[[17396.9,10402.9,0],0,false,[[572,0,316.321],[3157,0,270.632]]], +[[9452.04,7333.6,0],0,false,[[2704,0,107.581],[2912,0,254.473]]],[[1517.01,12724.7,0],3,false,[[390,0,143.001],[1951,0,245.829]]],[[8770.65,2965.23,0],0,false,[[1071,0,364.421],[2266,0,85.5506]]],[[6891.02,14792.5,0],0,false,[[2707,0,77.0088],[3613,0,119.115]]],[[17710.6,1032.27,0],0,false,[[3263,0,25.7862],[742,0,93.6516]]], +[[12886.9,11422.2,0],0,true,[[848,1,21.1958],[2858,1,3.32404]]],[[5435.38,2780.44,0],0,true,[[3332,0,166.646],[149,0,4.52359],[2456,0,3.95164]]],[[16176.1,15774.2,0],0,false,[[512,0,238.188],[1949,0,39.7454]]],[[9540.66,8230.81,0],0,true,[[2699,0,135.762],[3871,0,27.8787],[4089,0,157.641]]],[[12669.5,7067.06,0],8,true,[[1857,0,150.099],[3668,0,30.7578],[4704,0,54.0868]]], +[[19399.5,2046.25,0],0,false,[[1191,0,229.548],[1069,0,25.5162]]],[[5800.73,11091.9,0],0,false,[[136,0,43.353]]],[[9745,4071.13,0],0,false,[[82,0,335.626],[1763,0,152.921]]],[[19520.1,11436.7,0],0,false,[[1408,0,312.954],[4780,0,232.926]]],[[5088.23,13207.8,0],0,true,[[3097,1,32.0151],[1091,1,95.3505],[1767,1,10.9202],[1779,1,23.8767]]], +[[19270.4,8734.91,0],0,false,[[2365,0,325.724],[476,0,29.1083]]],[[8203.45,3588.03,0],0,false,[[140,0,295.756]]],[[2952.43,9606.87,0],0,true,[[92,0,5.86501],[2977,0,4.21421],[1994,0,5.80058],[4708,0,4.64732]]],[[2333.81,7978.9,0],0,true,[[2227,0,8.28251],[2355,0,4.33647],[2458,0,4.36045]]],[[11897.7,144.208,0],0,true,[[4340,0,24.4041],[1899,0,66.3815],[2488,0,14.0674]]], +[[7137.42,14387,0],0,true,[[3003,1,62.2423],[3470,1,28.7578],[446,1,7.65423],[90,1,15.3565]]],[[3222.36,5772.36,-3.72762],0,true,[[1475,1,281.404],[452,1,13.2242],[3780,1,6.61693]]],[[15386,6236.66,0],0,false,[[4596,0,11.3203],[2993,0,18.3936]]],[[8039.5,11951.4,0],0,false,[[3930,1,30.5738],[3378,1,29.2257]]],[[17315.8,3832.74,0],0,false,[[1287,0,41.6397],[750,0,250.36]]], +[[17358.3,15079.6,0],0,true,[[768,0,135.139],[2080,0,7.28615],[78,0,7.62014]]],[[2583.56,8574.39,0],0,true,[[2382,0,18.6005],[1258,0,8.04863],[3619,0,8.84971]]],[[7020.36,12856.7,0],0,true,[[696,1,9.79213],[3362,1,317.127],[4254,1,11.2553]]],[[11239.9,12415.8,0],0,true,[[4404,0,9.72796],[1723,0,0.361286],[1764,0,3.89426],[2154,0,5.06136],[2357,0,10.9095],[454,0,7.34895]]],[[11287,12344.5,0],0,true,[[2647,0,34.4636],[2106,0,9.9683],[1785,0,7.43547]]], +[[5222.7,12574.5,0],0,false,[[3497,0,324.952]]],[[11944.4,234.465,0],0,true,[[2272,0,35.1552],[1683,0,27.5902],[1178,0,22.9236]]],[[6574.98,14147.1,0],0,false,[[3559,0,377.779],[261,0,78.3783]]],[[615.924,7784.6,0],0,false,[[2767,0,206.031],[1136,0,91.0437]]],[[17748.5,16658.5,0],0,false,[[2534,0,360.83]]], +[[958.194,7464.36,0],0,false,[[4445,0,76.012],[3579,0,93.5144]]],[[11913.7,68.9152,0],0,true,[[3919,0,48.6408],[3509,0,10.4373],[1939,0,13.2784]]],[[16222.5,14334.9,0],0,true,[[3908,0,11.0265],[45,0,7.084],[3284,0,0.878106],[1355,0,3.14684]]],[[15790.5,14386.7,0],0,false,[[2665,0,207.186],[3757,0,84.1191]]],[[1590.19,17775.6,0],1,true,[[3824,0,16.6849],[524,0,191.012],[3675,0,137.529]]], +[[4290.75,8592.9,0],0,false,[[1985,0,89.6529]]],[[14614,6287.3,0],0,true,[[635,0,2.3333],[2076,0,299.806],[3006,0,9.16006]]],[[6733.36,11330.5,0],0,true,[[897,0,5.45274],[4464,0,3.66622],[2609,0,4.64151]]],[[7347.13,1676.24,0],0,false,[[1858,0,18.966],[1902,0,135.35]]],[[2130.43,3809.06,0],0,false,[[1049,0,72.9535],[4599,0,67.4597]]], +[[18326.3,1243.98,0],0,false,[[1464,0,118.379],[0,0,79.2201]]],[[701.942,11309.5,0],0,false,[[2712,0,158.476]]],[[19944.1,13585.4,0],0,false,[[2475,0,143.654],[2639,0,235.86]]],[[16422.4,13884.7,0],0,false,[[2945,0,134.934]]],[[17782.2,15855.2,0],0,false,[[346,1,35.2966],[4561,1,24.6694]]], +[[5431.9,2764.41,0],0,false,[[2523,0,114.803],[2456,0,12.5381]]],[[589.322,1513.35,0],0,false,[[3383,0,380.742],[2738,0,206.071]]],[[18589,2269.48,0],0,false,[[1062,0,113.409]]],[[13688.2,1638.12,0],0,false,[[566,0,220.831],[4253,0,100.543]]],[[6148.39,14079.8,0],0,true,[[3716,0,43.3843],[3223,0,18.5126],[1978,0,3.99419]]], +[[6804.44,14566.5,0],0,false,[[4612,0,14.3405],[650,0,28.9286]]],[[5988.91,9299.65,0],0,false,[[4289,0,25.6361],[1752,0,287.859]]],[[6134.39,574.019,0],0,false,[[4500,0,111.395],[4555,0,97.4371]]],[[16312.5,7972.23,0],0,true,[[3653,0,10.5525],[1209,0,4.94702],[1755,0,17.1646]]],[[5624.18,5939.37,0],0,false,[[25,0,65.6998],[4698,0,93.9227]]], +[[5663.15,2452.61,0],0,false,[[2692,0,53.507],[1203,0,235.072]]],[[19503.7,1796.32,0],0,true,[[214,0,6.4639],[3159,0,6.37564],[3834,0,4.51985]]],[[10615.1,10920.9,0],0,false,[[2855,0,204.916],[142,0,246.403]]],[[6171.32,14241.1,0],0,false,[[130,0,47.8885],[1312,0,27.7003]]],[[6431.28,14288.3,0],0,true,[[475,0,14.1881],[1762,0,27.1193],[4110,0,13.3785]]], +[[13079,3913.33,0],0,false,[[994,0,199.801],[1911,0,180.816]]],[[2602.84,10697.7,0],0,false,[[4627,0,76.0885],[274,0,43.0924]]],[[18572.5,14031.5,0],0,true,[[682,0,254.958],[1035,0,5.0428],[2801,0,7.26347]]],[[6208,14187.4,0],0,false,[[4436,0,62.4633]]],[[7.59874,15419.6,0],1,false,[[710,0,153.362]]], +[[12787.1,11402.3,0],0,true,[[2037,1,65.6889],[167,1,14.5874],[1962,1,79.0587]]],[[17702,3023.1,0],0,false,[[97,0,25.7626]]],[[18430.5,6106.12,0],0,false,[[1794,0,21.7982],[3482,0,51.5552]]],[[8562.32,3804.64,0],0,false,[[729,0,324.133],[4520,0,90.8557]]],[[17574.1,1610.84,0],0,false,[[470,0,67.1494],[841,0,92.302]]], +[[18211.2,1207.02,0],0,false,[[2542,0,47.1355],[801,0,83.7556]]],[[9727.82,8084.36,0],0,true,[[2560,0,8.17536],[1948,0,28.8219],[670,0,7.85877]]],[[15381.7,6242.93,0],0,false,[[793,0,7.6888],[499,0,17.0464]]],[[19581.7,8838.63,0],0,true,[[385,0,7.53765],[3098,0,30.596],[2152,0,13.2865],[2558,0,8.29442]]],[[7047.74,14366.6,0],0,true,[[3597,0,20.2437],[2969,0,27.4825],[2635,1,11.9976]]], +[[6121.45,14109.3,0],0,true,[[3223,0,21.8169],[386,0,21.7837],[1261,0,55.5792]]],[[4255.55,8677.62,0],0,true,[[3200,0,4.05824],[995,0,44.9479],[999,0,2.73552],[1933,0,10.0876]]],[[10202.3,5249.92,-3.74552],0,true,[[3460,1,19.8974],[1812,1,9.92128],[4053,1,2.2996]]],[[14183.2,9947.11,0],0,true,[[2761,0,255.756],[4060,0,16.2534],[1385,0,13.5248]]],[[17886.3,15932.3,0],0,false,[[898,1,22.3385],[2810,1,60.8471]]], +[[6387.08,14178.5,0],0,false,[[211,0,32.0597],[973,0,38.8868]]],[[4706.13,8272.41,0],0,true,[[2313,0,91.8413],[2896,0,3.22948],[1308,0,6.14538]]],[[13515.6,10965.2,0],0,true,[[4175,0,287.182],[3902,0,21.0625],[4094,1,3.15838]]],[[6376.34,6.16243,0],0,false,[[2158,0,367.862]]],[[7081.16,9832.96,0],0,false,[[3542,0,9.62346],[3958,0,41.7039]]], +[[8371.63,3134.66,0],0,false,[[2674,0,261.221],[4491,0,14.7286]]],[[6365.67,14693.6,0],0,false,[[4622,0,25.8714],[4654,0,43.082]]],[[17240.7,8230.02,0],0,true,[[2114,0,15.0126],[4406,0,2.62379],[603,0,3.5045]]],[[7121.25,14423.3,0],0,false,[[90,0,25.4628],[2079,0,31.2229]]],[[401.493,18464,0],1,false,[[3622,0,51.742],[4611,0,164.725]]], +[[14596,13956.3,0],2,true,[[62,0,26.6603],[2255,0,51.574],[1849,0,14.7804]]],[[3162.3,13016.1,0],0,true,[[2625,0,3.61051],[1458,0,2.55608],[331,0,3.26291]]],[[18838.6,7316.01,0],0,false,[[2451,0,286.342],[1086,1,2.78244]]],[[16433.5,7328.25,0],0,false,[[2844,0,136.001],[4581,0,380.451]]],[[11355,12411.3,0],0,false,[[3214,0,29.5933],[448,0,64.391]]], +[[7481,14568.6,0],0,false,[[1206,1,63.8805],[2200,1,41.427]]],[[4253.45,7102.95,0],0,false,[[1447,0,169.139],[509,0,311.682]]],[[18845.7,2100.88,0],0,false,[[441,0,262.96],[3493,0,29.6152]]],[[14206,11744.3,0],0,true,[[137,0,27.2347],[164,0,56.4115],[338,0,10.2255]]],[[11510.7,766.487,0],0,true,[[3968,0,27.1486],[4516,0,28.0701],[295,2,13.6705],[2129,0,11.6466]]], +[[17571.7,15871.9,0],0,false,[[2703,1,175.775],[1345,1,87.3828]]],[[17793.8,16033.3,0],0,false,[[3972,1,36.4972],[2286,1,29.5825]]],[[8059.92,11997,0],0,false,[[1381,0,10.6408]]],[[6531.06,12488.2,0],0,true,[[418,0,231.534],[1783,0,4.89404],[4741,0,14.268]]],[[3889.27,11646.9,0],0,false,[[684,0,122.994]]], +[[2089.11,8938.71,0],0,false,[[205,0,351.413],[2890,0,69.7825]]],[[6653.21,14748.4,0],0,true,[[1358,0,26.3405],[3369,0,20.1782],[2147,0,9.58805]]],[[6942.59,14445,0],0,true,[[1402,0,47.1176],[1463,0,22.2782],[2500,0,12.6475],[554,0,16.0502]]],[[12188.8,1204.41,0],0,false,[[2755,0,191.309],[3246,0,151.043]]],[[12412.7,2808.26,0],0,false,[[4376,0,130.483],[3301,0,236.074]]], +[[17224.9,6480.11,0],0,false,[[3533,0,312.135],[2843,0,136.207]]],[[3804.53,13133.1,0],0,true,[[955,0,2.39985],[975,0,4.6376],[3027,0,5.3806]]],[[6346.13,14708.3,0],0,false,[[3013,0,28.7343],[2658,0,32.1661]]],[[11944.1,262.024,0],0,true,[[1596,0,27.5902],[4618,0,327.363],[1743,0,41.9182]]],[[1254.52,8902.57,0],0,true,[[4383,0,8.01863],[1797,0,16.7035],[305,0,12.3177]]], +[[18931.9,2019.97,0],0,true,[[3493,0,89.5833],[275,0,17.5072],[4134,0,7.82655]]],[[2667.31,8510.42,0],0,false,[[2370,0,17.2143],[4236,0,16.0848]]],[[7901.03,12070.1,0],0,true,[[1480,0,37.4239],[1121,0,7.16864],[565,1,13.8444],[3169,1,12.7276]]],[[17214.5,3744.43,0],0,false,[[4030,0,35.353],[2448,0,47.2607]]],[[4799.31,11380.4,0],0,false,[[713,0,259.073],[2417,0,97.9551]]], +[[16094.6,3963.03,0],0,false,[[69,0,380.003],[2093,0,186.803]]],[[719.812,10573.5,0],0,false,[[2247,0,19.3019],[1711,1,1.88516]]],[[6961.96,14412.8,0],0,true,[[4016,0,15.3951],[2837,0,24.01],[4263,0,7.84554]]],[[11949.8,89.7852,0.00238037],0,false,[[3778,0,23.4723],[601,0,18.3254]]],[[18495.6,1466.5,0],0,false,[[1788,0,76.4486],[607,0,28.4872]]], +[[16717.2,15028.1,0],0,true,[[3045,0,120.643],[3475,0,252.586],[736,0,101.009]]],[[2140.14,6995.29,0],0,false,[[1031,0,159.744],[789,0,253.307]]],[[7785.89,12107.4,0],0,true,[[87,0,44.6125],[2696,0,14.3686],[257,0,10.5166]]],[[1745.64,5503.89,0],0,false,[[2444,0,45.1651],[3024,0,9.94505]]],[[6458.41,14141,0],0,true,[[904,0,56.5601],[1249,0,20.4596],[308,0,27.6279]]], +[[18071.9,7190.96,0],0,false,[[842,0,206.656],[2430,0,305.429]]],[[729.188,10093.3,0],0,true,[[4361,0,19.6283],[2917,0,235.321],[3763,0,8.22983]]],[[5680,11404.8,0],0,false,[[4066,0,116.509]]],[[4716.95,11400.1,0],0,false,[[2363,1,36.961],[4415,1,282.863]]],[[7626.5,1241.46,0],0,false,[[4646,0,235.885],[319,0,48.9747]]], +[[963.146,8401.47,0],0,false,[[4144,0,85.2803],[4275,2,5.07193]]],[[17843.5,15897.5,0],0,true,[[3948,1,71.356],[2820,1,10.5199],[1789,1,11.2502]]],[[16309.4,15968.8,0],0,false,[[1949,0,225.501],[3356,0,212.971]]],[[12323.2,5960.19,0],0,false,[[4620,0,257.066],[1299,0,223.21]]],[[7305.75,14533.1,0],0,false,[[4762,1,24.2797],[1391,1,20.2728]]], +[[11485.4,7806.8,0],0,false,[[1161,0,234.078],[3975,0,215.108]]],[[719.844,10571.8,-3.49564],0,true,[[1036,1,97.4823],[1691,1,1.88516],[2247,1,21.085]]],[[13170.3,5415.55,0],0,false,[[2016,1,0.77616],[720,0,17.9601]]],[[1171.36,8861.55,0],0,true,[[3583,0,8.60164],[910,0,320.478],[2143,0,5.63674]]],[[19155.4,11047.2,0],0,false,[[4353,2,2.24142],[2987,0,90.329]]], +[[15951.4,11293.3,0],0,true,[[1497,0,6.08356],[2713,0,181.001],[884,0,6.18202]]],[[5630.75,15266.4,0],0,false,[[3657,0,172.851],[2142,0,97.3528]]],[[7002.24,14588.3,0],0,true,[[2343,0,17.448],[2320,0,52.956],[3662,0,20.2863],[1118,0,9.40067]]],[[6552.32,824.801,0],0,false,[[3671,0,242.195],[1468,0,83.0978]]],[[19642.2,2090.6,0],0,false,[[1943,0,87.8305],[1280,0,44.8695]]], +[[17465.7,15915.8,0],0,false,[[4088,1,81.5307],[3234,1,49.5623]]],[[839.96,15232.2,0],1,true,[[4069,0,23.5472],[2091,0,393.212],[1773,0,18.2411]]],[[8939.08,11609.9,0],0,false,[[2307,0,373.032],[1041,0,341.058]]],[[11239.6,12415.8,0],0,true,[[454,0,7.44531],[1593,0,0.361286],[2154,0,4.70148],[1764,0,3.74833],[4404,0,10.0643]]],[[20214.7,6890.98,0],0,false,[[541,1,306.3],[3531,1,165.764]]], +[[6534.4,13679.7,0],0,false,[[4739,0,166.332],[2541,0,365.393]]],[[3579.77,4892.7,0],0,false,[[4137,0,365.249],[1013,0,62.4287]]],[[17405.9,16508.1,0],0,true,[[455,1,359.811],[4538,1,5.94259],[2534,1,16.0367]]],[[2581.89,8291.67,0],0,false,[[1395,0,7.89458],[4502,1,11.4228]]],[[240.939,7127.27,0],0,true,[[1917,0,50.2044],[3309,0,8.82677],[3779,0,7.41519]]], +[[5961.49,546.745,0],0,false,[[4555,0,77.5967]]],[[5277.96,14129.3,0],0,true,[[4730,1,65.2182],[4129,1,8.20741],[3076,1,20.6361]]],[[19255.4,7944.55,0],0,false,[[2418,1,24.4795],[3193,1,22.1748]]],[[2876.81,3607.95,0],0,false,[[2324,0,367.886],[2262,0,157.298]]],[[10531.9,11985.1,0],0,true,[[3901,0,6.00716],[1508,0,2.84486],[3923,0,2.17268]]], +[[11835,71.0937,0],0,true,[[4746,0,28.207],[58,0,31.1475],[819,0,16.9733]]],[[6050.66,14170.2,0],0,true,[[998,0,6.36636],[2539,0,41.4817],[1856,0,5.34379]]],[[5777.2,1382.6,0],0,false,[[2828,0,355.165],[4368,0,99.5592]]],[[19898.9,9848.27,0],0,false,[[110,0,9.80702],[1042,0,36.7235]]],[[1389.92,15278.3,0],1,false,[[1155,0,112.095]]], +[[19496.5,2815.95,0],0,false,[[4752,0,51.5625],[3294,0,107.419],[3335,0,57.4481]]],[[6788.65,336.325,0],0,false,[[4041,0,16.1163]]],[[6177.03,11124.6,0],0,false,[[3257,0,42.8964],[2650,0,15.7164]]],[[11906.2,260.886,0],0,false,[[1683,0,41.9182],[3722,0,43.6986]]],[[5220.23,13848.9,0],0,false,[[3280,1,26.7795],[4285,1,151.752]]], +[[6302.1,14091,0],0,true,[[3704,0,25.0463],[3916,0,20.2762],[2877,0,10.8818]]],[[546.012,5280.57,0],0,true,[[2920,0,23.1747],[48,0,98.5789],[3156,0,2.88344],[4198,0,5.49989]]],[[13196.7,9871.43,0],0,true,[[4375,0,59.5094],[4214,0,10.8346],[1020,0,17.2499]]],[[17297,15455.7,0],0,false,[[3065,0,108.297]]],[[9474,8391.89,0],0,true,[[2620,0,56.976],[2427,0,27.5141],[1339,0,17.7797]]], +[[15826.7,14589.3,0],0,false,[[4619,0,126.547]]],[[11293.8,12525,0],0,true,[[1318,0,9.22529],[4522,0,54.9225],[2231,0,6.92719]]],[[5862.95,9040.82,0],0,false,[[1621,0,287.859],[2409,0,332.741]]],[[18509.4,10551.9,0],0,false,[[3414,0,346.575],[3848,0,317.13]]],[[7105.18,14571.5,0],0,true,[[4437,0,9.44141],[516,0,12.4481],[4164,0,14.1879]]], +[[16317.5,7988.62,0],0,true,[[4774,0,33.6699],[1092,0,34.9973],[1623,0,17.1646],[1209,0,12.3067],[3900,0,7.66457],[277,0,3.05385]]],[[17731.7,15889.4,0],0,true,[[3502,1,2.21684],[206,1,2.90765],[2592,1,3.51426]]],[[12729.4,5693.45,0],0,true,[[4693,0,3.74024],[1452,0,166.342],[2572,0,8.20623]]],[[11942.3,51.2076,0],0,false,[[3778,0,15.8956],[1371,0,25.6449]]],[[1129.9,3382.21,0],0,true,[[114,0,110.737],[309,0,339.319],[188,0,50.7178]]], +[[5129.23,8298.33,0],0,false,[[4311,0,79.1458],[4470,0,394.534]]],[[3646.64,10122.9,0],0,true,[[1474,0,1.81297],[3087,0,2.37235],[3481,0,3.5797]]],[[6457.04,14286.4,0],0,true,[[80,0,28.3626],[3478,0,25.4154],[1629,0,27.1193]]],[[9892.71,4034.17,0],0,true,[[747,0,19.228],[322,0,266.919],[1577,0,152.921]]],[[11238.6,12419.4,0],0,true,[[1593,0,3.89426],[1512,0,12.9373],[2154,0,5.13721],[1723,0,3.74833],[2357,0,8.82845]]], +[[6076.43,11212.8,0],0,true,[[3033,0,12.5652],[4121,0,7.49164],[1006,0,5.27263]]],[[12990.8,11164.9,0],0,false,[[894,1,14.0744],[4126,1,130.859]]],[[5087.35,13196.9,0],0,false,[[1579,1,10.9202],[1779,0,13.5589]]],[[7182.85,14643.7,0],0,false,[[529,0,56.9289],[3748,0,83.3435]]],[[7072.42,14551.9,0],0,true,[[2701,0,18.5085],[4164,0,24.7841],[407,0,10.8283]]], +[[6572.35,8104.46,0],0,false,[[4185,0,293.239],[986,0,143.488]]],[[11885,1942.91,0],0,false,[[416,2,381.974],[354,2,143.579]]],[[6397.15,14265.1,0],0,false,[[3618,0,29.3653],[4574,0,27.2268]]],[[821.728,15231.8,0],1,true,[[4069,0,5.52346],[7,0,16.6723],[1721,0,18.2411]]],[[2593.52,11719.8,0],0,false,[[432,0,157.035],[26,0,199.273]]], +[[6432.69,14187.7,0],0,true,[[308,0,28.7396],[896,0,28.0764],[973,0,11.4975],[1040,0,12.7576]]],[[5934.53,2453.39,0],0,false,[[1291,0,205.879],[17,0,119.027]]],[[3210.73,12715.4,0],0,true,[[201,0,267.306],[1279,0,12.4759],[2450,0,5.48359]]],[[13206.6,5055.12,0],0,true,[[2931,2,267.503],[2043,2,15.1875],[2078,2,18.6458]]],[[5092.21,13184.3,0],0,true,[[1767,0,13.5589],[4013,0,25.336],[1579,1,23.8767]]], +[[14726.3,3504.37,0],0,false,[[4494,0,101.726],[4649,0,346.136]]],[[6806.7,14828.7,0],0,false,[[3627,0,104.303]]],[[5353.18,14648.6,0],0,false,[[690,1,341.338],[2151,1,375.275]]],[[6535.58,12490,0],0,true,[[3461,0,2.02906],[1673,0,4.89404],[4741,0,9.38535]]],[[17078.5,4823.74,0],0,false,[[4510,0,146.932]]], +[[11292.2,12349.8,0],0,true,[[3729,0,6.42911],[4498,0,62.2652],[1594,0,7.43547],[2106,0,3.336]]],[[2406,10595.7,0],0,true,[[3915,0,9.69541],[4627,0,164.614],[4586,0,13.1228]]],[[1092.06,6677.85,0],0,false,[[1379,0,173.194],[3123,0,64.3408]]],[[18433.2,1422.79,0],0,false,[[4463,0,108.331],[1694,0,76.4486]]],[[17847.5,15908,0],0,true,[[2820,1,21.2244],[898,1,43.8877],[1706,1,11.2502]]], +[[15333.2,6236.15,0],0,true,[[2098,0,15.9107],[832,0,11.5866],[3567,0,3.279]]],[[4810.47,13981.2,0],0,false,[[4364,0,157.103],[4079,0,19.2195]]],[[14065.6,5287.25,0],0,false,[[2487,0,144.887],[4359,0,389.461]]],[[18143,1137.8,0],0,false,[[1513,0,29.6691],[3697,0,26.6806]]],[[18419.8,6087.1,0],0,false,[[4433,0,380.957],[1637,0,21.7982]]], +[[15273.4,8167.01,0],0,false,[[4086,0,377.758],[3054,0,337.629]]],[[9376.46,193.276,0],0,false,[[2149,0,374.539],[3108,0,100.091]]],[[1267,8891.54,0],0,false,[[1684,0,16.7035],[3741,0,34.1217]]],[[15614,11550.2,0],0,false,[[4668,0,22.9626],[3327,0,318.183]]],[[2722.95,8847.86,0],0,true,[[116,1,6.5597],[3286,1,75.4491],[3036,1,2.85211]]], +[[9211.69,8768.43,0],0,false,[[2590,0,135.218]]],[[15196.4,5265.9,0],0,true,[[3201,0,13.4537],[1047,0,15.4771],[4044,0,15.1373],[180,0,16.2207]]],[[11794.5,2.53841,0],0,false,[[3399,0,22.3642]]],[[6757.94,1682.68,0],0,false,[[836,0,24.5943],[3942,0,286.042]]],[[18386.9,13361.8,0],0,false,[[4017,0,6.5342],[2752,0,93.3638]]], +[[18129.1,2616.37,0],0,true,[[2040,0,73.3271],[3091,0,24.2419],[1969,0,11.2514]]],[[306.543,4744.22,0],0,false,[[764,0,326.113],[3204,0,110.321]]],[[6490,14720.4,0],0,false,[[4154,0,39.0862],[2814,0,20.0977]]],[[17680,940.672,0],0,false,[[2570,0,23.1263],[2887,0,132.593]]],[[1667.93,16410.5,0],1,false,[[36,0,133.589],[688,0,35.5197]]], +[[15754,13517,0],0,false,[[3513,0,372.112],[349,0,29.5334]]],[[17620.6,1156.25,0],0,true,[[3601,0,20.7357],[3814,0,34.2782],[1099,0,12.9895]]],[[10211.3,5245.97,0],0,true,[[4053,0,11.7913],[236,0,161.865],[1647,1,9.92128]]],[[1198.2,14897.3,0],1,false,[[2913,0,85.5502],[2492,0,56.1272]]],[[19482.9,760.839,0],0,false,[[2839,0,153.823],[3786,0,301.124]]], +[[12602.7,2964.85,0],0,true,[[4790,2,255.689],[926,2,24.5678],[3449,2,8.03321],[4504,2,24.1817]]],[[7359.69,14455.3,0],0,false,[[419,1,0.697931],[1199,0,11.7776]]],[[19422.1,13231.2,0],0,false,[[3535,0,280.182],[3832,0,163.678]]],[[5586.55,13975.4,0],0,false,[[264,0,345.856]]],[[4571.87,3017.38,0],0,true,[[1153,0,9.92255],[2216,0,127.861],[3325,0,6.27487]]], +[[13734.1,7758.44,0],0,false,[[2453,0,163.009],[1485,0,191.046]]],[[19567.5,6425.53,0],0,true,[[2906,0,17.5371],[4657,1,4.97036],[4608,1,17.4673],[107,1,2.57476]]],[[12943.4,9684.12,0],0,false,[[3800,0,97.3432]]],[[6909.21,14562.2,0],0,true,[[317,0,27.7218],[3299,0,23.1323],[3751,0,15.0601]]],[[17216.4,3834.15,0],0,true,[[2676,0,181.939],[4346,0,15.8775],[2088,0,11.5424]]], +[[11208.7,12406.5,0],0,true,[[3113,0,28.2367],[4258,0,24.5443],[2565,0,5.42669]]],[[14720.6,3402.76,0],0,false,[[4494,0,8.59211],[3112,0,121.251]]],[[17879.7,15984.4,0],0,true,[[2640,1,78.3837],[3176,1,33.7553],[3667,1,20.2443],[659,1,14.4623]]],[[8718.89,727.93,0],0,false,[[1840,0,283.947],[237,0,204.801]]],[[1779.94,6526.3,0],0,true,[[479,0,60.2763],[2569,0,3.25727],[970,0,7.29821]]], +[[19602.4,8430.16,0],0,true,[[3117,1,93.074],[2199,1,35.5664],[2408,1,21.5279]]],[[17692.5,6228.31,0],0,false,[[2039,0,177.23],[1467,0,277.42]]],[[4708.71,10489.6,0],0,false,[[877,0,173.743],[1484,0,361.962]]],[[3406.66,10463.1,0],0,true,[[1305,0,11.6579],[428,0,6.16545],[4672,0,8.26455]]],[[5117.2,13334.7,0],0,true,[[1285,0,5.73957],[2884,0,5.2327],[1561,1,4.37888]]], +[[19101.1,7977.85,0],0,true,[[3744,0,5.93099],[1389,0,4.61658],[3205,1,3.37845],[1048,1,6.81026]]],[[11737,226.013,0],0,true,[[4453,0,62.5757],[2956,0,30.1503],[3955,0,9.48543],[3289,0,16.7698]]],[[11821.1,244.789,0],0,false,[[527,0,27.9986],[984,0,53.7032]]],[[5665.83,10951.4,0],0,false,[[2306,0,19.7392],[2799,0,131.709]]],[[17651.1,1150.48,0],0,false,[[4607,0,28.4605],[3986,0,30.536]]], +[[8525.31,925.337,0],0,false,[[3742,0,126.769],[1828,0,283.947]]],[[7049.26,14833.9,0],0,false,[[3558,0,34.3471],[723,0,23.2237]]],[[2520.02,6540.94,0],0,false,[[1195,0,170.633],[4681,0,115.348]]],[[19982.8,4591.85,0],0,true,[[4063,0,314.829],[4313,0,21.3055],[2470,0,23.0543]]],[[5118.25,13351.2,0],0,true,[[2954,1,11.6896],[1561,1,19.6765],[4556,0,5.44807],[4501,0,5.72484]]], +[[5331.1,3012.95,0],0,false,[[2666,0,375.124],[2238,0,144.317]]],[[3286.88,10538.4,0],0,false,[[1861,0,135.418]]],[[674.721,15155.8,0],1,false,[[2027,0,25.2548],[1115,0,143.324]]],[[620.87,16501.4,0],1,false,[[4518,0,329.93],[2241,0,350.104]]],[[14606.6,13946,0],2,true,[[1034,0,88.1569],[1660,0,14.7804],[62,0,12.7689]]], +[[16864.2,14725.7,0],0,true,[[4728,0,147.824],[981,0,22.3731],[3390,0,6.19309]]],[[3900.33,13085.8,0],0,false,[[1538,0,84.062]]],[[12831.5,1253.04,0],0,false,[[3510,0,253.142],[4642,0,360.262]]],[[14460.2,2009.49,0],0,false,[[2795,0,224.081]]],[[9110.31,5915.11,0],0,true,[[1932,0,48.9151],[2004,0,29.0152],[3160,0,297.506],[462,0,18.0626]]], +[[2779.34,10932.6,0],0,true,[[1462,0,200.267],[3338,0,19.4945],[3893,0,19.5848]]],[[6050.68,14164.9,0],0,true,[[4229,0,23.8283],[998,0,7.81772],[1736,0,5.34379]]],[[12719.9,6925.69,0],8,false,[[1574,0,150.099]]],[[7365.37,1673.67,0],0,true,[[1558,0,23.8514],[4176,0,231.468],[1608,0,18.966]]],[[5912.79,15300.2,0],0,true,[[4605,1,38.2062],[3064,1,23.7681],[4192,0,14.6139]]], +[[5503.59,6547.11,0],0,true,[[2834,0,319.886],[2336,0,24.6142],[4725,0,13.0576]]],[[3387.65,10450.8,0],0,true,[[4264,0,8.59078],[1846,0,135.418],[1305,0,11.1802]]],[[6372.09,14213.5,0],0,true,[[1549,0,34.8652],[2626,0,32.374],[3072,0,16.4482]]],[[4595.56,11124.2,0],0,false,[[3739,1,58.3299],[2719,1,172.934]]],[[6427.57,14241.9,0],0,true,[[2626,0,29.9869],[2345,0,28.5745],[4312,0,9.84486],[985,0,3.18858]]], +[[14507.5,2798.3,0],0,false,[[4578,0,180.837],[1303,0,216.313]]],[[6754.86,14751,0],0,false,[[3613,0,23.222],[1358,0,78.7837]]],[[2897.16,9591.65,0],0,false,[[2645,1,376.888],[1078,1,15.6175]]],[[8164.05,5701.2,0],0,true,[[949,0,127.439],[3374,0,14.6759],[4545,0,10.3405]]],[[16328.8,13918.8,0],0,true,[[150,0,90.8367],[4444,0,19.2149],[4537,0,54.8226]]], +[[1258.3,14865.4,0],1,false,[[2001,0,35.7161],[4124,0,44.4595]]],[[1308.86,14908.4,0],1,false,[[2492,0,55.1695],[4604,0,314.113]]],[[1090.6,14201.5,0],1,false,[[3643,0,283.875],[858,0,29.3159]]],[[7109.58,14515.6,0],0,true,[[4356,0,26.1174],[407,0,45.4226],[663,0,13.9872],[1963,0,12.7775]]],[[2708.83,6502.88,0],0,false,[[3282,1,27.5413],[131,1,246.806]]], +[[1762.52,7683.08,0],0,false,[[2015,0,119.606],[2868,0,202.525]]],[[18393.6,13347.1,0],0,true,[[4011,0,207.96],[3218,0,25.2392],[4017,0,13.0564]]],[[955.222,8419.52,0],0,false,[[4275,2,22.4232],[1534,2,132.069]]],[[5445.01,15444.6,0],0,true,[[4390,1,19.9419],[3229,1,18.1251],[4143,1,19.2524]]],[[2789.25,764.499,0],0,true,[[3339,0,52.2164],[1107,0,21.6217]]], +[[4621.92,11041.2,0],0,true,[[3222,1,27.8306],[3739,1,29.6932],[937,1,19.8803],[3680,1,18.5627]]],[[6037.68,9560.38,0],0,false,[[3889,0,84.5042],[3067,0,349.121]]],[[4382.57,3830.29,0],0,false,[[3273,0,393.188],[3788,0,83.6576]]],[[3655.43,12919.8,0],0,false,[[2805,0,162.747],[2556,0,75.1982]]],[[8214.28,5539.87,0],0,false,[[3374,0,157.082],[776,0,358.307]]], +[[18785.1,15545,0],0,true,[[2119,0,4.22887],[3565,0,78.775],[2392,0,9.20012]]],[[12704.2,5479.52,0],0,true,[[609,0,4.37215],[486,0,121.103],[380,0,4.33233]]],[[1614.35,7589.86,0],0,true,[[4255,0,4.61101],[4393,0,5.06275],[3646,0,4.36112],[38,0,2.83811]]],[[13605.7,1974.32,0],0,false,[[2850,0,146.468],[337,0,190.455]]],[[4726.4,10995.6,0],0,false,[[2927,0,40.4386],[2718,0,18.4049]]], +[[7929.57,12100.8,0],0,true,[[1121,0,34.7709],[61,0,14.4521],[179,0,5.94553]]],[[9865.38,3867.21,0],0,true,[[1188,0,146.534],[917,0,7.73552],[4740,0,11.2265]]],[[14504.6,3806.43,0],0,false,[[2311,0,23.727],[3954,0,43.9694]]],[[4971.24,4812.08,0],0,false,[[4209,0,14.7842],[3023,0,62.5009]]],[[19203.3,2892.54,0],0,true,[[996,0,65.5258],[1537,0,11.4171],[4675,0,11.7054]]], +[[17624.1,1656.77,0],0,false,[[240,0,27.0733],[2173,0,47.6859]]],[[2676.57,8986.6,0],0,false,[[2364,0,106.641]]],[[8927.79,3741.1,0],0,false,[[3522,0,285.405],[746,0,123.314]]],[[3272.73,6405.07,0],0,false,[[947,0,162.913],[498,0,167.962]]],[[11950.8,143.071,0],0,true,[[601,0,35.0713],[2272,0,56.6605],[1584,0,66.3815]]], +[[2320.2,9237.68,0],0,false,[[2283,0,347.381],[4188,0,25.8241]]],[[1631.3,6962.43,0.2463],0,false,[[2411,0,37.8303],[2547,2,11.7273]]],[[7212.08,1681.65,0],0,false,[[1608,0,135.35],[2800,0,251.225]]],[[7158.27,9858.62,0],0,false,[[367,0,38.3744],[3600,0,226.053]]],[[18446.1,3425.28,0],0,true,[[2171,0,232.026],[2943,0,9.7917],[2426,0,7.11566],[4,0,7.52688]]], +[[2532.01,7949.68,0],0,true,[[3479,1,102.227],[3354,1,25.7014],[864,1,13.9613]]],[[7138.13,14823.6,0],0,false,[[4321,0,42.8456],[3458,0,104.454]]],[[15729.9,2889.36,0],0,false,[[3328,0,251.25],[691,0,184.684]]],[[8191.46,11933.5,0],0,false,[[3709,0,59.4114],[1050,0,241.469]]],[[6720.57,11413,0],0,true,[[1004,0,190.781],[1952,0,18.456],[2467,0,9.1903]]], +[[7067.68,13988.4,0],0,true,[[3316,1,10.1094],[4107,1,19.8567],[2471,1,3.18262],[209,1,5.1343]]],[[12985,4063.78,0],0,false,[[1630,0,180.816],[2963,0,263.862]]],[[8181.24,14470.2,0],0,false,[[3319,0,20.6318],[3125,0,29.4063]]],[[9652.15,5833.01,0],0,true,[[1976,0,6.36611],[3213,0,11.6473],[1120,0,7.4757]]],[[17733.1,15945,0],0,true,[[3962,1,7.22468],[551,1,75.1503],[2019,1,5.66167],[2128,1,4.23458],[4720,1,3.95247],[1419,1,5.39695]]], +[[17611.2,9293.05,0],0,false,[[2380,0,169.346]]],[[7584.86,14503.6,0],0,true,[[15,0,9.96291],[2124,0,14.3501],[304,1,7.8262]]],[[201.069,7157.77,0],0,false,[[3271,0,47.7652],[1729,0,50.2044]]],[[7912.54,11998.6,0],0,true,[[4451,0,17.6919],[1502,0,48.5885],[3238,0,12.2161]]],[[12006.8,2338.6,0],0,false,[[4422,0,103.602],[4309,0,85.8556]]], +[[10496.7,12586,0],0,false,[[4073,0,176.598],[2081,0,215.617]]],[[1157.56,6282.33,0],0,false,[[9,0,346.778],[4036,0,223.958]]],[[7204.17,14584.4,0],0,true,[[4676,0,27.4174],[4416,0,27.7009],[336,0,16.3991]]],[[9686.27,5824.39,0],0,true,[[4759,0,194.367],[2215,0,17.1351],[2989,0,7.98667]]],[[14549,12414.8,0],0,false,[[1947,0,272.125],[3850,0,322.841]]], +[[15661.2,17020.4,0],4,false,[[1365,0,332.97],[3785,0,248.55]]],[[6224.2,15034.4,0],0,false,[[2290,0,21.6225],[648,0,21.0154]]],[[6289.44,14050.5,0],0,true,[[2790,0,7.68123],[694,0,6.41632],[3081,0,13.8053]]],[[16132.1,9641.15,0],0,false,[[2447,0,204.052],[490,0,111.76]]],[[20297.5,7729.09,0],0,false,[[518,0,278.992],[3936,0,189.911]]], +[[12990.6,9770.46,0],0,true,[[459,0,63.7696],[3800,0,5.05794],[3403,0,11.1014]]],[[3467.96,13194.4,0],0,true,[[431,0,294.182],[2698,0,114.48],[763,0,137.283]]],[[9158.79,5909.45,0],0,false,[[4495,0,221.301],[1854,0,48.9151]]],[[4264.23,8672.49,0],0,true,[[999,0,10.0795],[714,0,31.55],[1985,0,16.3427],[1646,0,10.0876]]],[[16836.7,1778.43,0],0,false,[[4667,0,135.242],[3806,0,408.591]]], +[[3396.91,1587.25,0],0,false,[[3724,0,30.1863],[3272,0,264.003]]],[[11953.2,42.7399,0],0,false,[[2347,0,23.0333],[3713,0,22.9665]]],[[11392.3,6287.84,0.0349731],0,false,[[3305,0,109.755],[4051,0,59.2965]]],[[3615.21,12706.5,0],0,false,[[174,0,184.277]]],[[11901.7,74.465,0],0,true,[[3509,0,22.7346],[873,0,21.1339],[1601,0,13.2784]]], +[[1158.17,8457.17,0],0,false,[[910,0,103.646],[4144,0,144.086]]],[[14527,6.30267,0],0,false,[[4645,0,123.933]]],[[18348.6,2799.79,0],0,false,[[1027,0,214.922],[4709,0,64.1058]]],[[19628.4,2043.01,0],0,false,[[2121,0,209.209],[1719,0,87.8305]]],[[6473.09,14740.6,0],0,false,[[1088,0,19.5439],[3939,0,68.8356]]], +[[6467.43,12828.2,0],0,false,[[4350,0,4.99037],[681,0,15.0737]]],[[2389.72,9249.22,0],0,false,[[4188,0,70.4419],[3258,0,217.04]]],[[14417.4,12178.3,0],0,false,[[89,0,321.016],[1924,0,272.125]]],[[9699.51,8089.71,0],0,false,[[1641,0,28.8219],[1354,0,188.763]]],[[16155.3,15807.1,0],0,true,[[4778,0,15.4894],[1707,0,225.501],[1572,0,39.7454]]], +[[1114.1,17907,0],1,false,[[524,0,352.834],[2219,0,275.035]]],[[1468.41,12485.7,0],3,false,[[1566,0,245.829],[3526,0,248.479]]],[[6707.16,11400.3,0],0,true,[[1909,0,18.456],[3927,0,41.2036],[2467,0,9.82805],[2312,0,11.5387]]],[[19913.1,4594.33,0],0,true,[[3261,0,7.41057],[3494,0,7.59692],[1367,0,4.85313]]],[[3945.18,12936.4,0],0,false,[[4259,0,110.917]]], +[[11182.6,12324.2,0],0,false,[[4392,0,171.377],[2813,0,37.0536]]],[[7574.68,12320.3,0],0,false,[[3771,0,61.5382],[4250,0,18.1977]]],[[16447.7,10479.6,0],0,false,[[642,0,125.008],[3538,0,281.433]]],[[382.867,15287.1,0],1,false,[[2038,0,100.106],[3143,0,51.16]]],[[6975.83,2403.77,0],0,false,[[4651,0,228.144],[271,0,329.873]]], +[[1051.78,3323.28,0],0,false,[[3265,0,38.7321]]],[[17498.2,1857.92,0],0,false,[[1387,0,100.07],[3550,0,119.435]]],[[12856.8,11428.9,0],0,true,[[848,1,28.9607],[1635,1,79.0587]]],[[7122.04,14512.8,0],0,true,[[663,0,19.8596],[2646,0,23.818],[1873,0,12.7775],[4356,0,19.2233]]],[[11267.4,7885.66,0],0,true,[[1011,0,8.06265],[2468,0,6.10817],[757,0,4.66734]]], +[[3306.05,3642.86,0],0,false,[[3642,0,222.038],[135,0,278.889]]],[[18718.3,3243.53,0],0,false,[[2662,0,316.078],[2531,0,230.667]]],[[6472.88,14240.7,0],0,false,[[290,0,34.8867],[185,0,9.98746]]],[[5537.86,1257.99,0],0,false,[[3397,0,247.676]]],[[18121.5,2624.72,0],0,false,[[3608,0,17.4349],[1805,0,11.2514]]], +[[9997.77,7639.29,0],0,false,[[699,0,76.5616],[1411,0,244.845]]],[[14671.1,13913.4,0],2,true,[[125,0,2.74516],[2145,0,65.7812],[2803,0,5.86695]]],[[7239.98,14627,0],0,false,[[4416,0,46.7127],[2465,0,36.2847]]],[[8001.41,12035.1,0],0,true,[[3155,0,22.8801],[4190,0,16.6885],[3989,0,11.8403]]],[[2225.65,3617.04,0],0,false,[[854,0,50.423],[3264,0,141.189]]], +[[19046.1,2262.42,0],0,false,[[3689,0,30.9836],[1119,0,27.7027]]],[[9649.52,5838.81,0],0,true,[[4421,0,5.7686],[1913,0,6.36611],[1120,0,2.42806]]],[[10387.4,2420.44,0],0,false,[[1021,0,302.26],[4723,0,262.473]]],[[6148.61,14083.8,0],0,true,[[1619,0,3.99419],[287,0,56.8043],[3223,0,15.8747]]],[[17644.3,1115.01,0],0,false,[[242,0,28.1249],[4184,0,59.9426]]], +[[11881.4,133.524,0],0,true,[[4731,0,47.9508],[2488,0,16.1824],[4340,0,18.5904]]],[[10742.2,10372.3,0],0,false,[[2583,0,308.119],[3921,0,23.6302]]],[[17994.5,16044.4,0],0,true,[[296,1,109.357],[579,1,24.5259],[3756,1,15.0323]]],[[5872.64,774.499,0],0,false,[[849,0,164.826],[4130,0,246.833]]],[[7262.26,14487.9,0],0,true,[[980,0,27.0849],[664,0,24.8006],[313,1,27.0886],[2824,1,18.013]]], +[[4261.31,8656.61,0],0,false,[[1605,0,89.6529],[1933,0,16.3427]]],[[16390.8,4234.17,0],0,true,[[963,0,217.169],[4360,0,26.4589],[3486,0,109.6]]],[[13615.8,11169.1,0],0,true,[[248,0,8.17353],[3038,0,105.522],[765,0,4.48603]]],[[11562.5,707.475,0],0,false,[[2540,0,77.1046],[3968,0,52.8926]]],[[5523.1,6516.04,0],0,false,[[172,0,53.7313],[4725,0,37.6825]]], +[[20455.4,15775.5,0],0,false,[[3017,0,157.499]]],[[11460.6,12650.3,0],0,true,[[2760,0,27.523],[1363,0,29.4058],[4670,0,68.9977]]],[[11781.3,150.567,0],0,true,[[4727,0,38.8101],[2990,0,18.1328],[3991,0,9.93572]]],[[17034.1,8477.88,0],0,true,[[3168,0,274.776],[4448,0,115.455],[987,0,213.435]]],[[2947,9608.89,0],0,true,[[706,0,8.24495],[4708,0,7.59159],[92,0,1.27952],[1582,0,5.80058]]], +[[9640.73,5844.37,0],0,true,[[4421,0,4.69453],[2782,0,12.235],[1120,0,11.2938]]],[[17672.4,1434.87,0],0,true,[[741,0,20.5729],[4334,0,63.5258],[3298,0,8.35873],[2835,0,6.77598]]],[[14582.8,9045.61,0],0,false,[[2195,0,320.138],[73,0,204.883]]],[[6657.21,1975.37,0],0,true,[[2082,0,9.73229],[872,0,62.5338],[4650,0,3.4532],[129,0,3.40632],[2903,0,5.33518]]],[[18328.6,8107.34,0],0,false,[[4162,0,300.726]]], +[[13072.1,9965.15,0],0,false,[[2915,0,81.094],[3166,0,55.0241]]],[[1293.88,14868.6,0],1,false,[[1870,0,35.7161]]],[[10537.7,9957,0],0,false,[[726,0,282.352],[3571,0,100.441]]],[[10921,9129.6,0],0,true,[[3584,0,221.495],[4331,0,1.9584],[2664,0,4.63693]]],[[9081.57,5918.66,0],0,false,[[1854,0,29.0152],[1393,0,223.361]]], +[[6074.89,1008.25,0],0,false,[[4420,0,173.914]]],[[2506.21,7689.04,0],0,false,[[388,1,69.1103],[2740,1,78.541]]],[[5053.88,10312.7,0],0,false,[[2194,0,363.25],[2988,0,345.376]]],[[20059.7,12976.1,0],0,true,[[838,0,4.08317],[2050,0,126.515],[3870,0,7.76241]]],[[3817.81,11480.9,0],0,true,[[702,0,38.6078],[1198,0,5.06265],[1014,0,4.55871]]], +[[3349.42,12471.1,0],0,true,[[870,1,4.02584],[2908,0,87.8582],[4631,1,4.74332]]],[[12930.4,3468.65,0],0,false,[[4027,2,110.085],[4182,2,178.799]]],[[4484.4,11264,0],0,true,[[4735,1,6.49676],[3417,1,217.729],[2267,1,6.0889],[2719,1,6.4683]]],[[3285.31,5722.24,0],0,false,[[452,0,67.4445],[4499,0,339.631]]],[[13584.3,10165.8,0],0,false,[[766,0,240.064],[738,0,336.651]]], +[[1670.73,7752.82,0],0,false,[[2089,0,171.518],[1875,0,119.606]]],[[13170.2,5416.31,-0.888337],0,true,[[2455,1,36.0025],[720,1,17.1904],[1712,1,0.77616]]],[[15974.6,14993,0],0,false,[[3853,0,282.145]]],[[9416.36,8394.41,0],0,true,[[4199,0,66.6217],[557,0,6.53977],[2620,0,8.37785]]],[[17732,15939.5,0],0,true,[[3962,1,1.60007],[2128,1,1.70322],[1914,1,5.66167]]], +[[11633.4,71.2006,0],0,false,[[4096,2,61.9095],[4591,2,21.9199]]],[[11237.8,12386.1,0],0,true,[[2940,0,2.23385],[555,0,5.27929],[369,0,11.0061]]],[[9557.21,10319.1,0],0,true,[[3648,0,60.8034],[1226,1,2.0709],[3837,1,3.69781],[2691,1,7.03773]]],[[4996.7,14035.2,0],0,true,[[146,0,6.29087],[4364,0,37.8495],[1527,0,5.19062]]],[[14869.3,6460.15,0],0,true,[[3070,0,4.41771],[3122,0,402.44],[2546,0,4.1878]]], +[[6969.22,13944.5,0],0,false,[[3423,0,218.243],[3434,0,102.69]]],[[11919.9,5742.9,0],0,false,[[1299,0,237.432],[2454,0,162.964],[3471,0,103.113]]],[[651.809,15147.9,0],1,true,[[4435,0,23.2176],[4396,0,73.7385],[1847,0,25.2548]]],[[8871.53,10789.3,0],0,false,[[4630,1,327.467],[3906,1,266.629]]],[[6655.14,14656,0],0,true,[[4656,0,130.166],[3678,0,7.38352],[162,0,13.8157]]], +[[18986.6,2270.77,0],0,false,[[4147,0,61.876],[1102,0,50.6753]]],[[5116.37,13101.3,0],0,false,[[4013,0,61.4931],[957,0,44.8264]]],[[334.336,6412.62,0],0,false,[[2423,0,138.379],[422,0,376.557]]],[[16188.8,4442.87,0],0,true,[[1445,0,9.01979],[963,0,83.428],[1290,0,8.80502]]],[[9624.63,5602.75,0],0,false,[[3368,0,223.612]]], +[[8049.12,11978.4,0],0,true,[[1177,0,4.12452],[1064,0,43.5884],[920,0,3.35007],[1381,0,10.959]]],[[19354.9,7956.12,0],0,true,[[2073,1,1.74489],[2230,1,18.8766],[16,1,14.2435]]],[[12820.4,11345.6,0],0,false,[[1635,1,65.6889]]],[[471.486,15240.6,0],1,false,[[4028,0,51.7677],[1958,0,100.106]]],[[17517,6246.11,0],0,false,[[3737,0,375.502],[1831,0,177.23]]], +[[18122,2546.38,0],0,false,[[393,0,184.659],[1805,0,73.3271]]],[[247.246,7221.81,0],0,true,[[3252,0,199.509],[3401,0,16.9644],[3244,0,11.0503]]],[[14613.8,6278.53,0],0,true,[[84,0,6.14221],[3224,0,2.81119],[3006,0,13.4803]]],[[13204,5070.09,0],0,true,[[1778,2,15.1875],[1217,0,13.96],[2078,2,3.58199]]],[[1223.48,9018.08,0],0,false,[[163,0,121.524],[318,0,68.9894]]], +[[16483.2,12084.6,0],0,false,[[4763,0,396.583],[619,0,235.272]]],[[9271.43,6329.46,0],0,false,[[708,0,172.757]]],[[18864.6,14035.9,0],0,false,[[2599,0,221.696],[1201,0,285.197]]],[[6174.91,13744.7,0],0,false,[[2375,0,106.641],[2541,0,34.1739]]],[[1649.26,7444.14,0],0,false,[[4393,0,146.466],[4717,0,201.837]]], +[[20049.2,13097.9,0],0,false,[[2008,0,126.515],[2475,0,377.124]]],[[19911.8,15268.5,0],0,true,[[2296,0,5.52175],[227,0,24.5863],[1412,0,3.23479]]],[[7455.23,14520.2,0],0,false,[[644,0,28.8095]]],[[7773.84,10153.4,0],0,false,[[3878,0,243.313],[4568,0,237.487]]],[[14035,1424.45,0],0,true,[[649,0,281.42],[2328,0,33.9405],[3803,0,113.086]]], +[[3244.08,12102.5,0],0,false,[[1356,0,21.1744],[3925,0,10.8987]]],[[10565.4,3543.17,0],0,true,[[4699,1,6.69404],[778,1,5.4041],[882,1,7.84707]]],[[12899.1,5297.36,0],0,false,[[2393,0,238.922]]],[[6891.81,14543.7,0],0,true,[[794,0,14.0425],[2847,0,2.82663],[3560,0,6.92994]]],[[2584.03,7464.1,0],0,true,[[4061,1,17.1625],[1284,1,11.8069],[2186,1,19.1242]]], +[[11410.3,12663.4,0],0,true,[[1183,0,10.7537],[3209,0,10.7514],[4037,0,2.25081]]],[[6421.94,14378.7,0],0,false,[[2948,0,25.031],[2996,0,21.2625]]],[[6250.98,14132.5,0],0,false,[[576,0,20.7224],[3109,0,21.9084]]],[[17618.3,1616.41,0],0,false,[[2478,0,19.8275],[3010,0,27.7591]]],[[2802.83,10926.7,0],0,true,[[1344,0,4.29127],[3338,0,5.00095],[4745,0,3.30787]]], +[[221.008,7193.89,0],0,true,[[1051,0,31.4667],[1466,0,5.76605],[3345,0,5.69398]]],[[2193.19,7999.64,0],0,false,[[366,0,118.576],[219,0,98.6856]]],[[2512.73,1526.03,0],0,false,[[863,0,264.525],[2638,0,203.586]]],[[15383.3,15425.9,0],7,false,[[4792,0,180.488]]],[[7704.81,12302,0],0,false,[[3344,0,19.8585],[3219,0,47.7677]]], +[[6169.18,11199.6,0],0,true,[[3462,0,3.51983],[962,0,23.4974],[1087,0,9.79426]]],[[18944,3041.22,0],0,true,[[3149,0,9.793],[2554,0,7.35913],[1332,0,15.9878]]],[[11814.8,26.6771,0],0,false,[[792,0,39.6625],[4692,0,24.3717],[2771,0,9.85875],[653,0,2.62305]]],[[19353.7,7954.82,0],0,true,[[16,1,15.4744],[3129,1,22.3617],[4256,1,13.0186],[2036,1,1.74489],[2230,1,17.7356]]],[[11861.5,20.9554,0],0,false,[[4347,0,14.7861],[3144,0,42.0103]]], +[[15006.4,16368.5,0],5,true,[[3964,0,180.045],[3051,0,19.7941],[2852,0,12.8314]]],[[14856.2,6445.97,0],0,false,[[1606,0,299.806],[3641,0,9.56942]]],[[6796.32,13351,0],0,false,[[132,0,85.0555]]],[[13204.4,5073.65,0],0,true,[[1778,2,18.6458],[3867,2,13.3556],[2043,2,3.58199],[1217,2,10.5012]]],[[7103.32,14448.9,0],0,true,[[1658,0,31.2229],[4410,0,27.0889],[2923,0,21.0145]]], +[[17365.2,15081.9,0],0,true,[[1590,0,7.28615],[3440,0,217.71],[78,0,4.17607]]],[[10490.7,12376.9,0],0,false,[[1920,0,215.617],[1508,0,398.564]]],[[6655.1,1965.87,0],0,true,[[3061,0,282.834],[4650,0,6.53592],[1998,0,9.73229]]],[[19097.3,6316.56,0],0,false,[[402,0,131.048],[2812,0,99.5758]]],[[2682.87,10753.6,0],0,false,[[953,0,68.8257],[343,0,11.3673]]], +[[1872.54,6556.29,0],0,false,[[568,2,27.6074],[1536,2,29.0262]]],[[19563.8,11127.7,0],0,true,[[2281,0,8.72109],[1408,0,4.93316],[4269,0,4.98663]]],[[1760.37,524.687,0],0,false,[[1333,0,116.232]]],[[17226.3,3828.17,0],0,true,[[4346,0,7.09972],[2433,0,18.2023],[1824,0,11.5424]]],[[1504.84,7771.42,0],0,false,[[4782,0,66.0031],[2015,0,171.518]]], +[[17030.3,13001.2,0],0,true,[[4151,0,308.993],[4623,0,356.322],[1154,0,189.359]]],[[1231.99,15260.9,0],1,false,[[1721,0,393.212],[3195,0,24.4322]]],[[6236.15,14064.6,0],0,false,[[1229,0,51.6649],[4711,0,20.3563]]],[[16096.6,4148.15,0],0,false,[[1690,0,186.803],[1445,0,303.148]]],[[2185.93,7567.59,0],0,false,[[550,0,164.47],[2736,0,230.471]]], +[[12085.8,2285.22,0],0,false,[[4174,2,124.096],[352,2,140.616]]],[[13205.2,1254.17,0],0,false,[[4642,0,19.0794],[2961,0,251.213]]],[[14993.5,13080.1,0],0,false,[[2622,0,285.755],[3977,0,306.438]]],[[15317.3,6235.67,0],0,true,[[3122,0,129.715],[1790,0,15.9107],[3567,0,19.1595]]],[[4862.86,10890.7,0],0,true,[[4358,0,17.1207],[4387,0,25.1353],[165,0,12.4305]]], +[[11507.9,6092.2,0.045166],0,false,[[1068,0,93.4793],[876,0,78.9286]]],[[18567.4,1530.34,0],0,false,[[893,0,15.5284],[357,0,6.42036]]],[[18690.5,2823.53,0],0,false,[[4092,0,41.704],[4262,0,53.6454]]],[[9326.96,11648.8,0],0,false,[[2206,0,32.2511],[3984,0,13.7751]]],[[6961.13,14693.1,0],0,false,[[3207,0,53.4817],[4483,0,68.1561]]], +[[14762.1,2396.53,0],0,true,[[2795,0,288.627],[3725,0,5.15459],[3022,0,7.12012]]],[[11291.9,12353.1,0],0,true,[[1594,0,9.9683],[743,0,47.5254],[3729,0,4.70398],[1785,0,3.336]]],[[20229.2,14512.1,0],0,true,[[3424,0,2.84267],[1478,0,261.521],[3524,0,5.61792]]],[[17773.5,16007.9,0],0,true,[[3075,1,55.3989],[2762,1,19.9658],[2286,1,5.0704],[551,1,4.34211]]],[[20436.9,15513.4,0],0,false,[[647,0,10.3679]]], +[[2338.92,15029.6,0],1,false,[[3973,0,100.885],[4625,0,114.941]]],[[3172.43,12998.6,0],0,true,[[1374,0,9.6273],[4546,0,23.7954],[522,0,4.45333]]],[[9470.99,10642.1,0],0,true,[[2341,1,5.46245],[3247,1,94.8217],[2888,1,6.47569]]],[[2666.31,11252.5,0],0,false,[[4754,0,279.436],[384,0,83.6795]]],[[17238.6,8215.16,0],0,false,[[2533,0,206.313],[1657,0,15.0126]]], +[[11390.6,888.336,0],0,false,[[4516,0,143.338],[4427,0,379.355]]],[[2596.26,8654.84,0],0,false,[[371,0,58.0086],[1507,0,15.4976]]],[[6540.48,12494.5,0],0,true,[[4775,0,2.3973],[2462,0,2.41562],[4741,0,3.42447]]],[[16974.6,5806.8,0],0,false,[[3302,0,219.913],[2780,0,393.58]]],[[18782.4,15548.3,0],0,true,[[608,0,19.8996],[1885,0,4.22887],[2392,0,12.3435]]], +[[6151.2,8088.28,0],0,false,[[4165,0,253.355]]],[[19594.4,1853.54,0],0,false,[[3203,0,45.6315],[1943,0,209.209]]],[[15003.4,2621.64,0],0,false,[[3022,0,329.481],[3105,0,159.06]]],[[7288.09,14565.3,0],0,false,[[3452,0,22.7992],[2925,0,24.2969]]],[[7589.78,14517.1,0],0,true,[[1916,0,14.3501],[627,0,14.087],[916,1,12.7684],[304,1,8.1717],[2669,0,12.5193]]], +[[6302.05,14120.7,0],0,true,[[4628,0,14.749],[3967,0,14.054],[2949,0,17.496],[4149,0,13.7652]]],[[465.305,9875.23,0],0,true,[[2484,0,4.67414],[104,0,76.6588],[4413,0,7.89391]]],[[18685.6,16283.3,0],0,true,[[361,1,75.8125],[3455,1,23.363],[965,1,74.822]]],[[17731.5,15941.1,0],0,true,[[2019,1,1.70322],[4720,1,1.65366],[1914,1,4.23458]]],[[11517.7,757.238,0.000732422],0,false,[[1669,0,11.6466],[3808,0,11.6466]]], +[[8175.82,14459.1,0],0,false,[[4206,0,16.6577],[4122,0,29.7736]]],[[2465.88,10841.4,0],0,false,[[3691,0,23.833],[4183,0,167.819]]],[[17084.6,10364,0],0,true,[[473,0,173.109],[3971,0,3.13931],[4295,0,10.7087],[572,0,7.18301]]],[[17912.7,13374.6,0],0,false,[[4082,0,300.054],[1276,0,169.225]]],[[17624,1202.56,0],0,true,[[3527,0,9.85318],[925,0,14.1238],[2169,0,3.42787]]], +[[6115.71,9488.04,0],0,true,[[674,0,271.09],[526,0,4.46156],[2739,0,7.80479]]],[[2737.81,8838.94,0],0,false,[[3036,0,14.8881],[3862,0,228.929]]],[[14180,10205.5,0],0,true,[[156,0,2.78444],[4007,0,17.6647],[2761,0,6.42508]]],[[4963.61,3196.56,0],0,true,[[786,0,266.937],[2666,0,35.8061],[2424,0,17.2747]]],[[19761.7,2949.43,0.0410767],0,false,[[3702,0,127.412],[4626,0,92.7806]]], +[[5699.91,10996.3,0],0,false,[[1252,0,15.8672],[632,0,29.2137]]],[[17653.4,2974.34,0],0,true,[[4191,0,357.441],[2671,0,44.8675],[2747,0,126.584]]],[[5546.08,15285.3,0],0,false,[[1716,0,97.3528],[1494,0,35.0745]]],[[1173.94,8866.56,0],0,true,[[3583,0,4.64298],[163,0,55.0766],[1713,0,5.63674]]],[[46.4372,7199.55,0],0,true,[[606,0,41.8143],[3635,0,96.7757],[909,0,16.2788]]], +[[14712.7,13960.8,0],2,false,[[1971,0,65.7812],[1439,0,241.952]]],[[3300.31,15785,0],6,true,[[4139,0,87.2019],[4585,0,4.00354],[3525,0,3.18715]]],[[6646.62,14755.4,0],0,true,[[2775,0,8.75607],[2873,0,11.4833],[3369,0,10.7487],[1676,0,9.58805]]],[[5111.04,13314.6,0],0,true,[[312,0,4.99031],[542,0,3.66133],[1091,1,13.9626],[3453,0,1.25873],[4787,0,3.83325],[1561,1,17.5797]]],[[9259.17,533.83,0],0,false,[[2367,0,188.404],[1796,0,374.539]]], +[[10022.9,3788.57,0],0,false,[[4740,0,176.504],[4033,0,305.932]]],[[5268.71,15013.3,0],0,false,[[1782,1,375.275],[1052,1,268.21]]],[[19568.7,8835.85,0],0,true,[[2558,0,16.4468],[3554,0,294.074],[1643,0,13.2865]]],[[17636.5,636.422,0],0,false,[[2887,0,215.922],[2784,0,45.2892]]],[[11234.9,12415.8,0],0,true,[[2565,0,23.8899],[2357,0,13.9648],[1593,0,5.06136],[1723,0,4.70148],[1764,0,5.13721]]], +[[13151,11158.3,0],0,true,[[1496,1,8.8064],[3046,1,116.461],[91,1,15.0657]]],[[17806.8,15732.3,0],0,true,[[3416,1,26.0122],[2703,1,104.721],[1548,1,10.3647]]],[[769.954,16162.8,0],1,true,[[8,0,14.0922],[4482,0,3.92172],[1526,0,1.75906],[932,0,9.92548]]],[[6475.14,360.503,0],0,false,[[2399,0,298.364],[1653,0,367.862]]],[[3933.04,6489.42,0],0,false,[[2999,0,9.72777],[3120,0,137.642]]], +[[14951.8,3526.56,0],0,false,[[3617,0,267.859],[4146,0,232.825]]],[[7190.83,13501.1,0],0,true,[[2826,1,14.0089],[4474,1,31.8624],[1415,1,6.18497]]],[[7166.32,14428.4,0],0,true,[[834,0,17.8011],[230,0,25.2523],[4388,1,21.257]]],[[9472.57,10653.4,0],0,true,[[733,1,68.3745],[4399,1,2.34891],[2888,1,6.40718]]],[[15929.2,10234.1,0],0,false,[[3538,0,326.418],[3197,0,21.8011]]], +[[20222.2,14515,0],0,true,[[1184,0,329.308],[2619,0,2.62008],[3524,0,5.60983]]],[[9260.48,729.788,0],0,true,[[4294,0,302.645],[75,0,6.14528],[4043,0,9.55535]]],[[18308.4,2888.18,0],0,false,[[3981,0,166.337],[748,0,145.849]]],[[2278.95,8024.7,0],0,false,[[124,0,40.8211],[633,0,163.571]]],[[17620.6,1202.32,0],0,true,[[2654,0,20.6147],[2304,0,18.4858],[3527,0,9.72008],[2134,0,3.42787]]], +[[10508.9,11983.6,0],0,false,[[316,0,120.335],[3923,0,25.1831]]],[[18270.1,3274.11,0],0,false,[[4411,0,391.239],[1904,0,232.026]]],[[6124.14,11205.7,0],0,true,[[962,0,21.955],[3173,0,20.1659],[4615,0,13.2369]]],[[17610,1702.33,0],0,false,[[1895,0,47.6859],[133,0,23.6561]]],[[6308.09,14184.4,0],0,true,[[599,0,35.0872],[1549,0,35.435],[2808,0,16.9543],[3829,0,17.7209]]], +[[849.963,7550.89,0],0,false,[[3312,0,152.258]]],[[17610.1,1803.76,0],0,false,[[133,0,79.8018],[3376,0,188.524]]],[[9424.55,5797.83,0],0,false,[[4691,0,150.102],[2720,0,69.7261]]],[[6652.86,14446.9,0],0,true,[[2939,0,5.01619],[1135,0,65.3767],[2319,0,14.7832]]],[[19848.9,15242,0],0,false,[[982,0,338.878],[1412,0,67.4489]]], +[[6226.85,14253.2,0],0,false,[[2919,0,29.6535],[1312,0,29.3403]]],[[16560.8,10541.7,0],0,true,[[3184,0,2.18767],[642,0,6.43199],[1422,0,6.01048]]],[[13666.4,8684.34,0],0,false,[[1437,0,336.126],[868,0,216.561]]],[[3647.78,10139.4,0],0,true,[[3087,0,14.2301],[3361,0,118.989],[3481,0,13.2533]]],[[20256.4,9409.26,0],0,false,[[1169,0,232.996],[3262,0,298.414]]], +[[18803.9,2822.63,0],0,false,[[4291,0,194.679],[1073,0,22.5538]]],[[2602.52,7459.22,0],0,true,[[1284,1,30.097],[4707,1,35.7881],[2059,1,19.1242]]],[[11834,154,0],0,true,[[2990,0,34.821],[4340,0,40.4153],[58,0,52.3615]]],[[9628.67,10626.2,0],0,false,[[469,0,59.8861],[2717,0,65.822]]],[[5202.63,13805,0],0,true,[[4550,0,6.35668],[4133,0,9.11746],[2386,0,3.54879],[1232,0,0.999613]]], +[[2850.71,6052.56,0],0,false,[[2633,0,54.5238]]],[[5096.61,11235.9,0],0,false,[[713,0,201.092]]],[[5042.06,14225.3,0],0,false,[[810,0,179.439],[824,0,201.963]]],[[19607.7,11140.8,0],0,true,[[3795,0,14.4122],[883,0,197.463],[3021,0,10.4165]]],[[5262.68,10016.2,0],0,false,[[944,0,312.16],[2007,0,363.25]]], +[[14856.4,8883.4,0],0,false,[[500,0,267.611],[1997,0,320.138]]],[[17001,7147.47,0],0,true,[[676,0,21.184],[2904,0,102.262],[3318,0,8.67173]]],[[18859.6,2206.31,0],0,false,[[1062,0,173.447],[4147,0,80.8837]]],[[13193.7,5169.31,0],0,false,[[2947,0,25.692],[145,0,19.6475]]],[[19609,8395.27,0],0,true,[[1830,1,35.5664],[1141,1,35.5317],[3573,1,2.28586],[3540,1,19.9058],[2853,1,3.89095],[1216,1,9.13897],[2408,1,14.1423]]], +[[7517.82,14582.2,0],0,true,[[3393,1,33.7693],[530,1,29.9677],[1665,1,41.427]]],[[6293.49,15117.2,0],0,false,[[2634,0,15.9582],[2982,0,79.8799]]],[[7371.76,14459.9,0],0,true,[[419,1,13.6287],[1372,1,10.2698],[772,1,9.02797],[1199,1,2.3929],[1227,1,14.0645]]],[[5525.09,8755.7,0],0,false,[[3029,0,130.97],[3569,0,233.532]]],[[1870.75,6577.74,0],0,false,[[1536,2,7.5053],[2922,0,43.075]]], +[[2467.51,7276.41,0],0,false,[[1029,1,181.983],[1219,1,19.3341]]],[[9338.08,11622.1,0],0,false,[[3179,0,46.9995],[2103,0,32.2511]]],[[9698.94,10446.9,0],0,false,[[4716,1,86.2985],[4505,1,135.782]]],[[1213.92,3003.68,0],0,false,[[190,0,310.93],[4280,0,87.5114]]],[[9802.79,7834.24,0],0,true,[[4532,0,2.65082],[709,0,4.00298],[4526,0,3.52285]]], +[[11364.4,7699.14,0],0,false,[[3152,0,167.662],[3696,0,169.244]]],[[751.144,6714.17,0],0,true,[[4019,0,52.1035],[2789,0,345.552],[1470,0,111.778]]],[[1851.93,6441.59,0],0,true,[[2607,2,16.9876],[568,2,89.0475],[2596,2,4.79872],[4558,2,19.2109]]],[[6332.71,14156.7,0],0,true,[[3926,0,38.9401],[211,0,26.5132],[4283,0,9.86896],[65,0,11.4397]]],[[375.481,7513.12,0],0,false,[[1136,0,286.674],[3252,0,159.673]]], +[[9670.9,5831.96,0],0,true,[[1923,0,17.1351],[1120,0,21.3357],[749,0,5.22405],[3377,0,5.05234],[2989,0,9.17377]]],[[4475.4,2997.53,0],0,false,[[1819,0,127.861],[2483,0,135.475]]],[[5116.25,13319.5,0],0,true,[[542,0,3.64577],[929,0,3.60525],[1561,1,12.6829]]],[[6114.47,14264,0],0,false,[[3444,0,71.0424],[464,0,26.1344]]],[[950.511,18115.1,0],1,false,[[1950,0,275.035],[3555,0,313.51]]], +[[15008.7,754.207,0],0,false,[[1230,0,26.7011],[4541,0,93.1889]]],[[2419.12,9577.16,0],0,true,[[4188,0,328.842],[4101,0,398.403],[1246,0,151.317]]],[[3844.5,11448.9,0],0,false,[[2827,0,19.646],[667,0,26.4032]]],[[11816.5,46.3201,0],0,false,[[3822,0,27.1214],[2771,0,9.85875]]],[[8152.89,14467.4,0],0,true,[[2711,0,9.99002],[3319,0,8.43332],[4206,0,7.97403]]], +[[7000.21,14519.1,0],0,true,[[3610,0,28.0465],[178,0,57.1453],[3487,0,19.5084]]],[[11732.6,255.763,0],0,false,[[4664,0,28.435],[2233,0,30.4311]]],[[2325.6,7979.37,0],0,true,[[187,0,13.8632],[1583,0,8.28251],[2458,0,4.30603],[153,0,3.39892]]],[[4711.56,8278.29,0],0,true,[[2896,0,5.21239],[2848,0,236.886],[1308,0,4.91806]]],[[5439.88,14260.2,0],0,false,[[3088,0,357.096],[93,0,130.433]]], +[[19336,7955.92,0],0,true,[[2036,1,18.8766],[1038,1,21.7399],[2073,1,17.7356],[3129,1,5.57317]]],[[11289.5,12519.6,0],0,true,[[359,0,6.6481],[1751,0,6.92719],[1318,0,3.65614]]],[[2143.5,8140.61,0],0,true,[[633,0,15.3744],[3959,0,21.764],[2600,0,8.80119]]],[[11762.7,251.991,0],0,false,[[2226,0,30.4311],[527,0,30.9664]]],[[886.072,7653.6,0],0,true,[[74,0,32.8659],[451,0,7.68239],[2871,0,7.5601]]], +[[5630.97,5877.38,0],0,true,[[716,0,19.4298],[25,0,18.7127],[732,0,8.94337]]],[[18330.8,6167.38,0],0,false,[[1467,0,367.54],[3482,0,124.172]]],[[7016.81,14734.3,0],0,false,[[2907,0,9.95864],[2480,0,84.0994]]],[[5461.19,2950.52,0],0,true,[[1845,0,144.317],[3332,0,6.3333],[3307,0,7.25159]]],[[19735.5,1976.53,0],0,false,[[1280,0,105.457],[2697,0,121.101]]], +[[18088.1,5450.79,0],0,false,[[4433,0,340.658]]],[[670.72,16847.7,0],1,false,[[1848,0,350.104],[3211,0,396.973]]],[[6664.31,8702.11,0],0,false,[[4171,0,53.9928],[1382,0,128.965]]],[[12506.2,1162.35,0],0,false,[[2755,0,285.748],[3510,0,108.877]]],[[17832.7,15968.3,0],0,true,[[1057,1,27.4327],[3106,1,23.2167],[1044,1,17.5364]]], +[[12942.6,6323.28,0],0,false,[[4002,0,110.617],[4385,0,194.797]]],[[1575.98,16408,0],1,false,[[3456,0,232.377],[1202,0,93.0481]]],[[716.491,10592.5,0],0,true,[[1691,0,19.3019],[1083,0,48.029],[1711,1,21.085]]],[[5649.71,8159.95,0],0,false,[[2396,0,359.923],[826,0,155.4]]],[[12839.6,11455.6,0],0,false,[[539,1,46.776]]], +[[1020.9,10006.8,0],0,false,[[3763,0,301.057],[2984,0,24.6793]]],[[14949.5,356.859,0],0,false,[[821,0,179.939],[666,0,184.364]]],[[2261.04,3434.89,0],0,true,[[3810,0,14.9323],[3710,0,133.26],[2710,0,7.10206]]],[[7305.97,14486.5,0],0,true,[[3543,0,11.3176],[3793,0,26.8279],[740,1,9.26562]]],[[4842.3,3790.3,0],0,true,[[3788,0,378.861],[2589,0,2.81331],[683,0,3.98395]]], +[[14551,13981.4,0],2,false,[[1660,0,51.574]]],[[2899.9,9697.54,0],0,true,[[1078,1,90.4465],[3411,1,12.9409],[3089,1,5.39557]]],[[5340.56,4753.35,0],0,false,[[979,0,353.306],[3897,0,391.408]]],[[9180.09,4203.39,0],0,false,[[3196,0,15.2975],[3522,0,270.486]]],[[7098.26,14801.3,0],0,false,[[2759,0,30.9973],[3629,0,25.7763]]], +[[18504.1,14327.4,0],0,false,[[4562,0,143.398],[4583,0,368.488]]],[[17136.1,6306.41,0],0,true,[[2843,0,114.271],[3737,0,12.7151],[2886,0,9.35799]]],[[3031.55,3606.53,0],0,false,[[1733,0,157.298],[3642,0,244.083]]],[[18796.4,15937.9,0],0,false,[[3322,0,337.32],[4466,0,24.7649]]],[[18942.9,15431.4,0],0,false,[[3099,0,148.038],[2520,0,120.947]]], +[[19912.5,14245.6,0.0415649],0,false,[[4418,0,45.4747],[2466,0,41.5009]]],[[8691.58,2996.57,0],0,true,[[1567,0,85.5506],[340,0,7.2885],[4046,0,5.87148]]],[[4478.77,11266.3,0],0,true,[[2719,1,11.5891],[1342,1,159.591],[4735,1,4.50264],[2012,1,6.0889]]],[[7398.54,14641.7,0],0,false,[[721,0,84.6055],[3225,0,30.7478]]],[[2616.97,2213.23,0],0,false,[[679,0,179.299],[68,0,151.446]]], +[[19273.6,3927.56,0],0,false,[[83,0,355.766],[4109,0,254.831]]],[[779.008,1910.5,0],0,false,[[2738,0,252.044],[3145,0,152.538]]],[[11946.7,199.438,0],0,true,[[1899,0,56.6605],[1596,0,35.1552],[2300,0,22.8829]]],[[3506.55,1860.55,0],0,false,[[977,0,281.26],[3288,0,152.555]]],[[9798.26,10187.1,0],0,false,[[471,0,81.1149]]], +[[18730.5,15997.5,0],0,false,[[4751,0,55.5601]]],[[15377.8,17403.5,0],4,false,[[3427,0,45.4503],[2403,0,180.252]]],[[6393.08,14233.4,0],0,true,[[3000,0,27.1474],[491,0,14.8164],[2626,0,9.51073]]],[[15661.9,6306.75,0],0,false,[[4135,0,221.014],[4245,0,90.6672]]],[[14574.4,2626.54,0],0,true,[[4196,0,5.74724],[3236,0,95.1851],[4578,0,8.28856]]], +[[19960.8,11308.3,0],0,false,[[883,0,214.9],[799,0,272.255]]],[[19555.2,11126.2,0],0,true,[[360,0,400.749],[2086,0,8.72109],[4269,0,13.6806]]],[[6266.95,14033.2,0],0,false,[[2566,0,13.0382],[3413,0,10.3531]]],[[2165.66,8928.72,0],0,true,[[1111,0,24.3208],[1900,0,347.381],[2890,0,13.1118]]],[[12872.1,4720.94,0],0,false,[[2436,0,267.71],[4362,0,292.62]]], +[[15963.7,13143.4,0],0,false,[[4035,0,192.014],[4169,0,62.1963]]],[[17778.6,16007.9,0],0,true,[[1671,1,29.5825],[551,1,5.14987],[2108,1,5.0704]]],[[6876.44,14512.4,0],0,true,[[1402,0,64.192],[2344,0,31.6585],[3560,0,29.39]]],[[6764.52,14562.7,0],0,true,[[4472,0,14.7933],[3386,0,16.5813],[2756,0,7.44169],[1316,0,7.31383]]],[[6895.63,15420.5,0],0,false,[[3274,0,57.0533]]], +[[6237.21,15051.7,0],0,true,[[1160,0,12.1665],[4177,0,14.7171],[1926,0,21.6225]]],[[4741.14,10888.5,0],0,true,[[460,0,19.5653],[1498,0,58.2604],[737,0,16.3935]]],[[5786.46,1262,0],0,true,[[4368,0,21.4524],[353,0,28.7569],[3607,0,5.09837],[3397,0,4.06017]]],[[9989.71,5327.18,0],0,false,[[1277,0,9.83412],[805,1,7.42168]]],[[7333.02,14655.5,0],0,false,[[2779,0,53.1015],[2543,0,54.3844]]], +[[20186.7,14854,0],0,true,[[3194,0,4.83446],[4090,0,85.5229],[1184,0,14.7245]]],[[19911.7,15274,0],0,true,[[795,0,397.981],[2051,0,5.52175],[1412,0,4.33659]]],[[7360.99,14505.3,0],0,true,[[2737,1,4.14127],[1206,1,71.7908],[2854,1,11.0098]]],[[6208.89,15096.8,0],0,false,[[1266,0,111.498],[4177,0,40.3032]]],[[9388.06,10544.1,0],0,true,[[345,1,8.14876],[4630,1,264.978],[4189,1,6.60506]]], +[[11927.3,198.035,0],0,false,[[543,0,71.7438],[2272,0,22.8829]]],[[6399.81,14287.5,0],0,true,[[4425,0,14.3391],[475,0,17.3456],[4574,0,10.7068]]],[[15014.6,13715.4,0],0,false,[[1066,0,165.547]]],[[6834.04,11599.1,0],0,false,[[4456,0,4.95676],[3164,0,5.44879]]],[[17622.4,1183.93,0],0,true,[[2169,0,18.4858],[1099,0,19.8104],[3601,0,7.00637]]], +[[18914.1,10933.4,0],0,false,[[4658,2,33.8009],[4621,2,34.2192]]],[[5672.99,10969.8,0],0,true,[[1326,0,11.2],[1838,0,19.7392],[3605,0,11.3965],[2879,0,9.01221]]],[[8570.1,11641.9,0],0,false,[[1050,0,248.125],[1722,0,373.032]]],[[6263.43,14219.6,0],0,true,[[762,0,15.5055],[502,0,9.72784],[2683,0,15.3991]]],[[15336.8,17331.6,0],4,true,[[3050,0,25.8201],[535,0,35.529],[3701,0,43.5472]]], +[[15542.5,15497.4,0],7,true,[[1293,0,42.0908],[4792,0,17.6048],[3039,0,16.7962]]],[[14484.4,3795.78,0],0,true,[[4649,0,46.0545],[3682,0,43.3788],[1892,0,23.727]]],[[6718.68,11400.9,0],0,true,[[2467,0,5.24495],[897,0,68.9673],[1952,0,11.5387]]],[[4704.04,8215.1,0],0,false,[[3842,0,30.0776],[1651,0,91.8413]]],[[3281.47,10988.8,0],0,false,[[4241,0,234.071],[809,0,178.254]]], +[[5075.31,13145,0],0,false,[[3904,1,96.6786],[3097,1,32.089]]],[[5907.06,6828.72,0],0,false,[[414,0,381.757]]],[[2771.27,2218.2,0],0,true,[[3935,0,87.8425],[2952,0,24.6636],[68,0,12.0108]]],[[7421.65,14464.3,0],0,false,[[198,1,27.3223],[625,1,39.4259]]],[[6664.18,14456.3,0],0,true,[[2939,0,19.2596],[2756,0,144.538],[2178,0,14.7832]]], +[[6969.96,14630.2,0],0,true,[[3603,0,25.2782],[1505,0,24.1618],[1717,0,52.956]]],[[6486.3,10657.4,0],0,false,[[678,0,390.907]]],[[12798.5,6242.86,0],0,false,[[610,0,273.304],[4002,0,103.621]]],[[11683.1,5827.05,0.0427246],0,false,[[2442,0,119.873],[3471,0,149.565]]],[[2510.18,3596.04,0],0,false,[[2998,0,242.137],[1733,0,367.886]]], +[[19663.8,4428.5,0],0,false,[[2398,0,234],[83,0,345.818]]],[[1872.97,7311.34,0],0,false,[[2736,0,239.548],[4743,0,120.752]]],[[3099.34,11826.3,0],0,false,[[4380,0,297.835],[3341,0,205.081]]],[[14061.3,1445.73,0],0,false,[[2054,0,33.9405],[2439,0,298.304]]],[[1763.7,15800.9,0],1,false,[[3515,0,302.684],[3841,0,93.7207]]], +[[14306.2,1261.6,0],0,false,[[3803,0,210.418],[4252,0,132.783]]],[[14632.1,1010.01,0],0,false,[[2876,0,262.841],[409,0,174.12]]],[[2651.61,6902.69,0],0,false,[[131,1,163.045],[1282,1,136.076]]],[[7026.49,14517.1,0],0,false,[[3487,0,24.8725],[646,0,19.744]]],[[18025.7,2747.02,0],0,true,[[3670,0,10.8604],[4412,0,62.1254],[111,0,8.45712]]], +[[4470.44,10215.6,0],0,true,[[1484,0,5.72764],[457,0,318.952],[4257,0,4.88556]]],[[5523.15,6561.68,0],0,true,[[1860,0,24.6142],[414,0,88.0315],[4725,0,11.9863]]],[[10720.2,10417.4,0],0,false,[[3028,0,57.2189],[2745,0,241.897]]],[[5494.3,15403.5,0],0,true,[[3379,1,33.2979],[4370,1,27.7002],[758,1,29.4856]]],[[18341.8,1363.16,0],0,true,[[2460,0,4.94589],[1151,0,5.55134],[4463,0,5.15466]]], +[[9526.61,10620.8,0],0,false,[[39,1,107.141],[2888,1,58.3346]]],[[9472.61,10647.3,0],0,true,[[4399,1,3.81744],[2112,1,5.46245],[2888,1,2.08605]]],[[11303,8244.44,0],0,false,[[890,0,276.49],[3392,0,210.137]]],[[7013.07,14574.6,0],0,true,[[192,0,12.1976],[1717,0,17.448],[3662,0,4.23594]]],[[6860.08,14539.5,0],0,false,[[2287,0,31.6585],[362,0,12.1399]]], +[[6452.99,14254.9,0],0,false,[[1864,0,28.5745],[1113,0,26.759]]],[[1290.19,7517.7,0],0,true,[[3587,0,2.39438],[907,0,22.4683],[4195,2,11.3584]]],[[11947.3,20.4837,0],0,false,[[2642,0,15.8491],[1936,0,23.0333]]],[[10441.3,5413.98,0],0,false,[[3457,0,25.8107],[1427,0,57.1476]]],[[7603.05,12334.7,0],0,false,[[2387,1,63.4122],[1267,1,91.015]]], +[[7285.34,1748.55,0],0,false,[[332,0,132.968],[1558,0,85.749]]],[[7659.14,12254.8,0],0,true,[[3062,0,24.1969],[3631,0,29.8421],[1267,1,18.1668]]],[[18021.8,1246.69,0],0,false,[[1401,0,177.414],[4742,0,350.417]]],[[6395.59,14154.1,0],0,false,[[4048,0,28.5009],[582,0,25.9502]]],[[2575.89,7266.43,0],0,true,[[2530,1,4.72497],[3442,1,28.3342],[18,1,4.02878]]], +[[2338.12,7978.82,0],0,true,[[864,0,199.449],[2458,0,8.57427],[1583,0,4.33647]]],[[17569.5,1740.07,0],0,false,[[1167,0,43.7625],[2938,0,22.8838]]],[[11245.1,12425.4,0],0,true,[[2154,0,13.9648],[1241,0,26.8428],[1593,0,10.9095],[1764,0,8.82845]]],[[5642.9,5847.67,0],0,false,[[732,0,32.4603],[1224,0,28.8567]]],[[6502.52,14396.3,0],0,false,[[71,0,60.2475],[4156,0,92.2986]]], +[[2813.64,10923.5,0],0,false,[[4745,0,9.13254],[1233,0,8.82354]]],[[17118.1,16400.3,0],0,false,[[2689,0,28.1966],[1487,0,29.0507]]],[[9208.86,4255.27,0],0,false,[[1238,0,302.617],[3196,0,44.1879]]],[[4696.35,11369.8,0],0,true,[[3417,1,20.3728],[1703,1,36.961],[2420,1,4.53168]]],[[2759.94,8920.36,0],0,false,[[1896,0,106.641],[3286,1,7.3987]]], +[[19495.4,8507.23,0],0,false,[[144,0,123.013],[1580,0,325.724]]],[[7664.06,14236.6,0],0,true,[[4429,0,12.7694],[3191,0,45.1284],[3512,0,7.01093]]],[[9270.2,719.715,0],0,true,[[4043,0,13.8145],[2149,0,188.404],[75,0,14.1643]]],[[13681.8,8078.15,0],0,false,[[4378,0,404.074],[2453,0,189.319]]],[[7855.93,12166.8,0],0,true,[[4695,0,32.6017],[2942,0,15.0275],[3640,0,13.246]]], +[[2650.66,8514.65,0],0,true,[[3352,0,19.9064],[1686,0,17.2143],[3941,0,17.7286]]],[[19374.5,7956.18,0],0,true,[[216,1,4.53325],[4256,1,7.80142],[16,1,5.35855]]],[[12634.4,3321.7,0],0,false,[[3809,0,172.297],[395,0,228.097]]],[[44.801,18498,0],1,true,[[1311,0,58.5103],[3758,0,14.4124],[3861,0,11.1388]]],[[13001.2,11157.5,0],0,false,[[46,1,93.9161],[3684,0,3.92138]]], +[[6146.81,13641.9,0],0,false,[[4405,0,359.973],[2048,0,106.641]]],[[17634,8757.45,0],0,false,[[1442,0,352.172],[2380,0,375.651]]],[[7263.8,14397.2,0],0,true,[[2615,1,93.9999],[3656,1,25.6972],[3226,1,5.8896]]],[[8564.37,5478.12,0],0,true,[[776,0,11.1335],[220,0,69.2003],[567,0,4.10566]]],[[2909.54,588.337,0],0,true,[[537,0,9.52789],[1211,0,140.713],[1517,0,6.95517]]], +[[17617.8,9124.34,0],0,false,[[2376,0,375.651],[1915,0,169.346]]],[[4954.34,4795.23,0],0,true,[[4118,0,35.713],[979,0,35.2811],[791,0,18.6251],[4209,0,16.8704]]],[[2573.07,8586.35,0],0,false,[[1507,0,59.4982],[1591,0,18.6005]]],[[3355.51,15781.1,0],6,false,[[3525,0,52.2804]]],[[4733.97,10868.2,0],0,true,[[871,0,65.9004],[737,0,29.9319],[460,0,19.653]]], +[[5127.31,13319,0],0,true,[[589,0,3.69818],[1172,0,6.76691],[4640,0,1.69274]]],[[5199.49,13806.6,0],0,true,[[4133,0,5.56869],[2911,0,3.33062],[2189,0,3.54879],[1232,0,4.54839]]],[[7573.32,12390.7,0],0,false,[[1554,1,145.084],[2349,1,63.4122]]],[[7326.36,14559.2,0],0,true,[[2405,0,17.9701],[2401,0,15.2556],[3888,1,17.5818]]],[[7530.18,14518.9,0],0,false,[[4173,1,60.1348],[304,1,54.6543]]], +[[6247.07,14437.9,0],0,false,[[4314,0,20.6447],[724,0,87.1552]]],[[20115.4,14030.5,0],0,false,[[2639,0,266.918],[2741,0,364.733]]],[[18794.3,15544.9,0],0,true,[[608,0,32.2259],[1397,0,72.8535],[2119,0,12.3435],[1885,0,9.20012]]],[[12757.8,5469.11,0],0,false,[[2057,0,238.922],[380,0,50.9861]]],[[7699.62,12308.8,0],0,false,[[3019,0,71.5893],[1399,0,24.3875]]], +[[6381.84,14330.7,0],0,true,[[548,0,20.6431],[3566,0,18.513],[3472,0,7.27802]]],[[5502.85,7831.89,0],0,false,[[2248,0,359.923]]],[[7149.72,14524.1,0],0,false,[[47,0,42.4067],[2777,0,23.4618]]],[[19878.5,4506.23,0],0,false,[[1367,0,92.5664],[2325,0,234]]],[[6546.53,649.885,0],0,true,[[1406,0,90.1528],[2158,0,298.364],[4332,0,25.653]]], +[[1444.1,3671.61,0],0,false,[[309,0,99.1018],[540,0,365.498]]],[[7318.85,14572.5,0],0,true,[[2388,0,15.2556],[2623,0,9.29671],[2925,0,10.9997]]],[[1776.53,6601.59,0],0,false,[[2773,0,33.401],[1443,0,28.352]]],[[15366.1,17583.2,0],4,false,[[2276,0,180.252]]],[[7637.17,12232.5,0],0,true,[[3101,0,8.26835],[3771,0,47.0281],[3631,0,4.48521]]], +[[7336.01,14544.1,0],0,true,[[2854,0,36.2324],[2388,0,17.9701],[1391,1,13.0072],[3888,1,14.7583]]],[[4772.27,13966,0],0,true,[[1043,0,4.39313],[3391,0,5.77045],[1553,0,8.63106]]],[[20322.2,10500.1,0],0,false,[[202,0,252.899],[4665,0,288.968]]],[[19605.1,8408.84,0],0,true,[[1216,0,5.08887],[3540,0,7.15591],[2199,1,14.1423],[1830,1,21.5279]]],[[5712.44,8745.58,0],0,false,[[1752,0,332.741],[3029,0,97.1554]]], +[[1773.93,6530.63,0],0,true,[[2512,0,2.55427],[924,0,3.30024],[970,0,3.89516]]],[[1599.75,6941.56,0.18219],0,false,[[1901,0,37.8303]]],[[11862,82.8283,0],0,true,[[873,0,19.4494],[819,0,22.8979],[4731,0,11.5062]]],[[6934.79,14520.5,0],0,false,[[3592,0,44.2738],[317,0,21.2279]]],[[6422.22,14341.7,0],0,false,[[453,0,5.04127],[2631,0,2.55195]]], +[[6356.02,14336,0],0,false,[[1552,0,44.1362],[3472,0,23.5902]]],[[5467.09,15439.7,0],0,true,[[758,1,28.413],[4143,1,5.42115],[3229,1,6.28821]]],[[4712.07,11364.5,0],0,false,[[1689,0,97.9551],[2420,0,15.6876]]],[[19279.7,7947.35,0],0,false,[[3589,1,25.3852],[1732,1,24.4795]]],[[7050.63,14674,0],0,true,[[1505,0,67.6828],[2578,0,6.37255],[81,0,12.1096]]], +[[4696.9,11365.3,0],0,false,[[2417,0,15.6876],[2363,1,4.53168]]],[[1014.39,3342.44,0],0,true,[[4647,0,5.33152],[3468,0,25.355],[2550,0,3.6838],[3265,0,4.80053]]],[[8698.39,5.6132,0],0,false,[[4724,0,354.254]]],[[459.496,6354.18,0],0,false,[[1490,0,362.743],[2032,0,138.379]]],[[4977.51,3186.31,0],0,true,[[3331,0,18.7432],[2138,0,17.2747],[2666,0,18.9253]]], +[[9781.25,8260.42,0],0,false,[[1461,0,108.062],[157,0,97.2134]]],[[18453.2,3426.28,0],0,true,[[4,0,3.52566],[2662,0,9.97376],[1904,0,7.11566],[2943,0,4.56683]]],[[9500.68,8385.19,0],0,true,[[1749,0,27.5141],[2586,0,82.0528],[1339,0,10.6016]]],[[3247.79,12092.8,0],0,false,[[2746,0,20.0178],[3925,0,19.9004]]],[[19901.6,9866.95,0],0,true,[[4480,0,94.9545],[110,0,9.12676],[4386,0,3.95494]]], +[[18309.5,7373.01,0],0,false,[[1700,0,305.429],[2451,0,275.444]]],[[1474.5,7733.57,0],0,false,[[621,0,71.9644],[3817,0,184.061]]],[[1686.8,723.143,0],0,false,[[1182,0,75.8451],[2612,0,385.423]]],[[17224.8,3810.04,0],0,true,[[2088,0,18.2023],[4030,0,31.0487],[2651,0,15.1984]]],[[16729.8,9026.07,0],0,false,[[3856,0,246.231],[4187,0,281.279]]], +[[1721.55,5748.81,0],0,false,[[520,0,379.643],[3008,0,147.364]]],[[13114.2,4649.86,0],0,false,[[1535,0,144.942],[2284,0,267.71]]],[[10612.4,1891.28,0],0,false,[[4117,0,20.6151],[1030,0,82.5788]]],[[15905.7,2973.35,0],0,false,[[1454,0,21.0642],[1414,0,303.633]]],[[14242.4,1671.82,0],0,false,[[2328,0,298.304],[429,0,282.068]]], +[[1126.84,9973.19,0],0,true,[[2984,0,86.4746],[3564,0,7.43744],[1205,0,5.22164]]],[[18696.2,15578.5,0],0,false,[[2819,0,291.72],[1193,0,25.4074]]],[[11604.8,5917.79,0.046875],0,false,[[876,0,125.155],[2323,0,119.873]]],[[1142.28,6751.71,0],0,true,[[4398,0,4.64738],[504,0,26.8522],[365,0,4.06637],[57,0,5.72458]]],[[1703.97,5521.3,0],0,true,[[50,0,104.147],[1698,0,45.1651],[3008,0,83.3278]]], +[[11430.9,2739.13,0],0,false,[[488,0,358.029]]],[[17770.8,3875.98,0],0,false,[[750,0,207.667],[2503,0,368.908]]],[[16071.9,9459.45,0],0,false,[[4080,0,224.212],[1928,0,204.052]]],[[17206.7,3697.83,0],0,false,[[1688,0,47.2607],[4570,0,35.8951]]],[[13093.7,9868.67,0],0,false,[[4375,0,56.6176]]], +[[3211.74,12720.8,0],0,true,[[1777,0,5.48359],[160,0,81.8567],[1279,0,9.52342]]],[[18562.1,7294.81,0],0,false,[[2430,0,275.444],[1662,0,286.342]]],[[13146.9,9977.55,0],0,false,[[1179,0,35.2371]]],[[13765.2,7914.62,0],0,false,[[2368,0,189.319],[1820,0,163.009]]],[[11873.5,5609.22,0],0,false,[[2026,0,162.964]]], +[[13173.5,5380.57,4.14598],0,false,[[4075,1,192.301],[2016,1,36.0025]]],[[5435.05,2776.51,0],0,true,[[1615,0,12.5381],[1571,0,3.95164],[149,0,1.99808],[513,0,16.1129]]],[[6493.68,14163.4,0],0,true,[[1249,0,21.3742],[378,0,20.1515],[1491,0,15.498]]],[[2329.75,7980.41,0],0,true,[[2355,0,8.57427],[153,0,5.12961],[2227,0,4.30603],[1583,0,4.36045]]],[[7056.2,14812.3,0],0,true,[[3629,0,17.711],[3558,0,26.1208],[4111,0,18.8758]]], +[[18342.4,1358.25,0],0,true,[[4789,0,56.7626],[2339,0,4.94589],[4463,0,3.70402]]],[[17087.8,13603.9,0],0,true,[[3187,0,5.48247],[3221,0,11.7819],[3507,0,6.01582]]],[[6538.89,12492.7,0],0,true,[[2117,0,2.41562],[3461,0,2.24432],[4741,0,5.27639]]],[[4262.57,11765.5,0],0,false,[[3079,1,20.7553],[978,1,246.945]]],[[728.242,14689.9,0],1,false,[[207,0,19.4675],[3049,0,399.073]]], +[[7274.23,14639,0],0,false,[[1972,0,36.2847],[4323,0,19.5518]]],[[19894.7,14208.2,0.0415649],0,false,[[2265,0,41.5009],[383,0,44.4486]]],[[6715.68,11405.2,0],0,true,[[1909,0,9.1903],[2312,0,5.24495],[1952,0,9.82805]]],[[11266.2,7891.59,0],0,true,[[757,0,10.592],[890,0,104.278],[1964,0,6.10817]]],[[14197.5,10225.4,0],0,true,[[4007,0,8.90227],[2564,0,172.393],[3459,0,4.46919]]], +[[19960.5,4597.37,0],0,true,[[1843,0,23.0543],[3261,0,40.2682],[4313,0,3.58815]]],[[7065.45,13986.1,0],0,false,[[209,0,4.85895],[1910,1,3.18262]]],[[7072.04,14567.4,0],0,false,[[407,0,18.5938],[3537,0,4.68424]]],[[10770.9,10382.1,0],0,true,[[1286,0,141.369],[3921,0,6.90975],[3028,0,6.94454]]],[[4248.93,11142.3,0],0,false,[[715,0,128.045],[4735,0,259.142]]], +[[19924.5,13444,0],0,false,[[2050,0,377.124],[1612,0,143.654]]],[[2641.8,897.748,0],0,true,[[3868,0,53.9212],[4572,0,25.0058],[3147,0,12.435]]],[[1032.43,11142.8,0],0,false,[[952,0,284.612],[695,0,175.747]]],[[17626.5,1598.35,0],0,false,[[1132,0,25.4224],[2063,0,19.8275]]],[[2796.84,704.729,0],0,true,[[4155,0,41.9725],[830,0,2.96964],[3469,0,7.19573],[3339,0,8.43039]]], +[[6986.6,14811.5,0],0,true,[[2237,0,84.0994],[2524,0,7.10539],[1123,0,9.6991]]],[[6852.26,4763.14,0],0,true,[[4465,0,6.57228],[3576,0,104.349],[2526,0,7.96128]]],[[5943.38,3996.45,0],0,false,[[259,0,110.502],[591,0,264.523]]],[[4382.74,2958.34,0],0,false,[[2216,0,135.475]]],[[465.314,9879.9,0],0,true,[[4413,0,9.76465],[4638,0,16.7701],[2126,0,4.67414]]], +[[13140.5,9937.27,0],0,true,[[1179,0,26.411],[1547,0,3.21756],[1334,0,7.79477],[4644,0,4.80253]]],[[6808.84,1322.85,0],0,false,[[2800,0,329.154],[3165,0,406.8]]],[[14206.1,5273.59,0],0,false,[[497,0,279.438],[1792,0,144.887]]],[[11884.6,149.383,0],0,true,[[1980,0,16.1824],[4340,0,10.5355],[1584,0,14.0674]]],[[1398.71,5660.28,0],0,false,[[3251,0,211.579],[50,0,232.22]]], +[[11558,12847.5,0],0,false,[[4193,0,16.7707],[4750,0,28.0565]]],[[10189.4,7816.61,0],0,false,[[4315,0,184.657],[699,0,209.663]]],[[1253.97,14903.2,0],1,false,[[1813,0,56.1272],[1871,0,55.1695]]],[[266.44,15349.9,0],1,false,[[3143,0,81.1147],[4221,0,27.2604]]],[[8661.93,13113,0],0,false,[[330,1,1.66269],[4308,0,4.10755]]], +[[4921.11,8387.99,0],0,false,[[2848,0,187.959],[4210,0,174.455]]],[[11642.9,371.724,0],0,false,[[223,0,82.6779],[2936,0,74.8492]]],[[19729.2,4584.96,0],0,false,[[3494,0,180.837],[1116,0,121.491]]],[[1761.92,7208.93,0],0,true,[[3496,0,5.52892],[3139,0,11.3779],[3053,0,0.193666]]],[[1317.99,3115.4,0],0,false,[[4348,0,24.8474],[2555,0,336.748]]], +[[6954.68,14441.3,0],0,true,[[4263,0,28.2552],[554,0,22.8829],[1677,0,12.6475],[1463,0,18.692]]],[[1107.1,14900.5,0],1,true,[[4539,0,19.1381],[2797,0,35.2021],[183,0,13.8645]]],[[9168.83,9074.71,0],0,false,[[704,0,51.0012],[3465,0,194.34]]],[[18061.5,3666.41,0],0,false,[[2446,0,368.908],[833,0,376.896]]],[[7492.16,14622.9,0],0,false,[[2575,0,25.4955],[3639,0,66.2585]]], +[[10655.6,5476.76,0],0,false,[[1427,0,188.688],[878,0,188.316]]],[[14974.5,3871.39,0],0,false,[[1510,0,150.676]]],[[9957.24,9966.34,0],0,true,[[2955,0,12.5059],[3727,0,128.072],[1250,0,8.88937]]],[[14749.8,2406.05,0],0,true,[[3725,0,10.5012],[2694,0,89.6288],[3022,0,11.2715]]],[[6461.15,14189.2,0],0,false,[[1040,0,24.7025],[2597,0,22.7556]]], +[[16381.9,14941.1,0],0,true,[[2653,0,4.81543],[1192,0,226.392],[1322,0,5.50196]]],[[5004.39,14038.2,0],0,true,[[106,0,5.15475],[1527,0,4.35401],[4454,0,3.84758],[146,0,1.99092]]],[[1774.95,6528.29,0],0,true,[[2569,0,2.31869],[2410,0,2.55427],[970,0,2.64255]]],[[6492.45,14274.4,0],0,false,[[1113,0,17.2702]]],[[6130.82,779.882,0],0,true,[[4601,0,58.9827],[2787,0,31.9565],[4125,0,3.13807]]], +[[19324.1,2964.72,0],0,false,[[4675,0,130.12],[3293,0,79.6514]]],[[18476.2,3443.75,0],0,true,[[4557,0,324.628],[734,0,11.5701],[4384,0,0.714975],[3163,0,11.8151]]],[[747.79,11126.6,0],0,true,[[1545,0,365.948],[2712,0,30.7372],[952,0,18.2247]]],[[8515.65,13399.5,0],0,true,[[3343,0,259.567],[2991,0,9.3694],[3602,1,12.7603]]],[[18768.1,15958.2,0],0,false,[[992,0,73.1461],[4466,0,39.6375]]], +[[19025.3,15353,0],0,false,[[2264,0,120.947],[334,0,335.493]]],[[1221.29,10044.7,0],0,true,[[3905,0,13.1163],[2628,0,60.6597],[2794,0,25.8579]]],[[5209.39,13796.2,0],0,true,[[377,1,83.3835],[3280,1,27.1178],[4550,1,6.22915],[1232,1,10.1816]]],[[5423.91,2650.23,0],0,false,[[739,0,155.229],[1615,0,114.803]]],[[6980.36,14814.9,0],0,true,[[2480,0,7.10539],[3421,0,7.00632],[1123,0,15.5867],[2707,0,15.1872]]], +[[1986.37,6355.58,0],0,false,[[23,0,149.837],[1446,0,338.465]]],[[6849.19,4755.79,0],0,true,[[4142,0,369.805],[4465,0,2.84604],[2656,0,5.37403],[2481,0,7.96128]]],[[11831.2,2153.26,0],0,true,[[3630,0,242.395],[3854,0,20.8082],[3432,0,8.34322]]],[[146.697,5197.94,0],0,false,[[4020,0,151.108],[2920,0,389.474]]],[[12941.9,11468,0],0,true,[[3875,1,26.0701],[1481,1,23.3164],[3340,1,11.3014]]], +[[2571.22,7267.17,0],0,true,[[1219,1,107.694],[2354,1,4.72497],[18,1,4.12877]]],[[18893.2,3096.58,0],0,false,[[1966,0,230.667],[3149,0,68.5437]]],[[15040.6,3211.2,0],0,false,[[4791,0,279.776],[563,0,55.6715]]],[[17276.4,8015.03,0],0,false,[[927,0,243.292],[2114,0,206.313]]],[[17418.6,16517.9,0],0,true,[[4538,0,20.4722],[1599,0,360.83],[1727,1,16.0367]]], +[[17770.2,16075.2,0],0,false,[[1515,1,70.254],[3075,1,55.6228]]],[[16961.2,16480.5,0],0,false,[[1364,0,116.998]]],[[15039.6,16559,0],5,false,[[2852,0,186.948]]],[[17480.4,7332.51,0],0,false,[[2822,0,133.403],[3342,0,220.044]]],[[6079.16,14200.1,0],0,false,[[1736,0,41.4817],[130,0,54.4754]]], +[[11565.1,630.703,0],0,false,[[2926,0,71.1357],[1988,0,77.1046]]],[[6184.02,13777.6,0],0,true,[[2048,0,34.1739],[835,0,138.856],[1725,0,365.393]]],[[18174.2,1178.59,0],0,false,[[4776,0,57.9182],[1640,0,47.1355]]],[[7285.3,14681.2,0],0,false,[[2294,0,54.3844],[3748,0,43.5675]]],[[7045.08,14464.3,0],0,true,[[3250,0,46.4474],[3216,0,18.7546],[3610,0,43.4261]]], +[[13200.6,4464.06,0],0,false,[[3189,0,182.241],[1535,0,61.6676]]],[[14865.5,6461.83,0],0,true,[[3641,0,8.87248],[438,0,11.3943],[4326,0,5.64152],[3070,0,2.71755],[2024,0,4.1878]]],[[1638.11,6971.95,0],0,true,[[3698,2,19.1877],[3858,2,120.02],[1901,2,11.7273]]],[[13723.2,5492.26,0],0,false,[[4359,0,22.2573],[943,0,210.321]]],[[15924.3,615.971,0],0,false,[[3186,0,156.462]]], +[[1017,3345.04,0],0,true,[[2924,0,5.35846],[3265,0,5.58675],[4647,0,2.29347],[2421,0,3.6838]]],[[13201.9,9978.14,0],0,true,[[3133,0,2.84081],[1334,0,66.0233],[1243,0,16.0477],[615,0,5.45952]]],[[955.074,3425.15,0],0,false,[[1530,0,14.0905],[3508,0,7.62827]]],[[15874.4,1392.15,0],0,false,[[1200,0,367.472],[364,0,193.698]]],[[18950.2,3037.23,0],0,true,[[1332,0,22.1111],[3047,0,118.401],[2071,0,7.35913]]], +[[1628.66,3198.98,0],0,false,[[2499,0,336.748],[2902,0,322.37]]],[[3586.33,12903.3,0],0,false,[[1883,0,75.1982]]],[[6525.38,14339.3,0],0,true,[[3820,0,26.6851],[2579,0,28.5442],[71,0,12.5085]]],[[19580.9,8846.89,0],0,true,[[2152,0,16.4468],[1643,0,8.29442],[440,0,9.66422],[385,0,2.29513]]],[[17557.4,2095.06,0],0,false,[[3669,0,63.1886],[574,0,62.8135]]], +[[9735.99,8084.26,0],0,true,[[157,0,91.4533],[1641,0,8.17536],[670,0,4.6338]]],[[5724.52,8317.14,0],0,false,[[3150,0,219.987],[4713,0,21.6317]]],[[10938,5911.21,0],0,false,[[406,0,303.138],[2672,0,100.525]]],[[16132.5,8611.76,0],0,false,[[3086,0,403.819],[1523,0,395.402]]],[[14312.6,10351.3,0],0,false,[[2469,0,172.393]]], +[[11213.8,12404.6,0],0,false,[[2154,0,23.8899],[1825,0,5.42669]]],[[6256.67,14025.3,0],0,false,[[835,0,120.28],[2282,0,13.0382]]],[[6248.25,15286.6,0],0,false,[[2610,1,36.4561]]],[[2991.06,9644.27,0],0,false,[[4708,0,49.8219],[2652,0,74.1796]]],[[1776.72,6526.8,0],0,true,[[1829,0,3.25727],[2512,0,2.31869],[970,0,4.05324]]], +[[17679.3,963.787,0],0,false,[[4184,0,95.5031],[1808,0,23.1263]]],[[15067.3,740.355,0],0,false,[[3732,0,50.3399]]],[[12726.1,5700.93,0],0,true,[[4693,0,9.01528],[4039,0,77.3665],[1757,0,8.20623]]],[[19996.6,14446.5,0.0415649],0,false,[[1257,0,72.7129],[405,0,29.6434],[4248,0,17.5045]]],[[10210.5,9135.64,0],0,false,[[1082,0,262.842],[3360,0,229.433]]], +[[7514.53,14610.6,0],0,false,[[3996,0,27.9492],[2504,0,25.4955]]],[[19006.6,13330.7,0],0,false,[[3832,0,277.318],[4012,0,134.888]]],[[10790.1,6137.19,0],0,false,[[2672,0,195.506],[1488,0,136.569]]],[[7055.65,14670.1,0],0,true,[[1096,0,85.0046],[81,0,17.1899],[2419,0,6.37255]]],[[6551.93,14349.7,0],0,true,[[2557,0,28.5442],[969,0,73.0345],[71,0,16.531]]], +[[1039.3,3407.07,0],0,true,[[484,0,6.85353],[797,0,47.417],[4032,0,10.6895],[2941,0,14.4042]]],[[6069.89,11131.7,0],0,false,[[2870,0,37.8384],[4772,0,63.6295]]],[[11542.5,1840,0],0,false,[[255,0,195.718],[3630,0,213.858]]],[[10455.5,10261.5,0],0,false,[[922,0,286.568],[1981,0,308.119]]],[[15778.5,10211.9,0],0,false,[[3876,0,8.31992],[4531,0,61.1603]]], +[[11520.4,898.741,0],0,false,[[3181,2,109.16],[1018,2,388.258]]],[[9579.99,8364.15,0],0,true,[[2427,0,82.0528],[3827,0,35.8549],[4089,0,20.3483]]],[[439.765,13784.7,0],1,false,[[4297,0,30.4814],[3776,0,226.522]]],[[7718.62,12233.2,0],0,true,[[3577,0,8.58091],[3219,0,45.5182],[3920,1,11.6089]]],[[4843.42,3792.88,0],0,true,[[449,0,122.079],[683,0,6.27496],[2254,0,2.81331]]], +[[9257.1,8871.94,0],0,false,[[1800,0,135.218],[704,0,214.279]]],[[17078.2,14901.3,0],0,true,[[4342,0,7.91813],[3045,0,304.556],[1528,0,7.18182]]],[[17734.3,15887,0],0,true,[[1756,1,3.51426],[346,1,22.2626],[3158,1,9.2059],[3502,1,3.68386],[206,1,5.5083]]],[[960.563,14935.1,0],1,false,[[744,0,34.6473],[3396,0,62.4229]]],[[336.695,18813.4,0],1,true,[[745,0,29.5279],[3886,0,138.812],[584,0,183.258]]], +[[6025.92,8745.84,0],0,false,[[1459,0,221.036],[2872,0,268.014]]],[[1850.87,6436.91,0],0,false,[[2212,2,4.79872],[4558,0,14.4138]]],[[6480.76,14200.7,0],0,false,[[2509,0,22.7556],[2932,0,26.2508]]],[[7287.6,867.127,0],0,false,[[2883,0,128.402],[3346,0,360.797]]],[[18661.5,14003.6,0],0,false,[[1035,0,89.0616],[2047,0,221.696]]], +[[2150.72,8135.58,0],0,true,[[3995,0,5.40765],[633,0,6.66537],[2232,0,8.80119]]],[[4860.18,4797.36,0],0,false,[[2968,0,229.893],[4118,0,58.4764]]],[[15716.3,17486.9,0],4,false,[[4744,0,355.472]]],[[3304.5,15792,0],6,true,[[4585,0,4.22592],[3556,0,27.2274],[3525,0,6.46142]]],[[12800.5,11078.4,0],0,false,[[803,0,54.4751]]], +[[7114.99,14588.2,0],0,false,[[4164,0,31.1764],[529,0,30.756]]],[[5014.8,14037.5,0],0,true,[[299,0,172.167],[106,0,5.29757],[4454,0,6.61801]]],[[1848.64,6424.93,0],0,true,[[4278,2,6.07198],[2212,2,16.9876],[4558,2,2.22502],[23,2,5.52846]]],[[12894.9,11452.7,0],0,true,[[848,1,21.4081],[3875,1,23.3089]]],[[6737.71,11328.9,0],0,true,[[4464,0,7.47812],[200,0,63.41],[1607,0,4.64151]]], +[[6211.79,15286.5,0],0,false,[[2567,1,36.4561],[1533,1,39.335]]],[[6861.48,561.065,0],0,true,[[4332,0,302.923],[4655,0,5.65803],[4270,0,14.491]]],[[1573.84,1091.59,0],0,false,[[2432,0,385.423],[4042,0,129.567]]],[[9879.71,8790.22,0],0,false,[[923,0,211.798],[814,0,273.064]]],[[313.293,7117.9,0],0,false,[[4319,0,43.4472],[77,0,196.842]]], +[[7183.65,14348.2,0],0,true,[[250,1,9.89223],[2377,1,93.9999],[533,1,7.20405]]],[[19727,12271.1,0],0,false,[[4738,0,376.994],[2845,0,374.416]]],[[1086.25,6743.99,0],0,true,[[2789,0,3.29746],[2735,0,3.30111],[3123,0,2.47146]]],[[5578.99,5839.63,0],0,false,[[4758,0,212.999],[716,0,45.4756]]],[[20224,14513.1,0],0,true,[[2165,0,2.62008],[3424,0,2.4646],[3524,0,3.42557]]], +[[9418.23,8402.57,0],0,true,[[557,0,2.34401],[1749,0,56.976],[2018,0,8.37785],[3796,0,4.13564]]],[[11123.3,6494.59,0.0402832],0,false,[[3516,0,126.63],[4168,0,128.519]]],[[14768.6,12906.9,0],0,false,[[4551,0,165.76],[2097,0,285.755]]],[[7314.69,14580.8,0],0,true,[[2401,0,9.29671],[4602,0,4.57092],[2925,0,6.48988]]],[[3979.5,11303.1,0],0,true,[[4764,0,3.27643],[427,0,8.02735],[902,0,5.0343]]], +[[3163.67,13012.8,0],0,true,[[522,0,13.255],[1661,0,3.61051],[331,0,5.97309]]],[[6400.96,14228.1,0],0,true,[[1862,0,32.374],[1864,0,29.9869],[2277,0,9.51073],[491,0,8.65623]]],[[13806.4,1222.95,0],0,true,[[2961,0,392.019],[649,0,27.6419],[566,0,230.856]]],[[1166.23,10069.7,0],0,false,[[2521,0,60.6597],[1205,0,106.938]]],[[6872.86,14641.4,0],0,true,[[370,0,21.321],[3207,0,48.8409],[1197,0,11.7227]]], +[[13164.8,10026,0],0,true,[[3166,0,56.3564],[4563,0,23.7675],[612,0,12.1125]]],[[6423.58,14339.5,0],0,true,[[2414,0,2.55195],[80,0,34.6309],[453,0,6.34006],[3626,0,19.394]]],[[6193.82,14598,0],0,true,[[1263,0,8.2227],[3372,0,4.52487],[4228,0,11.8538]]],[[2899.51,6076.71,0],0,true,[[2190,0,54.5238],[928,1,11.697],[495,1,13.1955]]],[[6285.47,15103.4,0],0,false,[[1160,0,59.1906],[2201,0,15.9582]]], +[[7050.47,14378.3,0],0,true,[[577,1,29.5495],[1074,1,57.1495],[2969,1,21.3488],[1644,1,11.9976]]],[[5590.84,6254.64,0],0,true,[[1164,0,2.60529],[172,0,216.891],[906,0,4.6846],[3877,0,10.4826]]],[[11453.2,12407.8,0],0,true,[[3794,0,21.9813],[3568,0,1.343],[2776,0,8.21201]]],[[2563.22,1706.76,0],0,true,[[2067,0,203.586],[3937,0,14.8018],[3431,0,85.9895]]],[[20079.3,13769.4,0],0,false,[[1612,0,235.86],[2391,0,266.918]]], +[[17945.3,15941.6,0],0,true,[[296,1,5.95977],[1827,1,78.3837],[3175,1,18.5125]]],[[17896.1,16184.9,0],0,false,[[3768,1,108.631],[1515,1,96.8959]]],[[11943.4,5.11316,0],0,false,[[2347,0,15.8491]]],[[18943.2,10382.5,0],0,false,[[3961,0,16.3041],[3674,0,399.665]]],[[14787.1,11816.8,0],0,false,[[3231,0,149.797]]], +[[2928.97,9229.23,0],0,false,[[3660,1,84.5281],[1867,1,376.888]]],[[7142.32,14525.3,0],0,false,[[1963,0,23.818],[4616,0,28.179]]],[[11266.6,12316.8,0],0,false,[[3418,0,57.1221],[1594,0,34.4636]]],[[12866.9,10145.2,0],0,false,[[372,0,11.6892],[95,0,11.4811]]],[[8468.32,11074.2,0],0,true,[[293,1,6.05448],[4414,1,7.69122],[1501,1,2.88491]]], +[[6162.84,11118,0],0,true,[[1742,0,15.7164],[2693,0,17.1695],[3480,0,18.2213]]],[[17235.8,3803.18,0],0,true,[[2433,0,15.1984],[21,0,7.68255],[846,0,9.48753]]],[[3061.71,9634.36,0],0,true,[[2568,0,74.1796],[2974,0,7.4241],[4217,0,2.78395]]],[[16383.9,14936.8,0],0,true,[[3475,0,110.402],[2510,0,4.81543],[1322,0,2.40803]]],[[17621.6,1222.91,0],0,true,[[4614,0,111.554],[2169,0,20.6147],[3527,0,10.8991]]], +[[3343.2,12728.8,0],0,true,[[2684,0,17.1431],[905,0,7.36575],[2804,0,7.22227]]],[[6844.9,4752.56,0],0,true,[[4218,0,146.235],[4465,0,6.43112],[2526,0,5.37403]]],[[1304.08,9063.12,0],0,true,[[318,0,31.8],[2966,0,199.973],[2875,0,17.0331]]],[[6315.41,14700.3,0],0,false,[[1682,0,32.1661]]],[[6527.22,14750.5,0],0,false,[[3575,0,61.5741],[222,0,17.0213]]], +[[18264.1,1664,0],0,false,[[4158,0,284.6],[1100,0,229.317]]],[[18112.8,1151.83,0],0,false,[[2914,0,25.6333],[4776,0,9.42219]]],[[18460.9,3419.92,0],0,false,[[2426,0,9.97376],[1966,0,316.078]]],[[19172.5,7890.73,0],0,false,[[3193,1,82.4324],[37,1,215.087]]],[[10925.6,9129.79,0],0,true,[[2003,0,4.63693],[569,0,11.3932],[4331,0,2.78125],[2892,0,2.28419],[855,0,4.94758]]], +[[15598.4,14325.2,0],0,false,[[1603,0,207.186]]],[[4995.35,3180.01,0],0,true,[[2138,0,35.8061],[1845,0,375.124],[2424,0,18.9253]]],[[1198.11,1289.98,0],0,true,[[508,0,3.14789],[4202,0,75.7608],[2866,0,4.53288]]],[[10881.4,9283.09,0],0,false,[[728,0,100.002],[1114,0,160.532]]],[[7595.25,14528.3,0],0,true,[[916,1,5.34297],[4157,0,91.5343],[2124,0,12.5193],[627,0,2.97866]]], +[[12324.2,2722.65,0],0,true,[[4152,0,92.7188],[4376,0,5.71096],[3248,0,2.16593]]],[[17695.9,2988.57,0],0,true,[[2141,0,44.8675],[3637,0,32.4125],[4475,0,20.7791]]],[[10859.9,5974.43,0],0,false,[[2562,0,100.525],[2577,0,195.506]]],[[8211.49,10521.6,0],0,false,[[2972,1,237.014],[1449,1,3.89454]]],[[8542.26,3329.64,0],0,false,[[394,0,109.281],[1655,0,261.221]]], +[[9433.93,9604.18,0],0,false,[[76,0,46.8005],[3654,0,208.754]]],[[17045.1,3894.28,0],0,false,[[4524,0,390.869],[1824,0,181.939]]],[[11609,461.046,0],0,false,[[2936,0,20.7314],[294,0,61.2056]]],[[16322.6,15203.1,0],0,true,[[2733,0,4.89816],[751,0,15.7383],[3839,0,4.74021]]],[[1655.54,15289.2,0],1,false,[[3426,0,348],[3515,0,251.324]]], +[[6340.07,14306,0],0,false,[[4696,0,20.0403],[548,0,46.403]]],[[7134.84,9794.31,0],0,true,[[1149,0,104.065],[367,0,30.076],[3974,0,16.6001]]],[[6278.09,2715.01,0],0,true,[[22,0,16.0123],[4249,0,337.796],[2967,0,13.3365]]],[[6276.42,14227.9,0],0,true,[[4000,0,35.0388],[3633,0,31.9498],[2308,0,15.3991],[502,0,15.4561]]],[[3326.19,12726.8,0],0,true,[[160,0,36.5483],[2655,0,17.1431],[905,0,9.79717]]], +[[5475.57,15323.8,0],0,false,[[2856,1,19.6572],[785,1,20.2998]]],[[833.728,6464.87,0],0,false,[[1472,0,294.988]]],[[11486.7,12768.8,0],0,false,[[4533,0,56.6104],[3692,0,46.5543]]],[[7395.52,4633.14,0],0,true,[[2798,0,287.403],[1518,0,5.87256],[1239,0,4.28854]]],[[17093.1,16387.2,0],0,false,[[3514,0,103.764],[2361,0,28.1966]]], +[[10.0195,15899.9,0],1,false,[[3651,0,375.953]]],[[9563.59,10322.1,0],0,true,[[1226,1,5.59889],[1139,1,84.5614],[2022,1,7.03773]]],[[5693.97,2496.32,0],0,false,[[3819,0,6.27092],[1625,0,53.507]]],[[6146.8,11112.1,0],0,false,[[2650,0,17.1695],[3385,0,23.2137]]],[[14669,2444.32,0],0,false,[[2508,0,89.6288],[4196,0,211.256]]], +[[3162.79,8622.42,0],0,false,[[4074,0,382.049],[4729,0,77.2358]]],[[7795.23,12096.5,0],0,true,[[1697,0,14.3686],[3291,0,36.9953],[257,0,7.0098]]],[[19805.5,1922.27,0],0,false,[[2239,0,121.101],[3030,0,85.9474]]],[[3521.46,13292.4,0],0,false,[[1931,0,114.48],[730,0,78.6151]]],[[9673.13,8201.43,0],0,false,[[1573,0,135.762]]], +[[13097.6,1545,0],0,false,[[4642,0,310.457],[912,0,228.952]]],[[7057.53,14540.9,0],0,false,[[646,0,19.3875],[1769,0,18.5085]]],[[12828.3,10119.4,0],0,false,[[251,0,34.8283],[1301,0,28.5357]]],[[17712.4,15777.1,0],0,false,[[2156,1,104.721],[1670,1,175.775]]],[[9507.93,7423.83,0],0,false,[[4344,0,256.806],[1565,0,107.581]]], +[[15927.7,14369.6,0],0,true,[[3490,0,4.43332],[1383,0,7.71433],[151,0,11.949]]],[[170.808,13077.8,0],1,false,[[3004,0,99.1096]]],[[6965.53,14811.7,0],0,true,[[1123,0,30.5019],[1568,0,77.0088],[2524,0,15.1872],[3421,0,12.2539]]],[[13687.9,1761.63,0],0,false,[[356,0,11.5413],[2850,0,120.223]]],[[7837.1,12128.2,0],0,true,[[389,1,21.9037],[3169,1,74.0183],[4695,1,15.4524]]], +[[2261.06,3427.8,0],0,true,[[4525,0,6.97575],[2252,0,7.10206],[3810,0,8.87449]]],[[8142.98,14468.2,0],0,true,[[51,0,349.482],[4206,0,17.6198],[2224,0,9.99002]]],[[742.646,11156.9,0],0,true,[[2517,0,30.7372],[1611,0,158.476],[952,0,13.1453]]],[[16096.9,11199.7,0],0,false,[[1715,0,181.001],[3435,0,11.2575]]],[[4709.09,13403.3,0],0,false,[[3400,0,376.755],[4367,0,346.642]]], +[[15915.9,14376.3,0],0,true,[[1383,0,6.04927],[243,0,6.7017],[1236,0,13.1121],[3490,0,9.63978]]],[[19774.7,1554.47,0],0,false,[[1256,0,158.776],[1421,0,224.324]]],[[9569.84,10655.7,0],0,false,[[2188,0,65.822]]],[[4735.52,10979.7,0],0,false,[[1889,0,18.4049],[1500,0,26.6358]]],[[4486.88,11258,0],0,true,[[1863,1,172.934],[2267,1,11.5891],[4735,1,9.39851],[2012,1,6.4683]]], +[[9401.59,5734.88,0],0,false,[[2177,0,69.7261]]],[[2097.15,3728.53,0],0,false,[[1049,0,50.1082]]],[[19891.6,9679.21,0],0,false,[[1042,0,133.562],[3652,0,136.867]]],[[3124.27,13026.5,0],0,false,[[3488,0,43.3281]]],[[3072.75,9621.36,0],0,false,[[4153,0,7.2876],[511,0,21.5907]]], +[[9770.7,5398.08,0],0,false,[[2951,0,148.203],[4759,0,321.639]]],[[623.852,6720.87,0],0,false,[[3859,0,92.5807],[4019,0,75.3666]]],[[810.585,15246,0],1,true,[[1024,0,17.5289],[1218,0,409.933],[4069,0,17.1545]]],[[19110.1,2322.78,0],0,false,[[879,0,37.0501],[2809,0,34.0327]]],[[8130.83,11851.5,0],0,false,[[4306,1,3.28081],[3709,0,47.9577]]], +[[6318.43,14211.7,0],0,true,[[3829,0,15.1889],[1375,0,24.6171],[4461,0,45.8777]]],[[7263.58,14709.8,0],0,false,[[3748,0,21.037],[3625,0,43.634]]],[[15336.1,6767.44,0],0,false,[[3813,0,329.05],[399,0,275.186]]],[[16327.5,15202.9,0],0,true,[[1192,0,56.8997],[2678,0,4.89816],[3839,0,7.4036]]],[[136.476,18185.2,0],1,false,[[4611,0,224.679],[1324,0,130.423]]], +[[1089.54,6743.69,0],0,true,[[2617,0,3.30111],[4398,0,49.6597],[3123,0,3.91972]]],[[2082.71,7377.67,0],0,false,[[2094,0,230.471],[2326,0,239.548]]],[[7358.01,14502.5,0],0,true,[[169,0,34.8226],[2854,0,10.8984],[2297,1,4.14127]]],[[657.265,1707.51,0],0,true,[[1616,0,206.071],[2271,0,252.044],[3528,0,203.374]]],[[6110.67,9494,0],0,true,[[526,0,3.44796],[545,0,69.5824],[2135,0,7.80479],[3518,0,3.75812]]], +[[2513.21,7767.27,0],0,false,[[2006,1,78.541],[3479,1,81.1606]]],[[20182.9,14382.5,0],0,true,[[2391,0,364.733],[3524,0,135.332],[405,0,167.984]]],[[12840.5,5965.63,0],0,true,[[3245,0,67.2405],[4296,0,14.8596],[610,0,12.9087]]],[[460.037,13786.8,0],1,false,[[4029,0,61.1346],[4297,0,34.1589]]],[[2683.18,10663.8,0],0,false,[[274,0,100.075]]], +[[10517.6,10540.2,0],0,false,[[2337,0,241.897],[224,0,164.14]]],[[3247.89,12072.8,0],0,false,[[14,0,59.6496],[2428,0,20.0178]]],[[17593.7,3083.73,0],0,false,[[1320,0,398.081],[2141,0,126.584]]],[[19076.6,2094.56,0],0,false,[[4600,0,26.2113],[4592,0,188.649]]],[[2604.26,1085.26,0],0,true,[[4428,0,19.4503],[863,0,186.559],[1520,0,10.4884]]], +[[6023.22,14180.1,0],0,true,[[998,0,23.7186],[1522,0,32.4676],[3444,0,61.5579]]],[[6112.24,14602.3,0],0,false,[[3372,0,80.5012],[302,0,182.246]]],[[18401.6,13453,0],0,false,[[1804,0,93.3638],[682,0,377.408]]],[[12592.7,7381.66,0],8,false,[[3668,0,295.763]]],[[12601.4,7035.17,0],8,true,[[4366,0,48.2945],[4284,0,87.3582],[4704,0,24.1975]]], +[[12265.3,1031.54,0],0,true,[[514,0,225.109],[2243,0,285.748],[1678,0,191.309]]],[[6757.91,14566.1,0],0,true,[[2319,0,144.538],[1316,0,4.92225],[3386,0,9.90671],[2288,0,7.44169]]],[[1585.79,6547.37,0],0,false,[[895,0,159.423],[4423,0,245.031]]],[[5711.41,5884.97,0],0,false,[[25,0,72.3208]]],[[7128.1,14792.9,0],0,false,[[115,0,94.4671],[2259,0,30.9973]]], +[[11447.1,12626.4,0],0,false,[[307,0,69.5828],[1991,0,27.523]]],[[14183.6,10200.2,0],0,true,[[156,0,6.36642],[1648,0,255.756],[2137,0,6.42508]]],[[17790,15996.6,0],0,false,[[2108,1,19.9658],[1057,1,23.8229]]],[[14352.9,10729.2,0],0,false,[[52,0,374.417],[1377,0,208.217]]],[[9947.26,9983.04,0],0,false,[[1250,0,11.3978],[471,0,177.218]]], +[[6106.1,14325.7,0],0,false,[[3956,0,90.345]]],[[2830.21,844.872,0],0,false,[[3206,0,83.9818],[3615,0,89.84]]],[[803.087,7701.42,0],0,false,[[2871,0,92.7631],[1598,0,206.031]]],[[6440.51,14219.2,0],0,true,[[3177,0,19.5553],[4312,0,16.4032],[290,0,6.16077]]],[[12227.4,128.101,0],0,false,[[3713,0,286.975],[450,0,339.496]]], +[[15461.2,15714,0],7,false,[[1293,0,190.858]]],[[11815.7,36.4986,0.00134277],0,false,[[2223,0,9.85875],[2072,0,9.85875]]],[[10489.7,4008.17,0],0,false,[[128,1,238.579],[4087,1,299.236]]],[[1777.44,6568.22,0],0,true,[[924,0,35.3746],[2402,0,33.401],[2922,0,53.7502]]],[[3122.2,10071,0],0,true,[[4440,0,57.9136],[481,0,7.77802],[4320,1,7.83833]]], +[[6638.72,14751.6,0],0,true,[[4335,0,19.5337],[2147,0,8.75607],[3369,0,9.57999]]],[[11445.2,12406,0],0,true,[[3794,0,13.7694],[2637,0,8.21201],[3568,0,9.55104]]],[[7137.65,14544.2,0],0,false,[[2397,0,23.4618],[4243,0,22.4388]]],[[16098.5,1494.49,0],0,false,[[1189,0,34.2784],[3938,0,392.44]]],[[7295.71,14623,0],0,true,[[2294,0,53.1015],[698,0,9.38844],[4323,0,7.19564]]], +[[17040.4,6193.28,0],0,true,[[2118,0,393.58],[3447,0,3.41883],[3504,0,5.92525]]],[[18110.1,2170.86,0],0,false,[[961,0,33.6405]]],[[9629.24,5848.58,0],0,true,[[1120,0,23.5287],[4395,0,119.681],[1995,0,12.235]]],[[1971.93,8559.29,0],0,false,[[3677,0,115.19],[1111,0,395.262]]],[[17599.5,610.4,0.0435791],0,false,[[2153,0,45.2892],[1005,0,43.607]]], +[[11956.3,3011.44,0],0,false,[[1349,0,407.573],[3802,0,254.192]]],[[5441.75,8858.92,0],0,false,[[4470,0,247.7],[3860,0,334.469]]],[[6143.62,750.655,0],0,false,[[2514,0,31.9565],[4500,0,108.524]]],[[18805.2,7984.67,0],0,false,[[4100,0,182.7]]],[[1083.32,6745.48,0],0,true,[[2211,0,345.552],[2617,0,3.29746],[3123,0,4.95127]]], +[[6283.62,14045.5,0],0,true,[[3413,0,10.4264],[1927,0,7.68123],[3081,0,6.83811]]],[[18187.1,2540.19,0],0,false,[[4251,0,109.903],[3074,0,146.767]]],[[20322.1,1774.43,0],0,false,[[4222,0,19.9414],[2811,0,15.5782]]],[[17557.3,715.8,0],0,false,[[3430,0,203.86]]],[[1241.92,10060.1,0],0,false,[[3402,0,82.5989],[2521,0,25.8579]]], +[[14603.5,2176.87,0],0,false,[[1853,0,224.081],[2105,0,288.627]]],[[9280.77,12793.8,0],0,false,[[4010,0,258.75],[3408,0,99.3949]]],[[1093.16,14868.2,0],1,true,[[2501,0,35.2021],[2953,0,5.73792],[3963,0,19.632]]],[[7583.66,4844.38,0],0,false,[[4031,0,167.054],[2688,0,287.403]]],[[5626.41,10826.9,0],0,true,[[1838,0,131.709],[3007,0,10.9309],[1109,0,16.0898]]], +[[6994.43,1586.43,0],0,false,[[1902,0,251.225],[2486,0,329.154]]],[[18574.5,14038.5,0],0,true,[[1632,0,7.26347],[4562,0,209.192],[1035,0,6.39659]]],[[16116.7,14279.3,0],0,false,[[4138,0,76.5348],[1451,0,19.091]]],[[14666.1,13916.5,0],2,true,[[125,0,8.04165],[62,0,53.978],[1971,0,5.86695]]],[[3350.28,12727.5,0],0,true,[[905,0,14.351],[174,0,82.0997],[2655,0,7.22227]]], +[[3623.74,13079.1,0],0,true,[[1883,0,162.747],[270,0,12.6105],[1314,0,11.8678]]],[[8128.03,11918.3,0],0,false,[[1064,0,55.7891]]],[[9348.9,9579.96,0],0,true,[[3723,0,6.20492],[575,0,12.0017],[1152,0,5.77921]]],[[6325.04,14183.8,0],0,true,[[65,0,17.0335],[3829,0,13.8322],[2174,0,16.9543]]],[[19088.7,2296.46,0],0,false,[[2728,0,34.0327],[3689,0,23.8089]]], +[[17933.5,15895.9,0],0,true,[[4112,1,31.0189],[3175,1,28.7843],[1649,1,60.8471]]],[[20337.6,1775.81,0],0,true,[[2792,0,15.5782],[3706,0,3.95938],[4686,0,9.89993]]],[[19067.6,6361.3,0],0,false,[[2083,0,99.5758],[284,0,74.706]]],[[11192.2,12360,0],0,false,[[1955,0,37.0536],[3113,0,21.0677]]],[[6502.39,14736.2,0],0,false,[[1807,0,20.0977],[222,0,16.0342]]], +[[15360,6236.28,0],0,true,[[832,0,15.6814],[4596,0,14.7287],[4702,0,8.97441],[320,0,6.03778]]],[[3188.22,13061.3,0],0,false,[[331,0,59.4592]]],[[15808.4,11113.7,0],0,false,[[784,0,36.0074],[3825,0,202.461]]],[[10149,10003.1,0],0,false,[[3727,0,110.244],[922,0,152.323]]],[[18416.1,15649.7,0],0,false,[[291,0,201.333],[2441,0,291.72]]], +[[17835.8,15890.3,0],0,true,[[4561,1,60.6276],[1789,1,21.2244],[1706,1,10.5199]]],[[18112.8,16017.3,0],0,false,[[1338,1,98.5225],[333,1,292.307]]],[[17519.4,7204.97,0],0,true,[[3718,0,10.3982],[2538,0,133.403],[1223,0,11.5204]]],[[6222.23,14151.6,0],0,false,[[166,0,47.6073],[4145,0,26.125]]],[[7261.98,14505.9,0],0,true,[[313,1,31.2592],[4762,1,27.2744],[1984,1,18.013],[664,1,13.084]]], +[[7974.79,12010.8,0],0,true,[[1396,1,23.4809],[1370,1,27.0901],[2830,1,9.54444]]],[[7190.88,13487.1,0],0,true,[[4748,1,315.881],[2161,1,14.0089],[1415,1,13.3678]]],[[3857.8,11434.5,0],0,true,[[866,0,57.7241],[2222,0,19.646],[3666,0,10.2644]]],[[5724.26,1732.68,0],0,false,[[215,0,126.489],[1737,0,355.165]]],[[11268.8,12406.4,0],0,true,[[1129,0,23.9861],[4404,0,20.8304],[3896,0,13.2712]]], +[[7981.64,12004.1,0],0,true,[[1019,0,16.975],[4190,0,20.4617],[1370,1,17.5566],[2825,1,9.54444]]],[[20447,15501.7,0],0,false,[[647,0,17.0653],[3953,0,266.341]]],[[1557.65,17156.8,0],1,false,[[3823,0,32.405],[560,0,205.711]]],[[16451.8,352.356,0],0,false,[[1376,0,233.334],[1506,0,180.831]]],[[5239.65,6367.85,0],0,false,[[717,0,396.14],[1860,0,319.886]]], +[[17676.1,1429.23,0],0,true,[[3298,0,3.36738],[3753,0,6.21407],[1996,0,6.77598],[741,0,13.8026]]],[[7376.95,4619.09,0],0,false,[[1518,0,17.7107],[4142,0,295.509]]],[[6982.39,14425.4,0],0,true,[[1692,0,24.01],[3250,0,27.3514],[4263,0,16.1671]]],[[2610,10774.1,0],0,true,[[3691,0,166.041],[953,0,8.61563],[4083,0,5.43162]]],[[19345,737.344,0],0,false,[[673,0,275.853],[1814,0,153.823]]], +[[8777.39,5669.52,0],0,false,[[1393,0,255.169],[3084,0,260.814]]],[[8414.93,2407.99,0],0,false,[[1122,0,247.059],[32,0,365.771]]],[[17061.4,13425,0],0,false,[[3116,0,149.104],[4151,0,132.599]]],[[17156.9,6373.86,0],0,false,[[1680,0,136.207],[2261,0,114.271]]],[[16409.2,7460.54,0],0,false,[[4150,0,79.8257],[1663,0,136.001]]], +[[19808.1,12631.8,0],0,false,[[2616,0,374.416],[3574,0,284.591]]],[[5088.66,13332,0],0,true,[[595,0,11.271],[482,0,11.0982],[4369,0,2.72325],[3898,0,5.2513]]],[[6890.61,14546.3,0],0,true,[[3560,0,8.98413],[4519,0,24.2844],[2058,0,2.82663]]],[[4797.78,8491.13,0],0,false,[[2228,0,236.886],[2495,0,187.959]]],[[3532.64,4434.79,0],0,false,[[1013,0,400.434],[466,0,178.598]]], +[[13700.5,1871.17,0],0,false,[[2708,0,120.223],[1888,0,146.468]]],[[11506.3,12735.2,0],0,false,[[1363,0,66.9792],[3124,0,48.2631]]],[[15017.6,16374.9,0],5,true,[[3051,0,8.50307],[2537,0,186.948],[2075,0,12.8314]]],[[19608.4,8399.12,0],0,true,[[3573,0,6.14207],[1216,0,5.26063],[2199,1,3.89095]]],[[7351.84,14511.5,0],0,true,[[2737,0,10.8984],[2405,0,36.2324],[2297,1,11.0098]]], +[[10481.2,10780.8,0],0,false,[[4325,0,120.367],[1627,0,204.916]]],[[5455.92,15323.8,0],0,false,[[3012,1,24.7656],[2685,1,19.6572]]],[[20474.1,11135.9,0],0,false,[[1016,0,330.943]]],[[12888.5,11419.3,-0.657433],0,true,[[3412,1,36.0103],[848,1,24.4827],[1570,1,3.32404]]],[[4766.97,11018.2,0],0,true,[[4478,0,82.8012],[3976,0,29.0702],[3759,0,26.5869]]], +[[7775.53,5624.06,0],0,false,[[3988,0,133.475],[1546,0,26.415]]],[[14870.8,5946.46,0],0,false,[[645,0,169.115],[186,0,301.55]]],[[16763.2,10530.3,0],0,false,[[3184,0,203.044],[473,0,193.746]]],[[381.907,13615,0],1,false,[[4297,0,154.588],[3277,0,25.4308]]],[[6709.9,13664.4,0],0,false,[[594,0,31.8913],[990,0,169.779]]], +[[11321.8,2234.3,0],0,false,[[255,0,271.617]]],[[1193.62,1290.61,0],0,true,[[508,0,3.02308],[4389,0,184.179],[2667,0,4.53288]]],[[14888.5,10253.7,0],0,false,[[2995,0,314.575],[3903,0,184.649]]],[[1957.1,7731.18,0],0,false,[[1875,0,202.525],[550,0,184.033]]],[[6367.41,7736.95,0],0,true,[[892,0,40.2082],[3034,0,15.5609],[2881,0,11.4826]]], +[[6093.74,11118.1,0],0,true,[[4442,0,4.053],[2581,0,37.8384],[3917,0,7.62915]]],[[886.57,7661.13,0],0,true,[[451,0,4.69577],[2767,0,92.7631],[2234,0,7.5601]]],[[6234.58,8601.34,0],0,false,[[2595,0,268.014],[4171,0,389.942]]],[[6657.21,14759.8,0],0,false,[[2147,0,11.4833],[3627,0,60.4133]]],[[17918.2,2323.15,0],0,false,[[2910,0,83.1258],[4624,0,29.7628]]], +[[1287.09,9061.9,0],0,true,[[1271,0,5.44808],[806,0,5.67894],[318,0,14.9459],[2657,0,17.0331]]],[[14429.6,1147.19,0],0,false,[[4252,0,94.5971],[2331,0,262.841]]],[[6312.17,14086.9,0],0,true,[[1028,0,18.2689],[4628,0,20.8632],[1745,0,10.8818],[3916,0,14.8683]]],[[19979.1,3029.29,0.0444336],0,false,[[960,0,65.6718],[700,0,47.462]]],[[5680.13,10975.3,0],0,true,[[3371,0,19.4285],[3605,0,19.1406],[2306,0,9.01221],[1326,0,3.78416]]], +[[19291.6,7956.77,0],0,false,[[1038,1,22.784],[972,1,27.7212]]],[[6378.7,7739.07,0],0,true,[[3315,0,126.184],[3034,0,26.6751],[2869,0,11.4826]]],[[11438.8,6938.62,0],0,false,[[919,0,279.629],[847,0,396.237]]],[[7252.75,743.545,0],0,false,[[100,0,297.407],[2598,0,128.402]]],[[5116.46,13339.9,0],0,true,[[1834,0,5.2327],[86,0,2.1631],[4501,0,5.66419],[4556,0,5.93181],[1561,1,8.37204],[800,0,4.27254]]], +[[1053.34,7861.15,0],0,true,[[451,0,259.776],[4749,0,20.0688],[777,2,22.1762]]],[[17143.2,6300.26,0],0,true,[[3737,0,4.74745],[510,0,36.8335],[2261,0,9.35799]]],[[17712.9,812.959,0],0,false,[[1808,0,132.593],[2153,0,215.922]]],[[9474.7,10647.4,0],0,true,[[2340,1,58.3346],[4399,1,4.13946],[2163,1,6.40718],[2341,1,2.08605],[2112,1,6.47569]]],[[7642.82,1350.6,0],0,false,[[4310,0,23.0489],[4179,0,64.3351]]], +[[2156.23,8919.62,0],0,true,[[1675,0,69.7825],[1111,0,12.2358],[2283,0,13.1118]]],[[10330.6,12650.7,0.144419],0,false,[[3080,1,137.105],[4073,1,6.75984]]],[[10924.5,9131.75,0],0,true,[[4331,0,2.25821],[855,0,3.34076],[2664,0,2.28419]]],[[10578,3101.43,0],0,false,[[412,1,365.889],[1003,1,246.947]]],[[840.373,18421.6,0],1,true,[[3555,0,24.1498],[671,0,172.681],[611,0,7.86487],[3797,0,16.0242]]], +[[11020.5,6590.06,0],0,false,[[3516,0,57.6234],[1350,0,48.3176]]],[[4709.08,8273.71,0],0,true,[[1651,0,3.22948],[2228,0,5.21239],[1308,0,3.11819]]],[[3430.04,10715.8,0],0,false,[[428,0,261.536],[4241,0,128.104]]],[[9366.44,9594.64,0],0,false,[[3723,0,24.4918],[76,0,21.3764]]],[[2467.07,2065.63,0],0,false,[[4634,0,157.449],[4593,0,22.7667]]], +[[5477.67,15364,0],0,false,[[3243,1,56.9265],[3379,1,19.4676]]],[[4474.03,9059.49,0],0,false,[[930,0,127.685],[239,0,369.185]]],[[1941.77,3257.44,0],0,false,[[2555,0,322.37],[3441,0,218.899]]],[[6652.07,1976.73,0],0,true,[[129,0,2.4419],[1274,0,179.46],[1998,0,5.33518]]],[[17102.6,7153,0],0,false,[[2196,0,102.262],[4265,0,352.352]]], +[[9689.79,12898.2,0],0,false,[[425,0,188.549],[1079,0,145.409]]],[[19551.4,6418.52,0],0,false,[[971,0,239.62],[1821,0,17.5371]]],[[7023.79,14727.2,0],0,true,[[4483,0,5.07306],[2237,0,9.95864],[3103,0,8.15548]]],[[3383.7,12548.4,0],0,false,[[2010,0,87.8582],[4336,0,102.575]]],[[11264.2,7861.8,0],0,false,[[3696,0,26.262],[1011,0,16.0884]]], +[[17903.1,2262.17,0],0,false,[[2874,0,83.1258]]],[[5197.78,13809.5,0],0,true,[[2386,0,3.33062],[3281,0,5.0309],[4133,0,3.25553]]],[[9634.88,7183.37,0],0,false,[[1565,0,254.473],[3185,0,179.138]]],[[1116,14912,0],1,true,[[183,0,6.59841],[1813,0,85.5502],[4539,0,6.5118]]],[[18105.7,1127.27,0],0,true,[[3464,0,7.17177],[2661,0,25.6333],[3697,0,12.2804],[194,0,9.66623]]], +[[13036.7,9892.59,0],0,true,[[3997,0,14.4041],[2000,0,81.094],[1108,0,257.553]]],[[7070.47,9823.11,0],0,false,[[3909,0,15.6732],[3542,0,10.5033]]],[[549.592,9970.71,0],0,false,[[1701,0,235.321],[4413,0,146.601]]],[[6895.53,14619.5,0],0,false,[[4056,0,20.8055],[1148,0,45.1648]]],[[6227.38,14223.7,0],0,true,[[3267,0,23.2879],[2180,0,29.6535],[4679,0,17.1819],[4000,0,14.3542]]], +[[522.912,5278.7,0],0,false,[[2528,0,389.474],[1746,0,23.1747]]],[[6084.07,7494.92,0],0,true,[[3034,0,364.307],[268,0,6.51699],[3950,0,2.92151]]],[[1830.46,6567.22,0],0,false,[[2204,0,43.075],[2773,0,53.7502]]],[[7117.96,14461.9,0],0,false,[[2079,0,21.0145],[288,0,24.2867]]],[[1017.6,3350.37,0],0,true,[[2550,0,5.35846],[4647,0,3.22767],[797,0,14.898]]], +[[7309.08,14577.5,0],0,true,[[2123,0,24.2969],[721,0,25.6345],[4602,0,9.31444],[2401,0,10.9997],[2623,0,6.48988]]],[[11573.6,560.539,0],0,false,[[294,0,44.4601],[2540,0,71.1357]]],[[4710.38,11032.8,0],0,true,[[175,0,12.7269],[1889,0,40.4386],[3772,0,9.54791]]],[[6139.44,11176.5,0],0,false,[[3894,0,47.7728],[4697,0,30.0077]]],[[7239.5,12478,0],0,false,[[3134,1,24.9085],[2986,1,271.996]]], +[[3622.25,3892.81,0],0,true,[[135,0,150.437],[718,0,6.30049],[662,0,4.7509]]],[[13233.7,4789.32,0],0,false,[[641,2,233.452],[1778,2,267.503]]],[[6502.83,14214.9,0],0,false,[[2597,0,26.2508],[3011,0,20.0613]]],[[16033.3,3070.38,0],0,false,[[1454,0,165.369],[3336,0,31.4608]]],[[2997.17,9611.74,0],0,false,[[2977,0,47.7121]]], +[[17303.5,3801.25,0],0,false,[[1065,0,58.4804],[3278,0,49.7871]]],[[11616.5,441.746,0],0,false,[[2496,0,74.8492],[2677,0,20.7314]]],[[18752.9,2807.51,0],0,false,[[1073,0,32.5189],[4092,0,31.6449]]],[[17564,1762.28,0],0,false,[[2356,0,22.8838],[1409,0,92.8091]]],[[6651.23,14442.2,0],0,true,[[969,0,64.5275],[2319,0,19.2596],[2178,0,5.01619]]], +[[11236,12384.7,0],0,true,[[170,0,42.9947],[369,0,12.7623],[2021,0,2.23385],[555,0,6.69215]]],[[1053.71,3406.99,0],0,true,[[188,0,29.5394],[4032,0,24.293],[2580,0,14.4042],[484,0,7.65206]]],[[7847.17,12179,0],0,true,[[4064,0,41.5062],[3640,0,27.3278],[2369,0,15.0275]]],[[18454.3,3430.71,0],0,true,[[1904,0,9.7917],[3073,0,4.54285],[2426,0,4.56683],[4,0,2.28592]]],[[6346.88,14284.8,0],0,false,[[4543,0,26.6986],[4535,0,25.1194]]], +[[16375.4,13978.7,0],0,true,[[4444,0,56.6507],[4211,0,15.7041],[1613,0,134.934]]],[[19965.1,14178.3,0.041687],0,false,[[383,0,32.2021],[1175,0,38.7268]]],[[13196.4,5143.82,0],0,true,[[4006,0,41.4055],[2198,0,25.692],[4530,1,10.5351]]],[[6398.67,14387.9,0],0,true,[[1084,0,28.7166],[2061,0,25.031],[3714,0,13.9405],[4736,0,17.0921]]],[[6287.36,14111.3,0],0,true,[[4486,0,28.8213],[4149,0,30.2517],[4628,0,17.9683],[2125,0,17.496]]], +[[17549.8,15241.1,0],0,true,[[3440,0,29.3338],[3104,0,4.6199],[3429,0,11.2583]]],[[9907.79,5386.69,0],0,false,[[1277,0,98.0826],[2725,0,148.203]]],[[2767.78,2242.56,0],0,true,[[2317,0,24.6636],[3308,0,257.5],[68,0,13.0636]]],[[1096.59,14863.6,0],1,true,[[4721,0,72.019],[3963,0,24.5748],[2797,0,5.73792]]],[[5120.12,13362.7,0],0,true,[[1561,1,31.3476],[377,1,359.505],[1844,1,11.6896],[4556,1,17.1331],[4501,1,17.4072]]], +[[9944.75,9966.44,0],0,true,[[1112,0,28.2489],[2507,0,12.5059],[1250,0,8.12464]]],[[11738.6,256.115,0],0,false,[[1836,0,30.1503],[3115,0,27.434]]],[[6335.64,14230.7,0],0,true,[[3633,0,27.3902],[3000,0,30.4008],[1375,0,18.0651]]],[[17615.5,1093.44,0],0,false,[[3814,0,28.848],[231,0,83.5327]]],[[19436.8,2263.15,0],0,false,[[4592,0,209.32],[2962,0,256.213]]], +[[5497.86,15321.4,0],0,true,[[785,1,3.11593],[306,1,102.769],[3766,1,7.24184]]],[[13430.7,1149.49,0],0,false,[[2096,0,251.213],[2627,0,392.019]]],[[19657.4,2391.01,0],0,false,[[2959,0,256.213],[1093,0,77.0747]]],[[13108.8,4274.92,0],0,false,[[1911,0,263.862],[3189,0,90.526]]],[[968.294,3424.04,0],0,true,[[773,0,2.11344],[4514,0,2.32127],[1530,0,0.950027]]], +[[6955.43,14575.5,0],0,true,[[3230,0,12.9557],[329,0,35.3641],[1532,0,10.2898],[178,0,15.5653]]],[[1501.75,9090.49,0],0,true,[[2657,0,199.973],[722,0,10.8773],[461,0,4.41416]]],[[6265.91,2709.6,0],0,true,[[22,0,4.48346],[1163,0,97.1099],[2682,0,13.3365]]],[[4630.98,4804.84,0],0,false,[[2601,0,229.893]]],[[7032.15,14389.2,0],0,true,[[1644,0,27.4825],[951,0,55.5355],[2635,1,21.3488]]], +[[19088.2,2747.73,0],0,false,[[1537,0,174.825],[285,0,141.306]]],[[7242.92,14440.3,0],0,false,[[3226,0,45.0992],[3306,1,9.46491]]],[[8167.73,10750.6,0],0,false,[[4575,1,237.588],[2673,1,237.014]]],[[2800.95,6348.61,0],0,false,[[4632,1,21.8014],[3282,1,152.221]]],[[3068.3,9630.93,0],0,true,[[2652,0,7.4241],[4673,0,6.59951],[4217,0,5.4755],[4153,0,3.97723]]], +[[6370.15,14090.6,0],0,false,[[1215,0,41.3409],[904,0,45.1771]]],[[8617.61,3437.02,0],0,false,[[729,0,293.044],[394,0,23.6521]]],[[2956.41,9605.48,0],0,true,[[1582,0,4.21421],[2934,0,47.7121],[4708,0,6.07023]]],[[19999.3,14251.8,0.041687],0,false,[[1175,0,43.5977],[1058,0,32.9358]]],[[12885.9,11483.9,0],0,false,[[3326,1,24.0739]]], +[[5072.56,8186,0],0,true,[[3561,0,308.633],[3320,0,17.5388],[1128,0,4.14061]]],[[18601.5,1519.59,0],0,false,[[357,0,29.6227],[246,0,66.8655]]],[[6333.03,15185,0],0,false,[[2201,0,79.8799],[3096,0,83.9615]]],[[2436.44,10233.5,0],0,false,[[1289,0,21.744],[4446,0,155.464]]],[[1044.41,9999.34,0],0,true,[[2250,0,24.6793],[2440,0,86.4746],[63,2,1.9429],[4712,2,21.3665]]], +[[311.101,6970.02,0],0,false,[[3781,0,132.819],[4194,0,255.94]]],[[6989.12,12528.9,0],0,false,[[2929,1,271.996],[3598,1,113.782]]],[[19166.3,10964.2,0],0,false,[[1714,0,90.329],[561,0,256.235]]],[[4851.96,10592.1,0],0,true,[[2007,0,345.376],[4513,0,4.31308],[877,0,4.36464]]],[[9678.91,5827.5,0],0,true,[[3377,0,4.99855],[2215,0,9.17377],[1923,0,7.98667]]], +[[11799.4,150.223,0],0,true,[[1992,0,18.1328],[2187,0,34.821],[3991,0,9.6229]]],[[8519.75,13391.1,0],0,false,[[2518,0,9.3694],[3602,1,3.57117]]],[[866.505,5454.56,0],0,false,[[48,0,302.154],[4653,0,190.498]]],[[15404.4,6237.14,0],0,false,[[1587,0,18.3936],[4135,0,48.2758]]],[[43.673,15472.4,0],1,false,[[382,0,123.13],[66,0,43.608]]], +[[15182.8,10342.8,0],0,false,[[1388,0,353.741],[2867,0,314.575]]],[[6441.65,14370.7,0],0,true,[[2061,0,21.2625],[3820,0,73.3071],[453,0,29.9315]]],[[18254,1314.8,0],0,false,[[3498,0,51.027],[1401,0,80.1751]]],[[2268.19,3588.63,0],0,true,[[854,0,8.39311],[2324,0,242.137],[3710,0,22.1204]]],[[3941.64,6484.87,0],0,true,[[436,0,10.8661],[2159,0,9.72777],[519,0,16.4183]]], +[[6365.96,14232.6,0],0,true,[[2957,0,30.4008],[2277,0,27.1474],[3072,0,9.48495],[3762,0,6.47998],[341,0,15.1845]]],[[1739.71,6559.58,0],0,false,[[656,0,39.0627]]],[[4538.49,8748.41,0],0,false,[[930,0,200.535]]],[[7082.33,14358,0],0,false,[[661,1,29.769],[1585,1,62.2423]]],[[210.002,13168.8,0],1,false,[[1429,0,390.535],[2706,0,99.1096]]], +[[17235.1,46.35,0],0,false,[[3241,0,65.1926],[783,0,43.5319]]],[[14605,6288.75,0],0,true,[[84,0,19.6213],[3712,0,18.29],[2042,0,13.4803],[3224,0,10.7341],[1134,0,8.68476],[635,0,8.21774],[1606,0,9.16006]]],[[5623.08,10816.5,0],0,true,[[4490,0,127.567],[2799,0,10.9309],[1109,0,7.1146]]],[[1716.39,5601.69,0],0,false,[[2435,0,147.364],[2444,0,83.3278]]],[[2446.83,1825.94,0],0,false,[[4337,0,113.729],[3431,0,81.105]]], +[[17607.3,1641.9,0],0,false,[[2063,0,27.7591],[1167,0,61.5708]]],[[6519.4,14226.2,0],0,false,[[2932,0,20.0613]]],[[5431.15,15323.9,0],0,false,[[1052,1,180.578],[2856,1,24.7656]]],[[6373.59,14715.4,0],0,true,[[3939,0,34.2954],[1682,0,28.7343],[4622,0,10.8343]]],[[16596.7,1754.69,0],0,false,[[3938,0,174.838]]], +[[7649.1,14198.3,0],0,true,[[861,0,28.202],[1306,0,18.6615],[3512,0,37.4706]]],[[18257.6,15386.5,0],0,false,[[852,0,364.206],[1309,0,263.576]]],[[20425.9,15622.7,0],0,true,[[1990,0,157.499],[4212,0,20.4751],[822,0,14.7337]]],[[17255.8,263.649,0.0379639],0,false,[[3503,0,72.8644],[4267,0,78.5464]]],[[7743,12365.7,0],0,false,[[2394,0,71.5893]]], +[[19973.8,13025.3,0],0,false,[[327,0,15.212],[3535,0,322.13]]],[[19600.2,11133.6,0],0,true,[[3795,0,6.17446],[1210,0,72.687],[2193,0,10.4165]]],[[14760.8,2403.54,0],0,true,[[3725,0,3.77609],[2122,0,329.481],[2508,0,11.2715],[2105,0,7.12012]]],[[4925.21,4833.61,0],0,false,[[1893,0,62.5009],[840,0,21.7092]]],[[1755.55,5504.73,0],0,false,[[1698,0,9.94505],[4401,0,136.092]]], +[[17243.1,14291.6,0],0,false,[[3407,0,346.733],[1509,0,320.332]]],[[9672.16,9454.19,0],0,false,[[3505,0,223.264],[1138,0,157.225]]],[[3806.33,13138.1,0],0,true,[[955,0,7.35047],[1538,0,110.397],[1681,0,5.3806]]],[[10765.2,10386.1,0],0,true,[[3921,0,4.73501],[2337,0,57.2189],[2473,0,6.94454]]],[[5623.61,8779.85,0],0,false,[[2409,0,97.1554],[2203,0,130.97]]], +[[19794.8,2007.04,0],0,false,[[2697,0,85.9474],[1489,0,255.29]]],[[16635,5241.08,0],0,false,[[4484,0,9.67725],[1416,0,107.595]]],[[7123.32,14572.2,0],0,true,[[3266,0,12.058],[4437,0,8.72379],[4458,0,13.2134],[4243,0,9.11232]]],[[6088.91,11211.4,0],0,true,[[3173,0,15.53],[1765,0,12.5652],[1006,0,7.38191]]],[[6353.9,7729.23,0],0,true,[[2881,0,26.6751],[2921,0,364.307],[2869,0,15.5609]]], +[[2667.41,896.988,0],0,true,[[4674,0,3.70179],[1126,0,49.1767],[1213,0,9.61406],[1009,0,4.78637]]],[[2724.4,8845.41,0],0,true,[[1799,1,2.85211],[2136,0,14.8881],[116,1,4.99931]]],[[13913.6,10253.4,0],0,false,[[392,0,16.7709],[156,0,287.478]]],[[13717.6,11191.9,0],0,false,[[1987,0,105.522],[719,0,243.967]]],[[15559,15495,0],7,true,[[4792,0,33.9277],[1440,0,228.554],[2310,0,16.7962]]], +[[16344.9,7616.9,0],0,false,[[4477,0,52.7986],[4542,0,259.675]]],[[6073.74,14151.3,0],0,true,[[4229,0,4.36587],[4054,0,44.0146],[1262,0,9.79675]]],[[11683,15.8085,0],0,false,[[4279,0,35.2684],[3582,0,13.94]]],[[11345.5,12288.3,0],0,false,[[4498,0,42.6294]]],[[10030.2,12735.7,-0.413282],0,true,[[4629,1,13.0615],[279,1,216.82],[3890,1,2.54296]]], +[[16828.7,15067.2,0],0,false,[[2591,0,304.556],[1695,0,120.643]]],[[13110.9,11267.6,0],0,false,[[2155,1,116.461]]],[[19067.4,3022.83,0],0,false,[[2554,0,118.401],[996,0,148.723]]],[[8660.67,1842.58,0],0,false,[[456,0,142.29],[4095,0,300.34]]],[[693.384,14292.7,0],1,false,[[2464,0,399.073],[122,0,24.2608]]], +[[15313.9,17319.7,0],4,true,[[3623,0,209.379],[2309,0,25.8201],[3131,0,5.74892]]],[[15025.8,16372.7,0],5,true,[[2075,0,19.7941],[3707,0,120.296],[2852,0,8.50307]]],[[6423.63,15408.5,0.00274658],0,false,[[168,0,18.7284],[3606,0,18.7284]]],[[1761.76,7209.03,0],0,true,[[3496,0,5.41251],[3139,0,11.4981],[2498,0,0.193666]]],[[15195,8492.57,0],0,false,[[1795,0,337.629],[500,0,288.403]]], +[[7003.35,14360.4,0],0,true,[[3438,0,21.7679],[4263,0,66.137],[3227,1,12.979]]],[[5494.3,15588.4,0],0,false,[[3242,1,98.9287]]],[[4128.56,2518.78,0],0,false,[[1563,0,295.31],[1001,0,260.54]]],[[7726.99,14293.8,0],0,true,[[811,0,126.732],[4018,0,23.2011],[4429,0,108.967]]],[[19730.2,2426.15,0],0,true,[[4560,0,20.8251],[3111,0,230.241],[1093,0,6.66641]]], +[[6179.17,11239.3,0],0,false,[[3462,0,38.9803]]],[[6738.07,1701.57,0],0,false,[[836,0,35.5493],[2082,0,282.834]]],[[7673.52,12274.3,0],0,true,[[1399,0,18.913],[2351,0,24.1969],[1267,1,7.09035]]],[[7860.6,12024.7,0],0,false,[[1170,0,153.85],[1480,0,23.4906]]],[[5915.99,15322.5,0],0,true,[[1859,1,23.7681],[3188,1,18.1235],[3811,1,12.8151]]], +[[17336.3,15370.7,0],0,false,[[1253,0,233.222],[1748,0,108.297]]],[[2214.08,8261.81,0],0,false,[[3995,0,144.892],[3167,0,21.1774]]],[[5732.4,9729.44,0],0,false,[[1881,0,349.121],[944,0,239.875]]],[[8357.97,3133.52,0],0,false,[[4491,0,10.7253],[3943,0,185.876]]],[[8634.43,2908.9,0],0,true,[[340,0,104.479],[1268,0,2.39863],[4123,0,10.2818]]], +[[14865,6459.16,0],0,true,[[3641,0,6.46748],[2024,0,4.41771],[2546,0,2.71755],[4326,0,3.32713]]],[[11529.7,12616.7,0],0,true,[[4670,0,9.0715],[208,0,13.141],[959,0,7.38207]]],[[6373.98,14227.5,0],0,true,[[1862,0,16.4482],[3762,0,6.57875],[3000,0,9.48495]]],[[18458,3433.34,0],0,true,[[734,0,9.38877],[4,0,6.81195],[2943,0,4.54285]]],[[18140.3,2411.84,0],0,true,[[2791,0,146.767],[4005,0,21.2054],[3655,0,36.6448]]], +[[17727.9,16039,0],0,true,[[2535,1,55.6228],[899,1,92.1797],[2108,1,55.3989]]],[[5282.12,14149.5,0],0,true,[[1731,1,20.6361],[3085,1,135.735],[4129,1,12.9223]]],[[18116.5,2066.53,0],0,false,[[4648,0,58.0057],[961,0,72.0694]]],[[150.798,7197.01,0],0,true,[[3635,0,10.1859],[3271,0,16.0117],[4588,0,6.76398],[3831,0,7.99705]]],[[4272.59,11747.4,0],0,true,[[657,1,20.3849],[2463,1,20.7553],[171,1,0.218006],[3254,1,4.82513]]], +[[10195.5,12673.8,-0.560363],0,true,[[2891,1,137.105],[4160,1,14.6139],[1231,1,6.86051]]],[[6276.8,14045,0],0,true,[[3279,0,20.9084],[694,0,20.1647],[3857,0,3.42971],[3413,0,5.93428],[2790,0,6.83811],[1927,0,13.8053]]],[[6336.91,7772.22,0],0,true,[[948,0,2.73912],[3593,0,18.6562],[3240,0,5.58077]]],[[2668.02,8667.99,0],0,false,[[1540,1,8.81437],[4231,0,16.3346]]],[[8585.83,5521.52,0],0,false,[[2840,0,260.814],[567,0,48.4481]]], +[[5309.45,14282.4,0],0,true,[[3076,1,135.735],[93,1,15.8075],[690,1,30.2322]]],[[16218,8222.39,0],0,false,[[1092,0,224.405],[2563,0,403.819]]],[[3646.96,10125.2,0],0,true,[[1761,0,2.37235],[2183,0,14.2301],[3481,0,1.4232],[787,0,8.89824]]],[[5788.98,14279.4,0],0,false,[[1522,0,226.213],[2229,0,357.096]]],[[2897.82,9702.52,0],0,true,[[4223,0,38.5967],[2256,1,5.39557],[3411,1,9.21256]]], +[[15417,6267.28,0],0,false,[[499,0,26.2613]]],[[18125.5,2640.36,0],0,false,[[1805,0,24.2419],[3499,0,94.8323]]],[[6910.51,14515.2,0],0,false,[[554,0,63.2677],[794,0,20.0596]]],[[1035.04,8034.28,0],0,false,[[777,2,159.442],[4275,2,371.777]]],[[16477.1,14105.6,0],0,false,[[423,0,17.7598],[3409,0,61.703]]], +[[1549.25,7055.23,0],0,false,[[4065,0,267.152],[4023,0,33.0045]]],[[6341.83,15264.8,0],0,false,[[2982,0,83.9615],[168,0,157.545]]],[[5081.78,13176.4,0],0,false,[[2315,1,32.089],[1579,1,32.0151]]],[[19585.2,8808.48,0],0,true,[[1643,0,30.596],[538,1,9.4603],[4694,0,8.9845]]],[[18798.7,15461.1,0],0,false,[[3565,0,18.9862],[2264,0,148.038]]], +[[2996.46,1596.54,0],0,false,[[1251,0,263.579],[3724,0,372.864]]],[[7643.91,12227.7,0],0,true,[[2404,0,8.26835],[549,0,61.93],[3631,0,4.08953]]],[[18054.4,2377.31,0],0,false,[[4677,0,29.3669],[3655,0,60.3819]]],[[7030.05,14721.9,0],0,true,[[81,0,41.0549],[4483,0,7.29014],[2907,0,8.15548]]],[[17550,15245.7,0],0,true,[[2950,0,4.6199],[1253,0,17.993],[3429,0,8.43365]]], +[[15139.8,2696.69,0],0,false,[[2122,0,159.06],[4015,0,77.9238]]],[[17852.1,15955.5,0],0,true,[[2244,1,23.2167],[898,1,18.9756],[3667,1,24.6628]]],[[14919.4,668.925,0],0,true,[[4104,0,295.587],[289,0,9.6788],[4577,0,8.49955]]],[[9470.28,159.072,0],0,false,[[1796,0,100.091],[3869,0,156.816]]],[[6243.13,14152.9,0],0,true,[[2062,0,21.9084],[507,0,17.7158],[4145,0,9.01604]]], +[[2900.85,9606.7,0],0,false,[[1078,1,4.06944],[706,0,38.0184]]],[[19615.3,2624.08,0],0,false,[[3059,0,230.241],[3294,0,118.304]]],[[14807.1,3319.25,0],0,false,[[1826,0,121.251],[1214,0,208.286]]],[[11198.9,12380,0],0,false,[[2813,0,21.0677],[1825,0,28.2367]]],[[19436.4,1799.83,0],0,false,[[1069,0,250.554],[3834,0,63.5836]]], +[[11741.8,282.338,0],0,false,[[123,0,52.1967],[2956,0,27.434]]],[[17090.2,13568.4,0],0,false,[[3221,0,23.8074],[2842,0,149.104]]],[[19585.1,8521.54,0],0,false,[[538,1,283.394],[1830,1,93.074]]],[[6593.61,2894.71,0],0,false,[[1353,0,17.9899],[4268,0,91.0378]]],[[10871.9,1785.78,0],0,true,[[4785,0,298.263],[4573,0,20.012],[3681,0,11.5409]]], +[[3814.48,6558.63,0],0,false,[[2159,0,137.642],[4662,0,357.068]]],[[19497.5,8023.16,0],0,true,[[958,1,3.86683],[4485,0,345.713],[1460,1,6.82181]]],[[15188.3,6232.93,0],0,false,[[2024,0,402.44],[2098,0,129.715]]],[[1086.28,6741.52,0],0,true,[[1787,0,64.3408],[2789,0,4.95127],[2617,0,2.47146],[2735,0,3.91972]]],[[11529.2,12777.7,0],0,false,[[2851,0,48.2631],[4750,0,52.0468]]], +[[8207.06,14480.1,0],0,false,[[1912,0,29.4063]]],[[11722.9,160.661,0],0,true,[[3483,0,56.3564],[4727,0,20.4393],[4453,0,10.6943]]],[[7891.6,5618.92,0],0,false,[[1319,0,111.16],[3934,0,170.175]]],[[11270,12451.1,0],0,true,[[4565,0,4.16193],[463,0,2.9175],[1241,0,9.05042]]],[[19331.5,7952.72,0],0,true,[[2073,1,22.3617],[3589,1,26.7183],[1038,1,17.4923],[2230,1,5.57317]]], +[[17530.6,15977.5,0],0,true,[[1345,1,26.3495],[455,1,202.668],[3489,1,14.8834],[4088,1,13.7522]]],[[15319.3,17317.8,0],4,false,[[3050,0,5.74892],[1365,0,121.74]]],[[17007.3,153.893,0],0,false,[[1156,0,245.096],[1067,0,137.925]]],[[13204.3,9979.55,0],0,true,[[1243,0,15.7353],[615,0,3.98583],[2551,0,2.84081]]],[[7246.49,12501.8,0],0,false,[[2929,1,24.9085]]], +[[1275.29,7445.83,0],0,false,[[4687,0,183.297],[585,0,51.6162]]],[[9429.18,10554.6,0],0,true,[[3247,1,3.25564],[33,1,204.83],[4205,1,5.99465]]],[[17248.6,3802,0],0,true,[[21,0,5.1628],[4338,0,35.0802],[846,0,5.12575]]],[[7180.4,14600.9,0],0,false,[[4416,0,18.336],[3266,0,52.4808]]],[[1762.87,7197.59,0],0,true,[[3053,0,11.4981],[3960,0,221.899],[2498,0,11.3779]]], +[[19283.5,6927.7,0],0,false,[[221,1,241.509],[3764,1,336.919]]],[[12705.9,10080.1,0],0,false,[[4506,0,65.8702]]],[[16142.6,14254.1,0],0,false,[[4434,0,23.3537],[121,0,228.635]]],[[337.771,15311.3,0],1,false,[[1958,0,51.16],[2493,0,81.1147]]],[[11869.5,62.1786,0],0,false,[[2074,0,42.0103],[4731,0,24.3848]]], +[[904.2,1991.56,0],0,false,[[2271,0,152.538],[4180,0,255.554]]],[[16219.5,5166.01,0],0,false,[[651,0,60.3507]]],[[2641.38,910.176,0],0,true,[[1213,0,19.6161],[4572,0,12.8662],[2476,0,12.435]]],[[1739.78,7237.56,0],0,true,[[597,0,4.70024],[3496,0,37.0862],[655,0,2.66532]]],[[18942.4,3050.89,0],0,false,[[2531,0,68.5437],[2071,0,9.793]]], +[[5530.35,8418.28,0],0,true,[[3569,0,170.109],[2561,0,219.987],[3561,0,394.897]]],[[13393.8,11011.9,0],0,false,[[4094,1,129.835],[4225,1,246.471]]],[[11424.5,7545.54,0],0,false,[[4071,0,90.7552],[2210,0,167.662]]],[[8392.36,912.131,0],0,true,[[303,0,5.71673],[374,0,5.77434],[1157,0,1.19269],[3742,0,7.49837]]],[[8575.01,11247.8,0],0,false,[[3212,1,339.745],[293,1,197.733]]], +[[8022.44,12026.1,0],0,false,[[1973,0,22.8801],[4559,0,57.2698]]],[[543.829,5278.69,0],0,true,[[1746,0,2.88344],[764,0,353.421],[4198,0,4.77735]]],[[17643.1,10480.4,0],0,false,[[1564,0,270.632],[1351,0,238.785]]],[[17726.6,15881.9,0],0,true,[[931,1,28.4669],[3502,1,6.85542],[2592,1,9.2059]]],[[19509.8,1794.47,0],0,false,[[1626,0,6.37564],[3203,0,60.6284]]], +[[9100.82,5622.73,0],0,false,[[1854,0,297.506]]],[[16348.3,7550.61,0],0,true,[[4477,0,13.582],[31,0,7.86197],[1361,0,11.0254]]],[[13306.8,9948.84,0],0,false,[[615,0,135.234]]],[[18465.4,3448.64,0],0,true,[[833,0,82.3905],[4384,0,11.1743],[2516,0,11.8151]]],[[6830.56,11594.9,0],0,true,[[1056,0,22.0034],[1004,0,22.1863],[2303,0,5.44879],[4456,0,10.2923]]], +[[6703.41,942.784,0],0,false,[[2486,0,406.8],[3690,0,138.256]]],[[13115.4,9998.94,0],0,false,[[2000,0,55.0241],[2630,0,56.3564]]],[[2206.81,8280.44,0],0,false,[[3066,0,21.1774]]],[[17265.2,8624.81,0],0,false,[[1993,0,274.776]]],[[7893.79,12080.6,0],0,true,[[2709,1,74.0183],[565,1,25.6517],[1687,1,12.7276]]], +[[9717.53,7811.05,0],0,false,[[709,0,84.8326],[4344,0,229.494]]],[[16158.7,413.237,0],0,false,[[3186,0,177.003],[1376,0,84.9716]]],[[12411.3,12420.5,0],0,true,[[4503,1,14.7293],[4409,1,195.928],[4690,1,4.09925]]],[[6104.26,11209,0],0,true,[[2172,0,20.1659],[3033,0,15.53],[4615,0,7.68072]]],[[15083.7,825.625,0],0,true,[[3732,0,59.4315],[4541,0,10.694],[781,0,13.9713]]], +[[17942.4,15923.3,0],0,true,[[2810,1,28.7843],[296,1,22.9296],[2640,1,18.5125]]],[[17851.5,16003,0],0,true,[[1827,1,33.7553],[3972,1,32.4869],[3695,1,20.887],[4322,1,23.1856]]],[[6449.95,14202.1,0],0,false,[[283,0,19.2099],[2768,0,19.5553]]],[[6237.93,14281.7,0],0,false,[[604,0,25.9567],[1541,0,60.0636]]],[[9300.96,11593.4,0],0,false,[[375,0,31.6388],[2206,0,46.9995]]], +[[7818.65,12127.6,0],0,true,[[257,0,33.3467],[4695,0,21.4669],[389,1,15.3777]]],[[11523.6,789.764,0],0,false,[[295,2,21.2334],[2585,2,109.16]]],[[6317.62,14290.8,0],0,true,[[735,0,22.9263],[4696,0,15.7457],[4543,0,7.59374]]],[[1534.2,9177.83,0],0,false,[[461,0,89.8422],[3895,0,97.3309]]],[[16562.8,10542.7,0],0,true,[[1422,0,7.54752],[2862,0,203.044],[2181,0,2.18767],[642,0,8.57862]]], +[[9793.16,7267.19,0],0,false,[[2912,0,179.138],[105,0,360.72]]],[[16067,558.819,0],0,false,[[2549,0,156.462],[3171,0,177.003]]],[[17092.4,13606.8,0],0,true,[[1110,0,8.12891],[2461,0,5.48247],[3507,0,11.3759]]],[[5897.87,15323,0],0,true,[[3811,0,30.9225],[3199,0,86.9616],[3064,1,18.1235]]],[[13191.7,4310.92,0],0,false,[[2963,0,90.526],[2545,0,182.241]]], +[[7122.18,14422.4,0],0,false,[[1074,1,27.057],[1072,1,26.8135]]],[[7626.35,14246.3,0],0,false,[[2366,0,45.1284]]],[[3541.53,6002.99,0],0,false,[[934,0,218.879]]],[[19233.6,7940.92,0],0,false,[[1732,1,22.1748],[2663,1,82.4324]]],[[20188.5,14858.5,0],0,true,[[158,0,168.059],[1184,0,19.0669],[2295,0,4.83446]]], +[[1256.26,15263.1,0],1,true,[[2091,0,24.4322],[1155,0,24.4395],[3933,0,8.65486]]],[[9185.94,4217.52,0],0,true,[[2362,0,44.1879],[2258,0,15.2975],[4715,0,46.3782]]],[[15912.8,10219.7,0],0,true,[[2164,0,21.8011],[546,0,137.124],[4595,0,234.864]]],[[7013.88,14322,0],0,true,[[812,1,14.7894],[908,1,21.1587],[1394,1,12.5732]]],[[5810.91,15322.8,0],0,true,[[3188,0,86.9616],[1557,0,21.4673],[901,1,3.26002]]], +[[4252.75,8674.69,0],0,true,[[1145,0,4.32791],[1646,0,4.05824],[999,0,1.7984]]],[[15209,5261.45,0],0,true,[[707,0,16.646],[1801,0,13.4537],[180,0,3.34998]]],[[3116.39,9647.96,0],0,false,[[4673,0,49.0516],[658,0,61.3483]]],[[19562.2,1821.27,0],0,false,[[3159,0,60.6284],[2121,0,45.6315]]],[[209.867,4691.65,0],0,false,[[1806,0,110.321],[3405,0,285.069]]], +[[19099.3,7980.68,0],0,true,[[1048,1,8.45496],[1835,1,3.37845],[1389,1,6.27417]]],[[2822.79,928.526,0],0,false,[[891,0,134.524],[2766,0,83.9818]]],[[6915.26,14665.6,0],0,false,[[2629,0,48.8409],[2104,0,53.4817]]],[[1545.85,519.973,0],0,false,[[191,0,131.919]]],[[11412.7,12673.9,0],0,true,[[2060,0,10.7514],[3838,0,59.4848],[4037,0,11.5097]]], +[[290.526,15278.4,0],1,false,[[4722,0,69.5082],[323,0,104.807]]],[[762.749,17233.6,0],1,false,[[2241,0,396.973]]],[[8382.4,11525.6,0],0,false,[[686,1,277.217],[3154,1,339.745]]],[[9654.49,5821.6,0],0,true,[[1913,0,11.6473],[3368,0,14.8149],[1465,0,7.03198],[3945,0,3.73124],[4391,0,2.88245]]],[[11352,12381.8,0],0,true,[[4498,0,51.165],[1664,0,29.5933],[252,0,6.92311],[531,0,6.47726]]], +[[12570,12074.7,0],0,false,[[4292,1,276.022],[4503,1,370.875]]],[[7060.93,14474.4,0],0,false,[[2544,0,18.7546],[245,0,25.7099]]],[[3913.97,10164.7,0],0,false,[[4022,0,232.004],[787,0,264.492]]],[[18371.9,13359.9,0],0,true,[[1876,0,25.2392],[1378,0,90.9644],[4017,0,12.7715]]],[[7741.71,12271.7,0],0,true,[[2069,0,47.7677],[397,0,21.1084],[2588,0,45.5182]]], +[[2671.8,11585.4,0],0,true,[[432,0,6.98277],[4380,0,272.549],[4452,0,10.7421]]],[[17088.6,13592.2,0],0,false,[[2461,0,11.7819],[3116,0,23.8074]]],[[4620.89,11013.4,0],0,true,[[1346,1,19.8778],[1880,1,27.8306],[4204,1,5.00414]]],[[6136.35,14093.7,0],0,true,[[1619,0,18.5126],[1645,0,21.8169],[1978,0,15.8747]]],[[14612.4,6280.97,0],0,true,[[2042,0,2.81119],[1134,0,2.50117],[3006,0,10.7341]]], +[[7414.48,14665.6,0],0,true,[[3639,0,22.3871],[4161,0,44.8334],[2268,0,30.7478]]],[[7266.99,14402.2,0],0,false,[[2377,1,5.8896],[2971,0,45.0992]]],[[7000.3,14347.8,0],0,true,[[775,1,18.9862],[577,1,29.1334],[3438,1,16.0769],[3055,1,12.979]]],[[17706.6,15235.2,0],0,false,[[3775,0,65.2425]]],[[5463.13,15444.5,0],0,true,[[1878,1,18.1251],[3532,1,4.93168],[4143,1,1.15546],[2416,1,6.28821]]], +[[6967.02,14581.3,0],0,true,[[1118,0,33.7421],[2965,0,12.9557],[1532,0,13.7803]]],[[14706.4,11737.3,0],0,false,[[426,0,282.089],[2644,0,149.797]]],[[6105.52,10762.5,0],0,false,[[1059,0,7.75388],[678,0,6.65189]]],[[16953.1,14657.9,0],0,false,[[404,0,27.5071]]],[[17441.8,15874.8,0],0,false,[[1720,1,49.5623]]], +[[387.051,14745.3,0],1,false,[[1185,0,161.014],[558,0,280.264]]],[[14489.5,2598.34,0],0,false,[[2279,0,95.1851]]],[[13577.3,11457.9,0],0,false,[[765,0,301.859],[4014,0,34.2468]]],[[7901.82,12004.4,0],0,true,[[4238,0,42.9257],[1918,0,12.2161],[4451,0,29.3535]]],[[6105.92,11167,0],0,false,[[3917,0,43.9886],[4615,0,38.7992]]], +[[6342.42,7773.13,0],0,true,[[4105,0,0.954949],[756,0,4.59042],[892,0,3.8424],[856,0,0.634032],[948,0,2.99301],[3082,0,5.58077]]],[[17178.9,79.3243,0],0,false,[[1067,0,49.3979],[3005,0,65.1926],[3303,0,58.3966]]],[[5494.3,15489.5,0],0,false,[[98,1,38.8721],[3056,1,98.9287]]],[[5438.16,15345.3,0],0,false,[[2900,1,56.9265]]],[[249.084,7210.92,0],0,true,[[3345,0,28.6736],[3401,0,7.407],[2041,0,11.0503]]], +[[12774.6,5978.12,0],0,false,[[2742,0,67.2405],[4620,0,222.249]]],[[12065.6,1289.27,0],0,false,[[1678,0,151.043]]],[[9428,10557.6,0],0,true,[[2112,1,94.8217],[4205,1,7.29795],[3136,1,3.25564]]],[[12324.1,2724.81,0],0,true,[[3802,0,226.842],[2670,0,2.16593],[4376,0,5.68258]]],[[5538.76,11384.3,0],0,false,[[1053,0,42.5947],[408,0,119.324]]], +[[7005.66,14439.8,0],0,false,[[2837,0,27.3514],[2544,0,46.4474]]],[[1535.44,5799.41,0],0,false,[[4290,0,208.902],[2489,0,211.579]]],[[322.243,7393.55,0],0,false,[[2214,0,159.673],[2041,0,199.509]]],[[18356.6,2087.46,0],0,true,[[265,0,119.253],[441,0,254.227],[3351,0,197.375]]],[[4277.1,11749.1,0],0,true,[[171,0,4.64063],[1436,0,9.77441],[3079,1,4.82513]]], +[[12307.7,2512.76,0],0,true,[[1336,2,10.3291],[940,0,39.1724],[3733,2,15.0015]]],[[891.427,9422.28,0],0,false,[[310,2,338.912],[3828,2,315.853]]],[[6215.38,11143.7,0],0,false,[[3521,0,140.749],[1742,0,42.8964]]],[[2586.33,9315.73,0],0,false,[[1946,0,217.04]]],[[750.143,14818.9,0],1,true,[[4330,0,5.55813],[769,0,287.597],[782,0,8.88321]]], +[[19816.4,14511.1,0],0,false,[[3922,0,93.4473],[804,0,58.4619]]],[[19920.5,4594.57,0],0,true,[[2470,0,40.2682],[1953,0,7.41057],[1367,0,5.80208]]],[[20474.9,9209.32,0],0,false,[[2184,0,298.414]]],[[17702.3,1056.65,0],0,false,[[3986,0,79.2056],[1569,0,25.7862]]],[[2190.51,3712.19,0],0,false,[[1974,0,141.189],[1049,0,69.4697]]], +[[1018.26,3339.6,0],0,true,[[2550,0,5.58675],[1960,0,38.7321],[2421,0,4.80053]]],[[7135.12,14574.7,0],0,false,[[3138,0,52.4808],[3032,0,12.058]]],[[6230.02,14200.7,0],0,true,[[4307,0,18.6633],[2919,0,23.2879],[3594,0,19.9723]]],[[4044.22,1487.16,0],0,false,[[3272,0,400.466],[1204,0,267.715]]],[[2940.96,8634.54,0.00189209],0,false,[[4468,0,77.1363],[3491,0,26.2134]]], +[[4395.52,8907.05,0],0,false,[[665,0,224.212],[930,0,131.555]]],[[163.391,7187.12,0],0,false,[[3078,0,16.0117],[1917,0,47.7652]]],[[3658.06,1560.02,0],0,false,[[1935,0,264.003],[3268,0,400.466]]],[[3991.06,3865.38,0],0,false,[[718,0,364.805],[1882,0,393.188]]],[[6876.05,15367.8,0],0,false,[[590,0,336.117],[2289,0,57.0533]]], +[[6863.18,14563.9,0],0,true,[[342,0,20.9299],[3749,0,31.6397],[362,0,19.6371],[1077,0,16.6681]]],[[5817.22,9387.1,0],0,false,[[4669,0,135.914],[4289,0,196.056]]],[[372.596,13591.4,0],1,true,[[2863,0,25.4308],[1429,0,62.5031],[859,0,402.318]]],[[17271.3,3784.06,0],0,false,[[2935,0,49.7871],[4515,0,26.8707]]],[[6257.79,14036.4,0],0,false,[[3987,0,18.6531],[3081,0,20.9084]]], +[[5214.85,13822.7,0],0,false,[[2522,1,27.1178],[1744,1,26.7795]]],[[5196.78,13814.4,0],0,true,[[2911,0,5.0309],[532,0,28.5664],[4133,0,5.69141]]],[[2722.19,6478.8,0],0,true,[[2973,1,152.221],[1874,1,27.5413],[3529,1,4.36182]]],[[3817.96,11473.2,0],0,true,[[1562,0,3.24469],[3310,0,3.47676],[1014,0,5.30506],[1198,0,3.61445]]],[[16223.4,14334.9,0],0,true,[[1602,0,0.878106],[1355,0,3.54064],[3908,0,10.3227]]], +[[13160.8,5525.06,0],0,false,[[1392,0,60.3742]]],[[2760.28,8913.05,0],0,true,[[1799,1,75.4491],[3645,1,26.9349],[2364,1,7.3987]]],[[18898,10827.6,0],0,false,[[4081,0,43.0689],[3595,0,71.3541]]],[[3577.82,1995.31,0],0,false,[[2273,0,152.555],[668,0,280.717]]],[[11753.8,225.166,0],0,true,[[3955,0,26.1205],[983,0,23.3024],[1836,0,16.7698]]], +[[4.32865,1007.89,0],0,false,[[458,0,128.187]]],[[7822.63,12071.7,0],0,false,[[2696,0,36.9953],[4238,0,60.9482]]],[[17559.4,15246.5,0],0,false,[[3429,0,3.07578],[3775,0,122.304]]],[[19403.7,2961.91,0],0,false,[[2515,0,79.6514],[4752,0,121.397]]],[[19552.5,2724.29,0],0,false,[[1740,0,107.419],[3111,0,118.304]]], +[[3253.41,11175.9,0],0,false,[[3612,0,85.8322],[4450,0,18.7934]]],[[6510.49,14494,0],0,false,[[969,0,142.111]]],[[6790.88,14552.7,0],0,true,[[1089,0,13.9719],[4472,0,14.1901],[3830,0,9.12598]]],[[17673.9,1426.66,0],0,true,[[3753,0,9.57686],[4528,0,7.62026],[2835,0,3.36738],[1996,0,8.35873],[741,0,13.104]]],[[6897.51,14582.1,0],0,false,[[1823,0,23.1323],[3736,0,21.3369]]], +[[15733.6,4869.74,0],0,false,[[434,0,366.934],[3578,0,384.795]]],[[12459.9,3038.43,0],0,false,[[1679,0,236.074],[3809,0,188.085]]],[[16930,5591.64,0],0,false,[[3978,0,276.833],[2118,0,219.913]]],[[17202.4,132.793,0.0392456],0,false,[[3241,0,58.3966],[3503,0,70.1054]]],[[17393.6,419.144,0.0499268],0,false,[[4455,0,79.254],[968,0,50.658]]], +[[11292.8,6325.63,0.0332031],0,false,[[4168,0,111.966],[1937,0,109.755]]],[[7233.76,14438,0],0,true,[[1390,1,55.5434],[1504,1,26.6082],[2971,1,9.46491]]],[[5465.83,2956.06,0],0,true,[[1275,0,328.509],[3332,0,12.6802],[2238,0,7.25159]]],[[2700.03,2487.84,0],0,false,[[2952,0,257.5],[1103,0,364.601]]],[[247.448,7121.31,0],0,true,[[1729,0,8.82677],[3781,0,45.9271],[3779,0,2.66585]]], +[[3814.49,11472.8,0],0,true,[[3283,0,3.47676],[4120,0,47.2061],[1014,0,4.61913]]],[[6639.2,14713.2,0],0,false,[[1131,0,5.3325],[3575,0,56.6294]]],[[907.381,7410.58,0],0,false,[[4445,0,18.5891],[2175,0,152.258]]],[[1358.66,7908.71,0],0,false,[[3679,0,9.79121],[226,0,308.465]]],[[12403.1,2656,0],0,false,[[101,2,108.326],[4790,2,112.195]]], +[[6492.39,7792.33,0],0,false,[[1283,0,152.733],[2881,0,126.184]]],[[7063.36,13979.2,0],0,false,[[1321,1,156.445],[1910,1,10.1094]]],[[6226.06,14115.9,0],0,false,[[287,0,27.1677],[298,0,30.8353]]],[[16992.6,7145.15,0],0,true,[[2196,0,8.67173],[602,0,374.208],[676,0,13.0679]]],[[8161.2,14468.3,0],0,true,[[2224,0,8.43332],[1912,0,20.6318],[4206,0,4.78168]]], +[[5060.11,8198.35,0],0,true,[[2980,0,17.5388],[4606,0,8.27214],[3636,0,2.86269]]],[[9802.44,7842.43,0],0,true,[[670,0,248.009],[4532,0,5.70688],[4526,0,7.72627]]],[[18736.2,15611.4,0],0,false,[[1193,0,45.6567],[2263,0,337.32]]],[[20228,3740.86,0],0,false,[[159,0,376.066],[411,0,233.224]]],[[11210.2,12338.1,0],0,false,[[170,0,10.327]]], +[[4574.96,3022.84,0],0,true,[[4419,0,12.1598],[1819,0,6.27487],[1153,0,3.65038]]],[[12875.7,11505,0],0,false,[[2979,1,24.0739],[4635,1,17.8111]]],[[15323.3,11454.1,0],0,false,[[1798,0,318.183],[3628,0,310.965]]],[[15500.4,2790.61,0],0,false,[[4015,0,328.663],[1907,0,251.25]]],[[15608.8,13283.1,0],0,false,[[24,0,15.6704],[4035,0,227.729]]], +[[6165.16,15286.7,0],0,true,[[3799,0,20.8035],[3773,0,220.508],[1533,1,14.0861]]],[[4977.56,3168.43,0],0,false,[[2424,0,18.7432],[30,0,74.0132]]],[[5461.45,2944.21,0],0,true,[[3307,0,12.6802],[1571,0,166.646],[2238,0,6.3333]]],[[6076.34,4596.84,0],0,false,[[3693,0,156.393],[3436,0,243.019]]],[[16637,14323.1,0],0,false,[[887,0,182.812],[4728,0,322.242]]], +[[19549.7,2837.04,0.0354614],0,false,[[1740,0,57.4481],[3702,0,114.665]]],[[16035.6,3101.64,0],0,false,[[2933,0,31.4608],[853,0,405.734]]],[[2984.8,674.844,0],0,false,[[614,0,102.044],[4540,0,107.243]]],[[2797.83,10926.5,0],0,true,[[2064,0,5.00095],[1855,0,19.4945],[3893,0,1.23119],[4745,0,7.22194]]],[[2793.46,712.453,0],0,true,[[830,0,8.38637],[1879,0,52.2164],[2479,0,8.43039]]], +[[12932.2,11462.2,0],0,true,[[4471,1,68.2605],[3875,1,15.2535],[2529,1,11.3014]]],[[3195.44,12007.3,0],0,false,[[2327,0,205.081],[4141,0,62.6084]]],[[17421.5,7544.51,0],0,false,[[2538,0,220.044],[927,0,250.965]]],[[8425.79,13636.5,0],0,false,[[1426,0,347.604],[2518,0,259.567]]],[[7689.25,12314.3,0],0,false,[[2069,0,19.8585]]], +[[226.645,7193.09,0],0,true,[[1466,0,2.68341],[3244,0,28.6736],[2065,0,5.69398],[3752,0,8.96994]]],[[7384.39,1210.77,0],0,false,[[2598,0,360.797],[626,0,76.0482]]],[[711.255,15117.3,0],1,false,[[4200,0,84.2705],[4435,0,43.6387]]],[[6106.04,10767.5,0],0,false,[[3703,0,58.2538],[1059,0,5.71002]]],[[2642.29,8677.95,0],0,true,[[4231,0,11.2863],[371,0,8.65215],[4261,0,2.33346]]], +[[7076.13,14486.5,0],0,false,[[4410,0,19.3143],[280,0,49.5787]]],[[18486.6,1958.18,0],0,false,[[4400,0,209.406],[3253,0,197.375]]],[[2631.42,8519.68,0],0,false,[[1221,1,5.73509],[2370,0,19.9064]]],[[6854.92,11610.5,0],0,false,[[3382,0,13.0091],[3844,0,10.2573]]],[[2535.28,7975.18,0],0,true,[[1905,1,25.7014],[472,1,305.157],[864,1,12.3762]]], +[[5975.92,11062.3,0],0,false,[[1450,0,31.0352],[4652,0,192.969]]],[[16463.1,16102.5,0],0,false,[[1707,0,212.971],[11,0,315.596]]],[[2585.33,1708.08,0],0,false,[[1251,0,187.695],[3937,0,12.0223]]],[[4902.16,14390.1,0],0,false,[[824,0,100.992]]],[[8582.11,604.602,0],0,false,[[4724,0,286.719],[3734,0,243.745]]], +[[10339.1,8961,0],0,false,[[2574,0,229.433],[4718,0,75.9065]]],[[3656.17,10258.1,0],0,false,[[2183,0,118.989],[4672,0,329.28]]],[[7324.77,12771.1,0],0,false,[[1592,1,317.127],[1554,1,323.905]]],[[19476.9,11917.6,0],0,false,[[4045,0,123.125],[4738,0,75.3129]]],[[20267.7,15568.1,0],0,false,[[3650,0,31.4907],[4481,0,136.926]]], +[[106.144,14138.1,0],1,false,[[3776,0,277.332],[4685,0,101.132]]],[[6474.52,15172.3,0],0,false,[[244,0,209.836],[967,0,83.8379]]],[[3824.2,11471.1,0],0,true,[[1133,0,1.40506],[667,0,3.73913],[1014,0,11.3422],[1562,0,3.41396]]],[[9657.78,5807.16,0],0,true,[[3213,0,14.8149],[2034,0,223.612],[1465,0,7.78317]]],[[6637.52,14761.1,0],0,true,[[1676,0,20.1782],[4678,0,109.523],[2775,0,9.57999],[2147,0,10.7487]]], +[[11506.8,10120,0],0,false,[[845,0,268.474],[1368,0,372.211]]],[[5698.87,10980.4,0],0,false,[[4517,0,22.8921],[2879,0,19.4285]]],[[6189.84,14595.9,0],0,true,[[4228,0,16.3771],[2751,0,80.5012],[2632,0,4.52487],[1263,0,12.2424]]],[[957.785,3374.73,0],0,false,[[4286,0,102.728],[3747,0,46.8789]]],[[8167.86,5687.03,0],0,true,[[1868,0,14.6759],[1884,0,157.082],[4545,0,5.41172]]], +[[16628.2,5146.22,0],0,true,[[53,0,148.524],[3760,0,78.1925],[3798,0,192.095]]],[[17686.5,1954.7,0],0,false,[[2176,0,188.524],[3821,0,29.163]]],[[9673.93,5827.92,0],0,true,[[749,0,5.95365],[2989,0,4.99855],[2215,0,5.05234]]],[[8060.83,11931.5,0],0,false,[[1588,1,29.2257],[1335,1,55.0619]]],[[5494.3,15370.2,0],0,true,[[85,1,26.1631],[2338,1,33.2979],[2900,1,19.4676]]], +[[3978.53,11326.8,0],0,false,[[902,0,18.6984],[1550,0,80.875]]],[[20154.7,2817.48,0],0,false,[[672,0,127.668],[435,0,121.444]]],[[6843.57,11604.2,0],0,true,[[4456,0,5.89356],[3353,0,13.0091],[1056,0,8.41033]]],[[550.56,1144.75,0],0,false,[[351,0,135.277],[1616,0,380.742]]],[[8139.57,11833,0],0,false,[[4306,1,21.2019],[686,1,115.805]]], +[[6124.74,11105.1,0],0,true,[[2693,0,23.2137],[1482,0,29.838],[3894,0,27.0038]]],[[6753.24,14574.8,0],0,true,[[2288,0,16.5813],[162,0,114.449],[2756,0,9.90671],[1316,0,9.96504]]],[[18079.7,1990.66,0],0,true,[[3821,0,367.8],[4235,0,18.5201],[127,0,81.1673]]],[[3257.86,11840.1,0],0,false,[[3450,0,385.839],[14,0,173.596]]],[[11796.7,219.708,0],0,true,[[983,0,19.9875],[1444,0,40.2914],[1225,0,12.5611]]], +[[16870,14727.8,0],0,true,[[1850,0,6.19309],[3694,0,59.3607],[981,0,17.0701]]],[[4777.46,13968.5,0],0,true,[[4079,0,16.1478],[1553,0,14.3994],[3738,0,9.49322],[4479,0,3.34855],[1043,0,1.62628],[2406,0,5.77045]]],[[11481.1,8308.59,0],0,false,[[2342,0,210.137],[27,0,223.678]]],[[7489.12,14600,0],0,false,[[517,1,80.5973],[2200,1,33.7693]]],[[17425.6,13444.9,0],0,false,[[1276,0,359.357],[4661,0,222.915]]], +[[17782.8,15831.6,0],0,true,[[4637,1,31.9404],[1407,1,31.9757],[4561,1,25.4402]]],[[905.663,14964.8,0],1,false,[[2593,0,62.4229],[496,0,58.595]]],[[5782.9,1260.05,0],0,true,[[2292,0,4.06017],[1968,0,247.676],[3607,0,9.15853]]],[[18707.4,1680.37,0],0,false,[[246,0,201.337],[4400,0,191.445]]],[[11772.5,6.57274,0],0,false,[[4279,0,54.7997],[1802,0,22.3642]]], +[[5070.85,13339.7,0],0,false,[[482,0,8.3341],[2714,0,376.755]]],[[255.271,7206.89,0],0,true,[[2041,0,16.9644],[4319,0,65.5025],[3244,0,7.407]]],[[1308.34,10106.7,0],0,false,[[1340,0,270.747],[2794,0,82.5989]]],[[12997.2,9779.45,0],0,true,[[3800,0,13.85],[3997,0,106.271],[1930,0,11.1014]]],[[1851.3,6641.63,0],0,true,[[1536,2,59.8103],[4753,2,64.2468]]], +[[133.781,4433.13,0],0,false,[[3204,0,285.069],[3769,0,106.265]]],[[6151.47,11251.6,0],0,false,[[4697,0,46.283]]],[[17264.2,14624.7,0],0,false,[[553,0,44.228],[3025,0,346.733]]],[[9372.26,12761.8,0],0,false,[[2796,0,99.3949],[425,0,231.721]]],[[16515.6,14153.8,0],0,true,[[3094,0,61.703],[887,0,26.1247],[4273,0,17.0925]]], +[[446.879,15201,0],1,false,[[1255,0,85.108],[4722,0,104.969]]],[[2903.06,9710.09,0],0,true,[[2256,1,12.9409],[4710,1,236.053],[3089,1,9.21256]]],[[12901.8,11386,3.61754],0,false,[[4126,1,108.172],[2858,1,36.0103]]],[[6275.3,14039.3,0],0,true,[[2282,0,10.3531],[2790,0,10.4264],[3081,0,5.93428],[3857,0,8.60118]]],[[18216.2,10722.3,0],0,false,[[4726,0,199.86],[1753,0,346.575]]], +[[1076.28,7851.97,0],0,false,[[4719,2,307.803],[777,2,28.3149]]],[[17829.6,15720,0],0,true,[[760,1,18.1636],[2156,1,26.0122],[1548,1,16.3569]]],[[4681.28,11356.1,0],0,false,[[2012,1,217.729],[2363,1,20.3728]]],[[11220.8,12341.1,0],0,true,[[4363,0,12.6335],[2647,0,57.1221],[170,0,7.99622]]],[[2544.87,7659.34,0],0,false,[[913,1,21.9767],[3745,1,69.1147]]], +[[11664.1,231.613,0],0,true,[[3483,0,67.7207],[1015,0,33.986],[4213,0,13.3288]]],[[6974.99,14819.4,0],0,true,[[2524,0,7.00632],[590,0,263.317],[2707,0,12.2539]]],[[1456.11,11224,0],0,false,[[695,0,275.115]]],[[6784.75,13828.3,0],0,true,[[990,0,17.1963],[2025,0,218.243],[3559,0,7.77468]]],[[20226.3,14512.2,0],0,true,[[2619,0,2.4646],[2107,0,2.84267],[3524,0,3.34535]]], +[[835.806,15051.5,0],1,true,[[3899,0,18.8544],[4200,0,56.5684],[347,0,12.1705]]],[[1623.66,14955.8,0],1,true,[[4604,0,8.66326],[2679,0,348],[889,0,4.93414]]],[[15378.9,17358.1,0],4,false,[[2276,0,45.4503],[535,0,14.4564]]],[[2119.33,1171.56,0],0,false,[[4351,0,308.939],[3711,0,204.093]]],[[17557.7,15249,0],0,true,[[2950,0,11.2583],[1022,0,14.893],[3292,0,3.07578],[3104,0,8.43365]]], +[[17606.2,888.632,0],0,false,[[231,0,122.067],[2793,0,203.86]]],[[2505.02,1769.49,0],0,true,[[3009,0,81.105],[2638,0,85.9895],[1300,0,131.006]]],[[11838.6,2157.08,0],0,true,[[3663,0,125.129],[2527,0,8.34322],[3854,0,13.2397]]],[[13284.9,4323.21,0],0,false,[[4509,2,131.188],[3946,2,96.7007]]],[[7056.4,13995.8,0],0,false,[[2025,0,102.69],[209,0,8.63224]]], +[[16105.9,11193,0],0,true,[[2713,0,11.2575],[103,0,5.10705],[1190,0,3.31858]]],[[6299.87,4629.21,0],0,false,[[3333,0,243.019],[790,0,145.108]]],[[5534.19,1994.5,0],0,false,[[1203,0,274.744],[215,0,238.857]]],[[7015.41,14342.3,0],0,true,[[1394,0,15.7072],[3055,0,21.7679],[3227,1,16.0769]]],[[17263.5,13969.4,0],0,false,[[3789,0,174.166],[1509,0,9.10115]]], +[[17528.1,15221.5,0],0,false,[[2080,0,217.71],[2950,0,29.3338]]],[[1921.13,3454.96,0],0,false,[[2902,0,218.899],[4525,0,336.001]]],[[2603.95,7266.13,0],0,false,[[2354,1,28.3342],[433,1,69.3581]]],[[10992.6,6439.02,0],0,false,[[552,0,55.327],[4003,0,58.4093]]],[[6056.41,14230.8,0],0,false,[[2750,0,61.5579],[2218,0,71.0424]]], +[[12607.3,11329.5,0],0,false,[[167,1,200.543]]],[[5804.24,2315.38,0],0,false,[[44,0,112.55],[1181,0,306.413]]],[[17037.4,6194.79,0],0,true,[[3504,0,6.75776],[939,0,125.8],[2780,0,3.41883]]],[[11396.3,12527,0],0,false,[[4761,0,20.4186],[307,0,42.0591]]],[[12604.9,2972.58,0],0,false,[[1815,2,8.03321],[4504,0,17.6466]]], +[[3325.17,11461.5,0],0,false,[[4450,0,285.702],[3388,0,385.839]]],[[13903.5,10273.1,0],0,true,[[738,0,4.01107],[52,0,280.936],[392,0,6.39387]]],[[7268.02,14554.5,0],0,true,[[4566,0,25.4429],[2123,0,22.7992],[3924,0,39.8433]]],[[5109.82,13314.3,0],0,true,[[312,0,4.48884],[1091,1,13.3846],[2148,0,1.25873],[542,0,4.70498],[4260,0,4.33726],[4787,0,3.65183]]],[[2879.88,10015.5,0],0,false,[[3591,0,244.018],[4440,0,223.62]]], +[[18668.1,16298.9,0],0,false,[[2127,1,23.363],[965,1,113.26]]],[[1351.91,16346.4,0],1,false,[[324,0,383.469],[2246,0,232.377]]],[[10426.8,5392.62,0],0,true,[[236,0,136.053],[2348,0,25.8107],[232,0,52.8306]]],[[7233.87,14813,0],0,false,[[1906,0,104.454]]],[[14198,10221,0],0,true,[[4512,0,319.689],[2469,0,4.46919],[4007,0,6.48716]]], +[[10183.6,5256.79,5.67326],0,false,[[805,1,198.96],[1647,1,19.8974]]],[[6537.26,12491.2,0],0,true,[[2462,0,2.24432],[1783,0,2.02906],[4741,0,7.37299]]],[[6172.45,11201,0],0,true,[[1087,0,10.9957],[3060,0,38.9803],[2070,0,3.51983]]],[[6420.02,14293.5,0],0,true,[[4110,0,12.7946],[475,0,6.40524],[4167,0,9.96185]]],[[18104.4,1120.22,0],0,true,[[2914,0,7.17177],[1248,0,287.433],[3697,0,15.9442],[194,0,8.50498]]], +[[9200,9253.7,0],0,false,[[2502,0,194.34],[3805,0,207.835]]],[[892.055,7617.21,0],0,true,[[3579,0,123.118],[74,0,8.23621],[3519,0,4.26504]]],[[6099.61,14131.9,0],0,true,[[3474,0,8.84365],[4436,0,59.5645],[386,0,10.0263]]],[[991.863,3331.86,0],0,false,[[2421,0,25.355],[4286,0,82.6891]]],[[2792.95,698.676,0],0,true,[[685,0,106.887],[830,0,5.49486],[2479,0,7.19573]]], +[[7162.86,14400.4,0],0,false,[[1585,1,28.7578],[1390,1,24.7066]]],[[11826.2,5785.95,0.0428467],0,false,[[2323,0,149.565],[2026,0,103.113]]],[[6379.53,14337.6,0],0,true,[[2415,0,23.5902],[3626,0,24.7593],[2395,0,7.27802],[3566,0,11.3249]]],[[2808.72,9001.2,0],0,false,[[3998,1,5.2965],[4497,0,90.3726]]],[[6091.4,14135.1,0],0,true,[[386,0,18.1929],[1262,0,14.6138],[3467,0,8.84365]]], +[[16492.4,14948.8,0],0,false,[[1695,0,252.586],[2653,0,110.402]]],[[18818,2959.22,0],0,false,[[1405,0,134.45],[1332,0,148.897]]],[[9879.4,3870.17,0],0,true,[[1130,0,2.89111],[747,0,147.447],[4740,0,6.83938]]],[[6470.23,14264.7,0],0,false,[[1762,0,25.4154],[185,0,22.364]]],[[2520.88,7848.07,0],0,false,[[2740,1,81.1606],[1905,1,102.227]]], +[[6161.77,11135.1,0],0,false,[[2650,0,18.2213],[1087,0,56.0508]]],[[3648.01,10126.2,0],0,true,[[787,0,7.72364],[3087,0,1.4232],[1474,0,5.3714],[1761,0,3.5797],[2183,0,13.2533]]],[[18453.9,6151.26,0],0,true,[[2236,0,124.172],[478,0,16.6499],[1637,0,51.5552]]],[[11667.1,164.362,0],0,true,[[321,0,28.1962],[3420,0,67.7207],[3126,0,56.3564]]],[[6039.78,7438.48,0],0,false,[[4070,0,58.3859]]], +[[1292.26,7505.37,0],0,true,[[936,2,26.4661],[4195,2,21.7007],[585,2,12.2929],[3587,2,13.6699]]],[[16315.9,4155.76,0],0,false,[[1986,0,109.6]]],[[7007.52,14501,0],0,true,[[4163,0,42.8457],[2333,0,24.8725],[3610,0,10.3057],[2225,0,19.5084]]],[[3159.45,13019.4,0],0,true,[[1458,0,1.91766],[2723,0,43.3281],[331,0,4.86643]]],[[17543.2,15969.7,0],0,true,[[899,1,107.354],[4088,1,14.5529],[3130,1,14.8834]]], +[[15923.3,14370.2,0],0,true,[[1236,0,20.1618],[2705,0,4.43332],[151,0,16.1727],[2715,0,9.63978],[1383,0,3.59565]]],[[2960.89,8617.5,0.00189209],0,false,[[3269,0,26.2134],[4729,0,168.463]]],[[1748.59,6797.99,0],0,false,[[4753,2,123.092],[3698,2,186.989]]],[[18869.9,2083.72,0],0,true,[[1667,0,29.6152],[1685,0,89.5833],[468,0,168.477]]],[[19905.6,4594.96,0],0,false,[[1953,0,7.59692],[2497,0,180.837]]], +[[10405.1,1845.58,0],0,false,[[4117,0,217.811]]],[[1761.48,7214.44,0],0,true,[[3148,0,37.0862],[3053,0,5.41251],[2498,0,5.52892]]],[[5164.41,12893.7,0],0,false,[[957,0,168.407],[1595,0,324.952]]],[[18293.3,1347.31,0],0,false,[[1151,0,52.1287],[2997,0,51.027]]],[[18123.4,2732.69,0],0,true,[[3091,0,94.8323],[600,0,6.82737],[1448,0,7.25194],[1264,0,4.43711]]], +[[6149.81,14277.2,0],0,false,[[604,0,62.2847],[4431,0,9.2985]]],[[2768.42,9637.08,0],0,false,[[1246,0,226.644],[4223,0,120.042]]],[[17730.6,15887.4,0],0,true,[[3158,1,6.85542],[1756,1,2.21684],[2592,1,3.68386]]],[[17229.5,196.847,0.0319824],0,false,[[3303,0,70.1054],[3018,0,72.8644]]],[[17042.8,6198.65,0],0,true,[[510,0,114.415],[3447,0,6.75776],[2780,0,5.92525]]], +[[9467.06,9541.35,0],0,false,[[3552,0,73.1488],[3026,0,223.264]]],[[12603.8,9747.51,0],0,false,[[459,0,333.791]]],[[17082,13602.3,0],0,true,[[652,0,42.492],[420,0,17.9225],[3187,0,11.3759],[2461,0,6.01582]]],[[947.446,3425.21,0],0,false,[[2552,0,7.62827]]],[[11924,70.4771,0],0,true,[[1939,0,22.7346],[1601,0,10.4373],[660,0,16.5114]]], +[[12605.5,1194.85,0],0,false,[[2243,0,108.877],[1852,0,253.142]]],[[11792.1,258.695,0],0,true,[[1296,0,21.9566],[123,0,18.2598],[527,0,10.5359]]],[[7667.22,14230.3,0],0,true,[[3015,0,37.4706],[2366,0,7.01093],[4429,0,6.9107]]],[[15410.5,13640.4,0],0,false,[[1066,0,241.716],[1810,0,372.112]]],[[16992.5,16363.2,0],0,false,[[11,0,292.679],[2689,0,103.764]]], +[[1655.07,15535.8,0],1,false,[[2679,0,251.324],[2329,0,302.684]]],[[11003.4,6535.01,0],0,false,[[4003,0,38.895],[2895,0,57.6234],[2621,0,126.63]]],[[6537.78,4599.25,0],0,false,[[790,0,118.374],[4218,0,246.092]]],[[6113.22,9496.77,0],0,true,[[526,0,4.94305],[3889,0,23.4883],[2739,0,3.75812]]],[[888.048,7618.66,0],0,true,[[3466,0,4.26504],[3767,0,7.39903],[74,0,4.56875]]], +[[14767,3899.05,0],0,false,[[3954,0,245.933],[622,0,174.486]]],[[6340.31,11208.5,0],0,false,[[3927,0,373.195],[3257,0,140.749]]],[[9062.14,3978.41,0],0,false,[[2258,0,270.486],[1897,0,285.405]]],[[15373.5,1073.45,0],0,false,[[781,0,374.166],[1200,0,233.614]]],[[20224.1,14509.7,0],0,true,[[2741,0,135.332],[2619,0,3.42557],[2165,0,5.60983],[3424,0,3.34535],[2107,0,5.61792]]], +[[3303.43,15785.6,0],6,true,[[2383,0,52.2804],[2146,0,3.18715],[4585,0,2.63459],[2603,0,6.46142]]],[[1598.04,12284.2,0],3,false,[[1951,0,248.479],[571,0,175.297]]],[[17621.2,1212.02,0],0,true,[[2654,0,10.8991],[2134,0,9.85318],[2169,0,9.72008]]],[[816.584,1589.1,0],0,false,[[4389,0,297.193],[2738,0,203.374]]],[[2718.5,6481.13,0],0,false,[[640,0,27.2733],[3282,1,4.36182]]], +[[19267.2,8766.8,0],0,false,[[3754,0,8.61036]]],[[20355.2,6887.42,0],0,false,[[1724,1,165.764],[3755,1,42.0845]]],[[5468.05,15445,0],0,true,[[3229,1,4.93168],[3765,1,49.9476],[4143,1,3.85308]]],[[17022.9,6700.41,0],0,false,[[602,0,96.4489],[1680,0,312.135]]],[[5290.46,10953.3,0],0,false,[[1070,0,191.678],[267,0,318.176]]], +[[19675.9,13123.4,0],0,false,[[3020,0,322.13],[1817,0,280.182]]],[[16277.5,13972.8,0],0,false,[[4444,0,75.3345]]],[[7069.56,14571.4,0],0,true,[[4025,0,13.3091],[1142,0,38.3113],[2472,0,4.68424]]],[[16191.8,10400.4,0],0,false,[[1957,0,281.433],[2164,0,326.418]]],[[18530.6,2941.24,0],0,false,[[3846,0,43.5025],[759,0,69.8589]]], +[[19598.8,8412.39,0],0,true,[[2408,0,7.15591],[144,0,19.9215],[2199,1,19.9058]]],[[4962.66,6957.59,0],0,false,[[4067,0,289.977],[1144,0,197.824]]],[[7071.57,9833.55,0],0,true,[[2916,0,10.5033],[1180,0,12.8723],[1654,0,9.62346]]],[[7311.87,14476.9,0],0,true,[[1499,0,38.3011],[2253,0,11.3176],[740,1,3.94318]]],[[11399.1,7425.98,0],0,true,[[847,0,139.836],[556,0,20.7942],[3911,0,29.6062]]], +[[2635.93,8563.98,0],0,true,[[731,1,20.825],[3907,1,43.2771],[3849,1,5.22572]]],[[3263.46,10124.1,0],0,false,[[4047,0,21.1242],[687,0,80.9063]]],[[5574.42,15323.7,0],0,false,[[1483,1,32.9942],[1046,1,21.5293]]],[[19281.8,15131.3,0],0,true,[[4610,0,4.4221],[1023,0,4.56756],[282,0,3.05437]]],[[936.034,15000,0],1,false,[[1174,0,78.9889],[3899,0,93.8424]]], +[[17515.6,1963.67,0],0,false,[[1961,0,119.435],[3669,0,79.3967]]],[[7222.31,14526.8,0],0,true,[[47,0,72.6564],[4566,0,27.9824],[4382,0,17.55]]],[[9400.95,9571.88,0],0,false,[[575,0,40.7016],[3505,0,73.1488]]],[[3555.5,12214.3,0],0,false,[[605,1,219.8],[1434,1,321.415]]],[[19288.3,8766.03,0],0,true,[[2152,0,294.074],[3754,0,12.4844],[465,0,8.72862]]], +[[856.229,18403.4,0],1,true,[[2219,0,313.51],[2894,0,24.1498],[611,0,16.3435]]],[[3307.91,15819,0],6,false,[[2603,0,27.2274]]],[[6617.18,13337.7,0],0,false,[[266,0,24.1559],[594,0,307.93]]],[[7030.16,14814.4,0],0,true,[[2459,0,26.1208],[1123,0,34.2363],[1841,0,34.3471]]],[[6777.06,13829.4,0],0,true,[[3423,0,7.77468],[1597,0,377.779],[990,0,12.2585]]], +[[6888.79,14537.5,0],0,true,[[2287,0,29.39],[2847,0,8.98413],[794,0,12.0605],[2058,0,6.92994]]],[[5350.1,8070.76,0],0,false,[[3150,0,394.897],[2980,0,308.633]]],[[18928.6,10926.1,0],0,false,[[3595,0,31.8719],[4038,0,24.4147]]],[[15482.1,497.308,0],0,false,[[666,0,391.053],[1529,0,240.236]]],[[1130.06,9966.49,0],0,true,[[2440,0,7.43744],[300,0,351.603],[1205,0,9.13298]]], +[[18781.8,15469.5,0],0,false,[[1885,0,78.775],[3099,0,18.9862]]],[[6378.14,14348.9,0],0,true,[[2395,0,18.513],[3714,0,38.8242],[3472,0,11.3249]]],[[15336.4,6236.73,0],0,true,[[2098,0,19.1595],[4702,0,15.3142],[1790,0,3.279],[832,0,8.37405]]],[[11454.5,12408.2,0],0,true,[[528,0,235.407],[3794,0,23.3194],[2637,0,1.343],[2776,0,9.55104]]],[[5420.57,8546.96,0],0,false,[[2203,0,233.532],[3150,0,170.109]]], +[[7940,12045.8,0],0,true,[[1502,0,6.23732],[173,0,39.8369],[1162,1,3.36842]]],[[10622.6,9936.92,0],0,false,[[2002,0,100.441],[4701,0,271.975]]],[[14513.9,3870.09,0],0,false,[[3682,0,50.0287]]],[[19609.8,8393.13,0],0,false,[[2199,1,2.28586],[2853,0,6.14207]]],[[19875.8,12905.5,0],0,false,[[2845,0,284.591],[327,0,156.593]]], +[[6585.46,14731,0],0,false,[[3311,0,56.6294],[2659,0,61.5741]]],[[6833.16,4837.31,0],0,false,[[2481,0,104.349]]],[[7714.44,12225.7,0],0,true,[[549,0,38.6631],[2588,0,8.58091],[3920,1,10.282]]],[[15407.3,5069.32,0],0,false,[[3300,0,384.795],[562,0,192.408]]],[[993.728,7548.8,0],0,false,[[1600,0,93.5144],[3466,0,123.118]]], +[[1485.53,6301.63,0],0,false,[[817,0,324.537],[4290,0,300.189]]],[[17667.9,15946.8,0],0,false,[[1419,1,60.9358],[899,1,54.285]]],[[11677.9,28.7764,0],0,false,[[4689,0,31.4935],[3042,0,13.94]]],[[1178.57,8866.24,0],0,true,[[4383,0,86.8963],[1713,0,8.60164],[2143,0,4.64298]]],[[10701.2,9146.05,0],0,false,[[1207,0,233.64],[2003,0,221.495]]], +[[6203.64,14391,0],0,true,[[269,0,18.6667],[1307,0,12.7381],[325,0,6.38581]]],[[3126.77,12922.9,0],0,false,[[1279,0,217.627],[1374,0,88.0609]]],[[1287.87,7518.32,0],0,true,[[585,0,22.2596],[40,0,22.0953],[2346,0,2.39438],[3485,2,13.6699],[4195,2,9.08751]]],[[4473.88,9859.73,0],0,false,[[3599,0,244.457],[4257,0,361.847]]],[[19304.9,7949.92,0],0,false,[[3129,1,26.7183],[2418,1,25.3852]]], +[[17913.1,16052.2,0],0,false,[[659,1,65.2032]]],[[2642.17,10000.7,0],0,false,[[4446,0,202.536],[3454,0,244.018]]],[[6961.4,14485.1,0],0,true,[[4523,0,32.9962],[2413,0,44.2738],[4163,0,18.6485]]],[[6320.55,7763.26,0],0,false,[[3082,0,18.6562]]],[[6249.79,14202.1,0],0,false,[[3267,0,19.9723],[4461,0,23.7754]]], +[[18918.4,10896,0],0,false,[[3287,0,71.3541],[3562,0,31.8719]]],[[6197.76,15037.5,0],0,false,[[4099,0,32.5483],[816,0,22.1192]]],[[7059.65,14350.2,0],0,false,[[661,1,7.10315],[1644,0,20.2437]]],[[6945.15,12605.1,0],0,false,[[2986,1,113.782],[3879,1,24.3753]]],[[4400.23,9647.32,0],0,false,[[239,0,272.875],[3588,0,244.457]]], +[[7261.58,10059.6,0],0,false,[[1903,0,226.053],[3878,0,296.759]]],[[17621.8,1176.95,0],0,true,[[1811,0,20.7357],[2304,0,7.00637],[1099,0,13.9064]]],[[8521.69,13388.2,0.296072],0,true,[[330,1,308.119],[2518,1,12.7603],[2991,1,3.57117]]],[[6948.36,14617.1,0],0,true,[[1315,0,23.1136],[2320,0,25.2782],[654,0,13.0598]]],[[5550.61,7167.48,0],0,false,[[1240,0,201.937]]], +[[5661.61,10970.5,0],0,true,[[2879,0,19.1406],[1070,0,183.222],[2306,0,11.3965]]],[[6442.18,15411.1,0],0,false,[[967,0,164.513],[3052,0,18.7284]]],[[5790.94,1264.45,0],0,true,[[2292,0,5.09837],[3721,0,213.501],[3397,0,9.15853]]],[[18109.7,2637.55,0],0,false,[[1194,0,52.5738],[1969,0,17.4349]]],[[18844.9,7304.87,0],0,false,[[1086,1,13.6676],[221,1,396.763]]], +[[7016.76,14496.4,0],0,true,[[2544,0,43.4261],[2225,0,28.0465],[3487,0,10.3057]]],[[10861.1,1860.2,0],0,true,[[4573,0,55.5756],[3982,0,26.6193],[770,0,14.3882]]],[[3171.71,11152.7,0],0,false,[[3931,0,398.027],[3295,0,85.8322]]],[[6777.05,14757.9,0],0,false,[[1568,0,119.115],[1866,0,23.222]]],[[19622.7,8200.55,0],0,false,[[1141,1,164.577],[1460,1,212.409]]], +[[2835.54,755.209,0],0,false,[[2766,0,89.84],[4155,0,38.1625]]],[[10574,3367.71,3.18735],0,false,[[882,1,168.292],[1003,1,21.7735]]],[[15006.2,3265.22,0],0,true,[[563,0,8.781],[2160,0,267.859],[64,0,8.41997]]],[[6406.88,14237.5,0],0,true,[[896,0,28.3264],[1772,0,29.3653],[491,0,4.31703]]],[[2592.41,8574.31,0],0,true,[[1258,0,2.27488],[820,0,68.1738],[1591,0,8.84971],[1551,0,11.2498]]], +[[4843.97,10813.4,0],0,false,[[857,0,102.042],[4513,0,222.231]]],[[14909.6,4020.31,0],0,true,[[79,0,3.85367],[1510,0,16.6394],[622,0,14.4869]]],[[431.753,18505.9,0],1,false,[[4372,0,19.4008],[1659,0,51.742]]],[[15127.1,17228.1,0],4,false,[[3050,0,209.379]]],[[14724.4,16167.7,0],5,false,[[761,0,257.434],[3964,0,182.04]]], +[[7298.67,14729.9,0],0,true,[[4161,0,87.6383],[1544,0,70.1601],[2731,0,43.634]]],[[6404.21,14339.1,0],0,false,[[3472,0,24.7593],[2631,0,19.394]]],[[6711.39,14786.5,0],0,false,[[2873,0,60.4133],[1781,0,104.303]]],[[15023.9,11523.4,0],0,false,[[3327,0,310.965]]],[[7073.46,14808.3,0],0,false,[[2259,0,25.7763],[2459,0,17.711]]], +[[11721,1941.46,0],0,false,[[2582,0,213.858],[2527,0,242.395]]],[[7641.37,12230.9,0],0,true,[[2351,0,29.8421],[3719,0,24.5585],[2404,0,4.48521],[3101,0,4.08953]]],[[709.181,15070,0],1,false,[[1081,0,79.4002],[1292,0,64.0925]]],[[6308.34,14228.8,0],0,true,[[2683,0,31.9498],[2957,0,27.3902],[1375,0,12.5666]]],[[11274.5,12465.6,0],0,true,[[463,0,12.6094],[4303,0,16.0172],[588,0,8.30335]]], +[[142.353,7202.71,0],0,true,[[2144,0,96.7757],[3078,0,10.1859],[4588,0,4.28378]]],[[5059.61,8201.17,0],0,true,[[1373,0,6.53077],[3320,0,2.86269],[4606,0,6.13907]]],[[17725.9,3000.78,0],0,true,[[2671,0,32.4125],[4411,0,229.991],[4475,0,11.9726],[97,0,12.5747]]],[[6575.25,2895.9,0],0,false,[[1353,0,3.2126],[628,0,58.5747]]],[[7434,14654.6,0],0,false,[[2504,0,66.2585],[3225,0,22.3871]]], +[[7867.98,12161.3,0],0,true,[[2942,0,27.3278],[4590,0,60.0345],[2369,0,13.246]]],[[14860.6,6454.43,0],0,true,[[2076,0,9.56942],[3070,0,6.46748],[2546,0,8.87248],[4326,0,3.23127]]],[[3196.09,3456.08,0],0,false,[[2262,0,244.083],[1965,0,222.038]]],[[816.933,14265.5,0],1,false,[[122,0,122.651],[1872,0,283.875]]],[[692.654,14181,0],1,false,[[487,0,57.2519],[4029,0,398.482]]], +[[2773.18,8936.63,0],0,false,[[3286,1,26.9349],[3998,1,69.1365]]],[[1614.6,7594.21,0],0,true,[[3817,0,18.6118],[38,0,6.24644],[4255,0,5.25236],[1887,0,4.36112]]],[[13481.3,1675.01,0],0,false,[[4547,0,212.583]]],[[9573.27,10260.5,0],0,false,[[4747,0,148.305],[2022,0,60.8034]]],[[9968.4,9780.03,0],0,true,[[445,0,68.536],[4131,0,213.429],[3659,0,56.8966]]], +[[20294.9,15552.2,0],0,true,[[6,0,11.667],[3364,0,31.4907],[4714,0,8.87208]]],[[384.149,15932.9,0],1,true,[[4527,0,32.297],[2690,0,375.953],[381,0,17.6831]]],[[19862.6,9547.42,0],0,false,[[2722,0,136.867],[1492,0,254.328]]],[[16306.2,7963.71,0],0,false,[[1094,0,71.6949],[1623,0,10.5525]]],[[9606.18,9713.08,0],0,false,[[2675,0,208.754],[28,0,264.47]]], +[[18109.4,2401.24,0],0,false,[[3102,0,60.3819],[3074,0,36.6448]]],[[7286.07,14410.1,0],0,false,[[2377,1,25.6972],[4001,1,21.2336]]],[[5763.46,15322.9,0],0,false,[[1557,0,25.9897],[1716,0,172.851]]],[[18811.9,2693.03,0],0,false,[[238,0,122.239]]],[[9953.07,9833.94,0],0,false,[[1112,0,139.369],[3649,0,56.8966]]], +[[2872.57,9166.36,0],0,false,[[1294,1,12.1211],[2645,1,84.5281]]],[[15841.6,372.17,0],0,false,[[844,0,199.962],[396,0,310.308]]],[[7017.31,14574.7,0],0,true,[[1142,0,14.2465],[1118,0,17.4889],[192,0,10.2532],[2343,0,4.23594],[1717,0,20.2863]]],[[11946.8,2094.76,0],0,false,[[829,2,5.25526],[3432,0,125.129]]],[[4471.82,5891.48,0],0,false,[[1039,0,201.19],[376,0,225.705]]], +[[2813.19,6333.59,0],0,false,[[498,0,303.49],[4632,1,3.07881]]],[[3854.03,11444,0],0,false,[[20,0,32.7115],[2827,0,10.2644]]],[[17861.1,15976.4,0],0,true,[[3106,1,24.6628],[659,1,26.7685],[1827,1,20.2443]]],[[12658.8,7095.88,0],8,true,[[1574,0,30.7578],[2753,0,295.763],[4366,0,57.7094]]],[[17523.7,2042.3,0],0,false,[[3550,0,79.3967],[2559,0,63.1886]]], +[[18015.3,2750.14,0],0,true,[[974,0,13.2835],[2334,0,10.8604],[111,0,15.7362]]],[[6344.81,711.765,0],0,false,[[3699,0,201.381],[1718,0,242.195]]],[[5983.62,7477.45,0],0,false,[[570,0,102.092],[586,0,194.07]]],[[6305.48,14304.3,0],0,false,[[4696,0,14.6096]]],[[18865.6,10763.7,0],0,false,[[2643,0,399.665],[4081,0,28.6793]]], +[[1616.46,17644,0],1,false,[[560,0,315.555],[1604,0,137.529]]],[[6343.08,14131.6,0],0,true,[[4149,0,29.056],[4048,0,28.6438],[4283,0,20.5344]]],[[1930.38,8452.05,0],0,false,[[1360,0,306.234],[2783,0,115.19]]],[[6655.53,14663.3,0],0,true,[[162,0,19.5821],[1131,0,49.7796],[2029,0,7.38352]]],[[1354.48,7899.86,0],0,true,[[1400,0,161.536],[3313,0,9.79121],[235,0,159.956]]], +[[4634.04,11055.3,0],0,true,[[937,0,20.8746],[175,0,67.3126],[1880,1,18.5627]]],[[10865.6,1795.44,0],0,true,[[3119,0,11.5409],[400,0,150.421],[4573,0,9.95931]]],[[14481.4,3838.93,0],0,false,[[2311,0,43.3788],[3572,0,50.0287]]],[[20316.7,2515.16,0],0,false,[[875,0,196.509],[672,0,222.641]]],[[12998.5,11154.6,0.00195313],0,false,[[2374,0,3.92138],[894,0,3.92138]]], +[[3840.36,13037.5,0],0,false,[[975,0,102.74],[4259,0,99.9503]]],[[2697.35,1077.19,0],0,false,[[1520,0,89.3266],[891,0,107.872]]],[[2740.34,8251.36,0],0,false,[[4246,1,256.095],[1242,1,84.1931]]],[[15998.3,6918.22,0],0,false,[[138,0,250.023],[4579,0,391.593]]],[[19071,2280.7,0],0,false,[[2809,0,23.8089],[1975,0,30.9836]]], +[[6636.56,829.07,0],0,false,[[3165,0,138.256],[1468,0,26.7408]]],[[2455.93,10819.9,0],0,true,[[4756,0,220.637],[2131,0,23.833],[2838,0,166.041]]],[[11513.7,12806.7,0],0,false,[[2687,0,46.5543],[4193,0,46.7254]]],[[5975.36,4690.09,0],0,false,[[3897,0,253.742],[3333,0,156.393]]],[[16915.8,14690,0],0,true,[[3390,0,59.3607],[404,0,21.7045],[1254,0,117.311]]], +[[17831.3,15997.8,0],0,true,[[1044,1,20.9394],[4322,1,33.5916],[3972,1,24.5514],[3176,1,20.887]]],[[11269.8,7836.55,0],0,false,[[2210,0,169.244],[2909,0,26.262]]],[[18117.9,1128.78,0],0,true,[[1793,0,26.6806],[194,0,21.7763],[3464,0,15.9442],[2914,0,12.2804]]],[[1648.06,6955.56,0],0,false,[[3492,2,186.989],[2547,2,19.1877]]],[[6153.39,773.992,0],0,false,[[4125,0,20.7848],[3671,0,201.381]]], +[[1819.29,17937.3,0],1,false,[[3824,0,266.597]]],[[15323.6,17356.2,0],4,false,[[2309,0,43.5472],[1420,0,368.006]]],[[19650.8,2888.31,0.0389404],0,false,[[3335,0,114.665],[2139,0,127.412]]],[[6117.68,10820.7,0],0,false,[[850,0,238.611],[3348,0,58.2538]]],[[6278.89,14081.7,0],0,true,[[4711,0,25.76],[1745,0,25.0463],[4486,0,22.5781],[4755,0,15.7775]]], +[[2038.92,4011.81,0],0,false,[[1008,0,299.284]]],[[20341.3,1777.15,0],0,true,[[4686,0,12.9428],[1473,0,106.364],[2811,0,3.95938]]],[[15144.5,16367.9,0],5,false,[[3051,0,120.296]]],[[6366.62,14469.6,0],0,false,[[4736,0,72.99],[3947,0,69.3775]]],[[8154,11893,0],0,false,[[2729,0,47.9577],[1908,0,59.4114]]], +[[2262.73,3567.2,0],0,true,[[2252,0,133.26],[854,0,29.1154],[2998,0,22.1204]]],[[2211.47,1353.41,0],0,false,[[3428,0,204.093],[4281,0,371.138]]],[[14592.9,6302.45,0],0,false,[[3006,0,18.29]]],[[11960.5,64.5196,0],0,false,[[1936,0,22.9665],[2769,0,286.975],[3778,0,14.6295]]],[[6384.81,14386.5,0],0,true,[[3566,0,38.8242],[4736,0,12.9626],[1084,0,17.3513],[2948,0,13.9405]]], +[[18047.5,2714.72,0],0,false,[[111,0,32.1627],[1194,0,46.5971]]],[[6168.45,14042.7,0],0,true,[[276,0,9.48705],[1619,0,43.3843],[256,0,8.26345]]],[[14287.1,8648.76,0],0,false,[[73,0,302.72],[1124,0,227.444]]],[[17509.6,7201.6,0],0,true,[[4265,0,65.7981],[1223,0,20.8255],[2822,0,10.3982]]],[[7626.33,12211.5,0],0,false,[[3631,0,24.5585],[935,0,370.004]]], +[[10457,5075.49,0],0,false,[[4220,1,148.563],[1,1,234.509]]],[[6001.38,1292.31,0],0,false,[[3607,0,213.501]]],[[11863.1,267.928,0],0,false,[[1743,0,43.6986],[4576,0,23.2958]]],[[9345.4,9585.08,0],0,true,[[1152,0,9.44433],[2898,0,24.4918],[2807,0,6.20492]]],[[3367.16,1589.1,0],0,true,[[3100,0,372.864],[1935,0,30.1863],[977,0,24.1609]]], +[[14758.7,2400.42,0],0,true,[[2105,0,5.15459],[2508,0,10.5012],[3022,0,3.77609]]],[[16138.7,11091.8,0],0,true,[[3944,0,98.2668],[4232,0,26.0196],[4737,0,231.935]]],[[10079.7,9929.68,0],0,false,[[2507,0,128.072],[2818,0,110.244]]],[[1452.36,1405.07,0],0,false,[[4548,0,153.256],[3929,0,361.872]]],[[11287.3,12354,0],0,true,[[555,0,54.8162],[1785,0,6.42911],[2106,0,4.70398]]], +[[9430.4,8248.82,0],0,false,[[3871,0,87.0989]]],[[622.421,15113.3,0],1,false,[[1292,0,32.8422],[630,0,88.5906]]],[[15102.4,776.344,0],0,false,[[3174,0,59.4315],[2571,0,50.3399]]],[[12318.3,2523.37,0],0,true,[[1336,2,24.3545],[101,2,49.599],[3255,2,15.0015]]],[[8456.82,813.68,0],0,false,[[3359,0,243.745],[303,0,112.831]]], +[[6288.82,15119.7,0],0,false,[[1503,0,34.2285],[3845,0,166.38]]],[[6885.6,14599.8,0],0,true,[[3299,0,21.3369],[117,0,25.6599],[4056,0,12.1475]]],[[17147.8,6301.37,0],0,true,[[2261,0,12.7151],[2039,0,375.502],[2886,0,4.74745]]],[[4786.83,13967.2,0],0,true,[[143,0,28.0903],[4479,0,6.16694],[4079,0,9.19529],[3391,0,9.49322]]],[[4618.48,11070.7,0],0,true,[[1880,1,29.6932],[1863,1,58.3299],[937,1,12.4801]]], +[[7.9501,6754.01,0],0,false,[[4024,0,84.1128]]],[[1251.49,8862.36,0],0,false,[[1797,0,34.1217]]],[[8399.07,915.476,0],0,true,[[1157,0,6.47635],[1840,0,126.769],[3153,0,7.49837]]],[[13517.5,5365.85,0],0,false,[[943,0,63.165],[506,0,290.098]]],[[19106.8,7979.55,0],0,false,[[1048,1,0.883416],[1835,0,5.93099]]], +[[2552.44,7728.04,0],0,false,[[3419,1,69.1147],[4582,1,39.1111]]],[[743.345,10471,0],0,false,[[1036,1,6.02366],[199,0,20.4633]]],[[963.655,3421.04,0],0,true,[[3373,0,46.8789],[4705,0,1.825],[1530,0,6.46485]]],[[7246.96,14697,0],0,true,[[1768,0,83.3435],[2731,0,21.037],[2543,0,43.5675]]],[[6889.85,14580.9,0],0,true,[[3275,0,31.6397],[4339,0,25.2304],[1077,0,14.9791],[4519,0,14.849]]], +[[17402.7,12557.1,0],0,false,[[4352,0,33.0225]]],[[6916.16,14548.8,0],0,true,[[329,0,12.1464],[1823,0,15.0601],[317,0,12.6806]]],[[231.101,7185.31,0],0,true,[[1466,0,7.52727],[4333,0,48.9188],[3345,0,8.96994]]],[[17679.8,1434.23,0],0,true,[[2835,0,6.21407],[1413,0,27.6846],[3298,0,9.57686]]],[[19275.8,8766.01,0],0,true,[[3554,0,12.4844],[3530,0,8.61036],[476,0,3.89389],[465,0,4.10981]]], +[[20394.2,6871.68,0],0,false,[[3531,1,42.0845],[1423,1,158.026]]],[[18001.7,16057.5,0],0,true,[[1486,0,23.7582],[579,1,10.2816],[1982,1,15.0323]]],[[15872.1,14372.6,0],0,false,[[1603,0,84.1191],[1236,0,31.2711]]],[[30.4444,18499.3,0],1,true,[[2373,0,14.4124],[598,0,24.1193],[3861,0,6.37546]]],[[4743.7,11031,0],0,true,[[3772,0,24.3598],[3976,0,12.5371],[2859,0,26.5869]]], +[[16623.2,5223.83,0],0,true,[[3375,0,78.1925],[4304,0,16.739],[4484,0,12.9134]]],[[6540.62,13088.5,0],0,false,[[681,0,255.393],[266,0,236.659]]],[[6372.3,14233.9,0],0,true,[[3072,0,6.57875],[341,0,13.2232],[3000,0,6.47998]]],[[734.942,10099.2,0],0,true,[[1701,0,8.22983],[2250,0,301.057],[4361,0,12.9796]]],[[19317.9,6593.12,0],0,false,[[3140,1,336.919],[4345,1,123.43]]], +[[5472.79,15493.2,0],0,false,[[3532,1,49.9476]]],[[5494.3,15327.7,0],0,true,[[785,1,4.21008],[85,1,16.3008],[2960,1,7.24184]]],[[880.701,7617.79,0],0,true,[[3519,0,7.39903],[4197,0,107.655],[74,0,7.17589]]],[[18000.3,16184.3,0],0,false,[[485,1,108.413],[2641,1,108.631]]],[[129.489,4327.05,0],0,false,[[3405,0,106.265]]], +[[5100.79,13334.6,0],0,false,[[1343,0,8.84572],[4369,0,10.8548]]],[[7605.9,12267.3,0],0,false,[[2404,0,47.0281],[1956,0,61.5382]]],[[4719.66,11035,0],0,true,[[175,0,20.7061],[3759,0,24.3598],[2927,0,9.54791]]],[[5957.89,15323.1,0],0,false,[[3330,0,220.508],[3811,0,29.0978]]],[[18069.1,2160.68,0],0,false,[[4677,0,215.44],[4589,0,20.2494]]], +[[17665.2,15188.7,0],0,false,[[3292,0,122.304],[3228,0,65.2425]]],[[307.409,13966.8,0],1,false,[[2587,0,226.522],[3365,0,277.332]]],[[14604.9,13843.6,0],2,false,[[125,0,125.824]]],[[11946,66.6479,0.00213623],0,false,[[660,0,5.82361],[1693,0,23.4723],[1758,0,15.8956],[3713,0,14.6295]]],[[247.58,7123.97,0],0,true,[[4333,0,16.5972],[3309,0,2.66585],[1729,0,7.41519]]], +[[3227.32,5768.05,0],0,false,[[1586,1,6.61693],[452,0,6.66431]]],[[270.233,7081.66,0],0,false,[[3309,0,45.9271],[2985,0,132.819]]],[[7572.93,4419.17,0],0,false,[[193,0,167.033],[1239,0,277.537]]],[[2759.51,794.72,0],0,false,[[1126,0,101.205]]],[[10128.4,8936.5,0],0,false,[[4718,0,195.304],[923,0,217.439]]], +[[15870.9,16889.3,0],4,false,[[1925,0,248.55]]],[[19480.3,1049.98,0],0,false,[[1814,0,301.124],[1479,0,162.338]]],[[19685.3,14550.2,0],0,false,[[391,0,113.605],[3922,0,45.0884]]],[[4465.75,3823.2,0],0,false,[[1882,0,83.6576],[2254,0,378.861]]],[[17200,13822.3,0],0,false,[[808,0,229.45],[3439,0,174.166]]], +[[779.869,6863.89,0],0,false,[[1470,0,73.108]]],[[16119.1,4590.51,0],0,true,[[99,0,7.6839],[434,0,133.495],[634,0,4.19343]]],[[6143.46,14200.8,0],0,false,[[4054,0,42.692],[4493,0,35.1795]]],[[7295.51,14511.2,0],0,false,[[2253,0,26.8279],[3924,0,13.9766]]],[[11431.7,12403.1,0],0,true,[[252,0,78.4565],[2776,0,13.7694],[2637,0,21.9813],[3568,0,23.3194]]], +[[19594.3,11135.5,0],0,true,[[4269,0,26.718],[2193,0,14.4122],[3021,0,6.17446]]],[[9415.36,8405.55,0],0,true,[[557,0,4.75702],[181,0,297.613],[2620,0,4.13564]]],[[856.376,18422.4,0],1,true,[[611,0,12.0007],[1032,0,197.095],[2894,0,16.0242]]],[[16816.2,5150.47,0],0,false,[[3375,0,192.095],[4510,0,333.329]]],[[6177.06,15269.6,0],0,true,[[3845,0,21.1525],[3330,0,20.8035],[1533,1,7.17491]]], +[[12993.3,9766.15,0],0,true,[[1822,0,97.3432],[3403,0,13.85],[1930,0,5.05794]]],[[17606.4,2090.45,0],0,false,[[1435,0,60.0344],[273,0,78.0057]]],[[12149.2,2865.8,0],0,false,[[2785,0,254.192],[3248,0,226.842]]],[[14126.2,1358.55,0],0,false,[[2054,0,113.086],[2330,0,210.418]]],[[4169.48,13701.8,0],0,false,[[501,0,204.07]]], +[[9333.14,9409.05,0],0,false,[[3465,0,207.835],[1152,0,175.007]]],[[17021.4,2130.37,0],0,false,[[1934,0,408.591],[4115,0,372.393]]],[[15624.8,13330.3,0],0,false,[[176,0,40.1843],[4062,0,220.721]]],[[11524.8,747.989,0],0,true,[[4305,2,44.5796],[295,2,20.6518],[3968,2,6.23176],[2129,0,11.6466]]],[[12499.1,3218.87,0],0,false,[[3301,0,188.085],[2372,0,172.297]]], +[[2267,3421.25,0],0,true,[[523,0,330.843],[2252,0,14.9323],[2710,0,8.87449]]],[[5928.8,15323,0],0,true,[[3773,0,29.0978],[3188,0,30.9225],[3064,1,12.8151]]],[[6719.31,12577.8,0],0,false,[[1063,0,174.542],[4316,0,236.286]]],[[15112.7,6530.32,0],0,false,[[438,0,265.335],[2732,0,329.05]]],[[17617.7,1122.14,0],0,false,[[1811,0,34.2782],[2958,0,28.848]]], +[[5741.24,13055.5,0],0,false,[[1539,0,236.24],[1428,0,343.515]]],[[19867.1,6624.44,0],0,false,[[4657,1,369.48],[541,1,217.009]]],[[1603.73,7609.09,0],0,false,[[2431,0,184.061],[3646,0,18.6118]]],[[6520.48,14178.3,0],0,true,[[378,0,10.542],[261,0,1.4963],[437,0,3.58029]]],[[5694.07,2502.59,0],0,true,[[4226,0,303.437],[281,0,21.8911],[2692,0,6.27092]]], +[[6500.39,14329.9,0],0,true,[[80,0,62.3735],[2557,0,26.6851],[2996,0,73.3071]]],[[17714.6,1962.07,0],0,false,[[3376,0,29.163],[3387,0,367.8]]],[[11818.7,73.3432,0],0,false,[[2223,0,27.1214]]],[[1575.95,17130.1,0],1,true,[[477,0,179.371],[2832,0,32.405],[1438,0,21.0335]]],[[1601.34,17788.1,0],1,false,[[3700,0,266.597],[1604,0,16.6849]]], +[[15914.9,11260.7,0],0,false,[[2817,0,202.461],[1497,0,42.9713]]],[[20474.7,4372.76,0],0,false,[[4063,0,238.143]]],[[9614.58,8354.71,0],0,false,[[2586,0,35.8549],[4166,0,116.027]]],[[881.056,9728.18,0],0,false,[[3256,2,315.853],[4712,2,306.229]]],[[6320.66,14196.9,0],0,true,[[2808,0,13.8322],[2730,0,15.1889],[2174,0,17.7209],[1549,0,20.0733]]], +[[6782.06,14555,0],0,true,[[4472,0,5.29816],[4612,0,10.8746],[3297,0,9.12598]]],[[156.769,7202.33,0],0,true,[[4588,0,10.1488],[1051,0,33.5849],[3078,0,7.99705]]],[[19278.1,13307.4,0],0,false,[[1817,0,163.678],[2576,0,277.318]]],[[12933.2,3628.73,0],0,false,[[3884,0,115.501],[994,0,127.291]]],[[19499.4,1797.7,0],0,true,[[3114,0,63.5836],[1626,0,4.51985],[214,0,5.87119]]], +[[11557.8,3366.94,0],0,false,[[4424,0,284.341]]],[[1520.39,1238.61,0],0,true,[[4042,0,26.8942],[4548,0,26.589],[629,0,4.36337],[4734,0,14.1081]]],[[9553.9,10320.8,0],0,true,[[807,1,258.255],[1226,1,4.20691],[2022,1,3.69781]]],[[11402.4,12732.2,0],0,false,[[3209,0,59.4848],[184,0,117.803]]],[[16321.9,15207.7,0],0,true,[[2678,0,4.74021],[512,0,359.404],[751,0,15.7161],[2733,0,7.4036]]], +[[16285.4,15163.6,0],0,false,[[751,0,57.5566]]],[[1842.36,15851.1,0],1,false,[[2329,0,93.7207]]],[[4729.28,8228.27,0],0,false,[[1308,0,55.4977],[2313,0,30.0776]]],[[15599,7285.7,0],0,false,[[3852,0,161.838],[368,0,292.874]]],[[6859.68,11619.6,0],0,false,[[3353,0,10.2573],[618,0,6.4301]]], +[[6188.97,15252.1,0],0,false,[[3735,0,166.38],[3799,0,21.1525]]],[[18492.6,2961.97,0],0,false,[[748,0,105.536],[3539,0,43.5025]]],[[7960.65,12158.4,0],0,false,[[61,0,51.0845]]],[[18720.5,10778.5,0],0,true,[[1753,0,317.13],[881,2,11.9569],[258,0,8.67604]]],[[2633.55,8559.33,0],0,false,[[1551,0,33.3067],[3545,1,5.22572]]], +[[14657.5,12710.7,0],0,true,[[1924,0,322.841],[4551,0,60.2241],[4447,0,41.1921]]],[[4827.14,11936.6,0],0,false,[[4415,1,265.192],[1380,1,236.518]]],[[15646.4,7134.41,0],0,false,[[399,0,213.098],[3843,0,161.838]]],[[16245.9,14919.5,0],0,false,[[1322,0,138.684],[2017,0,282.145]]],[[11845.5,2168.34,0],0,true,[[2527,0,20.8082],[4422,0,132.134],[3432,0,13.2397]]], +[[6381.23,14527.1,0],0,false,[[4156,0,86.1246]]],[[16566.6,9192.27,0],0,false,[[262,0,323.819],[2434,0,246.231]]],[[6274.9,14047.8,0],0,true,[[3081,0,3.42971],[4755,0,26.1521],[3413,0,8.60118]]],[[1574.31,7073.55,0],0,true,[[2547,2,120.02],[363,2,33.8002],[4023,2,13.6727]]],[[531.38,6724.77,0],0,false,[[534,0,100.547],[2726,0,92.5807]]], +[[5568.46,9168.29,0],0,false,[[2786,0,334.469],[4669,0,287.475]]],[[34.3272,18494.3,0],1,true,[[3758,0,6.37546],[753,0,9.60787],[2373,0,11.1388]]],[[2938.08,8729.63,0],0,false,[[2136,0,228.929],[4468,0,22.6065]]],[[17814.4,8219.35,0],0,true,[[4771,0,250.437],[4162,0,226.733],[680,0,19.1408]]],[[2353.18,8238.32,0],0,false,[[1395,0,235.975]]], +[[7295.19,14470.7,0],0,false,[[4473,1,20.2221],[740,1,14.4707]]],[[13241,3950.1,0],0,false,[[4783,2,136.863],[4509,2,262.388]]],[[13202.9,5086.91,0],0,false,[[2078,2,13.3556],[1217,2,2.95835]]],[[2653.01,845.007,0],0,false,[[685,0,171.362],[2476,0,53.9212]]],[[9478.72,6.55769,0],0,false,[[3108,0,156.816]]], +[[20066.4,12972.1,0],0,true,[[1095,0,136.818],[838,0,8.27218],[2008,0,7.76241]]],[[9513.34,8236.36,0],0,false,[[1573,0,27.8787],[3730,0,87.0989]]],[[5898.15,15266.8,0],0,false,[[4192,0,31.0369],[1125,0,39.2664]]],[[3248.86,10205.9,0],0,false,[[4639,0,165.675],[4683,0,17.9061]]],[[6092.7,1932.66,0],0,false,[[1181,0,177.761],[616,0,357.403]]], +[[12917.1,11459.9,0],0,true,[[2608,1,23.3089],[2529,1,26.0701],[3340,1,15.2535]]],[[15785.2,10207,0],0,true,[[546,0,3.79128],[2584,0,8.31992],[4282,0,11.0712]]],[[5580.66,6252.46,0],0,true,[[1164,0,8.53142],[705,0,50.7625],[2636,0,10.4826]]],[[7531.89,10169.4,0],0,false,[[3600,0,296.759],[2053,0,243.313]]],[[6952.26,12628.4,0],0,true,[[3598,1,24.3753],[4254,1,227.55],[4103,1,7.64348]]], +[[6538.53,12700.9,0],0,false,[[4350,0,165.45],[620,0,190.42]]],[[18961.8,10978.5,0],0,false,[[4621,2,31.4504],[4004,2,147.602]]],[[1844.19,6402.96,0],0,false,[[4558,0,20.1892],[520,0,287.627]]],[[12892.6,10149,0],0,false,[[372,0,21.9617],[613,0,222.058]]],[[12886.5,3523.48,0],0,false,[[395,0,118.063],[3833,0,115.501]]], +[[1187.87,14326.8,0],1,false,[[4266,0,147.405],[858,0,153.601]]],[[396.177,18931.2,0],1,false,[[2594,0,138.812]]],[[18940.5,10959.6,0],0,false,[[4038,0,11.0912],[4621,2,3.01977]]],[[7343.75,14556.6,0],0,true,[[1391,1,24.3907],[517,1,81.2082],[2405,1,14.7583],[2388,1,17.5818]]],[[6111.66,9519.98,0],0,false,[[3518,0,23.4883],[1881,0,84.5042]]], +[[10032.4,12735,0],0,false,[[4629,0,10.9599],[3044,1,2.54296]]],[[13259.3,10493.7,0],0,false,[[613,0,288.165],[4175,0,281.886]]],[[7.13311,9529.06,0],0,false,[[942,0,315.738]]],[[2797.49,10925.4,0],0,true,[[1855,0,19.5848],[4745,0,7.19084],[3338,0,1.23119]]],[[6131.91,11129.6,0],0,false,[[3385,0,27.0038],[2928,0,47.7728]]], +[[1466.21,9213.79,0],0,false,[[3183,0,97.3309]]],[[11282,12407.4,0],0,true,[[4565,0,42.9803],[2829,0,13.2712],[1129,0,11.9271]]],[[5726.7,4730.3,0],0,false,[[2257,0,391.408],[3693,0,253.742]]],[[5084.28,13334.9,0],0,true,[[4369,0,5.71276],[1176,0,4.17363],[482,0,5.95904],[2846,0,5.2513]]],[[852.484,15042.7,0],1,true,[[3549,0,93.8424],[3425,0,18.8544],[347,0,7.34768]]], +[[16316.1,7981.09,0],0,true,[[1209,0,4.66859],[277,0,4.6109],[1755,0,7.66457]]],[[10532.5,11979.2,0],0,true,[[3913,0,362.872],[1734,0,6.00716],[1508,0,7.98478]]],[[13518.6,10986.1,0],0,false,[[1652,0,21.0625],[248,0,201.345]]],[[14709.3,10214.5,0],0,false,[[2867,0,184.649],[4512,0,224.683]]],[[5055.83,13050.3,0],0,false,[[4244,1,226.391],[2315,1,96.6786]]], +[[1233.12,10039.1,0],0,false,[[2521,0,13.1163]]],[[8659.52,10945.2,0],0,false,[[2028,1,266.629],[1501,1,229.126]]],[[2644.78,8606.29,0],0,false,[[3545,1,43.2771],[1540,1,57.3081]]],[[16231.7,14328.7,0],0,true,[[4068,0,81.3133],[1602,0,11.0265],[3284,0,10.3227]]],[[7080.12,9814.34,0],0,false,[[3974,0,57.1317],[2916,0,15.6732]]], +[[6692.52,9470.16,0],0,false,[[674,0,328.39],[152,0,306.762]]],[[11418.6,7448.24,0],0,true,[[3544,0,29.6062],[102,0,67.0572],[556,0,9.61359],[4071,0,10.0141]]],[[2777.57,9227.22,0],0,false,[[1010,0,110.763]]],[[10560.5,11628.9,0],0,false,[[3932,0,149.314],[3901,0,362.872]]],[[6893.12,653.278,0],0,false,[[4270,0,83.3478]]], +[[2402.56,10604.8,0],0,true,[[4586,0,22.0323],[4756,0,18.4465],[1786,0,9.69541]]],[[6320.72,14099,0],0,true,[[1745,0,20.2762],[4318,0,35.631],[2877,0,14.8683]]],[[6098.53,11124.1,0],0,true,[[4442,0,8.59918],[3239,0,43.9886],[2870,0,7.62915]]],[[1211.91,6662.08,0],0,false,[[57,0,127.739],[817,0,148.981]]],[[11900.4,22.1318,0],0,false,[[1601,0,48.6408],[4299,0,42.3786]]], +[[7724.39,12223.1,0],0,true,[[1025,1,29.8649],[4077,1,68.2814],[3577,1,10.282],[2588,1,11.6089]]],[[10764,10381.5,0],0,true,[[1981,0,23.6302],[3028,0,4.73501],[2473,0,6.90975]]],[[19730.3,14547.6,0],0,false,[[3787,0,45.0884],[3260,0,93.4473]]],[[10533.9,11985.9,0],0,true,[[2170,0,25.1831],[4567,0,396.009],[1508,0,4.55967],[1734,0,2.17268]]],[[7289.47,14523.8,0],0,false,[[3793,0,13.9766],[3452,0,39.8433]]], +[[3247.86,12112.7,0],0,true,[[2428,0,19.9004],[1403,0,271.473],[2055,0,10.8987]]],[[6296.39,14142.7,0],0,true,[[298,0,44.5195],[2213,0,38.9401],[3967,0,8.67248],[3999,0,10.6242]]],[[6671.66,11379.5,0],0,false,[[1952,0,41.2036],[3521,0,373.195]]],[[4635.66,13867.2,0],0,false,[[1553,0,163.639],[501,0,309.759]]],[[1365.56,1750,0],0,false,[[3728,0,361.872],[41,0,279.224]]], +[[8017.07,11972.2,0],0,false,[[1370,1,30.1169],[1588,1,30.5738]]],[[2788.33,11051,0],0,false,[[4377,0,33.6021],[3612,0,398.027]]],[[10562.8,11502.6,0],0,false,[[547,0,55.9515],[3913,0,149.314]]],[[1253.11,15255.1,0],1,false,[[1310,0,126.785],[3195,0,8.65486]]],[[8022.29,5717.68,0],0,true,[[3127,0,170.175],[949,0,21.9531],[4487,0,235.759]]], +[[2789.57,2132.53,0],0,false,[[2317,0,87.8425]]],[[20478.1,7718.98,0],0,false,[[1929,0,189.911]]],[[2575.49,1715,0],0,false,[[2638,0,14.8018],[3357,0,12.0223]]],[[16438.7,1685.24,0],0,false,[[2778,0,392.44],[3014,0,174.838]]],[[6406.77,14723.7,0],0,true,[[1944,0,68.8356],[3013,0,34.2954],[4622,0,25.9163]]], +[[19842.8,9894.6,0],0,false,[[938,0,310.315],[4386,0,63.2395]]],[[2657.88,8529.04,0],0,false,[[2370,0,17.7286]]],[[7018.34,1800.84,0],0,false,[[1803,0,286.042],[1313,0,22.0802]]],[[8249.19,3283.82,0],0,false,[[3068,0,185.876]]],[[16106.9,11177.2,0],0,false,[[1190,0,15.9537],[3726,0,98.2668]]], +[[9656.12,5818.25,0],0,true,[[1465,0,3.49133],[4391,0,3.37318],[3213,0,3.73124]]],[[13274.8,4419.39,0],0,false,[[3433,2,96.7007],[641,2,138.773]]],[[6318.2,14515.8,0],0,true,[[3708,0,69.3775],[976,0,22.4539],[703,0,6.81439]]],[[17904.5,15860.6,0],0,false,[[4407,1,21.6473],[1706,1,71.356]]],[[20413.6,1192.1,0],0,false,[[1325,0,109.182]]], +[[6081.94,7492.91,0],0,true,[[4070,0,10.7417],[2921,0,2.92151],[268,0,4.09772]]],[[6113.73,11223.2,0],0,false,[[4615,0,18.2234],[4203,0,36.7669]]],[[2317.5,7988.93,0],0,false,[[153,0,9.94937],[124,0,11.9656]]],[[20438.1,15242.3,0],0,false,[[2831,0,266.341],[158,0,296.624]]],[[14545.6,3821.65,0],0,false,[[1892,0,43.9694],[3520,0,245.933]]], +[[11727.9,228.462,0],0,true,[[4213,0,51.7266],[3289,0,26.1205],[1836,0,9.48543]]],[[6196.38,14329.2,0],0,false,[[2765,0,90.345],[3990,0,67.9465]]],[[9455.27,2939.87,0],0,false,[[4462,0,30.9783]]],[[7105.18,9862.17,0],0,false,[[1654,0,41.7039]]],[[2128.58,8156.43,0],0,false,[[2232,0,21.764]]], +[[1871.75,7027.61,0],0,false,[[3139,0,221.899],[1031,0,146.233]]],[[18948.2,10367,0],0,false,[[2643,0,16.3041]]],[[17732.1,15937.9,0],0,true,[[206,1,45.6826],[1914,1,7.22468],[2019,1,1.60007]]],[[1074.57,14874.5,0],1,true,[[2953,0,24.5748],[744,0,94.4804],[2797,0,19.632]]],[[14851.4,16281.1,0],5,false,[[3624,0,182.04],[2075,0,180.045]]], +[[17483.9,554.412,0.0429077],0,false,[[4050,0,29.565],[4455,0,84.3191]]],[[3797.43,11489.3,0],0,false,[[1014,0,21.0756],[4055,0,30.7139]]],[[6298.72,14134.4,0],0,true,[[2125,0,14.054],[3999,0,19.1523],[3926,0,8.67248]]],[[11531,748.502,0],0,true,[[1988,0,52.8926],[1669,0,27.1486],[3808,2,6.23176],[295,2,21.2373]]],[[6039.01,3831.83,0],0,false,[[4432,0,158.582]]], +[[5057.08,2556.92,0],0,false,[[4529,0,320.129],[739,0,271.776]]],[[17086.7,10361.7,0],0,true,[[4295,0,10.2033],[572,0,5.85827],[2132,0,3.13931]]],[[17824.8,16021.5,0],0,true,[[3176,1,32.4869],[1671,1,36.4972],[3695,1,24.5514]]],[[2246.55,15003.6,0],1,false,[[112,0,337.789],[2110,0,100.885]]],[[7136.88,9810.79,0],0,true,[[3909,0,57.1317],[2681,0,16.6001],[367,0,14.5262]]], +[[11281.7,7866.92,0],0,false,[[1710,0,215.108],[757,0,19.422]]],[[4750.07,11041.8,0],0,true,[[2859,0,29.0702],[119,0,16.9506],[3759,0,12.5371]]],[[15283.4,13116.8,0],0,true,[[2097,0,306.438],[3979,0,15.1023],[1417,0,214.199]]],[[16758.3,5394.79,0],0,false,[[1416,0,107.879],[3302,0,276.833]]],[[15295.7,13125.6,0],0,false,[[3977,0,15.1023],[827,0,316.376]]], +[[903.111,16938.4,0],1,false,[[297,0,275.404]]],[[18229,2748.81,0],0,false,[[600,0,105.113],[2167,0,166.337]]],[[10855.5,1886.12,0],0,true,[[3611,0,26.6193],[1330,0,225.156],[770,0,14.7049]]],[[18592.9,2873.13,0],0,false,[[4262,0,56.0143],[1027,0,90.6938]]],[[9314.99,11642,0],0,false,[[1329,0,41.0991],[2103,0,13.7751]]], +[[1288.18,9016.28,0],0,false,[[806,0,40.2633],[305,0,107.974]]],[[17672.7,1128.97,0],0,false,[[1839,0,30.536],[3263,0,79.2056]]],[[6240.22,14030.2,0],0,false,[[96,0,22.1843],[3279,0,18.6531]]],[[7833.8,5744.12,0],0,false,[[2860,0,133.475]]],[[8002.65,12046.9,0],0,true,[[4190,0,27.1994],[3,0,18.654],[173,0,56.846],[1973,0,11.8403]]], +[[6264.2,14333,0],0,false,[[3956,0,67.9465],[1552,0,47.7803]]],[[11790.6,154.051,0],0,true,[[2990,0,9.6229],[1225,0,54.6092],[1992,0,9.93572]]],[[7552.16,1500.56,0],0,true,[[4176,0,23.228],[701,0,135.107],[229,0,11.0945]]],[[2934.6,654.904,0],0,false,[[4540,0,95.4885],[537,0,67.1954]]],[[10176.5,9701.16,0],0,true,[[4131,0,11.3744],[693,0,115.29],[573,0,11.458]]], +[[2148.53,8140.52,0],0,true,[[2600,0,5.40765],[3066,0,144.892],[633,0,11.915]]],[[7539.04,14597.2,0],0,false,[[956,0,40.0967],[2575,0,27.9492]]],[[13031.1,9879.34,0],0,false,[[3403,0,106.271],[2915,0,14.4041]]],[[2808.66,8995.91,0],0,true,[[3645,1,69.1365],[1061,1,17.9227],[3473,1,5.2965]]],[[6291.13,14151.9,0],0,true,[[3967,0,19.1523],[4119,0,24.9143],[3926,0,10.6242]]], +[[6241.4,14226.7,0],0,true,[[4679,0,31.2154],[2683,0,35.0388],[2919,0,14.3542],[502,0,19.7407]]],[[7304.2,14421.1,0],0,true,[[3656,1,21.2336],[4328,1,33.9058],[1519,1,3.50198]]],[[12835.2,6325.36,0],0,false,[[2322,0,103.621],[2245,0,110.617]]],[[10994.6,6497.17,0],0,false,[[3443,0,58.4093],[3516,0,38.895]]],[[19085.2,11050.9,0],0,false,[[3881,2,147.602],[4353,2,70.2803]]], +[[18143,2390.81,0],0,false,[[3074,0,21.2054],[1560,0,114.109]]],[[13200.6,5102.63,0],0,false,[[1217,0,18.7561],[2947,0,41.4055]]],[[14192,10218.4,0],0,true,[[2137,0,17.6647],[2469,0,8.90227],[3459,0,6.48716]]],[[18827.6,10855,0],0,false,[[1007,2,26.4196],[4658,2,83.0495]]],[[4762.01,10861.3,0],0,false,[[460,0,14.7245]]], +[[9060.98,12903.4,0],0,false,[[1302,0,257.15],[2796,0,258.75]]],[[18582.6,13269.7,0],0,false,[[4012,0,315.116],[1876,0,207.96]]],[[18880.9,13293.7,0],0,false,[[2576,0,134.888],[4011,0,315.116]]],[[5100.03,13160.2,0],0,false,[[1779,0,25.336],[2031,0,61.4931]]],[[13599.1,11484.3,0],0,false,[[3237,0,34.2468]]], +[[15206.6,2658.52,0],0,false,[[3105,0,77.9238],[3328,0,328.663]]],[[6948.85,14404.7,0],0,false,[[1692,0,15.3951]]],[[18384,13355.9,0],0,true,[[1804,0,6.5342],[1876,0,13.0564],[3218,0,12.7715]]],[[7746.25,14280.8,0],0,false,[[3058,0,23.2011],[689,0,355.286]]],[[699.119,6717,0],0,false,[[2726,0,75.3666],[2211,0,52.1035]]], +[[6.40907,5242.02,0],0,false,[[2528,0,151.108]]],[[13183.5,7677.41,0],0,false,[[1485,0,395.527],[4357,0,80.6783]]],[[4112.76,10098.2,0],0,false,[[457,0,82.0321],[3217,0,232.004]]],[[1565.45,7083.96,0],0,true,[[3095,0,33.0045],[363,2,20.3146],[3858,2,13.6727]]],[[91.2437,6747.19,0],0,false,[[3740,0,84.1128],[534,0,340.944]]], +[[7082.87,14571.1,0],0,false,[[516,0,9.87343],[3537,0,13.3091]]],[[13108,3743.4,0],0,false,[[4182,2,148.75],[4783,2,109.287]]],[[12871.3,3375.86,0],0,false,[[1347,2,134.202],[2011,2,110.085]]],[[517.469,15216.8,0],1,false,[[4396,0,77.24],[2038,0,51.7677]]],[[489.867,13840.1,0],1,false,[[3644,0,398.482],[2743,0,61.1346]]], +[[17220.3,3779.3,0],0,false,[[2433,0,31.0487],[1688,0,35.353]]],[[7702.33,4959.87,0],0,false,[[2798,0,167.054]]],[[1030.02,3412.37,0],0,true,[[2941,0,24.293],[4057,0,43.5776],[2580,0,10.6895]]],[[10324.1,3752.71,0],0,false,[[2150,0,305.932],[1297,0,161.495]]],[[11277.5,12513.9,0],0,false,[[4324,0,12.8776],[1318,0,10.4897]]], +[[15797.8,13199.9,0],0,false,[[3329,0,227.729],[2285,0,192.014]]],[[1121.01,6487.19,0],0,true,[[1921,0,223.958],[1379,0,21.6271],[1472,0,10.7115]]],[[11412.2,12662.4,0],0,true,[[1183,0,11.2144],[1247,0,12.0149],[2060,0,2.25081],[3209,0,11.5097]]],[[18936.7,10949.2,0],0,true,[[3562,0,24.4147],[3887,0,11.0912],[4621,2,8.23251]]],[[12779.2,5753.34,0],0,false,[[2572,0,77.3665],[197,0,150.93]]], +[[647.103,16163.9,0],1,true,[[4482,0,121.348],[4518,0,13.296],[4098,0,6.44601]]],[[6792.88,351.872,0],0,true,[[1741,0,16.1163],[725,0,26.6034],[126,0,7.83207]]],[[1529.78,1213.41,0],0,false,[[2612,0,129.567],[3836,0,26.8942]]],[[9269.29,733.465,0],0,true,[[4106,0,8.1757],[2367,0,13.8145],[2166,0,9.55535],[75,0,3.65617],[1220,0,4.623]]],[[15181.3,5264.44,0],0,true,[[180,0,30.9866],[415,0,199.156],[1801,0,15.1373]]], +[[19523.7,11840.7,0],0,false,[[4780,0,200.781],[3363,0,123.125]]],[[8686.3,2999.13,0],0,true,[[340,0,3.48436],[4760,0,263.342],[2266,0,5.87148]]],[[3251.45,10106.8,0],0,true,[[373,0,128.41],[3546,0,21.1242],[862,0,12.32]]],[[6369.66,14142.2,0],0,false,[[3676,0,28.6438],[2353,0,28.5009]]],[[6333.14,14545.4,0],0,false,[[703,0,32.8329],[4700,0,94.6592]]], +[[17508.2,571.262,0.0429077],0,false,[[1005,0,59.314],[3965,0,29.565]]],[[11430.6,6242.66,0.0407104],0,false,[[1937,0,59.2965],[1068,0,75.9553]]],[[18172.7,834.942,0],0,false,[[1248,0,75.4813]]],[[10200.1,5249.63,0],0,false,[[1812,0,11.7913],[1647,1,2.2996]]],[[6105.6,14181.2,0],0,false,[[3041,0,44.0146],[3792,0,42.692]]], +[[3771.33,11494.5,0],0,false,[[3966,0,30.7139]]],[[6877.6,14609,0],0,true,[[650,0,55.9234],[2918,0,20.8055],[117,0,13.7761],[3736,0,12.1475]]],[[987.523,3422.03,0],0,false,[[4032,0,43.5776],[1530,0,18.5361]]],[[18993.5,1958.65,0],0,false,[[275,0,87.2673],[4170,0,103.957]]],[[20018.5,3089.88,0],0,false,[[263,0,67.0744],[4768,0,41.6543]]], +[[14183,9930.86,0],0,true,[[1648,0,16.2534],[59,0,8.90164],[1385,0,5.98936]]],[[2585.63,7481.19,0],0,false,[[2059,1,17.1625],[247,1,85.9376]]],[[15770.5,13487.2,0],0,false,[[3807,0,220.721],[349,0,27.624]]],[[20267.9,4464.14,0],0,false,[[3826,0,238.143],[1843,0,314.829]]],[[7815.74,12206.1,0],0,false,[[397,0,77.7869],[2942,0,41.5062]]], +[[1370.58,6864.35,0],0,false,[[692,0,164.349],[3095,0,267.152]]],[[5640,11333.5,0],0,false,[[1053,0,115.79],[1702,0,116.509]]],[[4681.36,7026.38,0],0,true,[[596,0,8.46469],[3541,0,289.977],[712,0,4.78967]]],[[16311.2,14321.1,0],0,false,[[4273,0,271.465],[3908,0,81.3133]]],[[816.526,15230,0],1,true,[[1115,0,17.7913],[1721,0,23.5472],[1773,0,5.52346],[1024,0,6.55319],[7,0,15.7999],[2727,0,17.1545]]], +[[6074.32,7485.34,0],0,true,[[3484,0,58.3859],[3950,0,10.7417],[268,0,8.41083]]],[[11411.9,7455.68,0],0,true,[[556,0,12.2571],[3152,0,90.7552],[3911,0,10.0141]]],[[14061.2,9578.7,0],0,false,[[59,0,378.984],[421,0,393.125]]],[[10337.3,12649.7,0],0,false,[[1920,0,176.598],[2891,1,6.75984]]],[[3514.29,8491.23,0],0,false,[[19,0,226.504],[2695,0,382.049]]], +[[13191.5,5189.72,5.62217],0,false,[[2455,1,192.301],[4530,1,35.7463]]],[[17847.7,2851.12,0],0,false,[[780,0,190.459],[974,0,184.249]]],[[7776.62,12179.1,0],0,false,[[3920,1,68.2814],[389,1,57.1923]]],[[15079.9,5602.7,0],0,false,[[1047,0,344.775],[645,0,256.424]]],[[4792.48,13974.4,0],0,true,[[1791,0,19.2195],[3391,0,16.1478],[3738,0,9.19529]]], +[[16043.7,9239.55,0],0,false,[[1523,0,242.581],[2447,0,224.212]]],[[18879.3,10788.8,0],0,true,[[3674,0,28.6793],[3287,0,43.0689],[315,0,77.7165]]],[[18204.9,13329.8,0],0,false,[[1378,0,133.623],[2133,0,300.054]]],[[2615.03,10772.1,0],0,true,[[953,0,4.63153],[272,0,54.072],[2838,0,5.43162]]],[[15585.6,13268.7,0],0,true,[[827,0,10.2913],[813,0,5.7803],[1288,0,0.786848]]], +[[7690.13,5440.95,0],0,false,[[4271,0,154.435]]],[[15310.1,7795.91,0],0,false,[[368,0,295.13],[1795,0,377.758]]],[[10406.1,4284.87,0],0,false,[[2772,1,299.236],[492,1,331.417]]],[[17529.9,15963.8,0],0,true,[[3489,1,14.5529],[1720,1,81.5307],[1345,1,14.252],[3130,1,13.7522]]],[[9583.82,8348.12,0],0,false,[[2586,0,20.3483],[1573,0,157.641]]], +[[20101.7,14858.9,0],0,false,[[2295,0,85.5229],[424,0,300.017]]],[[734.341,15939.2,0],1,false,[[1218,0,305.683],[8,0,212.446]]],[[18723.7,2799.6,0],0,false,[[2937,0,31.6449],[2102,0,41.704]]],[[5655.94,10759.1,0],0,false,[[1109,0,59.9686]]],[[13513.3,10967.4,0],0,false,[[1652,1,3.15838],[3151,1,129.835]]], +[[8771.33,1570.89,0],0,false,[[3048,0,300.34],[1433,0,359.15]]],[[11637,9.41005,0],0,false,[[2020,2,61.9095]]],[[3303.1,12454.2,0],0,true,[[4216,0,6.61092],[201,0,11.4267],[727,1,5.30175]]],[[641.992,16167.8,0],1,true,[[4518,0,7.28501],[4527,0,321.619],[4040,0,6.44601]]],[[6218.77,15061,0],0,false,[[4177,0,16.0603],[3596,0,32.5483]]], +[[18965,7974.48,0],0,false,[[1389,0,156.995],[2788,0,182.7]]],[[2515.82,9954.8,0],0,false,[[2221,0,398.403],[4682,0,170.809]]],[[18536.5,1475.67,0],0,false,[[4773,0,20.1469],[1469,0,49.31]]],[[6948.01,12622,0],0,false,[[4316,0,19.6797],[3879,1,7.64348]]],[[14783.4,408.837,0],0,true,[[241,0,25.3375],[3107,0,295.587],[821,0,17.9609]]], +[[6341.5,7773.37,0],0,true,[[856,0,1.53237],[948,0,2.06634],[3240,0,0.954949]]],[[9269.78,741.613,0],0,true,[[4408,0,168.759],[4043,0,8.1757],[1220,0,3.94966]]],[[7075.07,14006.8,0],0,false,[[1910,1,19.8567],[250,1,351.391]]],[[17642.6,1601.23,0],0,false,[[1132,0,32.6439],[240,0,31.5308]]],[[19078.7,3768.73,0],0,false,[[2270,0,254.831],[4557,0,386.723]]], +[[6420.33,14280.7,0],0,true,[[985,0,36.5175],[3463,0,12.7946],[475,0,7.77891],[1629,0,13.3785]]],[[7067.75,14820.6,0],0,false,[[2459,0,18.8758],[4321,0,28.4766]]],[[17926.4,15865.8,0],0,false,[[4407,1,15.0635],[2810,1,31.0189]]],[[12107.1,12347.8,0],0,false,[[4690,0,322.488],[4770,0,213.875]]],[[1886.99,10052.3,0],0,false,[[1168,0,382.398],[1340,0,327.429]]], +[[17206.4,2447.25,0],0,false,[[3806,0,372.393],[4191,0,374.487]]],[[4929.5,13893.4,0],0,false,[[4127,0,232.9],[143,0,135.768]]],[[10613.5,1870.76,0],0,true,[[400,0,138.788],[2437,0,20.6151],[3495,0,217.811]]],[[4918.63,4795.74,0],0,true,[[2601,0,58.4764],[2381,0,35.713],[791,0,18.0083]]],[[6281.04,14174.5,0],0,false,[[3999,0,24.9143],[42,0,19.5116]]], +[[3782.22,11439.8,0],0,false,[[3310,0,47.2061]]],[[6068.99,11213.6,0],0,false,[[1765,0,7.49164]]],[[8203.29,14451,0],0,false,[[2130,0,29.7736]]],[[8624.29,2907.21,0],0,true,[[1159,0,226.311],[1268,0,11.2884],[3069,0,10.2818]]],[[1214.03,14861.4,0],1,false,[[1870,0,44.4595],[4721,0,46.8068]]], +[[6133.79,780.902,0],0,false,[[2514,0,3.13807],[3699,0,20.7848]]],[[12941.9,11285.8,21.6282],0,false,[[3412,1,108.172],[1766,1,130.859]]],[[5147.91,13829.5,0],0,false,[[4133,0,50.9249],[4116,0,232.9]]],[[19620.9,8996.41,0],0,false,[[1492,0,372.709],[440,0,145.779]]],[[5281.72,14136.6,0],0,true,[[1731,1,8.20741],[264,0,14.4851],[3076,1,12.9223]]], +[[6096.85,832.491,0],0,true,[[1983,0,246.833],[4601,0,4.08005],[4420,0,3.61742]]],[[10167,9707.36,0],0,true,[[3649,0,213.429],[3994,0,11.3744],[573,0,4.26448]]],[[17893.2,1178.82,0],0,false,[[669,0,122.341],[326,0,214.866]]],[[5194.54,13809.2,0],0,true,[[1232,0,10.117],[4127,0,50.9249],[2189,0,9.11746],[2386,0,5.56869],[2911,0,3.25553],[3281,0,5.69141]]],[[18939.2,2016.99,0],0,true,[[1685,0,7.82655],[4600,0,131.827],[275,0,12.3066]]], +[[15452.5,6239.82,0],0,false,[[2993,0,48.2758],[2278,0,221.014]]],[[17553.6,1963.27,0],0,false,[[1409,0,112.94],[1435,0,87.5014]]],[[3669.79,5244.19,0],0,false,[[4499,0,323.932],[1726,0,365.249]]],[[16188,14305.5,0],0,false,[[1355,0,44.0918],[2802,0,76.5348]]],[[3271.96,15706.3,0],6,false,[[1237,0,205.302],[2146,0,87.2019]]], +[[7136.56,13513,0],0,false,[[1415,0,50.3777],[564,0,277.834]]],[[3224.41,12062.7,0],0,false,[[3341,0,62.6084],[1356,0,23.3224]]],[[7118.07,4511.42,0],0,false,[[2836,0,295.509],[2526,0,369.805]]],[[5464.26,15444.3,0],0,true,[[2416,1,5.42115],[3229,1,1.15546],[1878,1,19.2524],[3532,1,3.85308]]],[[1043.61,8404.69,0],0,false,[[1940,0,144.086],[1705,0,85.2803]]], +[[6246.51,14161.2,0],0,true,[[2823,0,26.125],[599,0,30.7732],[507,0,12.5308],[3109,0,9.01604]]],[[14977.1,3741.76,0],0,false,[[2160,0,232.825]]],[[18930.6,2244.31,0],0,false,[[2197,0,80.8837],[2030,0,61.876]]],[[18809.5,15988.2,0],0,true,[[4466,0,27.2311],[1525,0,159.631],[1147,0,15.7545]]],[[6315.78,14121.6,0],0,true,[[2949,0,30.2517],[3676,0,29.056],[2125,0,13.7652]]], +[[16362.4,7525.16,0],0,false,[[1384,0,14.1661],[2844,0,79.8257]]],[[17090.9,13296.7,0],0,false,[[2842,0,132.599],[2090,0,308.993]]],[[12291.9,2644.04,0],0,false,[[940,0,107.717],[2670,0,92.7188]]],[[3068.09,9626.96,0],0,true,[[4217,0,7.12364],[2724,0,7.2876],[2974,0,3.97723],[4673,0,6.81075]]],[[6464.42,14690.9,0],0,false,[[4700,0,101.892],[1807,0,39.0862]]], +[[2835.38,717.702,0],0,false,[[3615,0,38.1625],[2479,0,41.9725]]],[[6440.01,14464.2,0],0,false,[[2359,0,92.2986],[3855,0,86.1246]]],[[7685.1,14517.8,0],0,false,[[2669,0,91.5343],[51,0,145.99]]],[[17987.5,1619.59,0],0,false,[[4742,0,195.509],[2660,0,284.6]]],[[3243.81,9782.66,0],0,false,[[4242,0,276.599]]], +[[10181.1,12676.3,0],0,true,[[4629,0,150.71],[1231,0,7.76955],[3080,1,14.6139]]],[[7375.66,14688,0],0,false,[[3225,0,44.8334],[3625,0,87.6383]]],[[18036.9,8178.38,0],0,false,[[3863,0,226.733],[1999,0,300.726]]],[[6975.33,14472.7,0],0,true,[[1463,0,20.6081],[3487,0,42.8457],[4523,0,15.2928],[3592,0,18.6485]]],[[7091.52,14567.7,0],0,true,[[1769,0,24.7841],[2605,0,31.1764],[407,0,17.2215],[1754,0,14.1879],[516,0,3.80989]]], +[[6380.03,8016.88,0],0,false,[[1521,0,165.707],[2120,0,253.355]]],[[9727.21,8326.89,0],0,false,[[3827,0,116.027]]],[[6419.39,14303.4,0],0,false,[[3463,0,9.96185]]],[[11219.4,6410.11,0.0424805],0,false,[[2621,0,128.519],[3305,0,111.966]]],[[15985.8,13088.3,0],0,false,[[2285,0,62.1963],[4609,0,291.678]]], +[[19073.9,2023.55,0],0,false,[[4058,0,103.957],[1191,0,98.9726]]],[[6610.66,8699.59,0],0,false,[[2872,0,389.942],[2242,0,53.9928]]],[[8188.72,3994.29,0],0,false,[[4520,0,376.325],[4417,0,191.446]]],[[7470.5,14514.1,0],0,false,[[625,1,32.0859],[2389,1,60.1348]]],[[12000.6,2195.94,0],0,false,[[829,2,111.93],[2095,2,124.096]]], +[[13441.2,10690.3,0],0,false,[[3891,0,281.886],[1652,0,287.182]]],[[7535.01,1516.23,0],0,true,[[1858,0,231.468],[3992,0,23.228],[229,0,12.8163]]],[[6234.09,15065.5,0],0,true,[[2298,0,40.3032],[2290,0,14.7171],[4099,0,16.0603]]],[[6234.01,2679.4,0],0,false,[[17,0,278.227],[22,0,40.8192]]],[[7653.84,1287.26,0],0,false,[[2889,0,64.3351]]], +[[1123.1,2090.76,0],0,true,[[3145,0,255.554],[1101,0,214.015],[41,0,180.272]]],[[7577.56,14486.5,0],0,false,[[811,0,146.975],[15,0,8.58707]]],[[13026.7,3619,0],0,false,[[2011,2,178.799],[4026,2,148.75]]],[[2568.46,10966.6,0],0,true,[[2131,0,167.819],[4754,0,24.6352],[1462,0,33.8913]]],[[17658,1056.68,0],0,false,[[1979,0,59.9426],[2570,0,95.5031]]], +[[6643.92,8388.73,0],0,false,[[1382,0,240.046],[1770,0,293.239]]],[[2915.89,12376.2,0],0,false,[[4680,0,369.478]]],[[16981.3,8935.08,0],0,false,[[2434,0,281.279],[987,0,257.285]]],[[2328.48,9262.11,0],0,true,[[1900,0,25.8241],[2221,0,328.842],[1946,0,70.4419]]],[[9392.53,10539.3,0],0,true,[[345,1,5.02632],[807,1,46.5758],[2299,1,6.60506]]], +[[7990.3,12022.6,0],0,true,[[2830,0,20.4617],[3989,0,27.1994],[1973,0,16.6885]]],[[17376.5,2765.73,0],0,false,[[4115,0,374.487],[2141,0,357.441]]],[[5898.37,15297.9,0],0,false,[[1859,0,14.6139],[3872,0,31.0369]]],[[11543.9,12842.2,0],0,false,[[3692,0,46.7254],[2490,0,16.7707]]],[[525.562,6866.57,0],0,false,[[2985,0,255.94],[1369,0,73.5104]]], +[[1280.48,7523.6,0],0,true,[[3485,2,21.7007],[147,2,41.0549],[3587,2,9.08751],[2346,2,11.3584]]],[[14579.3,2623.43,0],0,true,[[2694,0,211.256],[4578,0,11.0021],[2279,0,5.74724]]],[[773.184,7613.76,0],0,false,[[3767,0,107.655],[4381,0,94.9514]]],[[540.826,5282.4,0],0,true,[[3156,0,4.77735],[1425,0,150.531],[1746,0,5.49989]]],[[9404.62,8328.83,0],0,false,[[4584,0,70.7776],[2018,0,66.6217]]], +[[785.873,15078.1,0],1,false,[[3425,0,56.5684],[3347,0,84.2705]]],[[20474.1,2166,0],0,false,[[1473,0,333.207],[875,0,202.22]]],[[1265.04,1315.99,0],0,false,[[2667,0,75.7608],[401,0,217.23]]],[[6119.65,11259.4,0],0,false,[[3951,0,36.7669]]],[[4625.38,11015.6,0],0,false,[[1158,0,42.4823],[3222,1,5.00414]]], +[[9424.07,10551.5,0],0,true,[[3247,1,7.29795],[345,1,30.7109],[3136,1,5.99465]]],[[8159.96,14463.7,0],0,true,[[2711,0,17.6198],[2130,0,16.6577],[2224,0,7.97403],[3319,0,4.78168]]],[[7125.26,14883.2,0],0,false,[[723,0,67.8975]]],[[2596.7,7216.12,0],0,false,[[18,1,66.9315]]],[[4971.08,4797.29,0],0,true,[[1893,0,14.7842],[2381,0,16.8704],[979,0,18.8632]]], +[[5027.06,8267.17,0],0,false,[[2495,0,174.455],[1373,0,68.5451]]],[[16385,13991.1,0],0,false,[[2945,0,15.7041],[423,0,130.009]]],[[20427.2,15602.2,0],0,true,[[3017,0,20.4751],[647,0,85.6141],[822,0,8.0001]]],[[11676.6,234.085,0],0,false,[[3420,0,13.3288],[3955,0,51.7266]]],[[13191.9,9881.15,0],0,true,[[4644,0,71.8203],[1020,0,27.605],[1747,0,10.8346]]], +[[14135.4,11635.8,0],0,false,[[719,0,393.526],[137,0,102.315]]],[[3304.12,12447.7,0],0,true,[[4569,0,22.4859],[4097,0,6.61092],[727,1,4.62995]]],[[3062.9,9631.84,0],0,true,[[2652,0,2.78395],[4153,0,7.12364],[2974,0,5.4755]]],[[6780.64,4635.24,0],0,false,[[3517,0,246.092],[2656,0,146.235]]],[[12779.6,10101.6,0],0,true,[[328,0,41.3594],[60,0,27.1686],[4506,0,11.3522],[251,0,17.1743]]], +[[10460.9,4934.87,0],0,false,[[492,1,329.871],[3720,1,148.563]]],[[242.501,15362.9,0],1,false,[[2493,0,27.2604],[382,0,103.859]]],[[20302.8,1769.52,0],0,false,[[1398,0,85.7323],[2792,0,19.9414]]],[[2859.62,9700.04,0],0,false,[[3501,0,120.042],[3089,0,38.5967]]],[[16626.2,5251.54,0],0,false,[[4304,0,11.1399]]], +[[13223.2,11178.4,0],0,false,[[3151,1,246.471],[1496,1,66.6209]]],[[5493.32,2725.48,0],0,false,[[513,0,61.4214],[3819,0,303.437]]],[[19927,9835.62,0],0,false,[[991,0,30.3478],[4671,0,57.1999]]],[[6204.09,14603.9,0],0,true,[[4654,0,146.567],[3372,0,16.3771],[2632,0,11.8538]]],[[6069.5,14150.3,0],0,true,[[1262,0,12.1017],[1856,0,23.8283],[3041,0,4.36587]]], +[[788.499,16170.5,0],1,true,[[1526,0,18.3643],[324,0,207.037],[932,0,10.3991]]],[[2652.82,8673.95,0],0,true,[[3083,0,16.3346],[3349,0,11.2863],[4261,0,9.83063]]],[[16160.6,11077.8,0],0,false,[[3726,0,26.0196],[4355,0,375.905]]],[[20041.9,12971.9,0],0,false,[[838,0,16.3002],[327,0,72.001]]],[[17640.9,2138.74,0],0,false,[[574,0,32.5189]]], +[[18098.1,1992.36,0],0,false,[[3387,0,18.5201],[4648,0,43.8327]]],[[2683.31,8509.41,0],0,false,[[1686,0,16.0848]]],[[15234.8,5260.72,0],0,false,[[180,0,22.6207]]],[[7869.37,12032.5,0],0,false,[[3291,0,60.9482],[3238,0,42.9257]]],[[12901,6579.52,0],0,false,[[4385,0,89.5486],[4371,0,115.535]]], +[[14321.7,16178.8,0],5,false,[[761,0,161.735]]],[[3314.09,10760.2,0],0,false,[[2897,0,128.104],[2314,0,234.071]]],[[3014.97,9927.3,0],0,true,[[358,1,4.27649],[4159,0,276.599],[4710,1,9.73968]]],[[7126.76,14563.8,0],0,true,[[2777,0,22.4388],[4458,0,22.0417],[3032,0,9.11232]]],[[5010.22,12828.6,0],0,false,[[525,1,286.788],[3904,1,226.391]]], +[[15731.2,6314.4,0],0,false,[[2278,0,90.6672],[4438,0,40.7951]]],[[2691.57,8005.68,0],0,false,[[1104,1,156.45],[3687,1,256.095]]],[[19925.4,15226.3,0],0,true,[[424,0,161.774],[12,0,12.7447],[4507,0,9.42849]]],[[20004.1,14430.7,0.0415649],0,false,[[2573,0,17.5045],[405,0,22.7986],[4469,0,88.7548]]],[[6556.36,2892.21,0],0,false,[[2682,0,337.796],[1353,0,19.5876]]], +[[7565.77,12336.2,0],0,false,[[1956,0,18.1977]]],[[18233.8,2628.65,0],0,false,[[4709,0,142.901],[2791,0,109.903]]],[[14337,1166.49,0],0,true,[[2330,0,132.783],[2876,0,94.5971],[5,0,26.2047]]],[[13686.6,1738.24,0],0,false,[[1618,0,100.543],[356,0,12.2076]]],[[7014.13,12847.3,0],0,true,[[3879,1,227.55],[696,1,19.6938],[1592,1,11.2553]]], +[[1610.08,7591.59,0],0,true,[[1304,0,140.942],[1887,0,4.61101],[3646,0,5.25236]]],[[19366.7,7955.72,0],0,true,[[2371,1,7.80142],[2073,1,13.0186],[16,1,2.46866]]],[[4475.25,10214.8,0],0,true,[[3588,0,361.847],[1484,0,4.36544],[2335,0,4.88556]]],[[11218.2,12429.1,0],0,true,[[1825,0,24.5443],[1234,0,18.5182],[4439,0,3.65392]]],[[3843.11,12937.9,0],0,false,[[3685,0,99.9503],[1954,0,110.917]]], +[[5109.53,13310,0],0,true,[[771,0,5.51468],[312,0,0.240536],[1091,1,9.08599],[3453,0,4.33726]]],[[2643.19,8675.79,0],0,true,[[820,0,45.7734],[3349,0,2.33346],[4231,0,9.83063]]],[[18643,2848.5,0],0,false,[[2102,0,53.6454],[3983,0,56.0143]]],[[6968.72,14416.8,0],0,true,[[3055,0,66.137],[2500,0,28.2552],[1692,0,7.84554],[2837,0,16.1671]]],[[3382.83,10443.7,0],0,true,[[4683,0,262.835],[1305,0,19.0961],[1861,0,8.59078]]], +[[17444,7201.76,0],0,false,[[2904,0,352.352],[3718,0,65.7981]]],[[1216.4,14456.7,0],1,false,[[769,0,333.171],[3885,0,147.405]]],[[17314.1,316.239,0.0419922],0,false,[[3018,0,78.5464],[968,0,81.5449]]],[[6668.42,2943.7,0],0,false,[[3118,0,91.0378]]],[[19568.8,11128,0],0,true,[[2281,0,13.6806],[3795,0,26.718],[2086,0,4.98663],[1408,0,2.87927]]], +[[6868.84,573.547,0],0,true,[[4655,0,18.6275],[3914,0,83.3478],[2611,0,14.491]]],[[7749.45,5579.15,0],0,false,[[1546,0,25.5921],[4085,0,154.435]]],[[10567.4,11369.6,0],0,false,[[55,0,162.587],[547,0,121.097]]],[[16522.3,14169.5,0],0,true,[[887,0,10.2371],[4068,0,271.465],[3409,0,17.0925]]],[[11813.1,21.7283,0],0,false,[[653,0,2.62305],[154,0,15.2056]]], +[[959.891,8397.6,0],0,true,[[3093,2,371.777],[1877,2,22.4232],[1705,2,5.07193]]],[[4121.62,6118.44,0],0,false,[[1140,0,395.634],[1039,0,354.456]]],[[4777.57,10900.7,0],0,true,[[737,0,24.4806],[1098,0,22.8944],[857,0,15.6469]]],[[1843.59,6421.55,0],0,true,[[2607,2,6.07198],[895,0,128.141],[4558,0,4.68593],[23,0,8.31238]]],[[11718.2,13.7353,0],0,false,[[3042,0,35.2684],[3399,0,54.7997]]], +[[1204.48,3090.58,0],0,true,[[2208,0,87.5114],[114,0,215.217],[1097,0,101.777]]],[[2129.91,1712.75,0],0,false,[[3711,0,371.138],[4337,0,270.72]]],[[15774.3,10205,0],0,true,[[546,0,14.2808],[4488,0,28.3565],[3876,0,11.0712]]],[[6339.27,14149.4,0],0,true,[[3676,0,20.5344],[65,0,20.4672],[2213,0,9.86896]]],[[12583.9,6949.68,0],8,false,[[2754,0,87.3582]]], +[[5250.8,13997.4,0],0,false,[[1744,1,151.752],[4730,1,69.6812]]],[[910.723,3332.05,0],0,false,[[3468,0,82.6891],[3373,0,102.728]]],[[2063.6,3800.94,0],0,false,[[4599,0,22.6472]]],[[17222.9,14676.5,0],0,false,[[4342,0,268.498],[4554,0,40.0332]]],[[6000.19,9322.67,0],0,true,[[545,0,143.637],[1621,0,25.6361],[3276,0,196.056]]], +[[1506.52,6003.08,0],0,false,[[3580,0,300.189],[3251,0,208.902]]],[[18955.5,2741.62,0],0,true,[[489,0,11.8776],[2185,0,194.679],[285,0,12.7366]]],[[12675.1,11822.8,0],0,false,[[774,1,354.875],[3215,1,276.022]]],[[16457.9,10729.9,0],0,false,[[4355,0,124.143],[1422,0,221.319]]],[[8959.77,714.425,0],0,false,[[237,0,148.026],[2166,0,302.645]]], +[[17079.4,10354.6,0],0,true,[[1352,0,390.602],[3971,0,10.2033],[2132,0,10.7087]]],[[12845.8,5951.75,0],0,true,[[197,0,87.7791],[610,0,26.8221],[2742,0,14.8596]]],[[445.347,13756,0],1,true,[[2743,0,34.1589],[2863,0,154.588],[2587,0,30.4814]]],[[20049,10104.9,0],0,false,[[4665,0,246.443],[4480,0,216.625]]],[[11865.1,17.0676,0],0,false,[[4692,0,26.9337],[3919,0,42.3786]]], +[[14930.1,4145.63,0],0,false,[[79,0,124.974],[886,0,234.825]]],[[4870.43,3751.59,0],0,false,[[683,0,49.3753],[4597,0,118.082]]],[[7626.65,1389.56,0],0,false,[[1165,0,29.1965],[701,0,11.9887]]],[[11278.9,12481,0],0,true,[[3634,0,16.0172],[593,0,13.0113],[588,0,9.429]]],[[16625.1,5240.46,0],0,true,[[3760,0,16.739],[4224,0,11.1399],[4484,0,4.44795]]], +[[11526.4,703.598,0],0,false,[[675,2,82.7607],[3808,2,44.5796]]],[[8127.7,11850.5,0],0,true,[[1335,1,50.1458],[3384,1,21.2019],[2729,1,3.28081]]],[[6233.22,14182.5,0],0,false,[[507,0,13.8271],[3267,0,18.6633]]],[[8664,13109.4,0],0,true,[[330,1,5.77011],[1302,0,251.197],[2494,0,4.10755]]],[[12076.1,2389.09,0],0,false,[[1919,0,85.8556],[1228,0,152.072]]], +[[7638.9,1373.29,0],0,false,[[701,0,25.3752],[2889,0,23.0489]]],[[5096.03,8229.06,0],0,false,[[1128,0,45.7106],[1760,0,79.1458]]],[[6432.35,14233.3,0],0,true,[[2768,0,16.4032],[985,0,12.9914],[1864,0,9.84486],[290,0,12.3766]]],[[19963.1,4599.82,0],0,true,[[1843,0,21.3055],[1150,0,107.727],[2470,0,3.58815]]],[[6227.34,14443.9,0],0,false,[[2390,0,20.6447],[325,0,61.2432]]], +[[10357.8,7831.72,0],0,false,[[4349,0,239.92],[2491,0,184.657]]],[[6928.78,12626,0],0,false,[[3812,0,236.286],[4103,0,19.6797]]],[[2624.11,8504.92,0],0,false,[[4502,1,207.188],[1221,1,21.253]]],[[6353.26,14113.5,0],0,false,[[3916,0,35.631]]],[[292.441,7153.98,0],0,false,[[3401,0,65.5025],[2614,0,43.4472]]], +[[3124.9,10063.7,0],0,true,[[358,1,172.206],[481,1,3.1885],[2774,1,7.83833],[373,1,7.41609]]],[[7095.49,14826.8,0],0,false,[[4111,0,28.4766],[1906,0,42.8456]]],[[17849.4,16026.1,0],0,true,[[3695,1,33.5916],[888,1,55.763],[3176,1,23.1856]]],[[7289.67,14627,0],0,false,[[2465,0,19.5518],[2779,0,7.19564],[698,0,15.1163]]],[[11269,12504.3,0],0,false,[[989,0,51.8778],[4034,0,12.8776]]], +[[10480.5,10702.2,0],0,false,[[224,0,42.6777],[2855,0,120.367]]],[[14862.4,6457.13,0],0,true,[[3641,0,3.23127],[2546,0,5.64152],[3070,0,3.32713]]],[[13064.6,11124.9,0],0,false,[[91,1,77.7672],[921,1,54.9344]]],[[7332.49,14439.8,0],0,true,[[4001,1,33.9058],[4460,1,15.9219],[1499,1,5.31134]]],[[14234.7,11733.8,0],0,false,[[1418,0,21.028],[426,0,190.798]]], +[[744.772,14817.5,0],1,true,[[782,0,11.2205],[207,0,109.349],[3259,0,5.55813]]],[[10922.9,9130.16,0],0,true,[[2003,0,1.9584],[2892,0,2.25821],[2664,0,2.78125]]],[[6570.73,641.813,0],0,false,[[2399,0,25.653],[2611,0,302.923]]],[[248.036,7140.56,0],0,false,[[3752,0,48.9188],[3779,0,16.5972]]],[[17639.2,1489.07,0],0,false,[[1996,0,63.5258],[234,0,35.2901]]], +[[6640.62,14732.2,0],0,false,[[1131,0,20.8784],[2775,0,19.5337]]],[[3471.88,12596.8,0],0,false,[[2908,0,102.575]]],[[2349.48,1845.54,0],0,false,[[4281,0,270.72],[3009,0,113.729]]],[[17252.9,3831.47,0],0,true,[[4346,0,20.7437],[1287,0,21.2448],[3137,0,35.0802]]],[[6911.54,14593.8,0],0,false,[[3749,0,25.2304],[1315,0,20.45]]], +[[11874.1,150.641,0],0,true,[[2187,0,40.4153],[1584,0,24.4041],[1980,0,18.5904],[2488,0,10.5355]]],[[11626.1,212.963,0],0,false,[[865,2,63.7308],[1471,2,64.6678]]],[[17084.8,14896.8,0],0,true,[[2591,0,7.91813],[4288,0,268.498],[1528,0,6.22062]]],[[20477.3,12772.3,0],0,false,[[1095,0,334.02]]],[[9577.94,7657.64,0],0,false,[[3170,0,229.494],[2704,0,256.806]]], +[[19399.4,6528.57,0],0,false,[[3764,1,123.43],[4608,1,180.404]]],[[17232.2,3832.16,0],0,true,[[1824,0,15.8775],[4338,0,20.7437],[2088,0,7.09972]]],[[11858.2,6.55465,0],0,false,[[2074,0,14.7861]]],[[1308.04,3135.96,0],0,false,[[2499,0,24.8474],[1097,0,15.7926]]],[[10375,7594.38,0],0,false,[[105,0,319.354],[4315,0,239.92]]], +[[6466.06,12823.4,0],0,false,[[3880,0,165.45],[1945,0,4.99037]]],[[1824.59,1190.61,0],0,false,[[108,0,242.624],[3428,0,308.939]]],[[17394.3,12588.6,0],0,false,[[1154,0,389.301],[3750,0,33.0225]]],[[19155.3,11049.5,0],0,true,[[4004,2,70.2803],[1281,2,12.4402],[1714,2,2.24142]]],[[15594.8,13281.1,0],0,true,[[813,0,9.72244],[176,0,17.4803],[24,0,5.83871]]], +[[16434.2,10839.5,0],0,false,[[4232,0,375.905],[4293,0,124.143]]],[[7123.73,14493.6,0],0,true,[[4786,0,27.3444],[1873,0,26.1174],[1963,0,19.2233]]],[[13106.6,7656.76,0],0,false,[[4021,0,80.6783]]],[[4873.08,10876.9,0],0,false,[[2099,0,17.1207]]],[[13745.4,5491.6,0],0,false,[[1792,0,389.461],[2548,0,22.2573]]], +[[16405.2,4212,0],0,false,[[1986,0,26.4589],[4524,0,353.299]]],[[734.632,10112,0],0,true,[[199,0,346.472],[1701,0,19.6283],[3763,0,12.9796]]],[[12804.1,4992.95,0],0,false,[[2284,0,292.62]]],[[11210.8,12348.9,0],0,true,[[636,0,10.5325],[3418,0,12.6335],[170,0,4.94688]]],[[4959.33,14030.4,0],0,false,[[2023,0,37.8495],[1791,0,157.103]]], +[[1439.06,17101.6,0],1,false,[[297,0,287.332],[1438,0,121.104]]],[[12607.5,7082.98,0],8,false,[[3668,0,57.7094],[2754,0,48.2945]]],[[4386.93,13507.8,0],0,false,[[2714,0,346.642]]],[[5784.04,1283.32,0],0,false,[[1737,0,99.5592],[2292,0,21.4524]]],[[5089.96,13334.3,0],0,true,[[3770,0,10.8548],[3898,0,5.71276],[2846,0,2.72325]]], +[[5494.3,15431.2,0],0,false,[[2338,1,27.7002],[98,1,19.4277]]],[[13011.5,6601.92,0],0,false,[[4239,0,115.535]]],[[441.894,18522.4,0],1,true,[[4732,0,12.5417],[3622,0,19.4008],[4492,0,15.2523]]],[[8545.54,1955.47,0],0,false,[[32,0,130.566],[456,0,123.021]]],[[18214.5,1163.37,0],0,false,[[0,0,58.7663],[1513,0,46.3041]]], +[[13145.8,9846.38,0],0,false,[[1747,0,59.5094],[2449,0,56.6176]]],[[12329.7,2724.12,0],0,true,[[2670,0,5.71096],[1679,0,130.483],[3248,0,5.68258]]],[[2756.07,11041.7,0],0,false,[[3931,0,33.6021]]],[[13649.9,8470,0],0,true,[[1127,0,8.4383],[2368,0,404.074],[868,0,8.43323]]],[[6511.88,14889.9,0],0,false,[[4678,0,70.4269],[1054,0,96.5257]]], +[[2944.09,11585.5,0],0,false,[[3220,0,272.549],[2327,0,297.835]]],[[678.716,7622.69,0],0,false,[[4197,0,94.9514]]],[[7229.54,14542.8,0],0,true,[[1456,0,20.2242],[4676,0,21.3073],[3551,0,17.55],[4566,0,16.5189]]],[[1248.32,8897.49,0],0,true,[[305,0,19.7182],[3583,0,86.8963],[1684,0,8.01863]]],[[18475.5,3443.73,0],0,true,[[3163,0,11.1743],[2516,0,0.714975],[734,0,10.9474]]], +[[12917,6495.18,0],0,false,[[2245,0,194.797],[4239,0,89.5486]]],[[19898.4,9864.62,0],0,true,[[3940,0,63.2395],[991,0,10.456],[2429,0,3.95494],[110,0,7.25319]]],[[4847.85,10910.8,0],0,false,[[2099,0,25.1353],[480,0,25.6788]]],[[7168.05,14449.6,0],0,true,[[1072,1,26.5105],[442,1,48.9779],[230,1,15.8097],[2162,1,21.257]]],[[1049.26,1404.9,0],0,false,[[2866,0,184.179],[3528,0,297.193]]], +[[5425.07,15444.6,0],0,false,[[1878,1,19.9419]]],[[9657.36,5821.38,0],0,true,[[3945,0,3.37318],[749,0,12.8961],[3213,0,2.88245]]],[[11050.1,12232,0],0,false,[[4567,0,202.187],[1955,0,171.377]]],[[1617.66,7586.04,0],0,true,[[1887,0,5.06275],[2049,0,146.466],[38,0,2.48836]]],[[8211.5,5712.71,0],0,false,[[4545,0,47.0628],[314,0,335.196]]], +[[9515.22,5884.9,0],0,false,[[2782,0,119.681],[4691,0,25.3535]]],[[586.179,15181.5,0],1,false,[[2027,0,73.7385],[4028,0,77.24]]],[[12964.6,11137.1,0.00195313],0,false,[[894,0,34.5869],[918,0,34.5869]]],[[1138.93,6748.48,0],0,true,[[2735,0,49.6597],[2443,0,4.64738],[365,0,2.85314]]],[[9472.87,10651.1,0],0,true,[[2163,1,2.34891],[2341,1,3.81744],[2888,1,4.13946]]], +[[18665.8,1861.35,0],0,false,[[3398,0,191.445],[3351,0,209.406]]],[[1872.68,5569.86,0],0,false,[[3024,0,136.092],[155,0,300.775]]],[[17254.3,3650.21,0],0,false,[[148,0,74.4203],[4788,0,91.9342]]],[[11065,1969.59,0],0,false,[[770,0,223.808]]],[[11248.5,12411.2,0],0,true,[[2829,0,20.8304],[1593,0,9.72796],[1723,0,10.0643]]], +[[6048.43,13296.1,0],0,false,[[1026,0,48.2128],[2375,0,359.973]]],[[17238.6,8231.57,0],0,true,[[4448,0,225.285],[603,0,6.0543],[1657,0,2.62379]]],[[17923.9,15851,0],0,true,[[4636,1,98.0807],[4112,1,15.0635],[3948,1,21.6473]]],[[9285.83,908.146,0],0,false,[[4784,0,169.77],[4106,0,168.759]]],[[12416.1,12616.3,0],0,false,[[3172,1,195.928]]], +[[7087.53,14470.9,0],0,false,[[2079,0,27.0889],[3350,0,19.3143]]],[[17945.3,3061.17,0],0,false,[[3637,0,229.991],[2171,0,391.239]]],[[18087.3,2742.11,0],0,false,[[2334,0,62.1254],[1448,0,32.3641]]],[[473.046,9873.97,0],0,true,[[2917,0,146.601],[2484,0,9.76465],[2126,0,7.89391]]],[[8462.2,11069.5,0],0,true,[[2649,1,7.69122],[4575,1,216.579],[1501,1,8.39281]]], +[[4774.18,11676.9,0],0,false,[[1703,1,282.863],[3851,1,265.192]]],[[7197.33,14607.9,0],0,true,[[3138,0,18.336],[1922,0,27.7009],[1972,0,46.7127]]],[[8008.84,3931.31,0],0,true,[[140,0,320.558],[4663,0,212.588],[4172,0,191.446]]],[[19933.6,14285.9,0.0415649],0,false,[[4469,0,72.2313],[2265,0,45.4747],[1058,0,41.1234]]],[[4580.98,3033.4,0],0,true,[[786,0,315.112],[3325,0,12.1598],[1153,0,8.5163]]], +[[6097.52,836.045,0],0,true,[[4130,0,3.61742],[2005,0,173.914],[4601,0,6.34985]]],[[9644.97,5842.36,0],0,true,[[1995,0,4.69453],[1976,0,5.7686],[1120,0,6.62899]]],[[11937.6,2262.16,0],0,false,[[3854,0,132.134],[1919,0,103.602]]],[[1365.84,6655.14,0],0,false,[[2757,0,245.031],[692,0,85.6854]]],[[11564,3084.96,0],0,true,[[488,0,14.8205],[3835,0,284.341],[1349,0,9.24313]]], +[[6385.53,14286.7,0],0,true,[[4535,0,13.6375],[2301,0,14.3391],[4574,0,6.35223]]],[[1828.02,6620.55,0],0,false,[[1443,0,30.6386]]],[[11132,1164.56,0],0,false,[[2115,0,379.355],[798,0,323.367]]],[[2608.48,1066.27,0],0,true,[[4572,0,146.786],[2749,0,19.4503],[1520,0,9.2911]]],[[7673.86,14228.4,0],0,true,[[3058,0,108.967],[2366,0,12.7694],[3512,0,6.9107]]], +[[14696.7,3405.27,0],0,false,[[4494,0,15.6591]]],[[6142.71,14271.3,0],0,false,[[464,0,5.10372],[3500,0,9.2985]]],[[5892,3884.84,0],0,true,[[3969,0,158.582],[344,0,18.7512],[259,0,13.8726]]],[[18234.2,5756.37,0],0,false,[[2240,0,340.658],[1794,0,380.957]]],[[16121.7,14264.4,0],0,false,[[1451,0,22.2987],[3142,0,23.3537]]], +[[672.465,15137.3,0],1,false,[[3347,0,43.6387],[2027,0,23.2176]]],[[6152.2,14159.5,0],0,false,[[3467,0,59.5645],[1633,0,62.4633]]],[[7114.63,14571.5,0],0,true,[[3032,0,8.72379],[1754,0,9.44141],[4458,0,10.755]]],[[15743.8,6353.19,0],0,false,[[4245,0,40.7951],[138,0,390.266]]],[[11218.5,12432.8,0],0,true,[[1512,0,11.6126],[1143,0,19.1368],[4258,0,3.65392],[1234,0,15.1636]]], +[[3082.54,10109.3,0],0,true,[[3454,0,223.62],[4639,0,26.8736],[2774,0,57.9136]]],[[4580.33,11067.8,0],0,false,[[937,0,34.342]]],[[6096.92,11115.6,0],0,true,[[1482,0,18.7668],[3917,0,8.59918],[2870,0,4.053]]],[[15997.6,1606.27,0],0,false,[[364,0,147.84]]],[[16340.4,13934.2,0],0,true,[[1869,0,19.2149],[2945,0,56.6507],[3536,0,75.3345]]], +[[922.128,7400.41,0],0,true,[[3312,0,18.5891],[617,0,300.38],[1600,0,76.012]]],[[2564.61,10159.7,0],0,false,[[2983,0,155.464],[3591,0,202.536]]],[[14694.5,12699.9,0],0,false,[[3850,0,41.1921]]],[[17077.7,8388.54,0],0,false,[[1993,0,115.455],[4406,0,225.285]]],[[10676.2,2465.76,0],0,false,[[1021,1,4.65637],[412,1,284.647]]], +[[3266.84,11185.3,0],0,true,[[809,0,19.157],[3450,0,285.702],[3295,0,18.7934]]],[[7923.63,11984.8,0],0,true,[[1918,0,17.6919],[1019,0,80.4961],[3238,0,29.3535]]],[[2670.59,11574.8,0],0,true,[[384,0,257.787],[432,0,17.0541],[3220,0,10.7421]]],[[11733.2,163.701,0],0,true,[[1836,0,62.5757],[4727,0,11.893],[3126,0,10.6943]]],[[5008.24,14038.3,0],0,true,[[2606,0,6.61801],[146,0,5.70754],[106,0,1.32182],[2511,0,3.84758]]], +[[17432.5,487.859,0.0460205],0,false,[[3965,0,84.3191],[3304,0,79.254]]],[[6838.19,11601.8,0],0,true,[[2303,0,4.95676],[3382,0,5.89356],[3164,0,10.2923],[1056,0,12.09]]],[[13221.8,9844.92,0],0,false,[[1020,0,19.3777]]],[[7114.68,14582.3,0],0,true,[[4243,0,22.0417],[1096,0,21.2608],[4437,0,10.755],[3032,0,13.2134]]],[[6.68107,14840.4,0],1,false,[[1185,0,331.128]]], +[[7345.82,14448.5,0],0,false,[[4328,1,15.9219],[419,1,14.745]]],[[6273.4,14204.9,0],0,false,[[3594,0,23.7754],[2730,0,45.8777]]],[[9454.29,2908.98,0],0,false,[[3957,0,30.9783],[1071,0,348.613]]],[[18345.7,1359.83,0],0,true,[[2460,0,3.70402],[1788,0,108.331],[2339,0,5.15466]]],[[6730.24,11328.6,0],0,true,[[417,0,30.4987],[2609,0,7.47812],[1607,0,3.66622],[897,0,8.30177]]], +[[6847.82,4758.29,0],0,true,[[2656,0,6.43112],[2481,0,6.57228],[2526,0,2.84604]]],[[18803.1,15961.7,0],0,true,[[2263,0,24.7649],[4148,0,27.2311],[2519,0,39.6375],[1147,0,12.0253]]],[[20319.9,1745.72,0],0,false,[[4508,0,120.638],[4686,0,25.1329]]],[[2950.92,8711.03,0.00189209],0,false,[[3862,0,22.6065],[3269,0,77.1363]]],[[19965.3,14350.9,0.0415649],0,false,[[4248,0,88.7548],[4418,0,72.2313]]], +[[5322.18,8642.07,0],0,false,[[1760,0,394.534],[2786,0,247.7]]],[[12953.2,11397.3,0],0,false,[[3340,1,68.2605]]],[[6776.79,14554.4,0],0,true,[[3297,0,14.1901],[2288,0,14.7933],[3830,0,5.29816]]],[[7277.33,14461.2,0],0,false,[[1504,1,22.7757],[3865,1,20.2221]]],[[7179.96,13531,0],0,false,[[2161,1,31.8624],[1321,1,327.87]]], +[[17715.8,2994.26,0],0,true,[[97,0,6.22138],[780,0,6.96011],[2671,0,20.7791],[3637,0,11.9726]]],[[12330.1,5439.47,0],0,false,[[94,0,108.966]]],[[16347.5,7564.16,0],0,true,[[1361,0,24.6071],[3040,0,52.7986],[3161,0,13.582]]],[[4816.81,10952,0],0,false,[[480,0,25.9231],[2859,0,82.8012]]],[[4780.71,13967.7,0],0,true,[[3738,0,6.16694],[1043,0,4.25619],[3391,0,3.34855]]], +[[19911.7,9960.44,0],0,false,[[4298,0,216.625],[2429,0,94.9545]]],[[20140.4,15617.8,0],0,false,[[3364,0,136.926]]],[[766.096,16163.5,0],1,true,[[932,0,13.1067],[4040,0,121.348],[2157,0,3.92172],[1526,0,5.30455]]],[[7022.76,14722.2,0],0,true,[[2104,0,68.1561],[2907,0,5.07306],[3103,0,7.29014]]],[[16626.6,5236.28,0],0,true,[[4304,0,4.44795],[3031,0,9.67725],[3760,0,12.9134]]], +[[19776.4,7841.1,0],0,false,[[3121,0,345.713],[518,0,262.548]]],[[6265.4,14096.4,0],0,true,[[3704,0,22.5781],[576,0,18.3213],[2949,0,28.8213]]],[[7961.25,5942.2,0],0,false,[[3934,0,235.759],[439,0,145.446]]],[[15746,10204.1,0],0,false,[[4282,0,28.3565]]],[[3954.94,11325.3,0],0,false,[[427,0,25.1596],[866,0,88.4179]]], +[[5509.29,10759.4,0],0,false,[[3007,0,127.567]]],[[8361.74,3123.74,0],0,true,[[1655,0,14.7286],[1159,0,264.601],[3068,0,10.7253]]],[[426.668,18521.6,0],1,true,[[4732,0,27.3561],[4571,0,99.0828],[4372,0,15.2523]]],[[6174.19,14217.8,0],0,false,[[3792,0,35.1795],[4679,0,36.9755]]],[[14712.2,3404.7,0],0,true,[[4430,0,15.6591],[1826,0,8.59211],[1780,0,101.726]]], +[[9379.21,5897,0],0,false,[[4691,0,111.572],[1932,0,221.301]]],[[6049.46,13951.2,0],0,false,[[1060,0,141.456]]],[[2729.86,9044.7,0],0,false,[[3473,0,90.3726]]],[[11347.8,12330.8,0],0,true,[[3043,0,42.6294],[3214,0,51.165],[1785,0,62.2652]]],[[3568.07,5544.63,0],0,false,[[2013,0,339.631],[4137,0,323.932]]], +[[6173.48,646.351,0],0,false,[[2787,0,108.524],[1622,0,111.395]]],[[5117.04,13345.6,0],0,true,[[1561,1,13.9527],[2884,0,5.66419],[4556,0,0.288893],[1844,0,5.72484],[86,0,4.4598],[2954,1,17.4072]]],[[2586.69,8302.03,0],0,true,[[472,1,25.7641],[4317,1,207.188],[1728,1,11.4228]]],[[12411,12405.7,0],0,false,[[3215,1,370.875],[3172,1,14.7293]]],[[12596.9,2988.27,0],0,true,[[3449,0,17.6466],[885,0,33.0975],[1815,2,24.1817]]], +[[9636.66,10560.8,0],0,false,[[2207,1,135.782],[39,1,18.3381]]],[[12769.8,10095.9,0],0,true,[[3141,0,65.8702],[251,0,28.2197],[4219,0,11.3522]]],[[19921.8,15235,0],0,true,[[227,0,10.5053],[4247,0,9.42849],[12,0,3.33899]]],[[20270.1,1641.93,0],0,false,[[1325,0,384.965],[4467,0,120.638]]],[[13299.8,4192.99,0],0,false,[[3866,2,262.388],[3433,2,131.188]]], +[[16979,4871.52,0],0,false,[[3798,0,333.329],[1784,0,146.932]]],[[8037.12,944.636,0],0,false,[[374,0,351.953],[1260,0,128.969]]],[[14497,10161.8,0],0,false,[[3903,0,224.683],[3459,0,319.689]]],[[4851.88,10596.4,0],0,true,[[3620,0,222.231],[877,0,7.20324],[2988,0,4.31308]]],[[970.604,3424.26,0],0,false,[[2964,0,2.32127],[1530,0,1.46985]]], +[[17245.4,3780.88,0],0,true,[[3278,0,26.8707],[839,0,3.63493],[828,0,7.65199]]],[[11490.4,785.822,0],0,false,[[1669,0,28.0701],[2115,0,143.338]]],[[5720.87,10986.7,0],0,false,[[1559,0,25.5115],[3371,0,22.8921]]],[[639.089,16174.5,0],1,true,[[4040,0,13.296],[1848,0,329.93],[4098,0,7.28501]]],[[6882.03,14568.3,0],0,true,[[2847,0,24.2844],[1077,0,6.95877],[3749,0,14.849]]], +[[8496.83,3781.38,0],0,false,[[1638,0,90.8557],[4172,0,376.325]]],[[4440.9,8625.58,0],0,false,[[4536,0,136.897],[1137,0,169.503]]],[[11329.3,12566.6,0],0,false,[[1751,0,54.9225],[339,0,81.0049]]],[[6980.84,14458.4,0],0,true,[[951,0,30.629],[3592,0,32.9962],[4163,0,15.2928]]],[[16671,3995.75,0],0,false,[[4360,0,353.299],[2676,0,390.869]]], +[[2254.38,3425.8,0],0,false,[[3441,0,336.001],[2710,0,6.97575]]],[[9806.03,7835.6,0],0,true,[[1411,0,94.6399],[2209,0,3.52285],[709,0,7.48204],[4532,0,2.91537],[3321,0,7.72627]]],[[415.364,15941.2,0],1,true,[[4098,0,321.619],[3651,0,32.297],[381,0,14.7028]]],[[17670,1420.13,0],0,false,[[3298,0,7.62026],[4614,0,92.5902]]],[[4737.87,2543.85,0],0,false,[[1001,0,350.049],[3970,0,320.129]]], +[[13194.8,5154.23,0.0966806],0,false,[[4075,1,35.7463],[2947,1,10.5351]]],[[15737.4,10256.6,0],0,false,[[2584,0,61.1603],[1388,0,232.318]]],[[9803.38,7836.82,0],0,true,[[3321,0,5.70688],[2209,0,2.65082],[4526,0,2.91537]]],[[11457.3,12720.5,0],0,false,[[1247,0,61.8691],[2687,0,56.6104]]],[[3299.59,12404.7,0],0,true,[[1403,0,25.7808],[4569,0,20.7083],[4680,0,17.4508]]], +[[6371.94,14285.8,0],0,true,[[2944,0,25.1194],[4425,0,13.6375],[341,0,40.5525]]],[[4317.64,8666.15,0],0,false,[[714,0,22.273],[4521,0,136.897]]],[[16362,13875.6,0],0,false,[[1869,0,54.8226]]],[[17400.1,16509.3,0],0,true,[[1487,0,275.029],[2534,0,20.4722],[1727,1,5.94259]]],[[1114.26,14918.3,0],1,true,[[1310,0,237.868],[2501,0,19.1381],[2913,0,6.5118],[183,0,6.11645]]], +[[2942.21,742.627,0],0,false,[[3337,0,107.243],[3993,0,95.4885]]],[[15074.5,820.167,0],0,true,[[2220,0,93.1889],[781,0,23.7846],[3174,0,10.694]]],[[16324.6,7875.22,0],0,false,[[3040,0,259.675],[4774,0,80.0339]]],[[6320.22,14283.7,0],0,true,[[1541,0,22.2879],[2944,0,26.6986],[735,0,15.9086],[3182,0,7.59374]]],[[5810.23,15226.1,0],0,false,[[869,0,29.9818],[228,0,55.1908]]], +[[8169.24,5692.26,0],0,true,[[3374,0,5.41172],[4394,0,47.0628],[1868,0,10.3405]]],[[3194.98,13006.2,0],0,false,[[2111,0,23.7954],[431,0,39.2172]]],[[13678.9,1743.13,0],0,false,[[3647,0,212.583],[356,0,10.7203]]],[[1510.84,1263.42,0],0,false,[[3836,0,26.589],[3728,0,153.256]]],[[7621.53,1339.3,0],0,false,[[319,0,49.0579],[1165,0,22.0546]]], +[[5208.41,13802.4,0],0,true,[[2522,1,6.22915],[2189,0,6.35668],[1232,0,5.35915]]],[[14684.8,12764.2,0],0,false,[[3850,0,60.2241],[2622,0,165.76]]],[[2482.97,7456.58,0],0,true,[[1219,1,161.509],[493,1,26.9247],[914,1,9.74111]]],[[17840.5,15695.8,0],0,true,[[141,1,31.2696],[1235,1,28.8208],[760,1,16.0399]]],[[17262.8,14674.9,0],0,true,[[4288,0,40.0332],[1516,0,4.16882],[553,0,6.79829]]], +[[6038.08,559.256,0],0,true,[[1622,0,97.4371],[1730,0,77.5967],[755,0,64.4593]]],[[5117.17,13345.8,0],0,true,[[2884,0,5.93181],[4501,0,0.288893],[1561,1,14.2319],[1844,0,5.44807],[86,0,4.74851],[2954,1,17.1331]]],[[18709.6,3665.69,0],0,false,[[4109,0,386.723],[2516,0,324.628]]],[[1848.11,6422.77,0],0,true,[[2596,0,14.4138],[3882,0,20.1892],[23,0,4.39175],[2607,2,2.22502],[4278,0,4.68593],[2212,2,19.2109]]],[[8034.89,11981.5,0],0,false,[[3155,0,57.2698],[1177,0,11.2537]]], +[[19733.1,2405.55,0],0,true,[[1489,0,149.926],[3059,0,20.8251],[1093,0,14.8179]]],[[17801.3,15840.4,0],0,true,[[3395,1,25.4402],[2820,1,60.6276],[1614,1,24.6694]]],[[18605.1,14244.8,0],0,false,[[2801,0,209.192],[2260,0,143.398]]],[[13186,10036.8,0],0,true,[[2630,0,23.7675],[766,0,182.409],[612,0,12.1926]]],[[13963.9,8432.07,0],0,false,[[1124,0,215.007],[1127,0,318.813]]], +[[11273.4,12448.7,0],0,true,[[3896,0,42.9803],[3128,0,4.16193],[463,0,6.54495]]],[[7246.02,14541.7,0],0,true,[[3551,0,27.9824],[3452,0,25.4429],[1456,0,17.3684],[4382,0,16.5189]]],[[10900.3,12113.2,0],0,false,[[3923,0,396.009],[4392,0,202.187]]],[[7963.27,10293.9,0],0,false,[[2053,0,237.487],[1449,0,342.971]]],[[3302.31,12425.3,0],0,false,[[4534,0,20.7083],[4216,0,22.4859]]], +[[17203.2,3662.28,0],0,false,[[2448,0,35.8951],[1366,0,67.3758]]],[[329.812,18500.8,0],1,false,[[4492,0,99.0828],[1311,0,232.197]]],[[2637.09,922.307,0],0,true,[[2476,0,25.0058],[4428,0,146.786],[3147,0,12.8662]]],[[10867.3,1805.23,0],0,true,[[3119,0,20.012],[3611,0,55.5756],[3681,0,9.95931]]],[[6389.83,14291.3,0],0,true,[[1772,0,27.2268],[548,0,19.5721],[4425,0,6.35223],[2301,0,10.7068]]], +[[8285.62,10944.3,0],0,false,[[4414,1,216.579],[2972,1,237.588]]],[[11840.1,271.196,0],0,false,[[3722,0,23.2958],[123,0,46.9632]]],[[14927,672.644,0],0,true,[[289,0,3.4722],[120,0,109.478],[3107,0,8.49955]]],[[14577.4,2634.27,0],0,true,[[4196,0,11.0021],[1865,0,180.837],[2279,0,8.28856]]],[[16075.2,7298.9,0],0,false,[[3688,0,391.593],[1362,0,317.886]]], +[[7329.46,2061.85,0],0,false,[[213,0,191.408]]],[[16762.9,7151.45,0],0,false,[[1663,0,380.451],[676,0,217.43]]],[[2556.86,7766.9,0],0,false,[[3745,1,39.1111],[1104,1,134.501]]],[[18433.8,14678.5,0],0,false,[[2260,0,368.488],[1245,0,271.402]]],[[9390.5,8259.48,0],0,true,[[1524,0,110.261],[4199,0,70.7776]]], +[[3302.72,15788.2,0],6,true,[[2146,0,4.00354],[2603,0,4.22592],[3525,0,2.63459]]],[[2403.78,10582.8,0],0,true,[[1289,0,338.154],[3915,0,22.0323],[1786,0,13.1228]]],[[7683.94,12257.2,0],0,false,[[1267,1,21.7917],[1025,1,23.0449]]],[[146.62,7202.33,0],0,true,[[3635,0,4.28378],[3831,0,10.1488],[3078,0,6.76398]]],[[18068.9,2140.43,0],0,false,[[3774,0,20.2494],[127,0,71.4856]]], +[[7914.01,12122.8,0],0,false,[[3640,0,60.0345],[179,0,25.9648]]],[[11632.1,93.0791,0],0,false,[[2020,2,21.9199],[865,2,57.0103]]],[[19246.5,2176.24,0],0,false,[[2748,0,188.649],[2959,0,209.32]]],[[2446.52,2075.38,0],0,true,[[2899,0,22.7667],[204,0,273.308],[679,0,42.8557]]],[[16646.4,13311.9,0],0,false,[[72,0,282.809],[1222,0,390.884]]], +[[15996.7,10005.8,0],0,false,[[490,0,363.264],[3197,0,234.864]]],[[15374.7,6236.41,0],0,true,[[2815,0,14.7287],[1587,0,11.3203],[320,0,10.0591]]],[[4945.77,3707.56,0],0,false,[[4301,0,118.082],[1273,0,240.288]]],[[1347.62,14106.2,0],1,false,[[858,0,244.776]]],[[2082.92,3812.77,0],0,false,[[1609,0,67.4597],[4287,0,22.6472]]], +[[19053.2,2082.93,0],0,false,[[4134,0,131.827],[2748,0,26.2113]]],[[6100.32,830.346,0],0,true,[[4130,0,4.08005],[2514,0,58.9827],[4420,0,6.34985]]],[[7314.17,14585.3,0],0,true,[[2623,0,4.57092],[698,0,33.1796],[2925,0,9.31444]]],[[18705.6,2841.4,0],0,false,[[851,0,35.813],[1405,0,68.6701]]],[[1618.38,14949,0],1,true,[[1871,0,314.113],[3426,0,8.66326],[889,0,6.42018]]], +[[5950.99,15300.1,0],0,false,[[1859,1,38.2062]]],[[5054.29,8204.23,0],0,true,[[3320,0,8.27214],[1373,0,6.98334],[3636,0,6.13907]]],[[17638,1175.69,0],0,false,[[925,0,16.1889],[1839,0,28.4605]]],[[19554.8,6437.51,0],0,true,[[4345,1,180.404],[107,1,16.9964],[1821,1,17.4673]]],[[16269.6,13058.4,0],0,false,[[4169,0,291.678],[72,0,224.747]]], +[[19278.3,15134,0],0,true,[[282,0,1.39173],[3548,0,4.4221],[334,0,3.74332]]],[[299.97,18336.3,0],1,false,[[1659,0,164.725],[2734,0,224.679]]],[[6791.39,14560.6,0],0,false,[[3830,0,10.8746],[1620,0,14.3405]]],[[20473.5,11939.8,0],0,false,[[1556,0,355.869]]],[[17643.4,1331.49,0],0,false,[[4528,0,92.5902],[2654,0,111.554]]], +[[6110.91,11205.2,0],0,true,[[3239,0,38.7992],[3951,0,18.2234],[3173,0,7.68072],[2172,0,13.2369]]],[[7166.27,14540.1,0],0,false,[[2646,0,28.179],[336,0,52.4706]]],[[19239.2,7962.42,0],0,false,[[972,1,25.0804],[1048,1,132.775]]],[[12014.7,574.116,0],0,false,[[1683,0,327.363],[514,0,310.129]]],[[15797.1,14482.7,0],0,false,[[964,0,146.082],[1750,0,126.547]]], +[[12558.2,6028.47,0],0,false,[[3245,0,222.249],[1708,0,257.066]]],[[18938.7,10957.2,0],0,true,[[2305,2,34.2192],[3881,2,31.4504],[3887,2,3.01977],[4038,2,8.23251]]],[[6383.77,14711.8,0],0,true,[[1656,0,25.8714],[3013,0,10.8343],[3939,0,25.9163]]],[[16814.5,12718.1,0],0,false,[[2090,0,356.322],[4763,0,362.485]]],[[17945.7,2334.41,0],0,true,[[2874,0,29.7628],[4677,0,87.4604],[1265,0,49.1461]]], +[[2358.62,15115.5,0],1,false,[[2110,0,114.941]]],[[19846.5,2986.9,0.0407715],0,false,[[2139,0,92.7806],[960,0,74.9968]]],[[2552.19,10641.6,0],0,false,[[1786,0,164.614],[1631,0,76.0885]]],[[6304.62,14106.3,0],0,true,[[2877,0,20.8632],[2125,0,14.749],[2949,0,17.9683]]],[[10042.7,12731.8,0],0,true,[[3890,0,10.9599],[4160,0,150.71],[3044,1,13.0615]]], +[[9182.44,10701.6,0],0,false,[[2299,1,264.978],[2028,1,327.467]]],[[3346.45,12467.4,0],0,true,[[870,1,5.01877],[727,1,42.6891],[2010,1,4.74332]]],[[2813.11,6330.51,0],0,true,[[495,1,261.423],[2973,1,21.8014],[3665,1,3.07881]]],[[402.928,9502.15,0],0,false,[[104,0,319.255],[942,0,108.704]]],[[2585.97,1976.91,0],0,false,[[1300,0,96.694],[2899,0,157.449]]], +[[12858.8,11499.9,0],0,false,[[3326,1,17.8111],[539,1,19.0924],[802,0,2.38965]]],[[17881.6,15763,0],0,false,[[1235,1,49.9274],[4407,1,98.0807]]],[[17809.5,15814,0],0,false,[[752,1,24.2832],[3395,1,31.9404]]],[[456.498,9893.99,0],0,false,[[2484,0,16.7701]]],[[3105.99,10122.4,0],0,false,[[4440,0,26.8736],[3873,0,165.675]]], +[[5125.99,13320,0],0,true,[[1172,0,8.39588],[286,0,5.61355],[589,0,2.27509],[2385,0,1.69274]]],[[12813.6,10156.1,0],0,false,[[95,0,43.7124]]],[[13187.2,1260.54,0],0,true,[[1852,0,360.262],[2096,0,19.0794],[2700,0,310.457]]],[[2680.17,8687.5,0],0,false,[[1540,1,31.354],[116,1,163.146]]],[[13142.6,9932.91,0],0,true,[[1547,0,4.10238],[4214,0,71.8203],[2485,0,4.80253]]], +[[14567.4,123.264,0],0,false,[[1941,0,123.933],[241,0,341.259]]],[[7642.55,1006.37,0],0,false,[[379,0,166.261],[1704,0,235.885]]],[[1016.6,3347.3,0],0,true,[[797,0,18.1199],[2421,0,5.33152],[2924,0,3.22767],[2550,0,2.29347]]],[[18135.7,2011.79,0],0,true,[[4733,0,31.3652],[3077,0,58.0057],[4235,0,43.8327]]],[[14495.6,3751.19,0],0,false,[[1780,0,346.136],[2311,0,46.0545]]], +[[6655.46,1972.39,0],0,true,[[2082,0,6.53592],[129,0,3.12043],[1998,0,3.4532]]],[[6841.76,2230.19,0],0,false,[[1278,0,338.509],[1959,0,228.144]]],[[5790.85,11007.7,0],0,false,[[3355,0,192.969],[1559,0,47.5682]]],[[949.4,5612.09,0],0,false,[[2992,0,190.498],[9,0,374.979]]],[[6331.76,14667.7,0],0,false,[[1656,0,43.082],[4228,0,146.567]]], +[[6863.38,555.737,0],0,true,[[725,0,191.983],[4270,0,18.6275],[2611,0,5.65803]]],[[6557.64,14570.8,0],0,false,[[2029,0,130.166]]],[[19572.4,6425.75,0],0,true,[[107,1,4.25635],[3816,1,369.48],[1821,1,4.97036]]],[[18889.9,10909.8,0],0,false,[[4008,2,83.0495],[2305,2,33.8009]]],[[2426.88,10115.5,0],0,true,[[4766,0,7.82827],[1168,0,204.253],[4682,0,14.7453]]], +[[5919.42,12840.7,0],0,false,[[1539,0,180.948]]],[[17252.5,13572.1,0],0,false,[[3394,0,222.915],[1110,0,159.806]]],[[3462.1,6542.42,0],0,false,[[3120,0,357.068],[947,0,96.7293]]],[[7867.46,4089.06,0],0,false,[[4417,0,212.588],[193,0,276.061]]],[[11704.4,259.411,0],0,false,[[1015,0,42.6463],[2226,0,28.435]]], +[[20252.1,10230,0],0,false,[[2407,0,288.968],[4298,0,246.443]]],[[3821.67,8405.63,0],0,false,[[19,0,130.383],[88,0,340.619]]],[[16701.5,1778.36,0],0,false,[[1934,0,135.242]]],[[15635.4,11542.4,0],0,false,[[884,0,401.106],[1798,0,22.9626]]],[[5689.71,9427.34,0],0,false,[[3860,0,287.475],[3276,0,135.914]]], +[[11520.9,12619,0],0,true,[[1991,0,68.9977],[3071,0,9.0715],[959,0,3.19998]]],[[19954.9,9785.87,0],0,false,[[4227,0,57.1999],[1169,0,254.13]]],[[3414.54,10465.6,0],0,true,[[3361,0,329.28],[428,0,4.72867],[1833,0,8.26455]]],[[3074.6,9628.96,0],0,true,[[2974,0,6.59951],[3202,0,49.0516],[4153,0,6.81075]]],[[2665.58,900.206,0],0,true,[[1213,0,6.62286],[1009,0,5.23236],[3035,0,3.70179]]], +[[19213.6,2898.01,0],0,true,[[2515,0,130.12],[1537,0,21.7298],[1894,0,11.7054]]],[[7218.31,14560.9,0],0,true,[[4382,0,21.3073],[1922,0,27.4174],[336,0,11.6442]]],[[18027,2366.72,0],0,true,[[4624,0,87.4604],[3102,0,29.3669],[3774,0,215.44]]],[[6561.74,14840.2,0],0,false,[[3369,0,109.523],[4379,0,70.4269]]],[[6210.24,14224.9,0],0,true,[[4493,0,36.9755],[4000,0,31.2154],[2919,0,17.1819]]], +[[3283.8,12405.6,0],0,false,[[4534,0,17.4508],[4186,0,369.478]]],[[2575.82,6472.98,0],0,false,[[1842,0,115.348],[640,0,137.402]]],[[2435.19,10103.4,0],0,true,[[4101,0,170.809],[4766,0,21.5035],[4659,0,14.7453]]],[[3262,10218,0],0,true,[[3873,0,17.9061],[4264,0,262.835],[687,0,17.4074]]],[[16761.6,6378.3,0],0,false,[[939,0,233.446]]], +[[5.2053,14132.1,0],1,false,[[3365,0,101.132]]],[[20333.7,1766.74,0],0,true,[[4467,0,25.1329],[3706,0,12.9428],[2811,0,9.89993]]],[[1244.23,7265.51,0],0,false,[[617,0,109.485],[3135,0,183.297]]],[[4938.6,4568.82,0],0,false,[[791,0,222.651],[109,0,147.369]]],[[11674.8,60.1146,0],0,true,[[3582,0,31.4935],[321,0,76.627],[43,0,65.8914]]], +[[12407.9,12418.1,0],0,false,[[3172,1,4.09925],[4113,0,322.488]]],[[9490.21,5889.05,0],0,true,[[4395,0,25.3535],[4495,0,111.572],[2177,0,150.102]]],[[11838.7,21.8744,0],0,true,[[2072,0,24.3717],[4299,0,26.9337],[4746,0,26.1202]]],[[12726,5691.92,0],0,true,[[609,0,226.95],[2572,0,9.01528],[1757,0,3.74024]]],[[19588.5,8800.13,0],0,false,[[538,1,0.494415],[3098,0,8.9845]]], +[[7833.45,12143.2,0],0,true,[[3180,0,21.4669],[2369,0,32.6017],[389,1,12.603],[2709,1,15.4524]]],[[6320.07,14305,0],0,true,[[3673,0,14.6096],[2680,0,20.0403],[3182,0,15.7457]]],[[6144.01,11206,0],0,false,[[2928,0,30.0077],[3406,0,46.283]]],[[5584.91,6000.17,0],0,false,[[1624,0,93.9227],[906,0,267.377]]],[[10565.6,3536.53,0],0,false,[[2056,1,6.69404]]], +[[6397.74,14614.3,0],0,false,[[4049,0,94.6592],[4154,0,101.892]]],[[10549,9694.01,0],0,false,[[3571,0,271.975],[1207,0,361.492]]],[[15351.4,6238.15,0],0,true,[[3567,0,15.3142],[320,0,13.918],[832,0,7.15462],[2815,0,8.97441]]],[[17756.4,15566.9,0],0,false,[[1022,0,372.668],[141,0,122.75]]],[[12624.2,7042.43,0],8,false,[[2754,0,24.1975],[1574,0,54.0868]]], +[[964.583,3422.62,0],0,true,[[3747,0,1.825],[773,0,1.9097],[1530,0,4.92077]]],[[11578.7,435.968,0],0,false,[[697,2,97.3251],[521,2,48.9037]]],[[2638.1,7455.37,0],0,false,[[2186,1,35.7881]]],[[2954.24,9611.15,0],0,true,[[1994,0,7.59159],[2568,0,49.8219],[92,0,8.37928],[1582,0,4.64732],[2977,0,6.07023]]],[[18313,2746.43,0],0,false,[[1942,0,64.1058],[4251,0,142.901]]], +[[3007.22,9921.41,0],0,true,[[3411,1,236.053],[358,1,12.7049],[4242,1,9.73968]]],[[6254.97,14072.3,0],0,true,[[2092,0,20.3563],[3704,0,25.76],[4755,0,11.2237]]],[[1030.32,9983.29,0],0,true,[[3828,2,306.229],[63,2,22.8698],[2984,2,21.3665]]],[[5743.16,8315.72,0],0,true,[[826,0,27.0741],[1459,0,295.803],[2561,0,21.6317]]],[[20289.7,15545,0],0,true,[[6,0,19.1832],[795,0,73.3379],[3650,0,8.87208]]], +[[9229.97,4203.97,0],0,false,[[3196,0,46.3782],[82,0,196.812]]],[[9656.36,10375.5,0],0,false,[[1139,1,23.3442],[2207,1,86.2985]]],[[1675.65,7244.35,0],0,false,[[2049,0,201.837],[597,0,96.7373]]],[[10318.5,8893.12,0],0,false,[[3360,0,75.9065],[3784,0,195.304]]],[[1237.25,7590.77,0],0,false,[[147,2,38.8606],[3415,2,307.803]]], +[[17730.3,15942.2,0],0,true,[[2128,1,1.65366],[1419,1,2.15902],[1914,1,3.95247]]],[[1167.49,14856.4,0],1,false,[[4124,0,46.8068],[2953,0,72.019]]],[[352.873,15247.7,0],1,false,[[3410,0,104.969],[3210,0,69.5082]]],[[10145,2483.89,0],0,false,[[1977,0,262.473]]],[[8725.91,357.738,0],0,false,[[2422,0,354.254],[3359,0,286.719]]], +[[5515.16,6552.86,0],0,true,[[1989,0,37.6825],[1860,0,13.0576],[2336,0,11.9863]]],[[18033.9,10678.7,0],0,false,[[1351,0,205.52],[3414,0,199.86]]],[[11743,157.09,0],0,true,[[3126,0,20.4393],[1992,0,38.8101],[4453,0,11.893]]],[[16766.5,14614.8,0],0,false,[[3334,0,322.242],[1850,0,147.824]]],[[3115.79,8683.71,0.00189209],0,false,[[3491,0,168.463],[2695,0,77.2358]]], +[[5264.84,14065.6,0],0,false,[[4285,1,69.6812],[1731,1,65.2182]]],[[11873,86.3202,0],0,true,[[3144,0,24.3848],[1980,0,47.9508],[2412,0,11.5062],[873,0,11.1207]]],[[453.39,18527.4,0],1,true,[[966,0,63.5812],[4492,0,27.3561],[4372,0,12.5417]]],[[18147.8,1982.86,0],0,false,[[1100,0,126.156],[4648,0,31.3652]]],[[1533.84,1234.36,0],0,true,[[629,0,18.3218],[108,0,52.1977],[3836,0,14.1081]]], +[[4478.28,11261.8,0],0,true,[[2474,0,259.142],[2012,1,6.49676],[2267,1,4.50264],[2719,1,9.39851]]],[[6386.06,14399.4,0],0,true,[[3714,0,12.9626],[3708,0,72.99],[2948,0,17.0921]]],[[16031.3,10894.5,0],0,false,[[3726,0,231.935],[1196,0,242.113]]],[[19492.4,11991.1,0],0,false,[[3363,0,75.3129],[2616,0,376.994]]],[[6695.04,13637.7,0],0,false,[[249,0,26.5859],[1725,0,166.332]]], +[[9876.17,3864.14,0],0,true,[[917,0,4.42279],[2150,0,176.504],[1891,0,11.2265],[1130,0,4.55635],[3477,0,6.83938]]],[[6543.9,12494.4,0],0,true,[[1673,0,14.268],[1063,0,22.9927],[4775,0,2.9485],[2117,0,3.42447],[2462,0,5.27639],[3461,0,7.37299],[1783,0,9.38535]]],[[17836.3,1532.07,0],0,false,[[2352,0,350.417],[4158,0,195.509]]],[[1767.25,7317.74,0],0,false,[[2326,0,120.752],[655,0,84.1602]]],[[15395.6,17362.8,0],4,false,[[535,0,31.0019],[2602,0,355.472]]], +[[2804.52,10923.8,0],0,true,[[3893,0,7.19084],[2360,0,9.13254],[3338,0,7.22194],[1344,0,4.60671],[2064,0,3.30787]]],[[11833.1,42.9546,0],0,false,[[4692,0,26.1202],[1735,0,28.207]]],[[9668.19,10316.2,0],0,false,[[483,0,52.4972],[3648,0,148.305]]],[[7106.87,13182.7,0],0,true,[[134,1,9.76829],[2826,1,315.881],[161,1,5.08582]]],[[1065.71,7876.95,0],0,false,[[2885,0,20.0688],[777,2,2.10792]]], +[[11553.3,12823.8,0],0,false,[[3124,0,52.0468],[2490,0,28.0565]]],[[18783.3,15980.2,0],0,false,[[2275,0,55.5601],[1147,0,20.923]]],[[19467.9,2858.86,0],0,false,[[3293,0,121.397],[1740,0,51.5625]]],[[1816.99,6695.94,0],0,false,[[3404,2,64.2468],[3492,2,123.092]]],[[2578.88,10988.9,0],0,false,[[4183,0,24.6352],[2113,0,279.436]]], +[[6266.18,14072.4,0],0,true,[[3857,0,26.1521],[4711,0,11.2237],[3704,0,15.7775]]],[[2400.48,10623.1,0],0,false,[[3915,0,18.4465],[3691,0,220.637]]],[[1310.76,7648.23,0],0,false,[[40,0,109.87],[1400,0,94.2378]]],[[5458.31,5679.53,0],0,false,[[118,0,212.927],[2618,0,212.999]]],[[9818.84,5715.72,0],0,false,[[2725,0,321.639],[1923,0,194.367]]], +[[8646.03,3255.91,0],0,false,[[4046,0,263.342],[403,0,170.886]]],[[11386.6,12509,0],0,true,[[448,0,39.6362],[3448,0,20.4186],[1017,0,38.6482]]],[[7285.13,14520.3,0],0,false,[[2824,1,27.2744],[1709,1,24.2797]]],[[16562.6,12471.1,0],0,false,[[4623,0,362.485],[2045,0,396.583]]],[[3980.92,11300.1,0],0,true,[[217,0,229.505],[902,0,8.07319],[2624,0,3.27643]]], +[[10489.2,3752.67,0],0,true,[[778,1,218.786],[128,1,30.3043],[1297,1,4.03019]]],[[2427.29,10123.4,0],0,true,[[4682,0,21.5035],[254,0,105.971],[4659,0,7.82827]]],[[844.456,14994.6,0],1,true,[[496,0,9.93325],[782,0,192.157],[218,0,15.2384]]],[[20032.2,3050.56,0],0,false,[[4059,0,41.6543],[700,0,14.77],[1441,0,31.9571]]],[[6572.93,3620.73,0],0,false,[[467,0,373.588]]], +[[11932.3,12244.2,0],0,false,[[4113,0,213.875],[528,0,330.61]]],[[17566.2,8252.05,0],0,false,[[603,0,324.283],[3863,0,250.437]]],[[6078.73,11194.2,0],0,false,[[2581,0,63.6295],[1006,0,19.1393]]],[[18548.6,1491.76,0],0,false,[[474,0,23.8727],[4102,0,20.1469]]],[[16319.5,7955.03,0],0,false,[[4542,0,80.0339],[1755,0,33.6699]]], +[[6541.85,12496.5,0],0,true,[[620,0,36.6279],[2117,0,2.3973],[4741,0,2.9485]]],[[18120.4,1157.44,0],0,false,[[2661,0,9.42219],[2542,0,57.9182]]],[[18749.9,6153.02,0],0,false,[[478,0,279.561],[402,0,331.598]]],[[16145.2,15795.5,0],0,false,[[1514,0,271.419],[1949,0,15.4894]]],[[6864.37,11630.6,0],0,true,[[618,0,5.55175],[233,0,8.81621],[1090,0,17.9887]]], +[[19496.3,11667.7,0],0,false,[[1578,0,232.926],[4045,0,200.781]]],[[6368.01,7773.62,0],0,false,[[756,0,23.5253]]],[[1440.13,7784.41,0],0,true,[[235,0,3.85816],[2089,0,66.0031],[621,0,4.95782]]],[[13166.5,3835.41,0],0,false,[[4026,2,109.287],[3866,2,136.863]]],[[9177.96,1037.29,0],0,false,[[1433,0,329.028],[4408,0,169.77]]], +[[10833.1,1499.54,0],0,false,[[798,0,128.409],[3119,0,298.263]]],[[7137.89,14470.2,0],0,false,[[230,0,25.3392],[4356,0,27.3444]]],[[5108.97,13317.9,0],0,true,[[1091,1,16.7927],[515,0,5.21023],[2148,0,3.83325],[3453,0,3.65183],[1561,1,14.9345]]],[[17316.5,3619.85,0],0,false,[[4402,0,91.9342]]],[[18305.3,1315.85,0],0,false,[[801,0,60.4666],[2460,0,56.7626]]], +[[12462.7,2750.97,0],0,false,[[3314,2,112.195],[1815,2,255.689]]],[[15255.4,3052.73,0],0,false,[[1414,0,404.174],[2532,0,279.776]]],[[15525.4,15494.1,0],7,true,[[2068,0,180.488],[3039,0,33.9277],[2310,0,17.6048]]] +]; \ No newline at end of file diff --git a/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/Pictures/Mission/pic.jpg b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/Pictures/Mission/pic.jpg new file mode 100644 index 0000000000..87bab5173e Binary files /dev/null and b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/Pictures/Mission/pic.jpg differ diff --git a/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/Pictures/Mission/whiteboard.jpg b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/Pictures/Mission/whiteboard.jpg new file mode 100644 index 0000000000..b6a4f68738 Binary files /dev/null and b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/Pictures/Mission/whiteboard.jpg differ diff --git a/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/cba_settings.sqf b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/cba_settings.sqf new file mode 100644 index 0000000000..1d06e32420 --- /dev/null +++ b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/cba_settings.sqf @@ -0,0 +1 @@ +#include "\x\A3A\Addons\core\Includes\cba_settings.sqf" diff --git a/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/description.ext b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/description.ext new file mode 100644 index 0000000000..17e7cc3f62 --- /dev/null +++ b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/description.ext @@ -0,0 +1,41 @@ +#include "..\missionDescription\master.hpp" + +OnLoadName = $STR_antistasi_mission_info_umb_colombia_mapname_short_text; +OnLoadMission = $STR_antistasi_mission_info_umb_colombia_blurb_text; +briefingName = $STR_antistasi_mission_info_umb_colombia_mapname_text; +overviewText = $STR_antistasi_mission_info_umb_colombia_description_text; +loadScreen = "Pictures\Mission\pic.jpg"; // NB, this will resolve from root +overviewPicture = "Pictures\Mission\pic.jpg"; // NB, this will resolve from root + +class CfgNotifications +{ + #include "..\missionDescription\CfgNotificationsContents.hpp" +}; + +class CfgDebriefing { + #include "..\missionDescription\CfgDebriefingContents.hpp" + class End1 + { + title = "V I C T O R Y"; + subtitle = "Colombia is Ours!"; + description = "The population of Colombia loves you!
The brave soldiers have proven their valour, and Petros, Colombias new Prime Minister, could at last to have a nice holidays. A deserved rest in a Greek island with drinks and fine food."; + picture = "n_inf"; + pictureColor[] = {0.0,0.5,0.0,1}; + }; + class petrosDead + { + title = "Petros is Dead"; + subtitle = "Petros is Dead"; + description = "Congratulations!: Petros is Dead. Now with rebels without a leader, you may think about joining them, and free Colombia"; + picture = "b_unknown"; + pictureColor[] = {0.5,0.0,0.0,1}; + }; + class destroyedSites + { + title = "Colombia is Destroyed"; + subtitle = "Colombia got Destroyed by OPFOR"; + description = "One third of the population in Colombia has been murdered by the OPFOR.
Colombia no longer exists, nobody wants to live here."; + picture = "b_unknown"; + pictureColor[] = {0.5,0.0,0.0,1}; + }; +}; diff --git a/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/initPlayerLocal.sqf b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/initPlayerLocal.sqf new file mode 100644 index 0000000000..87472583fe --- /dev/null +++ b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/initPlayerLocal.sqf @@ -0,0 +1 @@ +_this spawn A3A_fnc_initClient; diff --git a/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/initServer.sqf b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/initServer.sqf new file mode 100644 index 0000000000..bc311d07b9 --- /dev/null +++ b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/initServer.sqf @@ -0,0 +1 @@ +call A3A_fnc_initServer; diff --git a/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/mapInfo.hpp b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/mapInfo.hpp new file mode 100644 index 0000000000..9c11084f87 --- /dev/null +++ b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/mapInfo.hpp @@ -0,0 +1,47 @@ +class umb_colombia { + population[] = { + {"Monteria",181},{"SanAntero",461},{"Currulao",44},{"Pital",51},{"Charco_Grande",65},{"San_Luis",79},{"Santa_Rosa",103},{"Tubara",164},{"Megua",118},{"San_Cordoba",38},{"Chinu",187},{"Arjona",25},{"Sambrano",69},{"El_Barzal",76},{"El_Cabro",67},{"Catalina",206},{"San_Antonio",289},{"Briceno",46},{"Angostura",76},{"Los_Olivos",103},{"Arboletes",49},{"Sincelejo",78},{"Aquitania",51},{"El_Limon",52},{"Ovejas",17},{"Sonson",134},{"San_Bernando",30},{"Lorica",172},{"Carepa",30},{"Turbo",57},{"San_Bartolo",55},{"La_Travesia",64},{"San_Predro",60},{"Chigorodo",49},{"Necocli",95},{"Montelibano",319},{"Caucasia",394},{"Villa_Melissa",68},{"Normadia_Farm",46},{"Valdivia",61} + }; + disabledTowns[] = { + "NameCityCapital_1","NameCity_1","NameVillage_1","CastilloLaVictoria","CastilloSanFelipe","PuertoEscondido","Farm_Villa_Margarita" + }; + antennas[] = { + {9627.9,10275.4,0},{9615.31,10467.1,-0.631474},{10139.9,9579.67,0.025341},{10139.9,9579.67,0.025341},{11333.2,12526.2,-0.000583649}, + {8079.74,11970.9,0.00224686},{12805.1,11514.7,4.95911e-005},{12390.9,12486.7,0.0196533},{7878.26,12391.5,0.296963},{7041.11,9828.98,0}, + {13607.5,11507.2,0.00190353},{6718.72,11203.4,0},{6069.12,8688.02,0},{6044.08,8733.01,2.28882e-005},{6307.89,7779.48,0.000106812}, + {7733.04,14246.4,0},{6544.55,13283.1,0.764057},{7813.03,14583,0.754433},{5575.55,8440.37,-4.57764e-005},{5557.57,8377.38,0}, + {7237.98,14406,0.120369},{6969.12,14590.6,-2.33076},{4824.25,10885.8,0.000148773},{6921.77,14592.5,0.228943},{7209.89,14810.5,0.228943}, + {6087.25,14032.4,0.273037},{14653.5,13833.9,0},{15358.8,12873.6,0},{15034,6284.14,0.360443},{16611.2,9279.42,0}, + {5991.19,15138.8,0.763885},{6740.23,4762.59,-0.118572},{4415.32,13228.8,-0.461536},{3753.49,11483.2,0.611931},{3620.12,10066.4,0.0195465}, + {16334,7415.56,0},{3328.04,10896.4,0.000118256},{5560.62,4788.94,0.737709},{3401.81,12546.9,0.0766888},{3203.82,13073.7,0.0882835}, + {16282.7,5504.34,0.341934},{2565.71,8399.48,0.0378532},{16842.3,14618.7,-1.52588e-005},{18261.9,8106.74,0},{15560.9,3771.67,0.580284}, + {1976.39,8605.03,0.373146},{18870.5,10837.2,0},{6579.6,1902.97,0.873871},{4630.65,2895.65,0.00482178},{4537.56,2951.44,0.00798035}, + {1710.74,6623.88,-3.8147e-006},{17387.4,16584.7,2.09808e-005},{684.342,11022.9,0},{18054.3,15953.2,0.558502},{17362.3,3632.32,0}, + {979.755,6795.31,0.0109215},{19573.8,13780.7,0},{1409.14,5531.25,0.133492},{18871.1,15536.2,0.349125},{2112.65,3803.66,-0.000715256}, + {2126.79,3781,-0.000911713},{17888.1,2424.06,0.145622},{1120.5,3545.34,-0.000267029},{19037.1,2909.84,0.201496},{2765.33,819.348,0}, + {2873.69,699.184,0},{2843.89,614.521,0},{2826.27,583.638,0},{2802.01,514.962,0},{18559.9,925.417,0.198654}, + {1648.23,985.494,0},{1518.52,581.076,0},{538.073,1196.59,0.00101471},{9702.91,5738.24,0},{19574.7,13773.1,0}, + {17868.6,16187.8,1.14441e-005} + }; + antennasBlacklistIndex[] = {0,2,3,6,7,8,11,12,13,16,17,18,19,20,21,22,23,24,25,28,29,30,32,34,36,37,38,40,41,42,44,45,47,48,51,52,53,55,56,57,58,60,63,65,66,67,68,69,70,72}; + banks[] = { + }; + garrison[] = { + {},{"airport_7", "factory_8", "outpost_37", "outpost_42", "outpost_45", "outpost_48", "seaport_4", "control_9", "control_10", "control_18", "control_19", "control_20", "control_21", "control_22"},{}, + {"control_9", "control_10", "control_18", "control_19", "control_20", "control_21", "control_22"} + }; + fuelStationTypes[] = { + "Land_Fuelstation_Feed_F","Land_fs_feed_F","Land_FuelStation_01_pump_F","Land_FuelStation_01_pump_malevil_F","Land_FuelStation_03_pump_F","Land_FuelStation_02_pump_F" + }; + climate = "tropical"; + buildObjects[] = { + // Large vanilla tropical structures + {"Land_BagBunker_01_large_green_F", 300}, {"Land_HBarrier_01_tower_green_F", 300}, {"Land_BagBunker_01_small_green_F", 60}, + {"Land_Shed_09_F", 120}, {"Land_Shed_10_F", 140}, + // vanilla tropical sandbag walls + {"Land_BagFence_01_short_green_F", 10}, {"Land_BagFence_01_round_green_F", 10}, {"Land_BagFence_01_long_green_F", 10}, + // Non-camo vanilla stuff + {"Land_SandbagBarricade_01_half_F", 20}, {"Land_SlumWall_01_s_2m_F", 5}, {"Land_PillboxBunker_01_hex_F", 200}, + {"Land_Barricade_01_4m_F", 30}, {"Land_GuardBox_01_brown_F", 80}, {"Land_Tyres_F", 10} + }; +}; diff --git a/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/mission.sqm b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/mission.sqm new file mode 100644 index 0000000000..99ff37d653 --- /dev/null +++ b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/mission.sqm @@ -0,0 +1,51974 @@ +version=54; +class EditorData +{ + moveGridStep=1; + angleGridStep=0.2617994; + scaleGridStep=1; + autoGroupingDist=10; + toggles=1033; + class ItemIDProvider + { + nextID=87769; + }; + class MarkerIDProvider + { + nextID=206; + }; + class LayerIndexProvider + { + nextID=2990; + }; + class Camera + { + pos[]={5826.0835,263.94894,12704.613}; + dir[]={0.28334874,-0.57424998,0.76812923}; + up[]={0.19874908,0.81866527,0.53878862}; + aside[]={0.9382363,1.7182902e-007,-0.34609622}; + }; +}; +binarizationWanted=0; +sourceName="Antistasi-Colombia2"; +addons[]= +{ + "A3_Modules_F", + "A3_Ui_F", + "A3_Structures_F_Mil_Cargo", + "A3_Structures_F_Mil_Helipads", + "A3_Structures_F_Exp_Military_Fortifications", + "A3_Structures_F_Ind_Transmitter_Tower", + "A3_Characters_F", + "A3_Weapons_F", + "A3_Structures_F_Exp_Military_Flags", + "A3_Weapons_F_Ammoboxes", + "A3_Props_F_Enoch_Military_Camps", + "A3_Structures_F_EPC_Civ_InfoBoards", + "A3_Modules_F_Curator_Curator", + "A3_Modules_F_Hc", + "A3_Structures_F_Exp_Military_ContainerBases", + "A3_Structures_F_Enoch_Industrial_Cargo", + "A3_Structures_F_Heli_Ind_Cargo", + "A3_Structures_F_Mil_Shelters", + "A3_Structures_F_Mil_Fortification", + "A3_Structures_F_Argo_Military_Bunkers", + "A3_Structures_F_Exp_Military_Trenches", + "A3_Structures_F_Ind_Cargo", + "A3_Structures_F_Mil_BagFence", + "A3_Structures_F_Argo_Signs_Warnings", + "A3_Structures_F_Households_Slum", + "A3_Structures_F_Walls", + "A3_Signs_F", + "A3_Structures_F_Argo_Military_Fortifications", + "A3_Structures_F_Enoch_Military_Barracks", + "A3_Structures_F_Argo_Walls_Military", + "A3_Structures_F_Households_House_Small03", + "A3_Structures_F_Ind_Shed", + "A3_Structures_F_Civ_Offices", + "A3_Structures_F_Ind_SolarPowerPlant", + "A3_Structures_F_Exp_Civilian_Sheds", + "A3_Structures_F_Exp_Civilian_Accessories", + "A3_Structures_F_Civ_Camping", + "A3_Structures_F_Naval_Piers", + "A3_Structures_F_Exp_Walls_BackAlleys", + "A3_Structures_F_EPC_Civ_Accessories", + "A3_Structures_F_Mil_BagBunker", + "A3_Props_F_Orange_Humanitarian_Camps", + "A3_Structures_F_Argo_Walls_City", + "A3_Structures_F_Exp_Industrial_Port", + "A3_Structures_F_Households_House_Small02", + "A3_Structures_F_Households_House_Small01", + "A3_Supplies_F_Heli_Slingload", + "A3_Structures_F_Oldman_Signs_Traffic", + "A3_Structures_F_Orange_Signs_Mines", + "A3_Supplies_F_Exp_Ammoboxes", + "A3_Structures_F_Exp_Walls_Concrete", + "A3_Structures_F_Ind_CarService" +}; +class AddonsMetaData +{ + class List + { + items=24; + class Item0 + { + className="A3_Modules_F"; + name="Arma 3 Alpha - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item1 + { + className="A3_Ui_F"; + name="Arma 3 - User Interface"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item2 + { + className="A3_Structures_F_Mil"; + name="Arma 3 - Military Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item3 + { + className="A3_Structures_F_Exp"; + name="Arma 3 Apex - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item4 + { + className="A3_Structures_F_Ind"; + name="Arma 3 - Industrial Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item5 + { + className="A3_Characters_F"; + name="Arma 3 Alpha - Characters and Clothing"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item6 + { + className="A3_Weapons_F"; + name="Arma 3 Alpha - Weapons and Accessories"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item7 + { + className="A3_Props_F_Enoch"; + name="Arma 3 Contact Platform - Decorative and Mission Objects"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item8 + { + className="A3_Structures_F_EPC"; + name="Arma 3 Win Episode - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item9 + { + className="A3_Modules_F_Curator"; + name="Arma 3 Zeus Update - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item10 + { + className="A3_Structures_F_Enoch_Industrial"; + name="Arma 3 Contact Platform - Industrial Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item11 + { + className="A3_Structures_F_Heli"; + name="Arma 3 Helicopters - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item12 + { + className="A3_Structures_F_Argo"; + name="Arma 3 Malden - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item13 + { + className="A3_Structures_F_Households"; + name="Arma 3 - Houses"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item14 + { + className="A3_Structures_F"; + name="Arma 3 - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item15 + { + className="A3_Signs_F"; + name="Arma 3 - Signs"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item16 + { + className="A3_Structures_F_Enoch_Military"; + name="Arma 3 Contact Platform - Military Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item17 + { + className="A3_Structures_F_Exp_Civilian"; + name="Arma 3 Apex - Civilian Buildings"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item18 + { + className="A3_Props_F_Orange"; + name="Arma 3 Orange - Decorative and Mission Objects"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item19 + { + className="A3_Structures_F_Exp_Industrial"; + name="Arma 3 Apex - Industrial Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item20 + { + className="A3_Supplies_F_Heli"; + name="Arma 3 Helicopters - Ammoboxes and Supplies"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item21 + { + className="A3_Structures_F_Oldman"; + name="Arma 3 Old Man - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item22 + { + className="A3_Structures_F_Orange"; + name="Arma 3 Orange - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item23 + { + className="A3_Supplies_F_Exp"; + name="Arma 3 Apex - Ammoboxes and Supplies"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + }; +}; +dlcs[]= +{ + "Expansion", + "Contact", + "Enoch", + "Heli", + "Argo", + "Orange", + "Oldman" +}; +randomSeed=8122033; +class Mission +{ + assetType="Free"; + class Intel + { + briefingName=$STR_antistasi_mission_info_UMB_Colombia_mapname_text; + resistanceWest=0; + startWind=0.1; + forecastWind=0.1; + forecastWaves=0.1; + year=2020; + month=7; + hour=8; + minute=0; + startFogDecay=0.0049333; + forecastFogDecay=0.0049333; + }; + class Entities + { + items=7; + class Item0 + { + dataType="Layer"; + name="other"; + class Entities + { + items=1; + class Item0 + { + dataType="Logic"; + class PositionInfo + { + position[]={18714.859,2.1057465,19639.24}; + }; + areaSize[]={26.790039,0,40.891602}; + flags=1; + id=87474; + type="ModuleHideTerrainObjects_F"; + atlOffset=79.960167; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=87513; + atlOffset=79.960167; + }; + class Item1 + { + dataType="Layer"; + name="airports"; + class Entities + { + items=7; + class Item0 + { + dataType="Layer"; + name="airport_1"; + class Entities + { + items=27; + class Item0 + { + dataType="Marker"; + position[]={2670.3167,34.996906,7490.2046}; + name="airp_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=7.5853705; + id=87151; + }; + class Item1 + { + dataType="Marker"; + position[]={2719.1426,34.996906,7535.6533}; + name="airport_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=195.92593; + b=376.30856; + angle=4.6513238; + id=87152; + }; + class Item2 + { + dataType="Marker"; + position[]={2687.2891,34.996906,7609.6992}; + name="spawnPoint_1"; + type="hd_start"; + id=87153; + }; + class Item3 + { + dataType="Marker"; + position[]={2618.4817,34.995003,7762.4146}; + name="airp_1_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=97.085045; + id=87226; + }; + class Item4 + { + dataType="Marker"; + position[]={2615.6787,34.995003,7734.2676}; + name="airp_1_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=95.625549; + id=87227; + }; + class Item5 + { + dataType="Marker"; + position[]={2709.5376,34.996906,7483.9136}; + name="airp_1_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=5.5061731; + id=87228; + }; + class Item6 + { + dataType="Marker"; + position[]={2610.1812,34.996906,7239.2383}; + name="airp_1_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=87229; + }; + class Item7 + { + dataType="Marker"; + position[]={2868.8899,33.336967,7393.2368}; + name="airp_1_mortar_1"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=87230; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={2904.6201,39.902069,7508.8501}; + angles[]={0,4.8715777,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87233; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.00016403198; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={2920.1245,39.901581,7676.0537}; + angles[]={0,4.8715777,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87235; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=7.6293945e-005; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={2935.7319,39.900116,7853.915}; + angles[]={0,3.9999788,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87236; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.00011444092; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={2602.03,39.900116,7868.1831}; + angles[]={0,1.7468526,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87238; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.00011444092; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={2557.1924,39.90099,7694.9014}; + angles[]={0,1.6847656,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87239; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=3.8146973e-006; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={2522.6492,39.902603,7495.8857}; + angles[]={0,1.6986077,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87240; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={2717.7,47.88121,7753.3149}; + angles[]={0,0.13873622,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87234; + type="Land_Cargo_Tower_V1_F"; + }; + class Item15 + { + dataType="Marker"; + position[]={2973.5996,37.270138,7529.4756}; + name="detectPlayer_1"; + markerType="RECTANGLE"; + type="rectangle"; + a=89.607277; + b=362.26419; + angle=7.3638983; + id=87225; + atlOffset=2.2732315; + }; + class Item16 + { + dataType="Marker"; + position[]={2878.1353,37.268234,7938.5464}; + name="detectPlayer_2"; + markerType="RECTANGLE"; + type="rectangle"; + a=239.3454; + b=53.027771; + angle=7.3638983; + id=87241; + atlOffset=2.2732315; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={2690.2551,38.872307,7563.0283}; + angles[]={0,0.13873622,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87237; + type="Land_Cargo_HQ_V1_F"; + }; + class Item18 + { + dataType="Marker"; + position[]={2797.1931,34.996902,7623.6294}; + name="airp_1_vehicle_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=276.54086; + id=87676; + atlOffset=-3.8146973e-006; + }; + class Item19 + { + dataType="Marker"; + position[]={2799.7288,34.996906,7651.8018}; + name="airp_1_vehicle_5"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=275.08136; + id=87677; + }; + class Item20 + { + dataType="Logic"; + class PositionInfo + { + position[]={2653.3188,34.996906,7466.7651}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87615; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item21 + { + dataType="Logic"; + class PositionInfo + { + position[]={2545.8308,34.996754,7710.6616}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87616; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item22 + { + dataType="Logic"; + class PositionInfo + { + position[]={2610.2537,34.995003,7876.1699}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87617; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item23 + { + dataType="Logic"; + class PositionInfo + { + position[]={2696.4658,34.995003,8140.0576}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87618; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item24 + { + dataType="Logic"; + class PositionInfo + { + position[]={2762.657,34.995003,8292.5977}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87619; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item25 + { + dataType="Logic"; + class PositionInfo + { + position[]={2684.3267,34.995003,8423.2002}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87620; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item26 + { + dataType="Logic"; + class PositionInfo + { + position[]={2617.3137,34.996906,7183.6758}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87614; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=87147; + atlOffset=0.0026702881; + }; + class Item1 + { + dataType="Layer"; + name="airport_2"; + class Entities + { + items=44; + class Item0 + { + dataType="Marker"; + position[]={2838.4316,73.868446,805.69751}; + name="airport_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=177.7457; + b=338.26648; + angle=347.69138; + id=87159; + }; + class Item1 + { + dataType="Marker"; + position[]={2597.5989,75.191017,1116.4336}; + name="spawnPoint_2"; + type="hd_start"; + id=87160; + }; + class Item2 + { + dataType="Marker"; + position[]={2721.387,73.868446,596.25684}; + name="airp_2_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=259.09467; + id=87219; + }; + class Item3 + { + dataType="Marker"; + position[]={2828.2004,73.868446,977.03503}; + name="airp_2_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=264.87637; + id=87220; + }; + class Item4 + { + dataType="Marker"; + position[]={2676.7407,73.868446,1066.136}; + name="airp_2_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=358.59921; + id=87221; + }; + class Item5 + { + dataType="Marker"; + position[]={2692.9258,73.868446,903.7016}; + name="airp_2_vehicle_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=264.82916; + id=87222; + }; + class Item6 + { + dataType="Marker"; + position[]={2764.2441,73.868446,532.26398}; + name="airp_2_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=87223; + }; + class Item7 + { + dataType="Marker"; + position[]={2728.1462,73.868446,956.91644}; + name="airp_2_mortar_1"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=87224; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={2904.8303,73.868446,557.56531}; + angles[]={0,5.1050701,0}; + }; + areaSize[]={2.6140001,0,6.7248292}; + areaIsRectangle=1; + flags=1; + id=87204; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={2605.032,74.251381,1076.9819}; + angles[]={6.2541103,6.099978,6.2635899}; + }; + areaSize[]={5.8261347,0,27.006985}; + areaIsRectangle=1; + flags=1; + id=87205; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.35314941; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={2614.2549,73.880775,1072.8926}; + angles[]={0,6.099978,0}; + }; + areaSize[]={2.6140001,0,9.4889565}; + areaIsRectangle=1; + flags=1; + id=87206; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0084152222; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={2620.5361,73.868446,982.37402}; + angles[]={0,6.099978,0}; + }; + areaSize[]={2.6140001,0,5.7680001}; + areaIsRectangle=1; + flags=1; + id=87207; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={2637.0464,73.868446,897.66901}; + angles[]={0,6.099978,0}; + }; + areaSize[]={2.6140001,0,5.7680001}; + areaIsRectangle=1; + flags=1; + id=87208; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={2642.1167,73.868446,913.70892}; + angles[]={0,6.099978,0}; + }; + areaSize[]={2.6140001,0,5.7680001}; + areaIsRectangle=1; + flags=1; + id=87209; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={2659.1255,73.868446,797.00549}; + angles[]={0,6.099978,0}; + }; + areaSize[]={3.1031611,0,6.2023501}; + areaIsRectangle=1; + flags=1; + id=87210; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item15 + { + dataType="Logic"; + class PositionInfo + { + position[]={2645.9875,73.868446,847.75995}; + angles[]={0,6.099978,0}; + }; + areaSize[]={3.6534152,0,5.7680001}; + areaIsRectangle=1; + flags=1; + id=87211; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item16 + { + dataType="Logic"; + class PositionInfo + { + position[]={2659.0015,73.868446,834.49878}; + angles[]={0,6.0525799,0}; + }; + areaSize[]={2.4953108,0,6.1162848}; + areaIsRectangle=1; + flags=1; + id=87212; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item17 + { + dataType="Logic"; + class PositionInfo + { + position[]={2674.2002,74.06958,753.10657}; + angles[]={0,6.099978,0}; + }; + areaSize[]={7.9154854,0,5.7680001}; + areaIsRectangle=1; + flags=1; + id=87213; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.20113373; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item18 + { + dataType="Logic"; + class PositionInfo + { + position[]={2694.2607,73.868446,659.94897}; + angles[]={0,6.099978,0}; + }; + areaSize[]={7.4046535,0,5.7680001}; + areaIsRectangle=1; + flags=1; + id=87215; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item19 + { + dataType="Logic"; + class PositionInfo + { + position[]={2700.0588,74.322762,606.81647}; + angles[]={0,6.099978,0}; + }; + areaSize[]={4.2844439,0,5.7680001}; + areaIsRectangle=1; + flags=1; + id=87216; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.45431519; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item20 + { + dataType="Logic"; + class PositionInfo + { + position[]={2728.0208,73.868446,522.7475}; + angles[]={0,6.099978,0}; + }; + areaSize[]={2.6140001,0,5.7680001}; + areaIsRectangle=1; + flags=1; + id=87217; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item21 + { + dataType="Logic"; + class PositionInfo + { + position[]={2722.6433,73.868446,513.52075}; + angles[]={0,6.099978,0}; + }; + areaSize[]={2.6140001,0,7.0882215}; + areaIsRectangle=1; + flags=1; + id=87218; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item22 + { + dataType="Logic"; + class PositionInfo + { + position[]={2683.9148,73.868446,711.5329}; + angles[]={0,6.099978,0}; + }; + areaSize[]={7.8235655,0,5.7680001}; + areaIsRectangle=1; + flags=1; + id=87203; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={2715.4634,73.868446,750.88416}; + angles[]={0,6.187192,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87520; + type="Land_HelipadSquare_F"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={2744.3154,73.868446,753.2962}; + angles[]={0,6.187192,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87521; + type="Land_HelipadSquare_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={2798.7041,73.868446,838.8244}; + angles[]={0,6.187192,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87523; + type="Land_HelipadSquare_F"; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={2787.0776,73.868446,956.79694}; + angles[]={0,3.0455995,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87524; + type="Land_HelipadSquare_F"; + }; + class Item27 + { + dataType="Logic"; + class PositionInfo + { + position[]={2801.4517,73.948219,823.93292}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87514; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.079772949; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item28 + { + dataType="Logic"; + class PositionInfo + { + position[]={2787.6687,74.028946,966.43054}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87515; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.16049957; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item29 + { + dataType="Logic"; + class PositionInfo + { + position[]={2754.7334,82.098312,633.6272}; + angles[]={0.015780792,0,6.0792313}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87516; + type="ModuleHideTerrainObjects_F"; + atlOffset=8.229866; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item30 + { + dataType="Logic"; + class PositionInfo + { + position[]={2727.7112,82.388771,630.54181}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87517; + type="ModuleHideTerrainObjects_F"; + atlOffset=8.5203247; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item31 + { + dataType="Logic"; + class PositionInfo + { + position[]={2742.6711,82.56076,753.60681}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87518; + type="ModuleHideTerrainObjects_F"; + atlOffset=8.6923141; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item32 + { + dataType="Logic"; + class PositionInfo + { + position[]={2713.4785,82.746887,749.23444}; + }; + areaSize[]={7.1263428,0,6.7962036}; + flags=1; + id=87519; + type="ModuleHideTerrainObjects_F"; + atlOffset=8.8784409; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item33 + { + dataType="Logic"; + class PositionInfo + { + position[]={2878.8022,73.868423,500.94815}; + angles[]={0,5.1050701,0}; + }; + areaSize[]={2.6140001,0,6.7248292}; + areaIsRectangle=1; + flags=1; + id=87525; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item34 + { + dataType="Logic"; + class PositionInfo + { + position[]={3044.1616,73.868446,639.28247}; + angles[]={0,5.1050701,0}; + }; + areaSize[]={2.6140001,0,6.7248292}; + areaIsRectangle=1; + flags=1; + id=87526; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item35 + { + dataType="Logic"; + class PositionInfo + { + position[]={2872.3848,73.868408,843.88556}; + angles[]={0,5.1050701,0}; + }; + areaSize[]={4.0960321,0,6.7248292}; + areaIsRectangle=1; + flags=1; + id=87527; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item36 + { + dataType="Logic"; + class PositionInfo + { + position[]={2833.1948,73.320534,1076.8773}; + angles[]={0,5.1050701,0}; + }; + areaSize[]={4.0960321,0,6.7248292}; + areaIsRectangle=1; + flags=1; + id=87528; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item37 + { + dataType="Logic"; + class PositionInfo + { + position[]={2763.4583,73.868454,890.67096}; + angles[]={0,5.1050701,0}; + }; + areaSize[]={4.0960321,0,5.4822865}; + areaIsRectangle=1; + flags=1; + id=87529; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item38 + { + dataType="Logic"; + class PositionInfo + { + position[]={2701.9419,73.868446,774.25305}; + angles[]={0,4.6892676,0}; + }; + areaSize[]={2.0410883,0,3.8953667}; + areaIsRectangle=1; + flags=1; + id=87530; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item39 + { + dataType="Logic"; + class PositionInfo + { + position[]={2706.5129,73.868446,995.96661}; + angles[]={0,4.6892676,0}; + }; + areaSize[]={2.0410883,0,3.8953667}; + areaIsRectangle=1; + flags=1; + id=87531; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item40 + { + dataType="Logic"; + class PositionInfo + { + position[]={2622.2925,73.868446,1034.2952}; + angles[]={0,6.0414319,0}; + }; + areaSize[]={2.0410883,0,3.8953667}; + areaIsRectangle=1; + flags=1; + id=87532; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item41 + { + dataType="Marker"; + position[]={2711.1528,73.868446,1067.605}; + name="airp_2_vehicle_5"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=358.59921; + id=87678; + }; + class Item42 + { + dataType="Marker"; + position[]={2823.5081,73.868446,794.77454}; + name="airp_2_vehicle_6"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=84.365265; + id=87679; + }; + class Item43 + { + dataType="Marker"; + position[]={2698.959,73.868446,812.73181}; + name="airp_2_vehicle_7"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=22.340162; + id=87680; + }; + }; + id=87155; + atlOffset=0.0018692017; + }; + class Item2 + { + dataType="Layer"; + name="airport_3"; + class Entities + { + items=51; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={7112.6943,55.787506,429.3822}; + angles[]={0,1.5522677,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87260; + type="Land_HBarrier_01_line_3_green_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={7092.2603,55.787598,428.24097}; + angles[]={0,4.7076168,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87261; + type="Land_HBarrier_01_line_3_green_F"; + atlOffset=9.5367432e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={7039.3677,55.737434,635.81042}; + angles[]={0,0,0.079018064}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87267; + type="Land_HBarrier_01_line_3_green_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={7038.0674,55.230003,654.15295}; + angles[]={0.01026557,0,6.2722998}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87268; + type="Land_HBarrier_01_line_3_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={7048.6528,55.787506,645.59875}; + angles[]={0,1.5522677,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87269; + type="Land_HBarrier_01_line_3_green_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={7028.2188,55.405693,644.45752}; + angles[]={0.0058492022,4.7076168,6.2753348}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87270; + type="Land_HBarrier_01_line_3_green_F"; + atlOffset=9.5367432e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={7103.4092,55.787506,419.59387}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87258; + type="Land_HBarrier_01_line_3_green_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={7107.7837,55.755569,433.00684}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87254; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={7107.9761,55.755569,424.13992}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87255; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={7097.978,55.755569,423.83945}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87256; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={7097.5581,55.755569,433.07889}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87257; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={7043.7422,55.620747,649.22339}; + angles[]={0,0,0.1067706}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87263; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={7043.9346,55.72121,640.35645}; + angles[]={0.096099406,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87264; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={7033.9365,55.364876,640.05603}; + angles[]={0.0058492022,3.1415927,6.2779608}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87265; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={7033.5166,55.295181,649.29541}; + angles[]={0.0091675045,4.712389,6.2747211}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87266; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={6888.2456,58.864563,427.87262}; + angles[]={0,0.27960348,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87251; + type="Land_Cargo_HQ_V1_F"; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={7047.5723,62.089798,246.09669}; + angles[]={0,0.34228125,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87244; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.091342926; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={6788.2114,60.769421,333.97137}; + angles[]={0,0.34228125,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87247; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=3.8146973e-006; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={6819.5264,59.996449,477.79999}; + angles[]={0,1.8877038,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87248; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.091342926; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={7151.0527,59.894257,486.57593}; + angles[]={0,4.9906621,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87249; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=9.5367432e-005; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={7191.4023,59.536224,631.47949}; + angles[]={0,4.9794545,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87250; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item21 + { + dataType="Logic"; + class PositionInfo + { + position[]={6755.1812,54.689575,586.59381}; + angles[]={0.0019531252,0.29444289,6.2802353}; + }; + areaSize[]={3.5767541,0,7.5036001}; + areaIsRectangle=1; + flags=1; + id=87242; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.010566711; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item22 + { + dataType="Logic"; + class PositionInfo + { + position[]={6767.8418,54.67284,586.60797}; + angles[]={0.0019531252,0.29444289,6.2802353}; + }; + areaSize[]={9.890357,0,4.9927788}; + areaIsRectangle=1; + flags=1; + id=87243; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.013622284; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item23 + { + dataType="Logic"; + class PositionInfo + { + position[]={7092.3818,55.547268,257.97116}; + angles[]={0.027990974,0.29444289,6.269186}; + }; + areaSize[]={3.5767541,0,10.592533}; + areaIsRectangle=1; + flags=1; + id=87245; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.095302582; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item24 + { + dataType="Logic"; + class PositionInfo + { + position[]={7083.9004,55.775509,258.08875}; + angles[]={0.035981014,0.29444289,6.2671909}; + }; + areaSize[]={9.890357,0,4.9927788}; + areaIsRectangle=1; + flags=1; + id=87246; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item25 + { + dataType="Logic"; + class PositionInfo + { + position[]={6893.3794,58.019821,426.11349}; + angles[]={0,0.29444289,0}; + }; + areaSize[]={3.5767541,0,7.5036001}; + areaIsRectangle=1; + flags=1; + id=87252; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.4289856; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item26 + { + dataType="Logic"; + class PositionInfo + { + position[]={6944.2563,55.560532,676.25684}; + angles[]={0,1.8486605,0}; + }; + areaSize[]={6.0281501,0,12.359801}; + areaIsRectangle=1; + flags=1; + id=87253; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.73740005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item27 + { + dataType="Logic"; + class PositionInfo + { + position[]={6829.1167,58.60088,449.63028}; + angles[]={0,0.29444289,0}; + }; + areaSize[]={3.5767541,0,4.405479}; + areaIsRectangle=1; + flags=1; + id=87549; + type="ModuleHideTerrainObjects_F"; + atlOffset=3.5992126; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item28 + { + dataType="Logic"; + class PositionInfo + { + position[]={6821.793,57.421661,501.45081}; + angles[]={0,0.29444289,0}; + }; + areaSize[]={3.5767541,0,7.5036001}; + areaIsRectangle=1; + flags=1; + id=87550; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.4289894; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item29 + { + dataType="Logic"; + class PositionInfo + { + position[]={6899.0908,57.92662,289.44324}; + angles[]={0,0.29444289,0}; + }; + areaSize[]={3.5767541,0,7.5036001}; + areaIsRectangle=1; + flags=1; + id=87551; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.4289894; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item30 + { + dataType="Logic"; + class PositionInfo + { + position[]={7164.1401,57.418152,515.69659}; + angles[]={0,0.29444289,0}; + }; + areaSize[]={3.5767541,0,7.5036001}; + areaIsRectangle=1; + flags=1; + id=87552; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.4289894; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item31 + { + dataType="Logic"; + class PositionInfo + { + position[]={7276.3379,57.418152,922.74457}; + angles[]={0,0.29444289,0}; + }; + areaSize[]={3.5767541,0,7.5036001}; + areaIsRectangle=1; + flags=1; + id=87553; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.4289894; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item32 + { + dataType="Logic"; + class PositionInfo + { + position[]={7360.1357,57.418152,1223.8333}; + angles[]={0,0.29444289,0}; + }; + areaSize[]={3.5767541,0,7.5036001}; + areaIsRectangle=1; + flags=1; + id=87554; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.4289894; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item33 + { + dataType="Logic"; + class PositionInfo + { + position[]={7159.0142,57.418636,1323.2717}; + angles[]={0,0.29444289,0}; + }; + areaSize[]={3.5767541,0,7.5036001}; + areaIsRectangle=1; + flags=1; + id=87555; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.4289894; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item34 + { + dataType="Logic"; + class PositionInfo + { + position[]={7079.3159,57.418163,1035.251}; + angles[]={0,0.29443705,0}; + }; + areaSize[]={3.5769999,0,7.5040002}; + areaIsRectangle=1; + flags=1; + id=87556; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.4290009; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item35 + { + dataType="Logic"; + class PositionInfo + { + position[]={7003.147,57.418163,761.54797}; + angles[]={0,0.29443705,0}; + }; + areaSize[]={3.5769999,0,7.5040002}; + areaIsRectangle=1; + flags=1; + id=87557; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.4290009; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item36 + { + dataType="Logic"; + class PositionInfo + { + position[]={6882.459,57.093273,671.92133}; + angles[]={0,0.29444289,0}; + }; + areaSize[]={3.5767541,0,2.5636325}; + areaIsRectangle=1; + flags=1; + id=87558; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.3913803; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item37 + { + dataType="Marker"; + position[]={7102.8936,54.989162,428.30786}; + name="airp_3_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=87169; + }; + class Item38 + { + dataType="Marker"; + position[]={7038.8521,54.56414,644.52441}; + name="airp_3_mortar_1"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=87262; + }; + class Item39 + { + dataType="Marker"; + position[]={6979.375,54.988998,431.24799}; + name="airp_3_plane"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorCIV"; + a=8; + b=8; + angle=76.707977; + id=87674; + atlOffset=-0.00016403198; + }; + class Item40 + { + dataType="Marker"; + position[]={7009.0078,54.988998,392.74399}; + name="airp_3_plane_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorCIV"; + a=8; + b=8; + angle=48.81599; + id=87675; + atlOffset=-0.00016784668; + }; + class Item41 + { + dataType="Marker"; + position[]={6926.79,54.712543,650.80542}; + name="airp_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=105.01927; + id=87166; + }; + class Item42 + { + dataType="Marker"; + position[]={6920.5742,54.667946,631.94092}; + name="airp_3_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=105.01927; + id=87308; + }; + class Item43 + { + dataType="Marker"; + position[]={6914.1436,54.680115,611.36108}; + name="airp_3_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=105.01927; + id=87309; + }; + class Item44 + { + dataType="Marker"; + position[]={6896.6055,54.989162,515.39185}; + name="airp_3_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=105.01927; + id=87310; + }; + class Item45 + { + dataType="Marker"; + position[]={7020.7744,54.989162,559.66675}; + name="airp_3_vehicle_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=100.51959; + id=87672; + }; + class Item46 + { + dataType="Marker"; + position[]={7006.8154,54.989162,508.48145}; + name="airp_3_vehicle_5"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=94.185005; + id=87673; + }; + class Item47 + { + dataType="Marker"; + position[]={6955.5049,54.989162,495.34692}; + name="airport_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=218.23679; + b=209.6012; + angle=19.126865; + id=87167; + }; + class Item48 + { + dataType="Marker"; + position[]={7186.9038,57.262394,1010.7094}; + name="detectPlayer_3"; + markerType="RECTANGLE"; + type="rectangle"; + a=107.78603; + b=361.46228; + angle=15.426668; + id=87307; + atlOffset=2.2732315; + }; + class Item49 + { + dataType="Marker"; + position[]={6732.1626,54.850693,597.64282}; + name="spawnPoint_3"; + type="hd_start"; + id=87168; + atlOffset=7.6293945e-006; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={7102.1089,55.787506,437.93643}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87259; + type="Land_HBarrier_01_line_3_green_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + }; + id=87163; + atlOffset=0.24752045; + }; + class Item3 + { + dataType="Layer"; + name="airport_4"; + class Entities + { + items=30; + class Item0 + { + dataType="Marker"; + position[]={9693.4502,3.738657,5685.3677}; + name="airp_4_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=189.21521; + id=87174; + }; + class Item1 + { + dataType="Marker"; + position[]={9707.708,3.738657,5652.1992}; + name="airport_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=96.007278; + b=117.37061; + angle=8.2068214; + id=87175; + }; + class Item2 + { + dataType="Marker"; + position[]={9663.5898,3.738657,5789.3281}; + name="spawnPoint_4"; + type="hd_start"; + id=87176; + }; + class Item3 + { + dataType="Marker"; + position[]={9765.9385,3.7417727,5627.5195}; + name="airp_4_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=87177; + atlOffset=4.7683716e-007; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={9766.5938,4.5422049,5618.541}; + angles[]={0.00034526698,0,0.001504984}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87303; + type="Land_HBarrier_01_line_3_green_F"; + atlOffset=-2.3841858e-007; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={9765.293,4.5382738,5636.8833}; + angles[]={0,0,0.0014648439}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87304; + type="Land_HBarrier_01_line_3_green_F"; + atlOffset=2.3841858e-007; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={9775.8789,4.5680904,5628.3291}; + angles[]={6.2828403,1.5522677,0.0057463958}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87305; + type="Land_HBarrier_01_line_3_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={9755.4443,4.5372009,5627.188}; + angles[]={0,4.7076168,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87306; + type="Land_HBarrier_01_line_3_green_F"; + atlOffset=9.5129013e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={9770.9678,4.5173244,5631.9536}; + angles[]={0,0,0.0034870273}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87299; + type="Land_HBarrier_01_wall_corner_green_F"; + atlOffset=2.3841858e-007; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={9771.1602,4.5179701,5623.0869}; + angles[]={0,1.5707964,0.0032388929}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87300; + type="Land_HBarrier_01_wall_corner_green_F"; + atlOffset=2.3841858e-007; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={9761.1621,4.5057478,5622.7866}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87301; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={9760.7422,4.5054278,5632.0259}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87302; + type="Land_HBarrier_01_wall_corner_green_F"; + atlOffset=2.3841858e-007; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Marker"; + position[]={9669.9668,3.738657,5681.5098}; + name="airp_4_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=189.21521; + id=87329; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={9781.3223,5.8191509,5693.2524}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87330; + type="Land_Cargo_HQ_V2_ruins_F"; + atlOffset=7.6293945e-006; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={9796.6992,9.6173096,5740.4053}; + angles[]={0,4.1189318,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87331; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.03003931; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={9636.9531,8.6436577,5744.2139}; + angles[]={0,1.7528558,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87332; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=4.7683716e-007; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={9643.4209,8.6436577,5759.4912}; + angles[]={0,3.3267431,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87333; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=4.7683716e-007; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={9609.3174,8.6748867,5588.4219}; + angles[]={0,1.7310683,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87334; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.030038834; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={9765.1689,8.6738472,5539.4131}; + angles[]={0,4.8988733,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87335; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.030039787; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={9720.54,8.6736965,5757.5195}; + angles[]={0,2.9549072,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87336; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.03003931; + }; + class Item20 + { + dataType="Marker"; + position[]={9693.9023,6.0119867,5432.2646}; + name="detectPlayer_5"; + markerType="RECTANGLE"; + type="rectangle"; + a=75.814758; + b=103.43594; + angle=7.865778; + id=87328; + atlOffset=2.2732317; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={9668.5488,7.6140571,5662.3359}; + angles[]={0,1.7147477,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87337; + type="Land_Cargo_HQ_V2_F"; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={9702.9121,26.969988,5738.2368}; + angles[]={0,3.2932246,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87511; + type="Land_TTowerBig_2_F"; + }; + class Item23 + { + dataType="Marker"; + position[]={9770.8525,3.7388284,5714.5044}; + name="airp_4_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=278.28464; + id=87658; + }; + class Item24 + { + dataType="Marker"; + position[]={9767.0781,3.738755,5696.3843}; + name="airp_4_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=278.28464; + id=87659; + }; + class Item25 + { + dataType="Marker"; + position[]={9765.3799,3.738755,5683.5498}; + name="airp_4_vehicle_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=278.28464; + id=87660; + }; + class Item26 + { + dataType="Marker"; + position[]={9763.6807,3.738755,5661.4658}; + name="airp_4_vehicle_5"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=278.28464; + id=87661; + }; + class Item27 + { + dataType="Logic"; + class PositionInfo + { + position[]={9634.1133,3.738657,5753.9063}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87592; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item28 + { + dataType="Logic"; + class PositionInfo + { + position[]={9703.0586,3.738657,5697.5161}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87593; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item29 + { + dataType="Logic"; + class PositionInfo + { + position[]={9603.3486,3.7902999,5582.3262}; + angles[]={0.001381068,0,6.2662635}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87591; + type="ModuleHideTerrainObjects_F"; + atlOffset=1.0251999e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=87171; + atlOffset=0.028095722; + }; + class Item4 + { + dataType="Layer"; + name="airport_5"; + class Entities + { + items=30; + class Item0 + { + dataType="Marker"; + position[]={11608.743,17.709303,12641.57}; + name="airp_5_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=262.60022; + id=87182; + }; + class Item1 + { + dataType="Marker"; + position[]={11704.711,17.709303,12694.393}; + name="airport_5"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorEAST"; + a=219.02299; + b=99.105049; + angle=341.50314; + id=87183; + }; + class Item2 + { + dataType="Marker"; + position[]={11482.555,17.709303,12637.362}; + name="spawnPoint_5"; + type="hd_start"; + id=87184; + }; + class Item3 + { + dataType="Marker"; + position[]={11633.541,17.709303,12743.388}; + name="airp_5_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=87185; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={11631.681,18.507645,12752.672}; + angles[]={0,6.1460695,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87295; + type="Land_HBarrier_01_line_3_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={11637.977,18.475712,12748.563}; + angles[]={0,6.1460695,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87290; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={11639.379,18.475712,12739.806}; + angles[]={0,1.4336803,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87291; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={11629.516,18.475899,12738.143}; + angles[]={0,3.0044768,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87292; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={11627.837,18.475712,12747.237}; + angles[]={0,4.575273,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87293; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={11635.477,18.507645,12734.679}; + angles[]={0,6.1460695,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87294; + type="Land_HBarrier_01_line_3_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Marker"; + position[]={11619.403,17.709303,12630.634}; + name="airp_5_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=263.42023; + id=87326; + }; + class Item11 + { + dataType="Marker"; + position[]={11565.441,17.709303,12682.238}; + name="airp_5_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=263.31067; + id=87327; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={11519.495,22.614304,12642.924}; + angles[]={0,2.0426917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87313; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={11518.825,22.614304,12605.613}; + angles[]={0,0.49877852,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87315; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={11635.484,22.614304,12615.89}; + angles[]={0,6.1706228,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87316; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={11712.143,22.614304,12639.528}; + angles[]={0,4.5839362,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87317; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={11648.809,22.614304,12755.872}; + angles[]={0,3.01212,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87318; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={11560.446,22.370247,12724.344}; + angles[]={0,2.0426917,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87319; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={11549.115,30.595512,12666.469}; + angles[]={0,2.9859784,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87320; + type="Land_Cargo_Tower_V1_F"; + }; + class Item19 + { + dataType="Logic"; + class PositionInfo + { + position[]={11508.383,17.709303,12624.047}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87311; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item20 + { + dataType="Logic"; + class PositionInfo + { + position[]={11642.561,17.709303,12636.617}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87322; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item21 + { + dataType="Logic"; + class PositionInfo + { + position[]={11675.526,20.910978,12622.125}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87323; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.075159073; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item22 + { + dataType="Marker"; + position[]={11969.933,19.982534,12765.923}; + name="detectPlayer_4"; + markerType="RECTANGLE"; + type="rectangle"; + a=232.52843; + b=82.490639; + angle=347.70413; + id=87312; + atlOffset=2.2732315; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={11677.32,21.584703,12627.464}; + angles[]={0,1.4352335,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87321; + type="Land_Cargo_HQ_V1_F"; + }; + class Item24 + { + dataType="Marker"; + position[]={11636.163,17.709303,12681.591}; + name="airp_5_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=263.31067; + id=87654; + }; + class Item25 + { + dataType="Marker"; + position[]={11618.06,17.709303,12678.623}; + name="airp_5_vehicle_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=263.31067; + id=87655; + }; + class Item26 + { + dataType="Marker"; + position[]={11601.563,17.709303,12676.067}; + name="airp_5_vehicle_5"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=263.31067; + id=87656; + }; + class Item27 + { + dataType="Logic"; + class PositionInfo + { + position[]={11576.193,17.709303,12764.41}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87573; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item28 + { + dataType="Logic"; + class PositionInfo + { + position[]={11629.988,17.709303,12672.365}; + }; + areaSize[]={3.9492188,0,3}; + areaIsRectangle=1; + flags=1; + id=87657; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item29 + { + dataType="Logic"; + class PositionInfo + { + position[]={11603.14,17.709303,12607.591}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87572; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=87179; + atlOffset=0.015104294; + }; + class Item5 + { + dataType="Layer"; + name="airport_6"; + class Entities + { + items=26; + class Item0 + { + dataType="Marker"; + position[]={17253.563,14.989986,3771.3811}; + name="airp_6_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=273.14011; + id=87190; + }; + class Item1 + { + dataType="Marker"; + position[]={17279.406,14.99,3690.5178}; + name="airport_6"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorEAST"; + a=116.7679; + b=166.81102; + angle=354.11798; + id=87191; + atlOffset=1.335144e-005; + }; + class Item2 + { + dataType="Marker"; + position[]={17224.445,14.989986,3806.2781}; + name="spawnPoint_6"; + type="hd_start"; + id=87192; + }; + class Item3 + { + dataType="Marker"; + position[]={17274.719,14.989986,3636.3811}; + name="airp_6_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=87193; + }; + class Item4 + { + dataType="Marker"; + position[]={17251.984,14.989986,3749.5471}; + name="airp_6_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=356.935; + id=87342; + }; + class Item5 + { + dataType="Marker"; + position[]={17284.162,14.989986,3627.9846}; + name="airp_6_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=177.61569; + id=87343; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={17261.246,19.894987,3790.1804}; + angles[]={0,2.5066764,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87346; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={17327.074,19.894987,3812.937}; + angles[]={0,4.2187023,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87347; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={17344.738,19.894987,3727.0703}; + angles[]={0,4.4932599,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87348; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={17366.033,19.894987,3600.7307}; + angles[]={0,6.2151961,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87349; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={17233.703,19.894987,3640.9663}; + angles[]={0,0.26744109,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87350; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={17278.217,27.876196,3771.0369}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87340; + type="Land_Cargo_Tower_V2_F"; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={17244.232,14.989986,3793.9719}; + angles[]={0,0.091333151,0}; + }; + areaSize[]={8.1066465,0,5.4923654}; + areaIsRectangle=1; + flags=1; + id=87341; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={17277.768,14.989986,3702.2632}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87344; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={17280.445,14.989986,3674.7847}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87345; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={17314.545,18.865387,3637.3193}; + angles[]={0,1.4889885,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87339; + type="Land_Cargo_HQ_V2_F"; + }; + class Item16 + { + dataType="Marker"; + position[]={17300.152,14.989986,3630.9888}; + name="airp_6_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=163.21227; + id=87662; + }; + class Item17 + { + dataType="Logic"; + class PositionInfo + { + position[]={17338.355,14.989986,3709.1658}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87663; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item18 + { + dataType="Logic"; + class PositionInfo + { + position[]={17343.607,14.989986,3683.4597}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87664; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item19 + { + dataType="Logic"; + class PositionInfo + { + position[]={17349.307,14.989986,3740.3457}; + }; + areaSize[]={3.5380859,0,3.479248}; + flags=1; + id=87667; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item20 + { + dataType="Logic"; + class PositionInfo + { + position[]={17360.447,14.989986,3592.8425}; + }; + areaSize[]={3.5380859,0,3.479248}; + flags=1; + id=87668; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item21 + { + dataType="Logic"; + class PositionInfo + { + position[]={17221.9,14.989986,3642.2053}; + }; + areaSize[]={3.5380859,0,3.479248}; + flags=1; + id=87669; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={17330.197,14.989986,3708.0923}; + angles[]={0,1.4528749,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87666; + type="Land_HelipadSquare_F"; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={17332.885,14.989986,3681.5496}; + angles[]={0,1.4528749,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87665; + type="Land_HelipadSquare_F"; + }; + class Item24 + { + dataType="Marker"; + position[]={17305.332,14.989986,3753.4424}; + name="airp_6_vehicle_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=326.66068; + id=87670; + }; + class Item25 + { + dataType="Marker"; + position[]={17317.035,14.989986,3741.532}; + name="airp_6_vehicle_5"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=348.29047; + id=87671; + }; + }; + id=87187; + }; + class Item6 + { + dataType="Layer"; + name="airport_7"; + class Entities + { + items=55; + class Item0 + { + dataType="Marker"; + position[]={19675.863,34.998817,13847.457}; + name="airport_7"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=200.27061; + b=254.88403; + angle=27.293922; + id=87198; + }; + class Item1 + { + dataType="Marker"; + position[]={19855.561,34.997559,14184.28}; + name="spawnPoint_7"; + type="hd_start"; + id=87199; + }; + class Item2 + { + dataType="Marker"; + position[]={19552.168,34.998817,13774.682}; + name="airp_7_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=87200; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={19773.08,35.797157,13999.675}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87285; + type="Land_HBarrier_01_line_3_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={19771.781,35.797157,14018.018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87286; + type="Land_HBarrier_01_line_3_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={19782.365,35.797157,14009.464}; + angles[]={0,1.5522677,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87287; + type="Land_HBarrier_01_line_3_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={19761.932,35.797256,14008.322}; + angles[]={0,4.7076168,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87288; + type="Land_HBarrier_01_line_3_green_F"; + atlOffset=9.9182129e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={19777.455,35.765224,14013.088}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87281; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={19777.648,35.765224,14004.221}; + angles[]={0,1.5707964,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87282; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={19767.648,35.765224,14003.921}; + angles[]={0,3.1415927,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87283; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={19767.23,35.765224,14013.16}; + angles[]={0,4.712389,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87284; + type="Land_HBarrier_01_wall_corner_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Marker"; + position[]={19772.273,34.998817,14008.607}; + name="airp_7_mortar_1"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=87353; + }; + class Item12 + { + dataType="Marker"; + position[]={19692.371,34.998817,13837.199}; + name="airp_7_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=124.696; + id=87354; + }; + class Item13 + { + dataType="Marker"; + position[]={19704.611,34.998817,13856.885}; + name="airp_7_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=122.10173; + id=87355; + }; + class Item14 + { + dataType="Marker"; + position[]={19716.285,34.998817,13875.406}; + name="airp_7_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=124.83979; + id=87356; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={19745.219,36.208817,13734.442}; + angles[]={0,1.5741504,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87363; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={19736.225,36.208817,13734.458}; + angles[]={0,1.5741504,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87364; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={19733.76,36.208817,13549.846}; + angles[]={0,5.8673325,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87366; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={19735.658,36.208817,13556.585}; + angles[]={0,1.1582977,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87367; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={19727.424,36.208817,13552.966}; + angles[]={0,1.1582977,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87368; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={19797.133,36.208817,13669.261}; + angles[]={0,5.3376622,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87370; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={19795.367,36.208817,13676.036}; + angles[]={0,0.62862694,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87371; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={19790.09,36.208817,13668.752}; + angles[]={0,0.62862694,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87372; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={19863.363,36.208817,13790.904}; + angles[]={0,5.185358,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87374; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={19860.59,36.208817,13797.332}; + angles[]={0,0.47632292,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87375; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={19856.479,36.208817,13789.332}; + angles[]={0,0.47632292,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87376; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={19935.771,36.208817,13939.505}; + angles[]={0,4.5181036,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87378; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={19929.615,36.208817,13942.838}; + angles[]={0,6.0922537,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87379; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={19931.336,36.208817,13934.01}; + angles[]={0,6.0922537,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87380; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={19617.596,36.207558,14149.328}; + angles[]={0,2.0857146,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87382; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={19620.096,36.207558,14142.789}; + angles[]={0,3.6598651,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87383; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={19624.539,36.207558,14150.609}; + angles[]={0,3.6598651,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87384; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={19405.127,36.208817,13716.689}; + angles[]={0,1.1645975,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87386; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={19411.846,36.208817,13714.726}; + angles[]={0,2.7387478,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87387; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={19408.307,36.208817,13722.994}; + angles[]={0,2.7387478,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87388; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={19513.318,36.208817,13945.602}; + angles[]={0,2.0517778,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87390; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={19516.041,36.208817,13939.151}; + angles[]={0,3.6259284,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87391; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={19520.215,36.208817,13947.118}; + angles[]={0,3.6259284,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87392; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={19705.125,38.874218,13992.265}; + angles[]={0,4.7010036,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87357; + type="Land_Cargo_HQ_V1_F"; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={19740.834,39.903816,13733.298}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87358; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={19732.109,39.903816,13553.767}; + angles[]={0,5.8673325,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87365; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={19793.729,39.903816,13671.811}; + angles[]={0,5.3376622,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87369; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={19859.611,39.903816,13792.907}; + angles[]={0,5.185358,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87373; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={19931.584,39.903816,13938.757}; + angles[]={0,4.5181036,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87377; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={19621.26,39.902557,14147.169}; + angles[]={0,2.0857146,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87381; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={19409.063,39.903816,13718.302}; + angles[]={0,1.1645975,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87385; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={19517.055,39.903816,13943.568}; + angles[]={0,2.0517778,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87389; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={19851.285,47.885025,13900.299}; + angles[]={0,0.46867269,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87359; + type="Land_Cargo_Tower_V1_F"; + }; + class Item48 + { + dataType="Marker"; + position[]={19602.473,37.272049,13894.986}; + name="detectPlayer_6"; + markerType="RECTANGLE"; + type="rectangle"; + a=139.09927; + b=491.32562; + angle=27.301531; + id=87351; + atlOffset=2.2732315; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={19740.76,36.208817,13729.045}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87361; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item50 + { + dataType="Logic"; + class PositionInfo + { + position[]={19574.135,34.998817,13773.681}; + angles[]={0,0.50542581,0}; + }; + areaSize[]={5,0,6.5872707}; + areaIsRectangle=1; + flags=1; + id=87510; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={19574.738,58.230148,13773.129}; + angles[]={0,3.6538587,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87509; + type="Land_TTowerBig_2_F"; + }; + class Item52 + { + dataType="Marker"; + position[]={19596.438,34.998817,13878.144}; + name="airp_7_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=300.69864; + id=87651; + }; + class Item53 + { + dataType="Marker"; + position[]={19585.6,34.998817,13857.652}; + name="airp_7_vehicle_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=298.10434; + id=87652; + }; + class Item54 + { + dataType="Marker"; + position[]={19575.246,34.998817,13838.362}; + name="airp_7_vehicle_5"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=300.84235; + id=87653; + }; + }; + id=87195; + atlOffset=0.01776123; + }; + }; + id=87146; + atlOffset=-57.179974; + }; + class Item2 + { + dataType="Layer"; + name="Antistasi assets"; + class Entities + { + items=8; + class Item0 + { + dataType="Layer"; + name="HQ assets"; + class Entities + { + items=24; + class Item0 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=1; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={6218.418,20.732077,12357.549}; + angles[]={0,2.2023785,0}; + }; + side="Independent"; + flags=7; + class Attributes + { + name="petros"; + }; + id=1293; + type="I_G_officer_F"; + atlOffset=2.0980835e-005; + class CustomAttributes + { + class Attribute0 + { + property="face"; + expression="_this setface _value;"; + class Value + { + class data + { + singleType="STRING"; + value=""; + }; + }; + }; + class Attribute1 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + singleType="SCALAR"; + value=1; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + }; + id=1292; + atlOffset=2.0980835e-005; + }; + class Item1 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=38; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={6225.2939,20.847538,12353.165}; + }; + side="Independent"; + flags=7; + class Attributes + { + name="commanderX"; + description="Default Commander"; + isPlayer=1; + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1295; + type="I_G_Soldier_TL_F"; + atlOffset=2.0980835e-005; + class CustomAttributes + { + class Attribute0 + { + property="speaker"; + expression="_this setspeaker _value;"; + class Value + { + class data + { + singleType="STRING"; + value="Male04GRE"; + }; + }; + }; + class Attribute1 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + singleType="SCALAR"; + value=1; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={6234.4268,20.691414,12356.449}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1296; + type="I_G_Soldier_TL_F"; + atlOffset=1.1444092e-005; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={6233.5068,20.561991,12358.494}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1297; + type="I_G_Soldier_TL_F"; + atlOffset=1.1444092e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={6232.3701,20.444965,12360.531}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1298; + type="I_G_Soldier_TL_F"; + atlOffset=1.1444092e-005; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={6231.1479,20.365614,12362.502}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1299; + type="I_G_Soldier_TL_F"; + atlOffset=1.1444092e-005; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={6229.9688,20.278242,12364.653}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1300; + type="I_G_Soldier_TL_F"; + atlOffset=1.1444092e-005; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={6228.7256,20.209349,12366.616}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1301; + type="I_G_Soldier_F"; + atlOffset=1.1444092e-005; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={6227.6582,20.154581,12368.2}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1302; + type="I_G_Soldier_F"; + atlOffset=1.1444092e-005; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={6236.4561,20.613964,12357.659}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1303; + type="I_G_Soldier_F"; + atlOffset=1.1444092e-005; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={6235.3662,20.472603,12359.729}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1304; + type="I_G_Soldier_F"; + atlOffset=1.335144e-005; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={6234.1665,20.366888,12361.777}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1305; + type="I_G_Soldier_F"; + atlOffset=1.335144e-005; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={6233.0903,20.277128,12363.696}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1306; + type="I_G_Soldier_F"; + atlOffset=1.335144e-005; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={6231.7808,20.194077,12365.748}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1307; + type="I_G_Soldier_F"; + atlOffset=1.1444092e-005; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={6230.5303,20.132296,12367.721}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1308; + type="I_G_Soldier_F"; + atlOffset=1.1444092e-005; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={6238.3066,20.539063,12358.673}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1309; + type="I_G_Soldier_AR_F"; + atlOffset=1.335144e-005; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={6237.3125,20.391378,12360.908}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1310; + type="I_G_Soldier_AR_F"; + atlOffset=1.1444092e-005; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={6235.8335,20.284164,12362.858}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1311; + type="I_G_Soldier_AR_F"; + atlOffset=1.1444092e-005; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={6234.812,20.181667,12364.748}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1312; + type="I_G_Soldier_AR_F"; + atlOffset=1.335144e-005; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={6233.5894,20.118343,12366.639}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1313; + type="I_G_Soldier_AR_F"; + atlOffset=1.1444092e-005; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={6232.3691,20.047037,12368.772}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1314; + type="I_G_Soldier_AR_F"; + atlOffset=1.1444092e-005; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={6240.1177,20.455385,12359.715}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1315; + type="I_G_Soldier_GL_F"; + atlOffset=1.1444092e-005; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={6238.9224,20.336246,12361.707}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1316; + type="I_G_Soldier_GL_F"; + atlOffset=1.1444092e-005; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={6237.5347,20.200459,12364.076}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1317; + type="I_G_Soldier_GL_F"; + atlOffset=1.1444092e-005; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={6236.4434,20.115465,12365.775}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1318; + type="I_G_Soldier_GL_F"; + atlOffset=1.1444092e-005; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={6235.3657,20.03672,12367.676}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1319; + type="I_G_Soldier_GL_F"; + atlOffset=1.1444092e-005; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={6234.1133,19.960108,12369.828}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1320; + type="I_G_Soldier_GL_F"; + atlOffset=1.1444092e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={6241.4326,20.411373,12360.495}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1321; + type="I_G_medic_F"; + atlOffset=1.1444092e-005; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={6240.2144,20.284039,12362.432}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1322; + type="I_G_medic_F"; + atlOffset=1.1444092e-005; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={6238.8408,20.135674,12364.953}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1323; + type="I_G_medic_F"; + atlOffset=1.1444092e-005; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={6237.9204,20.069735,12366.513}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1324; + type="I_G_medic_F"; + atlOffset=1.1444092e-005; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={6236.6587,19.987494,12368.515}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1325; + type="I_G_medic_F"; + atlOffset=9.5367432e-006; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={6235.5444,19.899668,12370.652}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1326; + type="I_G_medic_F"; + atlOffset=1.1444092e-005; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={6242.5771,20.369127,12361.287}; + angles[]={0,5.7425537,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1327; + type="I_G_engineer_F"; + atlOffset=1.1444092e-005; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={6241.5884,20.236511,12363.331}; + angles[]={0,5.7425537,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1328; + type="I_G_engineer_F"; + atlOffset=1.1444092e-005; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={6240.3848,20.084909,12365.886}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1329; + type="I_G_engineer_F"; + atlOffset=1.1444092e-005; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={6239.2524,20.010895,12367.487}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1330; + type="I_G_engineer_F"; + atlOffset=9.5367432e-006; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={6238.0366,19.932354,12369.377}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1331; + type="I_G_engineer_F"; + atlOffset=9.5367432e-006; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={6236.7949,19.851019,12371.514}; + angles[]={0,5.7985973,0}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1332; + type="I_G_engineer_F"; + atlOffset=1.1444092e-005; + }; + }; + class Attributes + { + }; + id=1294; + atlOffset=2.0980835e-005; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={6215.7153,24.782732,12355.994}; + }; + side="Empty"; + flags=5; + class Attributes + { + name="flagX"; + }; + id=1333; + type="Flag_Syndikat_F"; + atlOffset=2.0980835e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={6221.2017,21.877159,12349.668}; + angles[]={0.047959432,0,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="boxX"; + }; + id=1334; + type="IG_supplyCrate_F"; + atlOffset=1.9073486e-005; + class CustomAttributes + { + class Attribute0 + { + property="ammoBox"; + expression="[_this,_value] call bis_fnc_initAmmoBox;"; + class Value + { + class data + { + singleType="STRING"; + value=""; + }; + }; + }; + class Attribute1 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={6217.3423,21.47748,12352.471}; + angles[]={0.027990974,0,6.2811723}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="fireX"; + }; + id=1335; + type="Land_TentSolar_01_olive_F"; + atlOffset=2.0980835e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={6221.1333,21.600443,12354.342}; + angles[]={0.039974678,0,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="vehicleBox"; + }; + id=1336; + type="Box_East_AmmoVeh_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="ammoBox"; + expression="[_this,_value] call bis_fnc_initAmmoBox;"; + class Value + { + class data + { + singleType="STRING"; + value="[[[[],[]],[[],[]],[[],[]],[[],[]]],false]"; + }; + }; + }; + class Attribute1 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={6212.9624,21.847837,12355.044}; + angles[]={0.017997233,5.6506429,6.2631893}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="mapX"; + }; + id=1337; + type="MapBoard_seismic_F"; + atlOffset=2.0980835e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={6225.5415,21.508156,12341.116}; + angles[]={0.073860347,2.3722787,0.02199479}; + }; + name="garrison"; + id=1338; + type="Logic"; + atlOffset=2.0980835e-005; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={6216.208,21.474543,12340.319}; + angles[]={0.059923481,2.3722954,0.0039967569}; + }; + name="killZones"; + id=1339; + type="Logic"; + atlOffset=2.0980835e-005; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={6215.0029,21.456905,12340.533}; + angles[]={0.059923481,2.3722954,0.0039967569}; + }; + name="pathfinding"; + id=1340; + type="Logic"; + atlOffset=2.0980835e-005; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={6220.9961,21.485741,12340.546}; + angles[]={0.067891158,2.3722954,0.013999403}; + }; + name="roadsX"; + id=1341; + type="Logic"; + atlOffset=2.0980835e-005; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={6227.6548,21.548691,12341.197}; + angles[]={0.073860347,2.3722787,0.02199479}; + }; + name="server"; + id=1342; + type="Logic"; + atlOffset=2.0980835e-005; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={6217.4419,21.477282,12340.356}; + angles[]={0.059923481,2.3722954,0.0039967569}; + }; + name="sidesX"; + id=1343; + type="Logic"; + atlOffset=2.0980835e-005; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={6223.2686,21.493813,12340.895}; + angles[]={0.067891158,2.3722954,0.013999403}; + }; + name="spawner"; + id=1344; + type="Logic"; + atlOffset=2.0980835e-005; + }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={6219.2251,21.485367,12340.34}; + angles[]={0.059923481,2.3722954,0.0039967569}; + }; + name="timer"; + id=1345; + type="Logic"; + atlOffset=2.0980835e-005; + }; + class Item15 + { + dataType="Logic"; + class PositionInfo + { + position[]={6217.2837,21.557209,12339.26}; + angles[]={0.079824187,2.4176803,0.0039967569}; + }; + name="hc"; + isPlayable=1; + id=1346; + type="HeadlessClient_F"; + atlOffset=2.0980835e-005; + }; + class Item16 + { + dataType="Logic"; + class PositionInfo + { + position[]={6215.8604,21.547123,12339.315}; + angles[]={0.079824187,2.4176803,0.0039967569}; + }; + name="hc_1"; + isPlayable=1; + id=1347; + type="HeadlessClient_F"; + atlOffset=2.0980835e-005; + }; + class Item17 + { + dataType="Logic"; + class PositionInfo + { + position[]={6214.6074,21.532808,12339.306}; + angles[]={0.069881104,2.4176958,0.012000273}; + }; + name="hc_2"; + isPlayable=1; + id=1348; + type="HeadlessClient_F"; + atlOffset=2.2888184e-005; + }; + class Item18 + { + dataType="Logic"; + class PositionInfo + { + position[]={6212.7998,21.458704,12340.09}; + angles[]={0.041972551,0,0.011995304}; + }; + id=1349; + type="ModuleCurator_F"; + atlOffset=2.0980835e-005; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCurator_F_Owner"; + expression="_this setVariable ['Owner',_value,true];"; + class Value + { + class data + { + singleType="STRING"; + value="#adminLogged"; + }; + }; + }; + class Attribute1 + { + property="ModuleCurator_F_Forced"; + expression="_this setVariable ['Forced',_value,true];"; + class Value + { + class data + { + singleType="SCALAR"; + value=0; + }; + }; + }; + class Attribute2 + { + property="ModuleCurator_F_Name"; + expression="_this setVariable ['Name',_value,true];"; + class Value + { + class data + { + singleType="STRING"; + value=""; + }; + }; + }; + class Attribute3 + { + property="ModuleCurator_F_Addons"; + expression="_this setVariable ['Addons',_value,true];"; + class Value + { + class data + { + singleType="SCALAR"; + value=3; + }; + }; + }; + nAttributes=4; + }; + }; + class Item19 + { + dataType="Logic"; + class PositionInfo + { + position[]={6211.376,20.995808,12351.712}; + angles[]={0.023993526,0,6.2671871}; + }; + name="HC_commanderX"; + id=1350; + type="HighCommand"; + atlOffset=2.0980835e-005; + }; + class Item20 + { + dataType="Logic"; + class PositionInfo + { + position[]={6214.7764,20.938084,12351.618}; + angles[]={0.027990974,0,6.2631893}; + }; + id=1351; + type="HighCommandSubordinate"; + atlOffset=2.0980835e-005; + }; + class Item21 + { + dataType="Marker"; + position[]={6219.5327,20.816467,12354.365}; + name="Synd_HQ"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorPink"; + a=50; + b=50; + id=1352; + atlOffset=2.0980835e-005; + }; + class Item22 + { + dataType="Marker"; + position[]={6219.5562,2.7037606e+012,12354.681}; + name="respawn_guerrila"; + text="Your Headquarters"; + type="hd_flag"; + colorName="ColorGUER"; + id=1353; + atlOffset=2.7037606e+012; + }; + class Item23 + { + dataType="Logic"; + class PositionInfo + { + position[]={6250.9082,19.705395,12375.975}; + angles[]={0.053948127,0.15800466,0.031991884}; + }; + areaSize[]={12.168,0,5}; + areaIsRectangle=1; + flags=1; + id=87756; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=318; + atlOffset=6.7594014e+011; + }; + class Item1 + { + dataType="Layer"; + name="seaspawn"; + state=2; + class Entities + { + items=16; + class Item0 + { + dataType="Marker"; + position[]={5589.5605,1.8831596,15530.184}; + name="seaSpawn_1"; + type="mil_objective"; + id=87427; + atlOffset=10.856911; + }; + class Item1 + { + dataType="Marker"; + position[]={3160.502,0.73848915,13115.698}; + name="seaSpawn_2"; + type="mil_objective"; + id=87428; + atlOffset=10.856911; + }; + class Item2 + { + dataType="Marker"; + position[]={1308.9502,3.9312773,10199.312}; + name="seaSpawn_3"; + type="mil_objective"; + id=87429; + atlOffset=10.856911; + }; + class Item3 + { + dataType="Marker"; + position[]={6807.7227,4.9570246,4873.4951}; + name="seaSpawn_5"; + type="mil_objective"; + id=87431; + atlOffset=10.856911; + }; + class Item4 + { + dataType="Marker"; + position[]={12996.887,5.5878439,5688.2725}; + name="seaSpawn_6"; + type="mil_objective"; + id=87432; + atlOffset=10.856911; + }; + class Item5 + { + dataType="Marker"; + position[]={12952.996,1.5147152,8404.7441}; + name="seaSpawn_7"; + type="mil_objective"; + id=87433; + atlOffset=10.856911; + }; + class Item6 + { + dataType="Marker"; + position[]={13567.772,4.2263656,11521.418}; + name="seaSpawn_8"; + type="mil_objective"; + id=87434; + atlOffset=10.856911; + }; + class Item7 + { + dataType="Marker"; + position[]={9651.625,4.3689404,10219.067}; + name="seaSpawn_9"; + type="mil_objective"; + id=87435; + atlOffset=10.856911; + }; + class Item8 + { + dataType="Marker"; + position[]={9307.6182,7.3314662,11528.811}; + name="seaSpawn_10"; + type="mil_objective"; + id=87436; + atlOffset=10.856911; + }; + class Item9 + { + dataType="Marker"; + position[]={14558.576,4.7971978,13811.88}; + name="seaSpawn_11"; + type="mil_objective"; + id=87437; + atlOffset=10.856911; + }; + class Item10 + { + dataType="Marker"; + position[]={18611.756,6.4109273,16379.844}; + name="seaSpawn_12"; + type="mil_objective"; + id=87438; + atlOffset=10.856911; + }; + class Item11 + { + dataType="Marker"; + position[]={12677.993,6.4594097,10122.899}; + name="seaSpawn_13"; + type="mil_objective"; + id=87439; + atlOffset=10.856911; + }; + class Item12 + { + dataType="Marker"; + position[]={10268.233,6.3698597,5470.3359}; + name="seaSpawn_14"; + type="mil_objective"; + id=87440; + atlOffset=10.856911; + }; + class Item13 + { + dataType="Marker"; + position[]={18049.76,6.1835551,16197.227}; + name="seaSpawn_15"; + type="mil_objective"; + id=87441; + atlOffset=10.856911; + }; + class Item14 + { + dataType="Marker"; + position[]={20415.879,8.3401947,15820.676}; + name="seaSpawn_16"; + type="mil_objective"; + id=87442; + atlOffset=10.856911; + }; + class Item15 + { + dataType="Marker"; + position[]={3389.0671,6.4223208,15810.299}; + name="seaSpawn_17"; + type="mil_objective"; + id=87443; + atlOffset=10.856911; + }; + }; + id=381; + atlOffset=12.40988; + }; + class Item2 + { + dataType="Layer"; + name="seaSpawnAttack"; + state=2; + class Entities + { + items=22; + class Item0 + { + dataType="Marker"; + position[]={5005.8589,-24.657227,18163.313}; + name="seaAttackSpawn"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=384; + atlOffset=3.9418449; + }; + class Item1 + { + dataType="Marker"; + position[]={8440.377,-51.362232,17128.098}; + name="seaAttackSpawn_1"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87406; + atlOffset=3.9418449; + }; + class Item2 + { + dataType="Marker"; + position[]={11990.344,-36.443474,17451.838}; + name="seaAttackSpawn_2"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87407; + atlOffset=3.9418449; + }; + class Item3 + { + dataType="Marker"; + position[]={14703.055,-51.737576,18635.16}; + name="seaAttackSpawn_3"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87408; + atlOffset=3.9418449; + }; + class Item4 + { + dataType="Marker"; + position[]={17382.277,-51.366737,18088.152}; + name="seaAttackSpawn_4"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87409; + atlOffset=3.9418449; + }; + class Item5 + { + dataType="Marker"; + position[]={20273.605,-10.904767,16915.992}; + name="seaAttackSpawn_5"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87410; + atlOffset=3.9418449; + }; + class Item6 + { + dataType="Marker"; + position[]={21635.539,55.776569,13823.723}; + name="seaAttackSpawn_6"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87411; + atlOffset=3.9418449; + }; + class Item7 + { + dataType="Marker"; + position[]={21535.07,50.921799,9782.5645}; + name="seaAttackSpawn_7"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87412; + atlOffset=3.9418449; + }; + class Item8 + { + dataType="Marker"; + position[]={21780.664,63.612026,6310.7373}; + name="seaAttackSpawn_8"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87413; + atlOffset=3.9418449; + }; + class Item9 + { + dataType="Marker"; + position[]={21635.545,82.86615,2928.2214}; + name="seaAttackSpawn_9"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87414; + atlOffset=3.9418411; + }; + class Item10 + { + dataType="Marker"; + position[]={20965.74,88.140915,-398.48145}; + name="seaAttackSpawn_10"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87415; + atlOffset=3.9418488; + }; + class Item11 + { + dataType="Marker"; + position[]={16734.801,11.389258,-778.03467}; + name="seaAttackSpawn_11"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87416; + atlOffset=3.9418449; + }; + class Item12 + { + dataType="Marker"; + position[]={11320.539,32.022751,-666.40381}; + name="seaAttackSpawn_12"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87417; + atlOffset=3.941843; + }; + class Item13 + { + dataType="Marker"; + position[]={6821.6797,69.16124,-632.9126}; + name="seaAttackSpawn_13"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87418; + atlOffset=3.9418488; + }; + class Item14 + { + dataType="Marker"; + position[]={3137.748,59.977402,-599.42627}; + name="seaAttackSpawn_14"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87419; + atlOffset=3.9418449; + }; + class Item15 + { + dataType="Marker"; + position[]={-133.13518,83.976501,-811.53076}; + name="seaAttackSpawn_15"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87420; + atlOffset=3.9418488; + }; + class Item16 + { + dataType="Marker"; + position[]={-713.63354,34.045479,2850.0732}; + name="seaAttackSpawn_16"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87421; + atlOffset=3.941843; + }; + class Item17 + { + dataType="Marker"; + position[]={-802.94055,48.6436,6411.207}; + name="seaAttackSpawn_17"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87422; + atlOffset=3.9418449; + }; + class Item18 + { + dataType="Marker"; + position[]={-847.59406,17.864117,10150.955}; + name="seaAttackSpawn_18"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87423; + atlOffset=3.941844; + }; + class Item19 + { + dataType="Marker"; + position[]={-668.97955,19.578812,14270.259}; + name="seaAttackSpawn_19"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87424; + atlOffset=3.9418459; + }; + class Item20 + { + dataType="Marker"; + position[]={-936.9021,41.510704,17697.43}; + name="seaAttackSpawn_20"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87425; + atlOffset=3.9418449; + }; + class Item21 + { + dataType="Marker"; + position[]={1251.1296,-72.796692,20075.238}; + name="seaAttackSpawn_21"; + type="mil_ambush"; + colorName="ColorBlue"; + angle=28.695; + id=87426; + atlOffset=3.9418411; + }; + }; + id=383; + atlOffset=-51.717751; + }; + class Item3 + { + dataType="Layer"; + name="controls"; + state=2; + class Entities + { + items=23; + class Item0 + { + dataType="Marker"; + position[]={5335.77,5.2940001,14409.408}; + name="control"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87456; + atlOffset=-0.0003657341; + }; + class Item1 + { + dataType="Marker"; + position[]={5129.0361,13.097797,13406.389}; + name="control_1"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87457; + atlOffset=-0.00036525726; + }; + class Item2 + { + dataType="Marker"; + position[]={12244.617,21.552422,5920.8545}; + name="control_2"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87458; + atlOffset=-0.00036621094; + }; + class Item3 + { + dataType="Marker"; + position[]={9590.0703,3.7548859,5860.8848}; + name="control_3"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87459; + atlOffset=-0.0003657341; + }; + class Item4 + { + dataType="Marker"; + position[]={2526.7363,82.365417,1464.5813}; + name="control_4"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87460; + atlOffset=-0.00036621094; + }; + class Item5 + { + dataType="Marker"; + position[]={6563.5991,73.422531,644.09302}; + name="control_5"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87461; + atlOffset=-0.00036621094; + }; + class Item6 + { + dataType="Marker"; + position[]={7522.9585,54.989281,1476.4148}; + name="control_6"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87462; + atlOffset=-0.00036621094; + }; + class Item7 + { + dataType="Marker"; + position[]={2541.6392,34.657543,7027.9307}; + name="control_7"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87463; + atlOffset=-0.00036621094; + }; + class Item8 + { + dataType="Marker"; + position[]={2737.387,25.947954,8870.9297}; + name="control_8"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87464; + }; + class Item9 + { + dataType="Marker"; + position[]={19390.213,42.380692,14441.711}; + name="control_9"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87465; + atlOffset=-0.00036621094; + }; + class Item10 + { + dataType="Marker"; + position[]={19343.727,34.998451,13276.604}; + name="control_10"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87466; + atlOffset=-0.00036621094; + }; + class Item11 + { + dataType="Marker"; + position[]={10251.505,7.6632209,5237.7124}; + name="control_11"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87467; + atlOffset=-0.0003657341; + }; + class Item12 + { + dataType="Marker"; + position[]={16812.605,16.068974,3974.718}; + name="control_12"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87468; + atlOffset=-0.00036621094; + }; + class Item13 + { + dataType="Marker"; + position[]={17672.035,15.74885,3871.9385}; + name="control_13"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87469; + atlOffset=-0.00036621094; + }; + class Item14 + { + dataType="Marker"; + position[]={17306.32,14.98962,3424.198}; + name="control_14"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87470; + atlOffset=-0.00036621094; + }; + class Item15 + { + dataType="Marker"; + position[]={11488.237,17.709011,12408.115}; + name="control_15"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87471; + atlOffset=-0.00036621094; + }; + class Item16 + { + dataType="Marker"; + position[]={12439.132,42.607922,12323.446}; + name="control_16"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87472; + atlOffset=-0.00036621094; + }; + class Item17 + { + dataType="Marker"; + position[]={10882.153,38.034958,12099.218}; + name="control_17"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87473; + atlOffset=-0.00036621094; + }; + class Item18 + { + dataType="Marker"; + position[]={18438.746,43.141529,14709.086}; + name="control_18"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87475; + atlOffset=-0.00036621094; + }; + class Item19 + { + dataType="Marker"; + position[]={18173.979,30.45083,13323.764}; + name="control_19"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87476; + atlOffset=-0.00036621094; + }; + class Item20 + { + dataType="Marker"; + position[]={17420.674,27.557285,15121.223}; + name="control_20"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87477; + atlOffset=-0.00036621094; + }; + class Item21 + { + dataType="Marker"; + position[]={19153.816,19.636698,15222.227}; + name="control_21"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87478; + atlOffset=-0.00036621094; + }; + class Item22 + { + dataType="Marker"; + position[]={16447.539,24.285076,16097.962}; + name="control_22"; + markerType="RECTANGLE"; + type="rectangle"; + a=5; + b=5; + id=87479; + atlOffset=-0.00036621094; + }; + }; + id=385; + atlOffset=1.78409; + }; + class Item4 + { + dataType="Layer"; + name="seaPatrol"; + state=2; + class Entities + { + items=12; + class Item0 + { + dataType="Marker"; + position[]={3671.9065,-13.058002,16546.096}; + name="seaPatrol_1"; + type="Empty"; + id=87444; + atlOffset=7.3254128; + }; + class Item1 + { + dataType="Marker"; + position[]={5159.2915,-12.549389,16138.876}; + name="seaPatrol_2"; + type="Empty"; + id=87445; + atlOffset=7.3254128; + }; + class Item2 + { + dataType="Marker"; + position[]={5887.4541,-4.4904327,15755.813}; + name="seaPatrol_3"; + type="Empty"; + id=87446; + atlOffset=7.3255053; + }; + class Item3 + { + dataType="Marker"; + position[]={8040.8843,-15.379045,15769.617}; + name="seaPatrol_4"; + type="Empty"; + id=87447; + atlOffset=7.3254137; + }; + class Item4 + { + dataType="Marker"; + position[]={10883.286,-11.569065,15865.236}; + name="seaPatrol_5"; + type="Empty"; + id=87448; + atlOffset=7.3254128; + }; + class Item5 + { + dataType="Marker"; + position[]={14643.844,-24.921101,16759.879}; + name="seaPatrol_6"; + type="Empty"; + id=87449; + atlOffset=7.3254128; + }; + class Item6 + { + dataType="Marker"; + position[]={17706.063,-6.2901402,16876.607}; + name="seaPatrol_7"; + type="Empty"; + id=87450; + atlOffset=7.3254128; + }; + class Item7 + { + dataType="Marker"; + position[]={19629.807,-4.8048086,16375.741}; + name="seaPatrol_8"; + type="Empty"; + id=87451; + atlOffset=7.3254128; + }; + class Item8 + { + dataType="Marker"; + position[]={13859.159,-2.1824093,13980.62}; + name="seaPatrol_9"; + type="Empty"; + id=87452; + atlOffset=7.3254128; + }; + class Item9 + { + dataType="Marker"; + position[]={13632.064,-2.6639175,11914.787}; + name="seaPatrol_10"; + type="Empty"; + id=87453; + atlOffset=7.3254128; + }; + class Item10 + { + dataType="Marker"; + position[]={13006.756,-5.7385826,5419.5547}; + name="seaPatrol_11"; + type="Empty"; + id=87454; + atlOffset=7.3254128; + }; + class Item11 + { + dataType="Marker"; + position[]={12312.088,-2.8392162,8795.292}; + name="seaPatrol_12"; + type="Empty"; + id=87455; + atlOffset=7.3254128; + }; + }; + id=387; + atlOffset=-105.54572; + }; + class Item5 + { + dataType="Marker"; + position[]={19375.893,-35.635254,17948.65}; + name="CSAT_carrier"; + type="flag_CSAT"; + id=389; + atlOffset=6.5749207; + }; + class Item6 + { + dataType="Marker"; + position[]={-739.25812,69.816254,1265.824}; + name="NATO_carrier"; + type="flag_UN"; + id=390; + }; + class Item7 + { + dataType="Layer"; + name="detectPlayer"; + state=2; + id=391; + atlOffset=-87.577431; + }; + }; + id=317; + atlOffset=5.2807823e+009; + }; + class Item3 + { + dataType="Layer"; + name="factories"; + class Entities + { + items=9; + class Item0 + { + dataType="Layer"; + name="factory_1"; + class Entities + { + items=6; + class Item0 + { + dataType="Marker"; + position[]={941.39502,6.579,18493.689}; + name="fact_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10.537; + b=5; + angle=304.4679; + id=830; + atlOffset=0.98155117; + }; + class Item1 + { + dataType="Marker"; + position[]={965.91333,7.0177307,18537.545}; + name="factory_1"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorBrown"; + a=131.02121; + b=130.43945; + id=831; + atlOffset=0.65885592; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={918.48096,7.8952999,18566.012}; + angles[]={0.011086299,1.6768756,6.2627325}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1401; + type="Land_BagBunker_01_small_green_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={985.03363,7.4408092,18518.693}; + angles[]={0.013447796,6.0168614,6.2646689}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1402; + type="Land_BagBunker_01_small_green_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={920.16669,6.1886873,18492.668}; + angles[]={6.2494731,0.60824305,0.017280819}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86658; + type="Land_BagBunker_01_small_green_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={938.33893,6.2263513,18478.805}; + angles[]={6.2567387,0.60824305,0.025731789}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86659; + type="Land_BagBunker_01_small_green_F"; + }; + }; + id=394; + atlOffset=-0.06916666; + }; + class Item1 + { + dataType="Layer"; + name="factory_2"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={2272.1111,4.4861937,3569.5803}; + name="fact_2_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15.927574; + b=5; + angle=274.41968; + id=833; + atlOffset=0.62224388; + }; + class Item1 + { + dataType="Marker"; + position[]={2188.9788,3.8493581,3546.2996}; + name="factory_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=83.66394; + b=79.880981; + angle=2.6072061; + id=834; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={2139.7568,8.7543583,3524.0505}; + angles[]={0,1.6283659,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1407; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={2247.7625,8.7543583,3543.655}; + angles[]={0,4.7571936,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86656; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={2140.0977,8.7543583,3587.0891}; + angles[]={0,1.6283659,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86657; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={2264.134,4.4597797,3560.5969}; + angles[]={0,0.056304321,0}; + }; + areaSize[]={6.6214266,0,32.605}; + areaIsRectangle=1; + flags=1; + id=86660; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.608495; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={2134.574,3.8663375,3531.8127}; + }; + areaSize[]={2.831543,0,2.9121094}; + flags=1; + id=87539; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=398; + atlOffset=0.17104578; + }; + class Item2 + { + dataType="Layer"; + name="factory_3"; + class Entities + { + items=11; + class Item0 + { + dataType="Marker"; + position[]={3884.6038,39.424049,11415.206}; + name="fact_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=10.579944; + angle=140.44101; + id=836; + atlOffset=0.75542068; + }; + class Item1 + { + dataType="Marker"; + position[]={3827.343,38.799,11454.067}; + name="factory_3"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorBrown"; + a=118.47903; + b=116.95406; + angle=0.31397685; + id=837; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={3764.0146,39.834686,11496.784}; + angles[]={0,2.1815975,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1409; + type="Land_BagBunker_01_small_green_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={3872.5454,43.345177,11382.901}; + angles[]={0,5.2791152,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1410; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={3766.3235,43.334003,11401.688}; + angles[]={0,0.9031828,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1411; + type="Land_Cargo_Patrol_V4_F"; + atlOffset=3.8146973e-006; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={3848.6101,43.431847,11540.338}; + angles[]={0,3.7703445,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1412; + type="Land_Cargo_Patrol_V4_F"; + atlOffset=3.8146973e-006; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={3849.021,38.525944,11541.035}; + }; + areaSize[]={5.3600001,0,5.3889999}; + flags=1; + id=86661; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0019989014; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=6; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={3766.5884,38.449673,11401.093}; + }; + areaSize[]={4.6483154,0,4.215332}; + flags=1; + id=86662; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.023715973; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={3884.9031,41.215973,11413.987}; + angles[]={0,0.83650768,0}; + }; + areaSize[]={10.516236,0,5}; + flags=1; + id=86663; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.5554352; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={3888.5144,38.564724,11400.689}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86664; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={3826.0364,41.519325,11452.835}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86665; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.7254028; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=402; + atlOffset=1.5877228; + }; + class Item3 + { + dataType="Layer"; + name="factory_4"; + class Entities + { + items=6; + class Item0 + { + dataType="Marker"; + position[]={7874.0967,35.908127,12067.359}; + name="factory_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=85.847054; + b=71.421356; + angle=41.280426; + id=843; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={7836.1704,40.444256,12070.638}; + angles[]={0,0.71929389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1417; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={7851.5405,40.58987,12145.426}; + angles[]={0,2.3786004,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86666; + type="Land_Cargo_Patrol_V4_F"; + atlOffset=3.8146973e-006; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={7885.3096,35.94194,12063.131}; + angles[]={0,0.69241738,0}; + }; + areaSize[]={4.6873927,0,6.2827148}; + flags=1; + id=86667; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0086288452; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Marker"; + position[]={7870.4692,36.542,12119.315}; + name="fact_4_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=9.6617374; + b=5; + angle=217.07677; + id=86669; + atlOffset=0.76459503; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={7864.2822,35.768093,12113.349}; + angles[]={0,5.4297452,0}; + }; + areaSize[]={2.7636418,0,8.4979649}; + areaIsRectangle=1; + flags=1; + id=86670; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0044937134; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=406; + atlOffset=0.20026779; + }; + class Item4 + { + dataType="Layer"; + name="factory_5"; + class Entities + { + items=13; + class Item0 + { + dataType="Marker"; + position[]={8418.083,51.243187,907.66089}; + name="fact_5_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=351.81946; + id=845; + atlOffset=0.60507202; + }; + class Item1 + { + dataType="Marker"; + position[]={8498.2646,50.638115,900.13177}; + name="factory_5"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorBrown"; + a=100; + b=203.72363; + angle=320.42941; + id=846; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={8519.9463,63.524391,905.15259}; + angles[]={0,6.2052183,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1399; + type="Land_Cargo_Tower_V4_F"; + atlOffset=6.8664551e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={8376.9629,51.932571,1037.0762}; + angles[]={6.2637916,1.6402662,6.2619433}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1405; + type="Land_BagBunker_01_small_green_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={8629.2588,55.543114,776.28461}; + angles[]={0,4.1381397,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86671; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={8382.5879,55.54427,926.68286}; + angles[]={0,6.2224755,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86672; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={8517.5264,55.543114,949.67169}; + angles[]={0,4.6585298,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86673; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item7 + { + dataType="Marker"; + position[]={8433.8828,51.243187,909.6106}; + name="fact_5_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=6.4594011; + id=86675; + atlOffset=0.60507202; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={8428.5664,50.638115,902.61279}; + }; + areaSize[]={28.3018,0,13.781229}; + flags=1; + id=86674; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=4; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={8497.2676,50.638115,757.03198}; + }; + areaSize[]={6.8330002,0,5.8920002}; + flags=1; + id=87545; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={8617.9355,50.638115,805.77618}; + }; + areaSize[]={6.8330002,0,5.8920002}; + flags=1; + id=87546; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={8416.0693,50.271282,1077.2701}; + }; + areaSize[]={6.8330002,0,5.8920002}; + flags=1; + id=87547; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={8522.0439,50.638115,936.41064}; + }; + areaSize[]={6.8330002,0,5.8920002}; + flags=1; + id=87548; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=410; + atlOffset=-0.081882477; + }; + class Item5 + { + dataType="Layer"; + name="factory_6"; + class Entities + { + items=8; + class Item0 + { + dataType="Marker"; + position[]={14872.338,20.426306,12986.489}; + name="fact_6_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=313.61807; + id=848; + atlOffset=1.2683258; + }; + class Item1 + { + dataType="Marker"; + position[]={14896.27,19.158001,12935.263}; + name="factory_6"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorBrown"; + a=100; + b=100; + id=849; + atlOffset=0.00012207031; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={14927.466,24.062908,13023.122}; + angles[]={0,3.9314437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1421; + type="Land_Cargo_Patrol_V4_F"; + atlOffset=-7.6293945e-006; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={14982.456,31.97015,12966.973}; + angles[]={0,2.3639357,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1419; + type="Land_Cargo_Tower_V4_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={14861.366,24.06319,12980.94}; + angles[]={0,2.3247178,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86676; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={14853.354,24.06288,12925.067}; + angles[]={0,0.79479247,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86677; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item6 + { + dataType="Marker"; + position[]={14880.591,20.42627,12996.063}; + name="fact_6_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=313.61807; + id=86678; + atlOffset=1.2683258; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={14886.931,19.157879,12987.349}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86679; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=414; + atlOffset=0.32471848; + }; + class Item6 + { + dataType="Layer"; + name="factory_7"; + class Entities + { + items=12; + class Item0 + { + dataType="Marker"; + position[]={16930.629,40.376217,8963.8896}; + name="fact_7_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=16.575508; + id=851; + atlOffset=0.60510254; + }; + class Item1 + { + dataType="Marker"; + position[]={16921.99,39.769001,8922.9951}; + name="factory_7"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorBrown"; + a=100; + b=100; + id=852; + atlOffset=-0.00044631958; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={16903.885,44.789822,8849.0225}; + angles[]={0,0.36640909,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1425; + type="Land_Cargo_Patrol_V4_F"; + atlOffset=7.6293945e-006; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={16850.857,45.359985,8894.7617}; + angles[]={0,1.2022915,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1428; + type="Land_Cargo_Patrol_V4_F"; + atlOffset=0.0025939941; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={16901.758,41.730007,8980.9736}; + angles[]={6.1828046,1.8708762,6.2188377}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86681; + type="Land_BagBunker_01_small_green_F"; + atlOffset=7.6293945e-005; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={16992.283,40.69101,8883.417}; + angles[]={6.2557235,6.1876769,6.2745333}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86682; + type="Land_BagBunker_01_small_green_F"; + atlOffset=7.6293945e-005; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={16937.059,39.777679,8974.667}; + }; + areaSize[]={6.1503906,0,5}; + flags=1; + id=86683; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0020141602; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={16927.285,39.769447,8899.8955}; + angles[]={0,0.37009192,0}; + }; + areaSize[]={1.967526,0,18.681452}; + areaIsRectangle=1; + flags=1; + id=86680; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Marker"; + position[]={16932.154,40.598999,8989.5664}; + name="fact_7_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=192.01933; + id=87710; + atlOffset=0.60510254; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={16914.563,40.00441,8842.7451}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87587; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={16848.02,40.662384,8903.1836}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87588; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={16910.551,39.807201,8855.9482}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87586; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=418; + atlOffset=0.2831459; + }; + class Item7 + { + dataType="Layer"; + name="factory_8"; + class Entities + { + items=12; + class Item0 + { + dataType="Marker"; + position[]={17475.117,8.7449665,15908.624}; + name="fact_8_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=294.10797; + id=854; + atlOffset=0.60491943; + }; + class Item1 + { + dataType="Marker"; + position[]={17459.352,8.1400471,15921.436}; + name="factory_8"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=96.697128; + b=181.37993; + angle=335.58197; + id=855; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={17405.92,21.026257,15886.057}; + angles[]={0,1.6694486,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1431; + type="Land_Cargo_Tower_V4_F"; + }; + class Item3 + { + dataType="Marker"; + position[]={17442.783,8.7449665,15894.052}; + name="fact_8_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=115.34838; + id=86684; + atlOffset=0.60491943; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={17441.023,13.045048,16098.374}; + angles[]={0,2.9004443,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86685; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={17605.594,13.055729,15805.139}; + angles[]={0,4.2080479,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86686; + type="Land_Cargo_Patrol_V4_F"; + atlOffset=-9.5367432e-007; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={17520.477,13.046013,15969.795}; + angles[]={0,4.3815422,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86687; + type="Land_Cargo_Patrol_V4_F"; + atlOffset=-9.5367432e-007; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={17355.721,13.046085,16007.526}; + angles[]={0,1.3980978,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86688; + type="Land_Cargo_Patrol_V4_F"; + atlOffset=-9.5367432e-007; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={17355.693,8.1449509,15997.519}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87565; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={17493.5,8.1440353,16059.628}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87566; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={17602.939,8.145709,15816.894}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87567; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={17417.633,8.1400471,15833.016}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87564; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=422; + atlOffset=0.0038280487; + }; + class Item8 + { + dataType="Layer"; + name="factory_9"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={17931.006,27.452263,2420.9421}; + name="fact_9_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=152.69334; + id=857; + atlOffset=0.60473633; + }; + class Item1 + { + dataType="Marker"; + position[]={17947.311,26.847527,2394.9268}; + name="factory_9"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=100; + b=165.43716; + angle=23.380236; + id=858; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={18018.545,27.408052,2354.1331}; + angles[]={0,5.5164723,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1394; + type="Land_BagBunker_01_small_green_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={17910.338,27.915434,2238.2898}; + angles[]={0,6.0583968,6.2812943}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1396; + type="Land_BagBunker_01_small_green_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={17858.209,31.752527,2370.9656}; + angles[]={0,2.0106633,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1395; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={18046.066,31.752527,2518.8455}; + angles[]={0,3.412693,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86690; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={17913.838,31.752527,2522.2634}; + angles[]={0,2.7525928,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86691; + type="Land_Cargo_Patrol_V4_F"; + }; + class Item7 + { + dataType="Marker"; + position[]={17947.268,27.452263,2428.4607}; + name="fact_9_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=159.01837; + id=86692; + atlOffset=0.60473633; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={17947.465,32.600525,2393.333}; + angles[]={0,5.9317284,0}; + }; + areaSize[]={13.672,0,5}; + areaIsRectangle=1; + flags=1; + id=86689; + type="ModuleHideTerrainObjects_F"; + atlOffset=5.7529984; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=426; + atlOffset=3.0260677; + }; + }; + id=393; + atlOffset=-84.902916; + }; + class Item4 + { + dataType="Layer"; + name="outposts"; + class Entities + { + items=42; + class Item0 + { + dataType="Layer"; + name="outpost_2"; + class Entities + { + items=418; + class Item0 + { + dataType="Marker"; + position[]={743.38519,29.293592,10105.988}; + name="outp_2_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=284.26318; + id=1106; + }; + class Item1 + { + dataType="Marker"; + position[]={740.552,32.778,10077.18}; + name="outpost_2"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1107; + atlOffset=-0.00048828125; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={779.33112,35.81842,10046.864}; + angles[]={0.071872488,5.7830548,6.259192}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20487; + type="Land_Cargo20_EMP_F"; + atlOffset=-0.0013008118; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={777.87103,36.536625,10041.949}; + angles[]={0.081813931,3.4403503,6.261188}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20486; + type="Land_Cargo10_military_green_F"; + atlOffset=-0.0062675476; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={770.11633,34.843601,10070.158}; + angles[]={0,3.4290509,0}; + }; + side="Empty"; + class Attributes + { + disableSimulation=1; + }; + id=20394; + type="CamoNet_OPFOR_F"; + atlOffset=0.39212799; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={778.07037,36.792233,10045.468}; + angles[]={0,4.9840651,0}; + }; + side="Empty"; + class Attributes + { + disableSimulation=1; + }; + id=20396; + type="CamoNet_OPFOR_F"; + atlOffset=0.51165771; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={758.4433,39.382206,10028.044}; + angles[]={0.14105055,0.22513023,6.1993856}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20461; + type="CamoNet_OPFOR_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={775.98877,35.265965,10057.635}; + angles[]={0.069883667,5.0135088,6.2651849}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20395; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={769.84747,37.404041,10035.641}; + angles[]={0.10164439,5.017241,6.2093234}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20425; + type="Land_HBarrier_Big_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={770.70172,36.495258,10044.235}; + angles[]={0.095702894,1.5961107,6.2172837}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20426; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={763.6723,38.373573,10032.118}; + angles[]={0.12927015,0.29371142,6.207334}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20453; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={756.19769,38.682659,10034.052}; + angles[]={0.12927015,0.29402333,6.2093229}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20454; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={741.61078,39.296677,10038.014}; + angles[]={0.14692704,0.29466423,6.1993856}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20455; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={772.5863,34.862793,10063.647}; + angles[]={0.073861964,0.28962386,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20456; + type="Land_HBarrier_Big_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={765.11163,34.846737,10065.581}; + angles[]={0.083799981,0.28972107,6.259192}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20457; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={750.52472,34.794228,10069.543}; + angles[]={0.10362358,0.29053268,6.2611909}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20458; + type="Land_HBarrier_Big_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={744.68976,35.409691,10065.86}; + angles[]={0.12533401,5.0146008,6.2511969}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20459; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={738.54895,38.676273,10043.865}; + angles[]={0.14692785,5.0175328,6.207334}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20460; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={739.40649,38.084881,10047.43}; + angles[]={0.1449696,5.0162306,6.2133036}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20462; + type="Land_HBarrier_Big_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={743.6239,35.90834,10062.217}; + angles[]={0.12336512,5.0152345,6.2432079}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20463; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={756.97461,36.490017,10050.762}; + angles[]={0,5.7792544,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=20392; + type="Land_Bunker_01_HQ_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={771.88995,38.762745,10022.689}; + angles[]={0,5.7792544,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=20387; + type="Land_Bunker_01_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={727.2757,40.577423,10035.398}; + angles[]={0,1.0563039,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=20402; + type="Land_Bunker_01_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={785.95496,34.450905,10065.255}; + angles[]={0,4.2156048,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=20419; + type="Land_Bunker_01_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={740.15802,39.281502,10055.38}; + angles[]={0,1.8263791,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=20393; + type="Land_Bunker_01_tall_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={716.67792,41.838409,10033.375}; + angles[]={0.16059838,1.11932,6.1835203}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20468; + type="Land_Razorwire_F"; + atlOffset=3.8146973e-006; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={720.146,42.59922,10026.45}; + angles[]={0.15669802,1.1191412,6.1835213}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20469; + type="Land_Razorwire_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={739.29742,42.103653,10018.007}; + angles[]={0.15864913,0.27152875,6.1954155}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20470; + type="Land_Razorwire_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={747.35559,41.767155,10015.881}; + angles[]={0.16059838,0.26930058,6.2013717}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20471; + type="Land_Razorwire_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={754.35516,41.476269,10014.174}; + angles[]={0.16838393,0.2127924,6.2013721}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20472; + type="Land_Razorwire_F"; + atlOffset=3.8146973e-006; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={774.13715,40.454777,10012.039}; + angles[]={0.18195716,5.7992969,6.2172837}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20473; + type="Land_Razorwire_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={780.47986,39.423023,10015.68}; + angles[]={0.18195683,5.7641439,6.2312346}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20474; + type="Land_Razorwire_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={788.62634,36.490307,10033.246}; + angles[]={0.103623,5.061305,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20475; + type="Land_Razorwire_F"; + atlOffset=3.8146973e-006; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={791.34949,35.75296,10041.122}; + angles[]={0.065901861,5.0579271,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20476; + type="Land_Razorwire_F"; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={793.57629,35.309765,10047.975}; + angles[]={0.053945597,4.9971066,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20477; + type="Land_Razorwire_F"; + atlOffset=3.8146973e-006; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={796.54102,34.540306,10067.035}; + angles[]={0.033985451,4.2421446,0.029989703}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20478; + type="Land_Razorwire_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={792.70844,34.146549,10074.436}; + angles[]={0.035982672,4.2396812,0.03798008}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20479; + type="Land_Razorwire_F"; + atlOffset=3.8146973e-006; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={766.7998,32.733746,10085.404}; + angles[]={0.087770827,3.4461467,0.019996032}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20481; + type="Land_Razorwire_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={759.87659,32.409988,10087.401}; + angles[]={0.099664383,3.3894455,0.02599225}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20482; + type="Land_Razorwire_F"; + atlOffset=-1.9073486e-006; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={739.97766,31.634228,10089.916}; + angles[]={0.1371284,2.6708062,0.031986579}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20483; + type="Land_Razorwire_F"; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={733.64026,32.061451,10086.488}; + angles[]={0.16643909,2.6141052,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=20484; + type="Land_Razorwire_F"; + atlOffset=-1.9073486e-006; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={780.63629,37.528378,10019.251}; + angles[]={5.8372278,5.8324299,6.049685}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20383; + type="Land_Trench_01_forest_F"; + atlOffset=0.38230133; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={777.51508,37.995937,10017.585}; + angles[]={5.8372278,5.8324299,6.049685}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20384; + type="Land_Trench_01_forest_F"; + atlOffset=0.38098907; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={774.1828,38.565292,10015.831}; + angles[]={5.8372278,5.8324299,6.049685}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20385; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={771.06012,39.101601,10014.167}; + angles[]={5.8372278,5.8324299,6.049685}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20386; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696808; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={783.19073,36.336391,10025.764}; + angles[]={6.2056322,4.8747845,5.7890115}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20390; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={782.63605,36.952515,10022.27}; + angles[]={6.2056322,4.8747845,5.7890115}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20391; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696808; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={723.92993,40.997955,10026.615}; + angles[]={6.0207272,0.99863166,0.43030724}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20398; + type="Land_Trench_01_forest_F"; + atlOffset=0.41389847; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={722.23047,40.647537,10029.719}; + angles[]={6.0207272,0.99863166,0.43030724}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20399; + type="Land_Trench_01_forest_F"; + atlOffset=0.38098907; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={720.44128,40.326565,10033.032}; + angles[]={6.0207272,0.99863166,0.43030724}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20400; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={718.745,40.0126,10036.138}; + angles[]={6.0207272,0.99863166,0.43030724}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20401; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696808; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={718.52301,39.377369,10039.973}; + angles[]={0.19482274,1.9866867,0.463173}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20403; + type="Land_Trench_01_forest_F"; + atlOffset=0.41978073; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={719.8493,38.725521,10043.254}; + angles[]={0.19482274,1.9866867,0.463173}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20404; + type="Land_Trench_01_forest_F"; + atlOffset=0.44697189; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={730.4693,40.760841,10024.13}; + angles[]={5.7871418,0.11624382,0.063235708}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20405; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={726.96887,41.043316,10024.648}; + angles[]={5.7871418,0.11624382,0.063235708}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20406; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696426; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={733.04156,31.511641,10082.828}; + angles[]={0.44384608,2.6817904,0.23769458}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20407; + type="Land_Trench_01_forest_F"; + atlOffset=0.41389656; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={736.14661,31.14908,10084.524}; + angles[]={0.44384608,2.6817904,0.23769458}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20408; + type="Land_Trench_01_forest_F"; + atlOffset=0.38098907; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={739.46136,30.92317,10086.312}; + angles[]={0.44384608,2.6817904,0.23769458}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20409; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={742.56787,30.769798,10088.006}; + angles[]={0.44384608,2.6817904,0.23769458}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20410; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696999; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={746.40369,30.798517,10088.225}; + angles[]={0.470723,3.4702861,6.1087422}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20412; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={749.68317,31.046486,10086.895}; + angles[]={0.470723,3.4702861,6.1087422}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20413; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696808; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={730.55121,32.760838,10076.291}; + angles[]={0.072313055,1.7221504,0.49490368}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20414; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={731.07153,32.212681,10079.79}; + angles[]={0.072313055,1.7221504,0.49490368}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20415; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696426; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={791.10016,33.002338,10070.843}; + angles[]={0.25455359,4.159081,5.848352}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20416; + type="Land_Trench_01_forest_F"; + atlOffset=0.38098907; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={792.83069,33.216965,10067.498}; + angles[]={0.25455359,4.159081,5.848352}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20417; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={794.4715,33.408947,10064.363}; + angles[]={0.25455359,4.159081,5.848352}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20418; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696426; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={794.62592,33.531658,10060.524}; + angles[]={6.0797319,5.147665,5.8235159}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20420; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={793.24133,33.668037,10057.269}; + angles[]={6.0797319,5.147665,5.8235159}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20421; + type="Land_Trench_01_forest_F"; + atlOffset=0.44697189; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={782.96185,32.502457,10076.576}; + angles[]={0.49499142,3.2734501,6.2115297}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20422; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={786.45221,32.684052,10075.997}; + angles[]={0.49499142,3.2734501,6.2115297}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20423; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696808; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={789.45599,32.849976,10073.976}; + angles[]={0.25455359,4.159081,5.848352}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20424; + type="Land_Trench_01_forest_F"; + atlOffset=0.41389847; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={785.20477,35.422962,10032.863}; + angles[]={6.1288767,5.038909,5.805953}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20427; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={784.1474,35.87558,10029.486}; + angles[]={6.1288767,5.038909,5.805953}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20428; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696808; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={787.48737,34.713406,10039.922}; + angles[]={6.1288767,5.038909,5.805953}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20429; + type="Land_Trench_01_forest_F"; + atlOffset=0.4197731; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={786.4295,35.052841,10036.546}; + angles[]={6.1288767,5.038909,5.805953}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20430; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696808; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={789.78467,34.194324,10046.977}; + angles[]={6.1288767,5.038909,5.805953}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20431; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={788.72729,34.451054,10043.6}; + angles[]={6.1288767,5.038909,5.805953}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20432; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696808; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={792.04468,33.806187,10053.78}; + angles[]={6.1288767,5.038909,5.805953}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20433; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={790.9873,34.008598,10050.404}; + angles[]={6.1288767,5.038909,5.805953}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20434; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696426; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={737.46069,40.349476,10022.629}; + angles[]={5.7950187,0.20644476,0.11144457}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20435; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={734.0318,40.550159,10023.5}; + angles[]={5.7950187,0.20644476,0.11144457}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20436; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696426; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={744.63409,40.0163,10020.735}; + angles[]={5.7950187,0.20644476,0.11144457}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20437; + type="Land_Trench_01_forest_F"; + atlOffset=0.41978073; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={741.20477,40.203823,10021.607}; + angles[]={5.7950187,0.20644476,0.11144457}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20438; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696808; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={751.80347,39.708878,10018.827}; + angles[]={5.7950187,0.20644476,0.11144457}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20439; + type="Land_Trench_01_forest_F"; + atlOffset=0.4197731; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={748.37408,39.881874,10019.699}; + angles[]={5.7950187,0.20644476,0.11144457}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20440; + type="Land_Trench_01_forest_F"; + atlOffset=0.44697189; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={758.72131,39.473995,10016.942}; + angles[]={5.7950187,0.20644476,0.11144457}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20441; + type="Land_Trench_01_forest_F"; + atlOffset=0.41978073; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={755.29199,39.617725,10017.813}; + angles[]={5.7950187,0.20644476,0.11144457}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20442; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696808; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={769.25153,31.973665,10080.57}; + angles[]={0.48278809,3.3918924,6.1487741}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20446; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={772.63373,32.118286,10079.531}; + angles[]={0.48278809,3.3918924,6.1487741}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20447; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696808; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={762.18481,31.687445,10082.828}; + angles[]={0.48278809,3.3918924,6.1487741}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20448; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={765.56726,31.856707,10081.79}; + angles[]={0.48278809,3.3918924,6.1487741}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20449; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696808; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={755.36823,31.344938,10085.052}; + angles[]={0.48278809,3.3918924,6.1487741}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20450; + type="Land_Trench_01_forest_F"; + atlOffset=0.4197731; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={758.75043,31.555307,10084.013}; + angles[]={0.48278809,3.3918924,6.1487741}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20451; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696617; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={752.71942,31.195089,10085.897}; + angles[]={0.48278809,3.3918924,6.1487741}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20452; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={729.48035,33.84935,10069.512}; + angles[]={0.072313055,1.7221504,0.49490368}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20464; + type="Land_Trench_01_forest_F"; + atlOffset=0.41977692; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={730.00122,33.314781,10073.011}; + angles[]={0.072313055,1.7221504,0.49490368}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20465; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696426; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={721.26184,38.001732,10046.652}; + angles[]={0.19482274,1.9866867,0.463173}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20466; + type="Land_Trench_01_forest_F"; + atlOffset=0.41978073; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={722.58813,37.372303,10049.933}; + angles[]={0.19482274,1.9866867,0.463173}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=20467; + type="Land_Trench_01_forest_F"; + atlOffset=0.44696808; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={763.15564,31.087271,10106.087}; + angles[]={0.095702894,1.9093163,0.053944495}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=21488; + type="Land_Cargo20_EMP_F"; + atlOffset=-0.00025177002; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={766.46674,32.059761,10099.98}; + angles[]={0.077838875,0.33831555,0.047960676}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=21486; + type="Land_Cargo20_military_green_F"; + atlOffset=-0.00033569336; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={772.61603,32.516365,10097.735}; + angles[]={0.069883667,0.33689013,0.049955674}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=21487; + type="Land_Cargo20_military_green_F"; + atlOffset=-0.00049972534; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={776.98438,30.744482,10117.145}; + angles[]={0,3.4836946,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=21414; + type="Land_Cargo_House_V1_F"; + atlOffset=4.196167e-005; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={764.49683,30.159475,10119.245}; + angles[]={0,5.054491,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21386; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825844; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={767.72644,30.104624,10122.818}; + angles[]={0,5.8398886,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21387; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825844; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={772.92511,30.515553,10123.095}; + angles[]={0,0.34210175,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21388; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825844; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={777.80792,31.074644,10121.329}; + angles[]={0,0.34210175,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21389; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825844; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={798.66156,32.573841,10113.817}; + angles[]={0,0.34210175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21393; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={803.59045,33.175739,10112.055}; + angles[]={0,0.34210175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21396; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={807.48309,33.683575,10108.632}; + angles[]={0,1.1274997,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21397; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={808.97583,33.901649,10105.518}; + angles[]={0,1.1275002,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21398; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={804.2572,33.692421,10093.687}; + angles[]={0,1.9128981,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21399; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=4.5776367e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={803.10217,33.675602,10090.417}; + angles[]={0,1.9128981,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21400; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={760.13116,31.010412,10106.957}; + angles[]={0,5.054491,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21401; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825863; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={760.40387,31.52248,10101.801}; + angles[]={0,4.2690926,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21402; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825863; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item114 + { + dataType="Object"; + class PositionInfo + { + position[]={777.28497,32.922501,10093.623}; + angles[]={0,3.4836946,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21403; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825825; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item115 + { + dataType="Object"; + class PositionInfo + { + position[]={772.40125,32.601608,10095.39}; + angles[]={0,3.4836946,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21404; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825863; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item116 + { + dataType="Object"; + class PositionInfo + { + position[]={767.50494,32.246185,10097.161}; + angles[]={0,3.4836946,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21405; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825825; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item117 + { + dataType="Object"; + class PositionInfo + { + position[]={764.24115,32.014767,10098.33}; + angles[]={0,3.4836946,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21406; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825863; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item118 + { + dataType="Object"; + class PositionInfo + { + position[]={787.55811,33.323437,10097.072}; + angles[]={0,1.9128981,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21407; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825844; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item119 + { + dataType="Object"; + class PositionInfo + { + position[]={784.09106,33.290844,10093.255}; + angles[]={0,2.6982963,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21408; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825844; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item120 + { + dataType="Object"; + class PositionInfo + { + position[]={799.69495,33.526474,10086.543}; + angles[]={0,2.6982961,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21409; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=4.5776367e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item121 + { + dataType="Object"; + class PositionInfo + { + position[]={789.57019,32.822296,10088.017}; + angles[]={0,3.4836946,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21410; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=4.5776367e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item122 + { + dataType="Object"; + class PositionInfo + { + position[]={794.49823,33.206757,10086.255}; + angles[]={0,3.4836946,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21411; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item123 + { + dataType="Object"; + class PositionInfo + { + position[]={785.43427,32.979065,10100.578}; + angles[]={0,0.34210175,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21412; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0778294; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item124 + { + dataType="Object"; + class PositionInfo + { + position[]={779.8924,31.780298,10113.428}; + angles[]={0,1.9128981,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21413; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825844; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item125 + { + dataType="Object"; + class PositionInfo + { + position[]={778.91919,33.028976,10093.013}; + angles[]={0,3.4836946,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21415; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825844; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item126 + { + dataType="Object"; + class PositionInfo + { + position[]={772.74738,31.043678,10116.136}; + angles[]={0,5.054491,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21416; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825844; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item127 + { + dataType="Object"; + class PositionInfo + { + position[]={783.81049,32.820637,10101.171}; + angles[]={0,0.34210175,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21417; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0778294; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item128 + { + dataType="Object"; + class PositionInfo + { + position[]={782.66827,32.593563,10103.722}; + angles[]={0,1.9128981,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21418; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0778294; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item129 + { + dataType="Object"; + class PositionInfo + { + position[]={791.98853,32.781124,10116.881}; + angles[]={0,0.34210175,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21532; + type="Land_Bunker_01_blocks_3_F"; + atlOffset=1.0825958; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item130 + { + dataType="Object"; + class PositionInfo + { + position[]={783.37329,32.435257,10107.227}; + angles[]={0,1.3892996,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21419; + type="Land_Bunker_01_blocks_1_F"; + atlOffset=1.0700378; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item131 + { + dataType="Object"; + class PositionInfo + { + position[]={782.82324,32.294834,10108.931}; + angles[]={0,1.1275002,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21420; + type="Land_Bunker_01_blocks_1_F"; + atlOffset=1.0700378; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item132 + { + dataType="Object"; + class PositionInfo + { + position[]={805.51959,33.982853,10096.076}; + angles[]={0,2.6982965,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21445; + type="Land_Bunker_01_blocks_1_F"; + atlOffset=0.2333374; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item133 + { + dataType="Object"; + class PositionInfo + { + position[]={806.70087,34.342876,10096.302}; + angles[]={0,3.2218957,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21446; + type="Land_Bunker_01_blocks_1_F"; + atlOffset=0.49674225; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item134 + { + dataType="Object"; + class PositionInfo + { + position[]={780.78882,31.738462,10115.199}; + angles[]={0,3.4836948,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21502; + type="Land_Bunker_01_blocks_1_F"; + atlOffset=1.0700359; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item135 + { + dataType="Object"; + class PositionInfo + { + position[]={782.362,31.919395,10114.596}; + angles[]={0,3.4836948,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21503; + type="Land_Bunker_01_blocks_1_F"; + atlOffset=1.0700359; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item136 + { + dataType="Object"; + class PositionInfo + { + position[]={786.8429,32.294922,10115.45}; + angles[]={0,1.9128982,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21504; + type="Land_Bunker_01_blocks_1_F"; + atlOffset=0.10931015; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item137 + { + dataType="Object"; + class PositionInfo + { + position[]={785.30042,32.255814,10113.436}; + angles[]={0,3.4836946,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21505; + type="Land_Bunker_01_blocks_1_F"; + atlOffset=1.0700359; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item138 + { + dataType="Object"; + class PositionInfo + { + position[]={786.31549,32.32024,10113.902}; + angles[]={0,1.9128981,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21506; + type="Land_Bunker_01_blocks_1_F"; + atlOffset=1.0700378; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item139 + { + dataType="Object"; + class PositionInfo + { + position[]={787.30011,32.270222,10116.737}; + angles[]={0,1.9128982,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21507; + type="Land_Bunker_01_blocks_1_F"; + atlOffset=1.0700378; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item140 + { + dataType="Object"; + class PositionInfo + { + position[]={773.42761,32.357349,10106.905}; + angles[]={0,1.9128981,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=21390; + type="Land_Bunker_01_HQ_F"; + atlOffset=0.70111275; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item141 + { + dataType="Object"; + class PositionInfo + { + position[]={761.45935,30.028551,10113.883}; + angles[]={0,1.9128981,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21513; + type="Land_Bunker_01_small_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item142 + { + dataType="Object"; + class PositionInfo + { + position[]={809.84442,34.778614,10098.399}; + angles[]={0,5.054491,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21444; + type="Land_Bunker_01_small_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item143 + { + dataType="Object"; + class PositionInfo + { + position[]={792.40369,32.60783,10103.144}; + angles[]={0.039976168,1.9045331,0.093720697}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=21422; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item144 + { + dataType="Object"; + class PositionInfo + { + position[]={794.289,32.569,10108.367}; + angles[]={0.039977662,1.9040406,0.103623}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=21423; + type="Land_BagFence_Long_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item145 + { + dataType="Object"; + class PositionInfo + { + position[]={795.28156,32.564789,10111.067}; + angles[]={0.039979152,1.9044453,0.10560198}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=21424; + type="Land_BagFence_Long_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item146 + { + dataType="Object"; + class PositionInfo + { + position[]={802.98413,33.706329,10099.354}; + angles[]={0.02199479,1.9040574,0.09173809}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=21425; + type="Land_BagFence_Long_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item147 + { + dataType="Object"; + class PositionInfo + { + position[]={804.86951,33.763798,10104.579}; + angles[]={0.02199479,1.9004205,0.099664979}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=21426; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item148 + { + dataType="Object"; + class PositionInfo + { + position[]={805.86115,33.800713,10107.279}; + angles[]={0.023993526,1.902081,0.10164439}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=21427; + type="Land_BagFence_Long_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item149 + { + dataType="Object"; + class PositionInfo + { + position[]={793.14429,32.755402,10101.305}; + angles[]={0.04796192,3.4761956,0.085785367}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=21428; + type="Land_BagFence_Long_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item150 + { + dataType="Object"; + class PositionInfo + { + position[]={798.36908,33.291519,10099.419}; + angles[]={0.029989703,3.4750137,0.087770827}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=21429; + type="Land_BagFence_Long_F"; + atlOffset=4.5776367e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item151 + { + dataType="Object"; + class PositionInfo + { + position[]={801.06891,33.554558,10098.428}; + angles[]={0.029987715,3.474854,0.083799265}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=21430; + type="Land_BagFence_Long_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item152 + { + dataType="Object"; + class PositionInfo + { + position[]={797.08423,32.72266,10111.897}; + angles[]={0.039979152,3.4752419,0.10560198}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=21431; + type="Land_BagFence_Long_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item153 + { + dataType="Object"; + class PositionInfo + { + position[]={802.30811,33.356514,10110.012}; + angles[]={0.031988446,3.4743881,0.10757856}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=21432; + type="Land_BagFence_Long_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item154 + { + dataType="Object"; + class PositionInfo + { + position[]={805.00793,33.671928,10109.02}; + angles[]={0.023993526,3.4728775,0.10164439}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=21433; + type="Land_BagFence_Long_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item155 + { + dataType="Object"; + class PositionInfo + { + position[]={788.81592,32.169025,10118.214}; + angles[]={0,3.4836946,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21495; + type="Land_SignM_WarningMilAreaSmall_english_F"; + atlOffset=4.3869019e-005; + }; + class Item156 + { + dataType="Object"; + class PositionInfo + { + position[]={786.91882,33.527332,10088.125}; + angles[]={0,0.34210175,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21496; + type="Land_SignM_WarningMilAreaSmall_english_F"; + atlOffset=4.5776367e-005; + }; + class Item157 + { + dataType="Object"; + class PositionInfo + { + position[]={766.01062,29.752098,10118.015}; + angles[]={0,5.054491,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21499; + type="Land_cargo_addon01_V1_F"; + atlOffset=4.196167e-005; + }; + class Item158 + { + dataType="Object"; + class PositionInfo + { + position[]={769.11426,29.70697,10121.481}; + angles[]={0,5.839889,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21500; + type="Land_cargo_addon01_V1_F"; + atlOffset=4.196167e-005; + }; + class Item159 + { + dataType="Object"; + class PositionInfo + { + position[]={771.26697,30.127399,10116.237}; + angles[]={0,1.9128981,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=21501; + type="Land_cargo_addon01_V2_F"; + atlOffset=4.196167e-005; + }; + class Item160 + { + dataType="Object"; + class PositionInfo + { + position[]={673.72351,46.856453,10028.421}; + angles[]={0.14497001,4.229785,6.1874824}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=31193; + type="Land_CncBarrier_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item161 + { + dataType="Object"; + class PositionInfo + { + position[]={674.96832,47.076813,10026.093}; + angles[]={0.14497001,4.2259717,6.1874824}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=31194; + type="Land_CncBarrier_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item162 + { + dataType="Object"; + class PositionInfo + { + position[]={673.48755,46.51823,10030.9}; + angles[]={0.15669802,4.9976988,6.1874824}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=31195; + type="Land_CncBarrier_F"; + atlOffset=0.011882782; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item163 + { + dataType="Object"; + class PositionInfo + { + position[]={675.05994,46.043137,10032.768}; + angles[]={0.16643909,5.8348746,6.1756067}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=31196; + type="Land_CncBarrier_F"; + atlOffset=0.011219025; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item164 + { + dataType="Object"; + class PositionInfo + { + position[]={679.8208,47.946186,10016.325}; + angles[]={0.13123563,4.232995,6.1894641}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=31197; + type="Land_CncBarrier_F"; + atlOffset=0.010917664; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item165 + { + dataType="Object"; + class PositionInfo + { + position[]={681.07111,48.119484,10014}; + angles[]={0.11350516,4.2289701,6.1914482}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=31198; + type="Land_CncBarrier_F"; + atlOffset=0.010726929; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item166 + { + dataType="Object"; + class PositionInfo + { + position[]={682.93384,48.128441,10012.424}; + angles[]={0.11350516,3.4902763,6.1914482}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=31199; + type="Land_CncBarrier_F"; + atlOffset=0.011333466; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item167 + { + dataType="Object"; + class PositionInfo + { + position[]={685.41064,47.876587,10012.64}; + angles[]={0.11350516,2.6524966,6.1914473}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=31200; + type="Land_CncBarrier_F"; + atlOffset=0.011966705; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item168 + { + dataType="Object"; + class PositionInfo + { + position[]={678.28943,48.36657,10015.323}; + angles[]={0.11547891,4.2870054,6.2053466}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=31201; + type="RoadBarrier_F"; + atlOffset=0.0010414124; + }; + class Item169 + { + dataType="Object"; + class PositionInfo + { + position[]={673.0141,47.532169,10025.439}; + angles[]={0.1410514,4.1603665,6.1914468}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=31202; + type="RoadBarrier_F"; + atlOffset=-0.00037384033; + }; + class Item170 + { + dataType="Object"; + class PositionInfo + { + position[]={682.70117,48.282112,10077.557}; + angles[]={0,3.3648794,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=46661; + type="Land_Cargo_Tower_V4_F"; + atlOffset=3.8146973e-006; + }; + class Item171 + { + dataType="Object"; + class PositionInfo + { + position[]={809.01239,34.609005,10067.678}; + angles[]={0.0080009829,1.9601408,0.043970551}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=46663; + type="Land_CncBarrier_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item172 + { + dataType="Object"; + class PositionInfo + { + position[]={809.99121,34.632362,10070.13}; + angles[]={0.0080009829,1.9561375,0.053945597}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=46664; + type="Land_CncBarrier_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item173 + { + dataType="Object"; + class PositionInfo + { + position[]={807.26794,34.57666,10065.9}; + angles[]={0.017997233,2.7284114,0.033987202}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=46665; + type="Land_CncBarrier_F"; + atlOffset=0.011878967; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item174 + { + dataType="Object"; + class PositionInfo + { + position[]={804.82684,34.491978,10065.899}; + angles[]={0.017997233,3.565367,0.039976168}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=46666; + type="Land_CncBarrier_F"; + atlOffset=0.011219025; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item175 + { + dataType="Object"; + class PositionInfo + { + position[]={814.33612,34.831226,10080.134}; + angles[]={0.0080009829,1.9629956,0.063909523}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=46667; + type="Land_CncBarrier_F"; + atlOffset=0.010917664; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item176 + { + dataType="Object"; + class PositionInfo + { + position[]={815.30914,34.889194,10082.588}; + angles[]={0.0020132356,1.959199,0.063910462}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=46668; + type="Land_CncBarrier_F"; + atlOffset=0.010726929; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item177 + { + dataType="Object"; + class PositionInfo + { + position[]={815.3147,34.888432,10085.027}; + angles[]={0.0020132356,1.2205052,0.073861964}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=46669; + type="Land_CncBarrier_F"; + atlOffset=0.011333466; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item178 + { + dataType="Object"; + class PositionInfo + { + position[]={813.55408,34.746597,10086.783}; + angles[]={0.0019834081,0.38239518,0.079827175}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + createAsLocalObject=1; + disableSimulation=1; + }; + id=46670; + type="Land_CncBarrier_F"; + atlOffset=0.01197052; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item179 + { + dataType="Object"; + class PositionInfo + { + position[]={816.03333,35.099365,10079.622}; + angles[]={6.2731848,2.0173149,0.063910462}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=46671; + type="RoadBarrier_F"; + atlOffset=0.0010299683; + }; + class Item180 + { + dataType="Object"; + class PositionInfo + { + position[]={811.69513,34.87981,10069.091}; + angles[]={0,1.8907224,0.043969195}; + }; + side="Empty"; + flags=4; + class Attributes + { + skill=0.2; + }; + id=46672; + type="RoadBarrier_F"; + atlOffset=-0.00012969971; + }; + class Item181 + { + dataType="Logic"; + class PositionInfo + { + position[]={709.81201,32.457253,10084.47}; + angles[]={0.18968238,0,6.2452068}; + }; + areaSize[]={15,0,15}; + flags=1; + id=46659; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item182 + { + dataType="Object"; + class PositionInfo + { + position[]={697.89386,23.708288,10133.094}; + angles[]={0,1.8631597,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=46431; + type="Land_Bunker_01_HQ_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item183 + { + dataType="Object"; + class PositionInfo + { + position[]={665.26709,28.80356,10109.417}; + angles[]={0,1.814517,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=46526; + type="Land_Bunker_01_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item184 + { + dataType="Object"; + class PositionInfo + { + position[]={667.12897,35.774509,10083.874}; + angles[]={0,1.8145313,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=46579; + type="Land_Bunker_01_small_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item185 + { + dataType="Object"; + class PositionInfo + { + position[]={680.38257,22.749563,10132.796}; + angles[]={0,1.8248177,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=46640; + type="Land_Bunker_01_small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item186 + { + dataType="Object"; + class PositionInfo + { + position[]={668.69556,27.313187,10114.163}; + angles[]={0.25810117,3.4288487,6.2611909}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=46542; + type="Land_Razorwire_F"; + }; + class Item187 + { + dataType="Object"; + class PositionInfo + { + position[]={665.07715,30.413475,10103.391}; + angles[]={0.27485168,3.4287558,6.2332287}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=46543; + type="Land_Razorwire_F"; + }; + class Item188 + { + dataType="Object"; + class PositionInfo + { + position[]={672.42987,30.664696,10101.275}; + angles[]={0.26556435,3.4277253,6.2372193}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=46580; + type="Land_Razorwire_F"; + }; + class Item189 + { + dataType="Object"; + class PositionInfo + { + position[]={670.67017,34.377415,10087.869}; + angles[]={0.26183698,3.4280362,6.2133026}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=46589; + type="Land_Razorwire_F"; + }; + class Item190 + { + dataType="Object"; + class PositionInfo + { + position[]={667.1037,37.330608,10077.611}; + angles[]={0.25623083,3.428299,6.2033582}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=46610; + type="Land_Razorwire_F"; + }; + class Item191 + { + dataType="Object"; + class PositionInfo + { + position[]={675.59613,27.674778,10112.14}; + angles[]={0.25248384,3.4277844,6.2551947}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=46641; + type="Land_Razorwire_F"; + }; + class Item192 + { + dataType="Object"; + class PositionInfo + { + position[]={680.89453,26.755152,10115.565}; + angles[]={0.24120092,4.9815311,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=46642; + type="Land_Razorwire_F"; + }; + class Item193 + { + dataType="Object"; + class PositionInfo + { + position[]={682.78418,25.144384,10122.229}; + angles[]={0.24685028,5.0176182,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=46643; + type="Land_Razorwire_F"; + }; + class Item194 + { + dataType="Object"; + class PositionInfo + { + position[]={680.77484,24.041794,10126.702}; + angles[]={0.22415912,3.4281313,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=46644; + type="Land_Razorwire_F"; + }; + class Item195 + { + dataType="Object"; + class PositionInfo + { + position[]={677.18353,22.054655,10134.901}; + angles[]={0,4.9912639,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46329; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item196 + { + dataType="Object"; + class PositionInfo + { + position[]={676.73993,22.499922,10132.889}; + angles[]={0,1.7862806,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46330; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item197 + { + dataType="Object"; + class PositionInfo + { + position[]={676.41748,22.83086,10131.42}; + angles[]={0,1.6086965,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46331; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item198 + { + dataType="Object"; + class PositionInfo + { + position[]={680.86304,23.666697,10127.973}; + angles[]={0,2.9053245,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46334; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item199 + { + dataType="Object"; + class PositionInfo + { + position[]={694.02301,21.272146,10141.323}; + angles[]={0,3.4406061,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46352; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item200 + { + dataType="Object"; + class PositionInfo + { + position[]={697.67627,21.752703,10140.345}; + angles[]={0,0.31489226,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46353; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item201 + { + dataType="Object"; + class PositionInfo + { + position[]={699.28662,22.019705,10139.733}; + angles[]={0,0.32729766,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46354; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item202 + { + dataType="Object"; + class PositionInfo + { + position[]={701.13409,22.32515,10138.913}; + angles[]={0,3.4548118,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46355; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item203 + { + dataType="Object"; + class PositionInfo + { + position[]={692.55115,21.095743,10141.824}; + angles[]={0,3.4417238,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46356; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item204 + { + dataType="Object"; + class PositionInfo + { + position[]={695.69745,21.457729,10140.917}; + angles[]={0,0.3277311,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46357; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item205 + { + dataType="Object"; + class PositionInfo + { + position[]={709.02283,23.397816,10136.44}; + angles[]={0,3.4326651,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46358; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item206 + { + dataType="Object"; + class PositionInfo + { + position[]={702.95593,22.585455,10138.336}; + angles[]={0,3.4135764,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46359; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item207 + { + dataType="Object"; + class PositionInfo + { + position[]={707.12292,23.11088,10137.233}; + angles[]={0,0.31548452,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46360; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item208 + { + dataType="Object"; + class PositionInfo + { + position[]={705.21814,22.89831,10137.659}; + angles[]={0,3.4148109,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46361; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item209 + { + dataType="Object"; + class PositionInfo + { + position[]={712.30652,23.838377,10135.321}; + angles[]={0,3.4670105,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46362; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item210 + { + dataType="Object"; + class PositionInfo + { + position[]={715.93256,24.274807,10134.247}; + angles[]={0,0.34129643,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46363; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item211 + { + dataType="Object"; + class PositionInfo + { + position[]={717.526,24.492537,10133.592}; + angles[]={0,0.3537018,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46364; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item212 + { + dataType="Object"; + class PositionInfo + { + position[]={719.35132,24.7609,10132.724}; + angles[]={0,3.4812162,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46365; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item213 + { + dataType="Object"; + class PositionInfo + { + position[]={710.84808,23.64089,10135.859}; + angles[]={0,3.4681282,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46366; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item214 + { + dataType="Object"; + class PositionInfo + { + position[]={713.96967,24.034859,10134.869}; + angles[]={0,0.35413525,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46367; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item215 + { + dataType="Object"; + class PositionInfo + { + position[]={727.17206,25.911549,10130.043}; + angles[]={0,3.459069,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46368; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item216 + { + dataType="Object"; + class PositionInfo + { + position[]={721.15717,25.009378,10132.099}; + angles[]={0,3.4399803,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46369; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item217 + { + dataType="Object"; + class PositionInfo + { + position[]={725.29388,25.591009,10130.887}; + angles[]={0,0.34188864,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46370; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item218 + { + dataType="Object"; + class PositionInfo + { + position[]={723.40076,25.325953,10131.363}; + angles[]={0,3.4412148,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46371; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item219 + { + dataType="Object"; + class PositionInfo + { + position[]={727.82117,26.491034,10125.953}; + angles[]={0,4.9982328,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46372; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item220 + { + dataType="Object"; + class PositionInfo + { + position[]={726.89124,26.903502,10122.287}; + angles[]={0,1.8725185,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46373; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item221 + { + dataType="Object"; + class PositionInfo + { + position[]={726.30054,27.08749,10120.669}; + angles[]={0,1.8849239,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46374; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item222 + { + dataType="Object"; + class PositionInfo + { + position[]={725.50421,27.354366,10118.811}; + angles[]={0,5.0124383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46375; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item223 + { + dataType="Object"; + class PositionInfo + { + position[]={728.30225,26.340635,10127.432}; + angles[]={0,4.9993505,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46376; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item224 + { + dataType="Object"; + class PositionInfo + { + position[]={727.43652,26.685156,10124.273}; + angles[]={0,1.8853574,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46377; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item225 + { + dataType="Object"; + class PositionInfo + { + position[]={723.13531,28.831858,10110.891}; + angles[]={0,4.9902916,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46378; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item226 + { + dataType="Object"; + class PositionInfo + { + position[]={724.95203,27.700596,10116.981}; + angles[]={0,4.9712029,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46379; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item227 + { + dataType="Object"; + class PositionInfo + { + position[]={723.90417,28.510406,10112.8}; + angles[]={0,1.8731108,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46380; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item228 + { + dataType="Object"; + class PositionInfo + { + position[]={724.3053,28.121771,10114.711}; + angles[]={0,4.9724369,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46381; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item229 + { + dataType="Object"; + class PositionInfo + { + position[]={722.19482,29.10239,10107.268}; + angles[]={0,4.9982328,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46382; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item230 + { + dataType="Object"; + class PositionInfo + { + position[]={722.67609,29.022392,10108.746}; + angles[]={0,4.9993505,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46383; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item231 + { + dataType="Object"; + class PositionInfo + { + position[]={717.5097,31.435202,10092.204}; + angles[]={0,4.9902916,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46384; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item232 + { + dataType="Object"; + class PositionInfo + { + position[]={716.42761,32.088158,10088.866}; + angles[]={0,4.9982328,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46385; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item233 + { + dataType="Object"; + class PositionInfo + { + position[]={715.49799,32.808895,10085.201}; + angles[]={0,1.8725185,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46386; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item234 + { + dataType="Object"; + class PositionInfo + { + position[]={714.90747,33.128082,10083.582}; + angles[]={0,1.8849239,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46387; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item235 + { + dataType="Object"; + class PositionInfo + { + position[]={714.11096,33.489994,10081.725}; + angles[]={0,5.0124383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46388; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item236 + { + dataType="Object"; + class PositionInfo + { + position[]={716.90869,31.795069,10090.345}; + angles[]={0,4.9993505,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46389; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item237 + { + dataType="Object"; + class PositionInfo + { + position[]={716.04297,32.416718,10087.187}; + angles[]={0,1.8853574,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46390; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item238 + { + dataType="Object"; + class PositionInfo + { + position[]={711.74225,35.058884,10073.804}; + angles[]={0,4.9902916,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46391; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item239 + { + dataType="Object"; + class PositionInfo + { + position[]={713.55878,33.854099,10079.895}; + angles[]={0,4.9712029,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46392; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item240 + { + dataType="Object"; + class PositionInfo + { + position[]={712.51135,34.670967,10075.714}; + angles[]={0,1.8731108,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46393; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item241 + { + dataType="Object"; + class PositionInfo + { + position[]={712.91248,34.293163,10077.624}; + angles[]={0,4.9724369,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46394; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item242 + { + dataType="Object"; + class PositionInfo + { + position[]={714.25604,34.594063,10080.556}; + angles[]={0,4.9982328,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46395; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=0.89382935; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item243 + { + dataType="Object"; + class PositionInfo + { + position[]={713.32642,34.410015,10076.891}; + angles[]={0,1.8725185,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46396; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item244 + { + dataType="Object"; + class PositionInfo + { + position[]={712.73639,35.950455,10075.271}; + angles[]={0,1.8849239,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46397; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=0.037246704; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item245 + { + dataType="Object"; + class PositionInfo + { + position[]={711.93939,36.314381,10073.414}; + angles[]={0,5.0124383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46398; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=0.013256073; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item246 + { + dataType="Object"; + class PositionInfo + { + position[]={714.73761,34.398956,10082.034}; + angles[]={0,4.9993505,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46399; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=0.98408127; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item247 + { + dataType="Object"; + class PositionInfo + { + position[]={713.8714,34.026878,10078.876}; + angles[]={0,1.8853574,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46400; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item248 + { + dataType="Object"; + class PositionInfo + { + position[]={709.57117,36.74197,10065.493}; + angles[]={0,4.9902916,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46401; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item249 + { + dataType="Object"; + class PositionInfo + { + position[]={711.3869,35.495903,10071.583}; + angles[]={0,4.9712029,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46402; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item250 + { + dataType="Object"; + class PositionInfo + { + position[]={710.33984,36.337635,10067.403}; + angles[]={0,1.8731108,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46403; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item251 + { + dataType="Object"; + class PositionInfo + { + position[]={710.74066,35.956409,10069.313}; + angles[]={0,4.9724369,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46404; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item252 + { + dataType="Object"; + class PositionInfo + { + position[]={704.42993,37.47031,10063.626}; + angles[]={0,0.24680255,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46405; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item253 + { + dataType="Object"; + class PositionInfo + { + position[]={700.73114,37.59465,10064.412}; + angles[]={0,3.4042742,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46406; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item254 + { + dataType="Object"; + class PositionInfo + { + position[]={699.09076,37.620079,10064.939}; + angles[]={0,3.4166796,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46407; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item255 + { + dataType="Object"; + class PositionInfo + { + position[]={697.20343,37.615879,10065.663}; + angles[]={0,0.26100823,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46408; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item256 + { + dataType="Object"; + class PositionInfo + { + position[]={705.92603,37.436256,10063.203}; + angles[]={0,0.24792026,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46409; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item257 + { + dataType="Object"; + class PositionInfo + { + position[]={702.73663,37.534958,10063.945}; + angles[]={0,3.4171131,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46410; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item258 + { + dataType="Object"; + class PositionInfo + { + position[]={689.19592,37.818493,10067.72}; + angles[]={0,0.23886131,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46411; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item259 + { + dataType="Object"; + class PositionInfo + { + position[]={695.35315,37.659584,10066.143}; + angles[]={0,0.21977255,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46412; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item260 + { + dataType="Object"; + class PositionInfo + { + position[]={691.13422,37.81004,10067.026}; + angles[]={0,3.4048665,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46413; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item261 + { + dataType="Object"; + class PositionInfo + { + position[]={693.05927,37.719391,10066.7}; + angles[]={0,0.22100708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46414; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item262 + { + dataType="Object"; + class PositionInfo + { + position[]={687.83051,37.859734,10068.031}; + angles[]={0,0.28352928,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46415; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item263 + { + dataType="Object"; + class PositionInfo + { + position[]={684.16223,37.965683,10068.953}; + angles[]={0,3.4410007,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46416; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item264 + { + dataType="Object"; + class PositionInfo + { + position[]={682.5426,37.972546,10069.539}; + angles[]={0,3.4534061,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46417; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item265 + { + dataType="Object"; + class PositionInfo + { + position[]={680.68274,37.948807,10070.331}; + angles[]={0,0.29773498,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46418; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item266 + { + dataType="Object"; + class PositionInfo + { + position[]={689.30908,38.990776,10067.553}; + angles[]={0,0.28464696,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46419; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=1.1450119; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item267 + { + dataType="Object"; + class PositionInfo + { + position[]={686.14911,37.914997,10068.411}; + angles[]={0,3.4538395,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46420; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item268 + { + dataType="Object"; + class PositionInfo + { + position[]={672.75671,38.036629,10072.682}; + angles[]={0,0.27558777,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46421; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item269 + { + dataType="Object"; + class PositionInfo + { + position[]={678.85217,37.969032,10070.879}; + angles[]={0,0.25649905,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46422; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item270 + { + dataType="Object"; + class PositionInfo + { + position[]={674.66815,38.066788,10071.916}; + angles[]={0,3.4415929,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46423; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item271 + { + dataType="Object"; + class PositionInfo + { + position[]={676.57928,38.003426,10071.521}; + angles[]={0,0.25773358,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46424; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=0.00029754639; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item272 + { + dataType="Object"; + class PositionInfo + { + position[]={708.15198,37.189358,10063.646}; + angles[]={0,2.6127028,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46425; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=0.00022888184; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item273 + { + dataType="Object"; + class PositionInfo + { + position[]={671.4953,37.925472,10073.562}; + angles[]={0,4.0917983,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46426; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item274 + { + dataType="Object"; + class PositionInfo + { + position[]={690.81091,21.064695,10141.492}; + angles[]={0,5.5795326,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46427; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item275 + { + dataType="Object"; + class PositionInfo + { + position[]={728.32312,26.138748,10129.161}; + angles[]={0,1.1483948,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46428; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item276 + { + dataType="Object"; + class PositionInfo + { + position[]={703.84412,23.736206,10132.662}; + angles[]={0,1.9376383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46501; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item277 + { + dataType="Object"; + class PositionInfo + { + position[]={691.94086,22.828268,10133.283}; + angles[]={0,4.8673086,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46503; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=-1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item278 + { + dataType="Object"; + class PositionInfo + { + position[]={691.73798,23.269726,10131.332}; + angles[]={0,1.7818723,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46504; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item279 + { + dataType="Object"; + class PositionInfo + { + position[]={675.96997,37.341473,10074.45}; + angles[]={0,4.993248,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46505; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item280 + { + dataType="Object"; + class PositionInfo + { + position[]={676.42328,36.865818,10076.239}; + angles[]={0,4.9679651,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46508; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item281 + { + dataType="Object"; + class PositionInfo + { + position[]={701.67908,24.86071,10126.291}; + angles[]={0,2.2633557,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46515; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item282 + { + dataType="Object"; + class PositionInfo + { + position[]={661.26379,28.967327,10108.654}; + angles[]={0,4.9560165,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46536; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item283 + { + dataType="Object"; + class PositionInfo + { + position[]={661.88458,28.329086,10110.857}; + angles[]={0,1.8354015,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46537; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item284 + { + dataType="Object"; + class PositionInfo + { + position[]={667.06635,29.964897,10104.374}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46544; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item285 + { + dataType="Object"; + class PositionInfo + { + position[]={668.56226,30.021437,10103.946}; + angles[]={0,0.26497293,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46545; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item286 + { + dataType="Object"; + class PositionInfo + { + position[]={668.72833,27.619534,10112.674}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46546; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item287 + { + dataType="Object"; + class PositionInfo + { + position[]={670.72772,27.710396,10112.146}; + angles[]={0,0.26720238,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46547; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item288 + { + dataType="Object"; + class PositionInfo + { + position[]={670.57745,30.153011,10103.153}; + angles[]={0,0.3559036,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46555; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item289 + { + dataType="Object"; + class PositionInfo + { + position[]={677.96692,31.277611,10097.691}; + angles[]={0,1.8733339,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46556; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item290 + { + dataType="Object"; + class PositionInfo + { + position[]={677.26654,31.83469,10095.694}; + angles[]={0,1.8593087,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46557; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item291 + { + dataType="Object"; + class PositionInfo + { + position[]={674.74615,33.941578,10088.197}; + angles[]={0,5.0432043,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46558; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item292 + { + dataType="Object"; + class PositionInfo + { + position[]={671.86041,37.017178,10077.044}; + angles[]={0,1.8080163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46559; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item293 + { + dataType="Object"; + class PositionInfo + { + position[]={676.50989,30.481499,10101.028}; + angles[]={0,0.27721736,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46560; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item294 + { + dataType="Object"; + class PositionInfo + { + position[]={670.80444,34.694126,10086.331}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46561; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item295 + { + dataType="Object"; + class PositionInfo + { + position[]={677.78461,28.085522,10109.977}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46562; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item296 + { + dataType="Object"; + class PositionInfo + { + position[]={676.04785,31.50325,10101.294}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46566; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=1.0752087; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item297 + { + dataType="Object"; + class PositionInfo + { + position[]={674.14716,30.35074,10101.853}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46567; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item298 + { + dataType="Object"; + class PositionInfo + { + position[]={672.42297,27.825344,10111.531}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46568; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item299 + { + dataType="Object"; + class PositionInfo + { + position[]={674.16302,27.874483,10111.168}; + angles[]={0,0.24550606,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46569; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item300 + { + dataType="Object"; + class PositionInfo + { + position[]={674.31274,34.466717,10086.281}; + angles[]={0,1.8838863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46570; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item301 + { + dataType="Object"; + class PositionInfo + { + position[]={672.94818,34.687027,10085.798}; + angles[]={0,3.3504331,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46571; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item302 + { + dataType="Object"; + class PositionInfo + { + position[]={668.91748,36.741497,10079.022}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46572; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item303 + { + dataType="Object"; + class PositionInfo + { + position[]={671.21869,37.561085,10075.14}; + angles[]={0,4.9332485,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46573; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item304 + { + dataType="Object"; + class PositionInfo + { + position[]={670.95142,36.729382,10078.448}; + angles[]={0,0.2283058,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46574; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item305 + { + dataType="Object"; + class PositionInfo + { + position[]={678.05646,30.825949,10099.485}; + angles[]={0,1.0572648,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46575; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item306 + { + dataType="Object"; + class PositionInfo + { + position[]={679.81915,28.018435,10110.016}; + angles[]={0,2.80409,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46576; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item307 + { + dataType="Object"; + class PositionInfo + { + position[]={676.02435,27.951944,10110.686}; + angles[]={0,0.26481029,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46577; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item308 + { + dataType="Object"; + class PositionInfo + { + position[]={672.41101,30.288465,10102.346}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46578; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item309 + { + dataType="Object"; + class PositionInfo + { + position[]={663.53577,35.557949,10085.006}; + angles[]={0,5.0128818,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46603; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item310 + { + dataType="Object"; + class PositionInfo + { + position[]={663.07581,36.088959,10083.131}; + angles[]={0,1.8832197,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46604; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item311 + { + dataType="Object"; + class PositionInfo + { + position[]={664.3894,35.013447,10086.762}; + angles[]={0,5.3639636,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46607; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item312 + { + dataType="Object"; + class PositionInfo + { + position[]={685.06348,24.495972,10124.537}; + angles[]={0,1.8853574,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46623; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item313 + { + dataType="Object"; + class PositionInfo + { + position[]={680.76355,27.741966,10111.154}; + angles[]={0,4.9902916,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46624; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item314 + { + dataType="Object"; + class PositionInfo + { + position[]={682.57928,26.276098,10117.245}; + angles[]={0,4.9712029,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46625; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item315 + { + dataType="Object"; + class PositionInfo + { + position[]={681.53192,27.282291,10113.063}; + angles[]={0,1.8731108,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46626; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item316 + { + dataType="Object"; + class PositionInfo + { + position[]={681.93274,26.827003,10114.974}; + angles[]={0,4.9724369,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46627; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item317 + { + dataType="Object"; + class PositionInfo + { + position[]={681.95074,23.612206,10128.254}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46628; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item318 + { + dataType="Object"; + class PositionInfo + { + position[]={688.62146,22.056238,10136.077}; + angles[]={0,1.9090114,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46629; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item319 + { + dataType="Object"; + class PositionInfo + { + position[]={683.8233,23.762774,10127.682}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46631; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item320 + { + dataType="Object"; + class PositionInfo + { + position[]={684.51849,24.990969,10122.551}; + angles[]={0,1.8725185,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46632; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item321 + { + dataType="Object"; + class PositionInfo + { + position[]={683.92871,25.39315,10120.933}; + angles[]={0,1.8849239,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46633; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item322 + { + dataType="Object"; + class PositionInfo + { + position[]={683.13147,25.837315,10119.074}; + angles[]={0,5.0124383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46634; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item323 + { + dataType="Object"; + class PositionInfo + { + position[]={689.13391,21.704634,10137.909}; + angles[]={0,4.9914403,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46636; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item324 + { + dataType="Object"; + class PositionInfo + { + position[]={683.78564,22.153397,10135.07}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46637; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item325 + { + dataType="Object"; + class PositionInfo + { + position[]={685.01563,24.04451,10126.49}; + angles[]={0,4.3629513,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46638; + type="Land_SandbagBarricade_01_half_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item326 + { + dataType="Object"; + class PositionInfo + { + position[]={689.80292,21.377415,10139.666}; + angles[]={0,1.8649783,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46639; + type="Land_SandbagBarricade_01_half_F"; + atlOffset=1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item327 + { + dataType="Object"; + class PositionInfo + { + position[]={682.03729,22.417847,10136.507}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46326; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item328 + { + dataType="Object"; + class PositionInfo + { + position[]={678.80151,22.402246,10136.197}; + angles[]={0,5.9246721,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46328; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item329 + { + dataType="Object"; + class PositionInfo + { + position[]={677.10876,23.912182,10129.419}; + angles[]={0,4.0256333,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46332; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item330 + { + dataType="Object"; + class PositionInfo + { + position[]={679.13861,24.231268,10128.126}; + angles[]={0,0.26594469,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46333; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item331 + { + dataType="Object"; + class PositionInfo + { + position[]={691.89966,23.088207,10134.921}; + angles[]={0,4.6825695,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46492; + type="Land_SandbagBarricade_01_F"; + atlOffset=-1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item332 + { + dataType="Object"; + class PositionInfo + { + position[]={691.54211,24.22488,10129.826}; + angles[]={0,4.7046757,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46493; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item333 + { + dataType="Object"; + class PositionInfo + { + position[]={692.41992,24.598284,10128.303}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46494; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item334 + { + dataType="Object"; + class PositionInfo + { + position[]={694.30621,24.839893,10127.649}; + angles[]={0,0.25525522,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46495; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item335 + { + dataType="Object"; + class PositionInfo + { + position[]={696.16553,25.040176,10127.128}; + angles[]={0,0.2661452,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46496; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item336 + { + dataType="Object"; + class PositionInfo + { + position[]={697.91461,25.259106,10126.465}; + angles[]={0,0.37385011,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46497; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item337 + { + dataType="Object"; + class PositionInfo + { + position[]={694.6994,22.290836,10139.568}; + angles[]={0,5.4859915,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46498; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item338 + { + dataType="Object"; + class PositionInfo + { + position[]={704.59985,23.649281,10136.675}; + angles[]={0,4.5874133,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46499; + type="Land_SandbagBarricade_01_F"; + atlOffset=1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item339 + { + dataType="Object"; + class PositionInfo + { + position[]={704.47961,24.005468,10134.747}; + angles[]={0,1.8290801,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46500; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item340 + { + dataType="Object"; + class PositionInfo + { + position[]={675.91693,38.459118,10072.408}; + angles[]={0,4.6174369,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46506; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item341 + { + dataType="Object"; + class PositionInfo + { + position[]={676.62231,37.064014,10077.863}; + angles[]={0,4.5949512,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46507; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item342 + { + dataType="Object"; + class PositionInfo + { + position[]={682.97821,35.466206,10082.521}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46510; + type="Land_SandbagBarricade_01_F"; + atlOffset=0.0001449585; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item343 + { + dataType="Object"; + class PositionInfo + { + position[]={684.9256,35.469276,10082.037}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46511; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item344 + { + dataType="Object"; + class PositionInfo + { + position[]={688.8327,35.713451,10079.979}; + angles[]={0,1.2793894,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46513; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item345 + { + dataType="Object"; + class PositionInfo + { + position[]={687.87897,35.481098,10081.202}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46514; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item346 + { + dataType="Object"; + class PositionInfo + { + position[]={688.065,36.94635,10075.612}; + angles[]={0,1.8200011,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46524; + type="Land_SandbagBarricade_01_F"; + atlOffset=0.1890564; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item347 + { + dataType="Object"; + class PositionInfo + { + position[]={662.047,30.157818,10106.576}; + angles[]={0,3.9759638,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46534; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item348 + { + dataType="Object"; + class PositionInfo + { + position[]={663.30255,30.421421,10105.493}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46535; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item349 + { + dataType="Object"; + class PositionInfo + { + position[]={662.95001,28.447927,10112.517}; + angles[]={0,2.7831082,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46538; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item350 + { + dataType="Object"; + class PositionInfo + { + position[]={664.89288,28.188381,10113.269}; + angles[]={0,6.0653167,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46540; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item351 + { + dataType="Object"; + class PositionInfo + { + position[]={665.77808,35.3353,10087.497}; + angles[]={0,2.7990389,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46602; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item352 + { + dataType="Object"; + class PositionInfo + { + position[]={663.52014,37.266636,10080.918}; + angles[]={0,4.0777946,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46605; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item353 + { + dataType="Object"; + class PositionInfo + { + position[]={665.14825,37.463623,10079.727}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46606; + type="Land_SandbagBarricade_01_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item354 + { + dataType="Object"; + class PositionInfo + { + position[]={680.05676,22.346453,10136.629}; + angles[]={0,5.9892802,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46327; + type="Land_SandbagBarricade_01_hole_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item355 + { + dataType="Object"; + class PositionInfo + { + position[]={721.53986,29.970789,10105.099}; + angles[]={0,1.887785,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46465; + type="Land_SandbagBarricade_01_hole_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item356 + { + dataType="Object"; + class PositionInfo + { + position[]={718.11304,31.7624,10094.104}; + angles[]={0,1.8602715,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46466; + type="Land_SandbagBarricade_01_hole_F"; + atlOffset=-0.00017929077; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item357 + { + dataType="Object"; + class PositionInfo + { + position[]={699.49976,25.506649,10125.654}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46502; + type="Land_SandbagBarricade_01_hole_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item358 + { + dataType="Object"; + class PositionInfo + { + position[]={680.68402,35.469505,10083.131}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46509; + type="Land_SandbagBarricade_01_hole_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item359 + { + dataType="Object"; + class PositionInfo + { + position[]={686.81635,35.470749,10081.539}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46512; + type="Land_SandbagBarricade_01_hole_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item360 + { + dataType="Object"; + class PositionInfo + { + position[]={688.65826,36.250572,10077.662}; + angles[]={0,1.8025393,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46525; + type="Land_SandbagBarricade_01_hole_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item361 + { + dataType="Object"; + class PositionInfo + { + position[]={664.87817,30.518272,10104.941}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46533; + type="Land_SandbagBarricade_01_hole_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item362 + { + dataType="Object"; + class PositionInfo + { + position[]={666.66931,28.189766,10113.046}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46539; + type="Land_SandbagBarricade_01_hole_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item363 + { + dataType="Object"; + class PositionInfo + { + position[]={667.86194,35.174137,10087.571}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46608; + type="Land_SandbagBarricade_01_hole_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item364 + { + dataType="Object"; + class PositionInfo + { + position[]={667.08197,37.488419,10079.068}; + angles[]={0,3.4331708,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46609; + type="Land_SandbagBarricade_01_hole_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item365 + { + dataType="Object"; + class PositionInfo + { + position[]={670.11932,28.988855,10106.58}; + angles[]={0.26928523,0.23205799,6.2452068}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46554; + type="Land_BagFence_Corner_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item366 + { + dataType="Object"; + class PositionInfo + { + position[]={696.42511,28.804356,10105.665}; + angles[]={0.21844852,4.999383,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46457; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item367 + { + dataType="Object"; + class PositionInfo + { + position[]={698.20282,28.952236,10104.965}; + angles[]={0.2069841,1.9100049,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46459; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item368 + { + dataType="Object"; + class PositionInfo + { + position[]={713.94135,30.577406,10096.179}; + angles[]={0.18002202,3.4237309,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46477; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item369 + { + dataType="Object"; + class PositionInfo + { + position[]={711.68079,31.811913,10093.754}; + angles[]={0,5.0353665,0}; + }; + side="Empty"; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46478; + type="Land_BagFence_Long_F"; + atlOffset=0.76019478; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item370 + { + dataType="Object"; + class PositionInfo + { + position[]={719.41943,29.148762,10104.313}; + angles[]={0.16838321,3.4236276,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46479; + type="Land_BagFence_Long_F"; + atlOffset=0.00010490417; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item371 + { + dataType="Object"; + class PositionInfo + { + position[]={717.39508,29.02466,10104.924}; + angles[]={0.16838321,3.4239554,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46480; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item372 + { + dataType="Object"; + class PositionInfo + { + position[]={700.02112,29.500151,10102.32}; + angles[]={0.2069841,1.870844,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46482; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item373 + { + dataType="Object"; + class PositionInfo + { + position[]={698.28241,29.753006,10101.176}; + angles[]={0.21654204,3.4251616,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46483; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item374 + { + dataType="Object"; + class PositionInfo + { + position[]={693.76276,29.503998,10102.551}; + angles[]={0.21654204,3.4254782,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46484; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item375 + { + dataType="Object"; + class PositionInfo + { + position[]={692.67914,29.103388,10104.401}; + angles[]={0.21654204,1.8234493,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46485; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item376 + { + dataType="Object"; + class PositionInfo + { + position[]={701.35474,28.654491,10106.349}; + angles[]={0.2069841,1.9062274,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46486; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item377 + { + dataType="Object"; + class PositionInfo + { + position[]={700.65948,28.254221,10108.255}; + angles[]={0.2069841,3.4247246,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46487; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item378 + { + dataType="Object"; + class PositionInfo + { + position[]={695.64716,27.81052,10110.194}; + angles[]={0.21463315,3.425621,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46488; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item379 + { + dataType="Object"; + class PositionInfo + { + position[]={693.86951,28.01236,10109.238}; + angles[]={0.21844852,4.9793501,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46489; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item380 + { + dataType="Object"; + class PositionInfo + { + position[]={679.98175,28.635515,10106.664}; + angles[]={0.25435793,5.0434761,6.2551947}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46491; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item381 + { + dataType="Object"; + class PositionInfo + { + position[]={672.77765,36.1049,10079.405}; + angles[]={0.24308562,1.8848374,6.2113123}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46518; + type="Land_BagFence_Long_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item382 + { + dataType="Object"; + class PositionInfo + { + position[]={715.07941,27.278896,10114.685}; + angles[]={0.17808594,3.4252222,0.053945597}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46521; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item383 + { + dataType="Object"; + class PositionInfo + { + position[]={710.13971,26.380079,10118.813}; + angles[]={0.18195683,4.2741766,0.027990974}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46522; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item384 + { + dataType="Object"; + class PositionInfo + { + position[]={722.29199,27.474321,10116.031}; + angles[]={0.18582408,2.2029827,0.069883667}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46523; + type="Land_BagFence_Long_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item385 + { + dataType="Object"; + class PositionInfo + { + position[]={716.85321,30.659651,10095.622}; + angles[]={0.18002202,3.4235778,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46476; + type="Land_BagFence_Round_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item386 + { + dataType="Object"; + class PositionInfo + { + position[]={680.86823,27.984863,10109.139}; + angles[]={0.23931448,4.8014007,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46490; + type="Land_BagFence_Round_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item387 + { + dataType="Object"; + class PositionInfo + { + position[]={674.5285,34.803329,10083.981}; + angles[]={0.2524848,4.6957221,6.2133026}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46517; + type="Land_BagFence_Round_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item388 + { + dataType="Object"; + class PositionInfo + { + position[]={685.43274,23.406904,10128.312}; + angles[]={0.22035323,5.0544381,0.047960676}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46519; + type="Land_BagFence_Round_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item389 + { + dataType="Object"; + class PositionInfo + { + position[]={670.25531,29.439127,10104.92}; + angles[]={0.25810117,4.9834943,6.2452068}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46553; + type="Land_BagFence_Round_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item390 + { + dataType="Object"; + class PositionInfo + { + position[]={697.59644,28.523657,10106.886}; + angles[]={0.21844852,3.4244592,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46458; + type="Land_BagFence_Short_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item391 + { + dataType="Object"; + class PositionInfo + { + position[]={696.92041,29.206881,10103.753}; + angles[]={0.2069841,3.4251616,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=46460; + type="Land_BagFence_Short_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item392 + { + dataType="Object"; + class PositionInfo + { + position[]={701.51501,38.941528,10073.345}; + angles[]={0,0.28508207,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87121; + type="Land_Cargo_HQ_V1_F"; + }; + class Item393 + { + dataType="Object"; + class PositionInfo + { + position[]={709.16498,33.42905,10083.13}; + angles[]={0,1.8872944,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87122; + type="Land_Cargo_House_V1_F"; + }; + class Item394 + { + dataType="Object"; + class PositionInfo + { + position[]={710.96002,32.201488,10089.214}; + angles[]={0,1.8956195,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87123; + type="Land_Cargo_House_V1_F"; + }; + class Item395 + { + dataType="Object"; + class PositionInfo + { + position[]={707.82202,24.377462,10130.664}; + angles[]={0,0.29337239,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87124; + type="Land_Cargo_House_V1_F"; + }; + class Item396 + { + dataType="Object"; + class PositionInfo + { + position[]={808.13617,38.907856,10084.333}; + angles[]={0,5.2678943,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87140; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.0097770691; + }; + class Item397 + { + dataType="Object"; + class PositionInfo + { + position[]={683.59521,49.433319,10035.274}; + angles[]={0,0.99166256,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87142; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.21050644; + }; + class Item398 + { + dataType="Logic"; + class PositionInfo + { + position[]={695.57245,32.901768,10085.181}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87117; + type="ModuleHideTerrainObjects_F"; + atlOffset=-4.5776367e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item399 + { + dataType="Logic"; + class PositionInfo + { + position[]={683.32672,32.852924,10087.871}; + angles[]={0.23553574,0,6.2392149}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87118; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.00010681152; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item400 + { + dataType="Logic"; + class PositionInfo + { + position[]={687.61823,35.995872,10073.418}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87125; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.00019073486; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item401 + { + dataType="Logic"; + class PositionInfo + { + position[]={675.00061,34.267372,10084.306}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87126; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.00017547607; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item402 + { + dataType="Logic"; + class PositionInfo + { + position[]={716.55115,29.653862,10098.882}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87127; + type="ModuleHideTerrainObjects_F"; + atlOffset=5.1498413e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item403 + { + dataType="Logic"; + class PositionInfo + { + position[]={704.77496,28.398804,10105.587}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87128; + type="ModuleHideTerrainObjects_F"; + atlOffset=4.7683716e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item404 + { + dataType="Logic"; + class PositionInfo + { + position[]={689.69977,29.279522,10101.972}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87129; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.00017929077; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item405 + { + dataType="Logic"; + class PositionInfo + { + position[]={766.86035,34.826477,10051.389}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87130; + type="ModuleHideTerrainObjects_F"; + atlOffset=-4.5776367e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item406 + { + dataType="Logic"; + class PositionInfo + { + position[]={761.45776,35.832291,10044.521}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87131; + type="ModuleHideTerrainObjects_F"; + atlOffset=-6.1035156e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item407 + { + dataType="Logic"; + class PositionInfo + { + position[]={767.50403,36.146801,10037.803}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87132; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.0001449585; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item408 + { + dataType="Logic"; + class PositionInfo + { + position[]={760.7597,38.000702,10027.571}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87133; + type="ModuleHideTerrainObjects_F"; + atlOffset=9.1552734e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item409 + { + dataType="Logic"; + class PositionInfo + { + position[]={767.80548,33.479904,10102.726}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87136; + type="ModuleHideTerrainObjects_F"; + atlOffset=6.8664551e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item410 + { + dataType="Logic"; + class PositionInfo + { + position[]={765.30414,30.12863,10106.18}; + angles[]={0.08975438,0,0.053945597}; + }; + areaSize[]={5,0,6.9804688}; + flags=1; + id=87137; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.0980835e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item411 + { + dataType="Logic"; + class PositionInfo + { + position[]={791.34521,31.475212,10113.62}; + }; + areaSize[]={6.2424011,0,5}; + flags=1; + id=87138; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.12923813; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item412 + { + dataType="Logic"; + class PositionInfo + { + position[]={818.48346,35.526348,10082.491}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87139; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.82045746; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item413 + { + dataType="Logic"; + class PositionInfo + { + position[]={747.79865,30.346958,10110.998}; + }; + areaSize[]={7.2003784,0,7.1635742}; + flags=1; + id=87144; + type="ModuleHideTerrainObjects_F"; + atlOffset=1.5835018; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item414 + { + dataType="Logic"; + class PositionInfo + { + position[]={748.67139,32.71006,10076.631}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87145; + type="ModuleHideTerrainObjects_F"; + atlOffset=-5.7220459e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item415 + { + dataType="Object"; + class PositionInfo + { + position[]={746.11719,28.155504,10123.928}; + angles[]={0.10955559,3.289717,0.071873315}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87143; + type="Land_BagBunker_01_small_green_F"; + atlOffset=0.00011062622; + }; + class Item416 + { + dataType="Logic"; + class PositionInfo + { + position[]={827.39331,35.650589,10062.66}; + angles[]={0,0.28920105,0}; + }; + areaSize[]={15,0,5}; + areaIsRectangle=1; + flags=1; + id=87721; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.8211174; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item417 + { + dataType="Marker"; + position[]={827.38141,34.838436,10062.954}; + name="outp_2_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=19.912247; + id=87722; + }; + }; + id=440; + atlOffset=-0.39316559; + }; + class Item1 + { + dataType="Layer"; + name="outpost_3"; + class Entities + { + items=4; + class Item0 + { + dataType="Marker"; + position[]={850.69379,57.184021,5404.2334}; + name="outp_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=294.16794; + id=1110; + atlOffset=1.1444092e-005; + }; + class Item1 + { + dataType="Marker"; + position[]={797.06805,56.017712,5397.313}; + name="outpost_3"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=61.308594; + angle=24.186611; + id=1111; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={797.97986,56.020161,5397.5903}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86857; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item3 + { + dataType="Marker"; + position[]={834.47247,56.66613,5412.1123}; + name="outp_3_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=113.88497; + id=87726; + atlOffset=-3.8146973e-006; + }; + }; + id=445; + atlOffset=0.20684814; + }; + class Item2 + { + dataType="Layer"; + name="outpost_4"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={1091.2061,49.796001,2295.614}; + name="outp_4_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=278.151; + id=1113; + atlOffset=0.000415802; + }; + class Item1 + { + dataType="Marker"; + position[]={1048.2877,49.795586,2285.5171}; + name="outpost_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=69.192505; + angle=10.291891; + id=1114; + }; + class Item2 + { + dataType="Marker"; + position[]={1111.1589,49.795586,2266.5266}; + name="outp_4_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1115; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={1063.6722,49.795586,2284.1938}; + }; + areaSize[]={5,0,6.3375244}; + flags=1; + id=86855; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={1095.7418,49.795586,2290.4883}; + }; + areaSize[]={10.057495,0,11.72876}; + flags=1; + id=86854; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={983.68097,49.795586,2295.2842}; + }; + areaSize[]={2.831543,0,2.9121094}; + flags=1; + id=87538; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Marker"; + position[]={1068.2111,49.796001,2283.2581}; + name="outp_4_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=92.096001; + id=87711; + atlOffset=0.000415802; + }; + }; + id=450; + atlOffset=0.00021362305; + }; + class Item3 + { + dataType="Layer"; + name="outpost_5"; + class Entities + { + items=4; + class Item0 + { + dataType="Marker"; + position[]={1207.0281,49.795586,3490.3936}; + name="outp_5_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=320.06714; + id=1117; + }; + class Item1 + { + dataType="Marker"; + position[]={1163.7189,49.795586,3513.3386}; + name="outpost_5"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1118; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={1164.2255,49.795586,3513.4678}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86856; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item3 + { + dataType="Marker"; + position[]={1188.7727,49.795586,3473.6755}; + name="outp_5_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=305.60657; + id=87712; + }; + }; + id=455; + }; + class Item4 + { + dataType="Layer"; + name="outpost_6"; + class Entities + { + items=5; + class Item0 + { + dataType="Marker"; + position[]={1223.8917,15.452772,8895.1758}; + name="outp_6_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=200.9711; + id=1121; + }; + class Item1 + { + dataType="Marker"; + position[]={1244.0065,15.443004,8855.3018}; + name="outpost_6"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=65.78009; + b=100; + angle=28.642296; + id=1122; + }; + class Item2 + { + dataType="Marker"; + position[]={1216.713,15.451859,8877.4043}; + name="outp_6_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=31.229; + id=87728; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={1211.5002,22.50181,8868.168}; + }; + areaSize[]={6.7366333,0,5.3920898}; + areaIsRectangle=1; + flags=1; + id=87727; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.0513792; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={1262.5908,15.271437,8840.9971}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87621; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=460; + atlOffset=1.6772814; + }; + class Item5 + { + dataType="Layer"; + name="outpost_7"; + class Entities + { + items=10; + class Item0 + { + dataType="Marker"; + position[]={1374.2321,8.6379995,17734.797}; + name="outp_7_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=184.90298; + id=1125; + atlOffset=-0.00012874603; + }; + class Item1 + { + dataType="Marker"; + position[]={1391.5803,8.4194613,17683.844}; + name="outpost_7"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1126; + atlOffset=0.28199768; + }; + class Item2 + { + dataType="Marker"; + position[]={1377.3495,8.3006239,17715.773}; + name="outp_7_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=358.61932; + id=86893; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={1467.0492,13.348282,17693.922}; + angles[]={0,4.7365427,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86889; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=1.9073486e-006; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={1400.4821,13.566681,17631.756}; + angles[]={0,6.2377381,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86890; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={1390.941,8.5009193,17640.742}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86891; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.0980835e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={1377.7677,8.2657938,17715.83}; + }; + areaSize[]={6.8692627,0,5}; + flags=1; + id=86892; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.029139519; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={1393.8531,13.054874,17715.488}; + angles[]={0,3.0860538,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86888; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item8 + { + dataType="Marker"; + position[]={1394.5588,8.3118658,17733.176}; + name="outp_7_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=174.95729; + id=87755; + atlOffset=4.7683716e-006; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={1413.3708,8.7486687,17626.936}; + angles[]={0.025419464,0,6.2820406}; + }; + areaSize[]={3,0,3}; + flags=1; + id=87630; + type="ModuleHideTerrainObjects_F"; + atlOffset=4.7683716e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=465; + atlOffset=0.38290596; + }; + class Item6 + { + dataType="Layer"; + name="outpost_8"; + class Entities + { + items=8; + class Item0 + { + dataType="Marker"; + position[]={1518.4244,79.889648,608.47266}; + name="outp_8_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1128; + }; + class Item1 + { + dataType="Marker"; + position[]={1551.7078,79.889648,611.24963}; + name="outp_8_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=121.72499; + id=1130; + }; + class Item2 + { + dataType="Marker"; + position[]={1528.3629,79.889648,596.56152}; + name="outpost_8"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + angle=23.72188; + id=1131; + }; + class Item3 + { + dataType="Marker"; + position[]={1560.886,79.889999,595.90601}; + name="outp_8_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=306.81699; + id=86853; + atlOffset=0.00035095215; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={1559.9678,79.889648,603.13116}; + angles[]={0,0.62339324,0}; + }; + areaSize[]={16.950401,0,19.997143}; + flags=1; + id=86852; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={1480.3578,79.889648,640.42126}; + }; + areaSize[]={2.831543,0,2.9121094}; + flags=1; + id=87535; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={1491.0691,79.887718,552.89246}; + }; + areaSize[]={2.831543,0,2.9121094}; + flags=1; + id=87536; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={1596.4639,79.837952,530.09894}; + }; + areaSize[]={2.831543,0,2.9121094}; + flags=1; + id=87537; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=470; + atlOffset=-0.022567749; + }; + class Item7 + { + dataType="Layer"; + name="outpost_9"; + class Entities + { + items=6; + class Item0 + { + dataType="Marker"; + position[]={1651.2402,27.998905,16440.75}; + name="outp_9_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=165.58701; + id=1134; + }; + class Item1 + { + dataType="Marker"; + position[]={1609.6962,27.998905,16356.579}; + name="outpost_9"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1135; + }; + class Item2 + { + dataType="Marker"; + position[]={1663.5758,27.998905,16382.199}; + name="outp_9_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=4.9197063; + id=86887; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={1672.5931,27.998905,16400.4}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86886; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={1667.981,27.998905,16411.711}; + angles[]={0,0.031250954,0}; + }; + areaSize[]={5.9935303,0,17.550781}; + areaIsRectangle=1; + flags=1; + id=86885; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={1604.4595,28.173695,16289.7}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87631; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=475; + atlOffset=0.087394714; + }; + class Item8 + { + dataType="Layer"; + name="outpost_10"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={1821.8567,30.187,6575.8174}; + name="outp_10_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=20; + b=5; + angle=176.15195; + id=1137; + atlOffset=1.148756; + }; + class Item1 + { + dataType="Marker"; + position[]={1769.2512,29.038,6578.1167}; + name="outpost_10"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=110.46973; + b=174.45142; + id=1138; + atlOffset=-0.00024414063; + }; + class Item2 + { + dataType="Marker"; + position[]={1734.2712,29.72986,6609.4604}; + name="outp_10_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1139; + atlOffset=0.69161606; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={1734.5874,29.038244,6609.6055}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86861; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={1832.4071,29.038244,6574.4658}; + angles[]={0,6.2055798,0}; + }; + areaSize[]={25.585077,0,5}; + flags=1; + id=86859; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={1690.0947,29.038244,6666.3057}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87611; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={1765.8982,29.038244,6719.7036}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87612; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={1858.7101,29.038244,6522.9541}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87613; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={1715.2158,29.038244,6564.0288}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87610; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=480; + atlOffset=0.0098896027; + }; + class Item9 + { + dataType="Layer"; + name="outpost_11"; + class Entities + { + items=4; + class Item0 + { + dataType="Marker"; + position[]={2827.5115,33.247189,6323.5776}; + name="outp_11_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=236.68692; + id=1141; + atlOffset=3.8146973e-006; + }; + class Item1 + { + dataType="Marker"; + position[]={2793.5151,33.24295,6306.8403}; + name="outpost_11"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1142; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={2765.3164,33.21566,6260.9878}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87542; + type="ModuleHideTerrainObjects_F"; + atlOffset=-1.1444092e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item3 + { + dataType="Marker"; + position[]={2848.1533,33.254803,6295.3418}; + name="outp_11_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=236.68692; + id=87725; + atlOffset=3.8146973e-006; + }; + }; + id=485; + atlOffset=0.065612793; + }; + class Item10 + { + dataType="Layer"; + name="outpost_12"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={3038.3479,30.081192,9653.2324}; + name="outp_12_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=201.83496; + id=1145; + atlOffset=9.8611984; + }; + class Item1 + { + dataType="Marker"; + position[]={3141.406,20.164778,9632.7783}; + name="outpost_12"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + angle=62.978645; + id=1146; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={3104.0771,24.963167,9592.0791}; + angles[]={0,0.47555149,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86865; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={3058.2314,20.165052,9636.1582}; + angles[]={0,0.46761411,0}; + }; + areaSize[]={5,0,6.4017196}; + flags=1; + id=86862; + type="ModuleHideTerrainObjects_F"; + atlOffset=-3.6239624e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={3048.7332,20.169186,9641.0771}; + angles[]={6.2807441,0.46761411,0}; + }; + areaSize[]={1.3730578,0,6.4017196}; + flags=1; + id=86863; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={3142.6648,25.105995,9673.5605}; + angles[]={0,3.8600242,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86864; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-1.9073486e-006; + }; + class Item6 + { + dataType="Marker"; + position[]={3014.8423,30.153114,9657.3838}; + name="outp_12_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=181.90915; + id=87729; + atlOffset=9.8611908; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={3105.5103,19.812191,9585.5293}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87626; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={3149.5869,20.228964,9671.123}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87625; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=490; + atlOffset=1.2328014; + }; + class Item11 + { + dataType="Layer"; + name="outpost_13"; + class Entities + { + items=15; + class Item0 + { + dataType="Marker"; + position[]={3134.7339,70.006859,3483.2744}; + name="outp_13_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=20; + b=5; + angle=197.88396; + id=1149; + atlOffset=-7.6293945e-006; + }; + class Item1 + { + dataType="Marker"; + position[]={3091.582,70.067276,3354.748}; + name="outpost_13"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=80.625778; + b=129.13641; + angle=13.259061; + id=1150; + atlOffset=-0.00015258789; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={3069.0156,70.722366,3417.3223}; + angles[]={0,1.4726846,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1439; + type="Land_Cargo_House_V4_F"; + atlOffset=7.6293945e-006; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={3068.136,70.582695,3423.7241}; + angles[]={0,1.4726846,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1440; + type="Land_Cargo_House_V4_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={3137.1409,73.94165,3427.7332}; + angles[]={0,0.95869488,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1436; + type="Land_Cargo_HQ_V4_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={3115.9036,82.969063,3367.748}; + angles[]={0,0.19452581,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1435; + type="Land_Cargo_Tower_V4_F"; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={3140.188,70.066559,3426.3491}; + angles[]={0,5.7144065,0}; + }; + areaSize[]={10,0,10}; + areaIsRectangle=1; + flags=1; + id=1437; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={3168.0703,74.996284,3402.1409}; + angles[]={0,5.0503011,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87007; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=7.6293945e-006; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={3112.9512,74.969589,3290.3164}; + angles[]={0,4.803689,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87008; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=7.6293945e-006; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={3070.0464,73.649033,3252.4946}; + angles[]={0,0.37459806,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87009; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=7.6293945e-006; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={3064.8516,74.970482,3332.7898}; + angles[]={0,1.7307891,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87010; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=7.6293945e-006; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={3090.9331,70.067238,3354.4727}; + }; + areaSize[]={8.3952637,0,8.8101807}; + flags=1; + id=87011; + type="ModuleHideTerrainObjects_F"; + atlOffset=3.0517578e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={3135.2793,70.572449,3483.9211}; + angles[]={0,0.30420184,0}; + }; + areaSize[]={20.551807,0,5.7752795}; + areaIsRectangle=1; + flags=1; + id=87012; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.5535202; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={3114.4363,70.081299,3366.9778}; + angles[]={0.00059801998,0.18302369,0.0009765625}; + }; + areaSize[]={8.3950005,0,9.1668119}; + areaIsRectangle=1; + flags=1; + id=87014; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={3115.6975,74.666748,3461.9849}; + angles[]={0,3.4886453,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87006; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=7.6293945e-006; + }; + }; + id=495; + atlOffset=-0.086418152; + }; + class Item12 + { + dataType="Layer"; + name="outpost_14"; + class Entities + { + items=58; + class Item0 + { + dataType="Marker"; + position[]={3611.6941,20.309631,5493.9624}; + name="outp_14_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=241.87625; + id=1153; + atlOffset=1.9073486e-006; + }; + class Item1 + { + dataType="Marker"; + position[]={3590.0649,21.881001,5493.7212}; + name="outpost_14"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1154; + atlOffset=1.2214756; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={3617.2354,27.644995,5484.3589}; + angles[]={0,5.7990522,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2599; + type="Land_ControlTower_01_F"; + atlOffset=0.038660049; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={3593.3315,24.210457,5462.5889}; + angles[]={0,5.7990522,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2391; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={3620.9922,21.837481,5478.2983}; + angles[]={0,5.7990522,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2392; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=1.1444092e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={3589.9358,26.065754,5460.8086}; + angles[]={0,5.7990522,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2393; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={3624.3999,21.676573,5480.0752}; + angles[]={0,5.7990522,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2394; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=1.1444092e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={3623.8633,21.537487,5487.606}; + angles[]={0,4.2242208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2397; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=1.1444092e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={3622.0491,21.64241,5491.0005}; + angles[]={0,4.2242208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2398; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=1.1444092e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={3625.6553,21.502388,5484.2163}; + angles[]={0,4.2242208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2399; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=1.1444092e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={3620.2576,21.844038,5494.4004}; + angles[]={0,4.2242208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2400; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=1.1444092e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={3582.3088,27.991518,5468.9575}; + angles[]={0,1.0909849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2401; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={3584.093,27.862724,5465.5474}; + angles[]={0,1.0909849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2402; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={3580.5447,28.209072,5472.3647}; + angles[]={0,1.0909849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2403; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={3585.8564,27.721245,5462.1333}; + angles[]={0,1.0909849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2404; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={3601.6956,23.116232,5522.6572}; + angles[]={0,2.6549015,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2407; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={3567.4932,27.331114,5503.7344}; + angles[]={0,2.6549015,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2408; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=-1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={3593.7058,23.009312,5522.1577}; + angles[]={0,4.2242208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2411; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=-1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={3575.6362,23.882915,5512.0566}; + angles[]={0,1.0909849,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2412; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=0.46671677; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={3626.6943,21.545912,5481.6699}; + angles[]={0,4.2265439,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2395; + type="Land_Mil_WallBig_corner_battered_F"; + atlOffset=1.1444092e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={3587.3994,27.492701,5459.7891}; + angles[]={0,5.8071451,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2396; + type="Land_Mil_WallBig_corner_battered_F"; + atlOffset=1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={3604.2302,23.135504,5523.7964}; + angles[]={0,2.5748801,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2405; + type="Land_Mil_WallBig_corner_battered_F"; + atlOffset=-1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={3565.3018,29.006786,5502.2485}; + angles[]={0,0.9924165,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2406; + type="Land_Mil_WallBig_corner_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={3576.3708,23.973026,5509.3589}; + angles[]={0,4.2265439,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2409; + type="Land_Mil_WallBig_corner_battered_F"; + atlOffset=0.46671677; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={3595.4993,22.998434,5520.0386}; + angles[]={0,5.8071451,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2410; + type="Land_Mil_WallBig_corner_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={3616.6501,22.107925,5501.1958}; + angles[]={0,4.2242208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87084; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={3614.8359,22.210794,5504.5903}; + angles[]={0,4.2242208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87085; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={3618.4421,21.986916,5497.8062}; + angles[]={0,4.2242208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87086; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={3613.0444,22.366995,5507.9902}; + angles[]={0,4.2242208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87087; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={3609.4546,22.795666,5514.7681}; + angles[]={0,4.2242208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87088; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={3607.6404,23.006182,5518.1626}; + angles[]={0,4.2242208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87089; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=-1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={3611.2466,22.560854,5511.3784}; + angles[]={0,4.2242208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87090; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={3605.8489,23.127842,5521.5625}; + angles[]={0,4.2242208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87091; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={3575.2444,28.880606,5482.6157}; + angles[]={0,1.0909849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87092; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=0.0002822876; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={3577.0286,28.669813,5479.2056}; + angles[]={0,1.0909849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87093; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=0.0002784729; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={3573.4802,29.041899,5486.0229}; + angles[]={0,1.0909849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87094; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=0.00028038025; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={3578.792,28.426685,5475.7915}; + angles[]={0,1.0909849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87095; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=0.0002784729; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={3568.1729,29.254797,5496.2671}; + angles[]={0,1.0909849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87096; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={3569.957,29.181486,5492.8569}; + angles[]={0,1.0909849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87097; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=-1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={3566.4087,29.155874,5499.6743}; + angles[]={0,1.0909849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87098; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={3571.7205,29.162825,5489.4429}; + angles[]={0,1.0909849,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87099; + type="Land_Mil_WallBig_4m_battered_F"; + atlOffset=-1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={3596.7466,22.709036,5464.3433}; + angles[]={0,5.7990522,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87100; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={3600.1643,21.640478,5466.104}; + angles[]={0,5.7990522,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87101; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={3603.5701,22.023844,5467.9023}; + angles[]={0,5.7990522,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87102; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={3617.5828,21.923786,5476.5059}; + angles[]={0,5.7990522,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87103; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={3598.2241,23.00828,5520.8223}; + angles[]={0,2.6549015,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87104; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={3570.887,25.426189,5505.5786}; + angles[]={0,2.6549015,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87105; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={3574.2893,24.00585,5507.4072}; + angles[]={0,2.6549015,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87106; + type="Land_Mil_WallBig_4m_battered_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item48 + { + dataType="Marker"; + position[]={3607,20.714676,5503.4077}; + name="outp_14_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=242.87605; + id=87107; + atlOffset=0.061616898; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={3572.8672,22.847076,5521.8848}; + angles[]={6.2678256,2.5853269,6.2401938}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87109; + type="Land_BagBunker_01_small_green_F"; + atlOffset=3.6239624e-005; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={3599.0107,20.603123,5473.0156}; + angles[]={0,4.2163734,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87110; + type="Land_Cargo_House_V1_F"; + atlOffset=1.5258789e-005; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={3603.7937,21.695002,5511.7588}; + angles[]={0,1.1012616,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87111; + type="Land_Cargo_House_V1_F"; + atlOffset=-1.9073486e-006; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={3581.8479,21.901442,5503.8677}; + angles[]={0,4.2163734,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87112; + type="Land_Cargo_House_V1_F"; + atlOffset=1.9073486e-006; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={3632.377,27.864122,5444.2275}; + angles[]={0,6.037271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87113; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=1.5258789e-005; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={3574.1736,28.685785,5552.9644}; + angles[]={0,2.2321723,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87114; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={3606.3181,21.918966,5463.2031}; + angles[]={0.0010918301,5.7639484,0.070102699}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87108; + type="Land_BagBunker_01_small_green_F"; + atlOffset=1.9073486e-005; + }; + class Item56 + { + dataType="Marker"; + position[]={3622.5244,20.620422,5468.9941}; + name="outp_14_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=241.87625; + id=87723; + atlOffset=2.4795532e-005; + }; + class Item57 + { + dataType="Marker"; + position[]={3595.094,20.24703,5484.8013}; + name="outp_14_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=60.640221; + id=87724; + }; + }; + id=500; + atlOffset=0.61036491; + }; + class Item13 + { + dataType="Layer"; + name="outpost_15"; + class Entities + { + items=8; + class Item0 + { + dataType="Marker"; + position[]={4481.3516,102.31506,2984.4468}; + name="outp_15_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=25.326555; + id=1157; + }; + class Item1 + { + dataType="Marker"; + position[]={4460.2407,102.31506,2990.4819}; + name="outpost_15"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=100.81593; + b=101.59644; + angle=25.088312; + id=1158; + }; + class Item2 + { + dataType="Marker"; + position[]={4382.8809,102.31571,2993.2222}; + name="outp_15_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1159; + }; + class Item3 + { + dataType="Marker"; + position[]={4485.2056,102.31506,3002.9946}; + name="outp_15_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=203.60397; + id=86943; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={4557.0269,103.26792,2994.6763}; + angles[]={0,0.52778554,0}; + }; + areaSize[]={8.0792618,0,25.467827}; + areaIsRectangle=1; + flags=1; + id=86942; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.10812378; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={4462.2041,102.31506,2981.751}; + angles[]={0,0.43933225,0}; + }; + areaSize[]={15.484832,0,5}; + flags=1; + id=86941; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={4347.4868,102.34793,2938.2068}; + angles[]={0.0013372133,0.43933225,6.2788868}; + }; + areaSize[]={4.6699657,0,5.073473}; + flags=1; + id=87543; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={4399.1758,102.04573,3087.5588}; + angles[]={0.0013372133,0.43933225,6.2788868}; + }; + areaSize[]={4.6699657,0,5.073473}; + flags=1; + id=87544; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=505; + atlOffset=-0.067985535; + }; + class Item14 + { + dataType="Layer"; + name="outpost_16"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={4583.3638,29.777161,11063.433}; + name="outp_16_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=103.86398; + id=1161; + atlOffset=1.9073486e-006; + }; + class Item1 + { + dataType="Marker"; + position[]={4574.3887,29.933256,11031.319}; + name="outpost_16"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=62.562798; + b=100; + angle=352.6684; + id=1162; + atlOffset=0.0023460388; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={4612.7959,29.886068,11060.605}; + angles[]={0.0039967569,0.067155063,0.0019834081}; + }; + areaSize[]={6.586,0,6.4202561}; + areaIsRectangle=1; + flags=1; + id=86866; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.00548172; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item3 + { + dataType="Marker"; + position[]={4626.5439,29.865992,11073.629}; + name="outp_16_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=255.63725; + id=87730; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={4627.9141,29.891893,11073.946}; + angles[]={0.0039967569,6.0899773,0.0019834081}; + }; + areaSize[]={5.2607393,0,11.137687}; + areaIsRectangle=1; + flags=1; + id=87731; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.024431229; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={4549.1226,29.535,11069.086}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87628; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={4592.3555,30.243172,10946.919}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87627; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=510; + atlOffset=-0.030944824; + }; + class Item15 + { + dataType="Layer"; + name="outpost_17"; + class Entities + { + items=20; + class Item0 + { + dataType="Marker"; + position[]={5674.4961,21.396973,5887.8711}; + name="outp_17_helipad"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBlue"; + a=15; + b=15; + id=1164; + }; + class Item1 + { + dataType="Marker"; + position[]={5606.8872,21.396973,5948.377}; + name="outp_17_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=173.63396; + id=1165; + }; + class Item2 + { + dataType="Marker"; + position[]={5677.6416,21.396973,5858.5791}; + name="outp_17_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1167; + }; + class Item3 + { + dataType="Marker"; + position[]={5576.3789,20.764185,5853.6899}; + name="outp_17_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=139.26524; + id=86898; + }; + class Item4 + { + dataType="Marker"; + position[]={5646.7832,21.396973,5932.8213}; + name="outpost_17"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=145.19186; + b=125.77124; + angle=248.62694; + id=86906; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={5758.7549,27.055964,5883.2017}; + angles[]={0,5.7940526,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86903; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=5.7220459e-006; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={5646.0854,26.303095,5984.1831}; + angles[]={0,2.9107399,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86904; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-1.9073486e-006; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={5599.749,26.185223,5889.9829}; + angles[]={0,1.34961,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86905; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={5597.1245,21.072372,5855.978}; + angles[]={6.2752142,0.83482838,0.013228824}; + }; + areaSize[]={6.8883162,0,5}; + flags=1; + id=86899; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.00052261353; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={5462.2378,19.971447,5733.4429}; + angles[]={0,0.32963204,0}; + }; + areaSize[]={9.9730864,0,5}; + flags=1; + id=86900; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.00013160706; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={5585.1094,21.995148,5977.4272}; + angles[]={6.2544627,6.1054878,0.0029296887}; + }; + areaSize[]={7.192503,0,5}; + flags=1; + id=86901; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.00071907043; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={5684.3301,26.176235,5844.1099}; + angles[]={0,5.7940526,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86902; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item12 + { + dataType="Marker"; + position[]={5634.1343,21.396973,5947.9858}; + name="outp_17_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=206.17366; + id=87732; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={5691.5562,20.856728,5841.667}; + angles[]={6.2060533,0,6.2722945}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87603; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={5561.0615,20.124779,5777.3101}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87604; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item15 + { + dataType="Logic"; + class PositionInfo + { + position[]={5225.9556,20.056911,5765.9097}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87605; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item16 + { + dataType="Logic"; + class PositionInfo + { + position[]={5184.5625,22.083067,5953.2041}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87606; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item17 + { + dataType="Logic"; + class PositionInfo + { + position[]={5373.6709,21.21855,6050.3613}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87607; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item18 + { + dataType="Logic"; + class PositionInfo + { + position[]={5552.2202,22.882626,6034.6919}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87608; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item19 + { + dataType="Logic"; + class PositionInfo + { + position[]={5693.3892,21.396973,5916.8276}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87602; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=515; + atlOffset=0.49679756; + }; + class Item16 + { + dataType="Layer"; + name="outpost_18"; + class Entities + { + items=6; + class Item0 + { + dataType="Marker"; + position[]={6380.645,19.252083,14448.08}; + name="outp_18_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=17; + b=5; + angle=252.6597; + id=1169; + }; + class Item1 + { + dataType="Marker"; + position[]={6340.1426,21.257446,14443.014}; + name="outpost_18"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=62.684814; + b=52.883301; + angle=44.23521; + id=1170; + atlOffset=4.3458042; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={6380.7637,21.030312,14448.209}; + angles[]={0,5.9841542,0}; + }; + areaSize[]={6.4050002,0,18.18737}; + areaIsRectangle=1; + flags=1; + id=86883; + type="ModuleHideTerrainObjects_F"; + atlOffset=1.7627144; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={6363.8896,18.77976,14453.06}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86882; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={6313.4009,16.821115,14459.177}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87646; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={6308.7456,14.375845,14423.102}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87645; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=520; + atlOffset=0.29611206; + }; + class Item17 + { + dataType="Layer"; + name="outpost_19"; + class Entities + { + items=5; + class Item0 + { + dataType="Marker"; + position[]={6377.6387,16.803209,7747.9346}; + name="outp_19_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=156.11945; + id=1173; + atlOffset=1.9073486e-006; + }; + class Item1 + { + dataType="Marker"; + position[]={6346.2949,16.768831,7783.7832}; + name="outpost_19"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1174; + atlOffset=1.9073486e-006; + }; + class Item2 + { + dataType="Marker"; + position[]={6347.5708,16.626823,7735.6528}; + name="outp_19_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=156.99481; + id=86897; + atlOffset=1.9073486e-006; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={6360.751,16.737677,7742.7158}; + }; + areaSize[]={10.401611,0,8.7067871}; + flags=1; + id=86896; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0074634552; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={6349.7192,16.704878,7760.042}; + }; + areaSize[]={5.7363281,0,5}; + flags=1; + id=86894; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.0034675598; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=525; + atlOffset=0.0042037964; + }; + class Item18 + { + dataType="Layer"; + name="outpost_20"; + class Entities + { + items=6; + class Item0 + { + dataType="Marker"; + position[]={6732.1475,28.606565,11391.006}; + name="outp_20_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=241.17143; + id=1177; + atlOffset=5.161026; + }; + class Item1 + { + dataType="Marker"; + position[]={6730.3701,23.445999,11302.847}; + name="outpost_20"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=113.598; + b=112.941; + angle=21.496992; + id=1178; + atlOffset=0.00045967102; + }; + class Item2 + { + dataType="Marker"; + position[]={6775.6831,23.445539,11232.495}; + name="outp_20_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1179; + }; + class Item3 + { + dataType="Marker"; + position[]={6715.8818,28.606565,11382.296}; + name="outp_20_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=67.974388; + id=86869; + atlOffset=5.161026; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={6737.2153,23.445539,11346.611}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86868; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={6728.8838,23.445539,11372.269}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86867; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=530; + atlOffset=0.80642509; + }; + class Item19 + { + dataType="Layer"; + name="outpost_21"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={7147.6455,39.268555,9796.917}; + name="outp_21_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=288.83945; + id=1181; + }; + class Item1 + { + dataType="Marker"; + position[]={7104.7559,39.268555,9862.458}; + name="outpost_21"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1182; + }; + class Item2 + { + dataType="Marker"; + position[]={7059.96,39.268623,9859.6006}; + name="outp_21_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1183; + atlOffset=3.8146973e-006; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={7130.9531,39.268555,9812.4141}; + }; + areaSize[]={5,0,6.6279297}; + flags=1; + id=86870; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={7156.896,39.268555,9810.5557}; + angles[]={0,0.31589746,0}; + }; + areaSize[]={8.2776823,0,29.740425}; + areaIsRectangle=1; + flags=1; + id=87733; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Marker"; + position[]={7154.6152,39.268555,9821.5}; + name="outp_21_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=288.83942; + id=87734; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={7075.5186,40.044178,9912.5771}; + angles[]={6.2181392,0,6.2755976}; + }; + areaSize[]={2.5490723,0,4.0566406}; + flags=1; + id=87735; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=535; + atlOffset=0.38781357; + }; + class Item20 + { + dataType="Layer"; + name="outpost_22"; + class Entities + { + items=12; + class Item0 + { + dataType="Marker"; + position[]={7705.6475,21.986763,14205.731}; + name="outp_22_helipad"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBlue"; + a=15; + b=15; + id=1184; + }; + class Item1 + { + dataType="Marker"; + position[]={7691.5063,21.986763,14237.259}; + name="outp_22_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=126.19997; + id=1185; + }; + class Item2 + { + dataType="Marker"; + position[]={7686.6646,21.986763,14252.275}; + name="outpost_22"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + angle=40.780231; + id=1186; + }; + class Item3 + { + dataType="Marker"; + position[]={7701.2847,22.736877,14173.546}; + name="outp_22_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1187; + atlOffset=0.50296593; + }; + class Item4 + { + dataType="Marker"; + position[]={7706.8564,21.986763,14258.281}; + name="outp_22_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=126.19997; + id=86876; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={7708.8091,27.806223,14161.926}; + angles[]={0,5.3623753,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86879; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.00011444092; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={7662.9731,26.897013,14318.426}; + angles[]={0,2.1714764,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86880; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={7610.7407,26.891764,14214.055}; + angles[]={0,0.63023061,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86881; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={7730.627,21.986559,14276.274}; + angles[]={0,0.59932196,0}; + }; + areaSize[]={9.1747932,0,5}; + flags=1; + id=86877; + type="ModuleHideTerrainObjects_F"; + atlOffset=4.9591064e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={7769.3613,26.893372,14242.799}; + angles[]={0,5.3181562,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86878; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=0.00011444092; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={7618.5884,21.999107,14264.749}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87648; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={7715.9629,22.848455,14163.752}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87647; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=540; + atlOffset=0.44281197; + }; + class Item21 + { + dataType="Layer"; + name="outpost_23"; + class Entities + { + items=6; + class Item0 + { + dataType="Marker"; + position[]={7969.3291,5.8498712,5684.4434}; + name="outp_23_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=310.01691; + id=1189; + atlOffset=0.00036811829; + }; + class Item1 + { + dataType="Marker"; + position[]={7931.0361,5.848,5730.3818}; + name="outpost_23"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=67.945999; + b=100; + angle=325.65085; + id=1190; + atlOffset=-0.00034856796; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={7958.8892,5.8565373,5704.6631}; + angles[]={6.2822089,0.71356851,0.0014648439}; + }; + areaSize[]={5,0,6.109827}; + flags=1; + id=86908; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={7969.4341,5.8628588,5684.3418}; + angles[]={6.2771955,5.4103875,0.0062052174}; + }; + areaSize[]={15.838842,0,6.3860698}; + areaIsRectangle=1; + flags=1; + id=86907; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.013355732; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Marker"; + position[]={7962.0508,5.8610001,5701.9238}; + name="outp_23_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=134.162; + id=87713; + atlOffset=0.00014019012; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={7897.9644,5.8483005,5758.689}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87594; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=545; + atlOffset=0.0055379868; + }; + class Item22 + { + dataType="Layer"; + name="outpost_24"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={8069.604,35.886002,11951.777}; + name="outpost_24"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=113.949; + b=61.596001; + angle=38.504002; + id=1194; + atlOffset=0.10993958; + }; + class Item1 + { + dataType="Marker"; + position[]={8117.1152,36.306042,11943.315}; + name="outp_24_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1195; + }; + class Item2 + { + dataType="Marker"; + position[]={7991.0791,34.87447,12045.857}; + name="outp_24_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=117.25052; + id=86874; + }; + class Item3 + { + dataType="Marker"; + position[]={7991.9185,35.211304,11981.257}; + name="outp_24_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=38.104973; + id=86875; + atlOffset=1.1444092e-005; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={7989.3784,34.889492,12045.816}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86873; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={7974.9067,35.165661,12039.69}; + angles[]={0,0.50324821,0}; + }; + areaSize[]={16.23138,0,23.494005}; + areaIsRectangle=1; + flags=1; + id=86872; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.096164703; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={8115.7773,35.267918,11876.02}; + angles[]={6.2671871,0,0.057931717}; + }; + areaSize[]={3.7580566,0,3.4545898}; + flags=1; + id=87736; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=550; + atlOffset=-0.41678238; + }; + class Item23 + { + dataType="Layer"; + name="outpost_25"; + class Entities + { + items=18; + class Item0 + { + dataType="Marker"; + position[]={9534.5518,37.168999,8390.6025}; + name="outp_25_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=20; + b=5; + angle=194.83295; + id=1197; + atlOffset=5.1707458; + }; + class Item1 + { + dataType="Marker"; + position[]={9580.3828,31.998253,8261.2266}; + name="outpost_25"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=170.48177; + b=135.58519; + angle=14.719703; + id=1198; + }; + class Item2 + { + dataType="Marker"; + position[]={9662.1836,31.998253,8292.3711}; + name="outp_25_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1199; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={9444.498,31.998253,8395.877}; + angles[]={0,0.24626213,0}; + }; + areaSize[]={9.3670311,0,6.0418296}; + areaIsRectangle=1; + flags=1; + id=86910; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={9583.4609,31.998253,8344.4834}; + angles[]={0,0.28906143,0}; + }; + areaSize[]={6.9653411,0,6.5823107}; + areaIsRectangle=1; + flags=1; + id=86911; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={9575.0439,31.998253,8311.7412}; + angles[]={0,0.28906143,0}; + }; + areaSize[]={6.9653411,0,6.5823107}; + areaIsRectangle=1; + flags=1; + id=86912; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={9581.0273,31.998253,8245.1035}; + angles[]={0,0.24320143,0}; + }; + areaSize[]={12.127357,0,17.5275}; + areaIsRectangle=1; + flags=1; + id=86909; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={9535.6738,31.998253,8390.416}; + angles[]={0,0.28906143,0}; + }; + areaSize[]={25.623421,0,6.5823107}; + areaIsRectangle=1; + flags=1; + id=87737; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={9406.3682,29.256792,8173.8965}; + angles[]={6.2312346,0.28906143,0.069883667}; + }; + areaSize[]={4.2356186,0,4.4625907}; + areaIsRectangle=1; + flags=1; + id=87738; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={9421.6299,30.39599,8179.8926}; + angles[]={6.2312346,0.28906143,0.069883667}; + }; + areaSize[]={4.2356186,0,4.4625907}; + areaIsRectangle=1; + flags=1; + id=87739; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={9685.2383,31.554041,8114.7813}; + angles[]={6.2312346,0.28906143,0.069883667}; + }; + areaSize[]={4.2356186,0,4.4625907}; + areaIsRectangle=1; + flags=1; + id=87740; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={9672.1162,31.722895,8109.2017}; + angles[]={6.2312346,0.28906143,0.069883667}; + }; + areaSize[]={4.2356186,0,4.4625907}; + areaIsRectangle=1; + flags=1; + id=87741; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={9660.5459,31.843912,8120.9395}; + angles[]={6.2312346,0.28906143,0.069883667}; + }; + areaSize[]={4.2356186,0,4.4625907}; + areaIsRectangle=1; + flags=1; + id=87742; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={9735.3125,32.018894,8229.6836}; + angles[]={6.2312346,0.28906143,0.069883667}; + }; + areaSize[]={4.2356186,0,4.4625907}; + areaIsRectangle=1; + flags=1; + id=87743; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={9745.9951,32.078491,8237.1221}; + angles[]={6.2312346,0.28906143,0.069883667}; + }; + areaSize[]={4.2356186,0,4.4625907}; + areaIsRectangle=1; + flags=1; + id=87744; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item15 + { + dataType="Logic"; + class PositionInfo + { + position[]={9740.9551,32.372917,8351.5615}; + angles[]={6.2312346,0.28906143,0.069883667}; + }; + areaSize[]={4.2356186,0,4.4625907}; + areaIsRectangle=1; + flags=1; + id=87745; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item16 + { + dataType="Logic"; + class PositionInfo + { + position[]={9593.9629,31.998276,8389.0391}; + angles[]={6.2312346,0.28906143,0.069883667}; + }; + areaSize[]={4.2356186,0,4.4625907}; + areaIsRectangle=1; + flags=1; + id=87746; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item17 + { + dataType="Logic"; + class PositionInfo + { + position[]={9415.9414,31.998276,8306.2891}; + angles[]={6.2312346,0.28906143,0.069883667}; + }; + areaSize[]={4.2356186,0,4.4625907}; + areaIsRectangle=1; + flags=1; + id=87747; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=555; + atlOffset=0.04044342; + }; + class Item24 + { + dataType="Layer"; + name="outpost_26"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={10214.262,38.069435,9621.1846}; + name="outp_26_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=281.10294; + id=1201; + atlOffset=5.6021996; + }; + class Item1 + { + dataType="Marker"; + position[]={10166.338,33.019497,9637.3926}; + name="outpost_26"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=73.487305; + b=77.680664; + id=1202; + atlOffset=0.0016288757; + }; + class Item2 + { + dataType="Marker"; + position[]={10138.235,33.172638,9612.335}; + name="outp_26_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1203; + atlOffset=-3.8146973e-006; + }; + class Item3 + { + dataType="Marker"; + position[]={10210.2,37.540833,9600.4658}; + name="outp_26_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=281.10294; + id=86917; + atlOffset=5.8168373; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={10212.727,32.37207,9610.6963}; + angles[]={6.2492037,1.7699839,6.2771854}; + }; + areaSize[]={21.189266,0,5.9929647}; + areaIsRectangle=1; + flags=1; + id=86916; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.26101303; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={10138.327,33.171352,9612.29}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86918; + type="ModuleHideTerrainObjects_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={10183.238,32.843163,9621.8174}; + angles[]={6.2691875,0.22649138,6.2731848}; + }; + areaSize[]={13.852,0,5}; + areaIsRectangle=1; + flags=1; + id=86915; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.11999893; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=975; + atlOffset=0.26283264; + }; + class Item25 + { + dataType="Layer"; + name="outpost_28"; + class Entities + { + items=4; + class Item0 + { + dataType="Marker"; + position[]={11041.043,19.958,6654.9058}; + name="outp_28_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=135.30397; + id=1209; + atlOffset=4.946557; + }; + class Item1 + { + dataType="Marker"; + position[]={11064.26,21.105,6631.252}; + name="outpost_28"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1210; + atlOffset=6.3431015; + }; + class Item2 + { + dataType="Marker"; + position[]={11014.04,19.914,6604.292}; + name="outp_28_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=109.106; + id=86944; + atlOffset=5.1612997; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={11116.626,23.332535,6580.1445}; + angles[]={6.2432094,0,0.10955287}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87714; + type="ModuleHideTerrainObjects_F"; + atlOffset=1.7166138e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=977; + atlOffset=4.0434341; + }; + class Item26 + { + dataType="Layer"; + name="outpost_31"; + class Entities + { + items=223; + class Item0 + { + dataType="Marker"; + position[]={11900.408,57.629093,5678.9263}; + name="outp_31_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=310.41556; + id=1221; + atlOffset=3.0015221; + }; + class Item1 + { + dataType="Marker"; + position[]={11942.273,55.457855,5654.9956}; + name="outpost_31"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + angle=4.7860851; + id=1222; + atlOffset=1.9073486e-005; + }; + class Item2 + { + dataType="Marker"; + position[]={11973.347,53.906868,5630.9648}; + name="outp_31_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1223; + atlOffset=3.8146973e-006; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={11944.643,54.756828,5707.0464}; + angles[]={0,4.8187265,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79615; + type="Land_i_House_Small_03_V1_F"; + atlOffset=3.8146973e-006; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={11982.865,53.964878,5702.4287}; + angles[]={0,1.6779575,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79589; + type="Land_City_Pillar_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={11921.387,55.0658,5715.8394}; + angles[]={0,1.6779575,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79592; + type="Land_City_Pillar_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={11915.939,55.896851,5686.5405}; + angles[]={0,4.9139171,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79631; + type="Land_CncBarrierMedium_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={11915.649,55.897739,5684.6919}; + angles[]={0,4.8078899,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79632; + type="Land_CncBarrierMedium_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={11930.023,56.320011,5677.0571}; + angles[]={0,4.8078899,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79635; + type="Land_CncBarrierMedium_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={11929.843,56.341019,5675.2236}; + angles[]={0,4.8078899,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79636; + type="Land_CncBarrierMedium_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={11943.939,56.381996,5684.7739}; + angles[]={0,4.8078899,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79637; + type="Land_CncBarrierMedium_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={11943.785,56.422649,5682.9497}; + angles[]={0,4.8078899,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79638; + type="Land_CncBarrierMedium_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={11943.605,56.46389,5681.1143}; + angles[]={0,4.8078899,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79639; + type="Land_CncBarrierMedium_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={11929.671,56.352505,5673.3794}; + angles[]={0,4.8078899,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=80075; + type="Land_CncBarrierMedium_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={11954.24,55.607876,5614.978}; + angles[]={0,4.8301754,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79465; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={11990.839,55.89941,5663.9673}; + angles[]={0,4.8301754,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79484; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={11888.689,55.450741,5623.6299}; + angles[]={0,1.6645536,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79497; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={11888.801,55.435074,5625.001}; + angles[]={0,1.6645536,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79498; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={11888.887,55.431778,5626.353}; + angles[]={0,1.6645536,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79499; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={11915.131,56.790081,5673.3037}; + angles[]={0,6.1586328,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79502; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={11932.054,57.347931,5671.687}; + angles[]={0,0.091503642,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79503; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={11933.342,57.381271,5671.5913}; + angles[]={0,0.091503642,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79504; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={11934.647,57.416027,5671.4634}; + angles[]={0,0.11347796,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79523; + type="Land_CncWall1_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={11924.541,56.60149,5613.4268}; + angles[]={0,0.13896348,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79704; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={11925.784,56.549652,5613.2461}; + angles[]={0,0.13896348,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79705; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={11927.011,56.4883,5613.0708}; + angles[]={0,0.13896348,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79706; + type="Land_CncWall1_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={11946,55.71542,5610.5356}; + angles[]={0,0.13221456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79449; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={11921.348,56.688618,5613.8579}; + angles[]={0,0.13221456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79450; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={11911.022,56.469646,5615.1904}; + angles[]={0,0.13221456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79451; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={11916.187,56.661461,5614.5127}; + angles[]={0,0.13221456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79452; + type="Land_CncWall4_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={11905.864,56.23299,5615.8633}; + angles[]={0,0.13221456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79453; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={11900.702,56.006893,5616.541}; + angles[]={0,0.13221456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79454; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={11890.387,55.604347,5617.8584}; + angles[]={0,0.13221456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79455; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={11895.54,55.797787,5617.1973}; + angles[]={0,0.13221456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79456; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={11888.294,55.483604,5620.311}; + angles[]={0,1.6772738,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79457; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={11889.839,55.449886,5636.1455}; + angles[]={0,1.6772738,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79458; + type="Land_CncWall4_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={11891.396,55.513618,5640.8076}; + angles[]={0,2.1110568,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79459; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={11896.718,55.811584,5649.7578}; + angles[]={0,2.1110568,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79460; + type="Land_CncWall4_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={11902.064,56.142925,5658.6968}; + angles[]={0,2.1110568,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79461; + type="Land_CncWall4_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={11904.735,56.306808,5663.168}; + angles[]={0,2.1110568,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79462; + type="Land_CncWall4_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={11951.191,55.610413,5609.8779}; + angles[]={0,0.13221456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79463; + type="Land_CncWall4_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={11953.846,55.58704,5611.813}; + angles[]={0,4.8267117,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79464; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={11962.269,55.527603,5614.8457}; + angles[]={0,0.1278217,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79466; + type="Land_CncWall4_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={11957.103,55.584396,5615.4976}; + angles[]={0,0.1278217,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79467; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={11987.413,55.517132,5631.2773}; + angles[]={0,4.8212633,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79468; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={11986.057,55.434475,5619.1025}; + angles[]={0,4.8212633,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79469; + type="Land_CncWall4_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={11985.555,55.412952,5614.2554}; + angles[]={0,4.8212633,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79470; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={11974.317,55.446701,5613.2622}; + angles[]={0,0.1278217,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79471; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={11990.497,55.861347,5660.6367}; + angles[]={0,4.8212633,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79472; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={11962.353,57.026058,5668.2925}; + angles[]={0,0.10691691,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79473; + type="Land_CncWall4_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={11928.823,57.256523,5672.0103}; + angles[]={0,0.10691691,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79474; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={11918.468,56.903679,5673.1226}; + angles[]={0,0.10691691,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79475; + type="Land_CncWall4_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={11923.63,57.080204,5672.5166}; + angles[]={0,0.10691691,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79476; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={11982.918,55.41375,5612.1851}; + angles[]={0,0.1278217,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79480; + type="Land_CncWall4_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={11977.752,55.432137,5612.8384}; + angles[]={0,0.1278217,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79481; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={11988.705,55.987476,5665.4067}; + angles[]={0,0.10691691,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79482; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={11983.43,56.185799,5666.0352}; + angles[]={0,0.10691691,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79483; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={11978.261,56.392784,5666.5923}; + angles[]={0,0.10691691,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79485; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={11946.742,57.450855,5670.0815}; + angles[]={0,0.1278217,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79486; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={11941.508,57.482796,5670.6709}; + angles[]={0,0.10691691,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79487; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={11936.854,56.014687,5611.8042}; + angles[]={0,0.13221456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79488; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={11907.497,56.473949,5667.6084}; + angles[]={0,2.1680357,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79501; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={11957.156,57.204609,5668.8799}; + angles[]={0,0.1278217,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79518; + type="Land_CncWall4_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={11951.925,57.351559,5669.4668}; + angles[]={0,0.10691691,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79519; + type="Land_CncWall4_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={11938.059,57.457363,5664.9302}; + angles[]={0,3.2451606,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79520; + type="Land_CncWall4_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={11932.873,57.391296,5665.4595}; + angles[]={0,3.2451606,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79521; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={11941.449,57.469055,5667.6079}; + angles[]={0,1.6864285,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79522; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={11899.389,55.973633,5654.229}; + angles[]={0,2.1110568,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79524; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={11948.852,57.068165,5691.0205}; + angles[]={0,0.12058093,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79646; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={11945.415,57.181129,5688.4028}; + angles[]={0,4.8149166,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79647; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={11979.91,55.418098,5702.3062}; + angles[]={0,3.2534103,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79651; + type="Land_CncWall4_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={11974.635,55.610325,5702.8901}; + angles[]={0,3.2534103,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79652; + type="Land_CncWall4_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={11971.891,55.915127,5700.8086}; + angles[]={0,1.6969433,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79653; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={11970.473,56.624149,5689.1577}; + angles[]={0,1.6969433,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79654; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={11969.957,56.752953,5685.2793}; + angles[]={0,1.6969433,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79655; + type="Land_CncWall4_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={11947.992,55.804131,5619.6548}; + angles[]={0,0.12070167,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79707; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={11942.83,55.955475,5620.249}; + angles[]={0,0.12070167,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79708; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={11939.247,55.934021,5613.7324}; + angles[]={0,4.8448596,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79709; + type="Land_CncWall4_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={11954.027,57.041718,5690.4028}; + angles[]={0,0.12058093,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79711; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={11894.067,55.656181,5645.2793}; + angles[]={0,2.1110568,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79725; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={11947.595,54.726418,5611.9697}; + angles[]={6.2759676,4.8472891,6.2623315}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79720; + type="Land_HBarrier_3_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={11948.093,54.709942,5616.2593}; + angles[]={6.2613239,4.8285713,6.2630882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79719; + type="Land_HBarrier_5_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={11931.02,56.205166,5629.937}; + angles[]={6.2460866,3.2860777,6.2486863}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79489; + type="Land_HBarrier_Big_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={11937.367,55.94405,5629.1201}; + angles[]={6.243402,0.16389067,6.2447329}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79495; + type="Land_HBarrier_Big_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={11989.231,54.957802,5632.5674}; + angles[]={6.2745953,4.846674,6.2723603}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79507; + type="Land_HBarrier_Big_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={11990.106,55.036678,5640.9946}; + angles[]={6.2696447,4.846674,6.2718759}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79508; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={11991.043,55.140099,5649.4453}; + angles[]={6.2725434,4.846674,6.2642365}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79509; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={11991.942,55.232361,5657.8823}; + angles[]={6.2692161,4.846674,6.2576489}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79510; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={11992.608,55.291668,5664.1816}; + angles[]={6.2732325,4.846674,6.2513914}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79511; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={11994.102,55.23563,5679.209}; + angles[]={0.010415442,4.8416991,6.2397757}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79597; + type="Land_HBarrier_Big_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={11996.474,53.914036,5702.4321}; + angles[]={0.10513614,4.846674,6.2228327}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79599; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={11995.816,54.513351,5696.0405}; + angles[]={0.075256653,4.846674,6.2282476}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79600; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={11992.009,53.765381,5706.1304}; + angles[]={0.13693641,0.12525906,6.2200599}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79616; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={11987.768,53.986828,5706.4512}; + angles[]={0.1312256,0.12132216,6.224916}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79617; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={11988.788,55.459911,5679.9346}; + angles[]={0.0067746402,3.2606802,6.2387414}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79650; + type="Land_HBarrier_Big_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={11960.518,54.974438,5613.3047}; + angles[]={6.2750587,3.2957535,6.2761774}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79726; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={11975.71,54.876499,5611.3574}; + angles[]={6.2777591,3.2958024,6.2802153}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79727; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={11923.192,56.063286,5611.9434}; + angles[]={6.270823,3.2923579,6.2575769}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79731; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={11914.839,56.108849,5612.9619}; + angles[]={0.014834567,3.2957511,0.041922804}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79732; + type="Land_HBarrier_Big_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={11906.372,55.739311,5614.0332}; + angles[]={0.022223961,3.2994273,0.043474168}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79735; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={11897.895,55.377369,5615.1011}; + angles[]={0.022606902,3.3020284,0.036780708}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79736; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={11889.393,55.057873,5616.1582}; + angles[]={0.023506606,3.3062134,0.031216916}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79739; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={11886.697,54.856632,5622.0576}; + angles[]={0.013001583,4.8482485,0.031216916}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79740; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={11965.78,54.38921,5712.5361}; + angles[]={0.11046334,3.2958851,6.237668}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79743; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={11957.251,54.698021,5713.5479}; + angles[]={0.10153449,3.2961068,6.2317963}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79745; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={11948.702,54.997147,5714.498}; + angles[]={0.077873364,0.11506309,6.2400126}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79747; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={11940.216,55.281773,5715.3657}; + angles[]={0.060261916,0.10512745,6.2443471}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79749; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={11931.612,55.525398,5716.3276}; + angles[]={0.042438731,0.10058951,6.2543139}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79751; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={11925.494,55.675678,5716.8247}; + angles[]={0.0357683,0.096401595,6.2581916}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79752; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={11947.975,54.650349,5615.1812}; + angles[]={6.2613239,4.855732,6.2630882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79721; + type="Land_HBarrier_1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={11947.676,54.635372,5612.8643}; + angles[]={6.2752142,0.15043217,6.2630882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79722; + type="Land_HBarrier_1_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={11947.463,54.628342,5611.3335}; + angles[]={6.2759676,0.15037137,6.2623315}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79723; + type="Land_HBarrier_1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={11948.274,54.707779,5618.2407}; + angles[]={6.2635899,0.15047155,6.2608223}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79724; + type="Land_HBarrier_1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={11910.679,55.549114,5714.6143}; + angles[]={0.018270066,4.8161016,6.2753959}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79626; + type="Land_HBarrierWall_corner_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item114 + { + dataType="Object"; + class PositionInfo + { + position[]={11907.705,55.667057,5695.189}; + angles[]={6.281002,3.2599776,0.012044894}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79629; + type="Land_HBarrierWall_corner_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item115 + { + dataType="Object"; + class PositionInfo + { + position[]={11915.723,55.786163,5691.7754}; + angles[]={0.0060397149,3.3043852,0.015125045}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79630; + type="Land_HBarrierWall_corner_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item116 + { + dataType="Object"; + class PositionInfo + { + position[]={11916.71,55.48671,5714.4063}; + angles[]={0.024929304,0.12240258,6.2635932}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79624; + type="Land_HBarrierWall6_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item117 + { + dataType="Object"; + class PositionInfo + { + position[]={11909.846,55.625561,5707.6924}; + angles[]={0.0086386036,4.8405609,6.2800398}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79628; + type="Land_HBarrierWall6_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item118 + { + dataType="Object"; + class PositionInfo + { + position[]={11987.141,55.885834,5625.0991}; + angles[]={6.2740965,4.8171625,6.2775331}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79505; + type="Land_HBarrierTower_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item119 + { + dataType="Object"; + class PositionInfo + { + position[]={11968.363,55.903019,5614.2598}; + angles[]={6.2767539,0.12880228,6.2770867}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79530; + type="Land_HBarrierTower_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item120 + { + dataType="Object"; + class PositionInfo + { + position[]={11910.021,57.097778,5700.064}; + angles[]={0.0056099319,1.7042032,0.006440883}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79627; + type="Land_HBarrierTower_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item121 + { + dataType="Object"; + class PositionInfo + { + position[]={11985.441,56.12001,5646.3359}; + angles[]={0,3.24681,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=79506; + type="Land_Shed_Small_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item122 + { + dataType="Object"; + class PositionInfo + { + position[]={11945.068,62.894249,5641.1821}; + angles[]={0,0.10963596,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79493; + type="Land_Offices_01_V1_F"; + }; + class Item123 + { + dataType="Object"; + class PositionInfo + { + position[]={11989.096,56.282516,5632.5215}; + angles[]={0,1.6865933,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79512; + type="Land_Razorwire_F"; + atlOffset=1.7785645; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item124 + { + dataType="Object"; + class PositionInfo + { + position[]={11990.008,56.298897,5640.5728}; + angles[]={0,1.6865933,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79513; + type="Land_Razorwire_F"; + atlOffset=1.721756; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item125 + { + dataType="Object"; + class PositionInfo + { + position[]={11991.804,56.481049,5657.4453}; + angles[]={0,1.6865933,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79514; + type="Land_Razorwire_F"; + atlOffset=1.7061996; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item126 + { + dataType="Object"; + class PositionInfo + { + position[]={11990.873,56.295692,5648.6118}; + angles[]={0,1.6865933,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79515; + type="Land_Razorwire_F"; + atlOffset=1.6182671; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item127 + { + dataType="Object"; + class PositionInfo + { + position[]={11992.242,56.74226,5664.2871}; + angles[]={0,1.6865933,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79602; + type="Land_Razorwire_F"; + atlOffset=1.8928223; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item128 + { + dataType="Object"; + class PositionInfo + { + position[]={11994.241,56.848034,5679.2446}; + angles[]={0,1.6865933,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79603; + type="Land_Razorwire_F"; + atlOffset=2.0738029; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item129 + { + dataType="Object"; + class PositionInfo + { + position[]={11995.854,56.245728,5695.8809}; + angles[]={0,4.8105493,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79605; + type="Land_Razorwire_F"; + atlOffset=2.1772652; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item130 + { + dataType="Object"; + class PositionInfo + { + position[]={11996.279,55.451023,5702.1182}; + angles[]={0,4.810555,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79606; + type="Land_Razorwire_F"; + atlOffset=1.9470863; + }; + class Item131 + { + dataType="Object"; + class PositionInfo + { + position[]={11992.867,55.171021,5706.353}; + angles[]={0,0.14142704,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79618; + type="Land_Razorwire_F"; + atlOffset=1.9455147; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item132 + { + dataType="Object"; + class PositionInfo + { + position[]={11988.142,53.483772,5706.6504}; + angles[]={0.1312256,3.1373446,6.224916}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=79619; + type="Land_Razorwire_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item133 + { + dataType="Object"; + class PositionInfo + { + position[]={11918.113,55.384186,5717.2876}; + angles[]={0.027717032,0.11138118,6.2574677}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=79657; + type="Land_Razorwire_F"; + }; + class Item134 + { + dataType="Object"; + class PositionInfo + { + position[]={11911.142,55.49012,5718.0635}; + angles[]={0.012074549,0.062904485,6.2754035}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=79658; + type="Land_Razorwire_F"; + }; + class Item135 + { + dataType="Object"; + class PositionInfo + { + position[]={11907.353,55.561722,5714.7075}; + angles[]={0.012153276,4.8184071,6.2748203}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=79701; + type="Land_Razorwire_F"; + atlOffset=3.8146973e-006; + }; + class Item136 + { + dataType="Object"; + class PositionInfo + { + position[]={11904.901,55.632343,5701.7144}; + angles[]={0.00059801998,4.8729858,0.0031644255}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=79702; + type="Land_Razorwire_F"; + }; + class Item137 + { + dataType="Object"; + class PositionInfo + { + position[]={11904.394,55.623329,5697.457}; + angles[]={6.281002,1.6697212,0.0078429785}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=79703; + type="Land_Razorwire_F"; + atlOffset=-3.8146973e-006; + }; + class Item138 + { + dataType="Object"; + class PositionInfo + { + position[]={11960.494,56.605549,5613.1958}; + angles[]={0,3.2790461,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79728; + type="Land_Razorwire_F"; + atlOffset=2.0867691; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item139 + { + dataType="Object"; + class PositionInfo + { + position[]={11975.979,56.454147,5611.2148}; + angles[]={0,3.2677536,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79729; + type="Land_Razorwire_F"; + atlOffset=2.0341568; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item140 + { + dataType="Object"; + class PositionInfo + { + position[]={11914.816,57.774803,5612.8511}; + angles[]={0,3.2790461,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79733; + type="Land_Razorwire_F"; + atlOffset=2.1201591; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item141 + { + dataType="Object"; + class PositionInfo + { + position[]={11906.348,57.759972,5613.9229}; + angles[]={5.857604,3.2797821,0.058923859}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=79734; + type="Land_Razorwire_F"; + atlOffset=0.0060539246; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item142 + { + dataType="Object"; + class PositionInfo + { + position[]={11897.871,57.037155,5614.9912}; + angles[]={0,3.2790461,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79737; + type="Land_Razorwire_F"; + atlOffset=2.1130562; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item143 + { + dataType="Object"; + class PositionInfo + { + position[]={11889.369,54.604801,5616.0469}; + angles[]={0.023506606,3.2789593,0.031216916}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=79738; + type="Land_Razorwire_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item144 + { + dataType="Object"; + class PositionInfo + { + position[]={11886.586,56.499676,5622.0786}; + angles[]={0,4.8217192,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79741; + type="Land_Razorwire_F"; + atlOffset=2.101757; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item145 + { + dataType="Object"; + class PositionInfo + { + position[]={11965.906,56.863106,5712.5898}; + angles[]={0,0.12864447,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79742; + type="Land_Razorwire_F"; + atlOffset=0.44655609; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item146 + { + dataType="Object"; + class PositionInfo + { + position[]={11957.377,56.974644,5713.6016}; + angles[]={6.0727715,0.12864447,6.0487962}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=79744; + type="Land_Razorwire_F"; + atlOffset=0.24546051; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item147 + { + dataType="Object"; + class PositionInfo + { + position[]={11948.579,57.423782,5714.439}; + angles[]={0,3.2385664,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79746; + type="Land_Razorwire_F"; + atlOffset=0.42276001; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item148 + { + dataType="Object"; + class PositionInfo + { + position[]={11940.091,57.633461,5715.3091}; + angles[]={0,3.2385664,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79748; + type="Land_Razorwire_F"; + atlOffset=0.34436798; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item149 + { + dataType="Object"; + class PositionInfo + { + position[]={11931.489,57.831173,5716.27}; + angles[]={0,3.2385664,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79750; + type="Land_Razorwire_F"; + atlOffset=0.29515839; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item150 + { + dataType="Object"; + class PositionInfo + { + position[]={11925.37,57.195217,5716.7666}; + angles[]={0,3.2385664,0}; + }; + side="Empty"; + class Attributes + { + }; + id=79753; + type="Land_Razorwire_F"; + atlOffset=1.9692841; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item151 + { + dataType="Object"; + class PositionInfo + { + position[]={11906.444,55.621883,5708.1675}; + angles[]={0.0036376154,4.8223567,0.0018269814}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=80024; + type="Land_Razorwire_F"; + }; + class Item152 + { + dataType="Object"; + class PositionInfo + { + position[]={11943.054,55.63073,5699.79}; + angles[]={0,4.8277369,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=80181; + type="Land_spp_Transformer_F"; + atlOffset=3.8146973e-006; + }; + class Item153 + { + dataType="Object"; + class PositionInfo + { + position[]={11928.902,55.271152,5687.4482}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79580; + type="Land_City2_8m_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item154 + { + dataType="Object"; + class PositionInfo + { + position[]={11953.392,55.468464,5684.8506}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79581; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item155 + { + dataType="Object"; + class PositionInfo + { + position[]={11921.991,55.150459,5688.1826}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79582; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item156 + { + dataType="Object"; + class PositionInfo + { + position[]={11980.173,52.779011,5709.77}; + angles[]={0,0.1201451,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79583; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item157 + { + dataType="Object"; + class PositionInfo + { + position[]={11931.795,54.375957,5714.7881}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79584; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item158 + { + dataType="Object"; + class PositionInfo + { + position[]={11959.547,53.543026,5711.8433}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79585; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item159 + { + dataType="Object"; + class PositionInfo + { + position[]={11924.884,54.527298,5715.5234}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79586; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item160 + { + dataType="Object"; + class PositionInfo + { + position[]={11966.469,53.305756,5711.1069}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79587; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item161 + { + dataType="Object"; + class PositionInfo + { + position[]={11983.279,53.079876,5706.1069}; + angles[]={0,1.6767569,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79588; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item162 + { + dataType="Object"; + class PositionInfo + { + position[]={11918.749,55.061234,5691.8179}; + angles[]={0,4.8221583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79590; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item163 + { + dataType="Object"; + class PositionInfo + { + position[]={11920.977,54.694183,5712.4194}; + angles[]={0,4.8221583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79591; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item164 + { + dataType="Object"; + class PositionInfo + { + position[]={11935.845,55.395248,5686.7114}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79593; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item165 + { + dataType="Object"; + class PositionInfo + { + position[]={11952.863,55.474876,5684.9175}; + angles[]={0,0.11733366,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79594; + type="Land_City2_8m_F"; + }; + class Item166 + { + dataType="Object"; + class PositionInfo + { + position[]={11952.617,53.784771,5712.5776}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79608; + type="Land_City2_8m_F"; + }; + class Item167 + { + dataType="Object"; + class PositionInfo + { + position[]={11952.617,53.784771,5712.5776}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79609; + type="Land_City2_8m_F"; + }; + class Item168 + { + dataType="Object"; + class PositionInfo + { + position[]={11952.617,53.784771,5712.5776}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79610; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item169 + { + dataType="Object"; + class PositionInfo + { + position[]={11952.617,53.784771,5712.5776}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79611; + type="Land_City2_8m_F"; + }; + class Item170 + { + dataType="Object"; + class PositionInfo + { + position[]={11945.668,53.998615,5713.3184}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79612; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item171 + { + dataType="Object"; + class PositionInfo + { + position[]={11938.737,54.199051,5714.0522}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79613; + type="Land_City2_8m_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item172 + { + dataType="Object"; + class PositionInfo + { + position[]={11918.81,55.055725,5692.3169}; + angles[]={0,1.690316,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79614; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item173 + { + dataType="Object"; + class PositionInfo + { + position[]={11920.263,54.853676,5705.7007}; + angles[]={0,4.8221583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79625; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item174 + { + dataType="Object"; + class PositionInfo + { + position[]={11960.312,55.33115,5684.1128}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79648; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item175 + { + dataType="Object"; + class PositionInfo + { + position[]={11965.866,55.163933,5683.5278}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79710; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item176 + { + dataType="Object"; + class PositionInfo + { + position[]={11942.779,55.489723,5685.9858}; + angles[]={0,3.2473879,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=79877; + type="Land_City2_8m_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item177 + { + dataType="Object"; + class PositionInfo + { + position[]={11930.301,56.185905,5705.5591}; + angles[]={6.2784476,4.8205972,6.2395611}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=80247; + type="Land_Shed_06_F"; + atlOffset=3.8146973e-006; + }; + class Item178 + { + dataType="Object"; + class PositionInfo + { + position[]={11933.143,54.612377,5709.5898}; + angles[]={5.7292442,0.07845711,0.048658378}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=80185; + type="Land_Plank_01_8m_F"; + }; + class Item179 + { + dataType="Object"; + class PositionInfo + { + position[]={11926.192,55.709251,5714.3062}; + angles[]={0.039703809,3.2302547,6.2581916}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79962; + type="Land_CncShelter_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item180 + { + dataType="Object"; + class PositionInfo + { + position[]={11928.589,55.659332,5714.0547}; + angles[]={0.039703809,3.2304387,6.2581916}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79963; + type="Land_CncShelter_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item181 + { + dataType="Object"; + class PositionInfo + { + position[]={11930.972,55.61438,5713.7813}; + angles[]={0.03970531,3.2336659,6.2620559}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79964; + type="Land_CncShelter_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item182 + { + dataType="Object"; + class PositionInfo + { + position[]={11933.361,55.560478,5713.5024}; + angles[]={0.047436893,3.2385263,6.2543139}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79965; + type="Land_CncShelter_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item183 + { + dataType="Object"; + class PositionInfo + { + position[]={11935.746,55.507774,5713.2266}; + angles[]={0.047435638,3.2386484,6.2583976}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=79966; + type="Land_CncShelter_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item184 + { + dataType="Object"; + class PositionInfo + { + position[]={11944.447,56.585217,5689.855}; + angles[]={0.034836102,3.2419393,0.0049914722}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsSimpleObject=1; + disableSimulation=1; + }; + id=79983; + type="Land_ToiletBox_F"; + atlOffset=-0.00076675415; + }; + class Item185 + { + dataType="Object"; + class PositionInfo + { + position[]={11968.188,56.33239,5686.8267}; + angles[]={0.027847918,1.7029021,6.2477889}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=79860; + type="Land_Cargo20_military_green_F"; + atlOffset=-0.0013809204; + class CustomAttributes + { + class Attribute0 + { + property="DoorStates"; + expression="['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;"; + class Value + { + class data + { + singleType="ARRAY"; + class value + { + items=3; + class Item0 + { + class data + { + singleType="SCALAR"; + value=4; + }; + }; + class Item1 + { + class data + { + singleType="SCALAR"; + value=0; + }; + }; + class Item2 + { + class data + { + singleType="SCALAR"; + value=0; + }; + }; + }; + }; + }; + }; + nAttributes=1; + }; + }; + class Item186 + { + dataType="Object"; + class PositionInfo + { + position[]={11941.894,56.746773,5687.8359}; + angles[]={0.033715993,0.096445791,0.006118156}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=79861; + type="Land_Cargo20_military_green_F"; + atlOffset=-0.00077819824; + class CustomAttributes + { + class Attribute0 + { + property="DoorStates"; + expression="['init',_this,_value] call bis_fnc_3DENAttributeDoorStates;"; + class Value + { + class data + { + singleType="ARRAY"; + class value + { + items=3; + class Item0 + { + class data + { + singleType="SCALAR"; + value=4; + }; + }; + class Item1 + { + class data + { + singleType="SCALAR"; + value=0; + }; + }; + class Item2 + { + class data + { + singleType="SCALAR"; + value=0; + }; + }; + }; + }; + }; + }; + nAttributes=1; + }; + }; + class Item187 + { + dataType="Object"; + class PositionInfo + { + position[]={11993.271,55.311817,5670.4556}; + angles[]={6.2809215,4.846674,6.247344}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86971; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item188 + { + dataType="Object"; + class PositionInfo + { + position[]={11993.411,56.925735,5670.4912}; + angles[]={0,1.6865933,0}; + }; + side="Empty"; + class Attributes + { + }; + id=86972; + type="Land_Razorwire_F"; + atlOffset=2.0738068; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item189 + { + dataType="Object"; + class PositionInfo + { + position[]={11930.293,56.322418,5612.6396}; + angles[]={0,0.13221456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86973; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item190 + { + dataType="Object"; + class PositionInfo + { + position[]={11933.578,56.160969,5612.2085}; + angles[]={0,0.13896348,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86974; + type="Land_CncWall1_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item191 + { + dataType="Object"; + class PositionInfo + { + position[]={11931.835,55.674141,5610.7368}; + angles[]={6.2718596,3.2926869,6.2363176}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86975; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item192 + { + dataType="Object"; + class PositionInfo + { + position[]={11889.302,55.430721,5630.9331}; + angles[]={0,1.6772738,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86976; + type="Land_CncWall4_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item193 + { + dataType="Object"; + class PositionInfo + { + position[]={11888.992,55.429863,5627.6748}; + angles[]={0,1.6645536,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86977; + type="Land_CncWall1_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item194 + { + dataType="Object"; + class PositionInfo + { + position[]={11887.693,54.826962,5631.4316}; + angles[]={6.2826972,4.8486409,0.030832615}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86978; + type="Land_HBarrier_Big_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item195 + { + dataType="Object"; + class PositionInfo + { + position[]={11887.582,56.470341,5631.4526}; + angles[]={0,4.8217192,0}; + }; + side="Empty"; + class Attributes + { + }; + id=86979; + type="Land_Razorwire_F"; + atlOffset=2.1018066; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item196 + { + dataType="Object"; + class PositionInfo + { + position[]={11890.68,54.961128,5643.3662}; + angles[]={6.2723436,5.2670884,0.036022414}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86980; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item197 + { + dataType="Object"; + class PositionInfo + { + position[]={11890.587,56.605305,5643.4312}; + angles[]={0,5.2410145,0}; + }; + side="Empty"; + class Attributes + { + }; + id=86981; + type="Land_Razorwire_F"; + atlOffset=2.1017418; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item198 + { + dataType="Object"; + class PositionInfo + { + position[]={11896.589,55.303108,5653.2412}; + angles[]={6.2683592,5.2667928,0.038199212}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86982; + type="Land_HBarrier_Big_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item199 + { + dataType="Object"; + class PositionInfo + { + position[]={11896.497,56.947372,5653.3057}; + angles[]={0,5.2410145,0}; + }; + side="Empty"; + class Attributes + { + }; + id=86983; + type="Land_Razorwire_F"; + atlOffset=2.1017456; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item200 + { + dataType="Object"; + class PositionInfo + { + position[]={11903.323,55.720226,5664.5542}; + angles[]={6.2693706,5.2668657,0.036351908}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86984; + type="Land_HBarrier_Big_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item201 + { + dataType="Object"; + class PositionInfo + { + position[]={11903.23,57.364525,5664.6191}; + angles[]={0,5.2410145,0}; + }; + side="Empty"; + class Attributes + { + }; + id=86985; + type="Land_Razorwire_F"; + atlOffset=2.1017036; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item202 + { + dataType="Object"; + class PositionInfo + { + position[]={11909.322,56.566803,5670.2358}; + angles[]={0,2.2818079,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86986; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item203 + { + dataType="Object"; + class PositionInfo + { + position[]={11910.249,56.605537,5670.9736}; + angles[]={0,2.7020478,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86987; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item204 + { + dataType="Object"; + class PositionInfo + { + position[]={11911.481,56.655968,5671.5981}; + angles[]={0,2.7020478,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86989; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item205 + { + dataType="Object"; + class PositionInfo + { + position[]={11912.652,56.703213,5672.1187}; + angles[]={0,2.8279173,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86990; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item206 + { + dataType="Object"; + class PositionInfo + { + position[]={11913.89,56.745632,5672.4482}; + angles[]={0,3.0070126,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=86991; + type="Land_CncWall1_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item207 + { + dataType="Object"; + class PositionInfo + { + position[]={11915.13,55.510124,5619.8208}; + angles[]={0,3.2664509,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86993; + type="Land_Cargo_House_V2_F"; + }; + class Item208 + { + dataType="Object"; + class PositionInfo + { + position[]={11907.951,55.165733,5620.7568}; + angles[]={0,3.2664509,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86994; + type="Land_Cargo_House_V2_F"; + }; + class Item209 + { + dataType="Object"; + class PositionInfo + { + position[]={11900.729,54.838654,5621.6719}; + angles[]={0,3.2664509,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86995; + type="Land_Cargo_House_V2_F"; + atlOffset=4.9591064e-005; + }; + class Item210 + { + dataType="Object"; + class PositionInfo + { + position[]={11932.312,55.893044,5692.0654}; + angles[]={0,3.2462497,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86997; + type="Land_Cargo_House_V2_F"; + }; + class Item211 + { + dataType="Object"; + class PositionInfo + { + position[]={11926.074,55.818413,5692.7129}; + angles[]={0,3.2462497,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86998; + type="Land_Cargo_House_V2_F"; + }; + class Item212 + { + dataType="Object"; + class PositionInfo + { + position[]={11952.489,56.181683,5664.3384}; + angles[]={0,0.1048452,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87001; + type="Land_Cargo_House_V2_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item213 + { + dataType="Object"; + class PositionInfo + { + position[]={11945.361,56.364037,5666.6479}; + angles[]={0,1.6756716,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87002; + type="Land_Cargo_House_V2_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item214 + { + dataType="Object"; + class PositionInfo + { + position[]={11959.966,55.971813,5664.8857}; + angles[]={0,1.6756716,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87003; + type="Land_Cargo_House_V2_F"; + atlOffset=-3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item215 + { + dataType="Marker"; + position[]={11883.537,57.951721,5694.127}; + name="outp_31_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=132.72621; + id=87005; + atlOffset=3.3502693; + }; + class Item216 + { + dataType="Logic"; + class PositionInfo + { + position[]={12076.729,53.841309,5641.7354}; + angles[]={0,0.65964717,0}; + }; + areaSize[]={28.797102,0,31.96283}; + areaIsRectangle=1; + flags=1; + id=87004; + type="ModuleHideTerrainObjects_F"; + atlOffset=4.196167e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item217 + { + dataType="Logic"; + class PositionInfo + { + position[]={11891.541,68.83812,5623.7256}; + angles[]={0,0.09095639,0}; + }; + areaSize[]={9.5909023,0,23.116558}; + areaIsRectangle=1; + flags=1; + id=86992; + type="ModuleHideTerrainObjects_F"; + atlOffset=15.059887; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item218 + { + dataType="Object"; + class PositionInfo + { + position[]={11973.247,53.027981,5710.6455}; + angles[]={0,0.1201451,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87059; + type="Land_City2_8m_F"; + atlOffset=3.0517578e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item219 + { + dataType="Object"; + class PositionInfo + { + position[]={11989.006,59.169884,5672.3926}; + angles[]={0,4.8059835,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87062; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=5.7220459e-005; + }; + class Item220 + { + dataType="Object"; + class PositionInfo + { + position[]={11923.588,59.804878,5617.5132}; + angles[]={0,0.13464808,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87063; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item221 + { + dataType="Object"; + class PositionInfo + { + position[]={11914.191,59.869762,5668.2104}; + angles[]={0,2.7254171,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87064; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item222 + { + dataType="Object"; + class PositionInfo + { + position[]={11976.261,58.303322,5706.4463}; + angles[]={0,3.2495177,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87060; + type="Land_Cargo_Patrol_V2_F"; + }; + }; + id=980; + atlOffset=-1.226326; + }; + class Item27 + { + dataType="Layer"; + name="outpost_32"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={12835.547,8.5970564,11500.681}; + name="outp_32_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=159.5705; + id=1225; + atlOffset=5.1608715; + }; + class Item1 + { + dataType="Marker"; + position[]={12819.961,3.4361851,11482.665}; + name="outpost_32"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=69.766998; + angle=341.60797; + id=1226; + }; + class Item2 + { + dataType="Marker"; + position[]={12881.551,8.6042366,11512.038}; + name="outp_32_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=247.04723; + id=86920; + atlOffset=5.1589284; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={12887.422,8.3411856,11481.19}; + angles[]={0,5.9219308,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86921; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=2.3841858e-007; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={12795.298,8.3411865,11448.784}; + angles[]={0,1.1567298,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86922; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=1.1920929e-006; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={12871.993,8.370697,11517.35}; + angles[]={0,2.7916112,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86923; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-2.3841858e-007; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={12856.647,3.4361851,11499.975}; + angles[]={0,5.939003,0}; + }; + areaSize[]={10.062677,0,7.6704998}; + areaIsRectangle=1; + flags=1; + id=86919; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Marker"; + position[]={12853.683,9.0229998,11533.28}; + name="outp_32_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=251.46132; + id=87748; + atlOffset=5.1261845; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={12786.896,3.7030575,11457.508}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87571; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.26687241; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=981; + atlOffset=1.5925195; + }; + class Item28 + { + dataType="Layer"; + name="outpost_33"; + class Entities + { + items=4; + class Item0 + { + dataType="Marker"; + position[]={13498.033,48.632,1689.674}; + name="outp_33_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=164.56296; + id=1228; + atlOffset=5.3958626; + }; + class Item1 + { + dataType="Marker"; + position[]={13465.858,43.756001,1694.192}; + name="outpost_33"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1229; + atlOffset=-0.00028991699; + }; + class Item2 + { + dataType="Marker"; + position[]={13503.293,49.142803,1670.9924}; + name="outp_33_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=341.80124; + id=87749; + atlOffset=5.3958626; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={13478.235,43.442177,1696.1565}; + angles[]={0.025419464,0,6.2820406}; + }; + areaSize[]={3,0,3}; + flags=1; + id=87750; + type="ModuleHideTerrainObjects_F"; + atlOffset=4.9591064e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=982; + atlOffset=2.0515938; + }; + class Item29 + { + dataType="Layer"; + name="outpost_34"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={14309.128,48.932404,10329.806}; + name="outp_34_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=303.14139; + id=1232; + atlOffset=5.1612015; + }; + class Item1 + { + dataType="Marker"; + position[]={14320.186,43.768002,10366.56}; + name="outpost_34"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1233; + atlOffset=0.00019073486; + }; + class Item2 + { + dataType="Marker"; + position[]={14294.988,48.947811,10338.585}; + name="outp_34_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=123.16101; + id=86939; + atlOffset=5.1612091; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={14302.258,43.77354,10334.178}; + angles[]={0,0.57177955,0}; + }; + areaSize[]={13.36193,0,10.817153}; + areaIsRectangle=1; + flags=1; + id=86940; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.0014572144; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={14309.685,43.767826,10346.437}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86938; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={14293.811,48.673,10374.208}; + angles[]={0,2.1317985,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87752; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={14323.695,48.67281,10339.193}; + angles[]={0,0.52898747,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87751; + type="Land_Cargo_Patrol_V1_F"; + }; + }; + id=983; + atlOffset=0.24298477; + }; + class Item30 + { + dataType="Layer"; + name="outpost_35"; + class Entities + { + items=5; + class Item0 + { + dataType="Marker"; + position[]={15009.354,17.318642,16405.064}; + name="outp_35_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=92.636925; + id=1236; + atlOffset=5.1614237; + }; + class Item1 + { + dataType="Marker"; + position[]={15053.282,12.157,16426.76}; + name="outpost_35"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1237; + atlOffset=-0.00021839142; + }; + class Item2 + { + dataType="Marker"; + position[]={15030.012,17.319,16365.546}; + name="outp_35_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=351.01801; + id=86925; + atlOffset=5.1617823; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={15034.875,12.486217,16365.482}; + angles[]={0,6.1781688,0}; + }; + areaSize[]={9.509963,0,5}; + areaIsRectangle=1; + flags=1; + id=86924; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.32899857; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={15103.527,12.15052,16456.344}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87568; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=984; + atlOffset=1.0466986; + }; + class Item31 + { + dataType="Layer"; + name="outpost_36"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={15385.269,34.886261,12943.439}; + name="outp_36_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=259.41501; + id=1240; + atlOffset=14.077957; + }; + class Item1 + { + dataType="Marker"; + position[]={15383.504,20.808304,12908.358}; + name="outpost_36"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=73.298828; + b=75.391113; + id=1241; + }; + class Item2 + { + dataType="Marker"; + position[]={15368.686,34.886261,12940.114}; + name="outp_36_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=75.829605; + id=86926; + atlOffset=14.077957; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={15379.81,20.900303,12924.039}; + angles[]={0,5.8896794,0}; + }; + areaSize[]={6.9760652,0,5}; + flags=1; + id=86927; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.091999054; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=7; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={15346.356,25.713305,12911.774}; + angles[]={0,2.682034,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87754; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={15369.795,20.808304,12859.883}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87569; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={15425.924,25.713305,12885.942}; + angles[]={0,5.9550376,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87753; + type="Land_Cargo_Patrol_V1_F"; + }; + }; + id=985; + atlOffset=0.66565323; + }; + class Item32 + { + dataType="Layer"; + name="outpost_39"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={16343.01,118.71738,7490.3765}; + name="outp_39_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=11.487338; + b=5; + angle=89.681236; + id=1252; + atlOffset=5.1605225; + }; + class Item1 + { + dataType="Marker"; + position[]={16347.494,113.55685,7448.9097}; + name="outpost_39"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=100.24707; + b=100; + angle=46.404823; + id=1253; + atlOffset=-7.6293945e-006; + }; + class Item2 + { + dataType="Marker"; + position[]={16357.921,118.71738,7486.1831}; + name="outp_39_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=11.233469; + b=5; + angle=269.09967; + id=86961; + atlOffset=5.1605225; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={16341.577,118.46185,7510.6182}; + angles[]={0,3.1573491,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86959; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={16341.036,113.55685,7510.6016}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86960; + type="ModuleHideTerrainObjects_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={16384.563,118.46185,7405.1543}; + angles[]={0,5.2647943,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86958; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={16351,113.55685,7487.4268}; + }; + areaSize[]={14.092773,0,8.3527832}; + areaIsRectangle=1; + flags=1; + id=87718; + type="ModuleHideTerrainObjects_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={16300.623,113.55685,7378.8638}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87585; + type="ModuleHideTerrainObjects_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={16384.689,113.55685,7397.5933}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87584; + type="ModuleHideTerrainObjects_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=988; + atlOffset=0.060470581; + }; + class Item33 + { + dataType="Layer"; + name="outpost_41"; + class Entities + { + items=8; + class Item0 + { + dataType="Marker"; + position[]={17107.809,23.760372,13614.642}; + name="outp_41_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=179.40413; + id=1260; + atlOffset=5.1613579; + }; + class Item1 + { + dataType="Marker"; + position[]={17147.107,18.599001,13534.818}; + name="outpost_41"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=57.792408; + b=100; + angle=340.47968; + id=1261; + atlOffset=-0.00011062622; + }; + class Item2 + { + dataType="Marker"; + position[]={17105.426,23.760042,13598.102}; + name="outp_41_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=0.22440895; + id=86937; + atlOffset=5.1609306; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={17141.578,18.599112,13577.355}; + }; + areaSize[]={7.1318359,0,6.7583008}; + flags=1; + id=86935; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={17110.695,19.288742,13622.42}; + }; + areaSize[]={9.8056641,0,11.091797}; + flags=1; + id=86936; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.68997765; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={17109.014,18.599112,13587.69}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86934; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={17195.965,18.717062,13496.407}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87575; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={17126.338,18.599112,13486.011}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87574; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=990; + atlOffset=0.19355202; + }; + class Item34 + { + dataType="Layer"; + name="outpost_42"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={17791.541,13.426967,16106.683}; + name="outp_42_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=134.74696; + id=1265; + atlOffset=5.1611652; + }; + class Item1 + { + dataType="Marker"; + position[]={17795.994,8.2658014,16154.361}; + name="outpost_42"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=144.57666; + angle=8.1508293; + id=1266; + }; + class Item2 + { + dataType="Marker"; + position[]={17825.332,8.2658014,16195.114}; + name="outp_42_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1267; + }; + class Item3 + { + dataType="Marker"; + position[]={17813.123,13.426967,16097.286}; + name="outp_42_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=314.52756; + id=86929; + atlOffset=5.1611652; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={17793.588,8.3578014,16053.696}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86928; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.092000008; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=7; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={17818.67,13.170801,16130.761}; + angles[]={0,5.5466166,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86930; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-9.5367432e-007; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={17868.559,31.525496,16187.785}; + angles[]={0,2.8286104,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87512; + type="Land_TTowerBig_2_F"; + atlOffset=1.1444092e-005; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={17738.15,8.2658014,16210.442}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87562; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={17779.855,8.2658014,16056.517}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87563; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=991; + atlOffset=0.10722446; + }; + class Item35 + { + dataType="Layer"; + name="outpost_43"; + class Entities + { + items=5; + class Item0 + { + dataType="Marker"; + position[]={18094.721,22.10305,3150.4253}; + name="outp_43_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=19.769102; + b=5; + angle=152.5593; + id=1268; + atlOffset=5.2937031; + }; + class Item1 + { + dataType="Marker"; + position[]={18112.379,16.867001,3123.7319}; + name="outpost_43"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=70; + b=70; + id=1269; + atlOffset=-0.00019645691; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={18136.834,16.93675,3161.0959}; + angles[]={6.2812018,5.7610626,0.0039967569}; + }; + areaSize[]={6.828692,0,8.2212906}; + areaIsRectangle=1; + flags=1; + id=86969; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0031814575; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={18056.648,16.799509,3119.7578}; + angles[]={0.0019834081,5.7610626,0}; + }; + areaSize[]={7.712234,0,8.2212906}; + areaIsRectangle=1; + flags=1; + id=86970; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.00088119507; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={18094.578,16.809214,3150.3459}; + angles[]={0.0019834081,5.796483,0}; + }; + areaSize[]={20,0,5.572}; + areaIsRectangle=1; + flags=1; + id=86968; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=992; + atlOffset=0.34130096; + }; + class Item36 + { + dataType="Layer"; + name="outpost_44"; + class Entities + { + items=11; + class Item0 + { + dataType="Marker"; + position[]={18255.137,93.406479,8134.3784}; + name="outp_44_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=12.530844; + b=5; + angle=192.97636; + id=1272; + atlOffset=5.1607208; + }; + class Item1 + { + dataType="Marker"; + position[]={18326.77,88.245758,8115.4707}; + name="outpost_44"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=119.13154; + b=106.85286; + angle=11.122635; + id=1273; + }; + class Item2 + { + dataType="Marker"; + position[]={18208.717,93.410004,8145.2432}; + name="outp_44_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10.836; + b=5; + angle=192.91995; + id=86957; + atlOffset=5.1372833; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={18410.668,93.151009,8171.8052}; + angles[]={0,4.9596639,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86953; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={18326.553,93.150757,8188.2261}; + angles[]={0,2.8632739,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86954; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={18335.186,93.171692,8043.127}; + angles[]={0,0.24745913,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86955; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.0059661865; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={18226.906,88.245926,8132.8901}; + angles[]={0,0.21187329,0}; + }; + areaSize[]={7.928761,0,8.2693233}; + flags=1; + id=86956; + type="ModuleHideTerrainObjects_F"; + atlOffset=-9.1552734e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={18218.412,93.150757,8073.8945}; + angles[]={0,1.816234,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86952; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={18413.617,88.246414,8163.332}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87579; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={18316.281,88.245758,8189.2593}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87580; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={18349.953,88.930717,8032.9771}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87578; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=993; + atlOffset=0.16954803; + }; + class Item37 + { + dataType="Layer"; + name="outpost_45"; + class Entities + { + items=6; + class Item0 + { + dataType="Marker"; + position[]={18815.832,27.162205,15547.063}; + name="outp_45_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=194.91118; + id=1276; + atlOffset=5.5059357; + }; + class Item1 + { + dataType="Marker"; + position[]={18846.037,21.656,15511.136}; + name="outpost_45"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1277; + atlOffset=-0.00026893616; + }; + class Item2 + { + dataType="Marker"; + position[]={18811.91,27.162205,15531.326}; + name="outp_45_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=14.429998; + id=86933; + atlOffset=5.5059357; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={18831.955,21.656269,15531.766}; + angles[]={0,0.29698873,0}; + }; + areaSize[]={13.113925,0,6.3416119}; + areaIsRectangle=1; + flags=1; + id=86932; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={18813.766,21.656269,15538.873}; + angles[]={0,0.2545464,0}; + }; + areaSize[]={5,0,16.514788}; + areaIsRectangle=1; + flags=1; + id=86931; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={18878.48,21.656269,15474.214}; + angles[]={0,0.2545464,0}; + }; + areaSize[]={2.983196,0,1.8886833}; + areaIsRectangle=1; + flags=1; + id=87560; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=994; + atlOffset=0.51617432; + }; + class Item38 + { + dataType="Layer"; + name="outpost_46"; + class Entities + { + items=11; + class Item0 + { + dataType="Marker"; + position[]={19493.785,68.560699,1827.0737}; + name="outp_46_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=91.063301; + id=1280; + atlOffset=5.1609802; + }; + class Item1 + { + dataType="Marker"; + position[]={19504.895,63.399719,1930.4919}; + name="outpost_46"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=92.567383; + b=144.61304; + id=1281; + }; + class Item2 + { + dataType="Marker"; + position[]={19518.758,63.399719,2007.4751}; + name="outp_46_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1282; + }; + class Item3 + { + dataType="Marker"; + position[]={19509.119,68.560699,1829.491}; + name="outp_46_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=271.55051; + id=86963; + atlOffset=5.1609802; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={19458.566,68.304718,1947.5719}; + angles[]={0,2.0434198,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86966; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={19502.57,63.399719,1809.7311}; + }; + areaSize[]={6.869,0,5}; + areaIsRectangle=1; + flags=1; + id=86962; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={19497.727,63.399719,1840.6506}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86964; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={19572.025,68.304718,1956.9965}; + angles[]={0,4.7568412,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86965; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={19450.957,63.399719,1942.8409}; + }; + areaSize[]={2.8720703,0,2.829895}; + flags=1; + id=87715; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={19582.359,63.399719,2059.634}; + }; + areaSize[]={2.8720703,0,2.829895}; + flags=1; + id=87716; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={19577.152,63.399719,1948.9686}; + }; + areaSize[]={2.8720703,0,2.829895}; + flags=1; + id=87717; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=995; + atlOffset=0.02519989; + }; + class Item39 + { + dataType="Layer"; + name="outpost_47"; + class Entities + { + items=11; + class Item0 + { + dataType="Marker"; + position[]={19785.559,61.728001,9351.8867}; + name="outp_47_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=306.69891; + id=1284; + atlOffset=5.2054596; + }; + class Item1 + { + dataType="Marker"; + position[]={19714.158,56.312653,9432.0322}; + name="outpost_47"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=103.13776; + b=39.629608; + angle=29.94735; + id=1285; + atlOffset=0.125; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={19629.133,61.135113,9475.208}; + angles[]={0,2.0791502,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86948; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={19752.086,61.092651,9441.792}; + angles[]={0,3.7593315,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86949; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={19668.744,61.092651,9423.583}; + angles[]={0,0.50140172,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86950; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={19772.523,56.19899,9371.9668}; + angles[]={0,5.2595515,0}; + }; + areaSize[]={5.8483706,0,5}; + flags=1; + id=86945; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0013923645; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={19771.016,58.203449,9397.6104}; + angles[]={0,0.55910695,0}; + }; + areaSize[]={5,0,10.233866}; + flags=1; + id=86946; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.0157967; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={19785.674,61.095364,9382.7539}; + angles[]={0,5.4069877,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86947; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item8 + { + dataType="Marker"; + position[]={19762.051,61.451889,9351.6201}; + name="outp_47_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=32.067612; + id=86951; + atlOffset=5.1966743; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={19645.375,56.187653,9488.0508}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87577; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={19676.117,56.187653,9414.0996}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87576; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=996; + atlOffset=0.72698593; + }; + class Item40 + { + dataType="Layer"; + name="outpost_48"; + class Entities + { + items=17; + class Item0 + { + dataType="Marker"; + position[]={20012.078,40.261902,14260.193}; + name="outp_48_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=218.29892; + id=1288; + atlOffset=5.1605835; + }; + class Item1 + { + dataType="Marker"; + position[]={19987.299,35.049839,14256.156}; + name="outpost_48"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=101.17023; + b=109.76055; + angle=27.506838; + id=1289; + }; + class Item2 + { + dataType="Marker"; + position[]={19994.391,40.206921,14275.604}; + name="outp_48_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=209.06703; + id=87405; + atlOffset=5.1605835; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={20101.074,36.978733,14287.343}; + angles[]={0.012000273,4.5316782,0.01799392}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87394; + type="Land_HBarrier_01_big_4_green_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={20094.963,36.8479,14290.759}; + angles[]={0.011995304,6.1058283,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87395; + type="Land_HBarrier_01_big_4_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={20096.564,36.9566,14281.908}; + angles[]={0.010000871,6.1058283,0.017997233}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87396; + type="Land_HBarrier_01_big_4_green_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={19952.865,36.207558,14386.699}; + angles[]={0,3.1164544,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87398; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={19948.545,36.207558,14381.191}; + angles[]={0,4.6906047,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87399; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={19957.535,36.207558,14381.401}; + angles[]={0,4.6906047,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87400; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={20027.221,36.508297,14129.276}; + angles[]={6.2812018,5.2189627,0.0099949092}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87402; + type="Land_HBarrier_01_big_4_green_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={20024.664,36.494854,14135.794}; + angles[]={0,0.50991124,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87403; + type="Land_HBarrier_01_big_4_green_F"; + atlOffset=3.8146973e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={20020.287,36.449837,14127.937}; + angles[]={0,0.50991124,0.0079935296}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87404; + type="Land_HBarrier_01_big_4_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={20096.877,40.613094,14286.651}; + angles[]={0,4.5316772,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87393; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={19952.898,39.902557,14382.445}; + angles[]={0,3.1164544,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87397; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={20023.537,40.173649,14131.405}; + angles[]={0,5.2189312,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87401; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item15 + { + dataType="Marker"; + position[]={19975.295,40.17873,14284.021}; + name="outp_48_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=209.06703; + id=87719; + atlOffset=5.1605835; + }; + class Item16 + { + dataType="Marker"; + position[]={19959.631,40.158142,14290.626}; + name="outp_48_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=209.06703; + id=87720; + atlOffset=5.1605835; + }; + }; + id=997; + atlOffset=3.9106636; + }; + class Item41 + { + dataType="Layer"; + name="outpost_37"; + class Entities + { + items=31; + class Item0 + { + dataType="Marker"; + position[]={15786.176,34.703972,17209.758}; + name="outp_37_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + id=1244; + atlOffset=5.1608753; + }; + class Item1 + { + dataType="Marker"; + position[]={15800.587,38.419998,17188.24}; + name="outpost_37"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=200; + b=200; + id=1245; + atlOffset=8.8769016; + }; + class Item2 + { + dataType="Marker"; + position[]={15781.846,29.542994,17176.414}; + name="outp_37_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1246; + atlOffset=-0.00010299683; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={15859.041,21.821445,17103.439}; + angles[]={6.1802292,2.9951441,6.2214761}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87492; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.9073486e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={15850.593,21.883251,17100.367}; + angles[]={6.1499276,2.821981,6.225935}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87493; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=8.5830688e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={15831.017,23.047361,17094.602}; + angles[]={6.1396399,2.889981,6.1708703}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87494; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=0.00021743774; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={15840.193,22.502098,17097.387}; + angles[]={6.1521668,2.8495188,6.1907101}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87495; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=0.052963257; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={15699.147,23.074169,17167.582}; + angles[]={0.2145766,5.2417817,0.2100237}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87496; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={15692.345,24.140614,17159.121}; + angles[]={0.23076464,5.3795295,0.11530807}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87497; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={15693.172,22.852743,17165.236}; + angles[]={0.22229055,5.3115797,0.099476106}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87498; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=0.052682877; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={15780.647,24.097963,17291.994}; + angles[]={0.11439318,5.1329122,0.18988672}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87499; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=0.052682877; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={15775.402,24.45949,17281.883}; + angles[]={0.16007906,5.2462454,0.1635669}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87500; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={15775.531,23.514921,17288.117}; + angles[]={0.15012199,5.1887436,0.17978717}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87501; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=0.00017166138; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={15781.273,30.330795,17151.305}; + angles[]={0.0071094972,1.2161934,0.0075011365}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87505; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={15769.979,30.284914,17159.781}; + angles[]={0,0,6.2824135}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87506; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={15830.149,30.906668,17224.475}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87507; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={15815.739,30.375792,17233.041}; + angles[]={0,1.088513,0.12397202}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87508; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={15827.688,30.166153,17237.467}; + angles[]={0,3.7273004,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87488; + type="Land_HelipadCircle_F"; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={15767.67,29.552917,17146.516}; + angles[]={0,0.58011729,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=87489; + type="Land_HelipadCircle_F"; + atlOffset=-0.0051288605; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={15809.949,30.584204,17169.484}; + angles[]={0,2.3950143,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87503; + type="Land_Cargo_House_V1_F"; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={15821.328,30.702688,17174.172}; + angles[]={0,2.3950143,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87504; + type="Land_Cargo_House_V1_F"; + atlOffset=0.038915634; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={15721.372,34.041553,17224.734}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87502; + type="Land_Cargo_HQ_V1_F"; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={15784.679,35.071152,17012.293}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87481; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-1.9073486e-006; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={15941.859,35.071152,17092.396}; + angles[]={0,5.2666421,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87482; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-1.9073486e-006; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={15953.292,35.071152,17267.744}; + angles[]={0,4.2689409,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87483; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-1.9073486e-006; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={15805.408,35.071152,17364.404}; + angles[]={0,3.1401422,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87484; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-1.9073486e-006; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={15648.104,35.071152,17284.709}; + angles[]={0,2.1176438,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87485; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-1.9073486e-006; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={15636.806,35.071152,17109.275}; + angles[]={0,1.1208382,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87486; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-1.9073486e-006; + }; + class Item28 + { + dataType="Logic"; + class PositionInfo + { + position[]={15806.849,30.166153,17362.201}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=87487; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item29 + { + dataType="Logic"; + class PositionInfo + { + position[]={15759.23,29.54772,17148.648}; + }; + areaSize[]={9.0795898,0,8.1142578}; + flags=1; + id=87490; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0039691925; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={15868.169,21.476952,17104.732}; + angles[]={0,0,6.2448988}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=87491; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + }; + id=986; + atlOffset=-4.2296619; + }; + }; + id=434; + atlOffset=-12.801086; + }; + class Item5 + { + dataType="Layer"; + name="resources"; + class Entities + { + items=23; + class Item0 + { + dataType="Layer"; + name="resource_1"; + state=2; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={421.25308,31.263309,7570.5518}; + name="reso_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10.768654; + b=5; + angle=282.7142; + id=892; + atlOffset=0.60536194; + }; + class Item1 + { + dataType="Marker"; + position[]={461.09274,30.657953,7576.5625}; + name="resource_1"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=893; + }; + }; + id=561; + atlOffset=0.3026638; + }; + class Item1 + { + dataType="Layer"; + name="resource_2"; + state=2; + class Entities + { + items=4; + class Item0 + { + dataType="Marker"; + position[]={521.24188,57.884441,5334.2793}; + name="reso_2_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10.47657; + b=5; + angle=87.032707; + id=895; + atlOffset=0.60549164; + }; + class Item1 + { + dataType="Marker"; + position[]={522.84216,57.27895,5374.0923}; + name="resource_2"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=896; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={520.78528,57.27895,5334.1836}; + }; + areaSize[]={5,0,10.576172}; + flags=1; + id=86693; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={485.92413,57.27895,5351.7446}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87609; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=565; + atlOffset=0.075687408; + }; + class Item2 + { + dataType="Layer"; + name="resource_3"; + state=2; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={1724.5393,9.8111343,17860.416}; + name="reso_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=11.4955; + b=5; + angle=324.22891; + id=898; + atlOffset=0.9328289; + }; + class Item1 + { + dataType="Marker"; + position[]={1711.1371,8.8395872,17880.701}; + name="resource_3"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=138.47508; + angle=58.95591; + id=899; + atlOffset=0.00044631958; + }; + }; + id=569; + atlOffset=0.47485542; + }; + class Item3 + { + dataType="Layer"; + name="resource_4"; + state=2; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={2446.5439,7.2107611,11126.724}; + name="reso_4_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10.503711; + b=5; + angle=93.137291; + id=901; + atlOffset=0.60522079; + }; + class Item1 + { + dataType="Marker"; + position[]={2420.8369,6.6071758,11131.369}; + name="resource_4"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=902; + }; + }; + id=573; + atlOffset=0.29993248; + }; + class Item4 + { + dataType="Layer"; + name="resource_5"; + state=2; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={4917.2642,15.321055,14388.292}; + name="reso_5_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10.403788; + b=5; + angle=336.40585; + id=904; + atlOffset=0.94111443; + }; + class Item1 + { + dataType="Marker"; + position[]={4892.4009,14.407202,14395.713}; + name="resource_5"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=905; + }; + }; + id=577; + atlOffset=0.45703602; + }; + class Item5 + { + dataType="Layer"; + name="resource_6"; + state=2; + class Entities + { + items=3; + class Item0 + { + dataType="Marker"; + position[]={4953.4766,24.541435,4823.7798}; + name="reso_6_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=12.762884; + b=5; + angle=358.11029; + id=907; + atlOffset=1.5335197; + }; + class Item1 + { + dataType="Marker"; + position[]={4932.5425,23.147907,4842.2007}; + name="resource_6"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=908; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={4970.0327,22.987915,4808.4185}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86695; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=581; + atlOffset=0.4083786; + }; + class Item6 + { + dataType="Layer"; + name="resource_7"; + state=2; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={5211.2593,12.560822,12598.966}; + name="reso_7_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=9.8910837; + b=5; + angle=83.760323; + id=910; + atlOffset=0.71853733; + }; + class Item1 + { + dataType="Marker"; + position[]={5213.2061,11.540458,12583.823}; + name="resource_7"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=911; + atlOffset=0.0084857941; + }; + }; + id=585; + atlOffset=0.36871433; + }; + class Item7 + { + dataType="Layer"; + name="resource_8"; + state=2; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={5646.8716,21.616957,10783.487}; + name="reso_8_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10.577225; + b=5; + angle=238.37854; + id=913; + atlOffset=0.73331261; + }; + class Item1 + { + dataType="Marker"; + position[]={5648.4785,21.032997,10752.946}; + name="resource_8"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=914; + atlOffset=1.9073486e-006; + }; + }; + id=589; + atlOffset=0.33434486; + }; + class Item8 + { + dataType="Layer"; + name="resource_9"; + state=2; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={6268.6963,75.401901,138.07265}; + name="reso_9_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15.276288; + b=5; + angle=3.7315636; + id=916; + atlOffset=0.45808411; + }; + class Item1 + { + dataType="Marker"; + position[]={6232.0479,74.970444,94.946335}; + name="resource_9"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=139.78564; + b=75.516357; + angle=6.4256711; + id=917; + atlOffset=7.6293945e-006; + }; + }; + id=593; + atlOffset=0.33835602; + }; + class Item9 + { + dataType="Layer"; + name="resource_10"; + state=2; + class Entities + { + items=3; + class Item0 + { + dataType="Marker"; + position[]={6388.5923,22.593529,8636.5107}; + name="reso_10_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=12.15691; + b=5; + angle=347.22034; + id=919; + atlOffset=0.60517883; + }; + class Item1 + { + dataType="Marker"; + position[]={6404.2764,22.538567,8660.1094}; + name="resource_10"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=920; + atlOffset=0.55021667; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={6369.7905,21.98835,8643.6543}; + angles[]={0,6.0500793,0}; + }; + areaSize[]={25.951,0,6.6758671}; + areaIsRectangle=1; + flags=1; + id=86694; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=597; + atlOffset=0.28884888; + }; + class Item10 + { + dataType="Layer"; + name="resource_11"; + state=2; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={6534.5474,89.505615,2901.3906}; + name="reso_11_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=11.365207; + b=5; + angle=174.50867; + id=922; + atlOffset=0.86155701; + }; + class Item1 + { + dataType="Marker"; + position[]={6549.4072,91.363678,2940.4395}; + name="resource_11"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=923; + atlOffset=2.2888184e-005; + }; + }; + id=601; + atlOffset=0.61351776; + }; + class Item11 + { + dataType="Layer"; + name="resource_12"; + state=2; + class Entities + { + items=3; + class Item0 + { + dataType="Marker"; + position[]={7542.5415,41.349224,14583.241}; + name="reso_12_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=29.033436; + id=925; + atlOffset=5.5716858; + }; + class Item1 + { + dataType="Marker"; + position[]={7562.6772,35.777538,14617.047}; + name="resource_12"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=926; + }; + class Item2 + { + dataType="Marker"; + position[]={7512.1509,41.349224,14600.646}; + name="reso_12_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=29.033436; + id=87709; + atlOffset=5.5716858; + }; + }; + id=605; + atlOffset=4.1787643; + }; + class Item12 + { + dataType="Layer"; + name="resource_14"; + state=2; + class Entities + { + items=4; + class Item0 + { + dataType="Logic"; + class PositionInfo + { + position[]={14384.15,51.175167,11998.684}; + angles[]={0,0.23994112,0}; + }; + areaSize[]={9.4706383,0,13.581696}; + areaIsRectangle=1; + flags=1; + id=86705; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Marker"; + position[]={14408.874,51.175167,11994.515}; + name="resource_14"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=944; + }; + class Item2 + { + dataType="Marker"; + position[]={14369.24,51.780998,12004.837}; + name="reso_14_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=101.66898; + id=943; + atlOffset=0.60582733; + }; + class Item3 + { + dataType="Marker"; + position[]={14394.209,51.780994,11997.703}; + name="reso_14_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=279.5007; + id=87708; + atlOffset=0.60582733; + }; + }; + id=613; + atlOffset=0.45437241; + }; + class Item13 + { + dataType="Layer"; + name="resource_15"; + state=2; + class Entities + { + items=4; + class Item0 + { + dataType="Logic"; + class PositionInfo + { + position[]={14788.415,27.045227,16204.19}; + angles[]={0.063910462,0.63191813,6.2033596}; + }; + areaSize[]={7.7735128,0,6.9886141}; + areaIsRectangle=1; + flags=1; + id=86706; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.00011634827; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Marker"; + position[]={14767.825,26.938999,16220.886}; + name="resource_15"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=947; + atlOffset=0.00044059753; + }; + class Item2 + { + dataType="Marker"; + position[]={14791.89,26.863001,16202.566}; + name="reso_15_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=148.03593; + id=946; + atlOffset=-0.00053787231; + }; + class Item3 + { + dataType="Marker"; + position[]={14790.542,27.781147,16182.325}; + name="reso_15_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=339.74112; + id=87707; + atlOffset=-0.00053787231; + }; + }; + id=617; + atlOffset=-0.30905533; + }; + class Item14 + { + dataType="Layer"; + name="resource_18"; + state=2; + class Entities + { + items=6; + class Item0 + { + dataType="Logic"; + class PositionInfo + { + position[]={15581.074,13.226103,4962.5068}; + angles[]={0,0.53944206,0}; + }; + areaSize[]={5.8994217,0,5}; + flags=1; + id=86700; + type="ModuleHideTerrainObjects_F"; + atlOffset=-2.4795532e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Logic"; + class PositionInfo + { + position[]={15523.656,13.196431,4981.418}; + angles[]={0.0041575679,0.49589461,0.0016558425}; + }; + areaSize[]={5,0,9.2679167}; + flags=1; + id=86701; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.012054443; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={15533.514,13.182754,4985.2988}; + angles[]={0.0057151932,0.44508195,0.0018593199}; + }; + areaSize[]={5,0,3.7056956}; + flags=1; + id=86702; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={15531.384,13.146568,4991.2646}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86699; + type="ModuleHideTerrainObjects_F"; + atlOffset=-2.8610229e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Marker"; + position[]={15521.867,13.234,4951.2192}; + name="resource_18"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + angle=32.059982; + id=956; + atlOffset=0.00040054321; + }; + class Item5 + { + dataType="Marker"; + position[]={15531.607,13.126,5008.2856}; + name="reso_18_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=12.75082; + b=5; + angle=209.10889; + id=955; + atlOffset=-0.00046730042; + }; + }; + id=629; + atlOffset=0.0036792755; + }; + class Item15 + { + dataType="Layer"; + name="resource_19"; + state=2; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={16952.512,69.82,10085.119}; + name="resource_19"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=958; + atlOffset=-0.00043487549; + }; + class Item1 + { + dataType="Marker"; + position[]={16929.086,69.758186,10095.422}; + name="reso_19_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10.402451; + b=5; + angle=117.00798; + id=957; + atlOffset=-0.062400818; + }; + }; + id=633; + atlOffset=-0.048713684; + }; + class Item16 + { + dataType="Layer"; + name="resource_20"; + state=2; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={18091.947,13.22,5422.209}; + name="resource_20"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=962; + atlOffset=0.0003862381; + }; + class Item1 + { + dataType="Marker"; + position[]={18084.508,13.823986,5466.083}; + name="reso_20_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=12.195742; + b=5; + angle=114.62497; + id=961; + atlOffset=0.60437202; + }; + }; + id=637; + atlOffset=0.30237961; + }; + class Item17 + { + dataType="Layer"; + name="resource_21"; + state=2; + class Entities + { + items=3; + class Item0 + { + dataType="Logic"; + class PositionInfo + { + position[]={18524.535,38.692596,1441.4331}; + angles[]={0,0.45648515,0}; + }; + areaSize[]={5,0,14.713681}; + flags=1; + id=86698; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.092941284; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Marker"; + position[]={18577.711,39.799999,1418.158}; + name="resource_21"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=119.471; + angle=25.553989; + id=965; + atlOffset=0.00037002563; + }; + class Item2 + { + dataType="Marker"; + position[]={18530.576,40.044998,1442.942}; + name="reso_21_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=289.85699; + id=964; + atlOffset=1.2313385; + }; + }; + id=859; + atlOffset=0.24908829; + }; + class Item18 + { + dataType="Layer"; + name="resource_22"; + state=2; + class Entities + { + items=6; + class Item0 + { + dataType="Logic"; + class PositionInfo + { + position[]={18798.971,73.497688,7452.8174}; + }; + areaSize[]={5,0,12.009033}; + areaIsRectangle=1; + flags=1; + id=86708; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.092002869; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Marker"; + position[]={18791.91,74.011002,7453.8081}; + name="reso_22_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10.396734; + b=5; + angle=90.205986; + id=967; + atlOffset=0.60531616; + }; + class Item2 + { + dataType="Marker"; + position[]={18737.402,73.405998,7432.0659}; + name="resource_22"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=71.022003; + b=118.301; + id=968; + atlOffset=0.00031280518; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={18799.695,73.404312,7344.0649}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87582; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={18759.549,73.405685,7542.3364}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87583; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={18683.719,73.448174,7409.7554}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87581; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=860; + atlOffset=0.042877197; + }; + class Item19 + { + dataType="Layer"; + name="resource_23"; + state=2; + class Entities + { + items=5; + class Item0 + { + dataType="Logic"; + class PositionInfo + { + position[]={18833.619,95.991241,10844.863}; + angles[]={0,0.84204531,0}; + }; + areaSize[]={5,0,10.820059}; + areaIsRectangle=1; + flags=1; + id=86707; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Marker"; + position[]={18835.826,99.573997,10844.675}; + name="reso_23_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=321.03687; + id=970; + atlOffset=3.582756; + }; + class Item2 + { + dataType="Marker"; + position[]={18807.043,95.990997,10869.464}; + name="resource_23"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=58.423; + b=110.712; + angle=316.14197; + id=971; + atlOffset=-0.00024414063; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={18812.217,95.991241,10863.053}; + angles[]={0,0.84205151,0}; + }; + areaSize[]={5,0,10.82}; + areaIsRectangle=1; + flags=1; + id=87705; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=7; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Marker"; + position[]={18813.453,99.573997,10863.484}; + name="reso_23_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=138.01483; + id=87706; + atlOffset=3.582756; + }; + }; + id=861; + atlOffset=2.015274; + }; + class Item20 + { + dataType="Layer"; + name="resource_13"; + state=2; + class Entities + { + items=3; + class Item0 + { + dataType="Logic"; + class PositionInfo + { + position[]={9328.2813,28.711279,9566.0254}; + }; + areaSize[]={10.076,0,14.125425}; + areaIsRectangle=1; + flags=1; + id=86703; + type="ModuleHideTerrainObjects_F"; + atlOffset=1.0544548; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Marker"; + position[]={9330.3076,28.102371,9566.7695}; + name="reso_13_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=11.342428; + b=5; + angle=87.818985; + id=931; + atlOffset=0.42128754; + }; + class Item2 + { + dataType="Marker"; + position[]={9142.4414,27.291,9551.6338}; + name="resource_13"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=195.245; + b=73.091003; + angle=356.70001; + id=932; + atlOffset=-0.51560783; + }; + }; + id=86709; + atlOffset=1.0821304; + }; + class Item21 + { + dataType="Layer"; + name="resource_16"; + state=2; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={15064.384,3.654,14220.966}; + name="reso_16_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=13.07416; + b=5; + angle=57.561001; + id=949; + atlOffset=0.73587966; + }; + class Item1 + { + dataType="Marker"; + position[]={15045.725,2.197,14240.71}; + name="resource_16"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=118.675; + b=147.07001; + angle=325.99982; + id=950; + atlOffset=-1.7448297; + }; + }; + id=86710; + atlOffset=-0.77880549; + }; + class Item22 + { + dataType="Layer"; + name="resource_17"; + state=2; + class Entities + { + items=4; + class Item0 + { + dataType="Logic"; + class PositionInfo + { + position[]={15706.844,34.184475,1296.9956}; + angles[]={6.259192,0,0.037978511}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86696; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Marker"; + position[]={15693.455,34.234001,1316.563}; + name="resource_17"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=100; + b=100; + id=953; + atlOffset=-0.00012969971; + }; + class Item2 + { + dataType="Marker"; + position[]={15716.543,34.457001,1280.667}; + name="reso_17_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=334.1329; + id=952; + atlOffset=0.00044631958; + }; + class Item3 + { + dataType="Marker"; + position[]={15697.318,33.351021,1270.304}; + name="reso_17_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=334.1329; + id=87704; + atlOffset=0.00044631958; + }; + }; + id=86711; + atlOffset=0.073371887; + }; + }; + id=560; + atlOffset=-88.942123; + }; + class Item6 + { + dataType="Layer"; + name="seaports"; + class Entities + { + items=12; + class Item0 + { + dataType="Layer"; + name="seaport_1"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={1320.0121,32.64864,10100.273}; + name="seap_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=43.319248; + id=744; + atlOffset=28.989693; + }; + class Item1 + { + dataType="Marker"; + position[]={1257.84,25.941999,10146.057}; + name="seaport_1"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorBlue"; + a=110.88; + b=136.50999; + angle=314.49286; + id=745; + atlOffset=22.283182; + }; + class Item2 + { + dataType="Marker"; + position[]={1252.7539,26.586382,10182.771}; + name="seap_1_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=746; + atlOffset=22.927565; + }; + class Item3 + { + dataType="Marker"; + position[]={1306.1603,32.64851,10091.631}; + name="seap_1_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=318.01459; + id=86730; + atlOffset=28.989693; + }; + class Item4 + { + dataType="Marker"; + position[]={1329.4304,32.66761,10115.991}; + name="seap_1_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=215.18604; + id=87695; + atlOffset=28.989693; + }; + class Item5 + { + dataType="Marker"; + position[]={1339.3066,32.964188,10105.981}; + name="seap_1_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=233.68787; + id=87696; + atlOffset=28.989693; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={1179.554,3.6588175,10219.68}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87623; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={1305.1147,2.7943256,10173.234}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87624; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={1241.3212,3.6588175,10106.014}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87622; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=642; + atlOffset=3.3543575; + }; + class Item1 + { + dataType="Layer"; + name="seaport_2"; + class Entities + { + items=12; + class Item0 + { + dataType="Marker"; + position[]={2258.5923,26.204071,3704.0354}; + name="seap_2_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=93.359825; + id=748; + atlOffset=23.072285; + }; + class Item1 + { + dataType="Marker"; + position[]={2152.8862,30.231373,3758.3694}; + name="seaport_2"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorBlue"; + a=148.11386; + b=217.96136; + angle=304.07248; + id=749; + atlOffset=26.764572; + }; + class Item2 + { + dataType="Marker"; + position[]={2071.7952,26.775837,3823.0244}; + name="seap_2_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=750; + atlOffset=23.009119; + }; + class Item3 + { + dataType="Marker"; + position[]={2251.4827,26.972591,3638.4998}; + name="seap_2_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=94.464493; + id=86733; + atlOffset=23.072285; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={2193.7737,3.8497362,3634.1201}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86732; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={2241.4092,9.514122,3640.2925}; + }; + areaSize[]={15.883301,0,9.3052979}; + flags=1; + id=86735; + type="ModuleHideTerrainObjects_F"; + atlOffset=5.6815605; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={2239.3108,3.8565392,3604.4924}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86731; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={2200.3083,3.8360851,3647.9551}; + }; + areaSize[]={2.831543,0,2.9121094}; + flags=1; + id=87541; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Marker"; + position[]={2259.741,2.0762463,3813.1653}; + name="seaSpawn_4"; + type="mil_objective"; + id=87430; + atlOffset=10.856911; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={2150.7151,3.8493583,3631.3003}; + }; + areaSize[]={2.831543,0,2.9121094}; + flags=1; + id=87540; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Marker"; + position[]={2272.8521,27.218239,3628.551}; + name="seap_2_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=271.92322; + id=87683; + atlOffset=23.072287; + }; + class Item11 + { + dataType="Marker"; + position[]={2272.125,27.123947,3617.251}; + name="seap_2_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=271.92322; + id=87684; + atlOffset=23.072287; + }; + }; + id=647; + atlOffset=17.434477; + }; + class Item2 + { + dataType="Layer"; + name="seaport_3"; + class Entities + { + items=6; + class Item0 + { + dataType="Marker"; + position[]={3189.4331,33.128429,13058.881}; + name="seap_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=157.05501; + id=752; + atlOffset=28.221642; + }; + class Item1 + { + dataType="Marker"; + position[]={3147.7473,28.122139,13032.573}; + name="seaport_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBlue"; + a=100; + b=100; + angle=328.64935; + id=753; + atlOffset=22.761898; + }; + class Item2 + { + dataType="Marker"; + position[]={3201.4265,27.815823,13047.561}; + name="seap_3_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=754; + atlOffset=22.927189; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={3147.043,4.9016147,13031.245}; + angles[]={0.013421582,5.8367748,6.2708282}; + }; + areaSize[]={5.6416521,0,9.9200497}; + areaIsRectangle=1; + flags=1; + id=86728; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.21366453; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Marker"; + position[]={3232.4656,33.110275,13020.433}; + name="seap_3_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=16.692453; + b=5; + angle=320.25076; + id=87694; + atlOffset=28.221642; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={3236.7241,4.8886328,13041.435}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87629; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=652; + atlOffset=8.3885231; + }; + class Item3 + { + dataType="Layer"; + name="seaport_5"; + class Entities + { + items=24; + class Item0 + { + dataType="Marker"; + position[]={5616.1436,24.914257,15254.795}; + name="seap_5_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=358.97427; + id=760; + atlOffset=22.914299; + }; + class Item1 + { + dataType="Marker"; + position[]={5672.8291,24.269154,15416.994}; + name="seaport_5"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBlue"; + a=267.85083; + b=208.57861; + id=761; + atlOffset=22.283443; + }; + class Item2 + { + dataType="Marker"; + position[]={5579.6235,24.912739,15407.497}; + name="seap_5_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=762; + atlOffset=22.927029; + }; + class Item3 + { + dataType="Marker"; + position[]={5652.6992,24.924255,15257.483}; + name="seap_5_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=3.7139143e-005; + id=86844; + atlOffset=22.9189; + }; + class Item4 + { + dataType="Marker"; + position[]={5851.0845,24.914257,15333.485}; + name="seap_5_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=33.27124; + b=5; + angle=180.00002; + id=86845; + atlOffset=22.914299; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={5438.7764,6.9182429,15212.29}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86847; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=2.3841858e-007; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={5932.6465,7.0502057,15212.953}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86848; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=5.9604645e-006; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={5699.0308,6.9446435,15212.822}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86849; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=-2.3841858e-007; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={5896.3306,6.8961225,15374.151}; + angles[]={0,4.7204952,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86850; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=3.5762787e-007; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={5787.127,14.886168,15284.656}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86851; + type="Land_Cargo_Tower_V1_F"; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={5584.6318,1.999958,15291.079}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86846; + type="Land_HelipadCircle_F"; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={5708.7554,2.0374625,15210.271}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87633; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={5921.373,2.1248808,15209.725}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87634; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={5876.4438,1.999958,15277.115}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87635; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={5961.0298,2.2998586,15226.202}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87636; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item15 + { + dataType="Logic"; + class PositionInfo + { + position[]={5536.9512,1.999958,15282.636}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87637; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item16 + { + dataType="Logic"; + class PositionInfo + { + position[]={5452.3398,1.98571,15420.389}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87638; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item17 + { + dataType="Logic"; + class PositionInfo + { + position[]={5729.0425,1.999958,15352.647}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87639; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item18 + { + dataType="Logic"; + class PositionInfo + { + position[]={5584.3882,1.999958,15351.967}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87640; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item19 + { + dataType="Logic"; + class PositionInfo + { + position[]={6034.7544,2.7279735,15377.704}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87641; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item20 + { + dataType="Logic"; + class PositionInfo + { + position[]={6232.9507,4.0916719,15377.35}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87642; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item21 + { + dataType="Logic"; + class PositionInfo + { + position[]={6240.1958,7.8889651,15209.309}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87643; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item22 + { + dataType="Logic"; + class PositionInfo + { + position[]={6230.7148,7.8889651,15244.915}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87644; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item23 + { + dataType="Logic"; + class PositionInfo + { + position[]={5436.9414,1.98571,15503.885}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87632; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=662; + atlOffset=2.3592989; + }; + class Item4 + { + dataType="Layer"; + name="seaport_6"; + class Entities + { + items=13; + class Item0 + { + dataType="Marker"; + position[]={6842.0796,26.820011,4814.9873}; + name="seap_6_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=44.482979; + id=764; + atlOffset=23.060581; + }; + class Item1 + { + dataType="Marker"; + position[]={6813.5503,26.645477,4792.8584}; + name="seaport_6"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBlue"; + a=100; + b=118.1799; + angle=49.494705; + id=765; + atlOffset=22.886047; + }; + class Item2 + { + dataType="Marker"; + position[]={6762.8027,26.68742,4725.8887}; + name="seap_6_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=766; + atlOffset=22.92799; + }; + class Item3 + { + dataType="Marker"; + position[]={6851.7119,26.820011,4806.1548}; + name="seap_6_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=44.482979; + id=86737; + atlOffset=23.060581; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={6840.0234,11.479429,4805.5669}; + angles[]={0,0.78099,0}; + }; + areaSize[]={13.061564,0,6.9091659}; + areaIsRectangle=1; + flags=1; + id=86736; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.7200003; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Marker"; + position[]={6831.2534,26.820011,4803.0928}; + name="seap_6_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=44.482979; + id=87681; + atlOffset=23.060581; + }; + class Item6 + { + dataType="Marker"; + position[]={6840.8857,26.820011,4794.2603}; + name="seap_6_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=44.482979; + id=87682; + atlOffset=23.060581; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={6770.1753,0.89232564,4819.5913}; + angles[]={0,2.3951991,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + }; + id=87599; + type="Land_PierLadder_F"; + atlOffset=4.3112535; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={6799.3423,0.75334096,4848.0859}; + angles[]={0,2.3951991,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + }; + id=87600; + type="Land_PierLadder_F"; + atlOffset=3.9499836; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={6825.2979,3.2515836,4860.4575}; + angles[]={0,0.67938519,0}; + }; + areaSize[]={9.9805651,0,3}; + areaIsRectangle=1; + flags=1; + id=87595; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.8219149; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={6730.3789,3.8172917,4775.7056}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87596; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={6737.5435,-1.9393654,4789.7271}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87597; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={6730.6606,0.79516983,4780.9253}; + angles[]={0,2.3951991,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + }; + id=87598; + type="Land_PierLadder_F"; + atlOffset=1.5613427; + }; + }; + id=667; + atlOffset=2.2436523; + }; + class Item5 + { + dataType="Layer"; + name="seaport_7"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={9242.168,31.554138,11591.331}; + name="seap_7_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=8.6671915; + id=768; + atlOffset=28.989809; + }; + class Item1 + { + dataType="Marker"; + position[]={9298.9697,23.841,11602.324}; + name="seaport_7"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorBlue"; + a=120; + b=120; + id=769; + atlOffset=22.283903; + }; + class Item2 + { + dataType="Marker"; + position[]={9330.3174,24.567482,11627.463}; + name="seap_7_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=770; + atlOffset=22.927681; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={9236.2939,3.3793781,11600.844}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86835; + type="ModuleHideTerrainObjects_F"; + atlOffset=-2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Marker"; + position[]={9246.0264,31.73596,11605.89}; + name="seap_7_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=184.85565; + id=87697; + atlOffset=29.002758; + }; + class Item5 + { + dataType="Marker"; + position[]={9257.6914,30.883171,11609.414}; + name="seap_7_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=139.12669; + id=87698; + atlOffset=28.989809; + }; + class Item6 + { + dataType="Marker"; + position[]={9267.8828,30.636269,11616.851}; + name="seap_7_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=139.12668; + id=87699; + atlOffset=28.989809; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={9268.1016,1.7219453,11560.325}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87650; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={9317.1992,2.1253765,11663.122}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87649; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=672; + atlOffset=7.1327772; + }; + class Item6 + { + dataType="Layer"; + name="seaport_8"; + class Entities + { + items=10; + class Item0 + { + dataType="Marker"; + position[]={9625.7002,39.730507,10328.605}; + name="seap_8_helipad"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBlue"; + a=15; + b=15; + id=771; + atlOffset=36.331684; + }; + class Item1 + { + dataType="Marker"; + position[]={9651.3145,3.3988237,10332.617}; + name="seap_8_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=69.351944; + id=772; + }; + class Item2 + { + dataType="Marker"; + position[]={9617.4424,25.681999,10317.999}; + name="seaport_8"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorBlue"; + a=87.147125; + b=190.51392; + angle=2.3558602; + id=773; + atlOffset=22.283176; + }; + class Item3 + { + dataType="Marker"; + position[]={9634.001,26.326813,10439.261}; + name="seap_8_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=774; + atlOffset=7.8981895; + }; + class Item4 + { + dataType="Marker"; + position[]={9643.625,3.3988237,10346.474}; + name="seap_8_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=40.975998; + id=86833; + }; + class Item5 + { + dataType="Marker"; + position[]={9553.457,3.3988237,10299.27}; + name="seap_8_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=71.677849; + id=86834; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={9634.0791,18.428623,10439.158}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86832; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={9623.6924,7.3038235,10327.918}; + angles[]={0,0.47640675,0}; + }; + areaSize[]={11.996496,0,6.9671807}; + areaIsRectangle=1; + flags=1; + id=86831; + type="ModuleHideTerrainObjects_F"; + atlOffset=3.9049997; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Marker"; + position[]={9550.4336,3.3988237,10312.018}; + name="seap_8_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=71.677849; + id=87700; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={9641.5313,7.3038235,10344.354}; + angles[]={0,0.47640675,0}; + }; + areaSize[]={5.8234468,0,6.2658811}; + areaIsRectangle=1; + flags=1; + id=87701; + type="ModuleHideTerrainObjects_F"; + atlOffset=3.9049997; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=677; + atlOffset=3.7171164; + }; + class Item7 + { + dataType="Layer"; + name="seaport_9"; + class Entities + { + items=8; + class Item0 + { + dataType="Marker"; + position[]={12747.453,16.47752,5680.6543}; + name="seap_9_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=12.023899; + b=5; + angle=14.088753; + id=776; + }; + class Item1 + { + dataType="Marker"; + position[]={12888.209,28.65593,5667.5215}; + name="seaport_9"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBlue"; + a=154.43213; + b=77.920654; + id=777; + atlOffset=22.182528; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={12744.497,16.47752,5676.8486}; + }; + areaSize[]={11.399414,0,12.355713}; + flags=1; + id=86739; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={12889.021,6.6930561,5667.4033}; + }; + areaSize[]={20.353516,0,5.7392578}; + flags=1; + id=86738; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.25238419; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={12749.849,16.477976,5697.918}; + angles[]={0,0.28317967,0}; + }; + areaSize[]={15.383,0,9.6940355}; + areaIsRectangle=1; + flags=1; + id=87702; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.00014877319; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Marker"; + position[]={12749.656,16.477568,5695.3882}; + name="seap_9_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=12.023899; + b=5; + angle=194.2365; + id=87703; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={12927.723,7.6798124,5641.6929}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87590; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={12879.127,6.9506364,5676.5566}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87589; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=682; + atlOffset=0.67323494; + }; + class Item8 + { + dataType="Layer"; + name="seaport_10"; + class Entities + { + items=48; + class Item0 + { + dataType="Marker"; + position[]={12952.86,25.893,8313.8311}; + name="seaport_10"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorBlue"; + a=156.23424; + b=120.695; + angle=28.698999; + id=811; + atlOffset=22.283741; + }; + class Item1 + { + dataType="Marker"; + position[]={12919.642,26.537252,8308.2002}; + name="seap_10_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=812; + atlOffset=22.927994; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={13013.616,5.0985599,8269.915}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86765; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.9073486e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={13007.614,5.13059,8269.9063}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86766; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.8596649e-005; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={13001.614,5.2081161,8269.8955}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86767; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.8596649e-005; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={12995.614,5.3128114,8269.877}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86768; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.9550323e-005; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={12989.614,5.4266839,8269.8662}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86769; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.9073486e-005; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={12983.612,5.5075917,8269.8525}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86770; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.9073486e-005; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={12977.612,5.4671359,8269.8418}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86771; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.8119812e-005; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={12971.608,5.1886525,8269.8311}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86772; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.8119812e-005; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={12959.61,4.5035706,8269.8057}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86774; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.9073486e-005; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={12953.61,4.3542147,8269.7949}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86775; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.9073486e-005; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={13073.619,1.9066716,8270.0381}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86779; + type="Land_Wall_IndCnc_4_F"; + atlOffset=2.5749207e-005; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={13067.619,2.9044566,8270.0195}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86780; + type="Land_Wall_IndCnc_4_F"; + atlOffset=2.5749207e-005; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={13061.619,3.7226157,8270.0088}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86781; + type="Land_Wall_IndCnc_4_F"; + atlOffset=2.5749207e-005; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={13055.617,4.3817787,8269.9951}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86782; + type="Land_Wall_IndCnc_4_F"; + atlOffset=2.5510788e-005; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={13037.613,5.2493296,8269.9629}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86785; + type="Land_Wall_IndCnc_4_F"; + atlOffset=2.6226044e-005; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={13031.615,5.3756499,8269.9482}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86786; + type="Land_Wall_IndCnc_4_F"; + atlOffset=2.6226044e-005; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={13025.615,5.2388496,8269.9375}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86787; + type="Land_Wall_IndCnc_4_F"; + atlOffset=2.5749207e-005; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={12903.91,4.3342409,8301.4873}; + angles[]={0,1.0976161,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86788; + type="Land_Wall_IndCnc_4_F"; + atlOffset=1.4305115e-005; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={12901.166,4.3427262,8306.8232}; + angles[]={0,1.0976161,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86789; + type="Land_Wall_IndCnc_4_F"; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={12898.423,4.4271412,8312.1621}; + angles[]={0,1.0976161,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86790; + type="Land_Wall_IndCnc_4_F"; + atlOffset=4.7683716e-007; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={12895.68,4.5673599,8317.498}; + angles[]={0,1.0976161,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86791; + type="Land_Wall_IndCnc_4_F"; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={12892.929,4.7209163,8322.8301}; + angles[]={0,1.0976161,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86792; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-2.3841858e-007; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={12890.185,4.8393469,8328.166}; + angles[]={0,1.0976161,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86793; + type="Land_Wall_IndCnc_4_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={12887.438,4.9071155,8333.502}; + angles[]={0,1.0976161,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86794; + type="Land_Wall_IndCnc_4_F"; + atlOffset=3.9577484e-005; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={12884.693,4.9344006,8338.8379}; + angles[]={0,1.0976161,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86795; + type="Land_Wall_IndCnc_4_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={12881.947,4.914906,8344.1777}; + angles[]={0,1.0976161,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86796; + type="Land_Wall_IndCnc_4_F"; + atlOffset=-4.7683716e-007; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={12879.204,4.8598762,8349.5137}; + angles[]={0,1.0976161,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86797; + type="Land_Wall_IndCnc_4_F"; + atlOffset=4.7683716e-007; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={12873.714,4.6639481,8360.1816}; + angles[]={0,1.0976161,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86799; + type="Land_Wall_IndCnc_4_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={12871.183,4.5151505,8365.6094}; + angles[]={0,1.1762533,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86800; + type="Land_Wall_IndCnc_4_F"; + atlOffset=7.7486038e-005; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={12868.867,4.3309274,8371.1436}; + angles[]={0,1.1762533,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86801; + type="Land_Wall_IndCnc_4_F"; + atlOffset=6.3657761e-005; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={12866.552,4.1136355,8376.6816}; + angles[]={0,1.1762533,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86802; + type="Land_Wall_IndCnc_4_F"; + atlOffset=6.3657761e-005; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={12864.235,3.8496037,8382.2168}; + angles[]={0,1.1762533,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86803; + type="Land_Wall_IndCnc_4_F"; + atlOffset=6.3657761e-005; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={12861.912,3.5358386,8387.748}; + angles[]={0,1.1762533,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86804; + type="Land_Wall_IndCnc_4_F"; + atlOffset=6.3896179e-005; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={12857.276,2.78372,8398.8184}; + angles[]={0,1.1762533,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86806; + type="Land_Wall_IndCnc_4_F"; + atlOffset=6.4134598e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={12854.96,2.2503133,8404.3535}; + angles[]={0,1.1762533,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86807; + type="Land_Wall_IndCnc_4_F"; + atlOffset=6.3300133e-005; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={12852.642,1.3544075,8409.8926}; + angles[]={0,1.1762533,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86808; + type="Land_Wall_IndCnc_4_F"; + atlOffset=6.3598156e-005; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={12850.326,0.22212499,8415.4268}; + angles[]={0,1.1762533,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86809; + type="Land_Wall_IndCnc_4_F"; + atlOffset=6.3657761e-005; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={13043.602,5.0028811,8270.4082}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86812; + type="Land_Wall_IndCnc_4_D_F"; + atlOffset=3.4332275e-005; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={12876.825,4.7414804,8355.0635}; + angles[]={0,1.0956306,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86825; + type="Land_Wall_IndCnc_4_D_F"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={13033.243,9.2766857,8273.4678}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86826; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=8.1062317e-005; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={12974.653,9.2094097,8273.8369}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86827; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=8.2015991e-005; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={12894.113,8.8853951,8329.8818}; + angles[]={0,1.1108283,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86828; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=1.3828278e-005; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={12930.786,6.2293816,8368.5811}; + angles[]={0,3.6918147,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86829; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=2.3841858e-007; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={12995.689,16.251345,8299.7148}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86830; + type="Land_Cargo_Tower_V1_F"; + atlOffset=-0.07679224; + }; + class Item46 + { + dataType="Logic"; + class PositionInfo + { + position[]={12954.107,3.6092582,8321.2969}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86740; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=11; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={13019.616,5.1346478,8269.9258}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=86764; + type="Land_Wall_IndCnc_4_F"; + atlOffset=3.4332275e-005; + }; + }; + id=687; + atlOffset=0.10445881; + }; + class Item9 + { + dataType="Layer"; + name="seaport_11"; + class Entities + { + items=11; + class Item0 + { + dataType="Marker"; + position[]={13608.932,27.550589,11416.536}; + name="seap_11_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=242.03523; + id=814; + atlOffset=23.908592; + }; + class Item1 + { + dataType="Marker"; + position[]={13580.766,25.898575,11474.414}; + name="seaport_11"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBlue"; + a=100; + b=100; + angle=355.09134; + id=815; + atlOffset=22.32826; + }; + class Item2 + { + dataType="Marker"; + position[]={13606.597,26.562826,11477.991}; + name="seap_11_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=816; + atlOffset=22.928207; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={13586.81,8.5398235,11418.563}; + angles[]={0,5.7696748,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86840; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=4.7683716e-007; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={13585.719,3.634979,11415.852}; + }; + areaSize[]={1.2084961,0,1.2446289}; + flags=1; + id=86837; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={13606.799,8.7622089,11524.29}; + angles[]={0,3.8456061,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=86839; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.076773643; + }; + class Item6 + { + dataType="Marker"; + position[]={13610.764,27.834259,11405.912}; + name="seap_11_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=268.70551; + id=87685; + atlOffset=23.908567; + }; + class Item7 + { + dataType="Marker"; + position[]={13596.525,27.994297,11400.347}; + name="seap_11_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=89.625748; + id=87686; + atlOffset=23.908592; + }; + class Item8 + { + dataType="Marker"; + position[]={13610.186,28.645061,11395.142}; + name="seap_11_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=270; + id=87687; + atlOffset=23.908592; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={13618.237,4.7575903,11399.907}; + angles[]={0.11318053,0,0.077742234}; + }; + areaSize[]={1.2084961,0,1.2446289}; + flags=1; + id=87688; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={13642.116,3.6529071,11498.107}; + }; + areaSize[]={3,0,3}; + areaIsRectangle=1; + flags=1; + id=87570; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=779; + atlOffset=5.7882128; + }; + class Item10 + { + dataType="Layer"; + name="seaport_12"; + class Entities + { + items=8; + class Item0 + { + dataType="Marker"; + position[]={14608.218,25.462456,13963.15}; + name="seap_12_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=212.14941; + id=818; + atlOffset=22.743557; + }; + class Item1 + { + dataType="Marker"; + position[]={14574.021,24.818001,13886.307}; + name="seaport_12"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorBlue"; + a=161.9707; + b=136.48535; + angle=31.008194; + id=819; + atlOffset=22.099102; + }; + class Item2 + { + dataType="Marker"; + position[]={14510.951,25.462734,13930.761}; + name="seap_12_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=820; + atlOffset=22.576723; + }; + class Item3 + { + dataType="Marker"; + position[]={14626.35,25.462456,13952.437}; + name="seap_12_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=212.14941; + id=86841; + atlOffset=22.743557; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={14626.586,2.7188978,13952.598}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86843; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={14608.172,2.7188978,13962.737}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=86842; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Marker"; + position[]={14702.223,25.462307,13952.947}; + name="seap_12_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=98.03804; + id=87689; + atlOffset=22.743408; + }; + class Item7 + { + dataType="Marker"; + position[]={14704.857,25.462307,13967.157}; + name="seap_12_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=98.03804; + id=87690; + atlOffset=22.743408; + }; + }; + id=780; + atlOffset=18.473999; + }; + class Item11 + { + dataType="Layer"; + name="seaport_4"; + class Entities + { + items=78; + class Item0 + { + dataType="Marker"; + position[]={18694.17,25.943481,16286.612}; + name="seap_4_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=221.86786; + id=822; + atlOffset=22.604263; + }; + class Item1 + { + dataType="Marker"; + position[]={18708.811,25.097,16346.535}; + name="seaport_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBlue"; + a=130; + b=130; + angle=7.1425261; + id=823; + atlOffset=22.119112; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={18757.711,4.6197319,16307.778}; + angles[]={0,0.68976557,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85140; + type="Land_BackAlley_01_l_1m_F"; + atlOffset=2.3841858e-007; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={18758.578,4.6197319,16307.062}; + angles[]={0,0.68976557,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85141; + type="Land_BackAlley_01_l_1m_F"; + atlOffset=2.3841858e-007; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={18754.49,4.6197319,16310.527}; + angles[]={0,3.8451571,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85142; + type="Land_BackAlley_01_l_1m_F"; + atlOffset=2.3841858e-007; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={18756.08,4.6228566,16309.143}; + angles[]={0,3.8516302,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85229; + type="Land_BackAlley_01_l_gate_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={18757.625,3.4887571,16305.772}; + angles[]={0,2.2922604,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85143; + type="Land_Bench_01_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={18755.488,3.4887571,16305.818}; + angles[]={0,3.8503678,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85144; + type="Land_Bench_01_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={18753.721,3.4887571,16307.352}; + angles[]={0,3.8503678,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85145; + type="Land_Bench_01_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={18753.42,3.4887571,16309.464}; + angles[]={0,5.4421582,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85146; + type="Land_Bench_01_F"; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={18759.234,3.4887571,16309.499}; + angles[]={0,0.71531522,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85147; + type="Land_Bench_01_F"; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={18757.117,3.4887571,16311.378}; + angles[]={0,0.72080147,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85148; + type="Land_Bench_01_F"; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={18713.557,3.2935762,16306.505}; + angles[]={0,2.293119,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85155; + type="Land_i_House_Small_03_V1_F"; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={18706.531,4.9642568,16255.576}; + angles[]={0.010083967,5.5895386,0.012118896}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=85200; + type="Land_BagBunker_Small_F"; + atlOffset=2.3841858e-007; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={18744.328,3.5818286,16319.742}; + angles[]={0,5.4189019,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=85149; + type="Land_CampingTable_white_F"; + atlOffset=0.19238853; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={18706.984,3.5576589,16293.438}; + angles[]={0,3.8516302,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85191; + type="Land_WallCity_01_gate_grey_F"; + atlOffset=2.3841858e-007; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={18738.127,3.3635614,16330.032}; + angles[]={0,0.71602541,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + dynamicSimulation=1; + }; + id=85216; + type="Land_CncBarrier_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={18736.17,3.3635614,16331.734}; + angles[]={0,0.71604508,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + dynamicSimulation=1; + }; + id=85217; + type="Land_CncBarrier_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={18734.219,3.3635614,16333.441}; + angles[]={0,0.71605408,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + dynamicSimulation=1; + }; + id=85218; + type="Land_CncBarrier_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={18732.262,3.3635614,16335.147}; + angles[]={0,0.71607476,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + dynamicSimulation=1; + }; + id=85223; + type="Land_CncBarrier_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={18742.109,4.2548237,16320.674}; + angles[]={0,3.8516302,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85169; + type="Land_Shed_05_F"; + atlOffset=0.19322324; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={18702.039,4.3943548,16295.429}; + angles[]={0,3.8751154,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + }; + id=85161; + type="Land_GuardHouse_01_F"; + atlOffset=0.26535082; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={18753.156,4.1029296,16311.555}; + angles[]={0,0.71038973,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85168; + type="Land_i_House_Small_02_V1_F"; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={18730.002,4.319943,16303.536}; + angles[]={0,0.71331871,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85160; + type="Land_i_House_Small_01_V1_F"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={18711.674,4.8385634,16287.185}; + angles[]={0.088344887,0.71047646,6.2807441}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=85227; + type="B_Slingload_01_Fuel_F"; + atlOffset=-0.002569437; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={18707.234,5.1035395,16282.036}; + angles[]={0.0311634,3.8516302,0.011508388}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=85228; + type="B_Slingload_01_Repair_F"; + atlOffset=-0.00071144104; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={18735.924,4.9713655,16293.413}; + angles[]={0,2.2911544,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + }; + id=85156; + type="Land_i_Shed_Ind_F"; + atlOffset=0.45350718; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={18706.725,4.9712725,16277.335}; + angles[]={0.014717581,0.75541317,0.0097473357}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=85154; + type="Land_SignWarning_01_CheckpointAhead_F"; + atlOffset=-2.3841858e-007; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={18711.51,5.058332,16273.073}; + angles[]={0.0059201042,0.75541317,0.0061859763}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=85208; + type="Land_SignWarning_01_CheckpointAhead_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={18712.426,4.0178471,16309.553}; + angles[]={0,2.2974873,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85209; + type="Land_Sign_WarningNoWeaponAltis_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={18740.688,3.5518112,16320.495}; + angles[]={0,2.2965078,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=85150; + type="Box_GEN_Equip_F"; + atlOffset=0.19239426; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={18739.744,3.5518112,16321.325}; + angles[]={0,2.2965078,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=85151; + type="Box_GEN_Equip_F"; + atlOffset=0.19239426; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={18740.322,3.5518112,16322.647}; + angles[]={0,0.70340127,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=85152; + type="Box_GEN_Equip_F"; + atlOffset=0.19239426; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={18741.115,3.5518112,16323.568}; + angles[]={0,0.70340127,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=85153; + type="Box_GEN_Equip_F"; + atlOffset=0.19239426; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={18724.904,5.3087749,16262.113}; + angles[]={0,3.8516302,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85166; + type="Land_ConcreteWall_01_l_4m_F"; + atlOffset=4.7683716e-007; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={18764.48,3.8778882,16305.037}; + angles[]={0,2.280463,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85176; + type="Land_ConcreteWall_01_l_4m_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={18728.814,3.8778882,16312.119}; + angles[]={0,5.4141607,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85184; + type="Land_ConcreteWall_01_l_4m_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={18720.111,3.8778882,16314.259}; + angles[]={0,5.4141607,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85185; + type="Land_ConcreteWall_01_l_4m_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={18718.674,3.8778882,16312.555}; + angles[]={0,5.4141607,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85186; + type="Land_ConcreteWall_01_l_4m_F"; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={18704,3.8778882,16304.681}; + angles[]={0,5.4306259,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85187; + type="Land_ConcreteWall_01_l_4m_F"; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={18703.352,3.8778882,16303.954}; + angles[]={0,5.4154673,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85188; + type="Land_ConcreteWall_01_l_4m_F"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={18709.891,4.3066664,16288}; + angles[]={0,5.4238191,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85189; + type="Land_ConcreteWall_01_l_4m_F"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={18709.922,4.0853481,16290.853}; + angles[]={0,3.8516302,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85190; + type="Land_ConcreteWall_01_l_4m_F"; + atlOffset=2.3841858e-007; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={18626.617,3.4366581,16258.743}; + angles[]={0,0.068219341,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86723; + type="Land_ConcreteWall_01_l_4m_F"; + atlOffset=1.6212463e-005; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={18705.992,4.5877309,16283.409}; + angles[]={0,2.2725735,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85163; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=2.3841858e-007; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={18714.254,4.8544669,16271.274}; + angles[]={0,3.8516302,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85164; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=4.7683716e-007; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={18720.33,5.0009689,16266.057}; + angles[]={0,3.8516302,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85165; + type="Land_ConcreteWall_01_l_8m_F"; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={18729.057,5.4760809,16264.083}; + angles[]={0,2.2823243,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85167; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=-4.7683716e-007; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={18734.313,5.4122252,16270.15}; + angles[]={0,2.2864163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85170; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=-0.30000019; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={18739.551,4.2703447,16276.209}; + angles[]={0,2.2823243,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85171; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=2.3841858e-007; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={18744.805,3.879703,16282.277}; + angles[]={0,2.2864118,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85172; + type="Land_ConcreteWall_01_l_8m_F"; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={18750.051,3.879703,16288.34}; + angles[]={0,2.2823243,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85173; + type="Land_ConcreteWall_01_l_8m_F"; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={18755.305,3.8797035,16294.408}; + angles[]={0,2.2864118,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85174; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=4.7683716e-007; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={18760.551,3.879703,16300.472}; + angles[]={0,2.2823243,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85175; + type="Land_ConcreteWall_01_l_8m_F"; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={18763.023,3.879703,16309.227}; + angles[]={0,0.71917742,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85177; + type="Land_ConcreteWall_01_l_8m_F"; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={18756.984,3.879703,16314.486}; + angles[]={0,0.71508998,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85178; + type="Land_ConcreteWall_01_l_8m_F"; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={18750.914,3.8797035,16319.741}; + angles[]={0,0.71245855,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85179; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=4.7683716e-007; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={18744.84,3.879703,16324.961}; + angles[]={0,0.70837104,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85180; + type="Land_ConcreteWall_01_l_8m_F"; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={18739.195,3.879703,16324.286}; + angles[]={0,2.2823243,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85181; + type="Land_ConcreteWall_01_l_8m_F"; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={18724.484,3.879703,16312.938}; + angles[]={0,0.70732296,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85183; + type="Land_ConcreteWall_01_l_8m_F"; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={18672.67,4.1446185,16255.438}; + angles[]={0,3.2137215,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86712; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=4.7683716e-006; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={18680.674,4.3343601,16254.843}; + angles[]={0,3.217809,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86713; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=4.0531158e-006; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={18688.67,4.5755587,16254.251}; + angles[]={0,3.2137215,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86714; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=4.2915344e-006; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={18696.674,4.7989721,16253.656}; + angles[]={0,3.217809,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86715; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=4.529953e-006; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={18664.631,3.9572058,16256.019}; + angles[]={0,0.070080683,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86718; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=1.6450882e-005; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={18656.625,3.8797195,16256.597}; + angles[]={0,0.074168131,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86719; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=1.6450882e-005; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={18648.629,3.8797195,16257.173}; + angles[]={0,0.070080683,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86720; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=1.6450882e-005; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={18640.623,3.8797195,16257.751}; + angles[]={0,0.074168131,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86721; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=1.6450882e-005; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={18632.625,3.8028829,16258.326}; + angles[]={0,0.070080683,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86722; + type="Land_ConcreteWall_01_l_8m_F"; + atlOffset=1.6212463e-005; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={18729.545,4.6847382,16291.563}; + angles[]={0,2.3039451,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85159; + type="Land_TBox_F"; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={18722.299,7.9616599,16303.307}; + angles[]={0,3.8516302,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85158; + type="Land_TTowerSmall_1_F"; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={18727.654,3.7670813,16288.95}; + angles[]={0,5.4519048,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=85226; + type="Box_NATO_AmmoVeh_F"; + atlOffset=-0.00061488152; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={18719.816,5.8293562,16274.982}; + angles[]={0,2.288712,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=85157; + type="Land_CarService_F"; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={18639.971,7.8824196,16262.741}; + angles[]={0,0.081371456,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86726; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={18751.729,7.8708839,16388.531}; + angles[]={0,3.8658328,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + }; + id=86727; + type="Land_Cargo_Patrol_V1_F"; + atlOffset=1.769068; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={18753.898,7.8828883,16299.297}; + angles[]={0,5.4406843,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=86725; + type="Land_Cargo_Patrol_V1_F"; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={18735.275,3.8778882,16319.702}; + angles[]={0,5.4141607,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=87559; + type="Land_ConcreteWall_01_l_4m_F"; + }; + class Item77 + { + dataType="Marker"; + position[]={18676.279,26.191248,16279.137}; + name="seap_4_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=22.230429; + b=5; + angle=40.999538; + id=87693; + atlOffset=23.198454; + }; + }; + id=781; + atlOffset=8.2277622; + }; + }; + id=641; + atlOffset=-3.202879; + }; + }; + class Connections + { + class LinkIDProvider + { + nextID=39; + }; + class Links + { + items=39; + class Item0 + { + linkID=0; + item0=1350; + item1=1351; + class CustomData + { + type="Sync"; + }; + }; + class Item1 + { + linkID=1; + item0=1295; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item2 + { + linkID=2; + item0=1296; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item3 + { + linkID=3; + item0=1297; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item4 + { + linkID=4; + item0=1298; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item5 + { + linkID=5; + item0=1299; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item6 + { + linkID=6; + item0=1300; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item7 + { + linkID=7; + item0=1301; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item8 + { + linkID=8; + item0=1302; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item9 + { + linkID=9; + item0=1303; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item10 + { + linkID=10; + item0=1304; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item11 + { + linkID=11; + item0=1305; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item12 + { + linkID=12; + item0=1306; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item13 + { + linkID=13; + item0=1307; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item14 + { + linkID=14; + item0=1308; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item15 + { + linkID=15; + item0=1309; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item16 + { + linkID=16; + item0=1310; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item17 + { + linkID=17; + item0=1311; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item18 + { + linkID=18; + item0=1312; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item19 + { + linkID=19; + item0=1313; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item20 + { + linkID=20; + item0=1314; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item21 + { + linkID=21; + item0=1315; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item22 + { + linkID=22; + item0=1316; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item23 + { + linkID=23; + item0=1317; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item24 + { + linkID=24; + item0=1318; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item25 + { + linkID=25; + item0=1319; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item26 + { + linkID=26; + item0=1320; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item27 + { + linkID=27; + item0=1321; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item28 + { + linkID=28; + item0=1322; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item29 + { + linkID=29; + item0=1323; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item30 + { + linkID=30; + item0=1324; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item31 + { + linkID=31; + item0=1325; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item32 + { + linkID=32; + item0=1326; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item33 + { + linkID=33; + item0=1327; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item34 + { + linkID=34; + item0=1328; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item35 + { + linkID=35; + item0=1329; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item36 + { + linkID=36; + item0=1330; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item37 + { + linkID=37; + item0=1331; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + class Item38 + { + linkID=38; + item0=1332; + item1=1350; + class CustomData + { + type="Sync"; + }; + }; + }; + }; +}; \ No newline at end of file diff --git a/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/onPlayerRespawn.sqf b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/onPlayerRespawn.sqf new file mode 100644 index 0000000000..0d38ff4d19 --- /dev/null +++ b/A3A/addons/maps/Antistasi_UMB_Colombia.UMB_Colombia/onPlayerRespawn.sqf @@ -0,0 +1 @@ +_this call A3A_fnc_onPlayerRespawn; diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/NavGrid.sqf b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/NavGrid.sqf new file mode 100644 index 0000000000..77f022e979 --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/NavGrid.sqf @@ -0,0 +1,1147 @@ +/*{"systemTimeUCT_G":"2023-11-23 21:25:14","worldName":"gm_weferlingen_winter","StreetArtist_Config":{"_flatMaxDrift":-1,"_juncMergeDistance":-1,"_humanEdited": true}}*/ +navGrid = [ +[[16768.5,2902.13,0],0,false,[[3769,0,208.562],[1726,0,390.768]]],[[918.277,3597.41,0],0,false,[[4539,0,211.792],[5609,0,250.359]]],[[4775.02,962.482,0],0,true,[[3944,1,181.989],[3341,1,26.4319],[1606,1,6.00726],[1613,1,16.1408],[138,1,11.6713],[1170,1,8.76251]]],[[3864.25,15086.6,0],0,false,[[2815,0,41.8347],[295,2,9.79465]]],[[1821.52,15368.2,0],0,false,[[380,1,327.599],[2891,1,307.632]]], +[[16524.7,7302.06,0],0,true,[[4350,0,18.9786],[3465,0,14.0704],[4829,0,6.85151]]],[[13997.3,13809.5,0],0,false,[[1553,0,376.859],[737,0,317.893]]],[[11231.3,12284.8,0],0,true,[[3546,0,195.483],[4897,0,19.1779],[1496,0,357.776]]],[[10540.9,7649.97,0],0,false,[[926,1,109.796],[5652,1,9.58985]]],[[6207.13,6116.29,0],0,false,[[3179,1,22.221],[3614,1,395.001]]], +[[17588.3,10385.5,0],0,false,[[750,0,308.244],[806,0,237.603]]],[[19094.2,11329.5,0],0,false,[[4265,0,72.665],[679,0,14.3934]]],[[11864.1,15087.2,0],0,false,[[3365,0,247.48],[5606,0,173.54]]],[[19593.9,9587.34,0],0,true,[[107,0,2.55732],[5396,0,3.3926],[4648,0,5.41707],[1546,1,9.08933]]],[[13706.2,20185.2,0],0,false,[[3503,0,136.382],[5560,0,331.612]]], +[[10776.3,11652.5,0],0,false,[[3216,0,111.618],[2203,0,77.8291]]],[[13040.5,8333.63,0],0,false,[[864,0,127.537],[5100,0,99.8822]]],[[7054.58,4624.35,0],0,true,[[4148,0,3.84196],[954,0,7.82406],[274,1,4.66615]]],[[9406.78,19948.8,0],0,true,[[1957,0,25.8093],[3172,0,180.444],[2583,0,11.6054]]],[[15129,8873.15,0],0,true,[[5116,1,31.1502],[966,1,31.9532],[4322,1,0.906081],[3892,1,3.0379],[5640,1,6.0386]]], +[[19965.9,567.909,0],0,false,[[4297,1,265.836],[1585,1,275.183]]],[[11792,9338.86,0],0,false,[[4353,0,71.004]]],[[5791.04,5908.18,0],0,false,[[2078,0,106.1],[852,0,312.725]]],[[16343.8,5629.8,0],0,false,[[3617,0,264.01],[4181,0,29.6469]]],[[7067.64,7961.97,0],0,false,[[3509,0,254.232],[3377,0,265.238]]], +[[18381.3,163.669,0],0,false,[[472,0,53.8329]]],[[15097.8,6490.52,0],0,false,[[2248,0,50.4791],[291,0,388.623]]],[[17954.8,5521.56,0],0,false,[[5090,0,209.027],[423,0,301.029]]],[[13944.1,18094.1,0],0,true,[[3527,0,1.77658],[691,0,1.92253],[4729,0,4.54394]]],[[11836.6,3845.15,0],0,false,[[4491,0,359.134],[589,0,311.092]]], +[[3893.96,15271.1,0],0,true,[[122,2,21.0656],[332,2,387.834],[3550,2,10.1134]]],[[9587.59,2751.16,0],0,true,[[5379,0,164.817],[906,0,3.91576],[5322,0,6.29859]]],[[4781.65,2570.58,0],0,true,[[4597,0,30.2142],[1358,0,5.86027],[5483,1,5.64118]]],[[13707.4,11856.7,0],0,false,[[5429,0,25.8159],[4817,0,163.61]]],[[19098.9,3644.89,0],0,false,[[3651,0,49.9944],[2726,0,247.214]]], +[[3132.25,4310.64,0],0,false,[[1123,0,304.759],[1706,0,318.129]]],[[15629.1,13204.4,0],0,false,[[5345,0,27.7926],[1764,0,390.987]]],[[11257.1,14353.3,0],0,false,[[4078,0,152.472],[1207,0,388.512]]],[[3597.79,17970.3,0],0,false,[[298,0,104.999],[3035,0,341.376]]],[[13373.9,13635.8,0],0,false,[[4542,0,60.9817],[2620,0,11.2065]]], +[[9556.11,8412.49,0],0,false,[[1071,0,159.748],[5508,0,74.0998]]],[[1163.74,2833.32,0],0,true,[[2201,1,29.7584],[3086,1,363.628],[4065,1,8.79897],[4083,1,5.87207],[5593,1,4.56752],[2120,1,4.43185],[846,1,6.50644]]],[[17577.2,4874.13,0],0,false,[[3102,0,294.186],[3953,0,175.206]]],[[63.1415,1849.96,0],0,true,[[1523,1,8.32176],[5266,1,229.937],[831,1,18.6964]]],[[13281.3,13340.9,0],0,true,[[2902,0,102.222],[5425,0,104.21],[1346,0,46.3668]]], +[[10839.5,12812,0],0,true,[[2611,1,25.4169],[1935,1,12.7934],[5017,1,6.59183]]],[[17026,414.065,0],0,false,[[5500,1,123.077],[4855,1,349.078]]],[[695.655,16305.3,0],0,false,[[5142,1,291.454],[5563,1,263.792]]],[[1664.3,13881.4,0],0,true,[[2351,1,128.364],[5446,1,21.8448],[4028,1,122.677]]],[[1177.93,15245,0],0,false,[[5018,0,152.482],[4566,0,227.581]]], +[[15198.4,14456.3,0],0,false,[[2334,0,14.0912],[1907,0,219.02]]],[[1286.32,14112,0],0,false,[[2353,0,313.103],[2102,0,345.06]]],[[9203.14,3762.78,0],0,false,[[5020,0,315.361],[4301,0,381.309]]],[[8751.24,11010.3,0],0,false,[[5109,0,141.19],[179,0,226.678]]],[[13032.5,7994.86,0],0,true,[[4563,0,159.954],[602,0,6.8721],[5529,0,7.16235]]], +[[6141.92,3583.55,0],0,false,[[5025,2,227.008],[2711,2,383.162]]],[[13240.8,13151.2,0],0,true,[[3642,0,20.7845],[2902,0,106.544],[4840,0,23.2644]]],[[477.192,3088.63,0],0,true,[[2311,1,13.0959],[2889,1,13.1193],[2551,1,0.295172],[3818,1,9.54622]]],[[10330.2,2574.01,0],0,true,[[1470,0,3.09019],[4243,0,7.61664],[5423,0,1.12977],[3671,0,9.66427]]],[[12608.7,4186.52,0],0,true,[[1999,0,95.5894],[1984,0,4.23869],[1739,0,6.23411],[4024,0,3.38239]]], +[[10412.3,5234.33,0],0,false,[[3557,0,24.2053],[996,0,146.805]]],[[8.90301,8826.92,0],0,false,[[911,1,168.946]]],[[19591.6,4375.24,0],0,false,[[3585,0,205.819],[2609,0,26.4684]]],[[11353.4,17884.8,0],0,true,[[4342,0,18.6907],[5030,0,16.3498],[5092,0,5.25724],[2832,0,2.92292]]],[[10170.6,8156.56,0],0,true,[[938,0,3.20064],[5497,0,2.6784],[4144,1,10.6861]]], +[[12285.9,7975.2,0],0,false,[[4956,0,178.435],[3511,0,20.9529]]],[[20016.9,18526.6,0],0,false,[[1899,0,315.165]]],[[13723.2,9860.5,0],0,true,[[5259,0,2.79922],[5233,0,3.70336],[5688,1,8.38507],[4833,1,10.5024]]],[[9064.5,5491.31,0],0,false,[[3701,0,164.89]]],[[6139.16,11723.5,0],0,false,[[2277,2,365.124],[181,2,243.633]]], +[[3532.2,3663.15,0],0,false,[[5111,0,173.253],[245,0,297.751]]],[[10545.1,7718.43,0],0,true,[[4793,0,5.93387],[3579,0,42.8835],[3099,1,4.32177]]],[[19363,13005.4,0],0,false,[[3337,1,215.551],[4568,1,333.198]]],[[5206.06,5564.44,0],0,false,[[4768,0,332.472],[1305,0,255.742]]],[[20020.7,4771.74,0],0,false,[[5565,0,23.8648],[2879,0,72.1062]]], +[[20083.9,4320.33,0],0,true,[[659,0,148.651],[4990,0,48.5203],[4665,0,112.304]]],[[3090.41,6423.5,0],0,false,[[4501,1,18.9911],[4923,1,6.09774]]],[[9696.94,733.545,0],0,true,[[4995,1,19.0089],[983,2,15.7859],[2059,2,14.2858]]],[[1116.97,17872,0],0,false,[[1600,0,11.9484],[5343,0,219.257]]],[[10989,11563.1,0],0,true,[[2584,0,40.3159],[1235,0,7.0039],[3249,0,3.22845]]], +[[17.0826,16459.1,0],0,false,[[760,1,45.4582]]],[[6213.53,13862.5,0],0,true,[[2744,0,397.262],[5619,0,10.3675],[3694,1,18.0151]]],[[5930.22,8906.42,0],0,true,[[3799,0,3.30969],[4525,0,3.54628],[4610,1,15.0957]]],[[3252.59,5031.48,0],0,true,[[3328,0,21.3467],[3212,0,215.521],[256,0,10.1967]]],[[16258.3,7331.12,0],0,false,[[3494,0,381.919],[2129,0,54.6247]]], +[[1334.01,19828.2,0],0,false,[[438,1,351.5],[3250,1,358.385]]],[[19609.9,9530.1,0],0,false,[[3263,1,376.701],[1546,1,50.5909]]],[[318.165,8617.2,0],0,true,[[2913,1,15.4352],[1154,1,19.2024],[4476,1,11.9864]]],[[15132.2,8894.65,0],0,false,[[5640,0,16.7746],[4177,0,35.3632]]],[[8688.82,18952.6,0],0,false,[[1842,0,300.757],[5479,0,129.221]]], +[[12574.5,4554.15,0],0,false,[[4812,0,25.2658],[3277,0,25.5669]]],[[12742.4,17175.9,0],0,false,[[4460,0,23.8458],[2243,0,330.366]]],[[16988,4943.64,0],0,false,[[2721,0,24.8912],[714,0,26.0282]]],[[4178.85,4771.37,9.52018],0,false,[[650,2,51.0115],[4856,2,34.411]]],[[12199.6,5533.04,0],0,true,[[3343,0,10.3933],[2764,0,17.3613],[4116,0,8.08161]]], +[[12724.9,17197.5,0],0,true,[[3000,0,3.31318],[638,0,326.455],[4460,0,5.68925]]],[[5102.04,18932,0],0,true,[[1897,2,209.989],[2316,2,14.9093],[2151,2,23.9516]]],[[8438.93,10278.4,0],0,false,[[991,0,92.2254],[1217,0,382.619]]],[[18740,3725.53,0],0,true,[[3678,0,1.41871],[136,0,36.4911],[1037,0,2.32033]]],[[5692.82,14181.7,0],0,true,[[3360,1,70.0655],[285,1,19.6616],[3487,1,13.6945],[1379,1,9.06776],[2135,1,10.7089]]], +[[17662.4,12217.2,0],0,true,[[2079,0,1.71647],[168,0,2.02571],[4798,0,0.989701],[3485,0,4.44847],[1514,0,6.64519]]],[[19481.5,14156.4,0],0,true,[[4376,0,2.85688],[5209,0,10.8016],[1623,0,11.5857]]],[[2840.73,12597.8,0],0,false,[[1781,0,20.1292],[2765,0,379.268]]],[[10192.9,7507.63,0],0,false,[[2943,1,253.081],[5613,1,27.5448]]],[[7415.56,8329.59,0],0,false,[[5386,2,20.79],[466,2,293.335]]], +[[12759.2,4305.72,0],0,false,[[4961,0,25.5019],[1579,0,185.047]]],[[2252.1,15970.7,0],0,true,[[610,1,11.2072],[3176,1,52.5085],[4251,1,2.57724],[2800,1,5.40384]]],[[19594.3,9589.86,0],0,true,[[4648,0,2.87235],[13,0,2.55732],[1546,1,11.2217]]],[[1761.34,14189.9,0],0,false,[[2924,1,207.338],[2443,1,357.358]]],[[14378.2,19255.4,0],0,false,[[4699,0,53.5309],[877,0,20.0045]]], +[[3396.37,14735.1,0],0,false,[[5711,0,381.944],[618,0,210.558]]],[[5302.06,4126.49,0],0,false,[[498,2,91.9884],[608,2,59.685]]],[[18851,16967.2,0],0,false,[[5501,0,165.28],[2180,0,47.9858]]],[[11453.2,10576.8,0],0,false,[[600,1,340.99],[2177,1,153.466]]],[[10015.5,421.244,0],0,false,[[4936,1,52.1293],[2768,1,24.3579]]], +[[9271.73,17.3579,0],0,true,[[4466,2,7.69087],[5369,1,31.0481],[326,1,11.6153]]],[[1203.02,16146.8,0],0,false,[[5058,1,191.055],[607,1,235.714]]],[[7006.86,836.365,0],0,true,[[1234,1,358.389],[5555,1,23.0552],[2857,1,4.00788],[3161,1,2.99188],[4799,1,3.8717],[4182,1,8.7789]]],[[3397.15,5969.24,0],0,false,[[943,0,302.181],[5014,0,157.876]]],[[15330.2,116.399,0],0,false,[[3069,0,97.1153],[4235,0,138.77]]], +[[15728.3,16406.1,0],0,false,[[3908,0,256.286],[1592,0,187.141]]],[[11871.4,16658.4,0],0,false,[[421,0,141.611],[2109,0,114.869]]],[[3892.6,15250,0],0,false,[[333,2,88.5239],[30,2,21.0656]]],[[11785.5,14928.3,0],0,true,[[4047,0,282.238],[3283,0,27.7381],[2381,0,11.8393]]],[[2640.92,15471.7,0],0,false,[[5040,0,130.562],[3576,0,313.956]]], +[[12823.8,9073.87,0],0,false,[[2096,1,276.938],[3689,1,213.412]]],[[16965.5,18003.9,0],0,true,[[4734,0,27.1784],[3805,0,44.4816],[5261,0,8.20088]]],[[15638.5,14153.5,0],0,false,[[1296,0,6.18762],[1541,1,5.51859]]],[[17540.9,12359.6,0],0,false,[[2502,0,86.2107],[4486,0,25.4176]]],[[5532.42,4036.1,0],0,false,[[1329,0,98.8527],[3326,0,136.001]]], +[[19685.6,8239.68,0],0,true,[[433,1,33.3369],[3163,1,162.733],[4985,1,3.7448]]],[[12657,8271.52,0],0,false,[[5069,1,24.6868],[2458,1,20.0352]]],[[3160.59,16574,0],0,false,[[5505,0,273.431],[1248,0,189.347]]],[[8453.23,11037.7,0],0,false,[[2630,0,49.4075],[1307,0,9.27498],[959,0,24.6947]]],[[11861.5,11267.8,0],0,true,[[3440,0,317.166],[956,0,238.55],[1396,0,205.463]]], +[[13353.9,15850.4,0],0,true,[[4620,0,5.43615],[2506,0,296.671],[3969,0,8.10997]]],[[18770.9,3706.21,0],0,false,[[98,0,36.4911],[5148,0,266.761]]],[[19271,11196.8,0],0,true,[[3691,1,226.812],[1924,1,16.2596],[873,1,8.09666]]],[[4785.31,956.961,0],0,true,[[1613,0,5.17325],[1170,0,3.27185],[3341,1,14.8603],[2,1,11.6713]]],[[17710.6,12023.8,0],0,true,[[5086,0,1.6255],[2301,0,1.60068],[4195,0,0.904326]]], +[[18987.6,3344.36,0],0,false,[[3759,0,144.828],[3622,0,212.047]]],[[9987.43,315.24,0],0,false,[[3124,1,177.607],[971,1,26.3607]]],[[12897.4,1697.77,0],0,false,[[2390,0,19.0138],[2785,0,20.9947],[1230,0,22.0964]]],[[17574.4,12324.3,0],0,false,[[4486,0,23.2619],[488,0,121.697]]],[[7414.36,8310.63,0],0,true,[[5592,0,2.67074],[4026,0,2.52533],[5386,2,2.46575]]], +[[19884.5,17406.8,0],0,false,[[216,1,253.903],[3219,1,381.306]]],[[13175.9,8483.9,0],0,false,[[5268,1,8.3517],[4266,0,17.055]]],[[11091.9,17647.2,0],0,true,[[2739,0,98.6809],[3275,0,9.07149],[5087,0,19.2913]]],[[12577.2,14867.4,0],0,false,[[3914,0,146.849],[5398,0,86.2866]]],[[7211.92,4637.4,0],0,false,[[4060,1,267.981],[3357,1,15.7681]]], +[[1008.32,663.769,0],0,false,[[3155,0,267.85],[1499,0,201.256]]],[[18342.4,18424.1,0],0,false,[[4336,0,54.1402],[1389,0,390.705]]],[[1280.82,13043.2,0],0,false,[[872,0,43.7727]]],[[7297.51,19628.2,0],0,false,[[4814,0,144.674],[3600,0,146.632]]],[[5504.76,3591.47,0],0,true,[[2573,0,15.7247],[2345,1,11.0866],[5057,1,11.5764],[805,0,9.78524]]], +[[13506,15964.9,0],0,false,[[1594,0,398.157],[1167,0,47.6805]]],[[20468.2,13726.3,0],0,false,[[5197,0,302.675]]],[[19182,7233.45,0],0,false,[[5643,0,234.738],[2006,0,250.139]]],[[7176.56,10358.2,0],0,false,[[5246,2,260.419],[2735,2,341.837]]],[[2433.57,8398.4,0],0,true,[[1758,1,374.913],[4107,1,11.9808],[249,1,8.8098]]], +[[11368.9,5319.34,0],0,false,[[2837,0,391.447],[4305,0,300.213]]],[[13999,4517.54,0],0,false,[[2680,0,98.1824]]],[[18338.3,17656.5,0],0,true,[[1618,1,80.3255],[5244,1,13.6297],[3358,1,16.8939]]],[[8841.16,10269.2,0],0,true,[[929,0,2.40226],[1728,0,0.520098],[623,0,3.33792],[2597,0,2.93187]]],[[6800.45,17559.3,0],0,false,[[3800,0,148.08],[3695,0,72.5889]]], +[[11504.4,17435.3,0],0,false,[[384,0,143.128],[931,0,235.135]]],[[647.929,19403,0],0,true,[[3512,0,10.3972],[2124,0,12.5977],[1216,0,11.2867]]],[[2811.97,6477.84,0],0,false,[[1408,1,263.883],[4923,1,279.669]]],[[17661.1,12215.7,0],0,true,[[100,0,2.02571],[3485,0,2.63006],[1514,0,7.61929]]],[[7202.43,17248.8,0],0,true,[[3430,1,8.29423],[2787,0,92.1574],[2951,1,10.5595]]], +[[6397.15,9917.98,0],0,false,[[1676,1,345.922],[4604,1,224.954]]],[[18899.8,16989.7,0],0,true,[[1090,0,25.1946],[2928,0,352.055],[4316,0,9.75596],[2822,0,7.79768]]],[[12105.8,7950.64,0],0,false,[[4956,0,16.3105],[2911,0,322.774]]],[[18830.9,7853.93,0],0,true,[[3492,0,11.0885],[3222,0,3.92829],[2675,0,9.0177]]],[[13934.8,19417.3,0],0,false,[[1508,0,19.0729],[4898,0,91.1766]]], +[[13465,8265.26,0],0,false,[[3184,1,6.38609],[2961,1,6.38609]]],[[10161.1,20248.7,0],0,false,[[4108,0,397.994],[4337,0,255.243]]],[[5298.6,15570.1,0],0,false,[[5385,0,321.367],[4710,0,198.222]]],[[10090.4,8246.39,0],0,false,[[2400,0,57.0442],[277,0,301.13]]],[[8977.79,11003,0],0,false,[[53,0,226.678],[4824,0,233.412]]], +[[11450.6,19567.3,0],0,false,[[2007,0,126.672],[5026,0,354.503]]],[[5997.32,11921.6,0],0,false,[[69,2,243.633],[388,2,301.529]]],[[10068.5,9221.84,0],0,true,[[2324,0,23.644],[3127,0,204.13],[1272,0,12.2929],[2347,0,9.79102]]],[[1962.55,9838.52,0],0,false,[[858,1,2.12841],[449,0,2.61085]]],[[10712.3,12902.1,0],0,true,[[782,0,9.99579],[2760,0,67.1021],[1488,0,19.2903]]], +[[15383.2,2679.53,0],0,false,[[3197,1,129.91],[4645,1,21.0426]]],[[10658.1,11486.3,0],0,false,[[5179,0,21.236],[2070,0,52.7191]]],[[19747.7,8907.53,0],0,true,[[2647,0,2.05777],[5364,0,1.5695],[1752,0,4.54959],[742,1,8.47042]]],[[18135.2,16121.4,0],0,true,[[5693,1,143.426],[660,1,30.554],[2467,1,5.08633]]],[[8338.16,8632.13,0],0,true,[[1244,0,0.523311],[2071,0,14.9592],[3119,0,10.3719]]], +[[15623.6,3312.57,0],0,false,[[5685,1,14.5173],[2075,1,17.0158]]],[[19478.3,10071.5,0],0,true,[[2066,0,2.88719],[5329,0,207.189],[5681,1,12.9416]]],[[15009.7,8848.79,0],0,false,[[966,1,89.8357],[1630,1,372.048]]],[[11009.1,838.514,0],0,false,[[3921,1,167.478],[2952,1,378.905]]],[[13237,16670.6,0],0,false,[[2243,0,376.84],[5659,0,391.68]]], +[[4960.64,885.476,0],0,false,[[3341,1,174.525],[1985,1,310.486]]],[[4282.16,16468.8,0],0,false,[[3828,2,8.87339],[1516,1,331.932]]],[[4792.24,14633.9,0],0,false,[[2718,0,270.773],[964,0,166.07]]],[[18116.3,1652.51,0],0,false,[[3389,0,330.288]]],[[19641.5,8463.36,0],0,false,[[4398,0,208.684],[1322,0,19.7585]]], +[[10105.3,370.427,0],0,false,[[4842,2,372.94],[587,2,56.8807]]],[[10003.6,5529.71,0],0,false,[[5121,0,303.332],[2727,0,326.451]]],[[3382.11,15289.5,0],0,false,[[1301,0,160.134],[5193,1,8.73016]]],[[19467.4,8292.89,0],0,true,[[5614,0,23.9492],[4792,0,15.654],[4806,0,10.2884]]],[[10968.1,3971.79,0],0,false,[[1928,0,28.5243],[920,0,111.809]]], +[[10434.7,7600.29,0],0,true,[[3274,0,162.897],[926,1,8.0102],[708,1,11.0366]]],[[2336.2,17621.9,0],0,false,[[652,0,261.783],[303,0,190.681]]],[[18145.6,17078.2,0],0,true,[[2915,0,3.58962],[4489,0,2.93628],[4769,1,2.43519]]],[[11220.6,20109.2,0],0,true,[[3301,0,22.3656],[4064,0,321.836],[4511,0,133.725]]],[[1125.47,8336.54,0],0,false,[[5525,0,60.8501],[4174,0,386.347]]], +[[19484.7,8610.33,0],0,false,[[815,0,22.9596],[4398,0,78.5245]]],[[12795,3760.01,0],0,false,[[1415,0,236.832],[1999,0,371.617]]],[[2775.91,17728.5,0],0,true,[[3958,0,3.17911],[5236,0,14.0688],[5309,0,6.60704]]],[[19754.9,8038.7,0],0,false,[[3163,1,63.6388],[3950,1,278.039]]],[[8191.65,19066.8,0],0,false,[[1042,0,206.755],[1842,0,209.365]]], +[[11455.3,10970.6,0],0,false,[[1396,0,303.353]]],[[20135.4,17367.8,0],0,false,[[5598,1,332.848],[145,1,253.903]]],[[981.365,17277.4,0],0,false,[[3717,0,287.844],[593,0,336.471]]],[[1052.8,9845.35,0],0,false,[[5195,0,93.944]]],[[13860.5,10414.2,0],0,true,[[940,1,200.821],[1065,1,31.9553],[5176,1,3.81012],[2791,1,14.7195],[2127,1,6.46481],[3473,1,8.61991],[3915,1,11.6612]]], +[[3696.25,15084.5,0],0,false,[[2156,0,104.801],[4607,0,49.4104]]],[[16791.3,17857.6,0],0,true,[[4257,1,20.6261],[3173,1,51.6948],[4939,1,8.1429]]],[[15254.9,5316.37,0],0,false,[[1168,0,318.219],[4862,0,199.419]]],[[9.82771,3979.69,0],0,false,[[1815,0,311.94]]],[[10647.8,9255.58,0],0,false,[[4716,0,230.325],[4138,0,394.82]]], +[[5434.94,3212.07,0],0,false,[[2525,1,171.93],[975,1,22.2374]]],[[12587.6,4560.54,0],0,false,[[1740,0,24.3126],[2962,0,24.2315]]],[[16262,16999.1,0],0,false,[[863,1,159.576],[675,1,383.89]]],[[19716.5,8417.38,0],0,true,[[3690,1,6.51212],[2285,1,120.466],[4357,1,15.3106]]],[[9717.55,4001.41,0],0,true,[[3975,0,3.48154],[1218,0,2.84833],[1442,0,3.63256],[5466,0,3.6187]]], +[[2019.49,19979.6,0],0,false,[[3250,1,343.662],[706,1,254.823]]],[[5803.11,14067.4,0],0,true,[[4057,0,22.7755],[4348,0,15.9154],[3571,0,11.7552]]],[[16560.4,258.586,0],0,false,[[569,1,237.292],[2257,1,140.553]]],[[17972.5,16912.7,0],0,false,[[2683,0,299.323],[1141,0,108.704]]],[[13051,8482.96,0],0,true,[[3443,0,22.1531],[2960,0,122.957],[4266,0,108.053]]], +[[10250.1,11369.8,0],0,true,[[1964,0,19.6902],[3408,0,3.182],[2200,0,4.62609]]],[[4401.54,13466.9,0],0,false,[[5012,1,394.805],[698,1,122.095]]],[[11981.9,6087.01,0],0,true,[[1791,0,1.7763],[3098,0,1.7927],[2868,0,6.40921]]],[[16994.5,4921.16,0],0,false,[[497,0,122.55],[2721,0,26.6771]]],[[13391.1,393.823,0],0,false,[[1857,0,170.698],[814,0,177.295]]], +[[5851.79,13351.4,0],0,false,[[1050,0,119.101],[2119,0,303.554]]],[[1695.49,9546.81,0],0,false,[[573,1,212.566],[3364,1,353.781]]],[[13270.9,7792.5,0],0,true,[[2802,1,33.5383],[4321,1,26.4602],[4035,1,18.0412]]],[[11267.4,3861.2,0],0,false,[[5579,0,24.0489],[3693,0,28.5537],[3819,0,28.5542]]],[[18895,18472.1,0],0,false,[[4462,0,110.033],[1511,0,394.735]]], +[[3353.86,3901.57,0],0,false,[[70,0,297.751],[1123,0,166.761]]],[[7917.01,6517.89,0],0,false,[[4194,2,373.088],[1120,2,271.426]]],[[8224.26,19993.8,0],0,false,[[3234,1,15.2881],[3141,1,291.689]]],[[13201.8,8473.74,0],0,false,[[4763,0,20.721],[699,0,139.134]]],[[2441.63,8401.95,0],0,true,[[159,1,8.8098],[1635,0,3.35049],[4107,1,3.18332]]], +[[10622.6,11437.9,0],0,true,[[5531,0,2.77284],[4449,0,6.50736],[5558,0,2.36515],[1996,0,3.20237]]],[[6195.93,9235.03,0],0,false,[[1685,1,215.34],[2145,1,130.425]]],[[14705.7,11937.9,0],0,true,[[2563,0,278.439],[3790,0,4.15311],[5708,0,12.2668]]],[[6895.4,18591.9,0],0,false,[[3369,0,330.595],[935,0,255.513]]],[[7668.36,19544.3,0],0,true,[[1431,0,1.75712],[4626,0,2.43792],[2233,1,11.2488],[330,1,10.46]]], +[[2894.31,12796.2,0],0,false,[[4676,1,85.0235],[2724,1,148.704]]],[[3244.82,5024.88,0],0,true,[[284,0,2.64011],[83,0,10.1967],[3328,0,11.155]]],[[13339.3,19601.4,0],0,false,[[4225,0,186.513],[3496,0,61.876]]],[[11079.5,12707.1,0],0,false,[[4284,1,2.32933],[3925,0,4.41967]]],[[10155.9,7532.96,0],0,false,[[560,0,47.3098],[5658,0,190.728]]], +[[7774.43,15779.3,0],0,true,[[4668,1,26.1267],[3875,1,25.182],[640,1,2.63229],[3748,1,2.94108],[1034,1,21.0119],[2148,1,6.25203]]],[[10460.1,7721.69,0],0,false,[[1934,1,59.6378],[3099,1,82.0634]]],[[14214.6,19345.7,0],0,true,[[1017,0,131.069],[4638,0,18.6218],[890,0,116.847]]],[[6487.09,994.384,0],0,false,[[4633,1,174.337],[4104,1,367.788]]],[[20465.9,8527.21,0],0,false,[[3782,0,393.231]]], +[[13180.2,8475.65,0],0,true,[[5268,1,11.6198],[2211,1,8.30207],[4763,1,6.57412]]],[[5875.07,16518.3,0],0,false,[[5468,1,141.044],[2900,1,377.248]]],[[19956.8,4843.38,0],0,false,[[778,0,8.62675],[1416,1,9.52326]]],[[10655.5,6281.75,0],0,false,[[3516,0,151.131],[4836,0,395.557]]],[[3129.09,20436.5,0],0,true,[[3095,0,3.76461],[5534,0,4.01552],[1204,1,18.0925],[4413,1,11.8623]]], +[[18735.4,3725.39,0],0,true,[[4974,0,1.82016],[1003,0,1.75013],[1037,0,3.83665]]],[[2949.38,10608.9,0],0,false,[[2114,0,329.456],[3586,0,4.48234]]],[[10795.9,14227.7,0],0,false,[[3376,0,238.967],[4078,0,325.715]]],[[2147.12,10939.1,0],0,true,[[3553,0,2.89484],[5150,0,270.062],[3899,1,6.98156]]],[[7051.23,4627.61,0],0,true,[[3254,1,17.0054],[3729,1,19.5331],[3356,1,8.00274],[4148,1,5.52406],[17,1,4.66615]]], +[[13737.6,16198.3,0],0,true,[[2503,0,15.0104],[1495,0,80.7714],[601,0,10.4309]]],[[5018.78,18655,0],0,true,[[1701,1,95.0965],[2332,1,216.458],[3597,1,4.20634]]],[[9815.72,8369.62,0],0,false,[[178,0,301.13],[789,0,171.728]]],[[19212.5,1238.48,0],0,false,[[520,0,323.988],[339,0,183.801]]],[[10176.6,5525.46,0],0,false,[[4303,0,24.4415],[740,0,17.4882]]], +[[7404.86,7755.46,0],0,true,[[2672,2,19.5822],[3750,2,26.6613],[1795,2,5.48944],[2722,2,6.24989],[1095,2,9.88851],[4304,2,2.83349],[811,2,2.44311]]],[[18238.5,17588,0],0,false,[[5374,0,87.6998]]],[[14274.3,6823.08,0],0,true,[[3094,0,19.953],[799,0,18.8761],[2378,0,11.0983],[3916,0,7.51104]]],[[12595.1,4186.76,0],0,true,[[3968,0,3.96539],[2294,0,7.52477],[1739,0,8.97208]]],[[3242.47,5023.67,0],0,true,[[1009,0,11.5895],[256,0,2.64011],[3328,0,8.63944]]], +[[5712.42,14183.2,0],0,true,[[99,1,19.6616],[5237,1,74.722],[1379,1,10.7456],[2135,1,9.08061],[3952,1,13.6585]]],[[12708.9,19792.4,0],0,true,[[5228,0,10.7104],[5306,0,21.4978],[2825,0,7.77328],[5668,0,3.8205],[4136,0,4.06063],[2232,0,21.3785]]],[[9799.85,607.892,0],0,true,[[3082,1,15.6379],[5282,1,16.7907],[4850,2,10.9931]]],[[10967.3,12958.2,0],0,false,[[2419,0,177.131],[1386,0,302.463]]],[[18303.5,256.526,0],0,false,[[4219,1,24.7523],[1520,1,132.264]]], +[[18991.7,3552.1,0],0,true,[[5060,0,24.2854],[3416,0,98.3235],[3339,0,7.08653]]],[[15107.1,6878.78,0],0,false,[[26,0,388.623],[2941,0,364.863]]],[[9859.07,6479.01,0],0,false,[[4135,1,23.3795],[4869,1,289.299]]],[[10182.8,8203.18,0],0,false,[[4916,0,136.314],[4714,0,20.2104]]],[[5050.81,16023.9,0],0,false,[[5096,0,321.513],[5385,0,195.704]]], +[[3869.64,15094.7,0],0,true,[[842,2,24.4955],[1846,2,48.5867],[3,2,9.79465]]],[[13268.1,9839.75,0],0,true,[[4087,0,5.61991],[1652,0,3.21043],[4837,0,6.70684]]],[[20032.1,3267.42,0],0,true,[[5523,0,8.72268],[1997,0,5.91841],[2731,0,3.23477]]],[[3642.54,17875.8,0],0,true,[[556,0,5.56033],[38,0,104.999],[4979,0,4.10483]]],[[18092.3,16187,0],0,false,[[2508,0,26.6646],[724,0,30.688]]], +[[8435.99,10916.6,0],0,false,[[1021,0,59.4878],[970,0,34.4398]]],[[17555.5,8628.98,0],0,true,[[5469,0,2.71873],[1646,0,273.759],[323,1,4.55629]]],[[14141.5,15562.1,0],0,false,[[3075,0,176.27],[3905,0,133.699]]],[[2522.24,17663.1,0],0,false,[[206,0,190.681],[5236,0,248.096]]],[[15657.4,13723.8,0],0,false,[[1764,0,129.332],[5410,0,367.936]]], +[[18818.4,3300.32,0],0,false,[[1637,0,55.4247],[5068,0,28.7303]]],[[6812.39,17342.6,0],0,false,[[5154,1,88.961],[4691,1,4.08951]]],[[13223,8223.77,0],0,false,[[4137,0,91.438],[3142,0,79.8244]]],[[9599.94,11629.9,0],0,false,[[1119,0,139.083],[3679,0,15.5599]]],[[16444.9,7024.44,0],0,false,[[3872,0,160.157]]], +[[10385.3,7777.2,0],0,true,[[5213,0,1.85243],[2784,0,64.0648],[5421,0,13.6142],[1894,0,6.98145]]],[[8457.54,11029.6,0.0383911],0,false,[[2207,0,47.4369]]],[[16610,17634.6,0],0,false,[[3608,1,23.8115],[2355,1,173.395]]],[[1781.5,9751.19,0],0,true,[[4677,0,3.30537],[4366,0,2.98695],[4180,1,9.8746],[573,1,9.57934]]],[[3436.61,1298.01,0],0,true,[[3853,1,27.1479],[4242,1,58.084],[1601,1,4.78014]]], +[[16628,7189.71,0],0,true,[[3538,0,32.2134],[666,0,83.5158],[4556,0,15.62]]],[[20159.2,2384.14,0],0,false,[[4972,0,255.159],[1825,0,299.131]]],[[12023.8,16707,0],0,true,[[3640,0,174.697],[421,0,18.7564],[5618,0,315.491]]],[[13678.1,5005.54,0],0,false,[[3821,1,304.514],[3321,1,193.967]]],[[19482.9,10079.9,0],0,false,[[5681,1,4.14822],[3722,0,3.91525]]], +[[12997.3,11800.8,0],0,false,[[727,0,155.722],[3330,0,6.71598]]],[[12975,19001.2,0],0,false,[[2190,0,321.07],[892,0,289.428]]],[[6070.21,1926.76,0],0,false,[[649,1,369.793],[5490,1,189.151]]],[[17556.9,8624.66,0],0,true,[[4978,1,25.6569],[694,1,93.4744],[4465,1,10.345],[4314,1,7.11513],[5469,1,4.40557],[301,1,4.55629],[1250,1,10.084],[4835,1,8.0105],[2235,1,6.52057]]],[[9387.33,6063.43,0],0,true,[[1350,0,3.22759],[1430,0,2.74158],[2077,1,3.01172]]], +[[2588.17,15702.7,0],0,false,[[5275,1,166.266],[1925,1,24.245]]],[[9283.23,19.0154,0],0,true,[[115,1,11.6153],[3382,1,308.554],[4466,2,10.3515]]],[[19019.1,12698.2,0],0,false,[[489,0,327.147],[5645,0,148.427]]],[[16638.2,16657.4,0],0,false,[[2644,0,362.143],[5677,0,226.233]]],[[2002,687.154,0],0,true,[[4709,0,4.24402],[1273,0,312.07],[3057,1,7.29543]]], +[[7670.68,19554.5,0],0,true,[[2233,1,21.3204],[1890,1,364.248],[1829,1,7.57763],[5674,1,7.40626],[1431,1,8.99131],[254,1,10.46],[4626,1,12.6912]]],[[3672.52,6505.9,0],0,false,[[5327,0,291.646],[974,0,291.389]]],[[3849.24,15654.5,0],0,false,[[30,2,387.834],[2442,2,154.961]]],[[3882.27,15162.2,0],0,false,[[1846,2,20.0798],[122,2,88.5239]]],[[15471.7,588.146,0],0,false,[[3532,1,23.4894],[3058,1,112.948]]], +[[16268.1,19496.1,0],0,false,[[4175,0,371.261]]],[[17664.4,12225.3,0],0,true,[[3050,0,2.10239],[3128,0,2.7442],[1039,0,3.1709],[5624,0,2.01946],[1975,0,1.89018]]],[[11514,12934.3,0],0,false,[[4052,1,389.081],[3964,1,20.5286]]],[[13661,16186,0],0,true,[[4863,0,129.383],[2047,0,13.716],[2271,0,14.2056]]],[[19394.9,1259.52,0],0,false,[[278,0,183.801]]], +[[14293.2,15120.5,0],0,false,[[3204,0,115.795],[4612,0,265.917]]],[[5695.54,3833.05,0],0,false,[[5317,1,250.777],[2803,1,28.4371]]],[[20079,5144.54,0],0,false,[[2844,0,308.827],[3282,0,301.695]]],[[3216.56,4933.84,0],0,false,[[552,2,201.555],[4631,2,68.5046]]],[[17281.6,4025.18,0],0,false,[[1969,0,23.907],[1448,0,394.895]]], +[[12861.8,16073.6,0],0,false,[[2506,0,299.834],[4965,0,132.779]]],[[16463.7,8654.27,0],0,false,[[4843,1,253.017],[2494,1,26.1794]]],[[16773.2,8556.58,0],0,false,[[1917,0,29.341],[3373,0,287.821]]],[[14513.9,19437.6,0],0,false,[[2981,0,103.214]]],[[4296.97,17931.4,0],0,true,[[3825,2,17.2621],[2215,2,187.359],[743,2,8.8273],[1449,2,15.0127]]], +[[12120.9,16444.4,0],0,false,[[2627,0,147.932]]],[[16501.5,6078.15,0],0,false,[[1025,0,367.382],[776,0,288.159]]],[[4021.53,3755.13,0],0,false,[[2448,0,396.953]]],[[6205.32,17585.1,0],0,false,[[3454,0,145.29],[4118,0,371.134]]],[[12795.8,20115.5,0],0,false,[[4136,0,331.962]]], +[[16862.7,16692.9,0],0,true,[[5239,0,1.03489],[5677,0,2.34576],[945,0,1.28483]]],[[10048.4,10823.2,0],0,true,[[1041,0,202.244],[3193,0,339.518],[1531,0,289.741]]],[[17443.6,1445.54,0],0,false,[[3135,0,367.831],[2534,0,299.489]]],[[1017.16,16205.6,0],0,true,[[5058,0,3.96397],[1195,0,5.44818],[5058,1,3.97516]]],[[18235.9,15971.4,3.95819],0,false,[[3551,1,20.0071],[463,1,19.774]]], +[[14814.7,11597.9,0],0,false,[[4538,0,288.869]]],[[9460.64,8526.57,0],0,false,[[1545,0,5.88316],[3588,0,21.2064]]],[[12922.4,3210,0],0,true,[[4750,0,29.4961],[1991,0,219.061],[684,0,49.4169]]],[[7594.75,621.192,0],0,true,[[2238,0,4.34279],[4403,0,4.5686],[4086,1,4.48612],[4733,1,11.4234]]],[[12781.3,8381.76,0],0,true,[[5141,1,8.11652],[4920,1,22.8078],[3537,1,12.7137]]], +[[19747.6,8931.74,0],0,false,[[742,1,32.3427],[3263,1,237.52]]],[[14516.3,8741.7,0],0,false,[[5219,1,25.8251],[2920,1,296.296]]],[[19488.9,16574.1,0],0,false,[[2928,0,369.152],[5161,0,121.503]]],[[6448.14,625.063,0],0,true,[[1591,1,110.869],[2761,1,49.0767],[4545,1,13.0007]]],[[10697,3445.02,0],0,false,[[567,0,282.334],[5201,0,293.731]]], +[[1579.43,11184.5,0],0,false,[[5106,0,158.774],[395,0,362.276]]],[[16739.6,17812.6,0],0,true,[[1870,0,4.04954],[5573,0,49.2013],[490,1,8.45448]]],[[2263.5,16005.3,0],0,true,[[913,0,216.42],[385,0,13.3666],[3420,0,16.0824]]],[[15712.8,18642.4,0],0,true,[[1414,0,326.582],[1761,0,26.9118],[832,0,3.2766],[2862,0,6.6077],[2222,0,10.8064]]],[[16690.4,7330.21,0],0,false,[[3465,0,154.076],[1806,0,311.652]]], +[[9110.55,5701.36,0],0,false,[[3273,0,117.379]]],[[6685.9,17279.7,0],0,true,[[3814,1,383.425],[645,1,10.8929],[4922,1,6.50765]]],[[16905.9,17951.3,0],0,false,[[5198,1,5.13432],[4257,1,127.363]]],[[3346.36,16350.1,0],0,true,[[2128,0,2.87912],[5352,0,3.93206],[5267,0,2.75781]]],[[18485,347.547,0],0,false,[[4165,0,21.0591],[1215,0,43.907]]], +[[1802.37,15043,0],0,false,[[1404,1,310.526],[4,1,327.599]]],[[1426.55,13732,0],0,false,[[1364,1,138.554],[3643,1,112.792]]],[[9595.65,5180.05,0],0,false,[[2685,0,294.435],[2834,0,163.846]]],[[8265.81,4595.65,0],0,false,[[521,0,97.4892],[425,0,23.0854]]],[[11643.1,17461.3,0],0,false,[[5602,0,167.973],[165,0,143.128]]], +[[2261.69,15992,0],0,false,[[372,0,13.3666],[2800,0,18.119]]],[[3875.81,15145.3,0],0,true,[[4512,0,112.18],[1542,0,6.74386],[1846,2,3.9085]]],[[17634.2,12202.2,0],0,true,[[4153,0,5.34796],[3485,0,27.7966],[2123,0,6.17858]]],[[5797.93,12145.1,0],0,true,[[181,2,301.529],[1694,2,26.4205],[4748,2,9.11985]]],[[4485.83,19194.8,0],0,false,[[746,1,135.158],[3419,1,21.7266]]], +[[1459.76,315.844,0],0,false,[[5043,0,312.797],[2849,0,336.82]]],[[12430.1,19478.6,0],0,false,[[3719,0,219.999],[4447,0,206.757]]],[[10090.7,9534.35,0],0,false,[[2324,0,289.813]]],[[10925.5,15169,0],0,false,[[4848,0,170.121],[2197,0,226.905]]],[[1145.74,8400.77,0],0,true,[[3858,1,27.2964],[5540,1,303.95],[1982,1,9.94988],[5525,1,10.027],[2821,1,15.0548],[3562,1,11.462]]], +[[1259.74,11346.8,0],0,false,[[370,0,362.276],[1259,0,238.455]]],[[12455.4,9548.41,0],0,false,[[1233,1,4.4038],[5465,0,2.95372]]],[[8463.55,19359.3,0],0,true,[[3270,0,5.47043],[1375,0,2.57929],[3022,0,8.03979]]],[[9577.17,17721.2,0],0,true,[[2745,1,2.65552],[2435,0,6.36914],[4346,0,7.64963]]],[[4800.65,11934.1,0],0,false,[[2428,0,255.118],[3116,0,234.861]]], +[[9145.07,16388,0],0,false,[[4951,0,92.5625]]],[[7273.69,6466.75,0],0,false,[[1492,0,6.71837],[2342,1,10.8229]]],[[3784.54,6935.94,0],0,true,[[2757,0,2.29288],[2146,0,1.74848],[4213,0,9.62927]]],[[10895.8,17580.1,0],0,true,[[2850,0,27.857],[5442,0,11.0392],[5634,0,12.301],[4172,0,102.655],[1719,0,12.2443]]],[[11703.8,8050.92,0],0,false,[[4017,0,101.916],[3402,0,49.7833]]], +[[13240.2,13581.9,0],0,false,[[5512,0,57.0938],[2411,0,184.001]]],[[6859.63,660.688,0],0,true,[[2595,1,151.579],[4893,1,27.6762],[2399,1,44.0642]]],[[9774.99,17366,0],0,false,[[3096,1,250.451],[4189,1,389.864]]],[[10244.6,11373.7,0],0,false,[[3745,0,243.013],[3408,0,5.74259]]],[[15696.9,14288,0],0,false,[[2836,0,149.655]]], +[[7539.55,7371.8,0],0,true,[[1830,0,2.66387],[4312,0,2.72821],[4341,2,11.3216],[835,2,9.76535]]],[[5589.91,3922.32,0],0,false,[[4291,2,92.707],[5477,2,143.256]]],[[19668.9,4367.33,0],0,true,[[1137,0,23.9945],[1285,0,68.0325],[819,0,6.53393],[4340,0,4.42985]]],[[9593.85,2754.45,0],0,true,[[3003,0,10.8609],[906,0,3.17068],[5322,0,2.67038]]],[[9715.5,3982.27,0],0,true,[[3381,0,9.51137],[643,0,16.5528],[5323,0,8.83252]]], +[[15123.7,485.696,0],0,true,[[2426,0,9.46781],[3992,0,89.6565],[2542,0,5.27767]]],[[3291.86,7860.94,0],0,false,[[5320,1,329.197],[2509,1,240.87]]],[[15231.3,14414.4,0],0,false,[[1018,0,282.783],[1328,0,26.904]]],[[17247,7262.62,0],0,false,[[4365,0,230.284],[3728,0,133.529]]],[[12703.2,8466.52,0],0,false,[[1751,0,53.5561],[4896,0,87.3546]]], +[[13139.6,13428,0],0,true,[[1077,0,27.3767],[4496,0,4.34449],[1820,0,7.55836]]],[[12005.1,16705.2,0],0,false,[[317,0,18.7564],[121,0,141.611]]],[[9224.3,17087.6,0],0,false,[[435,0,365.806],[5387,0,384.43]]],[[18178.7,5710.59,0],0,false,[[27,0,301.029],[5493,0,394.177]]],[[3582.6,6223.71,0],0,true,[[3262,1,16.9572],[611,1,218.506],[3773,1,5.54821],[943,1,13.8504],[5327,1,7.11699]]], +[[8288.89,4595.54,0],0,true,[[383,0,23.0854],[1555,0,23.7774],[484,0,293.87]]],[[5002.49,10914.2,0],0,true,[[2043,0,1.69417],[3342,0,1.40301],[3032,0,2.50806],[515,0,2.62562]]],[[17769.5,12108.3,0],0,true,[[3845,0,61.5864],[2327,0,24.8226],[4999,0,10.5415]]],[[13336.3,3740.17,0],0,false,[[1045,0,369.897],[696,0,149.944]]],[[14771.4,293.33,0],0,false,[[3810,0,93.7788],[5717,0,212.352]]], +[[13139.2,8416.91,0],0,true,[[461,1,8.93441],[871,1,11.9305],[2960,1,6.9476]]],[[14747,11828,0],0,false,[[2608,0,117.688]]],[[19115.6,9471.5,0],0,false,[[3530,0,75.0689]]],[[19685.5,8273.01,0],0,false,[[2285,1,29.6143],[130,1,33.3369]]],[[5450.39,3593.66,0],0,false,[[884,0,227.744],[2573,0,38.7417]]], +[[9413.69,16774.6,0],0,false,[[4023,0,200.411],[422,0,365.806]]],[[15201.7,4704.97,0],0,false,[[4877,0,183.138],[4909,0,230.664]]],[[16502,9390.44,0],0,false,[[3223,0,33.3961],[3779,0,382.119]]],[[983.945,19825.6,0],0,false,[[5365,1,263.606],[85,1,351.5]]],[[19299.2,8199.18,0],0,false,[[2505,0,242.141],[5226,0,279.157]]], +[[18807.5,14737.6,0],0,false,[[2516,1,318.347],[4355,1,177.988]]],[[10448.1,5257.16,0],0,false,[[3557,0,51.643]]],[[15598.5,17983.4,0],0,false,[[3067,0,179.855],[1717,0,265.719]]],[[491.17,2994.94,0],0,false,[[804,0,9.15449],[4982,0,12.0177]]],[[4797.73,18221.8,0],0,false,[[2215,2,392.863],[5133,2,216.504]]], +[[6168.35,4060.71,0],0,false,[[3455,1,248.739],[3762,1,242.564]]],[[9589.77,16119.9,3.74898],0,false,[[4359,1,228.71],[847,1,18.0266]]],[[15187.7,1852.07,0],0,false,[[4960,1,399.882],[2581,1,374.858]]],[[14059.6,13300.3,0],0,false,[[3893,0,19.0088],[2526,0,20.1323],[3603,0,24.1691]]],[[1964.87,9837.32,0],0,true,[[183,0,2.61085],[3981,0,2.98213],[858,1,4.22092]]], +[[5900.1,14199.6,0],0,true,[[4349,1,88.4078],[3884,1,19.5526],[843,1,14.0372]]],[[17788.7,19462.3,0],0,false,[[4484,0,12.9086],[2838,1,15.2349]]],[[17956.2,19819.3,0],0,false,[[756,1,370.459],[2049,1,141.301]]],[[4484.5,2846.58,0],0,false,[[1799,0,395.825],[2157,0,42.3381]]],[[9604.63,2779.31,0],0,true,[[1186,0,344.924],[2343,0,13.542],[1599,0,10.9256]]], +[[13215.7,14512.9,0],0,false,[[3130,0,393.105],[1922,0,135.129]]],[[19053.2,2212.45,0],0,false,[[2979,0,351.001],[907,0,200.301]]],[[9028.17,13089.4,0],0,false,[[4098,0,209.304],[668,0,378.515]]],[[13569.5,8080.61,0],0,true,[[3184,0,208.042],[5298,0,24.203],[1292,0,138.344]]],[[14400.9,14785.2,0],0,false,[[3949,0,243.093],[3204,0,300.333]]], +[[12310.1,4961.89,0],0,false,[[1756,0,2.6313],[736,0,324.471]]],[[13140.8,8425.71,0],0,true,[[2211,1,56.6156],[430,1,8.93441],[2960,1,5.17029]]],[[13991.9,7088.72,0],0,true,[[1621,0,11.3684],[3188,0,16.1011],[3894,0,3.96485]]],[[18247.8,15955.6,0],0,false,[[801,1,260.223],[359,1,19.774]]],[[12500.7,8212.93,0],0,false,[[1477,0,121.603],[2645,0,18.3946]]], +[[497.911,13137.4,0],0,false,[[4555,1,295.204],[2492,1,345.244]]],[[7437.43,8621.27,0],0,false,[[104,2,293.335],[3366,2,364.182]]],[[10889.6,17544.5,3.18927],0,false,[[1959,0,18.5425],[4169,0,24.4609]]],[[7627.95,7125.49,0],0,false,[[1528,2,371.667],[4341,2,250.448]]],[[13030.1,11981.6,0],0,false,[[1075,0,105.171],[727,0,50.264]]], +[[8944.72,5742.68,0],0,true,[[2747,0,12.7444],[2219,0,318.592],[2214,1,7.68562]]],[[2751.44,19422.8,0],0,false,[[5066,0,6.6938],[2773,0,7.10605]]],[[18385.6,213.002,0],0,true,[[5393,0,74.9044],[1780,0,70.1152],[25,0,53.8329]]],[[2249.02,2395.86,0],0,false,[[1560,1,6.69191],[4859,0,4.46911]]],[[9617.47,2751.32,0],0,true,[[5340,0,5.12398],[1526,0,16.2321],[576,0,0.75292]]], +[[7820.39,15736.6,0],0,false,[[2366,0,6.77157],[998,0,8.8856]]],[[18232.6,15078.9,0],0,false,[[4574,0,257.994],[2055,0,261.156]]],[[10543.6,7782.1,0],0,true,[[4793,0,57.7878],[2008,0,2.88507],[4884,0,4.01887]]],[[7380.47,7769.25,0],0,false,[[3547,0,34.5907],[1095,0,18.1526]]],[[18484.9,6615.02,0],0,false,[[5171,0,249.15],[3867,0,7.24317]]], +[[7147.68,13117.9,0],0,false,[[519,1,89.5153],[5191,1,264.481]]],[[18325.4,11784.5,0],0,false,[[2671,0,334.702],[5355,0,322.428]]],[[17559.2,12344.6,0],0,false,[[3939,0,34.7101],[4486,0,3.47241]]],[[14479.7,16486.7,0],0,false,[[4232,0,349.924],[5424,0,319.967]]],[[8301.47,4304.36,0],0,true,[[4553,0,75.963],[4066,0,101.075],[425,0,293.87]]], +[[18431.5,17606.7,0],0,false,[[3815,0,20.4591],[5348,0,78.6134]]],[[12872,5601.94,0],0,false,[[2454,0,319.765],[3912,0,254.482]]],[[6423.96,1689.47,0],0,false,[[4540,1,102.009],[2637,1,19.2673]]],[[17658.4,12236.4,0],0,true,[[143,0,121.697],[3852,0,5.59229],[1609,0,2.54668]]],[[18700.7,12624.5,0],0,false,[[1563,0,335.622],[327,0,327.147]]], +[[16738.3,17804.2,0],0,true,[[3173,1,23.6251],[4904,1,121.476],[2662,1,12.802],[1870,1,10.2722],[371,1,8.45448]]],[[2369.96,15671.2,0],0,false,[[713,0,120.832],[2916,0,158.856]]],[[13699.4,8376.9,0],0,false,[[4741,1,260.212],[2961,1,255.362]]],[[10273.3,8442.88,0],0,false,[[5605,0,315.211],[4916,0,119.916]]],[[19256,6966.56,0],0,false,[[1689,0,255.246],[3556,0,288.303]]], +[[10347.5,12555.7,0],0,false,[[3338,0,2.78539],[2314,1,2.44723]]],[[9807.43,6426.99,0],0,true,[[5678,0,1.47043],[2510,0,164.138],[992,1,4.93857]]],[[16929.4,4817.67,0],0,true,[[4667,0,13.5135],[238,0,122.55],[772,0,5.19683],[3083,0,8.06161]]],[[5376.95,4073.08,0],0,false,[[5477,2,117.66],[111,2,91.9884]]],[[13156.9,3419.81,0],0,false,[[4300,0,281.999],[1045,0,26.5371]]], +[[2555.34,20095.9,0],0,true,[[2678,0,4.25871],[2708,0,3.43225],[2976,1,7.61024],[2926,1,8.76887]]],[[6519.89,11192.1,0],0,false,[[562,2,287.695],[2277,2,288.681]]],[[15243.5,1082.91,0],0,true,[[1208,1,35.3391],[2603,1,312.148],[1444,1,20.9413]]],[[4911.37,3409.39,0],0,false,[[3563,0,356.814],[603,0,180.29]]],[[5261.32,20297.8,0],0,false,[[3056,2,288.099],[5474,2,173.763]]], +[[10202.2,7712.39,0],0,false,[[4044,0,53.726],[2182,0,26.0541]]],[[6897.68,15602.6,0],0,false,[[3457,0,307.791],[4874,0,225.818]]],[[15257.1,16785.4,0],0,false,[[5706,0,137.924],[937,0,267.244]]],[[14733.8,7821.85,0],0,true,[[2964,0,308.045],[1493,0,18.052],[5440,0,10.0035],[5055,0,4.97608]]],[[12762.1,8420.63,0],0,false,[[4981,0,51.998]]], +[[1839.62,1240.61,0],0,false,[[4641,1,14.6607],[4139,1,170.874]]],[[14959.1,13164.7,0],0,false,[[1134,1,181.525],[1976,1,246.771]]],[[4871.37,16329.4,0],0,true,[[1516,1,273.672],[3196,1,26.936],[4152,1,16.1141]]],[[17312.4,4124.9,0],0,false,[[5274,0,16.7217],[4704,0,10.5078]]],[[18246.6,14118.9,0],0,false,[[2615,1,346.837],[4092,1,108.303]]], +[[5000.02,10915.1,0],0,true,[[5391,0,8.62489],[4114,0,2.26319],[572,0,2.10587],[2370,0,2.77108],[3951,0,8.07953],[2043,0,1.63621],[426,0,2.62562],[2364,0,3.14073]]],[[7602.93,617.367,0],0,true,[[4403,0,4.53801],[1987,0,284.642],[4733,1,6.52749]]],[[5049.45,9868.34,0],0,false,[[2196,0,149.539],[3281,0,335.977]]],[[8013.71,9754.76,0],0,false,[[4653,1,354.424],[797,1,246.649]]],[[7147.85,13028.4,0],0,false,[[5108,1,28.7656],[480,1,89.5153]]], +[[18895.6,1177.13,0],0,false,[[2677,0,123.944],[278,0,323.988]]],[[8168.32,4596.12,0],0,false,[[383,0,97.4892],[2417,2,12.3556]]],[[15032.5,13713.8,0],0,false,[[5204,1,30.732],[3591,1,119.185]]],[[854.156,6146.6,0],0,false,[[4567,2,278.336],[4611,2,283.044]]],[[3875.14,6988.11,0],0,false,[[1469,0,73.0792],[554,0,275.106]]], +[[15065.2,11919.2,0],0,false,[[732,0,30.203],[4538,0,124.768]]],[[16487.7,18107.4,0],0,false,[[1338,0,56.4038]]],[[15871.9,14472.2,0],0,true,[[5112,0,16.0041],[1741,0,3.36631],[3126,1,6.51899]]],[[16051.3,11013.3,0],0,false,[[2405,0,219.721],[2206,0,336.244]]],[[19425.8,8512.07,0],0,false,[[4166,0,25.5802],[5614,0,200.997]]], +[[16025.5,61.1169,0],0,false,[[1703,1,269.589],[569,1,333.588]]],[[13573.1,7924.71,0],0,true,[[1989,0,28.5411],[2335,0,207.869],[2057,0,29.2387]]],[[17325.9,10186.7,0],0,true,[[1684,0,85.392],[1265,0,10.0752],[1283,0,8.06266],[750,0,21.2246]]],[[8462.69,5691.09,0],0,false,[[4276,2,61.2762],[5549,2,357.761]]],[[19565.5,4761.49,0],0,false,[[904,0,36.3828],[4367,0,186.938]]], +[[3165.3,11744.9,0],0,false,[[4248,0,372.807],[1146,0,209.699]]],[[3042.19,8481.21,0],0,false,[[4375,1,188.097],[3659,1,133.662]]],[[15740.6,9264.17,0],0,false,[[3319,1,14.7169],[2387,1,105.12]]],[[8593.58,2075.7,0],0,false,[[3909,2,10.0584],[4788,0,195.38]]],[[11843.6,7398.6,0],0,true,[[894,0,157.832],[1447,0,234.593],[5507,0,200.382]]], +[[10792.4,12751.1,0],0,false,[[3623,0,34.8948],[758,0,147.004]]],[[15051.6,4500.47,0],0,false,[[3525,0,32.1414],[3932,0,366.997]]],[[15021,6268.26,0],0,true,[[2663,1,9.60732],[4202,1,174.698],[1117,1,5.74115]]],[[16942.6,4929.96,0],0,true,[[714,0,21.4344],[1291,0,85.8415],[4917,0,14.9552]]],[[8464.68,17950.6,0],0,false,[[1086,0,135.959],[1165,0,327.832]]], +[[9833.35,18615,0],0,true,[[3526,0,168.865],[2939,0,11.17],[800,0,22.9216]]],[[15580,14230.5,0],0,false,[[3253,0,373.052],[3361,0,89.7178]]],[[1100.42,17880.9,0],0,false,[[2923,0,8.11856],[2037,0,261.904]]],[[16600.6,18238.9,0],0,false,[[1889,0,24.7184],[5285,0,13.4562]]],[[11117.8,4182.87,0],0,false,[[2966,0,195.953],[3583,0,112.123]]], +[[3862.73,16285.5,0],0,true,[[5633,2,81.9838],[2655,2,84.9789],[3844,2,7.97313]]],[[3304.41,587.209,0],0,false,[[4414,1,326.911],[1220,1,303.958]]],[[3415.45,4901.29,0],0,false,[[4964,2,248.302],[343,2,201.555]]],[[4620.13,12867.1,0],0,true,[[1698,2,28.5095],[4815,2,29.9237],[2604,2,9.33606],[2670,2,10.8606]]],[[4078.43,7172.95,0],0,false,[[524,0,275.106],[2901,0,323.729]]], +[[8879.27,18925.8,0],0,false,[[5132,0,65.0799],[4740,0,29.2457]]],[[3647.67,17873.7,0],0,true,[[5336,0,4.36919],[298,0,5.56033],[2042,0,7.68594],[4979,0,5.338]]],[[9199.9,17902.2,0],0,false,[[3303,0,250.741],[1242,0,386.701]]],[[6673.82,17453.2,0],0,true,[[2415,1,26.7502],[2278,1,229.208],[3497,1,3.99196],[878,1,6.13958]]],[[3735.24,14927.5,0],0,false,[[4218,0,25.9311],[785,0,27.7913]]], +[[10203.2,7532.68,0],0,false,[[5613,1,1.98932],[259,0,47.3098]]],[[16756.2,12570,0],0,false,[[857,0,261.902],[5047,0,274.294]]],[[6685.49,10957.2,0],0,false,[[1906,2,25.6579],[501,2,287.695]]],[[9803.4,15987.4,0],0,false,[[2040,0,194.277],[1841,0,379.51]]],[[18607,13954.4,0],0,false,[[1574,0,280.713],[783,0,149.635]]], +[[3959.65,1302.48,0],0,false,[[2340,1,305.664],[5596,1,383.229]]],[[10174.4,5570.81,0],0,false,[[4590,0,20.574],[4303,0,20.9779],[2743,0,51.5837]]],[[10810.3,3703.56,0],0,false,[[920,0,256.273],[369,0,282.334]]],[[3817.07,7288.19,0],0,false,[[2350,0,145.102],[2576,0,299.407]]],[[16338.1,177.258,9.23896],0,false,[[530,1,333.588],[232,1,237.292]]], +[[1620.08,5916.53,0],0,false,[[4049,0,276.139],[4475,0,159.756]]],[[8329.16,4609.85,0],0,false,[[1555,0,21.9423],[4191,0,45.544]]],[[4998.58,10916.6,0],0,true,[[585,0,1.37458],[4114,0,2.29599],[515,0,2.10587]]],[[1780.06,9741.72,0],0,true,[[4180,1,18.8453],[241,1,212.566],[4677,1,8.96083],[313,1,9.57934],[4366,1,11.697]]],[[7301.98,13538.9,0],0,false,[[3808,1,209.33],[3531,1,306.799]]], +[[15702.6,6436.3,0],0,false,[[1954,0,226.349]]],[[9616.78,2751.01,0],0,true,[[1704,0,10.7947],[474,0,0.75292],[5340,0,4.70846],[1526,0,16.8356]]],[[17620.6,19126.6,0],0,false,[[5441,1,362.19],[1550,1,368.695]]],[[11148.2,17657.2,0],0,true,[[5087,0,38.9518],[627,0,18.2017],[1860,0,9.62405]]],[[18066.7,11985.8,0],0,true,[[1861,0,1.9084],[3034,0,1.78721],[5355,0,5.61581]]], +[[1825.53,1262.68,0],0,true,[[625,1,292.295],[2828,1,25.0028],[4641,1,12.7263]]],[[10056.8,602.687,0],0,false,[[5301,1,29.2141],[3484,1,323.853]]],[[7794.97,19157.8,0],0,false,[[1053,0,255.394],[1042,0,200.236]]],[[20236.6,3905.89,0],0,false,[[840,0,156.398],[2660,0,262.636]]],[[9828.46,18630,0],0,true,[[2939,0,4.68483],[1983,0,7.7179],[800,0,7.23056]]], +[[4998.45,10918,0],0,true,[[5625,0,1.24337],[572,0,1.37458],[1258,0,2.80963]]],[[8112.85,791.033,0],0,false,[[2365,1,296.482],[5714,1,389.701]]],[[10060.3,405.247,0],0,false,[[200,2,56.8807],[1963,2,52.6925]]],[[6840.47,14973,0],0,false,[[4055,1,20.1193],[1919,1,198.02]]],[[11532.5,3807.64,0],0,false,[[29,0,311.092],[5346,0,183.526]]], +[[9104.33,16237.9,0],0,false,[[5463,0,12.2521],[883,1,3.73496]]],[[7633.62,1109.42,0],0,false,[[2020,0,231.191],[2242,0,35.7863]]],[[13316.7,7632.65,0],0,false,[[4321,1,139.836],[2065,1,264.102]]],[[1011.37,17610.6,0],0,false,[[217,0,336.471],[3029,0,265.944]]],[[9119.86,5447.33,0],0,false,[[4914,0,131.091]]], +[[9151.22,503.309,0],0,false,[[2795,2,332.796],[1122,2,273.122]]],[[17606.8,11815.9,0],0,false,[[4744,0,12.2859],[1187,1,5.79679]]],[[12730.8,8359.37,0],0,false,[[3917,0,22.7648],[4981,0,17.053]]],[[11361.6,17890.3,0],0,true,[[5030,0,25.9846],[1913,0,77.5903],[2832,0,12.3311]]],[[2301.2,5207.37,0],0,false,[[4474,2,190.826],[2413,2,303.184]]], +[[11160.7,10736.2,0],0,false,[[1276,1,379.391],[113,1,340.99]]],[[13745.2,16205.4,0],0,true,[[3317,0,18.5244],[4958,0,112.852],[275,0,10.4309],[2503,0,9.50451]]],[[13025.9,7992.79,0],0,true,[[5529,0,2.10702],[5000,0,16.8553],[54,0,6.8721]]],[[5079.41,3344.09,0],0,false,[[503,0,180.29],[2022,0,367.998]]],[[12635.8,7552.05,0],0,false,[[2479,0,292.96]]], +[[18548,17597.2,0],0,true,[[1264,1,32.8571],[3705,1,60.5194],[3735,1,7.11228],[3064,1,9.24816],[4868,1,12.2357],[5607,1,15.4944]]],[[13213.7,5768.99,0],0,false,[[2511,1,289.257],[1865,1,251.448]]],[[1427.98,16076.5,0],0,false,[[116,1,235.714],[4944,1,398.89]]],[[5253.53,4161.23,0],0,false,[[111,2,59.685],[2218,2,367.869]]],[[13960.3,18266.9,0],0,false,[[3797,0,323.197],[5572,0,135.496]]], +[[2241.07,15968.7,0],0,true,[[5135,1,125.332],[106,1,11.2072],[4251,1,8.63768]]],[[3398.16,6332.68,0],0,true,[[424,1,218.506],[4646,1,25.0089],[2892,1,9.71339]]],[[13138.4,8282.63,0],0,false,[[3278,1,27.6091],[2817,1,114.627]]],[[11625.5,971.47,0],0,false,[[4051,0,127.883],[5234,0,368.115]]],[[3582.48,14984.4,0],0,true,[[1411,0,95.7183],[5610,0,15.7668],[2594,0,11.8156]]], +[[3787.08,3325.88,0],0,false,[[1675,0,5.35059],[4354,0,6.65444]]],[[3180.95,12762.2,0],0,false,[[4167,0,66.9104],[2781,1,11.0099]]],[[15184.1,5717.42,0],0,false,[[3697,0,365.738],[4623,0,48.4277]]],[[3600.34,14787.3,0],0,true,[[110,0,210.558],[4588,0,28.0878],[3276,0,171.874]]],[[12488.1,11746.7,0],0,true,[[3444,0,294.522],[1371,0,16.139],[3483,0,11.5698]]], +[[17784.8,13999.2,0],0,false,[[5151,1,26.4708],[2742,1,18.6251]]],[[11261.8,19774.7,0],0,true,[[4827,0,3.52465],[3458,0,6.06886],[2696,0,6.20551],[661,0,1.52652]]],[[3087.47,1349.84,0],0,true,[[2866,1,141.381],[3580,1,13.3905],[788,1,27.2098]]],[[8841.57,10265.9,0],0,true,[[163,0,3.33792],[3627,0,379.576],[1728,0,3.16806]]],[[11928.1,17598.3,0],0,false,[[5602,0,240.311],[5049,0,163.247]]], +[[1553.04,1368.42,0],0,false,[[4548,1,305.212],[580,1,292.295]]],[[13694.9,12490.5,0],0,true,[[672,0,27.1425],[2000,0,183.828],[3072,0,80.951]]],[[11166.3,17659.4,0],0,true,[[578,0,18.2017],[1958,0,24.5074],[1860,0,11.3942]]],[[15549.3,14668.1,0],0,false,[[2432,0,140.752]]],[[16636.5,17669.9,0],0,false,[[4904,1,47.0368],[3608,1,20.368]]], +[[15455.4,3111.29,0],0,false,[[4389,0,105.447]]],[[6678.94,5591.49,0],0,false,[[4713,1,203.118],[1429,1,225.703]]],[[17933.2,12320.5,0],0,true,[[3133,0,19.6594],[2541,0,177.634],[5073,0,1.81238],[5229,0,5.3656],[3401,0,10.0476]]],[[13765.2,4804.43,0],0,false,[[5400,0,95.0579],[4331,0,63.65]]],[[2874.76,2084.48,0],0,false,[[2240,1,391.64],[3838,1,96.8902]]], +[[4565.99,4429.12,0],0,false,[[3846,1,267.301],[5716,1,295.302]]],[[2751.41,19428,0],0,true,[[3010,0,3.32117],[5515,0,2.58928],[2570,0,0.619694]]],[[7987.98,11001.5,0],0,false,[[5139,0,22.1382],[657,0,235.599]]],[[12870.8,17489.3,0],0,false,[[95,0,326.455],[4347,0,348.904]]],[[17334.1,10195.5,0],0,true,[[5279,0,2.53019],[1265,0,2.58732],[4813,0,1.26283],[750,0,9.90448]]], +[[7771.82,15779.7,0],0,false,[[260,1,2.63229],[1034,0,18.469]]],[[10555.7,14156.5,0],0,true,[[905,0,10.8582],[1372,0,2.61967],[1873,0,1.35405],[3635,0,2.7648],[2643,0,2.54992]]],[[13828.4,19452.7,0],0,false,[[4898,0,20.9678],[4225,0,324.737]]],[[9711.17,3966.3,0],0,false,[[414,0,16.5528],[1584,0,384.809]]],[[10426.4,2802.21,0],0,false,[[1876,0,199.323],[3021,0,218.948]]], +[[6692.55,17288.3,0],0,true,[[376,1,10.8929],[5154,1,50.0745],[739,1,8.31172],[4922,1,6.17212]]],[[13874,3122.74,0],0,false,[[4197,0,3.64854],[825,0,372.381]]],[[8039.31,2903.64,0],0,false,[[5039,2,230.47],[1844,2,185.071]]],[[3786.57,6967.02,0],0,false,[[4213,0,21.5973],[2350,0,177.593]]],[[6397.15,1761.08,0],0,false,[[4950,1,43.5162],[322,1,369.793]]], +[[4229.01,4762.12,0],0,false,[[1130,2,128.559],[93,2,51.0115]]],[[16259.1,16337.9,0],0,false,[[5215,1,240.486],[1332,1,290.286]]],[[2075.86,17617.7,0],0,false,[[5462,0,346.153],[206,0,261.783]]],[[8030.67,15655.1,0],0,false,[[1757,0,148.467]]],[[15367.7,748.955,0],0,false,[[2700,1,55.0085],[3532,1,169.924]]], +[[10723.4,10842.7,0],0,false,[[3238,0,313.852],[1373,0,205.882]]],[[12564.1,8063.8,0],0,false,[[3533,0,58.7239],[5149,1,6.69397]]],[[8090.73,10789.5,0],0,false,[[637,0,235.599],[4464,0,168.35]]],[[3211.99,5731.93,0],0,false,[[3272,1,14.8564],[1790,1,8.287]]],[[20027.7,4457.44,0],0,false,[[3390,0,116.441],[75,0,148.651]]], +[[18125,16150.2,0],0,true,[[188,1,30.554],[754,1,34.3651],[837,1,9.34678],[2467,1,25.6813]]],[[11261.1,19776.1,0],0,true,[[4072,0,21.4003],[1311,0,26.3783],[2696,0,7.00527],[4827,0,4.28672],[621,0,1.52652],[3458,0,6.16268]]],[[2864.98,15565.3,0],0,false,[[4201,1,211.343],[5210,1,213.449]]],[[7281.88,12979.6,0],0,false,[[4227,0,133.128],[1892,0,272.71]]],[[9319.9,16152.1,0],0,false,[[2890,0,117.09]]], +[[9682.25,5819.94,0],0,true,[[1489,0,35.6903],[4380,0,8.00103],[3290,0,13.2567]]],[[16704.4,7223.44,0],0,false,[[315,0,83.5158]]],[[15095.7,11947.8,0],0,true,[[1266,0,25.4949],[3370,0,252.142],[732,0,12.2487]]],[[9095.08,13461.2,0],0,false,[[457,0,378.515]]],[[12219.5,1280.01,0],0,true,[[2854,0,3.24429],[4774,0,127.332],[719,0,3.48664]]], +[[4844.48,18478.9,0],0,true,[[930,2,26.7103],[1183,2,64.2256],[5709,2,3.34146],[4658,2,12.7012]]],[[10201.6,2212.3,0],0,false,[[4243,0,376.413],[3107,0,347.891]]],[[13684.3,12515.5,0],0,false,[[3877,0,216.492],[626,0,27.1425]]],[[13630.2,3187.28,0],0,false,[[4197,0,265.885],[4300,0,259.005]]],[[7340.82,16642,0],0,false,[[3796,1,337.246],[4134,1,286.256]]], +[[16277,16615.5,0],0,true,[[227,1,383.89],[3345,1,20.0062],[1941,1,6.63458],[2798,1,11.9909],[3644,1,9.15468]]],[[4651.53,10660.7,0],0,true,[[1190,0,16.541],[4424,0,241.407],[895,0,12.1067],[1127,0,13.9079],[2942,0,25.8422]]],[[911.49,6766.69,0],0,false,[[4241,0,126.132],[3907,0,174.611]]],[[14943.7,15219.7,3.52464],0,true,[[1052,1,12.1902],[4934,1,18.6124],[2632,1,9.60985],[925,1,6.65626]]],[[19080.4,11327.9,0],0,true,[[2094,0,12.014],[2431,0,71.8739],[11,0,14.3934]]], +[[10167.6,7048.56,0],0,false,[[2163,0,17.1445],[2553,0,172.678]]],[[9806.49,6422.37,0],0,true,[[5678,0,3.30433],[3105,0,1.52479],[992,1,4.52542]]],[[7118.29,12505.3,0],0,true,[[5034,1,348.861],[1939,1,9.8216],[4696,1,27.0114]]],[[17723.2,12024.9,0],0,true,[[2485,0,3.61728],[5447,0,3.8763],[1333,0,13.7098],[2091,0,14.2657]]],[[12956.7,3237.61,0],0,false,[[362,0,49.4169],[1045,0,263.926]]], +[[12977.7,12221.9,0],0,true,[[4112,0,10.6541],[5013,0,342.025],[4117,0,15.1033]]],[[3138.77,12719.8,0],0,false,[[1344,0,16.8702],[5405,0,57.1988]]],[[7101.67,11983.6,0],0,false,[[5341,1,376.407],[5034,1,174.218]]],[[11822,5059.71,0],0,false,[[736,0,211.342]]],[[12936.1,8722.11,0],0,false,[[2021,0,104.307],[1010,0,226.041]]], +[[11445.9,5641.01,0],0,true,[[2496,0,3.90222],[5168,0,3.60045],[1504,0,7.58729],[4430,0,1.84511]]],[[13943,18092.5,0],0,true,[[28,0,1.92253],[3527,0,3.66188],[4729,0,5.71212]]],[[19950.3,4304.38,0],0,true,[[881,0,3.99789],[2317,0,10.4681],[4208,0,13.2354]]],[[7417.41,624.291,0],0,false,[[1575,1,154.193],[3112,1,337.13]]],[[17647,8647.57,0],0,false,[[323,1,93.4744],[1316,1,365.99]]], +[[14259.6,19493.2,0],0,true,[[4573,0,27.5743],[4124,0,52.1455],[5660,0,25.5925]]],[[13444.7,3841,0],0,false,[[428,0,149.944],[5097,0,169.656]]],[[10754.7,9988.53,0],0,false,[[1160,0,273.095],[4310,0,376.462]]],[[4518.6,13501.4,0],0,false,[[236,1,122.095],[2973,1,344.601]]],[[13307.9,8542.2,0],0,true,[[248,0,139.134],[2535,0,119.291],[5411,0,155.393]]], +[[2167.88,11135.6,0],0,false,[[2038,1,332.486],[5553,1,171.551]]],[[11895.3,9718.05,0],0,false,[[1096,0,338.097],[4081,0,25.5165]]],[[5760.2,19846.3,0],0,false,[[3827,0,212.276],[1808,0,323.283]]],[[5294.37,4211.58,0],0,false,[[5408,0,102.606],[5207,0,134.56]]],[[6327.18,18045.3,0],0,false,[[2998,1,5.53177],[5153,0,167.729]]], +[[6247.19,13855,0],0,true,[[5008,0,5.68138],[3707,0,204.678],[3694,1,16.4541]]],[[2268.34,20034.3,0],0,false,[[230,1,254.823],[2976,1,286.191]]],[[19752.3,8868.38,0],0,false,[[2436,1,116.301],[742,1,31.2003]]],[[10424.3,7603.94,0],0,true,[[926,1,17.5113],[2823,1,79.0379],[205,1,11.0366]]],[[4187,10278.5,0],0,false,[[2897,0,19.7632],[4374,0,40.6184]]], +[[8329.96,20475.8,0],0,false,[[2230,0,134.83]]],[[2683.04,5055.33,0],0,false,[[4205,2,160.458],[4474,2,220.492]]],[[3048.91,1853.57,0],0,false,[[3838,1,230.394],[2018,1,234.118]]],[[2286.79,15758.7,0],0,false,[[2661,1,7.57585],[491,0,120.832]]],[[16963.1,4936.13,0],0,true,[[92,0,26.0282],[543,0,21.4344],[4917,0,7.92136]]], +[[10133.1,9977.89,0],0,false,[[1089,0,18.0262],[4069,0,268.904]]],[[10028.3,8635.42,0],0,true,[[3743,0,14.4637],[917,0,5.44018],[4700,1,6.10966]]],[[20266.7,13463.8,0],0,true,[[1946,0,2.68747],[5472,0,5.29745],[1171,0,5.99913]]],[[3213.78,12690.5,0],0,true,[[4022,0,30.2511],[4167,0,12.195],[3183,0,5.91925],[3162,0,7.89746]]],[[12222.3,1281.99,0],0,true,[[2854,0,1.51343],[5033,0,10.2381],[669,0,3.48664]]], +[[8923.21,14196.5,0],0,false,[[2804,0,327.804],[1571,0,304.059]]],[[7346.04,9687.05,0],0,false,[[1097,2,364.515],[3300,2,152.214]]],[[10298.1,13245.8,0],0,false,[[4286,1,392.638],[5691,1,259.84]]],[[10812.2,12796.5,0],0,false,[[1935,1,18.669],[790,1,20.8773]]],[[18109.1,16161.3,0],0,false,[[299,0,30.688],[837,0,23.8215]]], +[[8493.14,2524.36,0],0,false,[[2409,2,57.5788],[5388,2,117.468]]],[[10854.6,12966,0],0,false,[[782,0,154.596]]],[[12988.7,11956.2,0],0,true,[[320,0,155.722],[5240,0,33.8933],[469,0,50.264]]],[[5589.18,6357.47,0],0,false,[[5586,1,16.2103],[1807,1,76.5931]]],[[9544.27,18998,0],0,false,[[2048,0,263.605],[2605,0,247.663]]], +[[5443.79,3228.67,0],0,true,[[5048,0,3.37089],[1945,0,2.87229],[975,1,3.45311]]],[[11140.8,12755.1,0],0,false,[[3964,1,396.442],[4284,1,77.7671]]],[[15085.9,11941.2,0],0,false,[[667,0,12.2487],[525,0,30.203]]],[[13165.4,6441.34,0],0,false,[[5487,1,390.306],[3391,1,222.269]]],[[12469.9,11742,0],0,true,[[848,0,3.50166],[1033,0,399.603],[2104,0,175.983],[1371,0,4.02919]]], +[[14644,19118.2,0],0,true,[[1382,0,1.83357],[4128,0,2.67018],[2774,0,4.44255],[2880,0,14.541]]],[[11988.6,4938.73,0],0,false,[[460,0,324.471],[688,0,211.342]]],[[13958.9,14125,0],0,false,[[6,0,317.893],[1180,0,314.013]]],[[11132.9,19387.3,0],0,false,[[1088,0,405.793],[3976,0,322.927]]],[[6687.01,17294.5,0],0,true,[[1203,0,122.658],[4922,0,8.38212],[645,1,8.31172]]], +[[10177.2,5507.99,0],0,false,[[279,0,17.4882],[5577,0,15.5047]]],[[13204.4,4483.07,0],0,true,[[5630,0,25.4316],[1022,0,64.6224],[4737,0,9.7216],[3160,0,11.6233],[4670,0,15.5418]]],[[19750.5,8899.53,0],0,true,[[707,1,31.2003],[365,1,32.3427],[1752,1,12.3524],[2647,1,10.0827],[187,1,8.47042],[5364,1,7.79946],[5004,1,7.861]]],[[4288.89,17927.9,0],0,true,[[349,2,8.8273],[1449,0,8.22699],[3825,2,9.39226]]],[[13567.6,437.333,0],0,false,[[1857,0,27.1821]]], +[[8596.02,10925.8,0],0,false,[[3536,0,178.069],[3020,0,119.279]]],[[4398.32,19297.7,0],0,false,[[1144,1,216.974],[389,1,135.158]]],[[8059.92,4337.71,0],0,false,[[1949,1,385.68],[2489,1,15.0048]]],[[9153.29,16151.9,0],0,false,[[5184,1,73.9305],[2051,1,356.915]]],[[3529.63,15945,0],0,false,[[4602,0,388.168],[1121,0,162.175]]], +[[17343.6,10198.5,0],0,true,[[1265,0,11.2247],[10,0,308.244],[639,0,9.90448],[4813,0,10.4327],[1283,0,13.1841],[532,0,21.2246]]],[[14945,16103.4,0],0,true,[[3295,0,30.6946],[4776,0,31.1306],[3813,0,4.61412]]],[[12422.2,8058.54,0],0,false,[[5088,0,81.8253],[5395,0,120.167]]],[[17676.6,12213.4,0],0,true,[[3103,0,2.56277],[3732,0,1.98565],[1004,0,8.1705]]],[[18115.6,16183.3,0],0,false,[[660,1,34.3651],[2217,1,32.5751]]], +[[7238.28,1315.53,0],0,false,[[3348,0,195.831],[2020,0,214.657]]],[[18117.9,20152.6,0],0,false,[[3567,1,354.392],[452,1,370.459]]],[[12126.6,11995.1,0],0,false,[[3667,0,357.198],[932,0,154.778]]],[[10915.2,12670.2,0],0,true,[[540,0,147.004],[5319,0,96.8121],[4274,0,96.692]]],[[18192.5,17250.7,0],0,false,[[2885,1,149.791],[4943,1,332.674]]], +[[62.3325,16454.7,0],0,false,[[80,1,45.4582],[5142,1,362.316]]],[[5230.55,18708.1,0],0,true,[[2332,1,5.03636],[2273,1,16.8744],[3298,1,5.37116]]],[[3110.57,6271.19,0],0,true,[[967,0,3.09654],[4826,0,239.59],[2556,1,10.7028]]],[[19925.6,4775.57,0],0,true,[[5222,0,6.56137],[869,0,143.954],[3760,0,3.53731]]],[[12054.9,5821,0],0,false,[[2276,0,262.479],[3379,0,87.5636]]], +[[15566.3,3462.67,0],0,false,[[973,1,306.189],[5685,1,147.644]]],[[2901.65,7562.56,0],0,false,[[3824,0,359.751],[2449,0,360.228]]],[[17984.2,12343.5,0],0,false,[[4821,0,30.0815],[4262,0,154.802]]],[[6790.79,17488.1,0],0,true,[[4269,0,133.948],[3695,0,2.27352],[3864,0,6.20558]]],[[15045.3,4542.27,0],0,false,[[4889,0,4.31235],[3525,0,10.1368]]], +[[5724.34,6825.95,0],0,true,[[1083,0,2.69513],[2876,0,9.0118],[1707,0,14.6615]]],[[17599.8,7062.02,0],0,false,[[3728,0,272.47],[4585,0,155.729]]],[[16926,4813.73,0],0,false,[[3083,0,2.91982],[497,0,5.19683]]],[[16272.1,17183.6,0],0,false,[[2355,1,390.152],[863,1,27.27]]],[[17269.1,11373.7,0],0,false,[[1483,1,346.347],[2427,1,19.2297]]], +[[19975.3,3959.45,0],0,false,[[881,0,344.063],[1786,0,179.788]]],[[16593.7,5805.35,0],0,false,[[351,0,288.159],[5269,0,161.473]]],[[16858.2,18020.8,0],0,true,[[4405,0,44.6464],[1481,0,11.7935],[4425,0,24.909]]],[[19954.4,4837.62,0],0,true,[[267,0,8.62675],[5222,0,62.1434],[1416,1,13.6665]]],[[3881.31,13095.3,0],0,false,[[948,1,156.321],[5539,1,186.484]]], +[[14411.4,502.938,0],0,false,[[4015,0,388.479],[3977,0,196.125]]],[[9167.75,15180.8,0],0,false,[[4649,0,387.282],[901,0,60.0837]]],[[10709.8,12911.8,0],0,true,[[184,0,9.99579],[726,0,154.596],[1488,0,11.0031]]],[[18542.7,13819.3,0],0,false,[[564,0,149.635],[4726,0,386.044]]],[[3278.63,12806.7,0],0,false,[[1733,1,222.909],[2418,1,96.5794]]], +[[3762.84,14924.7,0],0,true,[[559,0,27.7913],[4356,0,72.2165],[5091,0,71.6263]]],[[20087.7,4770.74,0],0,false,[[4980,0,383.592],[5565,0,43.1337]]],[[19559.8,13984.4,0],0,false,[[3881,0,148.948],[3620,0,101.941]]],[[3107.88,1331.85,0],0,true,[[3580,1,14.9823],[2498,1,157.264],[622,1,27.2098]]],[[9659.14,8440.08,0],0,false,[[277,0,171.728],[2088,0,122.012]]], +[[10793.7,12786.8,0],0,true,[[723,1,20.8773],[4932,1,33.6604],[2025,1,3.64033]]],[[488.32,3008.3,0],0,false,[[3646,0,14.5092],[2149,0,56.9764]]],[[9830.56,12312.4,0],0,false,[[5359,1,6.60236],[2380,0,88.3129]]],[[15612,11738.8,0],0,false,[[4652,0,135.81],[3077,0,348.129]]],[[13936.8,490.004,0],0,false,[[4819,0,335.746],[3149,0,358.121]]], +[[7325.66,7797.84,0],0,false,[[3377,0,40.6905],[3547,0,27.2593]]],[[5637.26,18595,0],0,true,[[3489,1,84.2351],[1730,1,8.84809],[3150,1,17.4021]]],[[8188.07,9580.6,0],0,false,[[518,1,246.649],[2967,1,350.117]]],[[14346.4,7902.73,0],0,false,[[1507,0,230.188],[5159,0,71.5357]]],[[14288,6810.14,0],0,true,[[282,0,18.8761],[3480,0,370.594],[2378,0,7.81002]]], +[[9824.93,18636.4,0],0,true,[[2939,0,11.7517],[2048,0,209.264],[584,0,7.23056],[545,0,22.9216]]],[[18403.3,15747.1,0],0,false,[[1409,1,380.032],[463,1,260.223]]],[[6642.2,10376.7,0],0,false,[[4604,1,295.199],[2955,1,366.324]]],[[19428.4,19654.8,0],0,true,[[3771,0,55.7131],[2650,0,33.8717],[3168,0,10.8926]]],[[499.495,2991.13,0],0,false,[[5007,1,3.27195],[443,0,9.15449]]], +[[5514.43,3589.96,0],0,true,[[154,0,9.78524],[3740,0,119.482],[5057,1,9.52042]]],[[17775.8,10531.5,0],0,false,[[10,0,237.603],[4797,0,377.158]]],[[11897.4,7888.51,0],0,false,[[2720,0,47.0094],[3129,0,66.844]]],[[8450.63,16357.3,0],0,false,[[5414,1,199.354],[2255,1,337.066]]],[[1247.78,13067.9,0],0,false,[[5028,0,21.9767]]], +[[12380.7,4835.19,0],0,true,[[2397,0,2.77736],[5321,0,1.96662],[1712,0,3.17328]]],[[7404.05,7753.16,0],0,true,[[4304,0,3.54893],[1795,0,3.40526],[280,2,2.44311]]],[[9213.97,5773.41,0],0,false,[[2532,0,112.97]]],[[8274.33,19832.1,0],0,false,[[2439,0,167.964],[4445,0,392.017]]],[[13324.2,538.674,0],0,false,[[239,0,177.295],[2592,0,99.7786]]], +[[19500.6,8626.92,0],0,true,[[4216,0,254.662],[210,0,22.9596],[3175,0,4.75377],[3946,0,7.18418]]],[[11801.2,7924.57,0],0,false,[[2173,0,62.6135],[3519,0,45.4415]]],[[5783.66,2624.56,0],0,false,[[1632,1,233.359],[1157,1,242.599]]],[[13270.7,9817.4,0],0,false,[[4837,0,29.195],[3089,0,348.668]]],[[19663.3,4364.02,0],0,true,[[4340,0,7.62196],[3269,0,33.6716],[412,0,6.53393]]], +[[15892.2,7252.98,0],0,false,[[3181,0,148.3]]],[[11375.5,8517.28,0],0,false,[[5669,0,98.4285],[3613,0,175.285]]],[[6078.32,10455.2,0],0,true,[[1424,0,9.52835],[4446,0,205.702],[1641,0,12.5059]]],[[1668.77,13610.1,0],0,false,[[1901,1,18.3433],[3214,1,111.941]]],[[10979,15314.1,0],0,false,[[886,0,389.063],[2948,0,32.5277]]], +[[14023.7,2782.15,0],0,false,[[646,0,372.381],[1974,0,259.496]]],[[12182,14791.9,0],0,false,[[3283,0,391.658],[3914,0,285.913]]],[[1415.52,13569.5,0],0,true,[[4906,1,235.566],[1364,1,31.7873],[4110,1,14.5283]]],[[4821.41,7956.73,0],0,false,[[994,0,126.307],[4062,0,342.522]]],[[10288.1,5919.61,0],0,false,[[2715,0,141.069],[3516,0,366.523]]], +[[12289.1,5635.83,0],0,false,[[3343,0,135.401],[5570,0,252.667]]],[[44.446,1849.81,0],0,true,[[4288,1,34.5362],[1523,1,14.8406],[43,1,18.6964]]],[[15709.9,18643.9,0],0,false,[[2862,0,3.3992],[373,0,3.2766]]],[[10278.3,7710.67,0],0,true,[[1805,1,29.3635],[4025,1,52.8269],[1173,1,3.79967]]],[[13261.4,8078.94,0],0,true,[[3718,1,27.1112],[3692,1,78.5867],[3714,1,8.50897]]], +[[7536.07,7380.92,0],0,true,[[1830,2,12.3752],[2672,2,377.39],[410,2,9.76535],[4312,2,7.71086],[2402,2,7.11142],[4382,2,7.85472],[4155,2,10.0164],[4341,2,21.0804]]],[[8321.13,249.855,0],0,false,[[1762,0,142.172]]],[[18122.1,16141.3,0],0,true,[[724,0,23.8215],[2467,0,18.7611],[660,1,9.34678]]],[[10170.8,8165.03,0],0,true,[[4714,0,19.9215],[938,0,5.27798],[2934,1,10.1114]]],[[5479.11,6324.48,0],0,false,[[4615,0,324.653],[2559,0,10.3032]]], +[[20177,4050.46,0],0,false,[[4990,0,259.782],[583,0,156.398]]],[[8153.32,16719.2,0],0,false,[[3169,1,136.9],[5414,1,312.603]]],[[3865.17,15070.7,0],0,false,[[4008,2,50.2665],[295,2,24.4955]]],[[5913.91,14197.1,0],0,true,[[3884,1,7.10407],[3582,0,48.2675],[450,1,14.0372]]],[[18942.6,14245.6,0],0,false,[[2288,1,10.3482],[4156,1,52.8905]]], +[[15843.1,12261,0],0,false,[[1337,0,277.542],[2315,0,225.133]]],[[1161.43,2827.24,0],0,true,[[2120,0,3.10911],[3045,0,265.862],[41,1,6.50644]]],[[9597.49,16103.7,0],0,false,[[5105,1,101.023],[446,1,18.0266]]],[[12472.9,11743.8,0],0,true,[[3483,0,3.98848],[734,0,3.50166],[1371,0,1.85575]]],[[15679.1,9432.93,0],0,false,[[1040,0,153.126],[3403,0,135.532]]], +[[8533.2,6409.83,0],0,false,[[3246,0,316.463],[4115,0,267.771]]],[[2356.94,15877.6,0],0,false,[[5528,1,71.9791],[2081,1,21.5031]]],[[5825.43,6218.81,0],0,false,[[22,0,312.725],[2571,0,43.762]]],[[13961.9,2234.49,0],0,false,[[4947,0,202.85],[5127,0,259.469]]],[[10771.1,11387,0],0,false,[[3060,0,13.6094],[3368,0,104.204]]], +[[10686.8,12744.8,0],0,true,[[3738,1,23.8722],[4830,1,15.2886],[5199,1,4.88893]]],[[10605,15478.1,0],0,false,[[886,0,26.7368],[1823,0,245.473]]],[[16521,12657.4,0],0,false,[[4289,0,286.34],[561,0,261.902]]],[[1962.25,9840.63,0],0,true,[[1911,1,191.797],[5253,1,6.21819],[183,1,2.12841],[449,1,4.22092],[3981,1,7.18102]]],[[7336.38,19108,0],0,false,[[1832,0,192.212]]], +[[8086.35,16867,0],0,false,[[4535,0,183.164],[2759,0,23.2772]]],[[6327.82,18026.9,0],0,false,[[1433,1,280.858],[2998,1,23.3077]]],[[10871.6,17730.5,0],0,false,[[3822,0,123.943]]],[[16261.8,17158.4,0],0,true,[[773,1,27.27],[227,1,159.576],[1610,1,12.5593]]],[[12956.1,8238.45,0],0,true,[[1887,0,29.3584],[4442,0,206.19],[16,0,127.537]]], +[[5939.77,8906.44,0],0,true,[[2622,0,9.88597],[5637,0,0.528997],[2357,0,2.73992],[1403,0,2.96501]]],[[13386.5,13562.8,0],0,false,[[4409,0,105.985],[5310,0,135.476]]],[[11052,18690.1,0],0,false,[[3976,0,380.327],[4580,0,335.276]]],[[9268.82,5957.19,0],0,false,[[1278,1,1.99897],[2326,0,19.6373]]],[[19811.8,4691.66,0],0,true,[[763,0,143.954],[3456,0,185.662],[1943,0,125.816]]], +[[12220.7,5890.08,0],0,false,[[5570,0,118.337],[2974,0,203.32]]],[[13138.5,8405,4.94236],0,true,[[3709,1,33.8669],[2960,1,18.3363],[430,1,11.9305]]],[[1279.4,13087,0],0,true,[[4531,0,23.7817],[152,0,43.7727],[1092,0,4.57429]]],[[19265.8,11203.1,0],0,true,[[137,1,8.09666],[3502,0,110.739],[1924,1,9.62471]]],[[17759,4738.3,0],0,false,[[3334,0,110.4],[3040,0,4.9873]]], +[[4225.2,10282.2,0],0,true,[[2328,0,4.48508],[4989,0,4.93043],[2881,0,7.33538]]],[[7821.63,17275,0],0,false,[[1668,0,267.212]]],[[14382.7,19237.4,0],0,true,[[2880,0,272.891],[3552,0,25.8842],[109,0,20.0045]]],[[6671.07,17447.7,0],0,true,[[3497,0,5.2199],[3143,0,165.005],[558,1,6.13958]]],[[17255.7,17470.7,0],0,false,[[5656,0,21.4664],[3802,0,47.0169]]], +[[19531.8,8270.06,0],0,false,[[4031,0,37.0556],[5175,0,49.5261]]],[[19953.5,4301.94,0],0,true,[[692,0,3.99789],[775,0,344.063],[4208,0,10.1878]]],[[10454.5,11457.2,0],0,false,[[2010,0,19.5496],[1590,0,17.3355]]],[[9101.24,16235.8,0],0,true,[[2255,1,324.96],[3154,1,27.3853],[590,1,3.73496]]],[[5238.39,3675.14,0],0,false,[[3716,0,240.429],[434,0,227.744]]], +[[11131.1,3887.48,0.00012207],0,false,[[4456,0,65.5105],[3798,0,77.1885]]],[[10631.2,15482.3,0],0,true,[[5231,0,19.3759],[824,0,389.063],[856,0,26.7368]]],[[18045.9,19099.2,0],0,false,[[934,0,145.473],[5642,0,294.425]]],[[13848.5,4358.64,0],0,true,[[4244,0,26.6359],[1746,0,15.961],[4703,1,24.1107]]],[[19641.9,11321.1,0],0,false,[[1281,0,28.0466],[1644,0,41.8964]]], +[[14274.3,19446,0],0,false,[[262,0,116.847],[5308,0,16.3191]]],[[2112.26,10543.6,0],0,false,[[1904,1,381.628],[3653,1,213.057]]],[[13243.8,19108.6,0],0,false,[[321,0,289.428],[3349,0,305.56]]],[[8102.52,12538.7,0],0,false,[[3574,0,371.233],[2481,0,64.5746]]],[[11782.1,7253.95,0],0,false,[[4418,0,236.962],[539,0,157.832]]], +[[4661.99,10666.8,0],0,true,[[2208,0,119.07],[1127,0,2.60551],[676,0,12.1067]]],[[17219,18008.6,0],0,true,[[5455,1,181.992],[3573,1,14.4629],[4470,1,7.39749]]],[[2966.07,19396.9,0],0,true,[[4220,0,2.96446],[2063,0,7.10837],[5333,0,5.35269]]],[[9563.92,16505.4,0],0,true,[[3641,1,10.9155],[3842,1,198.76],[1366,1,5.7529]]],[[15486.8,2998.25,0],0,false,[[2562,1,4.65192],[1838,0,99.7691]]], +[[9941.92,384.668,0],0,false,[[3399,1,62.72],[999,1,92.1673]]],[[9108.95,15168.7,0],0,false,[[781,0,60.0837],[2202,0,20.417]]],[[19696.5,11293.5,0],0,false,[[3791,0,194.4],[5167,0,53.7867]]],[[8210.48,6991.03,0],0,true,[[4115,0,401.738],[2374,0,2.89433],[2946,0,6.05545],[5258,0,6.59594]]],[[19599,4775.7,0],0,true,[[3880,0,9.63588],[534,0,36.3828],[3042,0,10.5432]]], +[[10557.1,14145.7,0],0,true,[[1872,0,238.559],[641,0,10.8582],[1873,0,10.2171],[2643,0,8.3477]]],[[9591.14,2752.8,0],0,true,[[413,0,3.17068],[5322,0,2.89941],[31,0,3.91576]]],[[18950.9,2041.37,0],0,false,[[456,0,200.301],[1559,0,282.503]]],[[9398.16,6081.79,0],0,false,[[2077,1,23.0513],[5337,1,330.239]]],[[5518.26,14903.4,0],0,true,[[1178,0,265.963],[2039,0,368.074],[1395,0,303.999]]], +[[16946.6,5015.11,0],0,false,[[4917,0,77.9012],[3404,0,143.416]]],[[111.524,8694.35,0],0,true,[[2913,1,213.156],[61,1,168.946],[2175,1,139.779]]],[[4270.01,19172.7,0],0,false,[[4886,0,200.994],[1426,0,372.728]]],[[2185.8,16186.9,0],0,false,[[372,0,216.42]]],[[3840.97,14915.3,0],0,true,[[2990,2,196.55],[2684,2,18.6996],[4356,2,6.89888]]], +[[16923.9,4808.52,0],0,true,[[3083,0,2.71358],[1062,0,380.849],[4667,0,3.57726]]],[[5820.46,13945,0],0,true,[[4348,0,110.876],[4993,0,31.1713],[2744,0,17.6398]]],[[10029.5,8630.12,0],0,true,[[716,0,5.44018],[2359,0,4.45954],[4700,1,6.01695],[4383,1,6.89253]]],[[14366.1,15879.5,0],0,false,[[3831,0,21.3338],[1163,0,75.4137]]],[[9707.72,4001.83,0],0,true,[[1442,0,6.59508],[3428,0,100.1],[1218,0,7.11785]]], +[[10917,3936.44,0],0,false,[[204,0,111.809],[567,0,256.273]]],[[17733.7,4767.63,0],0,false,[[3423,0,210.017],[5188,0,14.1416]]],[[16375.4,13544.9,0],0,false,[[4844,0,168.218],[3712,0,381.265]]],[[9201.96,18388.4,0],0,true,[[4851,0,296.58],[1903,0,84.7641],[4534,0,179.587]]],[[17188,5230.05,0],0,false,[[2797,0,84.6603]]], +[[14944.7,15213.1,0],0,false,[[1052,0,5.57698],[678,1,6.65626]]],[[10441.8,7604,0],0,true,[[8,1,109.796],[708,1,17.5113],[205,1,8.0102]]],[[8842.11,19364.3,0],0,false,[[4586,0,358.149],[1859,0,128.11]]],[[13529.6,4033.16,0],0,true,[[5097,0,69.3877],[3696,0,281.231],[1458,0,160.824]]],[[8842.26,10271.3,0],0,true,[[5484,0,396.942],[163,0,2.40226],[1728,0,2.85608]]], +[[4859.02,18456.5,0],0,false,[[5133,2,51.2595],[670,2,26.7103]]],[[11272.8,17431.5,0],0,false,[[165,0,235.135],[2062,0,106.142]]],[[12281.1,12000.8,0],0,false,[[757,0,154.778],[4162,0,201.173]]],[[10149.6,8214.02,0],0,true,[[1664,0,7.22579],[1354,0,3.56904],[4493,1,15.2831],[3495,1,15.0573]]],[[17961.8,19217.9,0],0,false,[[4484,0,286.54],[887,0,145.473]]], +[[6937.96,18340,0],0,false,[[253,0,255.513],[4094,0,363.884]]],[[17445.3,3956.64,0],0,false,[[3062,0,315.217],[4061,0,159.47]]],[[15506.6,16881.2,0],0,false,[[507,0,267.244],[3784,0,184.989]]],[[10170.5,8159.76,0],0,true,[[838,0,5.27798],[64,0,3.20064],[4144,1,13.8782],[2934,1,13.9915]]],[[18458.6,461.255,0],0,false,[[3002,1,45.8804],[1225,1,249.69]]], +[[13908.6,10609.1,0],0,false,[[2754,1,392.73],[219,1,200.821]]],[[13814,19344.1,0],0,false,[[1714,0,113.014],[3349,0,311.486]]],[[6990.82,10888.6,0],0,false,[[3776,0,6.61855],[5436,1,8.70514]]],[[3579.33,6210.25,0],0,true,[[3773,0,12.2108],[118,0,302.181],[424,1,13.8504]]],[[4187.44,16217.7,0],0,true,[[4552,0,71.7607],[982,0,22.0688],[4609,0,12.3649]]], +[[16861.7,16692,0],0,true,[[5239,0,2.27139],[5677,0,1.25996],[355,0,1.28483]]],[[18596.4,17582.2,0],0,true,[[1129,0,5.51629],[2706,0,3.42997],[1804,1,7.08576]]],[[19066.6,3688.21,0],0,false,[[4004,0,27.6936],[1882,0,17.1837]]],[[4034.2,13124.4,0],0,false,[[4010,2,5.47551],[779,1,156.321]]],[[4965.92,4091.6,0],0,false,[[5716,1,228.033],[997,1,258.71]]], +[[10566.7,17115.9,0],0,false,[[3545,0,56.5087],[2970,0,69.5178]]],[[18062,11985.8,0],0,true,[[3425,0,140.065],[1861,0,2.81744],[5355,0,10.0484]]],[[14530.9,8744.02,0],0,true,[[5533,0,4.97966],[5403,0,2.51475],[5219,1,11.1812]]],[[5218.31,19629.8,0],0,true,[[1800,0,2.57518],[2851,0,2.23308],[2389,2,5.09591]]],[[7053.45,4616.7,0],0,false,[[17,0,7.82406],[1024,0,245.458]]], +[[9229.72,7424.54,0],0,false,[[3355,0,94.7414],[1938,0,399.516]]],[[11970.9,11055.9,0],0,false,[[134,0,238.55],[2136,0,182.765]]],[[6824.09,14963.5,0],0,true,[[2613,0,182.25],[1461,0,4.26843],[4055,1,7.29286]]],[[4802.64,680.026,0],0,false,[[1667,0,383.705],[2628,0,147.398]]],[[8429.53,11030.9,0.0413818],0,false,[[1307,0,27.9161],[133,0,24.6947],[3468,0,35.3384]]], +[[12282.6,18587.7,0],0,true,[[1912,0,277.283],[3685,0,23.8552],[4831,0,24.8284]]],[[13745.4,4225.24,0],0,true,[[3696,0,17.4299],[4530,0,19.7296],[5492,0,63.5068]]],[[4199.83,10265.7,0],0,false,[[2881,0,22.9298],[1369,0,30.4978]]],[[13802,4208.74,0],0,false,[[2529,0,37.4775],[3696,0,61.2008]]],[[4626.71,14647.3,0],0,false,[[197,0,166.07],[2858,0,93.3794]]], +[[5285.59,14213.3,0],0,false,[[5636,1,2.36194],[1769,0,7.8665]]],[[15097.7,8866.97,0],0,false,[[19,1,31.9532],[192,1,89.8357]]],[[3112.44,6273.66,0],0,true,[[2996,0,3.26301],[762,0,3.09654],[2556,1,7.82126]]],[[5649.24,758.247,0],0,false,[[1985,1,391.663],[3292,1,380.157]]],[[2312.31,11435.7,0],0,false,[[993,0,98.7325],[5489,0,266.979]]], +[[8440.63,10950.6,0],0,false,[[300,0,34.4398],[5045,0,34.4952]]],[[9997.24,339.393,0],0,true,[[141,1,26.3607],[4936,1,31.7285],[3399,1,11.1196]]],[[5357.86,3761.15,0],0,false,[[997,1,254.09],[5317,1,147.319]]],[[15342.4,3664.49,0],0,false,[[1853,1,139.797],[765,1,306.189]]],[[3755.91,6785.1,0],0,false,[[331,0,291.389],[2875,0,136.56]]], +[[5445.83,3231.46,0],0,true,[[225,1,22.2374],[3445,1,22.8671],[3151,1,2.0094],[2022,1,19.1616],[5048,1,6.42435],[730,1,3.45311],[1945,1,1.30782]]],[[13555.7,13632.7,0],0,false,[[3854,0,54.7028]]],[[17697.6,13813.6,0],0,false,[[3100,0,151.627],[4471,0,397.638]]],[[3574.8,1488.01,0],0,false,[[5712,1,53.7989],[1484,1,23.8278]]],[[6771.79,10960.7,0],0,false,[[1971,1,67.5897],[3660,1,140.029]]], +[[56.465,2319.33,0],0,false,[[2307,1,233.362],[5061,1,354.109]]],[[20439.3,3413.93,0],0,false,[[2660,0,269.703]]],[[4203.05,16202.1,0],0,true,[[944,0,22.0688],[3904,0,47.0634],[4609,0,10.8641]]],[[9699.72,718.006,0],0,true,[[3777,2,29.0042],[2059,2,23.4381],[1593,2,12.8445],[2673,2,17.4831],[77,2,15.7859],[4995,2,11.2824]]],[[19677.7,7120.16,0],0,true,[[3556,0,161.212],[3703,0,3.93729],[5376,0,4.77677]]], +[[2260,3719.85,0],0,false,[[4777,0,336.242]]],[[10746.7,11827.8,0],0,false,[[4810,0,153.872],[3228,0,197.844]]],[[15502.2,463.673,0],0,false,[[2441,0,98.8058],[1611,0,36.6983]]],[[2227.6,3093.56,0],0,false,[[4230,0,381.198],[4777,0,290.953]]],[[4510.87,8349.05,0],0,false,[[4062,0,157.845],[2601,0,272.831]]], +[[8014.16,85.3585,0],0,false,[[1987,0,387.9],[1288,0,87.5558]]],[[8354.63,10245.8,0],0,false,[[1631,0,144.04],[97,0,92.2254]]],[[9810.88,6423.46,0],0,true,[[2512,1,22.3621],[4135,1,50.2268],[681,1,4.52542],[3105,1,3.79858],[5678,1,3.96369],[496,1,4.93857]]],[[2222.33,11475.1,0],0,true,[[2074,0,3.16221],[969,0,98.7325],[2038,1,13.1663]]],[[4899.79,7857.68,0],0,true,[[4702,0,31.4736],[828,0,126.307],[4871,0,7.06295],[5417,0,10.2953]]], +[[5923.36,8909.21,0],0,true,[[3799,0,6.21763],[3460,0,3.54559],[4610,1,15.0881]]],[[10312.5,5341.99,0],0,false,[[60,0,146.805],[2176,0,26.8708]]],[[5162.79,3923.79,0],0,false,[[949,1,258.71],[972,1,254.09]]],[[7823.05,15728.1,0],0,true,[[475,0,8.8856],[3297,0,7.19992],[2713,1,13.1774],[4784,0,4.96475]]],[[9878.86,451.829,0],0,true,[[900,1,92.1673],[4687,1,22.9021],[3026,1,13.1782]]], +[[6475.02,17581.3,0],0,false,[[2278,1,8.31995],[1744,0,12.6577]]],[[13261.7,18092.3,0],0,true,[[1732,0,23.6148],[1708,0,70.2732],[1446,0,382.181]]],[[17186.7,18090.7,0],0,true,[[4524,1,327.351],[1274,1,26.134],[1783,1,14.59],[2842,1,13.7891]]],[[18737.1,3725.64,0],0,true,[[270,0,1.75013],[3678,0,1.45467],[4974,0,3.56807],[1037,0,2.34542]]],[[17684.7,12212.7,0],0,true,[[1514,0,16.1769],[2626,0,128.749],[5616,0,12.0843],[3732,0,8.25589],[3103,0,10.6186],[753,0,8.1705]]], +[[12604.9,4194.38,0],0,false,[[1984,0,6.17004],[5031,0,41.0959]]],[[5920.93,8924.79,0],0,true,[[4800,0,2.8312],[4804,0,2.40968],[4546,0,2.55577],[1341,0,2.18322]]],[[5647.47,13974.6,0],0,true,[[4527,0,136.044],[5255,0,23.1958],[4168,0,12.7451]]],[[5549.89,12338.5,0],0,true,[[1694,2,288.113],[5120,2,21.3815],[4483,2,13.5758]]],[[3230.88,5023.52,0],0,true,[[2478,0,97.3317],[284,0,11.5895],[3328,0,8.47489]]], +[[12731.5,8818.18,0],0,false,[[689,0,226.041]]],[[18279.1,18769.9,0],0,false,[[5642,0,109.158],[4336,0,313.435]]],[[3144.9,12643.3,0],0,true,[[5471,0,9.48005],[4022,0,53.2131],[2168,0,8.48107]]],[[17159.9,17846.1,0],0,true,[[3847,0,34.8645],[2423,0,6.19195],[1482,0,11.3335],[2330,0,8.69898]]],[[17015.2,793.35,0],0,false,[[1868,0,380.012],[1950,0,102.981]]], +[[5419.33,18814.3,0],0,false,[[2259,0,211.101],[4249,0,97.5922]]],[[20102.4,13238.5,0],0,false,[[1486,0,356.362],[1517,0,256.304]]],[[14321.9,19270.6,0],0,false,[[3552,0,43.4121],[262,0,131.069]]],[[15276.4,14136.2,0],0,false,[[4198,0,151.378],[417,0,282.783]]],[[5575.13,4869.92,0],0,false,[[5251,0,232.381],[4278,0,376.249]]], +[[15821.2,14207.3,0],0,false,[[3432,1,5.41448],[2379,0,47.1264]]],[[8461.95,10863.1,0],0,false,[[1319,0,46.3749],[300,0,59.4878]]],[[13166.9,4535.72,0],0,false,[[741,0,64.6224]]],[[17000,14062.1,0],0,false,[[4569,1,191.608],[2654,1,314.942]]],[[7088.88,4373.84,0],0,false,[[954,0,245.458],[5249,0,241.545]]], +[[16394.7,6428.46,0],0,false,[[5325,0,215.425],[351,0,367.382]]],[[13090.5,5154.33,0],0,false,[[4404,0,301.503],[4499,0,43.7528]]],[[9752.03,5762.66,0],0,false,[[2751,0,36.8433],[4096,0,1.74205]]],[[17403.3,17421.2,0],0,false,[[3017,0,114.766],[5006,0,284.202]]],[[2710.64,5124.16,0],0,false,[[5617,0,223.958],[1796,0,119.703]]], +[[19461.2,10245.5,0],0,false,[[5681,1,162.986],[1044,1,303.841]]],[[16496.3,7147.65,0],0,false,[[3450,0,137.061]]],[[10605.9,17044.5,0],0,false,[[2888,0,12.2991],[3545,0,24.9648],[1505,0,16.4576]]],[[12350.2,11365.5,0],0,false,[[734,0,399.603],[4109,0,12.9663]]],[[7753.53,15777.1,0],0,true,[[640,0,18.469],[2169,0,269.534],[260,1,21.0119]]], +[[13271.8,13554.4,0],0,true,[[1393,0,10.6081],[4261,0,45.0898],[3030,0,7.44618]]],[[3622.03,16318,0],0,false,[[3649,0,5.27418],[4308,0,267.362]]],[[18738.6,3727.43,0],0,true,[[4805,0,25.5098],[5595,0,17.2143],[4974,0,5.58207],[270,0,3.83665],[1003,0,2.34542],[3678,0,1.68707],[98,0,2.32033]]],[[1834,6705.59,0],0,false,[[2953,1,377.551],[3648,1,326.507]]],[[17662,12227.4,0],0,true,[[3852,0,4.0991],[3166,0,3.80095],[5247,0,2.72774],[3050,0,1.25545],[336,0,3.1709],[5624,0,1.26222]]], +[[15717.8,9284.81,0],0,false,[[4706,0,22.4676],[849,0,153.126]]],[[9906.29,10966.8,0],0,true,[[5621,0,113.445],[356,0,202.244],[3004,0,210.98]]],[[7990.12,19112.9,0],0,false,[[582,0,200.236],[214,0,206.755]]],[[18117.2,16968.2,0],0,true,[[4263,0,3.60596],[5117,0,3.35005],[1628,1,6.24643]]],[[19430.7,10547.7,0],0,false,[[1030,1,303.841],[3997,1,187.728]]], +[[13133.7,3432.51,0],0,true,[[1415,0,259.125],[428,0,369.897],[684,0,263.926],[499,0,26.5371]]],[[19671,4387.88,0],0,false,[[2501,0,104.184],[4340,0,17.5177]]],[[17097.3,5037.62,0],0,true,[[4255,0,76.8567],[4717,0,9.72863],[1834,0,6.99848],[1255,0,4.61022]]],[[861.929,1019.8,0],0,false,[[5649,0,387.953]]],[[12657.7,8299.37,0],0,false,[[1081,0,25.0688],[3761,0,46.0443]]], +[[5822.98,13467,0],0,false,[[3560,0,333.939],[240,0,119.101]]],[[17680.1,12064,0],0,true,[[4013,0,7.44243],[1464,0,16.1435],[1209,0,10.1451]]],[[14945.4,15207.6,0],0,true,[[925,0,5.57698],[4782,0,241.591],[678,1,12.1902]]],[[7547.42,19211.8,0],0,true,[[582,0,255.394],[1443,0,2.44184],[4338,0,8.63108]]],[[12102.5,5378.43,0],0,false,[[2752,0,38.7138],[4120,0,363.989]]], +[[8151.51,4305.47,0],0,false,[[5078,0,81.4046],[4553,0,74.0293]]],[[7237.27,17401.4,0],0,false,[[2787,0,125.502]]],[[18092.8,19670.5,0],0,false,[[4370,0,155.684],[2474,0,353.589]]],[[12776.3,8229.17,0],0,true,[[2914,1,101.262],[3746,1,23.5128],[2870,1,14.0318]]],[[10073.7,6729.5,0],0,false,[[4869,1,44.7283],[1651,1,22.4162]]], +[[14228.7,4047.23,0],0,false,[[3227,1,5.96577],[4707,0,2.95199]]],[[8619.85,8764.11,0],0,true,[[4587,0,35.6498],[3119,0,300.765],[4628,0,8.39325],[2491,0,5.43967],[5294,0,2.13204]]],[[17107.3,4475.51,0],0,false,[[915,0,380.849],[3994,0,321.622]]],[[8902.11,14836.4,0],0,false,[[3625,1,124.195],[4440,1,369.03]]],[[16414.4,9714.99,0],0,true,[[5680,1,28.3581],[4422,1,252.172],[4133,1,8.11091]]], +[[13852.8,10383.2,0],0,false,[[219,1,31.9553],[4894,1,67.7195]]],[[1889.91,18774.7,0],0,false,[[5513,0,340.972],[5001,0,82.3296]]],[[17932.8,2649.33,0],0,false,[[5451,0,165.308],[2963,0,272.018]]],[[11081.9,11745.1,0],0,false,[[3228,0,218.729],[5443,0,142.358]]],[[2631.57,15681.2,0],0,false,[[1925,1,24.1728],[4201,1,49.2908]]], +[[7096.24,13016,0],0,false,[[1485,0,46.1393],[5498,0,64.434]]],[[9661.49,8292.49,0],0,false,[[2691,0,391.467],[40,0,159.748]]],[[13942.7,4442.9,0],0,true,[[2777,1,30.5916],[5638,1,28.1214],[3656,1,5.09289]]],[[8640.32,8754.95,0],0,false,[[1666,0,295.907],[4628,0,14.6173]]],[[10338,2592.75,0],0,true,[[3061,0,0.499409],[2126,0,2.9013],[3671,0,10.6348],[3021,0,8.52992]]], +[[13123.8,12029.3,0],0,false,[[5594,0,316.576],[469,0,105.171]]],[[9726.58,5786.27,0],0,false,[[4380,0,48.0935],[4096,0,34.9782]]],[[13118.6,13444.2,0],0,true,[[4351,0,19.7267],[420,0,27.3767],[2302,1,5.72454]]],[[5587.64,3481.91,0],0,false,[[3740,0,57.9927],[1570,0,30.5705]]],[[16026.5,14219.3,0],0,false,[[4839,1,393.908],[5084,1,178.831]]], +[[9777.18,16582.5,0],0,true,[[4032,1,17.6497],[5288,0,43.793],[5409,0,9.09521]]],[[12647,8276.88,0],0,false,[[3539,0,10.625],[1049,0,25.0688]]],[[14236.6,11911.4,0],0,false,[[1140,1,117.473],[3820,1,42.6682]]],[[5725.18,6828.51,0],0,true,[[1707,0,17.3517],[770,0,2.69513],[2876,0,6.31723]]],[[19731.8,8893.19,0],0,false,[[5004,0,18.2864],[4216,0,99.4222]]], +[[9662.13,19603.6,0],0,false,[[3172,0,248.908],[4272,0,262.451]]],[[8347,17882.5,0],0,false,[[5067,0,6.77856],[544,0,135.959]]],[[9678.43,13923.3,0],0,false,[[2013,0,21.3266],[1161,0,122.394]]],[[11251.8,19767.3,0],0,false,[[3458,0,6.66654],[738,0,405.793]]],[[10150.9,9975.5,0],0,true,[[1858,0,149.533],[715,0,18.0262],[4431,0,81.5513]]], +[[18881,17006.4,0],0,false,[[3387,0,136.258],[171,0,25.1946]]],[[12418.8,1391.78,0],0,false,[[5033,0,214.922],[4326,0,351.857]]],[[1277.47,13091.1,0],0,false,[[5028,0,16.4418],[872,0,4.57429]]],[[12292.7,7952.45,0],0,false,[[3433,0,136.35],[3511,0,31.1849]]],[[4502.34,19172.2,0],0,true,[[5546,0,3.1333],[5165,0,4.04341],[3419,1,6.26223]]], +[[7396.5,7760.74,0],0,true,[[478,0,18.1526],[2722,0,3.64006],[280,2,9.88851]]],[[12152.4,9935.11,0],0,false,[[1101,1,6.49307],[701,0,338.097]]],[[7368.59,9323.42,0],0,false,[[3366,2,341.6],[721,2,364.515]]],[[13699.2,15411.3,0],0,false,[[5126,0,193.796],[2549,0,311.174]]],[[4163.76,4804.63,0],0,false,[[1398,1,48.0568],[4391,1,38.5961]]], +[[17656.9,12033.2,0],0,false,[[3039,0,4.40309]]],[[12157.7,9931.33,0],0,true,[[3804,1,16.7166],[1649,1,188.091],[1096,1,6.49307]]],[[11445.4,1121.33,0],0,false,[[2952,1,172.256],[4477,1,212.761]]],[[19896.9,4409.19,0],0,false,[[1491,0,92.7631],[2229,0,76.6507]]],[[6574.57,8277.24,0],0,false,[[1626,0,337.695],[3509,0,333.133]]], +[[17824.7,17226.4,0],0,false,[[5006,0,180.068],[4725,0,342.647]]],[[13331.4,14612.2,0],0,false,[[3310,0,58.6141],[3789,0,396.835]]],[[8691.61,2282.26,0],0,false,[[4537,2,121.259],[2409,2,255.491]]],[[14147.4,11824.3,0],0,true,[[1140,1,9.11238],[3304,1,388.353],[4688,1,6.93747]]],[[14158.7,8072.52,0],0,false,[[4497,0,228.66]]], +[[14948.8,12159.3,0],0,false,[[2591,0,144.834],[3476,0,299.845]]],[[6171.93,15198.2,0],0,false,[[5667,0,308.012],[2212,0,89.1465]]],[[5205.49,7327.05,0],0,false,[[1392,1,314.059],[3843,1,163.588]]],[[12968.1,8563.97,0],0,true,[[2319,1,22.2004],[2254,1,149.074],[2872,1,11.4971]]],[[10583.5,11237.8,0],0,false,[[5588,0,140.925],[5559,0,21.86]]], +[[13155.8,8139.04,0],0,false,[[2817,1,31.2078],[3666,1,30.2879]]],[[18238.4,12923.4,0],0,true,[[1253,0,359.663],[2161,0,3.91847],[2356,0,12.2618]]],[[15016.4,6264.91,0],0,true,[[4926,0,80.2164],[2338,0,21.8529],[2663,1,6.23786],[542,1,5.74115]]],[[16305.1,7154.19,0],0,false,[[3313,0,24.673],[5160,0,151.005]]],[[9473.36,11665.2,0],0,false,[[5264,0,401.259],[308,0,139.083]]], +[[7780.57,6752.44,0],0,true,[[246,2,271.426],[1528,2,31.8717],[4461,2,10.2491],[4454,2,13.4914]]],[[3489.93,15787.8,0],0,false,[[749,0,162.175],[1301,0,349.938]]],[[9105.72,772.101,0],0,false,[[595,2,273.122],[5129,2,349.227]]],[[3253.98,4035.1,0],0,false,[[245,0,166.761],[35,0,304.759]]],[[16225.1,7269.68,0],0,false,[[1400,1,7.47815],[2117,0,100.707]]], +[[2294.49,15979.2,0],0,false,[[3420,0,25.4726],[1881,0,29.8117]]],[[14351,15864,0],0,true,[[3265,0,6.41543],[5291,0,3.68636],[2027,0,8.61598],[4014,0,10.2968]]],[[4662.41,10669.3,0],0,true,[[895,0,2.60551],[1190,0,2.84109],[676,0,13.9079]]],[[10994.2,2347.7,0],0,false,[[3336,0,293.802]]],[[18600.6,17578.5,0],0,true,[[2706,0,2.09969],[946,0,5.51629],[3983,0,2.1326],[1804,1,4.05628]]], +[[4353.23,4729.38,0],0,false,[[2545,2,234.111],[650,2,128.559]]],[[17716.9,12023,0],0,true,[[5366,0,2.9164],[1956,0,2.44781],[4927,0,2.17339],[2485,0,3.05896],[1333,0,9.91855]]],[[1563.2,4920.99,0],0,false,[[5131,0,398.522]]],[[10174.8,6497.24,0],0,false,[[1827,0,138.902]]],[[14984.9,13344,0],0,false,[[3591,1,253.767],[511,1,181.525]]], +[[17705.8,12025.8,0],0,true,[[4195,0,5.5213],[3039,0,45.2347],[3291,0,1.60417],[5086,0,3.69071]]],[[18415.8,427.171,0],0,true,[[5575,1,13.7496],[3002,1,9.82512],[5419,1,5.24087]]],[[19645.3,4371.38,0],0,false,[[2609,0,27.4207],[412,0,23.9945]]],[[18298.3,10907.4,0],0,false,[[4797,0,268.985],[3610,0,230.779]]],[[17718.9,12039.1,0],0,true,[[4013,0,40.5697],[4514,0,7.09006],[1883,0,6.47405]]], +[[14150.7,11832.8,0],0,true,[[1082,1,117.473],[4688,1,5.76102],[1108,1,9.11238]]],[[18075,16948.6,0],0,false,[[233,0,108.704],[2437,0,39.8307]]],[[17270.5,10456.8,0],0,false,[[4963,0,188.634],[5279,0,266.396]]],[[10334.4,2578.02,0],0,true,[[2801,0,7.46404],[1470,0,2.79372],[3671,0,4.91589]]],[[4276.86,19477.1,0],0,false,[[2788,1,356.453],[746,1,216.974]]], +[[8945.59,9013.18,0],0,false,[[1308,1,22.2669],[1837,1,90.7159]]],[[3173.2,11535.4,0],0,false,[[535,0,209.699],[1436,0,364.721]]],[[2143.85,10934.3,0],0,true,[[5156,0,5.71881],[3553,0,2.98756],[3899,1,10.1604],[1904,1,10.9083]]],[[1276.44,664.603,0],0,false,[[3037,0,2.19555],[5043,0,81.455]]],[[7790.53,15774.6,0],0,true,[[3542,0,3.90396],[2032,0,5.18936],[2101,0,5.4902]]], +[[18533.7,166.573,0],0,false,[[4159,0,60.3188]]],[[15476,3781.94,0],0,false,[[3781,0,318.04],[4998,0,347.883]]],[[8311.09,19399.7,0],0,false,[[3123,0,139.268],[2472,0,116.607]]],[[9245.52,5940.51,0],0,false,[[1452,1,112.117],[1278,1,30.491]]],[[327.189,8600.56,0],0,false,[[87,1,19.2024],[2198,1,117.869]]], +[[14525.9,18239.3,0],0,false,[[1193,0,324.629],[5372,0,164.544]]],[[11429.7,8653.94,0],0,false,[[4695,0,39.1722],[1359,0,351.449]]],[[5740.05,2863.19,0],0,false,[[817,1,242.599],[1363,1,342.831]]],[[4115.81,16283.1,0],0,true,[[2655,2,178.522],[1767,2,7.12939],[1519,2,6.28951]]],[[11373.3,5619.71,0],0,false,[[5168,0,72.7677],[5062,0,121.948]]], +[[10887.8,9750.18,0],0,false,[[2279,0,202.596],[697,0,273.095]]],[[9796.51,13955.5,0],0,false,[[1087,0,122.394],[2786,0,276.547]]],[[18497.1,6611.59,0],0,false,[[3867,0,19.6749],[1774,0,225.953]]],[[14436.4,15906.8,0],0,false,[[918,0,75.4137],[4157,0,166.781]]],[[13073.1,4451.66,0],0,false,[[3160,0,130.912],[4660,0,245.122]]], +[[8748.67,18114.4,0],0,false,[[544,0,327.832],[4534,0,359.135]]],[[14920.8,15389.5,0],0,true,[[3598,0,10.6745],[1512,0,68.6796],[4408,0,14.0457]]],[[13460.6,15979.6,0],0,false,[[155,0,47.6805],[1979,0,39.846]]],[[14950.5,5223.64,0],0,false,[[4000,0,364.676],[222,0,318.219]]],[[9724.18,4010.33,0],0,true,[[5453,0,366.32],[4478,0,3.9853],[2763,0,4.06326]]], +[[4783.27,959.523,0],0,true,[[138,0,3.27185],[1606,0,2.9113],[2,1,8.76251]]],[[20270.7,13468.3,0],0,true,[[1517,0,28.6395],[5197,0,22.3686],[1946,0,3.81279],[717,0,5.99913]]],[[5123.88,6502.04,0],0,true,[[1845,1,27.6632],[1686,1,27.4472],[3901,1,5.09209]]],[[10274.9,7712.39,0],0,false,[[833,1,3.79967],[4044,0,19.0599]]],[[13083.3,7766.66,0],0,false,[[5529,0,235.935],[2002,0,189.426]]], +[[13216.3,8666.89,0],0,false,[[4302,1,26.8974],[1480,1,28.5148]]],[[13037.6,5154.95,0],0,true,[[1561,0,127.154],[5273,0,3.52962],[4617,0,5.35758]]],[[2447.66,12484.6,0],0,false,[[5064,1,306.81],[2746,1,298.571]]],[[5467.9,15164.5,0],0,false,[[4710,0,245.081],[909,0,265.963]]],[[7409.31,8287.88,0],0,false,[[5646,2,168.169],[5386,2,21.3967]]], +[[13923.6,14436.9,0],0,false,[[737,0,314.013],[3949,0,373.374]]],[[10213,8023.19,0],0,false,[[4144,1,129.495],[1864,1,118.372]]],[[12987.8,11791.3,0],0,true,[[3264,0,24.5363],[3444,0,207.207],[3330,0,6.71598]]],[[4811.12,18533.5,0],0,false,[[670,2,64.2256],[2884,2,266.931]]],[[10648.4,17106.3,0],0,false,[[2199,0,127.758],[3482,0,26.5408]]], +[[18817.5,14949.7,0],0,true,[[1462,0,3.45652],[3731,0,7.18265],[2646,1,10.0286]]],[[9611.43,3124.07,0],0,false,[[2882,0,187.041],[454,0,344.924]]],[[17604.1,11810.9,0],0,false,[[1673,1,163.567],[596,1,5.79679]]],[[2800.11,17733.5,0],0,false,[[5309,0,18.1273],[3200,0,286.08]]],[[538.738,3030.57,0],0,false,[[5482,1,11.2403],[3153,1,22.3489]]], +[[4663.72,10671.9,0],0,true,[[1127,0,2.84109],[676,0,16.541],[2942,0,9.30513]]],[[13247.2,8746.1,0],0,false,[[4536,0,62.8524],[4256,0,20.703]]],[[3839.68,16196.4,0],0,false,[[1765,0,96.7969],[5633,2,12.6778]]],[[14570,18561,0],0,false,[[2756,0,138.579],[1155,0,324.629]]],[[7807.33,15737,0],0,false,[[2713,1,27.7913],[4668,1,27.4882]]], +[[1012.72,16208.8,0],0,true,[[358,0,5.44818],[4259,0,6.60141],[1978,1,10.5001],[5058,1,9.40391]]],[[3382.41,1080.73,0],0,true,[[4968,1,12.6451],[3018,1,8.39023],[3144,1,2.224],[3280,1,11.4218]]],[[17689.5,16808.6,0],0,false,[[1336,0,2.14361],[4467,0,6.46384]]],[[19079,6785.24,0],0,false,[[1689,0,45.0771],[4918,0,167.523]]],[[14498.5,18076.6,0],0,true,[[2886,0,25.2105],[1683,0,374.928],[3410,0,14.1996],[5372,0,10.7416]]], +[[16998.1,17928.3,0],0,false,[[4986,0,78.0689],[4012,0,18.1785]]],[[13483.1,6774.64,0],0,false,[[4647,1,372.951],[5487,1,121.706]]],[[4143.53,14686.5,0],0,false,[[2858,0,391.482],[2701,0,29.8891]]],[[6714.95,17413,0],0,true,[[1381,0,5.68364],[739,0,122.658],[2132,1,8.53766]]],[[3111.15,20438.8,0],0,true,[[5551,1,363.069],[4413,1,28.8037],[3095,1,15.8999],[269,1,18.0925]]], +[[1813.74,8232.72,0],0,false,[[5540,1,385.248],[1758,1,300.652]]],[[14673.9,19906,0],0,false,[[5015,0,397.48],[4154,0,21.0628]]],[[11631.9,14455.4,0],0,false,[[37,0,388.512],[4562,0,57.6796]]],[[15241,1118.15,0],0,true,[[2581,1,361.163],[502,1,35.3391],[1444,1,15.8807]]],[[17689,12068.8,0],0,true,[[5300,0,26.2503],[1464,0,25.58],[1051,0,10.1451],[4013,0,5.95531]]], +[[3797.31,3308.71,0],0,false,[[5569,0,155.818],[4354,0,26.1932]]],[[15219.2,12509.9,0],0,false,[[3476,0,152.622],[4973,0,259.767]]],[[4406.82,15234.2,0],0,false,[[2679,0,152.428],[2445,0,304.465]]],[[13445.5,8260.75,0],0,false,[[2961,1,23.9487],[3718,1,232.594]]],[[13772.5,16519.1,0],0,false,[[3803,0,386.88],[4575,0,286.814]]], +[[18528.9,348.78,0],0,true,[[379,0,43.907],[1583,0,17.1143],[1432,0,106.947]]],[[658.963,19405.4,0],0,true,[[2124,0,23.6781],[3898,0,225.123],[166,0,11.2867]]],[[8789.3,10427.3,0],0,false,[[97,0,382.619],[2597,0,165.208]]],[[9714.76,4000.81,0],0,true,[[229,0,2.84833],[1442,0,0.876141],[3862,0,2.60452],[919,0,7.11785]]],[[3635.66,16315,0],0,true,[[3844,0,221.479],[4602,0,5.03095],[3407,0,5.45227]]], +[[3398.12,299.034,0],0,false,[[551,1,303.958],[1317,1,288.851]]],[[11697.9,14474.2,0],0,true,[[4705,0,3.70213],[4562,0,10.9514],[5075,0,3.57707]]],[[840.915,1643.83,0],0,false,[[4378,1,17.514],[2894,1,353.602]]],[[20223.3,19792.6,0],0,false,[[3616,0,291.489],[2799,0,139.579]]],[[8989.85,12100.6,0],0,true,[[3935,0,275.244],[2358,1,8.72302],[5243,1,14.0369]]], +[[18672.4,588.258,0],0,false,[[939,1,249.69],[5663,1,243.727]]],[[5288.82,10880.6,0],0,false,[[2304,0,287.1],[5136,0,326.888]]],[[4192.81,4739.62,0],0,false,[[4391,1,34.0511],[1257,1,57.1078]]],[[4669.13,11206.9,0],0,true,[[2565,0,24.9591],[3400,0,22.6862],[2598,0,28.385]]],[[4017.85,13330,0],0,false,[[2460,2,45.9817],[3581,2,33.3851]]], +[[12876.1,1692.34,-0.00115967],0,false,[[1256,0,17.6175],[142,0,22.0964]]],[[976.818,13188.4,0],0,false,[[2492,1,139.872],[5591,1,279.8]]],[[6308.48,10701.3,0],0,false,[[1641,0,324.547],[3245,0,198.82]]],[[12459.5,9546.63,0],0,true,[[3795,1,23.4251],[2843,1,294.3],[396,1,4.4038],[5465,1,7.33437],[2648,1,11.523]]],[[7341.74,963.919,0],0,false,[[4150,1,307.667],[117,1,358.389]]], +[[10982,11563.7,0],0,true,[[2203,0,155.427],[79,0,7.0039],[3249,0,4.34283]]],[[1276.51,13209.6,0],0,true,[[5591,1,20.6544],[5454,1,103.54],[4755,1,4.64229]]],[[2611.45,15689.6,0],0,true,[[1501,0,3.16291],[5225,0,3.27861],[1925,1,2.59743]]],[[15698.2,14177.4,0],0,true,[[2499,0,106.577],[4669,1,11.9461],[3230,1,11.1989]]],[[13440.6,7993.76,0],0,true,[[5554,0,23.7612],[1787,0,23.3848],[2665,0,11.1368],[4657,0,7.6844]]], +[[11696,11543,0],0,false,[[3440,0,23.8406],[3954,0,22.9171]]],[[8397.15,703.647,0],0,false,[[1762,0,324.806],[2365,1,15.529]]],[[8871.4,17698.2,0],0,true,[[557,0,386.701],[5578,0,25.6276],[5387,0,327.494]]],[[8481.21,2344.89,0],0,false,[[3909,2,285.798],[1951,2,84.6864]]],[[8337.65,8632.01,0],0,true,[[189,0,0.523311],[2071,0,14.4388],[3119,0,10.8916]]], +[[6835.41,10692.3,0],0,true,[[4908,2,24.0503],[1537,2,68.3405],[2955,2,4.7094]]],[[17761.4,2610.67,0],0,true,[[3156,0,7.179],[5451,0,10.4442],[5535,0,2.09665]]],[[18012.4,7716.9,0],0,true,[[3662,0,4.56046],[5011,0,14.2941],[3097,0,2.74223],[1709,0,12.2758]]],[[3043.03,16722,0],0,false,[[132,0,189.347],[2548,0,340.855]]],[[19378.4,14806.1,0],0,false,[[5404,0,105.61]]], +[[17547.3,8621.53,0],0,true,[[4465,0,3.21842],[4835,0,2.53738],[4978,1,16.0834],[323,1,10.084]]],[[12639.9,8418.41,0],0,true,[[1362,0,155.382],[1751,0,25.9716],[2707,0,30.8976]]],[[8780.5,2162.42,0],0,false,[[2130,2,376.665],[4537,2,28.0219]]],[[17907.7,13063.1,0],0,false,[[2122,0,143.432],[1116,0,359.663]]],[[17304.1,4110.23,0],0,true,[[4704,0,6.39327],[4991,0,7.27693],[2695,0,2.90795]]], +[[17100,5033.89,0],0,false,[[1834,0,2.54877],[1047,0,4.61022]]],[[12858.9,1688.22,6.10352e-005],0,false,[[4402,0,38.9334],[1230,0,17.6175]]],[[4237.84,4704.88,0],0,false,[[1227,1,57.1078],[3846,1,161.429]]],[[4997.09,10920.5,0],0,true,[[3013,0,0.233385],[1475,0,3.06062],[5625,0,1.58353],[585,0,2.80963],[3566,0,5.87373]]],[[1037.92,11429.5,0],0,false,[[395,0,238.455]]], +[[15427.1,514.81,0],0,false,[[4888,0,76.1486],[2441,0,51.1202]]],[[19682.9,4706.53,0],0,true,[[1943,0,8.45875],[3674,0,192.655],[2247,0,15.5941]]],[[495.082,2974.36,0],0,true,[[3393,1,21.4826],[5007,1,18.493],[1327,1,11.434]]],[[17560.5,327.616,0],0,false,[[4855,1,192.482],[2482,1,390.931]]],[[18579.4,17587.5,0],0,false,[[1804,1,24.846],[605,1,32.8571]]], +[[17333.8,10193,0],0,true,[[639,0,2.58732],[750,0,11.2247],[532,0,10.0752],[1283,0,2.41],[4813,0,1.32784]]],[[15070.3,11950.5,0],0,false,[[1863,0,198.957],[667,0,25.4949]]],[[3893.6,5018.49,0],0,false,[[5281,1,301.889],[1398,1,296.732]]],[[13136.8,10754,0],0,false,[[3540,0,329.271],[1343,0,369.474]]],[[3152.94,1458.71,0],0,true,[[1973,1,157.652],[5044,1,27.8185],[2018,1,179.988],[5265,1,12.8104]]], +[[13138.3,8343.35,0],0,true,[[3709,1,27.8102],[3278,1,33.1173],[5100,1,15.1947]]],[[12616,7856.28,0],0,true,[[3683,0,16.2009],[5232,0,4.48024],[1620,0,13.9281]]],[[10066.4,9233.95,0],0,true,[[1940,0,289.696],[2347,0,2.84604],[182,0,12.2929]]],[[1691.17,678.896,0],0,false,[[329,0,312.07],[3261,0,392.082]]],[[17168.9,18071.5,0],0,false,[[1002,1,26.134],[3438,1,101.16]]], +[[9010.26,19580.7,0],0,false,[[1859,0,173.066],[1406,0,84.8064]]],[[10877.5,10988.5,0],0,false,[[5102,1,19.5063],[600,1,379.391]]],[[20129.9,15185.8,0],0,false,[[4415,0,230.027],[5567,0,396.699]]],[[9269.78,5958.94,0],0,true,[[1153,1,30.491],[4712,1,138.595],[868,1,1.99897],[2326,1,20.1171]]],[[12263.1,13174.5,0],0,false,[[1768,1,289.38],[4052,1,397.588]]], +[[14535.3,5097.18,0],0,false,[[4760,1,7.51853],[5315,0,12.501]]],[[19667.1,11333.4,0],0,true,[[3413,0,32.0567],[889,0,28.0466],[1650,0,158.044]]],[[3685.06,14933.1,0],0,false,[[5610,0,103.068],[4218,0,24.6313]]],[[17332.9,10190.7,0],0,true,[[1265,0,2.41],[532,0,8.06266],[750,0,13.1841]]],[[18794.6,3266.37,0],0,false,[[5068,0,12.7085],[2068,0,10.3575]]], +[[19735.2,4352.28,0],0,true,[[412,0,68.0325],[4411,0,27.7329],[2244,0,85.7204]]],[[12625.9,8253.4,0],0,false,[[1456,0,28.752],[3539,0,20.9058]]],[[3896.16,13281.4,0],0,true,[[2971,0,22.484],[5138,0,82.4631],[5227,0,23.4638]]],[[8067.55,15.9658,0],0,false,[[990,0,87.5558]]],[[7955.73,17106.6,0],0,false,[[4708,0,283.706],[4535,0,89.7914]]], +[[12203.5,7157.55,0],0,false,[[2226,0,269.675],[5683,0,241.878]]],[[16860.4,4905.21,0],0,false,[[543,0,85.8415]]],[[13454.4,8009.9,0],0,false,[[458,0,138.344],[4657,0,18.6723]]],[[15255.3,489.947,0],0,false,[[3398,0,49.9722],[4522,0,8.68538]]],[[10384,7725.46,0],0,false,[[3363,1,3.06347],[5421,0,38.2272]]], +[[19835,6936.99,0],0,false,[[5376,0,242.866],[5235,0,382.487]]],[[15641.6,14148.2,0],0,true,[[5410,0,60.8843],[127,0,6.18762],[1541,1,9.93407]]],[[10661.3,11397.9,0],0,true,[[1521,0,26.346],[4650,0,9.20941],[1552,0,4.68062]]],[[10910,12770.9,0],0,true,[[4937,1,7.15446],[2611,1,60.6378],[4274,1,4.83879]]],[[19560.8,11422.8,0],0,false,[[1650,0,81.2667],[4720,0,14.4213]]], +[[15362.4,9021.33,0],0,false,[[3431,0,143.095],[1789,0,342]]],[[3415.16,15446.1,0],0,false,[[1121,0,349.938],[202,0,160.134]]],[[19591.1,9608.01,0],0,true,[[1546,1,29.5793],[4207,1,242.157],[4648,1,15.6569]]],[[9258.86,16260.6,0],0,false,[[1378,1,121.1],[5485,1,23.2226]]],[[3869.13,2317.16,0],0,false,[[3704,0,15.7951],[2864,0,242.656]]], +[[4967.06,5473.81,0],0,false,[[73,0,255.742],[5130,0,172.27]]],[[2555.27,9624.24,0],0,false,[[4142,0,302.198]]],[[8457.38,11029.4,0],0,false,[[133,0,9.27498],[2848,0,22.811],[959,0,27.9161]]],[[8924.57,9020.48,0],0,true,[[5362,1,307.294],[1145,1,22.2669],[4488,1,9.23786],[2421,1,11.0575]]],[[17304.1,4117.41,0],0,false,[[1724,0,9.14206],[2695,0,4.31059]]], +[[8911.41,19672.5,0],0,false,[[1494,0,24.7677],[5144,0,355.669]]],[[11287.1,19771.6,0],0,false,[[661,0,26.3783],[2007,0,179.014]]],[[5838.99,10863.6,0],0,false,[[5136,0,224.429],[1662,0,264.29]]],[[7073.67,5136.32,0],0,false,[[4060,1,267.034],[4713,1,399.741]]],[[11023.8,7738.34,0],0,false,[[4778,1,2.0117],[2258,0,7.31996]]], +[[11862.6,6030.94,0],0,false,[[1527,0,303.465],[1791,0,131.848]]],[[17990.9,8772.67,0],0,false,[[694,1,365.99],[5639,1,202.856]]],[[3401.66,10.2559,0],0,false,[[1220,1,288.851]]],[[13443.4,4432,0],0,false,[[4268,0,76.1897]]],[[8481.76,10821.1,0],0,false,[[3020,0,165.382],[1021,0,46.3749]]], +[[505.79,8728.64,0],0,false,[[3978,1,377.868],[4476,1,212.415]]],[[13548.4,2055.08,0],0,false,[[3378,0,220.343]]],[[19659,8454.23,0],0,true,[[199,0,19.7585],[3690,0,62.907],[2771,1,9.01552]]],[[17117.7,5031.81,0],0,true,[[4717,0,11.5359],[2440,0,27.6762],[3785,0,8.65831]]],[[7303.55,10128.8,0],0,false,[[5246,2,8.31126],[3775,1,132.301]]], +[[19119.6,3884.4,0],0,false,[[2586,0,32.0883],[4221,0,151.734]]],[[571.055,18198,0],0,false,[[2037,0,355.243],[3286,0,383.431]]],[[503.615,2981.97,0],0,false,[[1262,1,11.434],[2589,0,8.97718]]],[[15220.2,14438.9,0],0,true,[[417,0,26.904],[1720,0,14.9927],[1567,0,15.9343]]],[[5612.54,3978.21,0],0,false,[[1586,0,54.0221],[129,0,98.8527]]], +[[488.462,2960.51,0],0,false,[[3786,0,23.3973],[3393,1,6.60858]]],[[19108.7,14292.5,0],0,false,[[1884,0,194.683],[4054,0,106.513]]],[[16239.2,16048.3,0],0,false,[[651,1,290.286],[1509,1,243.123]]],[[17716.2,12013.2,0],0,true,[[2091,0,27.959],[5356,0,191.834],[4210,0,13.7683],[1956,0,11.397],[4927,0,8.20723],[4011,0,7.9939],[1131,0,9.91855],[2485,0,10.8401],[1944,0,12.467],[1821,0,10.5366],[1955,0,8.11266],[683,0,13.7098]]],[[7677.78,1093.48,0],0,true,[[1878,0,2.94259],[4122,0,2.80656],[5351,1,5.97461]]], +[[6029.25,7714.24,0],0,false,[[3645,0,104.206]]],[[17689.6,16810.8,0],0,true,[[1197,0,2.14361],[2683,0,2.24881],[4467,0,8.52359]]],[[15613.6,12105.1,0],0,false,[[3370,0,323.775],[845,0,277.542]]],[[16543.1,18099.6,0],0,false,[[5285,0,143.741],[526,0,56.4038]]],[[15556.8,2763.6,0],0,true,[[5450,0,24.8192],[5137,0,4.81846],[1748,0,4.56767]]], +[[10363.1,11901.7,0],0,true,[[3192,0,22.8441],[4810,0,367.857],[5476,0,9.75247]]],[[5921.97,8922.86,0],0,true,[[3453,0,3.86691],[4804,0,4.4855],[1006,0,2.18322],[4546,0,0.795262]]],[[1946.62,19531.2,0],0,false,[[3564,0,307.154],[5076,0,342.822]]],[[13176.6,10386.8,0],0,false,[[1268,0,369.474],[3051,0,391.453]]],[[3138.37,12736.7,0],0,true,[[4192,1,12.2668],[686,0,16.8702],[5027,1,12.4732]]], +[[15386.5,462.132,0],0,false,[[2441,0,19.0754],[1988,0,69.567]]],[[13322.6,13357.8,0],0,false,[[44,0,46.3668],[5038,0,73.2369]]],[[16399.5,6661.06,7.87303],0,true,[[5325,1,19.3603],[5230,1,7.95211],[5299,1,16.241],[2251,1,10.6326]]],[[7693.74,13752.9,0],0,false,[[3531,1,140.759],[2624,1,361.961]]],[[9061.78,14472.2,0],0,true,[[2093,1,285.032],[3260,1,32.2195],[1571,1,9.41963],[2004,1,9.17531]]], +[[9384.66,6061.61,0],0,false,[[2077,1,1.77043],[324,0,3.22759]]],[[10360.5,6862.81,0],0,true,[[4852,0,12.3599],[4095,0,166.024],[3906,0,24.516]]],[[14843.9,14193.8,0],0,false,[[1907,0,222.187],[4053,0,11.8828]]],[[5490.9,9302.81,0],0,false,[[2575,0,385.355],[5307,0,281.919]]],[[10147.5,8216.92,0],0,true,[[933,0,3.56904],[1664,0,3.685],[3495,1,11.6698]]], +[[849.406,6920.96,0],0,false,[[2384,1,27.0131],[4158,1,58.5664]]],[[5797.77,14188.2,0],0,true,[[5252,0,21.0589],[5237,1,11.0091],[4349,1,14.7183]]],[[10483.7,16953.4,0],0,false,[[2741,0,86.3433],[5448,0,385.307]]],[[4787,2568.18,0],0,true,[[32,0,5.86027],[1998,1,15.4749],[4838,0,4.72056],[5483,1,8.89909]]],[[11322.6,8988.58,0],0,false,[[1156,0,351.449],[2533,0,250.864]]], +[[16657.1,5651.21,0],0,true,[[2450,0,8.10234],[2401,0,185.011],[5269,0,5.35952]]],[[3068.64,10190.8,0],0,false,[[5399,0,208.635],[3462,0,297.428]]],[[12498.7,8405.09,0],0,false,[[1435,0,175.602],[1251,0,155.382]]],[[5683.57,3201.16,0],0,false,[[1157,1,342.831],[2416,1,260.132]]],[[1413.64,13601.2,0],0,true,[[827,1,31.7873],[381,1,138.554],[4110,1,17.3687]]], +[[14243.7,10359.2,0],0,false,[[2791,0,383.393],[1535,0,114.785]]],[[9558.22,16504.6,0],0,true,[[898,1,5.7529],[5699,0,10.127],[3641,1,6.92158]]],[[14385,7962.44,0],0,true,[[5644,0,291.398],[2606,0,14.8455],[5159,0,11.8229],[3856,0,13.1612],[4497,0,24.2168]]],[[11281.9,20106,0],0,false,[[2260,0,18.8235],[3301,0,39.0532]]],[[4173.55,10250.3,0],0,false,[[962,0,30.4978],[3218,0,85.847]]], +[[15381.6,473.485,0],0,false,[[2005,0,112.143],[2441,0,22.2936]]],[[12472,11745.4,0],0,true,[[619,0,16.139],[734,0,4.02919],[3483,0,4.60763],[848,0,1.85575]]],[[10556.5,14159,0],0,true,[[641,0,2.61967],[1990,0,2.79802],[1873,0,3.82913]]],[[10864.7,10991.4,0],0,true,[[655,0,205.882],[4783,0,2.84758],[5102,1,9.86888]]],[[11881,11539.1,0],0,false,[[1923,0,80.9005],[2193,0,321.506]]], +[[8461.59,19361,0],0,true,[[397,0,2.57929],[3022,0,10.6071],[3270,0,2.92103]]],[[3246.18,7280.59,0],0,false,[[2449,0,84.9839],[3054,0,38.7575]]],[[9414.97,16441.4,0],0,false,[[5699,0,148.687],[3325,0,137.32]]],[[9357.28,16327.8,0],0,false,[[5115,1,93.0711],[1303,1,121.1]]],[[5701.68,14183.6,0],0,true,[[3487,0,13.2894],[2135,0,2.8704],[99,1,9.06776],[285,1,10.7456]]], +[[17403.7,17938.6,0],0,false,[[1596,0,14.7983],[3787,1,6.81847]]],[[6718.32,17417.6,0],0,true,[[4941,0,4.91937],[1203,0,5.68364],[2132,1,4.98574]]],[[14642.9,19119.6,0],0,true,[[2774,0,2.65127],[735,0,1.83357],[2880,0,12.8065]]],[[14286.7,19458.8,0],0,true,[[5660,0,26.8651],[2859,0,44.8253],[5172,0,6.64313],[5308,0,4.17064]]],[[14229.8,11305.3,0],0,false,[[3304,1,139.299],[2754,1,380.581]]], +[[17680.7,16815.2,0],0,true,[[3177,0,1.43258],[4794,0,2.04726],[2085,0,2.9856]]],[[10920.5,13249.3,0],0,false,[[288,0,302.463],[4176,0,373.53]]],[[9915.64,623.325,0],0,false,[[5648,1,102.666],[4596,1,12.3257]]],[[3074.7,15452.2,0],0,true,[[5210,1,24.8715],[5193,1,340.073],[1866,1,12.1419]]],[[18329.1,18033.8,0],0,false,[[151,0,390.705],[4401,0,236.687]]], +[[11284.2,3807.24,0],0,false,[[3693,0,27.9612],[5635,0,67.8844]]],[[3048.45,10905.8,0],0,false,[[4173,0,31.2191],[1993,0,311.598]]],[[5227.29,7014.74,0],0,false,[[1112,1,314.059],[2015,1,16.5562]]],[[13267,13544.9,0],0,true,[[1820,0,182.268],[1035,0,10.6081],[3030,0,3.66905]]],[[16628.4,18250.8,0],0,true,[[4363,0,27.8455],[3676,0,12.1194],[4719,0,14.7593]]], +[[5794.63,15028.7,0],0,false,[[909,0,303.999],[5667,0,105.702]]],[[11697.2,11153.7,0],0,false,[[215,0,303.353],[134,0,205.463]]],[[609.142,2981.93,0],0,false,[[5666,1,30.6334],[4921,1,25.7132]]],[[4126.84,4835.23,0],0,false,[[1267,1,296.732],[1099,1,48.0568]]],[[8343.96,17877.2,0],0,false,[[5067,0,2.56139],[1587,0,42.4138]]], +[[16232.6,7269.72,0],0,true,[[1896,1,34.0882],[2360,1,28.5779],[1124,1,7.47815],[5046,1,5.99408],[2129,1,13.0276]]],[[2873.94,12610.3,0],0,true,[[4579,0,2.31957],[3926,0,3.27185],[3609,0,11.8371]]],[[3777.79,6249.44,0],0,false,[[3384,1,378.588],[3262,1,180.466]]],[[5936.96,8907.4,0],0,true,[[4525,0,3.41226],[865,0,2.96501],[2357,0,1.11902],[1794,0,2.36657],[5637,0,3.40155]]],[[1835.25,14735.1,0],0,false,[[2443,1,203.276],[380,1,310.526]]], +[[20396.1,5935.57,0],0,true,[[2429,0,4.34746],[1692,0,30.5419],[4395,0,5.80472]]],[[8948.98,19638.6,0],0,false,[[1275,0,84.8064],[1494,0,25.8029]]],[[12769.4,4350.98,0],0,false,[[4660,0,102.79],[4961,0,21.0938]]],[[2555.15,6538.47,0],0,false,[[2705,1,245.205],[167,1,263.883]]],[[18630.4,15442.3,0],0,false,[[5063,1,371.846],[801,1,380.032]]], +[[15065.6,292.187,0],0,false,[[5568,0,58.4139],[3918,0,140.906]]],[[3565.86,15078.4,0],0,false,[[1886,0,28.6486],[614,0,95.7183]]],[[11507.6,19110.9,0],0,false,[[4878,0,17.3477],[3350,0,246.088]]],[[11765.3,1033.77,0],0,true,[[4091,0,27.0394],[4051,0,25.2363],[1619,1,6.3309]]],[[16010.9,18509.2,0],0,false,[[1792,0,384.088],[373,0,326.582]]], +[[12907.6,3558.99,0],0,false,[[1045,0,259.125],[211,0,236.832]]],[[19959.6,4850.25,9.49208],0,true,[[778,1,13.6665],[3282,1,16.092],[267,1,9.52326],[4529,1,10.1275]]],[[14252.5,641.178,0],0,true,[[3977,0,21.1102],[4819,0,19.3814],[2011,0,2.4715]]],[[10750,12765,0],0,true,[[4932,1,15.1974],[2444,1,50.2047],[3623,1,13.8769]]],[[15.6345,19752.7,0],0,false,[[5272,1,361.641]]], +[[12631.9,4503.96,0],0,false,[[2962,0,47.6334],[4105,0,87.7927]]],[[11852.2,10282.4,0],0,false,[[2177,1,354.6],[3823,1,360.358]]],[[15410,2829.92,0],0,false,[[2562,1,184.904],[3197,1,24.036]]],[[11888.5,7011.58,0],0,false,[[4690,0,334.547],[4418,0,72.4021]]],[[6070.91,10449.2,0],0,true,[[2266,0,203.035],[1641,0,21.8815],[822,0,9.52835]]], +[[3880.64,14702.4,0],0,true,[[4387,2,155.321],[2990,2,21.2781],[2893,2,8.87762]]],[[3897.34,19166.7,0],0,false,[[912,0,372.728],[5051,0,111.389]]],[[6313.22,6014.91,0],0,false,[[1429,1,333.802],[4328,1,102.572]]],[[11853.1,7753.17,0],0,false,[[5687,0,73.0644],[4518,0,52.704]]],[[6531.4,5762.29,0],0,false,[[631,1,225.703],[1427,1,333.802]]], +[[9389.96,6064.21,0],0,true,[[324,0,2.74158],[1627,0,2.1348],[2077,1,5.70396]]],[[7669.57,19545.6,0],0,true,[[5674,0,2.66884],[4626,0,4.19226],[254,0,1.75712],[330,1,8.99131]]],[[18517.4,242.946,0],0,true,[[1215,0,106.947],[4159,0,18.2306],[5470,0,62.7159]]],[[6383.2,17752.4,0],0,false,[[4967,1,177.024],[861,1,280.858]]],[[12258.9,10946.3,0],0,false,[[3078,0,271.174],[5224,0,253.693]]], +[[12343.1,8485.13,0],0,false,[[4948,0,389.527],[1362,0,175.602]]],[[3175.3,11172,0],0,false,[[1146,0,364.721],[4030,0,234.436]]],[[16771.3,10507.8,0],0,false,[[3405,1,287.622],[3397,1,154.862]]],[[19376,2874.65,0],0,false,[[3239,0,247.916],[4520,0,110.565]]],[[13741.5,15021.4,0],0,false,[[2947,0,212.493],[2852,0,152.29]]], +[[14226.8,4053.06,0],0,true,[[4707,0,3.24911],[3411,0,7.43152],[2131,1,9.51702],[3227,1,11.8825]]],[[6604.16,4336.95,0],0,false,[[3762,1,273.909],[2528,1,382.952]]],[[9714.11,4000.22,0],0,true,[[919,0,6.59508],[3862,0,2.71861],[1218,0,0.876141],[229,0,3.63256]]],[[7545.02,19211.3,0],0,true,[[1053,0,2.44184],[1832,0,111.158],[4338,0,8.8236]]],[[15237,1102.79,0],0,true,[[4822,0,15.7954],[1208,1,15.8807],[502,1,20.9413]]], +[[15449.5,5377.92,0],0,true,[[3225,0,267.84],[3850,0,5.74608],[4862,0,5.21421]]],[[13269.8,18474,0],0,false,[[2682,0,161.602],[1001,0,382.181]]],[[11861.1,7628.73,0],0,false,[[539,0,234.593],[4518,0,72.0485]]],[[17246,3632.86,0],0,false,[[344,0,394.895],[3221,0,365.792]]],[[4281.98,17932.4,0],0,true,[[743,0,8.22699],[3268,0,334.707],[349,2,15.0127]]], +[[3088.07,10945.1,0],0,false,[[3682,0,19.4893],[3970,0,144.766]]],[[5561.18,18517.6,0],0,false,[[3565,0,64.3845],[5552,0,326.087]]],[[9156.05,5873.1,0],0,true,[[1898,1,18.4176],[1153,1,112.117],[2532,1,11.1859]]],[[6375.75,20082.9,0],0,false,[[1808,0,336.196],[5703,0,155.11]]],[[18116.8,16952.1,0],0,false,[[1816,1,288.909],[1628,1,21.9395]]], +[[8705.21,14419.7,0],0,false,[[5065,1,396.177],[2537,1,306.472]]],[[12607.1,8231.64,0],0,false,[[3942,0,26.5922],[1286,0,28.752]]],[[7670.59,1092.88,0],0,true,[[2242,0,4.86538],[1878,0,4.30414],[5351,1,13.1933]]],[[13434,4160.42,0],0,false,[[928,0,160.824],[5383,0,331.443]]],[[9508.19,6878.68,0],0,false,[[2510,0,390.069]]], +[[4836.84,18799.9,0],0,true,[[2884,2,4.28582],[4006,2,10.9884],[2406,2,5.26844]]],[[6825.92,14959.6,0],0,false,[[957,0,4.26843],[4055,1,3.08011]]],[[18816.2,14946.5,0],0,true,[[3731,0,3.9828],[1185,0,3.45652],[2646,1,6.7061]]],[[14710.2,805.13,0],0,false,[[3138,0,14.4226],[3314,0,175.408]]],[[17663.9,12063.9,0],0,true,[[1209,0,25.58],[3091,0,104.129],[1051,0,16.1435]]], +[[2212.39,1119.53,0],0,false,[[4901,1,105.171],[4161,1,347.817]]],[[9764.43,13204.7,0],0,false,[[5548,0,110.593]]],[[17084.3,17994,0],0,true,[[3438,1,14.0509],[2433,1,35.4289],[5110,1,4.49387]]],[[19535.5,11320.6,0],0,true,[[2420,1,18.1024],[5427,1,78.0367],[2978,1,9.59308]]],[[3820.88,6939.17,0],0,false,[[2146,0,35.5045],[524,0,73.0792]]], +[[10332.2,2576.39,0],0,true,[[1143,0,2.79372],[3671,0,6.763],[58,0,3.09019],[5423,0,4.17141]]],[[14690.8,5457.15,0],0,false,[[5585,1,326.649],[1716,1,380.22]]],[[2732.82,19410.6,0],0,false,[[3857,0,104.394],[2773,0,15.3936]]],[[7145.64,12973.4,0],0,false,[[2887,1,32.4335],[5108,1,26.3195]]],[[7499.23,19634,0],0,true,[[3768,0,3.05251],[1677,0,16.9159],[2412,0,10.6812]]], +[[4999.84,10919.1,0],0,true,[[1258,0,3.06062],[2364,0,2.88282],[5625,0,1.85482]]],[[9233.65,16438.2,0],0,true,[[4951,0,9.40108],[4767,0,95.7446],[3570,0,11.566]]],[[12582.7,8302.53,0],0,false,[[5566,0,33.8304],[464,0,121.603]]],[[8917.76,18886.1,0],0,false,[[4740,0,26.0483],[4851,0,283.541]]],[[10971.9,17627.5,0],0,true,[[2470,0,100.944],[3638,0,13.3788],[3822,0,21.6886]]], +[[13205.6,8640.45,0],0,true,[[1175,1,28.5148],[4673,1,66.3202],[4598,1,4.42662]]],[[16855.6,18032.3,0],0,true,[[4425,0,15.0238],[3019,0,117.509],[777,0,11.7935]]],[[17148.9,17843.2,0],0,true,[[5574,0,116.676],[2330,0,19.4557],[1013,0,11.3335]]],[[17091.7,11076.5,0],0,false,[[2490,1,248.916],[774,1,346.347]]],[[3580.89,1511.05,0],0,true,[[978,1,23.8278],[4636,1,131.426],[3475,1,5.97231]]], +[[7069.77,13053.8,0],0,false,[[1070,0,46.1393]]],[[19839,13001.7,0],0,false,[[3085,0,320.928],[1016,0,356.362]]],[[14809.8,16613.6,0],0,true,[[5424,0,33.7178],[5706,0,341.235],[4962,0,16.7179]]],[[10700.1,12917.1,0],0,true,[[5342,0,94.4544],[782,0,11.0031],[184,0,19.2903]]],[[9656.23,5795.55,0],0,false,[[4885,0,141.575],[665,0,35.6903]]], +[[5928.15,8917.28,0],0,true,[[3191,0,2.32656],[3122,0,4.76093],[4610,1,5.81965]]],[[19892.3,4316.7,0],0,true,[[4411,0,133.334],[2317,0,48.8681],[1103,0,92.7631]]],[[7267.37,6464.46,0],0,true,[[3725,0,98.321],[401,0,6.71837],[2342,1,17.5395]]],[[14719.8,7833.21,0],0,true,[[508,0,18.052],[5644,0,69.932],[5440,0,8.8803]]],[[8929.8,19655.9,0],0,true,[[1406,0,25.8029],[1310,0,24.7677],[2958,0,65.1129]]], +[[13748,16119.2,0],0,true,[[275,0,80.7714],[5304,0,255.646],[4863,0,11.7804]]],[[10896,12178.1,0],0,false,[[7,0,357.776],[3506,0,267.887]]],[[13382.8,7943.03,0],0,false,[[2665,0,68.6856],[2580,0,33.995]]],[[17361.8,7514.42,0],0,true,[[2320,0,20.7046],[1833,0,140.294],[2262,0,9.44905]]],[[807.112,659.543,0],0,false,[[150,0,201.256]]], +[[116.856,8395.1,0],0,false,[[2175,1,199.234],[3068,1,329.392]]],[[2609.01,15691.7,0],0,false,[[1925,1,0.761871],[1237,0,3.16291]]],[[6520.88,10876.1,0],0,false,[[5202,0,11.8697],[3469,1,10.4764]]],[[13146,8308.46,0],0,false,[[3142,0,41.8502],[3278,1,7.62707]]],[[11449.2,5647.82,0],0,true,[[690,0,7.58729],[2496,0,3.72693],[4430,0,7.59534]]], +[[10606.8,17028,0.0404053],0,false,[[1032,0,16.4576],[2888,0,13.9863],[4390,0,22.6474]]],[[17671.1,12216,0],0,true,[[5562,0,2.5762],[3103,0,3.42647],[1514,0,2.5103]]],[[14252.2,7693.06,0],0,false,[[4547,0,346.32],[798,0,230.188]]],[[13953.3,19412.5,0],0,false,[[3726,0,15.0863],[174,0,19.0729]]],[[16222.5,15805.7,0],0,false,[[1332,1,243.123],[2009,1,191.343]]], +[[18434.3,1106.01,0],0,true,[[3073,0,3.81771],[2438,0,45.5271],[4953,0,9.39397]]],[[18683.1,18150.5,0],0,false,[[244,0,394.735],[5432,0,372.297]]],[[14853.4,15402.6,0],0,false,[[1166,0,68.6796],[2550,0,355.435]]],[[13325.4,7764.05,0],0,false,[[2300,0,59.245],[1893,0,124.206]]],[[17668.7,12215.3,0],0,true,[[3485,0,10.1342],[1004,0,16.1769],[3479,0,7.86213],[2079,0,6.83345],[4798,0,6.55532],[100,0,6.64519],[168,0,7.61929],[1840,0,4.58812],[3016,0,4.10445],[5616,0,5.02665],[3732,0,8.14677],[2793,0,3.9864],[5562,0,2.23583],[1506,0,2.5103],[3103,0,5.55857]]], +[[15833.6,8828.27,0],0,true,[[2150,1,9.97655],[3816,1,263.043],[5445,1,6.23799]]],[[4604.32,16389.2,0],0,false,[[196,1,331.932],[512,1,273.672]]],[[20253.8,13445.2,0],0,false,[[1016,0,256.304],[1171,0,28.6395]]],[[18036.9,17763.1,0],0,false,[[1885,1,96.93],[2298,1,337.863]]],[[4122.1,16283.1,0],0,true,[[1767,2,1.77185],[4552,0,20.6708],[1158,2,6.28951]]], +[[18394.1,346.5,0],0,true,[[289,1,132.264],[5575,1,69.9428],[3605,1,5.62858]]],[[10644.3,11378.5,0],0,true,[[5588,0,45.8388],[1297,0,26.346],[5456,0,113.321]]],[[16704.4,18232,0],0,false,[[1952,0,9.50451],[4719,0,65.0076]]],[[57.7769,1856.33,0],0,true,[[43,1,8.32176],[2307,1,229.656],[831,1,14.8406]]],[[6712.66,6273.25,0],0,false,[[1848,0,69.0338],[5701,0,31.6663]]], +[[421.204,7210.41,0],0,false,[[3146,1,144.968],[5328,1,241.676]]],[[9633.29,2747.75,0],0,true,[[474,0,16.2321],[4226,0,381.331],[576,0,16.8356]]],[[11584.8,5916.55,0],0,false,[[4093,0,298.652],[1315,0,303.465]]],[[7766.44,6781.01,0],0,false,[[1120,2,31.8717],[468,2,371.667]]],[[4894.85,13815.4,0],0,false,[[2973,1,155.155],[3257,1,308.44]]], +[[11741.8,16407.3,0],0,false,[[4453,0,153.012],[4933,0,221.337]]],[[10280.7,10996,0],0,false,[[5559,0,377.271],[356,0,289.741]]],[[11979.8,16423.3,0],0,false,[[2109,0,161.44],[4453,0,187.044]]],[[7051.82,11305.4,0],0,false,[[4079,1,30.5554],[5341,1,336.219]]],[[15235.7,491.787,0],0,false,[[2172,0,87.6815],[3543,0,9.64071]]], +[[14357.9,10347.8,0],0,false,[[1365,0,114.785]]],[[1225.6,4353.87,0],0,false,[[5131,0,273.218],[2044,0,303.375]]],[[6800.74,10750.6,3.00217],0,false,[[1906,2,212.597],[1245,2,68.3405]]],[[14136.1,19397.2,0],0,false,[[4523,0,22.9503],[3984,0,54.2665]]],[[13875.6,17478.5,0],0,false,[[3534,0,346.087],[3421,0,364.096]]], +[[15165.5,5674.11,0],0,true,[[2566,0,17.5511],[2932,0,51.7081],[4623,0,6.69825]]],[[15633,14153.1,0],0,true,[[4845,1,11.6834],[3361,1,8.01689],[127,1,5.51859],[3259,1,14.314],[1296,1,9.93407]]],[[3882.48,15146.3,0],0,true,[[3730,0,11.5043],[386,0,6.74386],[1846,2,5.48063]]],[[8748.77,11631.9,0],0,false,[[1595,0,372.648],[4758,0,271.957]]],[[19954.9,3206.98,0],0,false,[[2731,0,100.004],[5543,0,137.425]]], +[[9466.38,8526.71,0],0,true,[[4818,0,14.186],[361,0,5.88316],[2860,0,3.06458]]],[[19598,9579.26,0],0,true,[[86,1,50.5909],[1302,1,29.5793],[4648,1,13.9282],[107,1,11.2217],[13,1,9.08933],[5396,1,7.59753]]],[[1365.95,5798.46,0],0,false,[[3517,2,341.928],[4567,2,340.641]]],[[12378.4,4841.1,0],0,true,[[3663,0,136.64],[4020,0,3.31638],[1712,0,4.26107]]],[[17124.8,17670.7,0],0,false,[[5510,0,27.8784],[2108,0,199.033]]], +[[17468.2,18791.3,0],0,false,[[577,1,368.695],[5208,1,304.326]]],[[11479,20095.5,0],0,false,[[2408,0,351.9],[1597,0,159.816]]],[[10665.8,11399.2,0],0,true,[[1297,0,4.68062],[3220,0,97.2843],[4650,0,11.3889]]],[[14043,13435.4,0],0,false,[[6,0,376.859],[4423,0,96.2849]]],[[6425.48,1711.3,0],0,true,[[2637,1,4.15634],[4438,0,14.5538],[2275,0,5.26661]]], +[[8312.67,4595.43,0],0,true,[[425,0,23.7774],[2162,0,23.9752],[571,0,21.9423]]],[[13741.4,4694.04,0],0,true,[[2393,1,9.36227],[2076,1,73.0627],[2303,1,3.13736],[3048,1,22.4725]]],[[19474.4,12795.6,0],0,true,[[5415,0,1.71102],[3359,0,4.24132],[2616,1,12.9249]]],[[14055.2,13210.2,0],0,false,[[1734,0,25.5711],[4867,0,19.9122]]],[[18833,1784.65,0],0,false,[[907,0,282.503],[5516,0,299.972]]], +[[2242.55,2397.58,0],0,true,[[5402,1,381.744],[2769,1,28.1198],[473,1,6.69191],[4859,1,11.1531],[3412,1,14.6941]]],[[12928.3,5218.65,0],0,false,[[1697,0,395.53],[1176,0,127.154]]],[[10561.9,7721.93,0],0,false,[[3099,1,19.7658],[5689,1,76.881]]],[[18382.6,12518,0],0,false,[[4262,0,280.18],[489,0,335.622]]],[[9911.94,504.165,0],0,false,[[3258,1,86.7905],[2337,1,20.3635]]], +[[7753.86,6745.71,0],0,false,[[2968,0,399.621],[4461,0,22.4705]]],[[13838.6,4191.65,0],0,false,[[2529,0,18.4949]]],[[15216.3,14454.4,0],0,true,[[2334,0,7.36838],[3606,0,6.8727],[1720,0,3.05252],[1328,0,15.9343]]],[[15600.2,4959.04,0],0,true,[[1880,0,27.5782],[3012,0,26.9589],[2329,0,11.1399]]],[[13801.8,19700.2,0],0,false,[[5560,0,162.758],[3973,0,241.724]]], +[[5572,3455.64,0],0,false,[[1078,0,30.5705],[4662,1,4.57902]]],[[9052.38,14471.7,0],0,true,[[720,0,304.059],[2004,0,7.047],[1349,1,9.41963]]],[[18839.3,7852.26,0],0,true,[[3222,0,4.74537],[4076,0,4.6972],[2675,0,2.25012]]],[[13661.8,4598.52,0],0,false,[[4526,0,5.861],[1699,1,10.4012]]],[[18727.8,14207.8,0],0,false,[[1735,0,51.2902],[564,0,280.713]]], +[[7571.58,622.309,0],0,false,[[4086,1,18.8178],[693,1,154.193]]],[[9038.44,5796.76,0],0,true,[[2214,1,106.35],[2354,1,15.9284],[3273,1,11.8892]]],[[5031.57,2494.01,0],0,false,[[1998,1,254.684],[5220,1,299.32]]],[[16623.4,17647.3,0],0,true,[[4441,0,4.07844],[1775,0,3.30833],[3608,1,6.39382]]],[[12627.4,4196.16,0],0,false,[[105,0,185.047],[1739,0,24.808]]], +[[17289,11395,0],0,true,[[3629,0,5.19188],[2427,1,10.069],[3031,1,16.9779]]],[[5932.71,8912.73,0],0,true,[[1794,0,4.57013],[3122,0,1.67835],[4610,1,8.65378]]],[[16710,18233.2,0],0,true,[[4224,0,3.50591],[3931,0,3.38866],[1952,0,7.00119]]],[[18546,349.261,0],0,false,[[1215,0,17.1143]]],[[9620.46,3593.38,0],0,false,[[643,0,384.809],[2882,0,282.427]]], +[[20240.4,585.36,0],0,false,[[20,1,275.183],[4578,1,237.047]]],[[5656.33,3946.57,0],0,false,[[4902,0,99.4812],[1329,0,54.0221]]],[[8365.27,17840.5,0],0,false,[[1399,0,42.4138],[3772,0,392.843]]],[[4794.92,2565.33,0],0,false,[[4838,0,3.70268],[1998,1,7.06018]]],[[12313.2,9424.12,0],0,false,[[3879,0,184.961]]], +[[10471.5,11454.2,0],0,false,[[882,0,17.3355],[2554,0,144.697]]],[[6554.34,656.203,0],0,false,[[4893,1,283.733],[368,1,110.869]]],[[15902.9,16473.6,0],0,false,[[120,0,187.141],[4753,0,347.26]]],[[9698.89,705.189,0],0,true,[[1731,1,35.8852],[2673,1,22.6255],[983,2,12.8445],[3777,2,23.0112]]],[[13847.4,15774.9,0],0,false,[[5221,0,316.379],[155,0,398.157]]], +[[8404.22,11524.6,0],0,false,[[2982,0,67.6705],[1543,0,372.648]]],[[17391.8,17929.7,0],0,false,[[1814,0,74.5591],[1380,0,14.7983]]],[[11319.4,20104.1,0],0,false,[[1551,0,159.816],[2260,0,18.6993]]],[[16222.6,9714.87,0],0,true,[[3251,1,230.931],[4068,1,32.3706],[2477,1,7.92683]]],[[9604.04,2768.41,0],0,true,[[2343,0,2.65121],[3046,0,5.35033],[454,0,10.9256]]], +[[1105.31,17871.5,0],0,false,[[78,0,11.9484],[2375,0,2.38007]]],[[3433.22,1301.38,0],0,false,[[5054,0,152.39],[314,1,4.78014]]],[[9920.03,518.04,0],0,false,[[2372,2,24.0867],[2019,2,25.7177]]],[[5182.02,7507.25,0],0,false,[[2346,0,15.7506],[4296,0,384.42]]],[[14995.7,2295.17,0],0,true,[[1624,0,371.693],[2269,0,163.95],[4722,0,157.719]]], +[[7109.96,19903.8,0],0,false,[[3194,0,398.808],[4814,0,208.174]]],[[4780.89,961.202,0],0,false,[[1170,0,2.9113],[2,1,6.00726]]],[[18759.3,14273.7,0],0,false,[[5696,1,7.02514],[1735,0,21.7247]]],[[10816,12820.3,0],0,false,[[3524,0,30.3291],[5017,0,18.5511]]],[[17659.6,12234.2,0],0,true,[[488,0,2.54668],[5247,0,4.50358],[3852,0,3.06096]]], +[[16254.8,17168.8,0],0,false,[[5178,0,68.7299],[863,1,12.5593]]],[[15538.8,463.166,0],0,false,[[987,0,36.6983],[3655,1,4.63669]]],[[4470.18,7529.28,0],0,false,[[2901,0,205.975],[3070,0,383.066]]],[[4787.55,952.297,0],0,true,[[2628,0,125.415],[138,0,5.17325],[2,1,16.1408]]],[[7491.96,19636.9,0],0,true,[[3600,0,48.0522],[3768,0,4.89817],[2412,0,5.13664]]], +[[16759,464.471,0],0,false,[[3833,1,15.3862],[5500,1,149.106]]],[[9491.38,8486.21,0],0,false,[[5508,0,24.0404],[3441,0,39.37]]],[[14514.9,14004.4,0],0,false,[[4053,0,367.782],[5420,0,358.191]]],[[18328.6,17576.8,0],0,true,[[4943,1,21.3755],[162,1,80.3255],[3287,1,3.48072],[5374,1,3.63925]]],[[11769,1038.92,0],0,false,[[1736,1,11.0962],[1413,1,6.3309]]], +[[12609.8,7868.77,0],0,true,[[4510,0,52.3537],[5232,0,17.7844],[1271,0,13.9281]]],[[14000.2,7080.96,0],0,true,[[462,0,11.3684],[3094,0,356.431],[3894,0,15.2202],[3188,0,27.4692]]],[[15016.2,974.928,0],0,true,[[3835,0,6.5424],[4822,0,239.412],[5019,0,2.60296]]],[[19492.7,14153.7,0],0,true,[[5334,0,25.6574],[5209,0,21.6151],[101,0,11.5857],[4376,0,9.76962]]],[[14637.9,2394.19,0],0,false,[[5589,0,96.2617],[1604,0,371.693]]], +[[17558.2,17006.8,0],0,false,[[2999,0,337.938],[2085,0,225.215]]],[[6331.64,8511.02,0],0,false,[[4905,0,244.809],[1104,0,337.695]]],[[9392.09,6064.4,0],0,true,[[1430,0,2.1348],[3290,0,367.062],[2077,1,7.83603]]],[[18119.9,16973.9,0],0,true,[[1454,1,21.9395],[3224,1,87.5535],[5117,1,2.89744],[2437,1,13.5114],[4263,1,9.81452],[1043,1,6.24643]]],[[9977.86,457.459,0],0,true,[[4881,1,9.34504],[4253,2,12.3836],[1824,2,12.5563]]], +[[14646.2,8769.76,0],0,false,[[192,1,372.048],[5219,1,106.993]]],[[8291.44,10375.3,0],0,false,[[4464,0,291.986],[991,0,144.04]]],[[5833.33,2396.87,0],0,false,[[5490,1,364.396],[817,1,233.359]]],[[5216.25,6941.95,0],0,false,[[3851,1,141.385],[1776,1,17.0713]]],[[19551.1,8294.17,0],0,false,[[4031,0,32.937],[2192,0,130.719]]], +[[2444.94,8402.47,0],0,true,[[249,0,3.35049],[4319,0,3.7245],[4107,1,0.546445]]],[[10360.5,6949.08,0],0,false,[[2969,0,371.533],[3906,0,61.7908]]],[[18850.4,3345.53,0],0,false,[[3416,0,151.981],[305,0,55.4247]]],[[17260.5,17485.8,0],0,false,[[3758,0,13.2531],[3017,0,41.9925]]],[[17486.5,4409.39,0],0,false,[[3334,0,318.214],[5274,0,316.776]]], +[[2250.67,13748.1,0],0,false,[[2434,1,390.511],[3147,1,72.9164]]],[[6085.92,10465.1,0],0,true,[[1424,0,21.8815],[1232,0,324.547],[822,0,12.5059]]],[[12618.1,8221,0],0,false,[[2249,1,24.3088],[5185,1,24.0436]]],[[68.7806,7826.71,0],0,false,[[3068,1,263.052],[4910,1,334.905]]],[[19618.2,11302,0],0,true,[[5167,0,24.9677],[2978,0,83.4508],[889,0,41.8964]]], +[[18000.5,7718.6,0],0,true,[[3299,0,378.111],[3662,0,7.47577],[5011,0,6.09227]]],[[17554.1,8902.16,0],0,false,[[301,0,273.759],[3658,0,321.43]]],[[2781.72,11866.1,0],0,false,[[2765,0,359.529],[3839,0,373.491]]],[[13502.3,16062.6,0],0,false,[[1729,0,97.2762],[2047,0,187.934]]],[[12210.6,9754,0],0,false,[[1101,1,188.091],[3795,1,301.292]]], +[[19623.3,11474.8,0],0,true,[[3999,0,202.968],[1299,0,81.2667],[1281,0,158.044]]],[[10082.8,6749.92,0],0,true,[[1059,1,22.4162],[3780,1,313.07],[3447,1,7.85184]]],[[13268.5,9842.94,0],0,true,[[296,0,3.21043],[4087,0,2.47214],[4837,0,3.59262]]],[[1530.59,4066.7,0],0,false,[[2044,0,157.074],[3863,0,392.484]]],[[15823.4,3769.04,0],0,false,[[3190,0,224.852],[5238,0,22.1294]]], +[[7967.16,3821.9,0],0,false,[[2845,0,2.85631],[5650,2,4.52029]]],[[16856.4,2135.59,0],0,false,[[2299,0,280.816],[5083,0,316.982]]],[[14462.2,4235.33,0],0,false,[[3411,0,296.443],[2748,0,296.111]]],[[4654.85,18990.9,0],0,false,[[5657,1,220.275],[4663,1,29.1562]]],[[15641.5,3325.38,0],0,false,[[4969,0,24.4288],[3190,0,257.631]]], +[[2430.21,13066.9,0],0,false,[[2724,1,392.536],[2264,1,371.645]]],[[4002.29,10159.9,0],0,false,[[3218,0,107.828],[4521,0,193.29]]],[[6103.17,10869.9,0],0,false,[[1312,0,264.29],[2321,0,325.802]]],[[7642.59,19491.3,0],0,false,[[2635,1,213.571],[5170,1,25.7744]]],[[10144.9,8219.49,0],0,true,[[1354,0,3.685],[2400,0,3.80722],[933,0,7.22579],[3495,1,8.72266]]], +[[9768.07,666.577,0],0,true,[[2290,1,27.9778],[5679,1,30.1499],[5263,2,11.7628],[4397,2,19.3186]]],[[8875.37,8575.19,0],0,false,[[5522,0,204.484],[1073,0,295.907]]],[[4435.1,585.492,0],0,false,[[4298,0,180.099],[958,0,383.705]]],[[7999.13,17474.8,0],0,false,[[876,0,267.212],[1977,0,288.894]]],[[10975.4,11518.3,0],0,true,[[3249,0,44.9758],[4377,0,233.182],[5324,0,186.006]]], +[[19220.2,9495.88,0],0,true,[[5072,0,26.3292],[3530,0,32.3855],[3111,0,2.56015]]],[[17058.7,8035.42,0],0,false,[[3373,0,306.581],[4294,0,253.617]]],[[3201.7,6419.52,0],0,true,[[5284,1,11.7142],[4501,1,92.6939],[2831,1,9.98939]]],[[17528.8,11665.7,0],0,false,[[3031,1,347.614],[1187,1,163.567]]],[[18464.6,17621.3,0],0,false,[[3074,1,4.50743],[3815,0,15.7306]]], +[[3791.54,3322.92,0],0,true,[[615,0,5.35059],[3036,0,22.7874],[4354,0,12.0044]]],[[6233.76,9614.44,0],0,false,[[5437,1,215.289],[170,1,345.922]]],[[7510.46,19621.3,0],0,true,[[2363,0,176.361],[2412,0,27.5957],[1474,0,16.9159]]],[[19706.1,8079.92,0],0,false,[[3163,1,3.13016],[2762,0,37.3347]]],[[17730.7,12024.2,0],0,true,[[4572,0,5.01956],[3346,0,1.36039],[3171,0,14.64],[5704,0,3.72144],[2154,0,1.6802],[2989,0,0.653458],[4358,0,1.28957]]], +[[1156.97,6340.4,0],0,false,[[3907,0,317.642],[4049,0,352.689]]],[[10119.3,7771.11,0],0,false,[[3185,0,57.4261],[2691,0,302.532]]],[[13062.6,8525.15,0],0,true,[[3448,0,127.457],[3198,0,17.6194],[4903,0,11.2295]]],[[14123.8,18090,0],0,false,[[1199,0,374.928],[3527,0,178.535]]],[[17246.7,10155.8,0],0,false,[[4362,0,367.069],[532,0,85.392]]], +[[6043.14,9120.6,0],0,false,[[4610,1,227.988],[251,1,215.34]]],[[5096.89,6497.12,0],0,true,[[1172,1,27.4472],[5206,1,290.126],[3966,1,54.3391]]],[[12121.5,10007.7,0],0,true,[[2918,0,3.49673],[3271,0,3.80209],[3120,1,3.0369]]],[[9621.73,7495.82,0],0,false,[[5658,0,368.018],[3355,0,340.009]]],[[19054,6822.36,0],0,true,[[1927,0,108.772],[494,0,255.246],[1198,0,45.0771]]], +[[3622.88,15205.5,0],0,false,[[4394,1,63.0902],[5103,1,96.4797]]],[[11022.3,3901.54,0.00012207],0,false,[[1981,0,24.3096],[4456,0,44.3397]]],[[20365.9,5931.04,0],0,false,[[1405,0,30.5419],[4240,0,236.195]]],[[18946.5,14237.2,0],0,false,[[4309,0,58.2863],[2288,1,3.77909]]],[[5777.29,12161.6,0],0,false,[[388,2,26.4205],[1008,2,288.113]]], +[[18543,10792.9,0],0,false,[[1817,0,164.719],[4849,0,297.243]]],[[9805.83,16584.6,0],0,false,[[4656,0,4.91993],[4032,1,11.0873]]],[[12591.2,5425.56,0],0,false,[[1854,0,70.5133],[1561,0,395.53]]],[[4642.31,12849.2,0],0,false,[[5163,2,67.3083],[553,2,28.5095]]],[[13667,4607.53,7.54414],0,true,[[4526,1,16.2388],[5407,1,19.1062],[1573,1,10.4012],[4313,1,9.52362]]], +[[13549.6,13559.9,0],0,true,[[3854,0,18.3808],[4009,0,246.627],[4689,1,16.0502],[5545,0,5.61641]]],[[5003.08,18747,0],0,false,[[1897,2,6.44117],[276,1,95.0965]]],[[16274.1,7101.05,0],0,true,[[4151,0,8.70218],[3371,0,194.227],[3252,0,7.0262]]],[[15772,32.0955,0],0,false,[[1961,1,262.594],[530,1,269.589]]],[[9606.02,2751.78,0],0,true,[[5322,0,12.1618],[576,0,10.7947],[5340,0,7.20403]]], +[[4162.9,14864,0],0,false,[[3770,0,172.284],[2445,0,325.021]]],[[3039.56,4614.87,0],0,false,[[35,0,318.129],[4187,0,199.077]]],[[5720.69,6811.76,0],0,true,[[4912,0,111.09],[1083,0,17.3517],[770,0,14.6615]]],[[13332,18092.9,0],0,false,[[1001,0,70.2732],[3826,0,374.295]]],[[18024.3,7719.95,0],0,true,[[5011,0,26.5644],[2585,0,195.895],[1247,0,12.2758],[3097,0,9.54547]]], +[[17861,7658.18,0],0,false,[[1833,0,379.416],[2694,0,74.2435]]],[[10344.3,2580.38,0],0,true,[[3306,0,15.2128],[4619,0,2.93125],[2801,0,2.89353],[5186,0,14.5788]]],[[12381.5,4838.26,0],0,true,[[1548,0,4.26107],[3561,0,17.4438],[2397,0,2.4343],[810,0,3.17328],[5321,0,5.00958],[4020,0,1.73751],[2569,0,3.27305]]],[[10626.6,17053.5,0],0,false,[[3482,0,30.5858],[2888,0,18.3619]]],[[13918.5,19387.4,0],0,false,[[3461,0,25.8264],[941,0,113.014]]], +[[13514.9,16378.4,0],0,false,[[3896,0,63.5308],[2733,0,6.46715]]],[[14836,5808.53,0],0,false,[[1471,1,380.22],[2245,1,102.688]]],[[15335.3,18019.2,0],0,false,[[442,0,265.719],[5157,0,350.964]]],[[2850.83,12707.5,0],0,false,[[2318,1,26.1768],[5064,1,195.704]]],[[10894.1,17568,0],0,true,[[5442,0,1.22767],[1959,0,5.40996],[403,0,12.2443]]], +[[15213.9,14452.5,0],0,false,[[1328,0,14.9927],[1567,0,3.05252]]],[[13659.9,4545.91,0],0,false,[[2895,0,16.5128],[4526,0,48.0616]]],[[20405,5943.92,0],0,true,[[4395,0,8.8883],[3830,0,4.44436],[1855,0,10.8315]]],[[15464.7,8799.2,0],0,false,[[2465,1,100.922],[2483,1,218.582]]],[[17302.6,4126.36,0],0,false,[[3994,0,78.6115],[1309,0,9.14206]]], +[[9961.18,483.783,0],0,true,[[1824,2,21.5558],[2372,2,29.4608],[3092,2,9.40792],[2337,2,33.1782],[2987,2,15.4315],[4881,2,22.4288],[3493,2,14.5749]]],[[16439.2,2699.89,0],0,false,[[0,0,390.768],[4895,0,361.639]]],[[12519.4,6085.73,0],0,false,[[2974,0,187.312],[2080,0,183.888]]],[[8840.71,10268.9,0],0,true,[[2597,0,3.05561],[163,0,0.520098],[929,0,2.85608],[623,0,3.16806]]],[[13426.6,16001.4,0],0,false,[[2191,0,13.5297],[1648,0,97.2762]]], +[[5628.41,18594.9,0],0,true,[[3840,1,95.2166],[3150,1,24.8994],[796,1,8.84809]]],[[9724.95,680.52,0],0,true,[[4847,1,35.1466],[1593,1,35.8852],[5009,2,16.1647],[3777,2,18.0144]]],[[13238.1,18092.3,0],0,false,[[2806,0,177.531],[1001,0,23.6148]]],[[3441.13,12956.2,0],0,false,[[5539,1,290.685],[784,1,222.909]]],[[14059.1,13235.4,0],0,false,[[3788,0,24.3238],[1558,0,25.5711]]], +[[18749.9,14254.1,0],0,false,[[1607,0,21.7247],[1574,0,51.2902]]],[[11758.3,1041.73,0],0,false,[[3993,1,20.2956],[1619,1,11.0962]]],[[12596,8087.06,0],0,false,[[1994,1,89.8546],[3962,1,19.5415]]],[[3280.36,7229.52,0],0,false,[[2863,1,23.8941],[1980,1,211.048]]],[[12603.5,4189.92,0],0,true,[[1579,0,24.808],[3009,0,26.391],[3968,0,5.32617],[283,0,8.97208],[1984,0,6.29167],[4024,0,3.565],[2593,0,1.91414],[2294,0,2.33574],[59,0,6.23411]]], +[[12572.6,4579.68,0],0,false,[[2737,0,24.2424],[226,0,24.3126]]],[[15875,14473.6,0],0,true,[[527,0,3.36631],[4919,0,2.77716],[3126,1,3.37767]]],[[12616.7,7764.97,0],0,false,[[5232,0,86.9389]]],[[826.171,1644.36,0],0,true,[[2053,0,2.14583],[4565,0,2.26422],[4378,1,4.08549]]],[[6462.37,17581.5,0],0,true,[[1000,0,12.6577],[3454,0,111.79],[2278,1,19.5361]]], +[[12194.4,10622.8,0],0,true,[[3510,0,27.282],[3459,0,246.503],[2729,0,12.5115]]],[[13862.6,4365.94,0],0,false,[[888,0,15.961],[4703,1,8.41207]]],[[10563.5,15580.6,0],0,false,[[3167,0,301.367],[5231,0,100.953]]],[[15559.6,2767.21,0],0,true,[[1339,0,4.56767],[2929,0,258.912],[5137,0,4.68247]]],[[10736.5,12632.6,0],0,false,[[3186,0,8.72595],[4742,0,8.72595]]], +[[19470.8,12799.2,0],0,true,[[4434,0,2.23939],[2142,0,1.87132],[2616,1,17.6227],[3337,1,17.6936]]],[[12660.9,8433.71,0],0,false,[[1251,0,25.9716],[419,0,53.5561]]],[[19749.2,8911.81,0],0,true,[[187,0,4.54959],[2647,0,2.50023],[742,1,12.3524]]],[[9883.1,4838.58,0],0,false,[[2727,0,376.09],[3713,0,289.705]]],[[17203.4,5030.11,0],0,false,[[2440,0,58.1111],[3102,0,119.833]]], +[[18459.8,262.494,0],0,true,[[1780,0,24.1479],[4165,0,85.559],[5470,0,17.8521]]],[[12312.7,4961.97,0],0,false,[[460,0,2.6313],[3663,0,3.07017]]],[[7970.63,15534,0],0,false,[[653,0,148.467],[3132,1,5.91431]]],[[2099.58,8244.61,0],0,false,[[1205,1,300.652],[159,1,374.913]]],[[15835.8,8847.93,0],0,false,[[5445,1,20.8606],[1843,1,402.793]]], +[[14872.2,18051.3,0],0,false,[[5157,0,113.246],[2886,0,349.348]]],[[15688.2,18653.4,0],0,false,[[373,0,26.9118],[5547,0,396.988]]],[[8314.73,391.865,0],0,false,[[836,0,142.172],[1241,0,324.806]]],[[11817.8,11589.6,0],0,false,[[2991,0,151.665],[1923,0,9.91871]]],[[15650.3,13594.7,0],0,false,[[36,0,390.987],[304,0,129.332]]], +[[3936.34,16191.5,0],0,false,[[1192,0,96.7969],[5093,0,198.417]]],[[15315,595.176,0],0,false,[[4866,0,46.3446],[4436,0,45.9947]]],[[4122.76,16284.7,0],0,true,[[1158,2,7.12939],[4163,2,229.581],[1519,2,1.77185],[4552,2,21.4282]]],[[12538.6,13262.9,0],0,false,[[4759,1,121.091],[1279,1,289.38]]],[[5280.68,14219.5,0],0,true,[[965,0,7.8665],[2718,0,394.164],[5636,1,9.5575]]], +[[11330.5,7752.48,0],0,true,[[3757,0,141.917],[2258,0,299.764],[1849,0,165.119]]],[[10247.1,7622.41,0],0,true,[[3466,1,26.985],[1805,1,64.6366],[5122,1,17.704]]],[[10550.6,17471.3,0],0,false,[[3733,0,200.111],[5422,0,245.779]]],[[9865.58,471.86,0],0,true,[[3026,1,10.9497],[3258,1,9.21435],[4687,1,4.55444]]],[[18707.5,6661.15,0],0,false,[[1162,0,225.953],[1927,0,292.43]]], +[[16623,17644,0],0,true,[[1578,0,3.30833],[3232,0,16.9086],[3608,1,9.70116]]],[[5219.19,6958.77,2.50588],0,false,[[2015,1,40.002],[1633,1,17.0713]]],[[8337.52,2690.51,0],0,false,[[4564,2,33.7338],[1810,2,80.6584]]],[[17818.3,12161.2,0],0,true,[[2626,0,14.7756],[3672,0,4.45594],[3845,0,10.7167]]],[[7096.24,3326.23,0],0,false,[[4469,2,169.064],[2446,2,303.566]]], +[[18449,240.901,0],0,true,[[472,0,70.1152],[1755,0,24.1479],[5470,0,9.29584]]],[[2847.92,12616.6,0],0,true,[[4084,0,94.4814],[102,0,20.1292],[2086,0,6.27974],[4738,0,4.4323],[3388,0,4.04455]]],[[8487.96,5632.7,0],0,false,[[4276,2,7.7263],[2031,1,356.693]]],[[17181,18077.3,0],0,true,[[3573,1,64.5827],[2842,1,7.57439],[1002,1,14.59]]],[[12485,6353.28,0],0,false,[[2080,0,96.2025],[2141,0,70.7935]]], +[[19546.4,11417.2,0],0,true,[[5427,1,19.5665],[2949,1,21.0348],[4685,1,8.13269],[4720,1,4.75331]]],[[19985,3779.96,0],0,false,[[775,0,179.788],[4630,0,332.429]]],[[13461.4,7982.98,0],0,false,[[1239,0,23.3848],[1989,0,97.4681]]],[[15682.1,2973.59,0],0,false,[[5397,0,69.4441]]],[[15139.8,9273.78,0],0,false,[[1300,0,342],[3890,0,211.733]]], +[[3214.21,5723.94,0],0,true,[[658,1,8.287],[4410,1,7.19279],[2159,1,3.55746],[2607,1,5.9495]]],[[11980.3,6087.94,0],0,true,[[1315,0,131.848],[237,0,1.7763],[3098,0,3.47394],[2868,0,5.20787]]],[[16363.6,18357.8,0],0,false,[[1889,0,251.998],[1414,0,384.088]]],[[9442.88,1014.79,0],0,false,[[2059,2,370.244],[4661,2,279.272]]],[[5936,8909.56,0],0,true,[[2357,0,2.15102],[1581,0,4.57013],[4525,0,3.11764],[1403,0,2.36657]]], +[[7405.3,7749.99,0],0,false,[[811,0,3.40526],[280,2,5.48944]]],[[2825.13,5089.89,0],0,false,[[1029,0,119.703],[3812,0,136.425]]],[[2962.96,19366.7,0],0,false,[[4325,0,202.035],[5333,0,25.1089]]],[[6964.9,17247.4,0],0,false,[[2507,1,145.186],[4691,1,177.694]]],[[4195.29,3116.82,0],0,false,[[5431,0,277.333],[453,0,395.825]]], +[[5217.88,19627.3,0],0,true,[[2851,0,4.79764],[953,0,2.57518],[2389,2,5.90841]]],[[14898,5958.51,0],0,true,[[2517,1,28.1983],[2663,1,323.916],[4323,1,0.573412],[5428,1,3.98098],[5070,1,7.01907],[3414,1,10.0662],[2028,1,20.0301]]],[[5197.72,19338.3,0],0,false,[[2151,2,402.603],[4945,2,265.079]]],[[10105.4,7712.39,0],0,false,[[3963,0,45.8155]]],[[18603.5,17581.4,0],0,true,[[3267,1,255.791],[1264,1,24.846],[946,1,7.08576],[2706,1,4.54024],[1129,1,4.05628],[3983,1,5.26513]]], +[[10265.7,7684.33,0],0,false,[[1771,1,64.6366],[833,1,29.3635]]],[[16991.8,7408.08,0],0,false,[[374,0,311.652],[3394,0,34.7499]]],[[5527.96,6402.96,0],0,false,[[728,1,76.5931],[2361,1,185.85]]],[[6061.9,19962.4,0],0,false,[[702,0,323.283],[1453,0,336.196]]],[[13362.1,12637.2,0],0,false,[[5013,0,272.312],[4132,0,257.21]]], +[[8277.51,2744.38,0],0,false,[[1777,2,80.6584],[5039,2,56.5961]]],[[9852.05,480.807,0],0,false,[[4687,1,16.6046],[1852,1,10.8662]]],[[5559.43,14279.6,0],0,false,[[5524,0,81.7958]]],[[3282.75,16296.8,0],0,false,[[5352,0,80.8503]]],[[17328.6,17890.3,0],0,false,[[2330,0,168.522],[1596,0,74.5591]]], +[[156.293,3704.29,0],0,false,[[2805,0,386.464],[223,0,311.94]]],[[18112.9,16663.3,0],0,false,[[4067,1,260.979],[1454,1,288.909]]],[[18524.6,10956.5,0],0,false,[[4606,0,24.2683],[1695,0,164.719]]],[[1893.81,13916.7,0],0,true,[[3734,0,3.09131],[2497,0,332.463],[2434,1,6.71983]]],[[17865.1,16535.8,0],0,false,[[4467,0,318.393],[3940,0,248.918]]], +[[13147.1,13427.7,0],0,true,[[420,0,7.55836],[1393,0,182.268],[4496,0,5.99326]]],[[17722.5,12021.6,0],0,true,[[1944,0,2.06031],[1333,0,10.5366],[1955,0,2.48854]]],[[13174.3,2142.25,0],0,false,[[3284,0,388.172],[2099,0,42.4054]]],[[10364.6,15428.3,0],0,false,[[856,0,245.473],[5082,0,334.106]]],[[9977.77,470.015,0],0,true,[[4253,2,15.7913],[1725,2,21.5558],[4881,2,9.61314],[1629,2,12.5563],[4149,2,11.6514],[3493,2,14.0549]]], +[[20427.4,2273.51,0],0,false,[[316,0,299.131]]],[[7240.54,7764.75,0],0,false,[[3911,0,82.5927],[2256,0,381.735]]],[[10102,6602.5,0],0,false,[[2623,0,115.717],[1133,0,138.902]]],[[14286.7,15889.8,0],0,true,[[5304,0,338.143],[2027,0,60.7545],[3491,0,102.562]]],[[7674.7,19548.1,0],0,true,[[2112,0,204.088],[5674,0,3.12002],[330,1,7.57763]]], +[[7539.91,7369.16,0],0,true,[[4312,0,5.28822],[835,2,12.3752],[4341,2,8.71233],[410,0,2.66387]]],[[16472.6,8670.03,0],0,false,[[3779,0,339.847],[4752,0,24.2216]]],[[7528.49,19107,0],0,false,[[1443,0,111.158],[859,0,192.212]]],[[17496.6,7553.16,0],0,false,[[1498,0,140.294],[1710,0,379.416]]],[[17100.5,5031.38,0],0,true,[[2721,0,128.457],[1255,0,2.54877],[1047,0,6.99848]]], +[[13049.4,5165.74,0],0,true,[[4617,0,18.7962],[4499,0,18.3709],[5035,0,8.27483]]],[[16749.4,469.605,0],0,false,[[3833,1,8.13025],[1868,0,38.9304]]],[[9031.17,8983.48,0],0,false,[[1145,1,90.7159],[4407,1,358.247]]],[[15579,2985.04,0],0,false,[[899,0,99.7691],[5397,0,60.0373]]],[[14899.6,5921.31,0],0,false,[[2028,0,17.2238],[2898,0,79.7697]]], +[[17669.7,12219.8,0],0,true,[[5686,0,2.20537],[3016,0,2.0364],[2793,0,2.27905],[1514,0,4.58812]]],[[10182,15965.3,0],0,false,[[563,0,379.51],[3167,0,269.866]]],[[8395.7,19020,0],0,false,[[214,0,209.365],[89,0,300.757]]],[[15726.8,9230.62,0],0,false,[[1759,1,402.793],[2656,1,9.55277]]],[[7878.6,2995.36,0],0,false,[[647,2,185.071],[3868,2,291.249]]], +[[5151.05,6507.16,0],0,false,[[2113,1,77.6735],[1172,1,27.6632]]],[[3878.55,15142.5,0],0,true,[[295,2,48.5867],[333,2,20.0798],[386,2,3.9085],[3730,2,16.392],[1542,2,5.48063]]],[[15045.3,4534.06,0],0,true,[[4692,0,3.48515],[4889,0,3.93131],[3525,0,2.24867]]],[[6647.36,6250.85,0],0,false,[[4264,0,342.142],[1524,0,69.0338]]],[[11366.7,7591.47,0],0,false,[[1770,0,165.119],[3995,0,118.679]]], +[[17293.3,4070.95,0],0,false,[[4991,0,33.4866],[1969,0,23.5361]]],[[9501.27,8511.32,0],0,false,[[2088,0,51.2236],[4818,0,23.958]]],[[9846.22,489.96,0],0,false,[[1811,1,10.8662],[5377,1,30.108]]],[[15212.5,3716.29,0],0,false,[[3624,1,381.978],[973,1,139.797]]],[[12531.2,5462.44,0],0,false,[[2764,0,340.026],[1697,0,70.5133]]], +[[20408,5954.34,0],0,true,[[5189,0,383.668],[1722,0,10.8315],[4395,0,19.7044]]],[[8578.99,3450.13,0],0,false,[[3121,0,179.103],[2213,0,331.658]]],[[13560.1,417.587,0],0,true,[[3149,0,28.7584],[239,0,170.698],[744,0,27.1821]]],[[10191.2,9850.29,0],0,false,[[2614,0,185.88],[1089,0,149.533]]],[[8913.05,19456.7,0],0,false,[[927,0,128.11],[1275,0,173.066]]], +[[11155.6,17663.4,0],0,true,[[578,0,9.62405],[5430,0,23.1551],[627,0,11.3942]]],[[18064.8,11985.9,0],0,true,[[951,0,2.81744],[579,0,1.9084],[5355,0,7.41187]]],[[18445.6,1144.51,0],0,false,[[4223,0,312.502],[4379,0,34.2449]]],[[14873.2,11975.5,0],0,true,[[5708,0,159.869],[1266,0,198.957],[2591,0,67.4799]]],[[10253.9,7912.21,0],0,false,[[1181,1,118.372],[5406,1,135.391]]], +[[13356.5,5562.1,0],0,false,[[606,1,251.448],[3821,1,383.619]]],[[3068.95,15462.9,0],0,false,[[2514,0,171.972],[1388,1,12.1419]]],[[14594.6,8427.41,0],0,false,[[2639,0,318.636],[2107,0,240.759]]],[[16774.1,499.69,0],0,false,[[1836,0,38.9304],[1014,0,380.012]]],[[14916.8,1143.74,0],0,false,[[5695,0,212.714],[3125,0,193.392]]], +[[16743.6,17813,0],0,true,[[2662,0,3.14896],[371,0,4.04954],[490,1,10.2722]]],[[8620.13,15688.6,0],0,false,[[2051,1,360.305],[4327,1,386.79]]],[[10619.2,13915.7,0],0,false,[[4176,0,357.999],[905,0,238.559]]],[[10554.6,14155.6,0],0,true,[[905,0,10.2171],[3635,0,2.37324],[2643,0,1.96738],[641,0,1.35405],[1372,0,3.82913]]],[[8070.17,15395.8,0],0,false,[[4551,1,30.3761],[3650,1,144.727]]], +[[5940.51,18500.7,0],0,false,[[5166,0,191.358],[5530,0,54.2339]]],[[10503.7,2985.78,0],0,false,[[5201,0,204.773],[644,0,199.323]]],[[2781.5,17728.3,0],0,true,[[3578,0,1.88849],[3958,0,2.44197],[5309,0,1.86525]]],[[7674.89,1092.94,0],0,true,[[1457,0,4.30414],[1334,0,2.94259],[5351,1,8.91248]]],[[10521.4,5112.02,0],0,false,[[5571,0,299.576],[3557,0,139.716]]], +[[15590.8,4984.97,0],0,false,[[3618,0,141.101],[1568,0,27.5782]]],[[2313.23,15956,0],0,false,[[1125,0,29.8117],[3974,0,19.4986]]],[[19061.6,3671.76,0],0,false,[[947,0,17.1837],[5060,0,114.371]]],[[17720.1,12032.8,0],0,false,[[4632,0,3.44526],[1139,0,6.47405]]],[[19301.1,14278.1,0],0,false,[[2922,0,25.834],[1331,0,194.683]]], +[[18129.3,17734,0],0,false,[[3358,1,206.606],[1518,1,96.93]]],[[3562.7,15106.8,0],0,true,[[4088,0,86.0674],[1411,0,28.6486],[2156,0,34.0104]]],[[12932.7,8256.2,0],0,true,[[4368,1,15.0257],[864,0,29.3584],[2310,0,5.96288]]],[[16156.9,6965.9,0.89209],0,false,[[2560,1,19.9825],[5303,1,15.8225]]],[[16595.3,18260.7,0],0,true,[[3676,0,22.9079],[1792,0,251.998],[548,0,24.7184]]], +[[7892.99,19829.6,0],0,false,[[330,1,364.248],[2588,1,306.664]]],[[19674.3,7264.2,0],0,true,[[2937,0,294.871],[4504,0,28.1595],[2006,0,261.663]]],[[7550.59,12933.2,0],0,false,[[663,0,272.71],[2121,0,334.672]]],[[13408.7,7671.91,0],0,false,[[1513,0,124.206],[3157,0,385.669]]],[[10382.6,7783.62,0],0,true,[[5213,0,6.85199],[3794,0,99.9238],[310,0,6.98145]]], +[[9604.65,15991.3,0],0,true,[[2228,1,397.888],[5105,1,12.5715],[2040,1,6.44715]]],[[16240.5,7236.56,0],0,false,[[2636,1,123.312],[1400,1,34.0882]]],[[4998.9,18751.9,0],0,true,[[4728,2,154.925],[1701,2,6.44117],[96,2,209.989]]],[[9140.53,5863.21,0],0,true,[[2354,1,105.921],[1452,1,18.4176],[2532,1,7.87754]]],[[19703.3,18495.1,0],0,false,[[3876,0,223.901],[66,0,315.165]]], +[[7825.36,15717.6,0],0,false,[[3297,0,3.59129],[2713,1,2.75743]]],[[1670.47,13591.8,0],0,true,[[4654,1,367.247],[823,1,18.3433],[4318,1,10.0869]]],[[19478.8,12798.5,0],0,true,[[3359,0,2.49954],[5203,0,2.16052],[2616,1,15.0479]]],[[9245.36,18315.6,0],0,false,[[923,0,84.7641],[3303,0,327.545]]],[[2140.33,10924,0],0,true,[[3899,1,20.5253],[891,1,381.628],[1147,1,10.9083]]], +[[12960.7,19716.2,0],0,false,[[5655,0,243.615],[2232,0,241.686]]],[[6701.93,10937.5,0],0,true,[[1537,2,212.597],[562,2,25.6579],[1971,2,7.15706],[3152,2,5.39742]]],[[15022.2,14326.5,0],0,false,[[50,0,219.02],[1352,0,222.187]]],[[17275.8,11392.1,0],0,true,[[3959,0,15.7905],[3629,0,8.58698],[2427,1,7.20786]]],[[4782.03,11525.5,0],0,false,[[3116,0,187.402],[2598,0,309.788]]], +[[12781.5,1667.66,0],0,false,[[4326,0,105.18],[4928,0,22.3482]]],[[2012.12,10023.7,0],0,false,[[3653,1,316.713],[858,1,191.797]]],[[12060.4,18421.9,0],0,false,[[2103,0,313.321],[960,0,277.283]]],[[11417.8,17943.8,0],0,false,[[598,0,77.5903],[5297,0,301.245]]],[[18914.2,7536.77,0],0,false,[[4076,0,321.714],[3747,0,394.782]]], +[[3386.29,1046.37,0],0,false,[[3018,1,26.93],[4414,1,148.239]]],[[14927.6,1779.05,0],0,false,[[4722,0,371.898],[5499,0,111.092]]],[[16759.2,8582.31,0],0,true,[[5005,0,3.75336],[347,0,29.341],[4455,1,13.4979]]],[[2254.89,19070.3,0],0,false,[[5001,0,390.937],[3084,0,172.112]]],[[7007.54,15073.5,0],0,false,[[588,1,198.02],[2847,1,366.81]]], +[[17173.4,5124.21,0],0,false,[[2797,0,25.5625],[4140,0,23.6617]]],[[11254.8,12208.6,0],0,false,[[5582,0,22.0503],[5037,0,241.488]]],[[13345.9,14527.4,0],0,true,[[5486,0,360.801],[3310,0,27.4328],[455,0,135.129]]],[[11812.5,11581.2,0],0,true,[[3440,0,100.425],[1374,0,80.9005],[1763,0,9.91871]]],[[19267.1,11212.6,0],0,true,[[137,1,16.2596],[4558,1,158.873],[873,1,9.62471]]], +[[2609.77,15691.6,0],0,true,[[325,1,24.245],[1069,1,24.1728],[1501,1,0.761871],[1237,1,2.59743],[5225,1,5.87272],[4212,1,9.16654]]],[[9159.66,19809.6,0],0,true,[[2583,0,279.915],[4766,0,26.6518],[4764,0,9.25214]]],[[18945.4,6825.71,0],0,false,[[1774,0,292.43],[1689,0,108.772]]],[[10978.9,3945.39,0],0,false,[[204,0,28.5243],[1981,0,51.4385]]],[[15878.3,14498.7,0],0,false,[[4508,1,342.237],[3126,1,22.4218]]], +[[13753.1,9978.07,0],0,false,[[4894,1,349.516],[5688,1,112.969]]],[[10294.7,8054.79,0],0,false,[[4073,0,16.0463]]],[[19886,8372.44,0],0,true,[[3558,0,82.9887],[5257,0,29.132],[2703,0,168.495]]],[[19403.5,8527.33,0],0,true,[[5226,0,103.424],[4166,0,22.2817],[2270,1,7.13515]]],[[10400.5,7723.22,0],0,false,[[3363,1,18.766],[261,1,59.6378]]], +[[10828.2,12806,0],0,false,[[45,1,12.7934],[723,1,18.669]]],[[8129.81,3221.09,0],0,false,[[5094,2,388.658],[3998,2,241.862]]],[[9820.76,9895.82,0],0,false,[[4069,0,115.564],[5174,0,81.8858]]],[[8843.65,7461.87,0],0,false,[[955,0,399.516],[4038,0,245.561]]],[[7121.23,12514.7,0],0,true,[[682,1,9.8216],[5694,0,13.8287],[4696,1,17.6488]]], +[[9791.19,9323.52,0],0,false,[[2373,0,184.133],[1272,0,289.696]]],[[16275.5,16609,0],0,false,[[3644,0,2.53502],[675,1,6.63458]]],[[8280.19,15114.7,0],0,false,[[4683,1,170.715],[4551,1,320.584]]],[[19691.2,4707.94,0],0,true,[[869,0,125.816],[2247,0,20.293],[1261,0,8.45875]]],[[17724.3,12022.6,0],0,true,[[1966,0,2.76129],[1955,0,4.52855],[1821,0,2.06031],[1333,0,12.467],[2091,0,15.9438]]], +[[5446.22,3230.21,0],0,true,[[730,0,2.87229],[3151,0,2.4624],[975,1,1.30782]]],[[20267.4,13466.4,0],0,true,[[5472,0,2.6395],[717,0,2.68747],[1171,0,3.81279]]],[[10437.9,11469.9,0],0,false,[[4002,0,21.0901],[3887,0,54.2231]]],[[15492.7,3019.55,0],0,false,[[2425,1,19.7599],[2562,1,22.9235]]],[[7678.46,4367.02,0],0,false,[[4399,1,171.508],[747,1,385.68]]], +[[17080.6,872.894,0],0,false,[[1014,0,102.981],[3135,0,326.288]]],[[8450.94,2423.98,0],0,false,[[1243,2,84.6864],[5164,2,111.062]]],[[16712.1,18226.6,0],0,true,[[4425,0,228.05],[1522,0,9.50451],[1582,0,7.00119],[3931,0,3.6141]]],[[2951.22,1460.58,0],0,false,[[2539,1,161.329],[3159,1,20.998]]],[[15569.1,6254.08,0],0,false,[[575,0,226.349],[3088,0,289.405]]], +[[17720.6,12019.9,0],0,true,[[1944,0,4.52855],[4927,0,2.90641],[1333,0,8.11266],[1821,0,2.48854]]],[[17719.1,12024.2,0],0,true,[[4210,0,2.37142],[2485,0,1.22786],[4927,0,3.20783],[1131,0,2.44781],[1333,0,11.397]]],[[9391.87,19969.8,0],0,false,[[3108,0,143.743],[18,0,25.8093]]],[[11190.8,17659.2,0],0,false,[[627,0,24.5074],[2629,0,189.323]]],[[10892.9,17562.7,0],0,true,[[467,0,18.5425],[5442,0,6.60697],[1719,0,5.40996]]], +[[16953.4,19689.6,0],0,false,[[5390,0,260.901]]],[[15653.1,265.862,0],0,false,[[3655,1,226.078],[1703,1,262.594]]],[[3823.55,2792.42,0],0,false,[[2864,0,243.444],[5569,0,408.422]]],[[10018.6,437.45,10.87],0,false,[[587,2,52.6925],[4253,2,36.4343]]],[[10237.3,11354.9,0],0,false,[[5621,0,397.234],[235,0,19.6902]]], +[[14668.4,11911.2,0],0,false,[[2608,0,30.2759],[2261,0,81.3279]]],[[17726.8,12023.7,0],0,true,[[4358,0,2.62794],[1944,0,2.76129],[2091,0,14.2306]]],[[16748.9,17815.5,0],0,false,[[3173,1,8.15012],[2662,0,2.79053]]],[[2263.37,2412.27,0],0,false,[[3412,0,21.8965],[4230,0,308.109]]],[[17287.5,4048.18,0],0,true,[[1850,0,23.5361],[344,0,23.907],[2572,0,4.32765]]], +[[5806.58,6274.1,0],0,false,[[3614,1,35.5481],[5586,1,216.79]]],[[6706.58,10942.9,0],0,true,[[3152,1,10.975],[979,1,67.5897],[1906,2,7.15706]]],[[6248.38,16686.2,0],0,false,[[2900,1,32.1629],[5375,1,390.872]]],[[2995.31,1459.81,0],0,false,[[3159,1,23.124],[1269,1,157.652]]],[[14128.4,2544.76,0],0,false,[[825,0,259.496],[5127,0,223.857]]], +[[17664.2,12223.5,0],0,true,[[5624,0,3.28519],[3878,0,3.19163],[3166,0,1.61131],[336,0,1.89018],[3128,0,1.85599]]],[[14734.4,13065.7,0],0,false,[[511,1,246.771],[2907,1,204.241]]],[[8191.02,17690.7,0],0,false,[[1668,0,288.894],[2651,0,223.423]]],[[1002.24,16209.5,0],0,true,[[5563,1,57.4522],[5058,1,19.3092],[1195,1,10.5001],[4259,1,7.26679]]],[[13422.7,15991.8,0],0,false,[[1167,0,39.846],[2191,0,6.6812]]], +[[3276.34,7018.53,0],0,false,[[1738,1,211.048],[3754,1,378.708]]],[[10998.3,3897.79,0],0,false,[[1928,0,51.4385],[1691,0,24.3096]]],[[1136.06,8398.46,0],0,true,[[3562,0,2.78686],[5525,0,2.39853],[394,1,9.94988]]],[[9830.29,18637.5,0],0,false,[[584,0,7.7179],[5601,0,165.126]]],[[12609.7,4190.6,0],0,true,[[1005,0,6.17004],[59,0,4.23869],[4024,0,2.96635],[1739,0,6.29167]]], +[[5261.67,814.537,0],0,false,[[195,1,310.486],[968,1,391.663]]],[[1218.43,8968.4,0],0,false,[[2371,1,303.372],[3978,1,374.508]]],[[7777.56,392.686,0],0,false,[[516,0,284.642],[990,0,387.9]]],[[15336.8,413.93,0],0,false,[[1345,0,69.567]]],[[13547.8,7937.88,0],0,false,[[1787,0,97.4681],[531,0,28.5411]]], +[[10558.1,14161.2,0],0,false,[[1372,0,2.79802],[3376,0,8.12585]]],[[12774,3359.56,0],0,false,[[362,0,219.061],[4771,0,367.03]]],[[5548.58,3414.43,0],0,false,[[3445,1,186.987],[4662,1,43.0305]]],[[2954.98,10611.3,0],0,false,[[2144,0,12.6295],[1391,0,311.598]]],[[12667.8,8141.08,0],0,false,[[3746,1,116.392],[1737,1,89.8546]]], +[[2466.95,13649.4,0],0,false,[[4396,1,92.8772],[2930,1,357.198]]],[[10624.1,11435.1,0],0,true,[[5531,0,5.56425],[4650,0,43.7529],[5558,0,5.51031],[250,0,3.20237],[4449,0,4.98435]]],[[20028.1,3271.82,0],0,true,[[4630,0,181.14],[297,0,5.91841],[5523,0,14.6207]]],[[4801.66,2563.23,0],0,true,[[1358,1,15.4749],[1577,1,254.684],[1588,1,7.06018],[4838,1,10.7628],[5483,1,23.4564]]],[[12646.9,4098.95,0],0,false,[[211,0,371.617],[59,0,95.5894]]], +[[13706.5,12328.5,0],0,false,[[626,0,183.828],[2778,0,87.2936]]],[[13709.8,11955.9,0],0,false,[[2778,0,348.332],[5429,0,100.93]]],[[12994.9,7606.74,0],0,false,[[1174,0,189.426],[2479,0,122.01]]],[[19328.8,18664.4,0],0,true,[[2792,0,4.38164],[3876,0,235.393],[3331,0,5.50876]]],[[9054.91,14478.3,0],0,false,[[1571,0,7.047],[1349,1,9.17531]]], +[[15269.9,481.944,0],0,false,[[3543,0,30.4386],[1370,0,112.143]]],[[19416.8,7289.54,0],0,false,[[157,0,250.139],[1891,0,261.663]]],[[11433.6,19692.8,0],0,false,[[1311,0,179.014],[180,0,126.672]]],[[10544.3,7784.9,0],0,true,[[4884,0,5.16543],[5434,0,44.3317],[477,0,2.88507]]],[[16209.4,15614.9,0],0,false,[[1509,1,191.343],[2410,1,247.854]]], +[[10434.9,11457.6,0],0,false,[[2826,0,61.1479],[882,0,19.5496]]],[[14250.8,642.988,0],0,true,[[5344,0,11.4966],[3505,0,35.5844],[1417,0,2.4715]]],[[17738.3,12090.8,0],0,false,[[4999,0,25.3163],[5300,0,27.867]]],[[9657.83,13917.8,0],0,false,[[1087,0,21.3266],[2808,1,17.4569]]],[[10991,11599.6,0],0,false,[[3809,0,27.0178]]], +[[5225.14,6998.33,1.58479],0,false,[[1776,1,40.002],[1392,1,16.5562]]],[[3930.04,13767,0],0,false,[[4622,2,212.668],[3938,2,339.031]]],[[3339.45,6341.88,0],0,false,[[4911,0,18.2985],[3593,0,23.2674]]],[[3131.3,1634.46,0],0,false,[[712,1,234.118],[1269,1,179.988]]],[[9900.33,534.572,0],0,false,[[1602,2,25.7177],[5217,2,26.3871]]], +[[7428.74,1216.54,0],0,false,[[755,0,214.657],[591,0,231.191]]],[[13030.5,8677.78,0],0,false,[[5192,1,7.79624],[689,0,104.307]]],[[5426.92,3228.33,0],0,true,[[603,0,367.998],[5048,0,13.6114],[975,1,19.1616]]],[[16751.4,8589,0],0,false,[[4455,1,3.43994],[2225,0,3.38052]]],[[12905.2,8273.46,0],0,true,[[3522,0,71.596],[2274,0,8.58084],[4368,1,17.4094]]], +[[10792.5,12790.3,0],0,false,[[2641,0,41.1785],[790,1,3.64033]]],[[8158.69,11892.3,0],0,false,[[4595,1,94.5506],[2325,1,395.555]]],[[14343.2,15867.7,0],0,true,[[1828,0,60.7545],[4014,0,18.8804],[1126,0,8.61598],[5291,0,4.99725],[3265,0,3.51922],[3831,0,4.77566]]],[[14898.6,5938.49,0],0,true,[[3414,0,9.9741],[1839,0,17.2238],[1801,1,20.0301]]],[[12309.6,19034.5,0],0,false,[[4447,0,253.968],[2052,0,98.7638]]], +[[18727.8,14270.9,0],0,false,[[5696,1,26.4653],[2615,1,157.852]]],[[8828.78,5709.57,0],0,false,[[1782,1,356.693],[5177,1,25.773]]],[[7795.38,15772.7,0],0,true,[[1149,0,5.18936],[2462,0,5.7083],[3542,0,2.42874]]],[[17027.3,17831.6,0],0,true,[[2749,0,100.769],[3873,0,14.3737],[5574,0,7.40644]]],[[11380.5,11702,0],0,false,[[5443,0,184.395],[5464,0,243.185]]], +[[3281.18,7274.72,0],0,false,[[3753,1,85.2223],[2863,1,21.315]]],[[9198.43,15425.4,0],0,false,[[5002,1,99.4465],[2228,1,304.733]]],[[875.665,18015.3,0],0,false,[[547,0,261.904],[1326,0,355.243]]],[[2214.62,11464.5,0],0,true,[[2287,1,25.6401],[700,1,332.486],[5349,1,6.63397],[2074,1,10.3978],[993,1,13.1663]]],[[5588.24,14542,0],0,false,[[909,0,368.074],[5524,0,232.391]]], +[[9609.3,15995.7,0],0,true,[[1895,1,6.44715],[563,0,194.277],[5105,1,8.99677]]],[[15393.2,2536.96,0],0,false,[[4645,1,133.361],[4959,1,185.389]]],[[3655.3,17872.8,0],0,true,[[556,0,7.68594],[4979,0,12.6424],[5305,0,6.64894],[5336,0,3.35815]]],[[5000.87,10913.7,0],0,true,[[2370,0,2.5438],[426,0,1.69417],[515,0,1.63621]]],[[1481.45,4191.43,0],0,false,[[1536,0,303.375],[1653,0,157.074]]], +[[7604.08,15996.5,0],0,false,[[3875,1,250.893],[3796,1,379.254]]],[[9531.55,20378.4,0],0,false,[[4337,0,399.338],[4406,0,129.273]]],[[13648.3,16180.9,0],0,true,[[1648,0,187.934],[2271,0,26.716],[338,0,13.716]]],[[9736.29,18825.8,0],0,false,[[800,0,209.264],[729,0,263.605]]],[[17894.5,19692.1,0],0,false,[[452,1,141.301],[3774,1,22.986]]], +[[8770.59,457.786,0],0,false,[[3834,1,322.573],[2377,1,203.816]]],[[8921.82,15884.6,0],0,false,[[748,1,356.915],[1871,1,360.305]]],[[12234,18995.8,0],0,false,[[2029,0,98.7638],[2546,0,325.681]]],[[824.798,1646.01,0],0,true,[[2538,0,2.5374],[1743,0,2.14583],[4378,1,1.95616]]],[[12666.4,8253.22,0],0,false,[[5147,0,20.1554],[4385,0,61.3014]]], +[[18486.2,15021,0],0,false,[[476,0,261.156],[3731,0,336.605]]],[[8082.07,4224.94,0],0,false,[[5360,0,90.1453],[2544,2,22.7752]]],[[13581.9,7946.32,0],0,false,[[5298,0,130.057],[531,0,29.2387]]],[[18536,10989.7,0],0,true,[[3610,0,24.125],[3518,0,161.33],[4606,0,13.9845]]],[[9682.67,734.084,0],0,true,[[983,2,23.4381],[1793,2,370.244],[2673,2,13.346],[77,2,14.2858]]], +[[8904.67,5598.54,0],0,true,[[2407,0,117.725],[4914,0,220.442],[3701,0,101.607]]],[[7187.51,11166.4,0],0,false,[[2965,0,183.784],[2155,0,233.812]]],[[11169.5,17455.6,0],0,false,[[931,0,106.142],[3244,0,153.318]]],[[2968.44,19403.6,0],0,true,[[897,0,7.10837],[3736,0,357.002],[5333,0,12.4152]]],[[4453.9,17021.8,0],0,false,[[3849,2,251.974],[5205,2,389.902]]], +[[13389.1,7378.71,0],0,false,[[592,1,264.102],[4647,1,238.95]]],[[19480.7,10073.2,0],0,true,[[3722,0,3.25149],[191,0,2.88719],[5681,1,10.7948]]],[[7586.85,622.379,0],0,false,[[4086,1,3.54105],[2238,0,3.65002]]],[[18786.1,3260.48,0],0,true,[[5254,0,355.842],[5475,0,26.4646],[1284,0,10.3575]]],[[15203.1,14475.3,0],0,false,[[4100,0,237.05],[2334,0,17.4928]]], +[[10688.2,11529,0],0,false,[[186,0,52.7191],[3900,0,70.7341]]],[[8324.01,8627.25,0],0,true,[[189,0,14.9592],[3170,0,119.964],[1244,0,14.4388]]],[[10976.2,7320.88,0],0,false,[[5218,0,111.334],[4270,0,303.322]]],[[5742.89,18510.2,0],0,false,[[4876,1,5.61074],[5166,0,33.4014]]],[[2219.56,11473.6,0],0,true,[[5349,0,3.78151],[993,0,3.16221],[2038,1,10.3978]]], +[[15622.4,3295.62,0],0,true,[[190,1,17.0158],[5118,1,17.618],[2767,1,6.61257],[4969,1,11.3254]]],[[13803.9,4656.65,0],0,false,[[1556,1,73.0627],[4684,1,34.1603]]],[[9384.32,6063.35,0],0,true,[[4712,1,16.5865],[908,1,23.0513],[1350,1,1.77043],[324,1,3.01172],[1430,1,5.70396],[1627,1,7.83603]]],[[5779.4,5802.74,0],0,false,[[4846,0,337.926],[22,0,106.1]]],[[17662.9,12218.9,0],0,true,[[3479,0,1.70215],[100,0,1.71647],[4798,0,0.751723],[1514,0,6.83345]]], +[[12521.9,6269.47,0],0,false,[[1727,0,183.888],[1784,0,96.2025]]],[[2371.7,15862,0],0,true,[[851,1,21.5031],[4601,1,69.4439],[2661,1,136.544]]],[[7545.4,19269.3,0],0,false,[[4338,0,49.1636],[3081,0,20.4333]]],[[10463.8,130.848,0],0,false,[[3066,0,239.064]]],[[19861.7,5863.11,0],0,false,[[4240,0,272.578],[2642,0,266.302]]], +[[17681.1,16818.2,0],0,true,[[1625,0,225.215],[4467,0,18.8235],[4644,0,5.62602],[3177,0,4.38579],[1385,0,2.9856],[4794,0,1.04994]]],[[2845.88,12610.6,0],0,true,[[3388,0,4.40531],[4738,0,2.27602],[1781,0,6.27974]]],[[1441.66,9826.62,0],0,false,[[4021,0,294.777],[4677,0,347.484]]],[[9547.95,8490.26,0],0,false,[[789,0,122.012],[1851,0,51.2236]]],[[11711.6,14477.1,0],0,true,[[4562,0,24.8975],[4439,0,93.0937],[5075,0,10.4848]]], +[[13687.7,16213,0],0,true,[[5413,0,224.868],[5632,0,13.2415],[2383,0,3.94046],[2333,0,4.24364]]],[[17729.7,12037.6,0],0,true,[[2327,0,56.3352],[1333,0,27.959],[4210,0,14.9637],[4514,0,7.35297],[4572,0,9.89683],[2810,0,3.68273],[3711,0,6.75369],[1966,0,14.2306],[1944,0,15.9438],[4632,0,12.6961],[683,0,14.2657],[5447,0,10.8091]]],[[10339.1,7740.68,0],0,false,[[5406,1,56.2821],[5214,1,25.9472]]],[[9254.2,14262,0],0,false,[[4600,1,358.521],[1349,1,285.032]]],[[19088.5,11319,0],0,false,[[3502,0,162.703],[679,0,12.014]]], +[[11766.9,7861.43,0],0,false,[[5311,0,30.9505],[4899,0,44.0947]]],[[12682.3,9311.83,0],0,false,[[2843,1,31.2186],[125,1,276.938]]],[[19941.4,13686.9,0],0,false,[[3620,0,384.186],[5472,0,393.251]]],[[15386.8,6025.95,0],0,false,[[2903,0,378.897],[5134,0,18.4438]]],[[13134,2141.76,0],0,true,[[5278,0,345.168],[4929,0,18.6019],[1822,0,42.4054]]], +[[8381.99,2589.53,0],0,false,[[5164,2,68.5758],[2704,2,57.8883]]],[[7785.45,15776.6,0],0,true,[[2148,0,5.26238],[1149,0,5.4902],[3542,0,9.17773]]],[[1538.45,13883.1,0],0,true,[[51,0,345.06],[3296,0,3.81343],[4028,1,6.71315]]],[[11806.4,18238.6,0],0,false,[[5297,0,187.289],[1912,0,313.321]]],[[12295.6,11731.9,0],0,false,[[734,0,175.983],[2991,0,363.286]]], +[[13904.4,13285.3,0],0,false,[[4009,0,371.292],[4290,0,65.5971]]],[[8388.97,14956.3,0],0,false,[[4637,1,147.483],[4683,1,21.5434]]],[[14647.6,8192.64,0],0,false,[[1867,0,240.759],[5665,0,208.164]]],[[17233,17505.5,0],0,false,[[1549,0,199.033],[5656,0,20.026]]],[[11897.4,16562.1,0],0,false,[[121,0,114.869],[1532,0,161.44]]], +[[12618,12216.7,0],0,false,[[4162,0,318.171],[4117,0,352.147]]],[[11448.6,18523.3,0],0,false,[[3350,0,346.844],[3919,0,182.362]]],[[7873.54,19502.6,0],0,false,[[2472,0,332.879],[1829,0,204.088]]],[[5227.59,6520.17,0],0,false,[[2361,1,156.15],[1845,1,77.6735]]],[[2645.46,10735.9,0],0,false,[[5150,0,269.893],[271,0,329.456]]], +[[11024.4,17971.1,0],0,false,[[3989,0,143.897],[2732,0,54.4305]]],[[12369.5,18653.7,0],0,false,[[3685,0,85.2734],[2190,0,383.343]]],[[16129.2,7239.21,0],0,false,[[1124,0,100.707]]],[[9765.49,11795.3,0],0,false,[[3679,0,231.087],[4419,0,119.979]]],[[5933.28,13059,0],0,false,[[240,0,303.554],[4789,0,307.707]]], +[[1160.57,2830.22,0],0,true,[[5593,0,2.68882],[846,0,3.10911],[41,1,4.43185]]],[[7880.38,12876.3,0],0,false,[[1892,0,334.672],[2181,0,277.78]]],[[17810.6,12992.2,0],0,false,[[5561,0,361.319],[1253,0,143.432]]],[[17628.1,12201.5,0],0,true,[[5081,0,85.9411],[4153,0,3.44647],[387,0,6.17858]]],[[636.721,19397.3,0],0,true,[[4070,0,150.32],[1216,0,23.6781],[166,0,12.5977]]], +[[8524.01,20475.2,0],0,false,[[3972,0,218.871]]],[[10336.1,2590.5,0],0,true,[[3061,0,2.4968],[2349,0,2.47372],[3671,0,7.90202],[1074,0,2.9013]]],[[13858.7,10408,0],0,true,[[5176,0,2.71965],[3473,0,2.26293],[219,1,6.46481]]],[[3349.22,16350.4,0],0,true,[[4308,0,7.4676],[378,0,2.87912],[5267,0,5.2151]]],[[16241.5,7279.22,0],0,true,[[84,0,54.6247],[5046,0,14.0892],[1400,1,13.0276]]], +[[8984.03,1845.98,0],0,false,[[3948,2,325.139],[1252,2,376.665]]],[[14219.8,4059.56,0],0,true,[[5016,1,94.0743],[3227,1,21.1459],[1440,1,9.51702],[3411,1,7.78183]]],[[6715.28,17421.5,0],0,true,[[5459,1,19.5868],[2415,1,25.4286],[1381,1,4.98574],[1203,1,8.53766],[4941,1,6.42506]]],[[8103.3,1254.02,0],0,false,[[4930,1,239.086],[3670,1,368.389]]],[[9824.32,600.402,0],0,false,[[4841,2,48.0744],[4850,2,22.8952]]], +[[5703.53,14181.4,0],0,true,[[1379,0,2.8704],[3952,0,15.6035],[99,1,10.7089],[285,1,9.08061]]],[[12054.7,10893.5,0],0,false,[[956,0,182.765],[2730,0,228.093]]],[[11367.1,18038.2,0],0,false,[[3919,0,309.49],[2265,0,78.2541]]],[[10557.9,5424.45,0],0,false,[[4164,0,342.262],[4643,0,244.619]]],[[11711.8,9368.34,0],0,true,[[2986,0,262.557],[4353,0,16.5302],[3217,0,5.13324],[4503,0,3.58582]]], +[[7048.29,17721.5,0],0,false,[[4094,0,265.092],[3800,0,156.642]]],[[12441.6,6409.22,0],0,false,[[1784,0,70.7935],[3628,0,106.726]]],[[19472.5,12798.4,0],0,true,[[1750,0,1.87132],[5415,0,1.73257],[2616,1,16.2407]]],[[17670.2,8388.71,0],0,false,[[3594,0,160.441],[3299,0,370.967]]],[[2955.44,10598.6,0],0,true,[[3462,0,129.84],[1993,0,12.6295],[3586,0,7.836]]], +[[6287.43,9293.73,0],0,false,[[251,1,130.425],[5437,1,139.081]]],[[3786.1,6936.73,0],0,true,[[402,0,1.74848],[1469,0,35.5045],[4213,0,9.02304]]],[[3138.47,20440.6,0],0,false,[[5389,0,3.16702],[4413,1,1.64935]]],[[7780.66,15778.8,0],0,true,[[3748,0,3.4375],[2101,0,5.26238],[260,1,6.25203]]],[[484.614,3064.41,0],0,false,[[791,0,56.9764],[3818,0,15.9581]]], +[[15843.6,8827.34,0],0,true,[[1515,1,9.97655],[4283,1,25.0825],[5445,1,3.74937]]],[[5113.77,18952.9,0],0,true,[[96,2,23.9516],[1802,2,402.603],[2316,2,10.3466]]],[[17242.1,17492.2,0],0,true,[[2186,0,2.24013],[4853,0,2.40809],[5656,0,3.9743]]],[[13710.3,7715.8,0],0,false,[[3669,0,94.2559]]],[[17730.7,12025.9,0],0,true,[[5704,0,2.08271],[3346,0,2.63778],[1679,0,1.6802],[4358,0,2.33482]]], +[[7402.18,11077.1,0],0,false,[[2061,0,233.812],[4543,0,278.54]]],[[3592.11,15095.6,0],0,false,[[1886,0,34.0104],[220,0,104.801]]],[[4515.45,2817.7,0],0,false,[[453,0,42.3381],[4597,0,333.18]]],[[17531.6,15179.6,0],0,false,[[5339,0,309.043],[4900,0,275.233]]],[[3217.6,5725.01,0],0,false,[[2607,0,3.68902],[1790,1,3.55746]]], +[[15110.3,7457.05,0],0,false,[[2941,0,213.787],[2964,0,230.455]]],[[18240.9,12920.4,0],0,false,[[1116,0,3.91847],[2356,0,8.62112]]],[[8336.64,4595.32,0],0,false,[[1555,0,23.9752],[2980,0,23.6787]]],[[10155,7060.17,0],0,false,[[680,0,17.1445],[3780,1,9.86262]]],[[5706.76,3840.33,7.87238],0,false,[[4291,2,50.0505],[2690,2,40.194]]], +[[12192.8,10653.3,0],0,false,[[5224,0,46.6707],[2729,0,18.688]]],[[9790.26,631.856,0],0,true,[[4850,2,23.4647],[4397,2,23.4507],[5282,2,11.6034],[2210,2,17.7757],[5679,2,14.3836],[2286,2,15.1614]]],[[18149.4,17096.8,0],0,true,[[2237,0,2.30953],[2582,0,4.40559],[2885,1,10.1437]]],[[3140.67,12636,0],0,true,[[5405,0,26.6384],[2667,0,127.871],[5471,0,5.23049],[1012,0,8.48107]]],[[7486.51,15740.4,0],0,false,[[1034,0,269.534],[3457,0,299.4]]], +[[6470.54,18924.8,0],0,false,[[4188,1,159.757],[3688,1,352.427]]],[[17095.9,17962,0],0,true,[[2504,0,24.5717],[4986,0,25.391],[3847,0,100.623]]],[[15251.7,577.815,0],0,true,[[3352,0,20.938],[1534,0,87.6815],[4866,0,23.1185]]],[[11780.1,7983.34,0],0,false,[[3402,0,53.7583],[816,0,62.6135]]],[[7803.41,15768.7,0],0,false,[[2462,0,3.30253],[5370,0,4.54128]]], +[[90.5235,8571.79,0],0,false,[[911,1,139.779],[1500,1,199.234]]],[[10294.1,5361.56,0],0,true,[[996,0,26.8708],[4643,0,26.5751],[2950,0,154.74]]],[[11598.9,10529.3,0],0,false,[[113,1,153.466],[1421,1,354.6]]],[[14466.6,3787.58,0],0,false,[[3227,1,355.542],[3624,1,388.465]]],[[9075.64,3324.49,0],0,false,[[4301,0,113.558],[3121,0,338.306]]], +[[18889.6,16994.7,0],0,true,[[112,0,47.9858],[4316,0,2.02291],[2822,0,4.13053]]],[[8154.07,12829.2,0],0,false,[[2121,0,277.78],[2906,0,126.401]]],[[10176.1,7712.39,0],0,true,[[505,0,26.0541],[3963,0,24.8622],[5146,0,7.61705]]],[[16233.5,7089.24,0],0,false,[[5303,1,129.617],[2636,1,26.3531]]],[[19568.4,4166.7,0],0,false,[[3269,0,185.252],[5283,0,268.715]]], +[[12030.1,7935.64,0],0,false,[[5338,0,41.9592],[3439,0,41.2016]]],[[17240.7,17493.9,0],0,true,[[4853,0,4.64409],[2152,0,2.24013],[5656,0,6.19107]]],[[3118.71,6256.74,0],0,false,[[2556,1,25.024],[4048,1,315.745]]],[[3348.89,6354.51,0],0,false,[[4646,1,28.8854],[3426,1,30.5262]]],[[8559.6,5309.37,0],0,false,[[5077,2,189.089],[5380,2,321.916]]], +[[12677.1,18881.6,0],0,false,[[2116,0,383.343],[321,0,321.07]]],[[13416.1,15992.9,0],0,true,[[4620,0,154.445],[1729,0,13.5297],[4861,0,4.11109],[1979,0,6.6812]]],[[19681.5,8297.18,0],0,false,[[1634,0,130.719],[2285,1,7.05043]]],[[12164.8,11388.2,0],0,false,[[1374,0,321.506],[4109,0,189.506]]],[[3748.79,15083.5,0],0,true,[[3619,0,35.7342],[2457,0,7.78187],[5071,0,9.57769],[4607,0,5.48765]]], +[[12570.1,6335.84,0],0,false,[[2710,0,87.847],[2921,0,52.8601]]],[[5114.82,9733.92,0],0,false,[[5307,0,300.304],[517,0,149.539]]],[[10711.1,15095.4,0],0,false,[[393,0,226.905],[2461,0,369.731]]],[[425.953,8536.91,0],0,false,[[1154,1,117.869],[4739,1,102.523]]],[[10697.6,17224.1,0],0,false,[[2995,0,89.2009],[1184,0,127.758]]], +[[10252.7,11373.7,0],0,true,[[3408,0,2.45557],[2826,0,145.104],[235,0,4.62609]]],[[1134.69,2839.74,0],0,false,[[3990,1,135.555],[41,1,29.7584]]],[[9088.98,15164.6,0],0,false,[[901,0,20.417],[4330,1,7.01063]]],[[10831.8,11598,0],0,false,[[15,0,77.8291],[1235,0,155.427]]],[[808.046,1649.29,0],0,false,[[3182,1,396.782],[4378,1,15.8689]]], +[[17031.1,7414.51,0],0,false,[[4365,0,33.9678],[3394,0,6.76123]]],[[16212.3,10733,0],0,false,[[528,0,336.244],[4745,0,135.141]]],[[8504.49,11023,0.0411987],0,false,[[5109,0,105.98],[311,0,47.4369]]],[[4713.22,10559.6,0],0,false,[[4775,0,139.939],[895,0,119.07]]],[[10998.7,18314.7,0],0,true,[[5318,0,8.51884],[2293,0,6.12193],[4582,0,8.33803]]], +[[9772.79,635.146,0],0,true,[[5282,1,21.65],[4847,1,30.7952],[2166,2,17.7757],[4397,2,12.8163]]],[[13176.2,8468.39,0],0,true,[[265,1,8.30207],[461,1,56.6156],[4763,1,5.39674]]],[[6138.8,15279.8,0],0,false,[[1111,0,89.1465],[5022,0,385.425]]],[[8305.11,3634.16,0],0,false,[[1856,0,331.658],[4426,0,215.81]]],[[8950.59,5737.72,0],0,true,[[2714,1,7.38304],[1576,1,106.35],[470,1,7.68562],[2747,1,6.66592]]], +[[4455.07,18031.5,0],0,false,[[349,2,187.359],[444,2,392.863]]],[[4847.29,4456.4,0],0,false,[[2218,2,134.355],[2545,2,331.744]]],[[18110.6,16215.5,0],0,false,[[754,1,32.5751],[4067,1,186.993]]],[[4957.52,4379.61,0],0,false,[[608,2,367.869],[2216,2,134.355]]],[[8810.66,6031.66,0],0,false,[[470,0,318.592],[3246,0,155.743]]], +[[11892.7,2288.79,0],0,false,[[5494,0,396.824]]],[[8699.58,1783.23,0],0,false,[[4125,2,265.325],[3630,2,288.235]]],[[15705.2,18650.1,0],0,true,[[2862,0,4.43213],[5583,0,367.215],[373,0,10.8064]]],[[10246.8,18979.7,0],0,false,[[5557,0,107.223],[2348,0,28.7319]]],[[12851.4,8330.17,0],0,false,[[2254,1,112.44],[2914,1,24.9442]]], +[[16754.4,8587.39,0],0,true,[[2023,0,3.38052],[5005,0,3.28576],[4455,1,6.79726]]],[[12274.6,6898.27,0],0,false,[[3052,0,358.528],[1290,0,269.675]]],[[8081.93,15371.5,0],0,true,[[4199,1,96.4639],[4089,1,10.7286],[4551,1,6.5343]]],[[9352.55,15688.1,0],0,false,[[2036,1,304.733],[1895,1,397.888]]],[[19899.3,4485.79,0],0,true,[[1103,0,76.6507],[5050,0,18.2193],[3390,0,30.5878]]], +[[8424.57,20379.7,0],0,false,[[2780,0,329.029],[710,0,134.83]]],[[4240.75,10291.4,0],0,true,[[4424,0,315.486],[2881,0,25.4017],[2328,0,13.621]]],[[12729.4,19786.2,0],0,true,[[1905,0,241.686],[5228,0,10.6685],[286,0,21.3785]]],[[7661.98,19535,0],0,true,[[5170,1,22.0869],[330,1,21.3204],[254,1,11.2488],[4626,1,8.82095]]],[[5812.14,17590.4,0],0,true,[[4118,0,22.0823],[3311,0,65.8441],[4143,0,9.38385]]], +[[17552.4,8619.97,0],0,true,[[4835,0,2.75833],[3594,0,100.166],[323,1,6.52057]]],[[14757.5,175.434,0],0,true,[[4541,0,195.195],[3810,0,63.4925],[2403,0,20.0977]]],[[18148,17095,0],0,true,[[2582,0,2.20126],[2167,0,2.30953],[2885,1,12.2158]]],[[7590.48,621.983,0],0,true,[[2067,0,3.65002],[363,0,4.34279],[4086,1,0.279949]]],[[18086.9,5221.66,0],0,false,[[3934,0,11.5242],[5371,0,6.97065]]], +[[2522.77,2230.37,0],0,false,[[2769,1,298.202],[634,1,391.64]]],[[18352.5,6671.72,0],0,false,[[3811,0,384.957],[3867,0,136.949]]],[[7665.83,1093.91,0],0,true,[[591,0,35.7863],[1457,0,4.86538],[5351,1,17.8868]]],[[12973.3,16939.7,0],0,false,[[91,0,330.366],[194,0,376.84]]],[[19743.3,4436.45,0],0,false,[[5542,0,79.1304],[1285,0,85.7204]]], +[[14875.2,5903.41,0],0,false,[[1716,1,102.688],[2517,1,31.457]]],[[8477.08,4594.64,0],0,false,[[2980,0,116.761]]],[[19674.8,4719.85,0],0,true,[[1943,0,20.293],[3880,0,85.4574],[1261,0,15.5941]]],[[15097,6440.11,0],0,true,[[3806,0,5.93854],[26,0,50.4791],[3764,1,8.61094]]],[[12630.6,8241.83,0],0,false,[[2458,1,19.7535],[1642,1,24.3088]]], +[[19581.1,2967.82,0],0,false,[[5543,0,310.543],[4520,0,231.52]]],[[16396.2,6650.99,0],0,false,[[5325,0,8.83995],[1347,1,10.6326]]],[[10140.2,922.531,0],0,true,[[2296,1,4.71753],[4957,1,391.101],[3484,1,7.14955],[4875,1,6.62454],[2306,1,3.24521],[4237,1,2.29654]]],[[2301.93,11838.5,0],0,false,[[2746,1,364.207],[2287,1,358.829]]],[[12904.6,8429.16,0],0,false,[[1113,1,149.074],[2224,1,112.44]]], +[[8781.86,16295.4,0],0,false,[[808,1,337.066],[883,1,324.96]]],[[6924.82,7562.95,0],0,false,[[1826,0,381.735],[3521,0,231.204]]],[[16550.4,387.162,0],0,true,[[232,1,140.553],[3833,1,208.824],[3236,1,5.83028]]],[[11031.1,7738.47,0],0,true,[[1770,0,299.764],[4778,1,9.33118],[1314,0,7.31996]]],[[5243.67,18716.1,0],0,false,[[3298,0,15.8544],[1015,0,211.101]]], +[[11300.7,20105,0],0,true,[[1597,0,18.6993],[1368,0,18.8235],[3308,0,0.597899],[5580,0,2.7061],[5615,0,5.80469]]],[[14598.3,11869.9,0],0,false,[[1965,0,81.3279]]],[[17352.6,7516.88,0],0,false,[[4294,0,345.53],[1498,0,9.44905]]],[[19289.7,551.098,0],0,false,[[5663,1,380.41],[3555,1,129.159]]],[[2107.92,13251.1,0],0,false,[[1660,1,371.645],[4654,1,197.813]]], +[[11354.2,17961,0],0,false,[[2137,0,78.2541],[4342,0,58.7509]]],[[5943.5,10294.6,0],0,false,[[4599,0,210.596],[1424,0,203.035]]],[[13972.8,19409.9,0],0,true,[[3726,0,4.56837],[2476,0,12.6438],[5358,0,14.2193]]],[[9211.6,16215.1,0],0,true,[[4820,1,13.4882],[5653,1,17.8152],[5184,1,12.1969]]],[[15153.6,2250.98,0],0,false,[[1604,0,163.95],[4960,1,6.86598]]], +[[19404.9,8534.33,0],0,false,[[4372,1,163.01],[1933,1,7.13515]]],[[13669.1,16197.6,0],0,true,[[2047,0,26.716],[2383,0,21.1974],[338,0,14.2056]]],[[10541.5,14158.4,0],0,true,[[4494,0,316.899],[3376,0,24.7448],[3424,0,9.19442]]],[[5243.69,18697.6,0],0,false,[[761,1,16.8744],[2697,1,299.234]]],[[12912.4,8269.07,0],0,false,[[2024,0,8.58084],[4368,1,9.18181]]], +[[6425.53,1706.03,0],0,true,[[2637,1,4.19349],[5052,0,18.6155],[1554,0,5.26661]]],[[11986.7,6074.1,0],0,false,[[2868,0,20.2074],[764,0,262.479]]],[[6351.96,11426.8,0],0,false,[[501,2,288.681],[69,2,365.124]]],[[6480.95,17575.5,0],0,true,[[558,1,229.208],[4967,1,28.4753],[1000,1,8.31995],[1744,1,19.5361]]],[[11078.2,9777.17,0],0,false,[[4234,0,275.51],[1160,0,202.596]]], +[[3990.72,13542,0],0,true,[[3581,2,181.678],[4622,2,20.3509],[4642,2,6.02778]]],[[17992.6,4577.05,0],0,false,[[3040,0,282.638],[2945,0,301.296]]],[[16897.2,19280.7,0],0,false,[[5390,0,153.148],[3752,0,17.0358]]],[[6751.83,6284.54,0],0,false,[[5316,0,3.95907],[5701,0,9.27688]]],[[3453.89,11004.9,0],0,false,[[3970,0,225.953],[4317,0,273.097]]], +[[19686,8302.61,0],0,true,[[228,1,120.466],[433,1,29.6143],[2192,1,7.05043]]],[[9805.26,634.076,0],0,true,[[5679,1,19.2591],[2878,1,10.2456],[2166,2,15.1614]]],[[2218.94,11489.7,0],0,false,[[2253,1,358.829],[2038,1,25.6401]]],[[18943.2,14235.3,0],0,true,[[2807,1,226.226],[844,1,10.3482],[1693,1,3.77909]]],[[17566.3,2041.95,0],0,false,[[3418,0,13.9704],[3389,0,397.491]]], +[[9747.63,685.683,0],0,true,[[4352,1,24.5543],[1665,1,27.9778],[5263,2,23.7512],[3777,2,29.5811]]],[[13309.9,13602.7,0],0,true,[[3634,0,2.93745],[5512,0,15.6543],[4542,0,11.1957]]],[[11824.7,7855.24,0],0,false,[[3519,0,27.9041],[2874,0,10.7258],[5687,0,33.0911],[4899,0,20.9314]]],[[10998.2,18308.6,0],0,true,[[4582,0,13.1185],[2732,0,329.149],[2209,0,6.12193]]],[[12602.6,4187.78,0],0,true,[[2593,0,2.51649],[3968,0,3.58925],[283,0,7.52477],[1739,0,2.33574]]], +[[17546,2054.74,0],0,false,[[5599,0,22.8564],[3158,0,352.143],[5537,0,5.78767]]],[[10137.8,918.502,0],0,true,[[2252,1,4.71753],[2306,0,6.37609],[4237,0,2.97264],[3484,1,2.4592]]],[[19923.6,4634.82,0],0,false,[[3429,0,177.389],[3987,0,104.201]]],[[17712.3,17856.8,0],0,false,[[1518,1,337.863],[3787,1,313.502]]],[[16595.9,2240.45,0],0,false,[[2775,0,216.378],[1656,0,280.816]]], +[[13285.7,7807.78,0],0,false,[[3602,0,14.119],[1513,0,59.245]]],[[17712.2,12023.4,0],0,true,[[139,0,1.60068],[5366,0,1.84624],[4011,0,3.57208],[4195,0,1.80756]]],[[13113.8,13447.3,0],0,true,[[1077,1,5.72454],[5381,1,50.6926],[4351,1,14.7472]]],[[13738.4,4695.04,0],0,true,[[3048,0,20.9785],[1556,1,3.13736],[2393,1,6.9131]]],[[5005.75,10913.7,0],0,true,[[3342,0,1.95585],[3032,0,1.39775],[1226,0,287.1]]], +[[5394.74,17596.1,0],0,false,[[3311,0,351.63]]],[[10137.9,924.868,0],0,true,[[4875,0,3.62135],[4237,0,3.43873],[2296,0,6.37609],[2252,1,3.24521]]],[[57.1515,2085.97,0],0,false,[[1523,1,229.656],[980,1,233.362]]],[[15013.8,4513.07,0],0,false,[[2748,0,322.055],[4692,0,35.7125]]],[[14057.3,15480.8,0],0,true,[[3621,0,91.5949],[3698,0,3.21224],[4333,0,2.98379]]], +[[12927.7,8259.5,0],0,false,[[4368,1,9.06899],[1887,0,5.96288]]],[[467.948,3097.9,0],0,true,[[57,1,13.0959],[2805,0,300.566],[2551,0,12.9509]]],[[8352.35,11010.9,0.0408325],0,false,[[3468,0,44.5195],[4640,0,21.0588]]],[[9717.38,16723,0],0,false,[[4045,0,16.515],[4023,0,232.959]]],[[10348.4,12553.4,0],0,true,[[2693,1,23.106],[4976,1,23.2842],[495,1,2.44723],[3338,1,4.76043]]], +[[16030.3,12386,0],0,false,[[845,0,225.133],[5715,0,243.351]]],[[5112.51,18942.6,0],0,true,[[96,2,14.9093],[5290,0,66.327],[2151,2,10.3466]]],[[19940.3,4307.55,0],0,true,[[1491,0,48.8681],[4208,0,23.5214],[692,0,10.4681]]],[[2876.99,12708.3,0],0,true,[[5651,1,26.4755],[1718,1,26.1768],[2919,1,11.0165],[5506,1,7.7536],[4084,1,5.50247]]],[[12976.6,8584.46,0],0,true,[[5104,1,96.0122],[1113,1,22.2004],[2872,1,11.0176]]], +[[17341.9,7508.7,0],0,false,[[3595,0,186.105],[1498,0,20.7046]]],[[6428.88,10877.5,0],0,false,[[1662,0,325.802],[2899,0,37.692]]],[[10896.9,433.804,0],0,false,[[4935,0,195.249],[3066,0,289.603]]],[[13278.8,8757.96,0],0,false,[[4988,1,64.8986],[4437,1,32.5515]]],[[10070.2,9245.42,0],0,false,[[392,0,289.813],[182,0,23.644]]], +[[8541.76,11990.6,0],0,false,[[2026,1,395.555],[5576,1,240.411]]],[[9283.91,5944.62,0],0,true,[[868,0,19.6373],[4885,0,316.83],[1278,1,20.1171]]],[[17756.3,12087.2,0],0,false,[[427,0,24.8226],[2091,0,56.3352]]],[[4229.22,10284.2,0],0,true,[[875,0,4.48508],[2881,0,11.7832],[2231,0,13.621]]],[[15594.6,4956.39,0],0,false,[[1568,0,11.1399],[4877,0,283.366]]], +[[17168.4,17844.2,0],0,true,[[1482,0,19.4557],[1814,0,168.522],[1013,0,8.69898],[2423,0,6.44182]]],[[13365.4,9848.84,0],0,false,[[5690,0,94.306],[5418,0,341.208]]],[[5225.97,18710.2,0],0,true,[[276,1,216.458],[761,1,5.03636],[3298,1,3.48097]]],[[13689.3,16209,0],0,false,[[2383,0,2.75596],[2090,0,4.24364]]],[[15211.8,14460.2,0],0,true,[[2069,0,17.4928],[1567,0,7.36838],[50,0,14.0912]]], +[[13757.2,7829.06,0],0,false,[[531,0,207.869]]],[[12358.9,19898.4,0],0,false,[[5306,0,344.205],[4315,0,371.253]]],[[9929.66,494.124,0],0,true,[[1564,1,20.3635],[3092,1,31.091],[1725,2,33.1782]]],[[15034.2,6252.31,0],0,false,[[1117,0,21.8529],[2903,0,40.3735]]],[[11656.7,19105.8,0],0,false,[[4077,0,147.63]]], +[[3669.59,1383.26,0],0,false,[[5712,1,121.543],[565,1,305.664]]],[[7347.48,12520.2,0],0,false,[[5694,0,212.692],[3574,0,384.062]]],[[7283.79,6470.62,9.38457],0,true,[[1492,1,17.5395],[3665,1,19.2735],[401,1,10.8229],[5289,1,11.192]]],[[9603.43,2765.83,0],0,true,[[454,0,13.542],[3003,0,4.51128],[1599,0,2.65121],[3046,0,3.11743]]],[[15434.5,596.527,0],0,false,[[3207,0,22.0417],[4392,0,66.2152]]], +[[5503.36,3602.47,0],0,true,[[154,1,11.0866],[5317,1,101.264],[2573,1,18.1081],[5057,1,22.2581]]],[[5194.37,7497.57,0],0,true,[[5373,0,8.32356],[1603,0,15.7506],[3843,1,11.9357]]],[[10068,9231.62,0],0,false,[[1272,0,2.84604],[182,0,9.79102]]],[[10268.4,18960.8,0],0,true,[[2223,0,28.7319],[2709,0,245.632],[3386,0,50.2058]]],[[10334.4,2588.77,0],0,true,[[2126,0,2.47372],[5353,0,5.64867],[3671,0,5.87998]]], +[[3805.26,7143.59,0],0,false,[[648,0,177.593],[568,0,145.102]]],[[1665.58,13753.2,0],0,true,[[3214,1,31.2745],[48,1,128.364],[2659,1,11.8075]]],[[6469.29,10862.6,0],0,false,[[3245,0,29.6623],[2666,0,18.2347]]],[[1229.97,14420,0],0,false,[[4371,0,227.733],[51,0,313.103]]],[[9051.56,5805.78,0],0,true,[[1576,1,15.9284],[1898,1,105.921],[3273,1,4.81723]]], +[[16505.9,17496,0],0,false,[[312,1,173.395],[773,1,390.152]]],[[18242.8,12912,0],0,true,[[3668,0,20.0345],[4625,0,290.631],[1116,0,12.2618],[2161,0,8.62112]]],[[5937.7,8908.24,0],0,true,[[865,0,2.73992],[1794,0,2.15102],[1403,0,1.11902]]],[[8982.56,12095.8,0],0,true,[[5576,1,212.797],[5243,1,21.9179],[1224,1,8.72302]]],[[10030.7,8625.83,0],0,false,[[917,0,4.45954],[4383,1,3.09834]]], +[[16222.5,7296.46,0],0,false,[[1400,1,28.5779],[3452,1,75.7606]]],[[5381.26,6515.92,0],0,false,[[1807,1,185.85],[2113,1,156.15]]],[[4012.23,13355.7,0],0,true,[[5012,1,10.7643],[3687,0,96.8952],[3581,2,9.03368]]],[[7649.99,19515.6,0],0,false,[[5170,1,3.09187],[1677,0,176.361]]],[[5002.15,10917.4,0],0,true,[[1475,0,2.88282],[3032,0,3.80785],[3342,0,3.57238],[515,0,3.14073],[5391,0,5.4942]]], +[[8386.35,714.803,0],0,true,[[2488,1,29.1254],[586,1,296.482],[1241,1,15.529]]],[[7817.45,15742.7,0],0,false,[[5074,0,16.812],[475,0,6.77157]]],[[8286.7,14021.5,0],0,false,[[2624,1,290.041],[5065,1,201.397]]],[[3623.02,17869.4,0],0,false,[[4979,0,19.8168],[4621,0,165.61]]],[[16408.4,8104.49,0],0,false,[[3929,0,367.836],[2578,0,185.648]]], +[[4998.51,10912.8,0],0,true,[[4114,0,1.81566],[2043,0,2.5438],[3951,0,5.51388],[515,0,2.77108]]],[[1494.66,9083.83,0],0,false,[[3364,1,151.217],[1986,1,303.372]]],[[9938.52,502.612,0],0,true,[[1725,2,29.4608],[1602,2,24.0867],[2987,2,20.0796],[5654,2,16.4188]]],[[9615.78,9379.48,0],0,false,[[3344,0,285.076],[1940,0,184.133]]],[[8207.59,6991.14,0],0,true,[[903,0,2.89433],[2946,0,3.19425],[5258,0,8.12933]]], +[[1102.95,17871.7,0],0,true,[[3029,0,15.3121],[3087,0,22.8349],[1600,0,2.38007]]],[[12975.5,12196.3,0],0,false,[[5240,0,206.521],[4112,0,15.4248]]],[[8613.93,581.448,0],0,false,[[2050,1,203.816],[2488,1,237.072]]],[[14282.7,6815.88,0],0,true,[[3916,0,4.82268],[282,0,11.0983],[799,0,7.81002]]],[[15845.2,14167.4,0],0,false,[[1020,0,47.1264],[3294,0,338.538]]], +[[9812.68,12398.8,0],0,false,[[792,0,88.3129]]],[[11797.2,14926.3,0],0,true,[[5606,0,4.7682],[123,0,11.8393],[3283,0,16.1934]]],[[10977.4,8786.4,0],0,false,[[2527,0,277.401],[4716,0,371.869]]],[[13686.6,16209.2,0],0,true,[[2271,0,21.1974],[2333,0,2.75596],[2090,0,3.94046]]],[[827.745,6937.08,0],0,true,[[5538,1,18.9425],[1355,1,27.0131],[5532,1,3.39803],[3941,1,1.04431],[2452,1,2.09116],[4258,1,9.84442]]], +[[16078.6,2533.07,0],0,false,[[2929,0,322.126],[3210,0,364.56]]],[[10329.7,7518.63,0],0,false,[[4282,1,82.3789]]],[[15799.9,9350.95,0],0,false,[[537,1,105.12],[3251,1,365.686]]],[[5756.86,3873.96,0],0,false,[[3584,1,3.2385],[4902,0,24.6694]]],[[5213.38,19631.1,0],0,true,[[4945,2,28.1982],[3626,2,30.8305],[1800,2,5.90841],[953,2,5.09591],[2851,2,5.6554],[4119,2,8.17559]]], +[[12899,1716.72,0],0,false,[[4479,0,25.0047],[142,0,19.0138]]],[[13429.1,14041.7,0],0,true,[[3886,0,247.966],[5486,0,132.023],[2905,0,300.943]]],[[7971.7,3813.79,0],0,true,[[4426,0,162.994],[4823,0,4.12005],[5650,2,8.67783]]],[[13735.4,4701.29,0],0,true,[[3979,1,101.043],[1556,1,9.36227],[2303,1,6.9131]]],[[13987.9,7097.19,0],0,true,[[3894,0,5.43814],[4547,0,306.667],[3188,0,8.12801]]], +[[12093.5,17579.8,0],0,true,[[5049,0,3.58598],[4113,0,3.74128],[5085,0,2.28596],[2612,0,20.1805]]],[[6481.12,10872.5,0],0,true,[[2899,0,15.7103],[4754,0,6.36879],[2666,0,7.12956]]],[[12383.2,4836.48,0],0,true,[[2569,0,3.45747],[810,0,2.77736],[1712,0,2.4343]]],[[12944.7,8873.75,0],0,true,[[3689,1,20.5098],[4987,1,119.505],[3700,1,12.5458]]],[[6868.96,702.283,0],0,false,[[5555,1,185.213],[406,1,44.0642]]], +[[10141.9,8221.83,0],0,true,[[1664,0,3.80722],[178,0,57.0442],[3495,1,6.91723]]],[[16769.8,5508.57,0],0,false,[[1360,0,185.011],[3677,0,340.968]]],[[7541.62,7376.48,0],0,true,[[4312,0,2.46977],[4382,0,2.17938],[835,2,7.11142]]],[[14775.2,183.836,0],0,false,[[2236,0,20.0977],[3874,0,31.724]]],[[12983.4,1487.1,0],0,false,[[2468,0,296.2],[2785,0,206.616]]], +[[16014.3,11229.5,0],0,false,[[5095,0,384.661],[528,0,219.721]]],[[4832.34,18802.7,0],0,true,[[4663,1,230.5],[1460,2,5.26844],[2884,2,5.50667]]],[[8853.7,5704.55,0],0,false,[[5177,1,6.77755],[2060,0,117.725]]],[[11827.6,20059.5,0],0,false,[[4315,0,183.996],[1551,0,351.9]]],[[8530,2480.12,0],0,false,[[1107,2,255.491],[725,2,57.5788]]], +[[16193.4,15367.6,3.74604],0,false,[[3755,1,374.346],[2009,1,247.854]]],[[13064.2,13533.5,0],0,true,[[4281,0,262.29],[4351,0,84.8804],[405,0,184.001]]],[[7492.18,19642,0],0,true,[[1677,0,27.5957],[3080,0,216.522],[1614,0,5.13664],[3768,0,7.76055],[1474,0,10.6812]]],[[2031.08,5344.73,0],0,false,[[599,2,303.184],[3347,2,187.063]]],[[19346.1,14257,0],0,false,[[5209,0,158.077],[2922,0,24.1664]]], +[[6695.11,17437,0],0,false,[[2132,1,25.4286],[558,1,26.7502]]],[[5583.78,3433.43,0],0,false,[[1363,1,260.132],[4662,1,22.2012]]],[[8160.85,4605.96,0],0,true,[[4942,2,25.9849],[4549,2,298.759],[521,2,12.3556]]],[[3189.44,12771.3,0],0,false,[[784,1,96.5794],[2781,1,22.3696]]],[[10867.2,12815.6,0],0,false,[[2611,1,5.80135],[288,0,177.131]]], +[[19522.3,11308.3,0],0,true,[[4558,1,125.714],[1468,1,18.1024],[2978,1,13.2574]]],[[8931.23,9011.67,0],0,true,[[4488,0,10.4952],[3235,0,170.817],[1308,1,11.0575]]],[[19787,8395.99,0],0,false,[[4357,0,58.5779],[3558,0,18.8061]]],[[17162.9,17840.7,0],0,true,[[1013,0,6.19195],[2766,0,158.402],[2330,0,6.44182]]],[[19107.8,3906.26,0],0,false,[[2977,0,25.728],[3117,0,146.942]]], +[[15501.8,3037.11,0],0,true,[[4472,1,61.151],[1948,1,19.7599],[4389,1,3.16333]]],[[15114.6,488.323,0],0,true,[[4040,0,69.5262],[415,0,9.46781],[2542,0,6.9922]]],[[17281.8,11388,0],0,true,[[774,1,19.2297],[3031,1,27.0466],[1908,1,7.20786],[3629,1,5.30667],[1580,1,10.069]]],[[4752.24,12184.6,0],0,false,[[4388,0,348.788],[399,0,255.118]]],[[20400.1,5937.25,0],0,true,[[3830,0,3.92445],[1405,0,4.34746],[4395,0,2.44552]]], +[[9962.82,8660.7,0],0,false,[[2736,1,268.018],[4700,1,68.0639]]],[[19018.2,11363.4,0],0,true,[[679,0,71.8739],[4085,0,29.677],[4209,0,16.8274]]],[[15678.9,14657.1,0],0,false,[[628,0,140.752],[5112,0,273.894]]],[[17077.2,17959.9,0],0,false,[[1467,1,35.4289],[4986,1,8.02755]]],[[1895.57,13910.2,0],0,true,[[4892,1,19.9075],[1640,1,390.511],[3474,1,8.39623],[3734,1,6.11451],[1818,1,6.71983]]], +[[9580.32,17715.6,0],0,true,[[398,0,6.36914],[4189,1,10.5964],[2745,1,3.72206]]],[[19748.9,8752.28,0],0,false,[[4723,1,102.608],[707,1,116.301]]],[[18112.1,16962.8,0],0,true,[[1141,0,39.8307],[4263,0,3.85965],[1628,1,13.5114]]],[[18478.3,1115.27,0],0,false,[[1510,0,45.5271],[2677,0,297.935]]],[[8212.67,19988.4,0],0,false,[[3234,1,3.14596],[813,0,167.964]]], +[[17145.4,5031.88,0],0,false,[[1323,0,27.6762],[1754,0,58.1111]]],[[15403.7,470.209,0],0,true,[[1370,0,22.2936],[987,0,98.8058],[1260,0,51.1202],[1345,0,19.0754]]],[[3818.54,15806.4,0],0,false,[[332,2,154.961],[3065,2,376.62]]],[[1844.64,14532.6,0],0,false,[[108,1,357.358],[1404,1,203.276]]],[[10705,12754.2,0],0,true,[[1418,1,50.2047],[2487,1,14.7463],[4830,1,5.56441]]], +[[4479.05,14938.8,0],0,true,[[1212,0,304.465],[2858,0,296.854],[1705,0,325.021]]],[[6799.26,3388.81,0],0,false,[[1779,2,303.566],[3110,2,253.525]]],[[11391.6,14688.5,0],0,false,[[4047,0,391.269],[2723,0,245.557]]],[[4391.5,3611.36,0],0,false,[[352,0,396.953],[3563,0,200.925]]],[[3180.56,7334.59,0],0,false,[[766,0,360.228],[1376,0,84.9839]]], +[[16649.1,5651.94,0],0,true,[[4181,0,276.553],[1360,0,8.10234],[5269,0,6.93415]]],[[15727.6,9242.81,0],0,true,[[3913,0,4.29981],[3490,0,5.13906],[2656,1,3.41227]]],[[827.32,6935.03,0],0,true,[[3941,0,2.45096],[4258,0,7.7849],[2384,1,2.09116]]],[[1112.78,17880.8,0],0,true,[[2923,0,4.70716],[4071,0,2.60627],[3087,0,9.44423]]],[[12997.3,5307.73,0],0,false,[[4499,0,139.499],[486,0,319.765]]], +[[5822.37,16241.7,0],0,false,[[4519,0,254.952],[3285,1,4.35289]]],[[13242.3,9053.41,0],0,true,[[2988,0,46.8839],[4639,0,181.269],[4664,0,140.247]]],[[3754.71,15078.5,0],0,true,[[2194,0,7.78187],[2815,0,68.4376],[5071,0,5.44463]]],[[12642.9,8257.25,0],0,true,[[131,1,20.0352],[2249,1,19.7535],[5147,1,3.9503]]],[[14705.4,6485.45,0],0,false,[[3480,0,160.125],[4926,0,301.155]]], +[[4018.77,13284.1,0],0,true,[[5584,2,21.7334],[1229,2,45.9817],[2617,2,6.19172]]],[[10359.5,14980.9,0],0,false,[[2197,0,369.731]]],[[7800.58,15770.3,0],0,false,[[2032,0,5.7083],[2174,0,3.30253]]],[[16914.6,11443.4,0],0,false,[[2758,0,301.062],[3959,0,349.169]]],[[13036.8,11795.7,0],0,true,[[4190,0,124.68],[3264,0,24.7005],[2638,0,11.6587]]], +[[15562.5,8799.49,2.40142],0,false,[[1723,1,100.922],[3816,1,12.6986]]],[[19536,11695.2,0],0,false,[[2596,1,83.5423],[5053,1,384.275]]],[[18132.3,16125.6,0],0,true,[[837,0,18.7611],[188,1,5.08633],[660,1,25.6813]]],[[13096.6,1213.47,0],0,false,[[4018,0,249.947],[2404,0,296.2]]],[[7964.35,3800.03,0],0,false,[[4293,2,166.175],[5650,2,18.4698]]], +[[11052.7,17568.3,0],0,true,[[5473,0,139.066],[1479,0,100.944],[3275,0,91.9438]]],[[9270.68,12168.9,0],0,false,[[5243,1,275.389],[4938,1,293.126]]],[[8197.57,19426.4,0],0,false,[[1152,0,116.607],[2112,0,332.879]]],[[18378,17649.1,0],0,true,[[4747,1,56.0278],[5244,1,27.238],[4949,1,6.28917]]],[[18446.4,19666.4,0],0,false,[[1057,0,353.589],[2658,0,193.095]]], +[[3648.28,15149.2,0],0,false,[[3213,0,86.1399]]],[[13961.1,19405,0],0,true,[[2267,0,12.6438],[3461,0,20.2912],[3726,0,9.22145]]],[[16230.4,9716.24,0],0,false,[[2933,0,229.196],[1598,1,7.92683]]],[[3133.78,5029.9,0],0,false,[[3812,0,178.528],[1009,0,97.3317]]],[[12928.5,7550.16,0],0,false,[[2002,0,122.01],[604,0,292.96]]], +[[9033.21,9479.8,0],0,false,[[4273,0,83.7995],[5620,0,350.093]]],[[8167.07,12540.3,0],0,false,[[893,0,64.5746]]],[[17945.1,258.153,0],0,false,[[1263,1,390.931],[4219,1,336.053]]],[[15285.3,8894.88,0],0,false,[[1723,1,218.582],[4215,1,79.5473]]],[[4494.63,19176,0],0,true,[[5165,0,4.61077],[4886,0,23.7357],[3419,1,4.27347]]], +[[17720,12023.3,0],0,true,[[1956,0,1.22786],[683,0,3.61728],[4210,0,3.15739],[4927,0,2.91853],[1131,0,3.05896],[1333,0,10.8401]]],[[18897.1,14276.7,0],0,true,[[4156,1,5.87894],[3792,1,4.18688],[4203,1,1.10551]]],[[10696.2,12766.1,0],0,true,[[2444,1,14.7463],[4141,1,113.452],[4830,1,13.1839]]],[[8412.12,701.234,0],0,false,[[2377,1,237.072],[2365,1,29.1254]]],[[8074.91,4337.76,0],0,true,[[747,1,15.0048],[5173,2,12.8179],[5107,2,16.2956]]], +[[16968.1,10860.5,0],0,false,[[3397,1,249.3],[1483,1,248.916]]],[[8625.21,8763.2,0],0,true,[[4628,0,2.95668],[5294,0,3.52436],[1061,0,5.43967]]],[[837.298,13178.5,0],0,false,[[465,1,345.244],[1231,1,139.872]]],[[7279.09,19196,0],0,false,[[5010,1,351.916],[4811,1,237.864]]],[[16489.4,8649.27,0],0,false,[[346,1,26.1794],[4455,1,265.555]]], +[[5408.8,11486.8,0],0,false,[[3559,0,232.618],[3477,0,380.741]]],[[11448,5644.32,0],0,true,[[1504,0,3.72693],[690,0,3.90222],[4430,0,3.9364]]],[[2086.19,14180.6,0],0,false,[[1818,0,332.463],[3902,0,145.572]]],[[3225.61,1227.59,0],0,false,[[788,1,157.264],[4870,1,27.9108]]],[[15650.3,14272.5,0],0,false,[[1238,0,106.577],[3523,0,48.6321]]], +[[8782.41,2191.07,0],0,false,[[4788,0,26.0286],[2917,0,57.6176]]],[[19699.5,4488.07,0],0,false,[[3456,0,47.4751],[1046,0,104.184]]],[[17481.7,12422.2,0],0,false,[[5194,0,324.666],[128,0,86.2107]]],[[13739.7,16213.1,0],0,true,[[4575,0,20.8638],[275,0,15.0104],[601,0,9.50451]]],[[17119.2,17969.9,0],0,false,[[4470,0,100.258],[2171,0,24.5717]]], +[[19142,8033.77,0],0,false,[[4605,0,328.43],[439,0,242.141]]],[[13057.9,15868.7,0],0,false,[[135,0,296.671],[345,0,299.834]]],[[7093.58,17290.8,0],0,false,[[3430,1,112.057],[1798,1,145.186]]],[[18077.8,16209.3,0],0,false,[[3940,0,140.766],[299,0,26.6646]]],[[3287.5,7620.12,0],0,false,[[416,1,240.87],[3753,1,260.251]]], +[[9729.89,6569.21,0],0,false,[[496,0,164.138],[1459,0,390.069]]],[[13050.8,6006.96,0],0,false,[[3391,1,253.839],[606,1,289.257]]],[[9792.87,6410.22,0],0,false,[[5337,1,190.83],[992,1,22.3621]]],[[2924.25,4988.24,0],0,false,[[2809,2,157.333],[4205,2,89.9892]]],[[3130.19,15602.4,0],0,false,[[1866,0,171.972],[4033,0,35.7062]]], +[[15037.5,13775.9,0],0,false,[[3637,0,195.858],[4711,1,8.03445]]],[[18879.1,14438,0],0,false,[[5444,1,156.669],[440,1,318.347]]],[[14887.2,5932.46,0],0,false,[[2245,1,31.457],[1801,1,28.1983]]],[[20094,6356.59,0],0,false,[[5235,0,265.48],[2674,0,177.251]]],[[8984.44,5069.77,0],0,false,[[5623,0,189.543],[2685,0,346.122]]], +[[13503.5,12878.3,0],0,false,[[3049,0,82.4008],[3877,0,217.457]]],[[19008.5,14240,0],0,true,[[4309,0,3.8845],[2531,0,68.0356],[4054,0,8.44282]]],[[2379.98,13644.8,0],0,false,[[5682,0,62.8516]]],[[7601.01,15334.6,0],0,false,[[2847,1,291.512],[4199,1,387.359]]],[[8252.05,17908,0],0,false,[[2904,0,362.774],[5021,0,87.5159]]], +[[5350.76,3062.17,0],0,false,[[5220,1,352.45],[225,1,171.93]]],[[14061.2,13280.2,0],0,false,[[448,0,20.1323],[3788,0,20.5364],[3603,0,12.7555]]],[[11135.7,8581.74,0],0,false,[[3684,0,292.287],[2382,0,277.401]]],[[6922.77,4549.29,0],0,false,[[1441,1,382.952],[3254,1,133.643]]],[[13838.4,4210.14,0],0,true,[[2830,0,31.4168],[1566,0,18.4949],[963,0,37.4775]]], +[[5657.4,13939.4,0],0,false,[[5255,0,13.4107]]],[[19058.4,14193.9,0],0,false,[[2521,0,68.0356],[3681,0,86.6663]]],[[9148.15,5865.19,0],0,true,[[1898,1,7.87754],[812,0,112.97],[1452,1,11.1859]]],[[11243.3,9226.23,0],0,true,[[1359,0,250.864],[4970,0,19.8065],[3927,0,7.27314]]],[[17492.2,1741.03,0],0,false,[[357,0,299.489],[4428,0,146.237]]], +[[13227.6,8628.71,0],0,false,[[699,0,119.291],[4598,0,20.9356]]],[[13196.4,8022.29,0],0,false,[[4186,1,34.6278],[2802,1,208.09]]],[[8841.5,14694.1,0],0,true,[[1455,1,306.472],[3625,1,30.4676],[2657,1,12.6371],[3044,1,14.8521]]],[[822.816,1647.59,0],0,true,[[4412,0,3.0671],[2053,0,2.5374],[4378,1,1.02695]]],[[2801.53,1416.35,0],0,false,[[4161,1,341.709],[1953,1,161.329]]], +[[12708.2,17205.3,0],0,false,[[2686,0,151.828],[4460,0,21.2037]]],[[17834.3,12173.7,0],0,false,[[632,0,177.634],[3845,0,30.6633]]],[[15119.1,483.015,0],0,true,[[2426,0,6.9922],[4890,0,108.54],[415,0,5.27767]]],[[6227.17,13859.7,4.64521],0,false,[[5619,1,4.42003],[3694,1,4.42003]]],[[8060.77,4232.94,0],0,false,[[2056,2,22.7752],[5024,2,22.7752]]], +[[4564.04,4628.98,0],0,false,[[2216,2,331.744],[1130,2,234.111]]],[[12276.3,18674.4,0],0,false,[[2052,0,325.681],[4831,0,64.6767]]],[[5366.16,7876.91,0],0,false,[[4432,1,157.614],[3631,1,271.622]]],[[2898.81,17020.2,0],0,false,[[1248,0,340.855],[5502,0,246.602]]],[[13509.3,15657.8,0],0,false,[[1098,0,311.174],[3969,0,240.481]]], +[[14504.3,15469.6,0],0,false,[[1512,0,355.435],[5382,0,101.565]]],[[476.907,3088.56,0],0,false,[[57,1,0.295172],[2311,0,12.9509]]],[[16667.9,9987.19,0],0,false,[[4608,0,40.5577],[4362,0,235.828]]],[[10294.7,6931.71,0],0,false,[[680,0,172.678],[2712,0,69.2648]]],[[10615.3,11442,0],0,true,[[1590,0,144.697],[5558,0,6.13036],[5531,0,8.13842]]], +[[6850.5,1426.33,0],0,false,[[5587,0,314.644],[3348,0,207.733]]],[[3114.03,6281.32,0],0,true,[[4923,1,145.933],[2187,1,25.024],[5478,1,1.18767],[2996,1,4.5794],[967,1,7.82126],[762,1,10.7028]]],[[11005,4384.62,0],0,true,[[2966,0,35.2324],[2925,0,262.585],[3395,0,35.181]]],[[16808.9,18889.4,0],0,false,[[3752,0,384.27],[4360,0,341.399]]],[[5472.1,6332.02,0],0,true,[[3023,0,238.128],[5647,0,24.0972],[839,0,10.3032]]], +[[16143.4,6951.2,3.64843],0,true,[[1888,1,19.9825],[3607,1,5.98357],[4879,1,23.9275]]],[[3710.46,1981.49,0],0,false,[[4636,1,357.238],[4807,1,358.253]]],[[15482.2,2999.19,0],0,true,[[1948,1,22.9235],[1422,1,184.904],[899,1,4.65192]]],[[14523.8,12143.2,0],0,false,[[2740,1,3.27559],[252,0,278.439]]],[[10460.3,11461.9,0],0,false,[[4002,0,4.33158],[3947,0,214.51]]], +[[4644.52,11202.8,0],0,false,[[3203,0,342.279],[1228,0,24.9591]]],[[15148.3,5677.66,0],0,false,[[2898,0,287.127],[1540,0,17.5511]]],[[7423.1,20465.3,0],0,false,[[5262,0,387.392]]],[[18422.8,836.473,0],0,false,[[4953,0,261.057],[4731,0,370.515]]],[[12384.5,4839.69,0],0,true,[[4020,0,3.01154],[2397,0,3.45747],[1712,0,3.27305],[3561,0,14.4757]]], +[[2751.97,19427.8,0],0,true,[[2773,0,10.4027],[4184,0,4.96855],[4629,0,6.12156],[5515,0,2.45525],[3010,0,3.75553],[636,0,0.619694]]],[[5830.07,6262.32,0],0,false,[[852,0,43.762],[3614,1,9.63661]]],[[17290.9,4050.9,0],0,false,[[4061,0,27.9383],[1969,0,4.32765]]],[[5489.04,3591.38,0],0,true,[[434,0,38.7417],[154,0,15.7247],[2345,1,18.1081]]],[[14177.4,4922.09,0],0,false,[[3577,1,357.94],[4760,1,392.898]]], +[[5780.39,9048.53,0],0,false,[[4801,0,173.377],[1353,0,385.355]]],[[3839.7,7586.71,0],0,false,[[568,0,299.407],[2618,0,346.216]]],[[10344.7,17904.7,0],0,false,[[5422,0,323.465],[2992,0,343.659]]],[[16385.4,7920.34,0],0,false,[[2369,0,185.648],[3494,0,223.571]]],[[17595.5,11854.4,0],0,false,[[4744,0,33.4501],[5517,0,193.07]]], +[[13359.7,7918.11,0],0,true,[[1497,0,33.995],[2699,0,35.1318],[3727,0,95.781]]],[[15214.9,1478.35,0],0,false,[[447,1,374.858],[1208,1,361.163]]],[[18146,17094,0],0,true,[[4247,0,2.61971],[2237,0,2.20126],[2167,0,4.40559],[2885,1,13.7733]]],[[9397.48,19955.7,0],0,false,[[1926,0,279.915],[18,0,11.6054]]],[[11029,11565.9,0],0,false,[[3507,0,230.723],[79,0,40.3159]]], +[[18216.8,7755.98,0],0,false,[[1709,0,195.895],[4384,0,276.607]]],[[19129.4,3914.89,0],0,true,[[4029,0,2.65657],[1325,0,32.0883],[2977,0,3.0162]]],[[4025.17,10266.4,0],0,false,[[4374,0,121.661],[2841,0,113.47]]],[[8147.67,19988.3,0],0,false,[[1890,1,306.664],[3234,1,62.1861]]],[[512.45,2983.56,0],0,false,[[1327,0,8.97718],[5460,0,51.9437]]], +[[5892.32,18351.6,0],0,false,[[2717,1,362.137],[4785,1,199.4]]],[[14880.1,12041,0],0,false,[[1863,0,67.4799],[1110,0,144.834]]],[[13305.2,636.375,0],0,false,[[814,0,99.7786],[4018,0,365.38]]],[[12604.9,4188.64,0],0,true,[[4024,0,2.26719],[2294,0,2.51649],[1739,0,1.91414]]],[[3584.69,14972.8,0],0,true,[[5610,0,7.03554],[3276,0,21.7524],[614,0,11.8156]]], +[[7006.95,629.258,0],0,false,[[3112,1,73.3858],[406,1,151.579]]],[[19539.3,11611.7,0],0,false,[[2949,1,173.66],[2466,1,83.5423]]],[[8840.08,10271.9,0],0,true,[[1217,0,165.208],[1728,0,3.05561],[163,0,2.93187]]],[[4679.75,11233.2,0],0,false,[[1909,0,309.788],[1228,0,28.385]]],[[8458.04,19371.2,0],0,false,[[4445,0,104.252],[3022,0,20.8647]]], +[[5411.26,16212.7,0],0,false,[[4913,1,146.161],[3604,1,387.918]]],[[4341.57,8562.97,0],0,false,[[989,0,272.831],[4907,0,147.05]]],[[14493.8,721.644,0],0,false,[[3138,0,231.131],[3922,0,219.923]]],[[15299.8,786.039,0],0,false,[[502,1,312.148],[2700,1,22.5092]]],[[4621.33,12857.9,0],0,true,[[4679,0,4.20293],[2670,0,1.70053],[553,2,9.33606]]], +[[9323.45,19110.1,0],0,false,[[729,0,247.663],[4586,0,187.722]]],[[14373,7971.12,0],0,true,[[3856,0,1.78185],[4497,0,9.37458],[1367,0,14.8455]]],[[3217.79,5728.69,0],0,true,[[5392,0,3.29357],[2159,0,3.68902],[1790,1,5.9495]]],[[14694.4,11926.6,0],0,true,[[3790,0,16.3686],[1965,0,30.2759],[431,0,117.688]]],[[19618,4374.54,0],0,true,[[62,0,26.4684],[1137,0,27.4207],[3674,0,155.563]]], +[[8490.3,13277.3,0],0,false,[[3241,0,216.135],[5312,0,265.469]]],[[10864.2,12810.6,0],0,true,[[1298,1,60.6378],[45,1,25.4169],[2419,1,5.80135]]],[[12113.5,17576.8,0],0,true,[[5049,0,23.5643],[5520,0,154.191],[2395,0,20.1805],[4113,0,16.8516],[3498,0,15.5401]]],[[6744.4,15127.4,0],0,false,[[2681,0,290.977],[957,0,182.25]]],[[10266.1,9705.64,0],0,false,[[4138,0,195.781],[1858,0,185.88]]], +[[18577.7,14222.2,0],0,false,[[2030,1,157.852],[514,1,346.837]]],[[19478.8,12783.5,0],0,true,[[4865,1,319.295],[3337,1,35.0999],[1750,1,17.6227],[2142,1,16.2407],[5415,1,14.6319],[1557,1,12.9249],[3359,1,12.5549],[1902,1,15.0479],[5203,1,17.0922]]],[[4014.13,13280,0],0,false,[[2460,2,6.19172],[5227,0,95.9032]]],[[3865.78,7931.92,0],0,false,[[2576,0,346.216]]],[[5591.41,14173.6,0],0,false,[[5604,1,2.42885],[4527,0,70.783]]], +[[13384.1,13640.3,0],0,false,[[3886,0,185.831],[39,0,11.2065]]],[[20472.6,7398.66,0],0,false,[[4228,1,349.093]]],[[5946.98,8899.68,0],0,true,[[865,0,9.88597],[4905,0,302.022],[5637,0,9.37091]]],[[10129.5,6709.56,0],0,false,[[3447,0,57.7366],[1827,0,115.717]]],[[8018.35,13913,0],0,false,[[1348,1,361.961],[2367,1,290.041]]], +[[5633.55,12551.7,0],0,false,[[5241,0,343.714],[4003,0,228.995]]],[[17805.1,12167.8,0],0,false,[[1004,0,128.749],[1778,0,14.7756]]],[[12222.4,16344.8,0],0,false,[[3590,0,277.663],[350,0,147.932]]],[[4794.27,827.164,0],0,false,[[958,0,147.398],[1613,0,125.415]]],[[11379.7,17646.4,0],0,true,[[1958,0,189.323],[5602,0,310.218],[5541,0,94.6728]]], +[[8431.05,11081.7,0],0,false,[[133,0,49.4075],[5611,0,155.274]]],[[17277.4,15687.6,0],0,false,[[5339,0,392.347]]],[[14942.4,15229.2,0],0,false,[[4934,0,9.04622],[678,1,9.60985]]],[[5602.21,6354.75,0],0,true,[[3248,0,6.53882],[2853,0,49.134],[5586,1,4.30066]]],[[13628.6,12721.3,3.29481],0,false,[[3877,0,25.4553],[4757,0,26.7916]]], +[[7545.99,19301.1,0],0,true,[[3226,1,15.1467],[1663,1,213.571],[3470,1,3.84005],[3081,1,11.4578]]],[[16242.3,7114.09,0],0,true,[[2183,1,26.3531],[1896,1,123.312],[4292,1,9.28401]]],[[6422.26,1708.67,0],0,true,[[487,1,19.2673],[4950,1,15.4749],[1554,1,4.15634],[2275,1,4.19349],[5052,1,22.7951]]],[[13026.1,11791.1,0],0,true,[[4616,0,372.601],[2464,0,11.6587],[3264,0,14.0865]]],[[14526.4,8738.51,0],0,true,[[5533,0,2.21209],[1867,0,318.636],[5219,1,17.5625]]], +[[623.661,2976.93,0],0,false,[[4584,0,24.8795],[4921,1,11.6459]]],[[10774.6,12827.3,0],0,false,[[5509,0,14.9735],[2025,0,41.1785]]],[[19597.7,5827.96,0],0,false,[[2084,0,266.302]]],[[10555.6,14153.9,0],0,true,[[1873,0,1.96738],[905,0,8.3477],[641,0,2.54992]]],[[16282.1,16599.6,0],0,true,[[4046,0,4.44293],[328,0,362.143],[3345,1,6.61298]]], +[[12488,8199.55,0],0,false,[[464,0,18.3946]]],[[18816,14939.8,0],0,true,[[4355,1,24.3977],[5491,1,23.3314],[4589,1,11.9654],[3215,1,9.02103],[2829,1,7.19193],[3731,1,5.14334],[1462,1,6.7061],[1185,1,10.0286]]],[[19748.5,8909.41,0],0,true,[[1752,0,2.50023],[187,0,2.05777],[742,1,10.0827]]],[[12448.9,9551.25,0],0,true,[[5465,0,4.23703],[3879,0,3.46888],[1233,1,11.523],[3795,1,12.5676]]],[[2765.38,14515.8,0],0,true,[[4457,0,83.1848],[5711,0,289.462],[4498,0,285.535]]], +[[19462.2,19654.4,0],0,false,[[803,0,33.8717],[3499,0,317.134]]],[[8331.55,17863.6,0],0,true,[[1977,0,223.423],[2794,0,11.5999],[5021,0,7.76962]]],[[12616.6,4431.28,0],0,false,[[5031,0,220.205],[5671,0,64.2425]]],[[5273.05,14204.8,0],0,false,[[3257,1,234.602],[5636,1,17.1315]]],[[16689.9,14117,0],0,false,[[1023,1,314.942],[4839,1,278.41]]], +[[3940.25,16303.8,0],0,false,[[550,2,84.9789],[1158,2,178.522]]],[[15729.3,9239.85,0],0,true,[[1843,1,9.55277],[3319,1,12.1526],[3913,1,2.39135],[2451,1,3.41227],[3490,1,8.32758]]],[[8851.21,14702.2,0],0,true,[[3260,1,279.877],[3044,1,10.3917],[2537,1,12.6371]]],[[18639.5,19664.1,0],0,false,[[2474,0,193.095],[3047,0,353.601]]],[[1659.66,13743,0],0,false,[[5629,0,147.578],[2351,1,11.8075]]], +[[20336.6,3663.23,0],0,false,[[583,0,262.636],[981,0,269.703]]],[[2283.42,15765.4,0],0,true,[[3136,1,88.8937],[2081,1,136.544],[713,1,7.57585]]],[[16746.6,17814,0],0,true,[[1967,0,2.79053],[1870,0,3.14896],[3173,1,10.8307],[490,1,12.802]]],[[15018.4,6259.02,0],0,true,[[1801,1,323.916],[542,1,9.60732],[1117,1,6.23786]]],[[451.984,2778.34,0],0,false,[[5061,1,270.673],[3393,1,181.832]]], +[[13429.5,7993.4,0],0,true,[[4657,0,11.367],[1497,0,68.6856],[5554,0,15.0623],[1239,0,11.1368]]],[[6486.7,10868,0],0,true,[[2352,0,18.2347],[3469,1,24.6499],[2396,0,7.12956],[4754,0,1.81111],[3415,0,15.1498]]],[[3143.53,12508.2,0],0,false,[[2168,0,127.871],[4248,0,390.775]]],[[11503.6,15063.3,0],0,false,[[4500,0,116.081],[4047,0,30.5272]]],[[6740.32,14804.1,0],0,false,[[4056,1,378.795],[4055,1,176.653]]], +[[4622.32,12856.5,0],0,true,[[2604,0,1.70053],[4679,0,2.52501],[553,2,10.8606]]],[[18588.8,11578.1,0],0,false,[[2954,0,208.058],[481,0,334.702]]],[[7411.34,7736.99,0],0,false,[[835,2,377.39],[280,2,19.5822]]],[[9682.45,720.74,0],0,true,[[1593,1,22.6255],[983,2,17.4831],[2059,2,13.346]]],[[20234.2,6308.01,0],0,false,[[2518,0,177.251],[5189,0,198.398]]], +[[18839.9,7854.45,0],0,true,[[3492,0,19.9611],[4605,0,26.0904],[173,0,9.0177],[3222,0,5.14627],[1572,0,2.25012],[4076,0,5.71072]]],[[19855.2,14633.7,0],0,false,[[2985,0,244.784],[4415,0,387.187]]],[[18773,1159.15,0],0,false,[[2438,0,297.935],[520,0,123.944]]],[[2559.47,20094.9,0],0,true,[[2871,0,334.131],[500,0,4.25871],[2926,1,6.67929]]],[[4267.98,15226.2,0],0,false,[[1212,0,152.428],[3730,0,382.232]]], +[[13917.9,4476.57,0],0,false,[[5182,1,6.56924],[161,0,98.1824]]],[[6636.68,15394.5,0],0,false,[[4874,0,170.234],[2613,0,290.977]]],[[13273.9,18635.5,0],0,false,[[1446,0,161.602]]],[[17690.5,16812.8,0],0,true,[[1336,0,2.24881],[233,0,299.323],[4467,0,10.4523]]],[[3842.74,14933.9,0],0,false,[[914,2,18.6996],[4533,2,65.2645]]], +[[9329.5,5096.43,0],0,false,[[2519,0,346.122],[382,0,294.435]]],[[12583.2,17291.2,0],0,false,[[5520,0,396.987],[2540,0,151.828]]],[[14837.9,16449.1,0],0,false,[[3486,0,159.236],[3813,0,359.923]]],[[5468.61,12401.8,0],0,false,[[5120,2,81.609],[3866,2,328.857]]],[[3094.78,12627.8,0],0,false,[[5471,0,43.1642],[3609,0,210.954]]], +[[5739.52,3817.04,0],0,false,[[2711,2,82.773],[2164,2,40.194]]],[[9919.71,7998.41,0],0,false,[[1681,0,302.532],[1071,0,391.467]]],[[7702.54,11778.8,0],0,false,[[5250,1,276.921],[4595,1,375.647]]],[[10328.1,12542.3,0],0,false,[[3406,1,190.569],[2314,1,23.106]]],[[17929.9,7685.64,0],0,false,[[1710,0,74.2435],[5011,0,74.0422]]], +[[17303.8,4113.12,0],0,true,[[1309,0,4.31059],[4704,0,4.21144],[1254,0,2.90795]]],[[11268,19774.8,0],0,true,[[621,0,6.20551],[4827,0,2.72656],[661,0,7.00527]]],[[5511.02,18580.9,0],0,true,[[2273,1,299.234],[3840,1,24.0823],[5676,1,11.145]]],[[7123.9,12601.7,0],0,false,[[4696,1,70.0329],[2887,1,339.999]]],[[13335.8,7892.35,0],0,false,[[2580,0,35.1318],[2959,0,98.5463]]], +[[15320,776.17,0],0,true,[[2603,1,22.5092],[654,1,55.0085],[5296,1,4.0475]]],[[4113.74,14688.9,0],0,true,[[1202,0,29.8891],[2893,0,230.806],[3770,0,30.401]]],[[15237.6,14440.3,0],0,false,[[3606,0,18.6495],[3253,0,32.0014]]],[[19894.8,8533.47,0],0,false,[[1932,0,168.495]]],[[8353.58,2639.46,0],0,false,[[2100,2,57.8883],[5702,2,20.6217]]], +[[2316.64,6595.26,0],0,false,[[3648,1,168.985],[1408,1,245.205]]],[[18599.1,17580.1,0],0,true,[[946,0,3.42997],[3983,0,4.15438],[1129,0,2.09969],[1804,1,4.54024]]],[[12659.1,8396.18,0],0,false,[[1251,0,30.8976],[5566,0,88.2729]]],[[2551.91,20096.1,0],0,true,[[500,0,3.43225],[4271,0,3.20164],[2976,1,4.18011]]],[[10453.1,18798.9,0],0,false,[[2348,0,245.632],[3501,0,384.516]]], +[[12614.6,6260.39,0],0,false,[[4480,0,173.441],[2195,0,87.847]]],[[5807.44,3769.73,0],0,false,[[55,2,383.162],[2690,2,82.773]]],[[10345.7,6884.84,0],0,false,[[2553,0,69.2648],[4852,0,15.1122]]],[[7824.38,15715,0],0,true,[[3132,1,229.221],[1194,1,27.7913],[1900,1,2.75743],[998,1,13.1774],[3297,1,6.13263]]],[[8944.12,5734.16,0],0,false,[[5177,1,93.1232],[2214,1,7.38304]]], +[[10181.6,5827.35,0],0,false,[[4590,0,249.752],[829,0,141.069]]],[[13050.4,19554.8,0],0,false,[[2861,0,172.757],[4786,0,224.488]]],[[6200.24,18180.9,0],0,false,[[2998,1,193.815],[2590,1,362.137]]],[[5015.37,14510.6,0],0,false,[[1769,0,394.164],[197,0,270.773]]],[[10639.9,11495.8,0],0,false,[[3900,0,71.7432],[5179,0,26.6088]]], +[[11938,7912.26,0],0,false,[[3439,0,55.4001],[807,0,47.0094]]],[[17007.5,4944.44,0],0,true,[[238,0,26.6771],[1834,0,128.457],[92,0,24.8912]]],[[7399.53,7758.73,0],0,true,[[1095,0,3.64006],[4304,0,3.66144],[280,2,6.24989]]],[[11589.3,14545.9,0],0,false,[[2447,0,245.557],[3118,0,110.017]]],[[2778.1,12885.2,0],0,false,[[255,1,148.704],[1660,1,392.536]]], +[[9356.11,16511.5,0],0,false,[[4023,0,185.666],[3570,0,131.229]]],[[19188.5,3414.53,0],0,true,[[34,0,247.214],[2940,0,18.9553],[3622,0,3.09249],[3960,0,1.00245]]],[[9953.9,5207.78,0],0,false,[[201,0,326.451],[1753,0,376.09]]],[[17802,13996.7,0],0,true,[[4280,0,3.93598],[5162,0,4.74854],[5151,1,9.53388]]],[[12190.8,10634.8,0],0,false,[[2165,0,18.688],[1745,0,12.5115]]], +[[12159.3,10690.8,0],0,false,[[2136,0,228.093],[3510,0,49.1945]]],[[20033.2,3264.41,0],0,true,[[297,0,3.23477],[1544,0,100.004],[5523,0,6.00833]]],[[11075.6,17988.7,0],0,true,[[2293,0,329.149],[3632,0,12.0845],[2115,0,54.4305]]],[[13513,16384.6,0],0,false,[[5659,0,6.46715],[1715,0,6.46715]]],[[17547.4,2038.8,0.00012207],0,false,[[3418,0,8.43323],[5599,0,8.43323]]], +[[6933.34,10598.2,0],0,false,[[158,2,341.837],[3882,2,84.84]]],[[9709.44,8747.99,0],0,false,[[4407,1,359.944],[2430,1,268.018]]],[[12557.6,4598.77,0],0,true,[[2827,0,212.321],[1740,0,24.2424],[3277,0,22.214]]],[[10762.8,11369.8,0],0,true,[[3220,0,5.21167],[4099,0,11.029],[3060,0,10.0163]]],[[11070.8,17737.4,0],0,false,[[3632,0,239.525],[147,0,98.6809]]], +[[14521.6,12145.7,0],0,true,[[3749,1,401.399],[3820,1,340.943],[2563,1,3.27559]]],[[10559,16995.6,0],0,false,[[1357,0,86.3433],[4390,0,35.1701]]],[[17766.1,13999.2,0],0,false,[[620,1,18.6251],[3699,1,325.399]]],[[10221.4,5592.03,0],0,false,[[566,0,51.5837]]],[[5821.62,13927.4,0],0,true,[[81,0,397.262],[4993,0,13.7208],[916,0,17.6398]]], +[[9578.62,17719,0],0,true,[[4189,1,14.2945],[398,1,2.65552],[4346,1,10.2979],[2435,1,3.72206]]],[[2382.79,12193.4,0],0,false,[[1177,1,298.571],[2253,1,364.207]]],[[8950,5731.08,0],0,true,[[3701,0,100.876],[470,0,12.7444],[2214,1,6.66592]]],[[14726.1,4368.48,0],0,false,[[1657,0,296.111],[2308,0,322.055]]],[[16984.4,17922.8,0],0,false,[[4012,0,5.2197],[2033,0,100.769]]], +[[11577.9,16679.1,0],0,false,[[4933,0,119.069],[4517,0,401.142]]],[[9744.14,5726.84,0],0,false,[[3243,0,121.26],[1027,0,36.8433]]],[[12098.4,5416.67,0],0,false,[[4116,0,155.746],[1054,0,38.7138]]],[[3095.87,6429.78,0],0,true,[[4495,0,3.09709],[3001,0,195.733],[4501,1,14.6204]]],[[14042.9,10974.7,0],0,false,[[1384,1,380.581],[940,1,392.73]]], +[[1106.48,6796.84,0],0,false,[[4158,1,229.821],[2953,1,358.195]]],[[14588.9,18698.2,0],0,false,[[3180,0,289.384],[1193,0,138.579]]],[[3783.4,6933.95,0],0,true,[[4213,0,11.6453],[402,0,2.29288],[2835,0,2.97507],[2875,0,15.2753]]],[[16623.7,11518.9,0],0,false,[[3014,0,390.773],[2463,0,301.062]]],[[8086.82,16844.7,0],0,false,[[860,0,23.2772],[3169,1,6.51467]]], +[[10756.5,12852,0],0,true,[[184,0,67.1021],[3464,0,16.623],[5509,0,15.7431]]],[[6411.13,593.624,0],0,true,[[368,1,49.0767],[4721,1,43.8968],[3351,1,43.5914]]],[[19694.4,8044.45,0],0,false,[[1678,0,37.3347],[4339,0,138.662]]],[[9722.85,4006.49,0],0,true,[[1169,0,4.06326],[4478,0,0.119379],[5466,0,4.73486],[3975,0,3.98552]]],[[12209.8,5519.01,0],0,false,[[94,0,17.3613],[1854,0,340.026]]], +[[2793.94,12225.4,0],0,false,[[102,0,379.268],[1647,0,359.529]]],[[17252.2,17710,0],0,false,[[2423,0,158.402]]],[[15623,3289.04,0],0,true,[[5118,1,11.558],[4969,0,16.4026],[2075,1,6.61257]]],[[10020.8,445.004,0],0,false,[[114,1,24.3579],[5527,1,26.6671]]],[[2266.7,2383.17,0],0,false,[[1560,1,28.1198],[2240,1,298.202]]], +[[15845.1,8802.12,0],0,false,[[2856,1,374.018],[5445,1,25.9002]]],[[19657.1,8463.05,0],0,false,[[1322,1,9.01552],[4723,1,203.055]]],[[5154.25,6484.3,0],0,false,[[3901,0,30.9179],[3023,0,114.504]]],[[2744.8,19420.2,0],0,true,[[1472,0,15.3936],[2570,0,10.4027],[3010,0,7.37401],[471,0,7.10605]]],[[14640.7,19121.1,0],0,true,[[735,0,4.44255],[1382,0,2.65127],[2880,0,10.1642]]], +[[16398.9,2329.3,0],0,true,[[3210,0,15.3345],[2299,0,216.378],[4895,0,15.7532]]],[[460.074,3004.06,0],0,false,[[4982,0,20.5296],[2993,0,66.4786]]],[[13920.4,4463.77,0],0,false,[[5182,1,12.9139],[1072,1,30.5916]]],[[13629.2,12288.1,0],0,true,[[2000,0,87.2936],[5594,0,251.191],[2001,0,348.332]]],[[13845,4737.58,0],0,true,[[3723,1,87.9883],[3577,1,29.388],[5400,1,15.305]]], +[[8614.53,20129.3,0],0,false,[[5144,0,232.809],[2230,0,329.029]]],[[3170.17,12759.9,0],0,true,[[2418,1,22.3696],[4192,1,27.2672],[616,1,11.0099]]],[[15480.2,10293.9,0],0,false,[[4832,0,303.292]]],[[10001.8,1247.82,0],0,false,[[4795,0,256.984],[4875,0,347.141]]],[[10449.4,7777.8,0],0,false,[[310,0,64.0648],[4884,0,90.4412]]], +[[12904.3,1677.93,0],0,false,[[142,0,20.9947],[2404,0,206.616]]],[[10063.3,14028.2,0],0,false,[[1161,0,276.547],[4494,0,178.778]]],[[7281.91,17295,0],0,false,[[169,0,92.1574],[1056,0,125.502]]],[[4087.07,19777.9,0],0,false,[[4145,1,390.956],[1144,1,356.453]]],[[16271.5,10286.1,0],0,false,[[4745,0,319.618],[2933,0,342.306]]], +[[2594.61,6212.26,0],0,false,[[4826,0,279.922]]],[[13862.7,10399.7,0],0,true,[[3915,0,3.89552],[1365,0,383.393],[219,1,14.7195]]],[[19324.4,18664.2,0],0,true,[[2003,0,4.38164],[4462,0,360.691],[3331,0,6.76206]]],[[17667.5,12219.1,0],0,true,[[3878,0,2.29699],[5562,0,2.22956],[5686,0,2.11611],[1840,0,2.27905],[1514,0,3.9864]]],[[8337.68,17873.5,0],0,true,[[2651,0,11.5999],[5067,0,6.3171],[5021,0,6.49787]]], +[[9227.94,180.277,0],0,false,[[4106,2,142.216],[595,2,332.796]]],[[669.624,19823.4,0],0,false,[[5272,1,296.509],[4416,1,25.0084]]],[[17166.8,5148.89,0],0,true,[[924,0,84.6603],[1920,0,25.5625],[5439,0,53.0106]]],[[16273,16604.2,0],0,true,[[4753,0,46.1962],[3644,0,2.9371],[675,1,11.9909]]],[[20359,19825.4,0],0,false,[[1223,0,139.579]]], +[[2253.85,15975.8,0],0,true,[[385,0,18.119],[4251,0,6.90483],[106,1,5.40384]]],[[10341.8,2578.83,0],0,true,[[4619,0,4.92361],[1143,0,7.46404],[1711,0,2.89353]]],[[13261.6,7824.72,0],0,true,[[2536,1,208.09],[242,1,33.5383],[4035,1,15.753],[3602,1,17.2165],[2959,1,8.60446]]],[[5720.16,3847.27,0],0,false,[[341,1,28.4371],[5449,1,25.594]]],[[8783.54,13900,0],0,false,[[3053,0,87.2857],[720,0,327.804]]], +[[314.479,3352.4,0],0,false,[[2311,0,300.566],[1815,0,386.464]]],[[13123,17988.3,0],0,false,[[4347,0,210.242],[1732,0,177.531]]],[[18964.3,14011.5,0],0,false,[[3396,1,379.435],[2288,1,226.226]]],[[9667.35,13903.2,0],0,true,[[5271,1,272.967],[3362,1,32.543],[2013,1,17.4569]]],[[3078.58,4957.91,0],0,false,[[4631,2,71.5727],[2513,2,157.333]]], +[[17730,12034,0],0,false,[[3711,0,3.087],[2091,0,3.68273]]],[[19079.6,3729.45,0],0,true,[[2877,0,2.28108],[3767,0,15.6561],[4221,0,8.90991]]],[[14633,19875,0],0,true,[[4154,0,30.219],[3848,0,280.041],[4487,0,1.58379],[4779,0,4.25446],[3229,0,10.0898],[4036,0,19.6676]]],[[10453,51.7157,0],0,false,[[4311,2,36.1355],[4842,2,99.6474]]],[[8376.59,7068.33,0],0,false,[[4038,0,382.848],[5258,0,178.403]]], +[[3822.9,15080.3,0],0,false,[[2457,0,68.4376],[3,0,41.8347]]],[[4670.32,18975.3,0],0,false,[[4663,1,7.46137],[4825,0,55.3792]]],[[13145.9,8168.64,0],0,true,[[612,1,114.627],[1115,1,31.2078],[4781,1,3.05443],[4442,1,15.958]]],[[1461.56,19402.6,0],0,false,[[3661,0,278.829],[3564,0,199.389]]],[[17936.7,12081.4,0],0,false,[[5155,0,143.064],[3672,0,138.4]]], +[[11821.5,11708.5,0],0,false,[[3832,0,163.601],[3667,0,74.721]]],[[1130.85,8402.98,0],0,true,[[3858,1,12.2764],[3562,0,4.17141],[394,1,15.0548]]],[[18893.7,16994.6,0],0,true,[[4316,0,2.15851],[2180,0,4.13053],[171,0,7.79768]]],[[10345.3,7604.69,0],0,true,[[708,1,79.0379],[5672,1,24.329],[3329,1,7.69023],[4282,1,8.67585]]],[[19345,14274.4,0],0,false,[[3737,0,12.6252],[4420,0,70.4808]]], +[[12716.5,19790.6,0],0,true,[[5228,0,2.98227],[5668,0,4.41647],[286,0,7.77328]]],[[10374.1,11452.9,0],0,false,[[2200,0,145.104],[2010,0,61.1479]]],[[12426.7,4765.85,0],0,false,[[4034,0,81.5384],[2737,0,212.321]]],[[1848.84,1253.63,0],0,true,[[580,1,25.0028],[4901,1,282.602],[4641,1,13.481]]],[[18820.2,14934,0],0,true,[[3215,0,3.25142],[3043,0,101.175],[4589,0,6.52994],[2646,1,7.19193]]], +[[13837.8,4241.55,0],0,true,[[4244,0,108.588],[2529,0,31.4168],[5492,0,37.6319]]],[[3211.58,6420.97,0],0,true,[[3754,1,236.7],[5284,1,5.97696],[1672,1,9.98939]]],[[11352.4,17882,0],0,true,[[5030,0,13.6642],[5092,0,2.39622],[63,0,2.92292],[598,0,12.3311]]],[[3237.03,5757.85,0],0,false,[[5014,0,107.327],[5392,0,31.9342]]],[[9630.31,5339.95,0],0,false,[[382,0,163.846],[3243,0,282.251]]], +[[3782.72,6931.06,0],0,true,[[2757,0,2.97507],[2875,0,12.3168],[4213,0,14.59]]],[[15830,14241.6,0],0,false,[[4127,1,7.19845],[409,0,149.655]]],[[11271.2,4944.04,0],0,false,[[4803,0,261.046],[160,0,391.447]]],[[17790.4,19477.5,0],0,true,[[4992,1,192.889],[5441,1,27.5584],[451,1,15.2349]]],[[2834.12,17423.6,0],0,false,[[5502,0,161.968],[3578,0,308.859]]], +[[12674.8,15856,0],0,false,[[5426,0,348.122],[3590,0,393.504]]],[[3912.02,10258,0],0,false,[[2587,0,113.47],[4655,0,223.737]]],[[17175.5,18082.6,0],0,true,[[4361,0,99.7714],[1783,1,7.57439],[1002,1,13.7891]]],[[12664.5,9337.48,0],0,true,[[1233,1,294.3],[2096,1,31.2186],[4429,1,6.06922]]],[[20195.6,5430.39,0],0,false,[[4678,0,353.347],[342,0,308.827]]], +[[7967.93,3819.17,0],0,true,[[4823,0,2.53905],[1655,0,2.85631],[5650,2,3.66168]]],[[6379.05,548.995,0],0,false,[[4966,1,10.3207],[4577,0,54.9868]]],[[7360.2,15173.7,0],0,false,[[1919,1,366.81],[2523,1,291.512]]],[[8463.03,11007.4,0],0,false,[[4222,0,15.1286],[1307,0,22.811]]],[[1617.61,18.3018,0],0,false,[[390,0,336.82]]], +[[10902.6,17607,0],0,false,[[3638,0,60.9977],[403,0,27.857]]],[[5218.97,19632,0],0,true,[[953,0,2.23308],[4119,0,3.49562],[1800,0,4.79764],[2389,2,5.6554]]],[[13658.3,15140.8,0],0,false,[[1439,0,152.29],[5126,0,114.204]]],[[5614.56,6402.29,0],0,false,[[2633,0,49.134],[4912,0,312.206]]],[[12221.1,1282.83,0],0,true,[[3392,0,313.078],[719,0,1.51343],[669,0,3.24429]]], +[[1884.11,13914.5,0],0,false,[[4892,1,7.75609],[3474,0,3.99258]]],[[15902.4,8435.16,0],0,false,[[4246,1,392.509],[2770,1,374.018]]],[[7003.55,834.112,0],0,false,[[117,1,4.00788],[3161,0,1.85851]]],[[4533.65,14654.8,0],0,true,[[964,0,93.3794],[1202,0,391.482],[2445,0,296.854]]],[[14305.1,19417.9,0],0,false,[[1383,0,44.8253],[4699,0,124.717]]], +[[9467.57,8523.89,0],0,true,[[3441,0,9.19076],[1545,0,3.06458],[4818,0,12.1518]]],[[13222.4,19545.3,0],0,false,[[3496,0,110.985],[2716,0,172.757]]],[[15707.4,18646.3,0],0,true,[[832,0,3.3992],[2222,0,4.43213],[373,0,6.6077]]],[[3280.79,7253.41,0],0,true,[[2035,1,21.315],[1738,1,23.8941],[5697,1,5.65567],[3054,1,5.80002],[5480,1,4.19597]]],[[3859.49,2559.49,0],0,false,[[1304,0,242.656],[1962,0,243.444]]], +[[16581.3,7169.1,0],0,false,[[3538,0,18.8293]]],[[2981.36,1443.2,0],0,false,[[3159,1,25.9986],[622,1,141.381]]],[[1672.84,2720.32,0],0,false,[[3086,1,158.06],[5402,1,274.346]]],[[11979.9,6093.13,0],0,true,[[5313,0,185.739],[2276,0,20.2074],[1791,0,5.20787],[237,0,6.40921],[3098,0,8.15548]]],[[12600.4,8180.43,0],0,true,[[5185,1,20.2691],[3211,1,24.1315],[5080,1,7.42688]]], +[[12763.2,8224.19,0],0,false,[[4385,0,40.4427],[1058,1,14.0318]]],[[2663,19778.4,0],0,false,[[5608,0,130.486],[2678,0,334.131]]],[[12974.2,8573.72,0],0,true,[[3198,0,84.3489],[2319,1,11.0176],[1113,1,11.4971]]],[[11232.6,3972.38,0],0,false,[[3583,0,127.826],[5579,0,92.5018]]],[[11828.3,7865.34,0.00012207],0,false,[[2292,0,10.7258],[3129,0,10.7258]]], +[[3781.21,6918.83,8.33787],0,true,[[2757,0,15.2753],[974,0,136.56],[2835,0,12.3168]]],[[5727,6834.56,0],0,true,[[770,0,9.0118],[3673,0,366.951],[1083,0,6.31723]]],[[19079.3,3731.72,0],0,true,[[4674,0,2.54802],[2811,0,2.28108],[4221,0,6.65961]]],[[9814.2,629.075,0],0,false,[[2286,1,10.2456],[4082,1,92.3814]]],[[19948.7,4773.77,0],0,false,[[74,0,72.1062],[3760,0,19.7334]]], +[[14631.8,19126,0],0,true,[[5256,0,27.5474],[877,0,272.891],[1382,0,12.8065],[735,0,14.541],[4128,0,16.8513],[2774,0,10.1642]]],[[4219.23,10278,0],0,true,[[2231,0,25.4017],[962,0,22.9298],[2328,0,11.7832],[875,0,7.33538],[4989,0,3.40957]]],[[9615.02,3311,0],0,false,[[1584,0,282.427],[1186,0,187.041]]],[[9938.26,628.399,0],0,true,[[4596,1,10.8651],[4697,1,2.5917],[5416,1,16.0437]]],[[4833.47,18797.3,0],0,true,[[1183,2,266.931],[1460,2,4.28582],[2406,2,5.50667]]], +[[18151,17106.8,0],0,true,[[4769,1,28.2617],[759,1,149.791],[4725,1,17.3288],[4247,1,15.3588],[2582,1,13.7733],[2237,1,12.2158],[2167,1,10.1437]]],[[14523.7,18075.2,0],0,true,[[1760,0,349.348],[1199,0,25.2105],[5372,0,14.6695],[3410,0,11.018]]],[[7143.73,12941,0],0,true,[[2698,1,339.999],[1473,1,32.4335],[5114,1,9.1731],[5498,1,24.5391]]],[[10616.5,17038.2,0],0,false,[[1713,0,18.3619],[1032,0,12.2991],[1505,0,13.9863]]],[[486.456,3079.35,0],0,true,[[57,1,13.1193],[3165,1,19.0748],[3818,1,5.30569]]], +[[9238.29,16235.9,0],0,true,[[5485,1,9.24805],[664,0,117.09],[5653,1,16.0329]]],[[2001.52,15616.2,0],0,false,[[4,1,307.632],[3136,1,242.403]]],[[3388.46,6332.24,0],0,false,[[4238,0,6.4344],[611,1,9.71339]]],[[3884.08,14710.5,0],0,false,[[2701,0,230.806],[1425,2,8.87762]]],[[1170.84,1516.67,0],0,false,[[1222,1,353.602],[4548,1,104.739]]], +[[13665,4530.2,0],0,true,[[4171,0,227.959],[1721,0,16.5128],[4994,0,7.68017]]],[[19060.6,4364.88,0],0,false,[[3233,0,392.336],[3585,0,325.556]]],[[4206.7,10280,0],0,false,[[4989,0,13.737],[709,0,19.7632]]],[[14925.7,5846.58,0],0,false,[[1839,0,79.7697],[2566,0,287.127]]],[[6466.56,10878.1,0],0,false,[[2321,0,37.692],[2396,0,15.7103]]], +[[6219.05,16673,0],0,true,[[266,1,377.248],[1972,1,32.1629],[4603,1,10.9791]]],[[4317.83,7390.7,0],0,false,[[554,0,323.729],[1612,0,205.975]]],[[13294.2,13243.3,0],0,true,[[56,0,106.544],[44,0,102.222],[3201,0,116.814]]],[[15067,6228.94,0],0,false,[[2338,0,40.3735],[2098,0,378.897]]],[[7922.62,18059.9,0],0,false,[[3374,0,353.595],[2524,0,362.774]]], +[[13136.8,14002.4,0],0,false,[[4557,0,308.423],[2391,0,300.943]]],[[8279.05,12810.8,0],0,true,[[2181,0,126.401],[4170,0,327.811],[3241,0,302.198]]],[[14652.2,12901.5,0],0,false,[[1976,1,204.241],[3749,1,368.249]]],[[16630.7,9998.6,0],0,false,[[4544,1,28.6123],[3405,1,240.691]]],[[13251.7,8841.48,0],0,true,[[4639,0,31.6799],[4536,0,32.6347],[3279,0,32.1511]]], +[[10418.8,7441.21,0],0,false,[[3274,0,26.1577],[2969,0,147.581]]],[[11973.6,8243.63,0],0,false,[[172,0,322.774],[4948,0,352.139]]],[[7412.46,8306.25,0],0,false,[[4026,0,2.27462],[5386,2,2.79096]]],[[303.114,8620.62,0],0,true,[[4476,1,25.9049],[911,1,213.156],[87,1,15.4352]]],[[12838,8309.12,0],0,true,[[2224,1,24.9442],[1058,1,101.262],[3134,1,3.97712],[3522,1,4.68024]]], +[[18143.6,17075.2,0],0,false,[[4769,1,4.33107],[207,0,3.58962]]],[[2429.16,15804.6,0],0,false,[[491,0,158.856],[4601,1,12.2368]]],[[8830.53,2222.41,0],0,false,[[2500,0,57.6176],[5212,0,330.784]]],[[12121.6,10011.2,0],0,true,[[4509,0,90.8299],[1687,0,3.49673],[3120,1,5.67281]]],[[2866.24,12705.9,0],0,true,[[4084,0,7.46449],[5506,0,3.42752],[2318,1,11.0165]]], +[[14224,8705.2,0],0,false,[[366,1,296.296],[4741,1,385.05]]],[[12537.9,6377.71,0],0,false,[[2195,0,52.8601],[3763,0,83.4418]]],[[19325.4,14269.3,0],0,true,[[2414,0,24.1664],[1884,0,25.834],[5128,0,3.14922],[3737,0,7.75638]]],[[1108.3,17879.4,0],0,true,[[4071,0,2.16599],[547,0,8.11856],[2453,0,4.70716],[3087,0,13.8931]]],[[1690.28,13996.7,0],0,true,[[5446,1,96.7383],[108,1,207.338],[4892,1,202.899]]], +[[10876.7,4613.7,0],0,false,[[2557,0,262.585],[5571,0,313.945]]],[[2562.67,20100.7,0],0,true,[[2976,1,15.6183],[5551,1,291.128],[2678,1,6.67929],[500,1,8.76887]]],[[3728.52,15222.7,0],0,true,[[5103,1,11.2561],[3071,0,45.5873],[2994,1,8.50321]]],[[19186.1,16785.2,0],0,false,[[171,0,352.055],[367,0,369.152]]],[[15809,2708.07,0],0,false,[[1748,0,258.912],[2385,0,322.126]]], +[[2816.79,13600.4,0],0,false,[[1995,1,357.198],[5700,1,264.178]]],[[10557.8,20159.3,0],0,false,[[4108,0,17.441],[4997,0,362.989]]],[[15216.5,5665.94,0],0,false,[[1540,0,51.7081],[3225,0,225.62]]],[[16247.1,9944.7,0],0,false,[[2789,0,342.306],[2477,0,229.196]]],[[10163.2,8171.66,0],0,true,[[4493,1,29.2033],[4144,1,27.1061],[938,1,13.9915],[838,1,10.1114]]], +[[10665.3,11259.7,0],0,false,[[4099,0,136.167],[3076,0,27.0288]]],[[3667.99,769.903,0],0,false,[[4332,0,366.901],[4231,0,315.113]]],[[19666.4,7558.95,0],0,false,[[4339,0,351.48],[1891,0,294.871]]],[[3488.8,19197.1,0],0,false,[[5051,0,301.997],[4325,0,380.723]]],[[9829.25,18625.4,0],0,true,[[800,0,11.7517],[584,0,4.68483],[545,0,11.17]]], +[[19195.4,3396.89,0],0,false,[[2726,0,18.9553],[3239,0,304.735]]],[[15115.5,7243.53,0],0,false,[[291,0,364.863],[2160,0,213.787]]],[[4670.63,10678.1,0],0,true,[[3951,0,398.137],[1190,0,9.30513],[676,0,25.8422]]],[[10156.3,7260.17,0],0,false,[[4592,1,174.965],[103,1,253.081]]],[[16143.5,4163.86,0],0,false,[[3332,0,305.547],[3293,0,376.544]]], +[[18287.7,4538.31,0],0,false,[[2281,0,301.296],[3266,0,315.481]]],[[8204.44,6990.61,0],0,true,[[2374,0,3.19425],[903,0,6.05545],[5258,0,10.8547]]],[[13840.4,15187.2,0],0,false,[[5368,0,170.157],[1439,0,212.493]]],[[11009.1,15302,0],0,true,[[824,0,32.5277],[3316,0,129.558],[4848,0,7.77807]]],[[19546.4,11438.2,0],0,false,[[1785,1,21.0348],[2596,1,173.66]]], +[[10189.1,5475.18,0],0,false,[[5577,0,19.4998],[2176,0,154.74]]],[[7205.86,17238.8,0],0,true,[[4134,1,329.936],[3430,1,16.9598],[169,1,10.5595]]],[[11291,1091.07,0],0,false,[[193,1,378.905],[1102,1,172.256]]],[[1463.71,6774.07,0],0,false,[[2755,1,358.195],[1038,1,377.551]]],[[18773.8,11483.4,0],0,false,[[4085,0,242.602],[2671,0,208.058]]], +[[6831.69,10689.4,0],0,false,[[802,1,366.324],[1245,2,4.7094]]],[[1337.7,3427.87,0],0,false,[[3863,0,275.004],[5488,0,161.849]]],[[8280.18,11390.5,0],0,false,[[2982,0,145.995],[5611,0,188.464]]],[[8977.34,19694.9,0],0,false,[[4766,0,188.715],[1494,0,65.1129]]],[[13268.8,7820.08,0],0,true,[[2699,0,98.5463],[4035,0,9.83651],[2802,1,8.60446]]], +[[13136.2,8423.19,0],0,true,[[234,0,122.957],[871,1,18.3363],[461,1,5.17029],[430,1,6.9476]]],[[13467,8271.32,0],0,true,[[492,1,255.362],[1213,1,23.9487],[175,1,6.38609]]],[[12602.5,4541.47,0],0,false,[[226,0,24.2315],[1420,0,47.6334]]],[[18187.2,2745.34,0],0,false,[[1067,0,272.018],[5710,0,343.622]]],[[14938.2,7594.5,0],0,false,[[2160,0,230.455],[508,0,308.045]]], +[[7043.98,11281,0],0,false,[[4079,1,5.70288],[2061,0,183.784]]],[[11022.2,4353.88,0],0,false,[[2557,0,35.2324],[549,0,195.953]]],[[8435.64,9333.28,0],0,false,[[797,1,350.117],[5362,1,286.491]]],[[7425.5,6518.59,0],0,false,[[3665,0,134.003],[1565,0,399.621]]],[[10358.8,7320.56,0],0,false,[[2910,0,147.581],[1636,0,371.533]]], +[[10533.5,17177,0],0,false,[[950,0,69.5178],[3733,0,127.799]]],[[3909.22,13299.7,0],0,false,[[3687,0,28.6946],[1287,0,22.484]]],[[13887.2,4380.34,0],0,true,[[3982,0,12.625],[3656,0,79.8999],[4703,1,20.2947]]],[[4787.19,13703.7,0],0,false,[[698,1,344.601],[1529,1,155.155]]],[[12407.8,5969.29,0],0,false,[[870,0,203.32],[1727,0,187.312]]], +[[3427.35,12781.4,0],0,false,[[4506,0,93.5078]]],[[2547.73,20096.2,0],0,true,[[706,1,286.191],[2926,1,15.6183],[4271,1,1.20816],[500,1,7.61024],[2708,1,4.18011]]],[[19131,3917.43,0],0,true,[[5283,0,244.72],[2424,0,25.728],[4029,0,0.462335],[2586,0,3.0162]]],[[19535.2,11311,0],0,true,[[1644,0,83.4508],[2420,1,13.2574],[1468,1,9.59308]]],[[19206.4,2527,0],0,false,[[5612,0,321.561],[456,0,351.001]]], +[[8360.32,4595.2,0],0,false,[[2162,0,23.6787],[2246,0,116.761]]],[[14416.6,19470,0],0,false,[[5172,0,126.454],[348,0,103.214]]],[[8398.28,11458.1,0],0,false,[[2957,0,145.995],[1595,0,67.6705]]],[[4637.78,12777.7,0],0,false,[[5089,0,62.3958],[4388,0,255.235]]],[[14018.3,13077.3,0],0,false,[[4867,0,118.031],[3652,0,141.298]]], +[[19742.2,14418.9,0],0,false,[[4420,0,352.278],[2676,0,244.784]]],[[11458.5,9301.89,0],0,false,[[3927,0,228.409],[2139,0,262.557]]],[[9958.26,498.936,0],0,true,[[3493,1,23.0501],[5654,1,27.9098],[2372,2,20.0796],[1725,2,15.4315]]],[[13234.7,9099.69,0],0,false,[[3089,0,372.259],[2456,0,46.8839]]],[[17731.2,12023.8,0],0,true,[[4358,0,1.76768],[1679,0,0.653458],[3346,0,0.723228]]], +[[3876.09,14723.1,0],0,false,[[1425,2,21.2781],[914,2,196.55]]],[[11944.3,11672.9,0],0,false,[[2104,0,363.286],[1763,0,151.665]]],[[10125.2,18169.1,0],0,false,[[2577,0,343.659],[3991,0,169.85]]],[[409.498,2981.6,0],0,false,[[2776,0,66.4786],[3786,0,67.7293]]],[[3734.56,15228.7,0],0,true,[[5103,1,17.6866],[3550,1,157.747],[2927,1,8.50321]]], +[[10761.4,17234.2,0],0,false,[[4770,0,21.9002],[2199,0,89.2009]]],[[3113.38,6276.79,0],0,true,[[5478,0,3.41632],[967,0,3.26301],[2556,1,4.5794]]],[[15244.5,698.244,0],0,true,[[5296,0,105.517],[4492,0,158.359],[3352,0,100.247]]],[[6324.04,18049.9,0],0,true,[[861,1,23.3077],[2717,1,193.815],[704,1,5.53177]]],[[17373.9,17289.6,0],0,false,[[3802,0,169.305],[1625,0,337.938]]], +[[12725.5,17194.2,0],0,false,[[95,0,3.31318],[4460,0,2.58999]]],[[3103.93,6625.15,0],0,false,[[2753,0,195.733]]],[[18421.2,435.417,0],0,false,[[1136,1,9.82512],[939,1,45.8804]]],[[9601.84,2761.61,0],0,true,[[2343,0,4.51128],[413,0,10.8609],[3046,0,3.52809]]],[[9696.42,10979.6,0],0,false,[[3535,0,248.916],[1041,0,210.98]]], +[[17891.5,19671.9,0],0,true,[[5287,0,4.26638],[4370,0,45.723],[3774,1,7.02777]]],[[17809.1,13998.5,0],0,false,[[5151,1,2.27039],[4280,0,3.35166]]],[[15536.5,2773.21,0],0,false,[[3837,0,132.909],[5137,0,19.2022]]],[[17046,8593.54,0],0,false,[[3756,1,223.766],[5354,1,195.125]]],[[12578.1,4183.22,0],0,false,[[1739,0,26.391],[4971,0,196.981]]], +[[2748.37,19426.7,0],0,true,[[3675,0,5.03241],[636,0,3.32117],[2773,0,7.37401],[2570,0,3.75553]]],[[8367.59,2676.71,0],0,false,[[5702,2,19.8035],[4485,2,31.5133]]],[[15609.4,4933.69,0],0,false,[[1568,0,26.9589],[4502,0,213.037]]],[[4997.02,10920.2,0],0,true,[[3566,0,5.94161],[5625,0,1.45411],[1258,0,0.233385]]],[[16239,11583,0],0,false,[[5095,0,281.395],[2758,0,390.773]]], +[[3360.58,1479.79,0],0,false,[[5183,1,25.6961],[4482,1,181.336]]],[[17671.3,12218.5,0],0,true,[[1840,0,2.0364],[5616,0,2.58054],[1514,0,4.10445]]],[[17298.9,17468.8,0],0,false,[[1638,0,41.9925],[1028,0,114.766]]],[[3385.65,1072.99,0],0,false,[[1196,1,8.39023],[1915,1,26.93]]],[[16964.7,18067.2,0],0,true,[[1481,0,117.509],[4361,0,136.061],[5261,0,65.8524]]], +[[8622.49,10811.3,0],0,false,[[745,0,119.279],[1319,0,165.382]]],[[10341.2,2600.64,0],0,true,[[644,0,218.948],[3061,0,8.86154],[1074,0,8.52992]]],[[8469.04,19353.5,0],0,true,[[2599,0,20.8647],[4459,0,340.862],[397,0,8.03979],[1375,0,10.6071],[3270,0,13.4302]]],[[5257.63,6435.1,0],0,false,[[2772,0,114.504],[2559,0,238.128]]],[[5575.56,8283.39,0],0,false,[[3631,1,186.657],[3903,1,314.897]]], +[[13696.5,20473.5,0],0,false,[[3503,0,175.895]]],[[9870.79,462.239,0],0,true,[[999,1,13.1782],[1773,1,10.9497],[4687,1,9.92179]]],[[14824.7,9635.26,0],0,false,[[3890,0,267.871]]],[[3432.57,5445.18,0],0,false,[[4410,1,347.287],[5357,1,315.232]]],[[1093.2,17859.9,0],0,false,[[593,0,265.944],[2375,0,15.3121]]], +[[13269.9,13547.2,0],0,true,[[1393,0,3.66905],[4409,0,15.8936],[1035,0,7.44618]]],[[17301,11406.9,0],0,true,[[2427,1,27.0466],[1673,1,347.614],[1580,1,16.9779]]],[[5004.93,10914.8,0],0,true,[[2364,0,3.80785],[2304,0,1.39775],[426,0,2.50806],[3342,0,1.15915],[5391,0,7.00784]]],[[19802.5,8443.99,0],0,false,[[3231,0,82.3095],[3558,0,53.2557]]],[[18068.4,11985.2,0],0,false,[[579,0,1.78721],[5355,0,3.85596]]], +[[3458.28,18281.9,0],0,false,[[38,0,341.376],[5457,0,227.479]]],[[3814.17,3321.43,0],0,false,[[1675,0,22.7874],[5431,0,180.759]]],[[1277,666.725,0],0,true,[[4027,0,2.28719],[1148,0,2.19555],[4925,0,5.18883],[3155,0,2.83054]]],[[19578.1,14116.7,0],0,false,[[5334,0,67.6005]]],[[17661.3,12033,0],0,false,[[1135,0,45.2347],[1100,0,4.40309]]], +[[17762.9,4741.41,0],0,true,[[5188,0,25.5595],[2281,0,282.638],[874,0,4.9873]]],[[10317.7,2586.21,0],0,true,[[3306,0,12.0115],[3109,0,7.70376],[4178,0,4.52597],[3936,0,3.69292]]],[[19593.8,4784.84,0],0,true,[[3880,0,18.4353],[4984,0,133.576],[904,0,10.5432]]],[[18917.6,14916.7,0],0,false,[[2829,0,101.175],[5404,0,368.352]]],[[8843.24,14708.9,0],0,true,[[2657,1,10.3917],[4637,1,386.41],[2537,1,14.8521],[3625,1,16.9966]]], +[[1126.82,2563.75,0],0,false,[[846,0,265.862]]],[[9605.02,2763.15,0],0,true,[[1599,0,5.35033],[5340,0,12.5592],[2343,0,3.11743],[3003,0,3.52809]]],[[18993,19660,0],0,false,[[2658,0,353.601],[3771,0,379.642]]],[[13724.1,4679.77,0],0,true,[[5407,0,73.388],[2303,0,20.9785],[1556,1,22.4725]]],[[13468.5,12947.9,0],0,false,[[4132,0,75.8316],[2520,0,82.4008]]], +[[17663.2,12227.1,0],0,true,[[5247,0,3.46095],[336,0,2.10239],[1039,0,1.25545],[3166,0,3.45192],[5624,0,0.944513]]],[[13243.8,10001.2,0],0,false,[[1343,0,391.453],[4837,0,156.652]]],[[12364.4,6551.21,0],0,false,[[3628,0,58.023],[2226,0,358.528]]],[[8746.35,13821,0],0,false,[[5312,0,335.536],[2804,0,87.2857]]],[[3275.21,7254.99,0],0,true,[[1376,0,38.7575],[5480,0,3.48788],[2863,1,5.80002]]], +[[13236.1,8708.21,0],0,false,[[3572,1,16.1266],[4302,1,18.957]]],[[5194.87,20020.4,0],0,false,[[3626,2,359.601],[504,2,288.099]]],[[2008.64,684.125,0],0,true,[[4765,1,21.4534],[3910,1,358.377],[4709,1,7.90129],[329,1,7.29543]]],[[15528,490.266,0],0,false,[[334,1,112.948],[3655,1,30.9181]]],[[16093.9,19247.8,0],0,false,[[5583,0,347.577],[4730,0,106.132]]], +[[10772,11373.8,0],0,true,[[4377,0,22.492],[4099,0,20.2665],[854,0,13.6094],[2738,0,10.0163]]],[[10337.5,2592.6,0],0,true,[[3021,0,8.86154],[1074,0,0.499409],[3671,0,10.3185],[2126,0,2.4968]]],[[17727.8,3844.08,0],0,false,[[5003,0,335.572],[936,0,315.217]]],[[1627.89,17667.3,0],0,false,[[5343,0,337.608],[5462,0,104.613]]],[[18557,17594.9,0],0,true,[[3735,0,4.10146],[4868,0,3.28787],[5607,0,6.46575],[605,1,9.24816]]], +[[3833.11,16181.9,0],0,false,[[2442,2,376.62],[5633,2,27.1574]]],[[10658.8,269.066,0],0,false,[[2322,0,289.603],[2083,0,239.064]]],[[15776.7,17958.5,0],0,false,[[4285,0,355.534],[442,0,179.855]]],[[26.421,8080.64,0],0,false,[[1500,1,329.392],[1643,1,263.052]]],[[15237.4,93.8569,0],0,false,[[3918,0,167.185],[119,0,97.1153]]], +[[4762.82,7774.21,0],0,false,[[1612,0,383.066],[5367,0,157.807]]],[[3734.9,15177.6,0],0,true,[[2927,0,45.5873],[3255,0,32.3572],[3213,0,15.3761]]],[[13619.8,12473.7,0],0,false,[[626,0,80.951]]],[[18432.5,1102.61,0],0,false,[[1510,0,3.81771],[4953,0,5.58844]]],[[18460.9,17623.8,0],0,true,[[3705,1,30.5508],[4747,1,30.6447],[1674,1,4.50743],[3815,1,13.8434]]], +[[14316.6,15569.4,0],0,false,[[3491,0,241.617],[302,0,176.27]]],[[10644.7,11242.3,0],0,true,[[2935,0,27.0288],[4386,0,23.6807],[5456,0,27.0149],[3955,1,12.9112]]],[[15950.8,11673.7,0],0,false,[[793,0,348.129],[3928,0,40.2835]]],[[12318.7,11210.8,0],0,false,[[4109,0,144.953],[1434,0,271.174]]],[[16719.4,17262.7,0],0,false,[[5707,0,245.244],[3930,0,183.338]]], +[[7458.19,19850.5,0],0,false,[[2412,0,216.522],[5262,0,228.388]]],[[7545.67,19289.7,0],0,true,[[2082,0,20.4333],[3470,0,7.66014],[2635,1,11.4578]]],[[9808.68,594.985,0],0,false,[[5377,1,82.0378],[287,1,15.6379]]],[[16924.7,4811.13,0],0,true,[[772,0,2.91982],[915,0,2.71358],[4667,0,5.54084],[497,0,8.06161]]],[[2395.15,19170.1,0],0,false,[[1918,0,172.112],[3857,0,310.192]]], +[[19573.9,12821.4,0],0,false,[[5203,0,97.1657],[1486,0,320.928]]],[[1518.77,2754.97,0],0,false,[[41,1,363.628],[2867,1,158.06]]],[[1119.89,17887,0],0,true,[[2375,0,22.8349],[4727,0,107.067],[4071,0,11.9838],[2923,0,13.8931],[2453,0,9.44423]]],[[15403.5,6018.96,0],0,false,[[1954,0,289.405],[5134,0,2.98066]]],[[13270.3,9469.5,0],0,false,[[818,0,348.668],[2988,0,372.259]]], +[[16767.3,8586.34,0],0,false,[[4455,1,19.5086],[3756,1,55.7082]]],[[17565.5,12070,0],0,true,[[5517,0,27.1573],[4153,0,148.575],[1464,0,104.129]]],[[9955.25,476.477,0],0,true,[[2337,1,31.091],[4881,1,20.1981],[1725,2,9.40792]]],[[10766.8,7737.41,0],0,false,[[5689,1,129.525],[4778,1,255.026]]],[[14259.8,6836.75,0],0,false,[[1621,0,356.431],[282,0,19.953]]], +[[3126.29,20434,0],0,true,[[4196,0,294.077],[269,0,3.76461],[1204,1,15.8999]]],[[9823.67,17125.1,0],0,false,[[4074,1,246.514],[407,1,250.451]]],[[18015.1,7717.36,0],0,true,[[5011,0,17.019],[1247,0,2.74223],[1709,0,9.54547]]],[[11982.8,6085.5,0],0,true,[[237,0,1.7927],[1791,0,3.47394],[2868,0,8.15548]]],[[10542.2,7721.6,0],0,true,[[261,1,82.0634],[1562,1,19.7658],[71,1,4.32177],[4793,1,3.71072]]], +[[17769.8,13946.9,0],0,false,[[5162,0,55.4308],[977,0,151.627]]],[[17006.2,12932,0],0,false,[[4809,0,339.664],[5194,0,372.431]]],[[17318.8,5006.45,0],0,false,[[1754,0,119.833],[42,0,294.186]]],[[17674.2,12214.5,0],0,true,[[1506,0,3.42647],[753,0,2.56277],[5616,0,2.74105],[3732,0,2.80033],[1514,0,5.55857],[1004,0,10.6186]]],[[12808.6,8445.5,0],0,false,[[4896,0,74.2292],[5141,0,61.7457]]], +[[9807.1,6423.77,0],0,true,[[681,0,1.52479],[5678,0,1.79362],[992,1,3.79858]]],[[2262.64,11.1697,0],0,false,[[3910,1,361.965]]],[[10117.8,1874.82,0],0,false,[[671,0,347.891],[4795,0,389.096]]],[[9363.41,20107.6,0],0,false,[[4773,0,332.791],[1957,0,143.743]]],[[10325.4,2585.98,0],0,true,[[5353,0,3.85498],[3936,0,4.04065],[3041,0,7.70376],[3306,0,4.69055]]], +[[6551.36,3440.44,0],0,false,[[2446,2,253.525],[5025,2,207.325]]],[[19218.3,9494.16,0],0,false,[[3353,0,332.263],[1670,0,2.56015]]],[[7080.32,628.448,0],0,false,[[693,1,337.13],[2595,1,73.3858]]],[[12817,13951.4,0],0,true,[[4791,0,349.62],[5675,0,15.1097],[4557,0,15.8103]]],[[16423.1,7270.96,0],0,false,[[5160,0,22.2947],[4350,0,87.7641]]], +[[13423.2,9000.81,0],0,false,[[3888,1,397.919],[4988,1,217.701]]],[[4841.61,11703.2,0],0,false,[[399,0,234.861],[1909,0,187.402]]],[[18975.6,3842.29,0],0,false,[[2424,0,146.942],[4805,0,237.849]]],[[11680.2,14483.7,0],0,false,[[2723,0,110.017],[4705,0,16.797]]],[[8347.9,8635.67,0],0,true,[[1061,0,300.765],[189,0,10.3719],[1244,0,10.8916]]], +[[12118.9,10006.3,0],0,true,[[3823,1,24.095],[4252,1,21.4176],[3271,1,4.0791],[2918,1,5.67281],[1687,1,3.0369]]],[[8747.79,3391.06,0],0,false,[[2179,0,338.306],[1856,0,179.103]]],[[5931.52,8913.92,0],0,true,[[1581,0,1.67835],[1490,0,4.76093],[4610,1,7.49497]]],[[8446.58,19367.5,0],0,false,[[3270,0,13.4746],[1152,0,139.268]]],[[9813.08,295.279,0],0,false,[[3382,1,301.805],[141,1,177.607]]], +[[14919.9,951.238,0],0,true,[[1869,0,193.392],[3138,0,268.308],[5641,0,90.6586]]],[[15876.9,14476.4,0],0,true,[[1929,1,22.4218],[4977,1,21.4012],[3855,1,2.54151],[527,1,6.51899],[1741,1,3.37767],[4919,1,0.603608]]],[[10054.1,9018.25,0],0,false,[[182,0,204.13],[3743,0,369.378]]],[[17666,12223.1,0],0,true,[[336,0,2.7442],[5686,0,2.77438],[1975,0,1.85599],[3878,0,2.2795]]],[[11831.9,7875.44,0],0,false,[[807,0,66.844],[3519,0,17.3226],[2874,0,10.7258],[4899,0,22.4135]]], +[[12827.9,14448.7,0],0,false,[[4883,0,113.966],[455,0,393.105]]],[[19532.6,11400.6,0],0,false,[[4685,0,14.4102],[3472,0,146.873]]],[[7964.72,15533.8,0],0,true,[[3650,1,29.033],[2713,1,229.221],[1757,1,5.91431]]],[[17943.2,12337.5,0],0,false,[[3178,0,41.2912],[632,0,19.6594]]],[[12835.4,8312.11,0],0,true,[[3537,0,77.9975],[3522,0,8.28738],[2914,1,3.97712]]], +[[17287.8,1124.84,0],0,false,[[1950,0,326.288],[357,0,367.831]]],[[2198.06,15745.8,0],0,false,[[2891,1,242.403],[2661,1,88.8937]]],[[2328.97,13705.7,0],0,false,[[4275,1,8.93322],[5682,0,37.4878]]],[[14703,817.584,0],0,true,[[3125,0,268.308],[1463,0,14.4226],[2602,0,231.131]]],[[5918.74,8897.03,0],0,true,[[3903,1,388.576],[4610,1,27.8661],[3865,1,8.15331],[3799,1,11.5469]]], +[[17338.1,5123.23,0],0,false,[[4140,0,162.323]]],[[8334.15,20252.7,0],0,false,[[247,1,291.689],[5627,1,86.728]]],[[13182.6,8289.17,0],0,false,[[307,0,79.8244],[1503,0,41.8502]]],[[6519.89,17381.6,0],0,false,[[878,0,165.005]]],[[3383.64,1082.58,0],0,false,[[1196,1,2.224],[3280,0,11.6607]]], +[[17592.3,16799.8,0],0,false,[[4444,0,376.054],[4644,0,87.8118]]],[[342.643,7321.77,0],0,false,[[4910,1,248.197],[1525,1,144.968]]],[[2316.97,13717.8,0],0,false,[[1640,1,72.9164],[4275,1,22.5538]]],[[3749.85,4783.76,0],0,false,[[4718,0,179.239]]],[[13588.5,421.745,0],0,false,[[794,0,358.121],[1857,0,28.7584]]], +[[5650.6,18606.2,0],0,true,[[1730,1,24.8994],[5270,1,250.446],[796,1,17.4021]]],[[5447.71,3232.17,0],0,false,[[1945,0,2.4624],[975,1,2.0094]]],[[6696.6,10938.4,0],0,true,[[4651,0,24.5272],[1971,1,10.975],[1906,2,5.39742]]],[[557.139,3017.89,0],0,true,[[1189,1,22.3489],[4887,1,16.5608],[5666,1,32.5936]]],[[9128.16,16230.8,0],0,false,[[883,1,27.3853],[4820,1,71.4207]]], +[[1276.11,669.41,0],0,true,[[3261,0,23.1021],[150,0,267.85],[4027,0,2.61136],[3037,0,2.83054],[4925,0,5.27195]]],[[17754.5,2608.83,0],0,true,[[3158,0,270.672],[5535,0,9.19726],[1246,0,7.179]]],[[13672,7390.69,0],0,false,[[1893,0,385.669],[3765,0,249.791]]],[[17608.1,2401.23,0],0,false,[[2295,0,352.143],[3156,0,270.672]]],[[2972.2,1460.13,0],0,true,[[1953,1,20.998],[1973,1,23.124],[2866,1,25.9986]]], +[[13202,4471.7,0],0,true,[[4737,0,7.16489],[1164,0,130.912],[741,0,11.6233]]],[[7005.38,833.77,0],0,true,[[2857,0,1.85851],[4799,0,2.26356],[117,1,2.99188]]],[[3220.74,12694.2,0],0,true,[[4167,0,12.9023],[4506,0,130.762],[3183,0,5.93123],[718,0,7.89746]]],[[19708.4,8082.07,0],0,true,[[130,1,162.733],[213,1,63.6388],[1678,1,3.13016]]],[[8187.17,6985.69,0],0,false,[[5258,0,28.3847],[4571,0,331.376]]], +[[499.961,3065.88,0],0,false,[[2889,1,19.0748],[5482,1,41.3177]]],[[17662.6,12223.7,0],0,true,[[1039,0,3.80095],[3479,0,3.1272],[3050,0,3.45192],[5624,0,2.65513],[1975,0,1.61131]]],[[10401.9,15833.6,0],0,false,[[1841,0,269.866],[1747,0,301.367]]],[[19439.1,19652.8,0],0,false,[[3315,0,358.753],[803,0,10.8926]]],[[8087.89,16838.3,0],0,true,[[3817,1,14.2048],[841,1,136.9],[2759,1,6.51467]]], +[[8210.61,8588.15,0],0,false,[[2071,0,119.964],[3541,0,365.778]]],[[17740.8,12013.6,0],0,true,[[1679,0,14.64],[4790,0,189.297],[3346,0,13.3304]]],[[9513.38,19803.2,0],0,false,[[18,0,180.444],[1085,0,248.908]]],[[16754,17821.9,0],0,true,[[221,1,51.6948],[490,1,23.6251],[1967,1,8.15012],[2662,1,10.8307]]],[[12412.9,6551.03,0],0,false,[[3763,0,130.502]]], +[[19496,8625.5,0],0,true,[[3841,0,2.96986],[3946,0,3.30938],[815,0,4.75377]]],[[2297.98,15950.4,0],0,false,[[106,1,52.5085],[5528,1,21.6673]]],[[17680.1,16813.9,0],0,true,[[4644,0,1.44747],[1385,0,1.43258],[2085,0,4.38579]]],[[17964.1,12373,0],0,false,[[5145,0,63.3583],[3133,0,41.2912]]],[[6226.59,6105.57,0],0,true,[[4328,1,23.1033],[9,1,22.221],[3829,1,6.34403]]], +[[14628.3,18984.9,0],0,false,[[4128,0,132.043],[2756,0,289.384]]],[[15982.6,7135.47,0],0,false,[[3601,0,243.836],[820,0,148.3]]],[[411.58,1633.99,0],0,false,[[5266,1,241.394],[2204,1,396.782]]],[[3219.34,12688.4,0],0,true,[[4167,0,16.3191],[4427,0,148.281],[718,0,5.91925],[3162,0,5.93123]]],[[13463,8259.2,0],0,false,[[458,0,208.042],[175,1,6.38609]]], +[[10157.1,7727.93,0],0,false,[[5146,0,17.5437],[1681,0,57.4261]]],[[10745.3,12632.6,0],0,false,[[3506,0,218.048],[1749,0,8.72595]]],[[4089.68,4787.5,0],0,false,[[4856,2,56.2111],[3945,2,319.468]]],[[13980.2,7099.79,0],0,true,[[3765,0,174.152],[462,0,16.1011],[3894,0,12.3266],[2394,0,8.12801],[1621,0,27.4692]]],[[8850.67,1407.45,0],0,false,[[5129,2,335.497],[3943,2,112.527]]], +[[15754.8,3556.09,0],0,false,[[1659,0,257.631],[1654,0,224.852]]],[[5926.52,8918.94,0],0,true,[[5661,0,2.48356],[1490,0,2.32656],[3453,0,2.75391],[4610,1,6.25387]]],[[10340.6,11897.7,0],0,true,[[4179,0,49.7581],[1340,0,22.8441],[5476,0,13.2168]]],[[10128.4,10496.1,0],0,true,[[4880,0,324.485],[356,0,339.518],[3434,0,255.64]]],[[6929.87,20259.6,0],0,false,[[1605,0,398.808]]], +[[19903.8,4522.84,0],0,true,[[4743,0,29.199],[3987,0,28.7304],[5050,0,19.669]]],[[4897.65,16323.5,0],0,true,[[512,1,26.936],[4751,1,26.4702],[4675,1,9.2465],[4152,1,10.9947]]],[[15402.9,2806.96,0],0,true,[[1422,1,24.036],[185,1,129.91],[3837,1,5.87201]]],[[13045.3,8528.61,0],0,true,[[1682,0,17.6194],[2872,0,84.3489],[4903,0,8.33499]]],[[691.176,19821.7,0],0,true,[[5692,0,3.32215],[4802,0,4.03017],[4416,1,4.65095]]], +[[3080.61,17789.5,0],0,false,[[1188,0,286.08],[4621,0,383.218]]],[[13407.3,13219.4,0],0,false,[[2902,0,116.814]]],[[9399.88,10910.4,0],0,false,[[3937,0,122.946],[5467,0,189.269]]],[[4307.06,11145.6,0],0,false,[[4111,0,304.644],[2565,0,342.279]]],[[14375.6,15070.8,0],0,false,[[459,0,300.333],[340,0,115.795]]], +[[6824.06,2279.2,0],0,false,[[4421,0,386.858]]],[[10863.4,11001.1,0],0,false,[[3889,0,3.54196],[5102,1,0.863975]]],[[15455.4,603.151,0],0,true,[[4016,0,6.74654],[2344,0,22.0417],[3532,1,7.21439]]],[[13938.5,18064,0],0,false,[[4729,0,34.3687],[3534,0,242.788]]],[[17335.6,12246.7,0],0,false,[[5047,0,389.737],[5081,0,213.508]]], +[[16385.9,2337.55,0],0,false,[[2385,0,364.56],[2775,0,15.3345]]],[[12593.5,8157.29,0],0,false,[[2869,1,24.1315],[4613,1,55.9724]]],[[3457.27,5088.36,0],0,false,[[83,0,215.521],[5461,0,205.93]]],[[3733.25,15162.3,0],0,true,[[2475,0,86.1399],[3255,0,17.8615],[3071,0,15.3761]]],[[1665.56,13721.9,0],0,false,[[823,1,111.941],[2351,1,31.2745]]], +[[18818.5,14931.2,0],0,true,[[4589,0,3.32954],[2829,0,3.25142],[2646,1,9.02103]]],[[10694.9,11722.9,0],0,false,[[3947,0,154.107],[15,0,111.618]]],[[11716.6,9370.03,0],0,true,[[4417,0,73.2951],[4503,0,1.64381],[2139,0,5.13324]]],[[4098.04,10209.4,0],0,false,[[1369,0,85.847],[1661,0,107.828]]],[[19507.7,17465.2,0],0,false,[[145,1,381.306],[5378,1,134.747]]], +[[10757.6,11369.9,0],0,false,[[1552,0,97.2843],[2738,0,5.21167]]],[[17225.9,3267.85,0],0,false,[[1448,0,365.792],[5101,0,135.016]]],[[18834.8,7853.65,0],0,true,[[173,0,3.92829],[1572,0,4.74537],[2675,0,5.14627]]],[[16508.5,9423.19,0],0,false,[[4133,0,316.083],[437,0,33.3961]]],[[18138.4,17059.4,0],0,false,[[1628,1,87.5535],[4769,1,20.7751]]], +[[15435.4,5645.07,0],0,false,[[2932,0,225.62],[1445,0,267.84]]],[[7537.84,19288.4,0],0,true,[[4811,1,47.4006],[2635,1,15.1467],[3470,1,11.7444]]],[[14232.5,4042.68,0],0,true,[[2131,1,21.1459],[2178,1,355.542],[1060,1,5.96577],[4707,1,8.86128],[1440,1,11.8825]]],[[10872.5,11683.1,0],0,false,[[986,0,197.844],[1068,0,218.729]]],[[14641.7,19880.2,0],0,true,[[4779,0,6.16234],[4036,0,10.021],[2812,0,10.0898]]], +[[15688.7,14171.5,0],0,true,[[4669,1,21.488],[3568,1,39.7706],[1238,1,11.1989]]],[[19803,8526.26,0],0,false,[[3033,0,82.3095]]],[[16626,17627.5,0],0,false,[[1775,0,16.9086],[5707,0,131.299]]],[[18673,4425.54,0],0,false,[[3266,0,90.0947],[2896,0,392.336]]],[[8209.66,19989.3,0],0,true,[[2588,1,62.1861],[247,1,15.2881],[2439,1,3.14596]]], +[[8852.45,8874.33,0],0,false,[[2421,0,170.817],[4587,0,221.781]]],[[16545.2,389.757,0],0,false,[[2257,1,5.83028],[5481,0,94.8611]]],[[16847.6,16761.5,0],0,false,[[3930,0,334.318],[5239,0,69.9208]]],[[10504.5,10618.2,0],0,false,[[4880,0,93.9058],[655,0,313.852]]],[[19295.6,3109.16,0],0,false,[[2940,0,304.735],[1438,0,247.916]]], +[[9333.42,10407.9,0],0,false,[[5484,0,113.09]]],[[8398.27,13082,0],0,false,[[2906,0,302.198],[2610,0,216.135]]],[[8589.49,1439.22,0],0,false,[[5495,1,221.148],[4930,1,281.403]]],[[9712.21,5609.98,0],0,false,[[2834,0,282.251],[2751,0,121.26]]],[[11020.5,17491.4,0],0,false,[[2062,0,153.318],[5634,0,141.355]]], +[[6444.99,10845.8,0],0,false,[[1232,0,198.82],[2352,0,29.6623]]],[[8737.73,6168.6,0],0,false,[[2219,0,155.743],[850,0,316.463]]],[[12549.5,16524.9,0],0,false,[[5314,0,315.536],[3640,0,384.287]]],[[5598.9,6349.1,0],0,true,[[5098,0,8.64323],[2633,0,6.53882],[5586,1,5.33438]]],[[10986,11562,0],0,true,[[3809,0,10.9488],[1669,0,44.9758],[1235,0,4.34283],[79,0,3.22845]]], +[[1683.87,19905.9,0],0,false,[[85,1,358.385],[230,1,343.662]]],[[16011.6,9648.81,0],0,false,[[2387,1,365.686],[1598,1,230.931]]],[[16277.2,7107.35,0],0,true,[[4151,0,11.5151],[3313,0,32.1844],[1702,0,7.0262]]],[[15265.4,14424.5,0],0,false,[[2702,0,32.0014],[546,0,373.052]]],[[7035.87,4620.31,0],0,false,[[2528,1,133.643],[274,1,17.0054]]], +[[3739.46,15145.5,0],0,true,[[3071,0,32.3572],[3619,0,26.9946],[3213,0,17.8615]]],[[13417.3,4517.08,0],0,false,[[4063,0,24.0969],[3715,0,68.1515]]],[[5108.82,14037.5,0],0,false,[[1529,1,308.44],[2653,1,234.602]]],[[9861.28,480.004,0],0,false,[[1773,1,9.21435],[1564,1,86.7905]]],[[15620.7,14145.8,0],0,true,[[1541,1,14.314],[5363,1,354.413],[3361,1,8.30674]]], +[[9040.04,14496,0],0,false,[[1349,1,32.2195],[2657,1,279.877]]],[[1299.2,669.915,0],0,false,[[1273,0,392.082],[3155,0,23.1021]]],[[3599.55,6223.28,0],0,false,[[1402,1,180.466],[424,1,16.9572]]],[[19696.5,9163.54,0],0,false,[[365,1,237.52],[86,1,376.701]]],[[13012.2,11793.5,0],0,true,[[2464,0,24.7005],[1182,0,24.5363],[2638,0,14.0865]]], +[[14346.6,15868.7,0],0,true,[[5291,0,2.94123],[3831,0,2.07401],[1126,0,6.41543],[2027,0,3.51922]]],[[18583.9,4439.11,0],0,false,[[2945,0,315.481],[3233,0,90.0947]]],[[18858.2,17566.2,0],0,false,[[5544,1,158.065],[1804,1,255.791]]],[[3949.47,17905.6,0],0,false,[[1449,0,334.707],[5305,0,289.36]]],[[19648.7,4333.67,0],0,false,[[819,0,33.6716],[2184,0,185.252]]], +[[8459.03,19362.4,0],0,true,[[397,0,5.47043],[3123,0,13.4746],[3022,0,13.4302],[1375,0,2.92103]]],[[12122.3,10004,0],0,false,[[1687,0,3.80209],[3120,1,4.0791]]],[[3210.41,5746.7,0],0,false,[[3520,1,35.2641],[658,1,14.8564]]],[[9049.33,5801.51,0],0,true,[[2354,1,4.81723],[375,0,117.379],[1576,1,11.8892]]],[[10444.3,7446.92,0],0,true,[[4058,0,86.3666],[2910,0,26.1577],[205,0,162.897]]], +[[11097.4,17640,0],0,true,[[5087,0,14.7609],[2470,0,91.9438],[147,0,9.07149]]],[[3572.31,14955.6,0],0,false,[[2594,0,21.7524],[618,0,171.874]]],[[12566.2,4578.33,0],0,false,[[90,0,25.5669],[2737,0,22.214]]],[[13138.6,8310.24,0],0,true,[[1270,1,33.1173],[612,1,27.6091],[1503,1,7.62707]]],[[13229.4,8857.7,0],0,false,[[2909,0,32.1511],[5504,0,148.441]]], +[[3391.88,1074.33,0],0,true,[[3144,0,11.6607],[4332,0,48.7774],[1196,1,11.4218]]],[[4902.51,10170.5,0],0,false,[[517,0,335.977],[4775,0,292.934]]],[[19965.3,4865.28,0],0,true,[[342,0,301.695],[4529,0,6.03756],[1416,1,16.092]]],[[11811.7,14919.1,0],0,true,[[123,0,27.7381],[826,0,391.658],[2381,0,16.1934],[5606,0,12.2709]]],[[13539,2273.44,0],0,false,[[3383,0,157.116],[1822,0,388.172]]], +[[5819.43,16244.9,0],0,true,[[3604,1,23.2121],[5468,1,164.599],[2455,1,4.35289]]],[[242.643,18395.8,0],0,false,[[1326,0,383.431]]],[[18331.5,17574.9,0],0,true,[[5348,0,27.9874],[5374,0,6.51619],[1618,1,3.48072]]],[[14726.2,7838.05,0],0,false,[[4277,0,16.2107],[5440,0,8.26825]]],[[12709.7,8318.41,0],0,false,[[5521,1,22.5856],[5069,1,45.8589]]], +[[9674.08,5830.38,0],0,true,[[1627,0,367.062],[4380,0,20.4903],[665,0,13.2567]]],[[17707.3,12025.3,0],0,true,[[1135,0,1.60417],[4195,0,3.95704],[5086,0,2.08851]]],[[6025.42,703.482,0],0,false,[[968,1,380.157],[3351,1,368.377]]],[[16433.5,4403.85,0],0,false,[[2944,0,376.544],[4473,0,251.243]]],[[16050.5,13901.1,0],0,false,[[2379,0,338.538],[4844,0,314.007]]], +[[14916.4,16092.4,0],0,false,[[4157,0,347.852],[751,0,30.6946]]],[[1539.11,13879.3,0],0,true,[[2102,0,3.81343],[4746,1,3.48604],[4028,1,4.34031]]],[[7824.77,15721.1,0],0,true,[[998,0,7.19992],[1900,0,3.59129],[2713,1,6.13263]]],[[5228.14,18712.9,0],0,true,[[2332,1,3.48097],[2259,0,15.8544],[761,1,5.37116]]],[[17834.2,8056.05,0],0,false,[[2143,0,370.967],[1645,0,378.111]]], +[[7343.3,9839.19,0],0,false,[[721,2,152.214],[4940,2,274.005]]],[[11242.9,20108,0],0,false,[[1368,0,39.0532],[208,0,22.3656]]],[[3851.79,15015,0],0,false,[[3417,0,11.2841],[4008,2,7.55249]]],[[9413,18034.2,0],0,true,[[1903,0,327.545],[4346,0,345.831],[557,0,250.741]]],[[14214.4,11442.9,0],0,false,[[1108,1,388.353],[1384,1,139.299]]], +[[8018.23,4077.34,0],0,false,[[4146,2,252.426],[5024,2,165.594]]],[[10329.4,2583.55,0],0,true,[[3041,0,12.0115],[1711,0,15.2128],[4178,0,16.5336],[3109,0,4.69055],[3936,0,8.34767]]],[[13275.1,8079.74,0],0,true,[[3714,0,7.38045],[5554,0,162.824],[3718,1,18.7678]]],[[11300.1,20105,0],0,false,[[5580,0,3.24917],[2260,0,0.597899]]],[[14294.5,6855.67,0],0,false,[[3916,0,37.7832],[4103,0,91.0125]]], +[[13341.3,14554.5,0],0,false,[[1922,0,27.4328],[1106,0,58.6141]]],[[5746.32,17591.3,0],0,false,[[2234,0,65.8441],[2305,0,351.63]]],[[9103.07,15187.3,0],0,false,[[4330,1,20.3669],[5002,1,159.982]]],[[16297.4,7130.75,0],0,true,[[3252,0,32.1844],[1118,0,24.673],[3872,0,32.8375]]],[[14800.4,654.818,0],0,false,[[1463,0,175.408],[4481,0,245.024]]], +[[19402.1,19297.7,0],0,false,[[3168,0,358.753],[5435,0,319.589]]],[[11126.7,15247.8,0],0,false,[[2948,0,129.558],[4500,0,303.783]]],[[13727.3,16200.8,0],0,false,[[5632,0,29.7833],[601,0,18.5244]]],[[838.946,6894.23,0],0,false,[[4258,0,36.0661],[4241,0,20.5992]]],[[15733.9,9251.06,0],0,false,[[2656,1,12.1526],[537,1,14.7169]]], +[[4774.98,11157.7,0],0,false,[[3400,0,126.064],[3566,0,332.174]]],[[13698.5,4812.73,0],0,true,[[318,1,193.967],[3979,1,16.4659],[4331,1,4.16386]]],[[10829.4,17744,0],0,false,[[4172,0,130.696],[3989,0,184.854]]],[[6505.14,1734.68,0],0,false,[[4438,0,68.4715],[4452,0,230.319]]],[[6129.67,16898.8,0],0,false,[[4955,0,236.574],[4603,0,239.506]]], +[[9300.08,16366.2,0],0,true,[[1377,0,137.32],[5519,0,26.2205],[4767,0,13.9679]]],[[5422.2,4115.74,0],0,false,[[129,0,136.001],[5408,0,57.3382]]],[[14479.4,7288.03,0],0,false,[[4103,0,379.333],[4102,0,330.036]]],[[3236.64,5017.3,0],0,true,[[4872,0,49.2763],[83,0,21.3467],[1009,0,8.47489],[284,0,8.63944],[256,0,11.155]]],[[10337.8,7606.6,0],0,true,[[5214,1,119.597],[4282,1,5.98043],[2823,1,7.69023],[5672,1,16.9835]]], +[[12992.5,11796,0],0,false,[[320,0,6.71598],[1182,0,6.71598]]],[[19328.2,18669.9,0],0,true,[[5435,0,312.652],[2003,0,5.50876],[2792,0,6.76206]]],[[15915.7,3962.45,0],0,false,[[5238,0,192.553],[2944,0,305.547]]],[[1785.88,9754.52,0],0,false,[[4366,0,2.56525],[4180,1,4.79404]]],[[17689,4653.88,0],0,false,[[874,0,110.4],[1639,0,318.214]]], +[[19013.8,8780.72,0],0,false,[[4550,1,262.042],[4372,1,315.727]]],[[10776.7,2518.99,0],0,false,[[4435,0,342.937],[1128,0,293.802]]],[[19466.4,12816.3,0],0,true,[[2616,1,35.0999],[72,1,215.551],[4434,1,17.3463],[1750,1,17.6936]]],[[10344.9,12556.6,0],0,true,[[5059,0,362.987],[495,0,2.78539],[2314,1,4.76043]]],[[18993.8,3558.87,0],0,false,[[5148,0,3.46406],[290,0,7.08653]]], +[[16897,17969.2,0],0,false,[[5198,0,20.5287],[4405,0,19.937]]],[[4799.42,952.315,0],0,true,[[2,1,26.4319],[195,1,174.525],[138,1,14.8603]]],[[5003.89,10914.3,0],0,true,[[426,0,1.40301],[2304,0,1.95585],[2364,0,3.57238],[3032,0,1.15915]]],[[12193.8,5541.62,0],0,true,[[3379,0,231.264],[94,0,10.3933],[830,0,135.401]]],[[9344.22,9466.12,0],0,false,[[4273,0,309.614],[2373,0,285.076]]], +[[16276.9,16595.5,0],0,true,[[675,1,20.0062],[5215,1,17.7533],[5260,1,4.66932],[4046,1,3.20877],[2644,1,6.61298]]],[[17731.9,12023.5,0],0,true,[[2154,0,2.63778],[1679,0,1.36039],[3171,0,13.3304],[2989,0,0.723228],[4358,0,2.46696]]],[[1875.83,5449.02,0],0,false,[[2413,2,187.063],[3517,2,276.211]]],[[7050.62,1370.64,0],0,false,[[2555,0,207.733],[755,0,195.831]]],[[13526.2,19225.1,0],0,false,[[892,0,305.56],[941,0,311.486]]], +[[11505.6,18865.2,0],0,false,[[1412,0,246.088],[2111,0,346.844]]],[[6382.7,623.288,0],0,false,[[3292,1,368.377],[2761,1,43.5914]]],[[15253.9,598.559,0],0,false,[[2997,0,100.247],[2172,0,20.938]]],[[19291.2,9174.5,0],0,false,[[3111,0,332.263],[4682,0,253.1]]],[[5204.83,7504.61,0],0,false,[[3843,1,14.0831],[4432,1,248.907]]], +[[9311,7376.35,0],0,false,[[1688,0,340.009],[955,0,94.7414]]],[[7058.98,4629.58,0],0,true,[[5664,0,3.0978],[4148,0,3.0375],[274,1,8.00274],[3729,1,11.5305]]],[[7221.85,4625.16,0],0,true,[[5152,1,23.9285],[4399,1,354.405],[149,1,15.7681]]],[[18324.3,17665.8,0],0,true,[[5244,1,29.0474],[1885,1,206.606],[162,1,16.8939]]],[[19478.6,12796,0],0,true,[[1557,0,4.24132],[1902,0,2.49954],[2616,1,12.5549]]], +[[5622.92,14176.9,0],0,false,[[5604,1,33.0714],[99,1,70.0655]]],[[15625,14152.9,0],0,true,[[546,0,89.7178],[1541,1,8.01689],[3259,1,8.30674]]],[[9644.61,13926.5,0],0,false,[[2808,1,32.543],[4600,1,168.726]]],[[10381.7,7723.44,0],0,true,[[5214,1,25.6303],[1934,1,18.766],[1294,1,3.06347]]],[[1554.71,9222.31,0],0,false,[[241,1,353.781],[2371,1,151.217]]], +[[11947.5,15320.2,0],0,false,[[4864,0,171.34],[12,0,247.48]]],[[7403.65,8983.68,0],0,false,[[466,2,364.182],[1097,2,341.6]]],[[3095.28,20031,0],0,false,[[3736,0,342.33],[4196,0,111.285]]],[[10773.2,11490.2,0],0,false,[[854,0,104.204]]],[[6847.25,18918.9,0],0,false,[[5124,0,140.359],[253,0,330.595]]], +[[15346.2,11922.5,0],0,true,[[667,0,252.142],[4652,0,223.745],[1337,0,323.775]]],[[16353.4,6925.87,0],0,false,[[1702,0,194.227],[5299,0,261.805]]],[[10087.4,8402.08,0],0,false,[[4383,1,229.093],[3385,1,152.623]]],[[16911.5,8304.26,0],0,false,[[347,0,287.821],[1671,0,306.581]]],[[7601.52,18208,0],0,false,[[2904,0,353.595]]], +[[15093.9,6431.11,0],0,true,[[3883,0,2.91417],[3806,0,3.65305],[4202,1,5.95951],[3764,1,14.4073]]],[[10565.4,14164.9,0],0,true,[[2272,0,24.7448],[272,0,238.967],[1990,0,8.12585]]],[[7291.12,7819.32,0],0,false,[[24,0,265.238],[795,0,40.6905]]],[[13750.4,2142.7,0],0,false,[[1321,0,220.343],[4947,0,27.8684]]],[[12074.5,5735.66,0],0,false,[[764,0,87.5636],[3343,0,231.264]]], +[[13173.7,8701.52,0],0,false,[[4302,1,56.9363],[4267,1,118.964]]],[[9717.96,3991.45,0],0,true,[[3751,0,3.05861],[5323,0,0.679511],[414,0,9.51137],[4233,0,2.35842]]],[[9559.01,139.231,0],0,false,[[326,1,308.554],[3124,1,301.805]]],[[13686.5,2322.32,0],0,false,[[4947,0,200.922],[3284,0,157.116]]],[[4149.96,6318.74,0],0,false,[[5673,1,386.006],[1402,1,378.588]]], +[[10135.1,8257.17,0],0,false,[[3372,1,152.623],[3495,1,30.4857]]],[[10232.6,18938.7,0],0,false,[[5601,0,345.822],[2348,0,50.2058]]],[[18778.8,17096.6,0],0,false,[[5079,0,231.063],[1090,0,136.258]]],[[2849.65,12612.9,0],0,true,[[4738,0,2.2098],[3926,0,21.2266],[2086,0,4.40531],[1781,0,4.04455]]],[[17948.8,1934.16,0],0,false,[[2289,0,397.491],[198,0,330.288]]], +[[19926.8,4491.95,0],0,true,[[2229,0,30.5878],[659,0,116.441],[3647,0,19.1175]]],[[13066.7,6259.59,0],0,false,[[733,1,222.269],[2511,1,253.839]]],[[12101.3,1571.01,0],0,false,[[5494,0,363.966],[2854,0,313.078]]],[[488.532,2953.9,0],0,true,[[2664,1,181.832],[1262,1,21.4826],[1330,1,6.60858]]],[[17025.1,7417.67,0],0,true,[[1806,0,34.7499],[4983,0,27.0536],[2205,0,6.76123]]], +[[11029.8,4384.46,0],0,false,[[2557,0,35.181],[4803,0,363.352]]],[[19047.6,13642.2,0],0,false,[[4568,1,381.674],[2807,1,379.435]]],[[16844.3,10644.2,0],0,false,[[1437,1,154.862],[2490,1,249.3]]],[[15290.2,525.745,0],0,false,[[4828,0,65.1904],[1293,0,49.9722]]],[[9993.42,349.835,0],0,false,[[971,1,11.1196],[900,1,62.72]]], +[[4691.5,11210.7,0],0,false,[[1228,0,22.6862],[3320,0,126.064]]],[[17942.2,12325,0],0,true,[[5229,0,4.70229],[4821,0,15.8494],[632,0,10.0476]]],[[11746.4,8025.2,0],0,false,[[404,0,49.7833],[2173,0,53.7583]]],[[15644.8,9564.06,0],0,false,[[849,0,135.532],[3923,0,293.28]]],[[17019.5,5113.03,0],0,true,[[3677,0,129.42],[4255,0,32.3009],[910,0,143.416]]], +[[16694.1,10230.8,0],0,false,[[2908,1,240.691],[1437,1,287.622]]],[[10161.2,12450.4,0],0,false,[[3956,1,344.528],[2693,1,190.569]]],[[3630.52,16316.8,0],0,true,[[4602,0,2.10895],[3649,0,3.3171],[1219,0,5.45227]]],[[10250.3,11373,0],0,true,[[408,0,5.74259],[2200,0,2.45557],[235,0,3.182]]],[[16474.4,4906.84,0],0,false,[[3807,0,335.306]]], +[[14512.7,18076.1,0],0,true,[[1199,0,14.1996],[5372,0,3.79833],[2886,0,11.018]]],[[14227.6,4060.44,0],0,true,[[1440,0,7.43152],[1657,0,296.443],[2131,1,7.78183]]],[[2256.83,2394.11,0],0,true,[[4859,0,3.60199],[1968,0,21.8965],[1560,1,14.6941]]],[[19695.9,11347.5,0],0,false,[[4183,0,131.536],[1281,0,32.0567]]],[[14898,5948.45,0],0,true,[[5070,0,3.07496],[2028,0,9.9741],[1801,1,10.0662]]], +[[6501.37,10871.6,0],0,false,[[3469,1,9.58435],[2666,0,15.1498]]],[[18937.7,3469.97,0],0,false,[[290,0,98.3235],[1637,0,151.981]]],[[3840.69,15017,0],0,true,[[4335,0,68.859],[3302,0,11.2841],[4008,2,15.9056]]],[[17552.8,2045.33,0],0,false,[[2289,0,13.9704],[5537,0,5.78767],[2734,0,8.43323]]],[[4498.69,19177.3,0],0,true,[[389,1,21.7266],[5657,1,22.9944],[5546,1,9.38743],[1094,1,6.26223],[5165,1,2.85704],[2484,1,4.27347]]], +[[2277.75,15998.3,0],0,false,[[372,0,16.0824],[1125,0,25.4726]]],[[13836.7,17116.5,0],0,false,[[1539,0,364.096],[3803,0,214.219]]],[[11510.1,19132.3,0],0,true,[[5026,0,84.7275],[4077,0,10.6551],[4878,0,5.02117]]],[[17832.5,4951.58,0],0,false,[[921,0,210.017],[3934,0,363.705]]],[[10550.7,14158.7,0],0,false,[[3635,0,2.72103],[2272,0,9.19442]]], +[[17951.4,11902.5,0],0,false,[[4790,0,75.6329],[951,0,140.065]]],[[3320.95,6366.8,0],0,true,[[2188,1,30.5262],[5284,1,118.695],[4911,1,13.4939]]],[[6852.71,6184.17,0],0,false,[[3965,0,132.694],[3897,0,228.657]]],[[9608.6,4015.19,0],0,false,[[919,0,100.1],[5020,0,318.121]]],[[20037.3,4757.14,0],0,false,[[5565,0,23.7851],[2297,0,177.389]]], +[[7194.58,17251.5,0],0,true,[[2951,1,16.9598],[2507,1,112.057],[169,1,8.29423]]],[[15249.2,8934.22,0],0,false,[[5511,0,64.9372],[1300,0,143.095]]],[[15816.9,14210.6,0],0,true,[[3741,1,16.3307],[4669,1,115.342],[1020,1,5.41448]]],[[12212.6,7842.26,0],0,false,[[4931,0,370.424],[1093,0,136.35]]],[[10141.1,10241.7,0],0,false,[[3193,0,255.64],[4431,0,186.359]]], +[[9923.13,19261.2,0],0,false,[[4272,0,168.4],[5557,0,321.729]]],[[699.337,19824.5,0],0,false,[[4802,0,4.61524],[4416,1,4.7711]]],[[240.377,12753.3,0],0,false,[[5276,1,306.461],[4555,1,167.515]]],[[17092.9,18005.1,0],0,true,[[1274,1,101.16],[1467,1,14.0509],[5110,1,10.5814]]],[[11989,7933.62,0],0,false,[[2185,0,41.2016],[2720,0,55.4001]]], +[[11718.8,11550,0],0,true,[[1923,0,100.425],[1240,0,23.8406],[134,0,317.166]]],[[9465.45,8515.84,0],0,false,[[1616,0,39.37],[2860,0,9.19076]]],[[20049.1,4287.17,0],0,false,[[4208,0,87.2561],[4990,0,14.2676]]],[[13050.8,8505.09,0],0,false,[[4903,0,18.0133],[234,0,22.1531]]],[[12781.4,11772.6,0],0,false,[[1182,0,207.207],[619,0,294.522]]], +[[5457.02,3251.39,0],0,false,[[975,1,22.8671],[1992,1,186.987]]],[[8882.65,12677.1,0],0,false,[[3467,0,23.7654],[4098,0,229.717]]],[[10082.4,6742.1,0],0,false,[[1651,1,7.85184],[2623,0,57.7366]]],[[13186.3,8552.88,0],0,false,[[3721,1,3.50077],[1682,0,127.457]]],[[6799.16,17357,0],0,false,[[4691,1,21.5165],[5459,1,86.2507]]], +[[16415.5,7258.19,0],0,false,[[5160,0,12.7464],[1031,0,137.061]]],[[13098,15251.6,0],0,false,[[3789,0,298.873],[5426,0,389.712]]],[[16186.7,7363.22,0],0,false,[[2360,1,75.7606],[5196,1,352.278]]],[[5923.82,8919.47,0],0,true,[[5496,0,3.63906],[1341,0,3.86691],[3191,0,2.75391],[4546,0,3.68284],[5661,0,1.6353],[4610,1,8.67588]]],[[6350.59,17583.1,0],0,false,[[1744,0,111.79],[353,0,145.29]]], +[[5942.44,3956.76,0],0,false,[[3584,1,201.075],[445,1,248.739]]],[[19717.2,4532.02,0],0,true,[[869,0,185.662],[2501,0,47.4751],[5542,0,41.0434]]],[[7190.1,15698.6,0],0,false,[[2169,0,299.4],[506,0,307.791]]],[[11256.2,19772.4,0],0,true,[[621,0,6.06886],[1088,0,6.66654],[661,0,6.16268]]],[[12305.7,10403,0],0,false,[[1745,0,246.503],[4509,0,351.74]]], +[[5924.48,8912.58,0],0,true,[[995,0,3.54559],[5496,0,3.37143],[4610,1,11.763]]],[[13942.3,19397.3,0],0,false,[[2476,0,20.2912],[1714,0,25.8264]]],[[2990.95,10474.2,0],0,false,[[1361,0,297.428],[2144,0,129.84]]],[[10333.7,11839.7,0],0,false,[[4369,0,278.791],[4364,0,50.674]]],[[10770,12842.3,0],0,true,[[2760,0,16.623],[3524,0,20.6328],[5509,0,3.52656]]], +[[16538.5,7304.96,0],0,false,[[5,0,14.0704],[374,0,154.076]]],[[10237.1,7597.37,0],0,true,[[5613,1,72.5067],[1771,1,26.985],[5122,1,11.6419]]],[[8876.55,12656.2,0],0,true,[[4170,0,292.308],[3935,0,293.151],[3446,0,23.7654]]],[[8395.62,11021.2,0.0418701],0,false,[[959,0,35.3384],[2312,0,44.5195]]],[[6510.67,10873.7,8.60278],0,true,[[3415,1,9.58435],[5202,1,22.3434],[2666,1,24.6499],[1502,1,10.4764]]], +[[7545.42,19297.3,0],0,true,[[3081,0,7.66014],[2635,1,3.84005],[3226,1,11.7444]]],[[9145.66,2546.1,0],0,false,[[5212,0,135.834],[5379,0,327.998]]],[[19401.2,11338.8,0],0,false,[[3131,0,146.873],[4265,0,234.982]]],[[13858.9,10405.7,0],0,true,[[2127,0,2.26293],[3915,0,3.37948],[219,1,8.61991]]],[[1888.07,13914,0],0,true,[[2855,0,3.99258],[3734,0,3.44109],[4892,1,11.5193],[2434,1,8.39623]]], +[[3580.89,1505.07,0],0,false,[[1484,1,5.97231],[4924,0,100.509]]],[[15111.2,12402.9,0],0,false,[[1110,0,299.845],[1211,0,152.622]]],[[5188.62,11176.3,0],0,false,[[2495,0,380.741],[5391,0,313.545]]],[[1476.56,18207.6,0],0,false,[[4727,0,372.619],[5513,0,370.294]]],[[17662.9,12220.6,0],0,true,[[3166,0,3.1272],[2079,0,1.70215],[1514,0,7.86213]]], +[[14574.3,6577.3,0],0,false,[[799,0,370.594],[2459,0,160.125]]],[[14416.1,15839.2,0],0,false,[[4014,0,59.3436],[4561,0,250.899]]],[[10638.2,17081.8,0],0,false,[[1184,0,26.5408],[1713,0,30.5858]]],[[12476.6,11745.3,0],0,true,[[848,0,3.98848],[1371,0,4.60763],[619,0,11.5698]]],[[10136.9,916.205,0],0,true,[[581,1,323.853],[2296,1,2.4592],[4237,1,5.39991],[2252,1,7.14955]]], +[[17658.6,12214.9,0],0,true,[[387,0,27.7966],[1514,0,10.1342],[100,0,4.44847],[168,0,2.63006]]],[[14790.5,16600.7,0],0,true,[[4295,0,3.19362],[2687,0,159.236],[4962,0,7.08116],[5424,0,12.1483]]],[[5695.16,14195.2,0],0,true,[[5524,0,134.527],[1379,0,13.2894],[99,1,13.6945]]],[[19002.6,10014.3,0],0,false,[[5329,0,272.035]]],[[5702.91,18542.3,0],0,false,[[4876,1,46.5289],[796,1,84.2351]]], +[[15727.3,9247.94,0],0,true,[[2451,0,5.13906],[4706,0,15.6104],[2656,1,8.32758]]],[[14291.5,15804.2,0],0,false,[[1828,0,102.562],[3075,0,241.617]]],[[18820.3,7850.67,0],0,true,[[4384,0,334.297],[2675,0,19.9611],[173,0,11.0885]]],[[9975.76,483.925,0],0,true,[[4149,1,16.9806],[2987,1,23.0501],[1824,2,14.0549],[1725,2,14.5749]]],[[16357.8,7698.56,0],0,false,[[2578,0,223.571],[84,0,381.919]]], +[[10144.6,8228.21,0],0,true,[[3385,1,30.4857],[4493,1,30.3324],[933,1,15.0573],[1354,1,11.6698],[1664,1,8.72266],[2400,1,6.91723]]],[[13280.1,19619.4,0],0,true,[[257,0,61.876],[5655,0,90.2154],[2861,0,110.985]]],[[6675.87,17449.8,0],0,false,[[558,1,3.99196],[878,0,5.2199]]],[[12097.9,17576.4,0],0,true,[[4113,0,1.8847],[3529,0,24.7903],[2612,0,15.5401]]],[[19775.6,19684.5,0],0,false,[[2650,0,317.134],[3616,0,169.156]]], +[[18291.5,13281,0],0,false,[[4726,0,208.403],[3668,0,352.561]]],[[10742.4,18545.6,0],0,false,[[2709,0,384.516],[4393,0,293.278]]],[[19158.7,11179,0],0,false,[[873,0,110.739],[2094,0,162.703]]],[[13728.6,20300.7,0],0,false,[[3025,0,175.895],[14,0,136.382]]],[[15176.6,13486,0],0,false,[[5670,0,116.416]]], +[[14234.6,670.051,0],0,false,[[2011,0,35.5844]]],[[10811.9,12429.6,0],0,false,[[1496,0,267.887],[3186,0,218.048]]],[[11255.5,11595.1,0],0,false,[[5286,0,256.089],[2584,0,230.723]]],[[15064,13726.5,0],0,false,[[4735,0,29.4787],[5670,0,149.25]]],[[6842.61,8079.55,0],0,false,[[1104,0,333.133],[24,0,254.232]]], +[[12181.9,10647.1,0],0,false,[[2730,0,49.1945],[1745,0,27.282]]],[[12306.5,7979,0],0,true,[[65,0,20.9529],[4059,0,61.5724],[1093,0,31.1849]]],[[638.827,19406.9,0],0,false,[[166,0,10.3972],[5169,0,122.406]]],[[14013.9,18765.9,0],0,false,[[4229,0,308.31],[3797,0,178.631]]],[[12025.4,9484.78,0],0,false,[[4081,0,268.058]]], +[[11417.8,12287,0],0,false,[[4400,0,177.698],[4882,0,254.974]]],[[10550.9,6173.83,0],0,false,[[829,0,366.523],[268,0,151.131]]],[[1648.02,5605.21,0],0,false,[[3347,2,276.211],[1547,2,341.928]]],[[18672.7,11074.8,0],0,false,[[2058,0,161.33],[3589,0,46.6479]]],[[11815.7,7881.62,0],0,false,[[3129,0,17.3226],[2292,0,27.9041],[816,0,45.4415],[4899,0,12.7378]]], +[[3208.45,5781.9,0],0,false,[[4048,1,167.504],[3272,1,35.2641]]],[[6745.68,7417.59,0],0,false,[[2256,0,231.204]]],[[12842.5,8307.92,0],0,true,[[3134,0,8.28738],[2024,0,71.596],[2914,1,4.68024]]],[[15642.3,14320,0],0,false,[[2499,0,48.6321]]],[[10788.4,12833,0],0,false,[[3464,0,20.6328],[1608,0,30.3291]]], +[[15046.7,4532.23,0],0,true,[[4909,0,27.484],[541,0,32.1414],[4692,0,2.71097],[1847,0,2.24867],[4889,0,5.83101],[769,0,10.1368]]],[[9897.49,18458.8,0],0,false,[[3991,0,216.341],[545,0,168.865]]],[[13945.5,18095.2,0],0,true,[[1683,0,178.535],[28,0,1.77658],[691,0,3.66188],[4729,0,4.52117]]],[[9685.24,11562.5,0],0,false,[[3679,0,140.866],[3745,0,347.861]]],[[12097.1,17552.6,0],0,false,[[3498,0,24.7903],[4715,0,181.992]]], +[[19188.7,9488.53,0],0,false,[[1670,0,32.3855],[432,0,75.0689]]],[[7567.67,13690.3,0],0,false,[[574,1,306.799],[1348,1,140.759]]],[[15460.1,608.573,0],0,true,[[654,1,169.924],[334,1,23.4894],[4016,1,10.1988],[3207,1,7.21439]]],[[12513.7,8033.78,0],0,true,[[4507,0,80.8632],[656,0,58.7239],[5384,0,118.213]]],[[13912.5,17822.6,0],0,false,[[3208,0,242.788],[1539,0,346.087]]], +[[9447.65,10987.8,0],0,false,[[4324,0,77.3791],[3004,0,248.916]]],[[8771.45,10928.8,0],0,false,[[5514,0,212.268],[745,0,178.069]]],[[12786.1,8370.03,0],0,true,[[5141,0,18.5267],[3134,0,77.9975],[364,1,12.7137]]],[[16598.5,7176.7,0],0,false,[[2865,0,18.8293],[315,0,32.2134]]],[[12640,8268.85,0],0,false,[[1286,0,20.9058],[1081,0,10.625]]], +[[13101.9,11081.3,0],0,false,[[4616,0,341.282],[1268,0,329.271]]],[[7864.87,8468.97,0],0,false,[[3170,0,365.778],[3961,0,304.69]]],[[7793.18,15771.7,0],0,true,[[1149,0,3.90396],[4736,0,6.14253],[2032,0,2.42874],[2101,0,9.17773]]],[[15239.5,482.912,0],0,true,[[3992,0,26.2179],[2005,0,30.4386],[1534,0,9.64071],[4522,0,8.68538]]],[[8899.46,20078.4,0],0,false,[[4505,0,291.148],[3972,0,327.494]]], +[[10593.6,17066.2,0],0,false,[[1032,0,24.9648],[950,0,56.5087]]],[[11173.5,12471.5,0],0,false,[[3925,0,249.61],[7,0,195.483]]],[[7349.81,7785.27,0],0,true,[[795,0,27.2593],[478,0,34.5907],[3742,0,12.7716],[4080,0,16.142]]],[[2034.99,9748.72,0],0,false,[[3981,0,133.474],[4142,0,233.044]]],[[3345.16,1474.03,0],0,false,[[5183,1,10.6008],[5054,0,45.3942]]], +[[3886.92,15263.8,0],0,false,[[2994,1,157.747],[30,2,10.1134]]],[[18223.9,15987.5,3.52245],0,false,[[359,1,20.0071],[5693,1,17.8948]]],[[14359.4,19248.8,0],0,false,[[877,0,25.8842],[1017,0,43.4121]]],[[2145.11,10937,0],0,true,[[1147,0,2.98756],[273,0,2.89484],[5156,0,5.02597],[3899,1,7.7965]]],[[8510.15,17473.8,0],0,false,[[3772,0,66.5322],[4708,0,393.563]]], +[[19418.1,537.832,0],0,false,[[2263,1,129.159],[4297,1,283.08]]],[[19527.5,7063.46,0],0,false,[[494,0,288.303],[984,0,161.212]]],[[10428.4,5216.25,0],0,true,[[1879,0,139.716],[60,0,24.2053],[441,0,51.643]]],[[19805.3,8391.51,0],0,true,[[2422,0,18.8061],[1932,0,82.9887],[3033,0,53.2557]]],[[5559.44,11661.7,0],0,false,[[2495,0,232.618],[5713,0,187.244]]], +[[5816.02,13799.1,0],0,false,[[4993,0,114.882],[1050,0,333.939]]],[[12398.9,4839.24,0],0,true,[[1712,0,17.4438],[5293,0,242.272],[2569,0,14.4757]]],[[1134.28,8400.61,0],0,true,[[2821,0,4.17141],[1982,0,2.78686],[394,1,11.462]]],[[4578.78,3538.61,0],0,false,[[2448,0,200.925],[503,0,356.814]]],[[1654.88,19436.2,0],0,false,[[2818,0,199.389],[1342,0,307.154]]], +[[5526.46,18571.8,0],0,true,[[5676,0,8.19235],[1451,0,64.3845],[3840,1,11.6699]]],[[4992.22,10923.7,0],0,true,[[3320,0,332.174],[3013,0,5.94161],[1258,0,5.87373]]],[[18272.5,20471.4,0],0,false,[[756,1,354.392]]],[[15650.2,14161.4,0],0,false,[[4845,1,7.43139],[3230,1,39.7706]]],[[13167.3,8110.06,0],0,false,[[3666,1,1.60231],[4137,0,40.7436]]], +[[9242.87,16445.2,0],0,true,[[2725,0,131.229],[4951,0,20.7854],[1476,0,11.566]]],[[5811.29,14059,0],0,true,[[3582,0,139.291],[4348,0,4.68003],[231,0,11.7552]]],[[13246.4,8720.6,0],0,true,[[4437,1,17.156],[3055,1,16.1266],[4256,1,4.82989]]],[[17209.3,18019.3,0],0,false,[[896,1,14.4629],[1783,1,64.5827]]],[[7731.43,12529.6,0],0,false,[[2341,0,384.062],[893,0,371.233]]], +[[15388.5,2668.07,0],0,false,[[4645,1,10.7699],[5450,0,177.413]]],[[2676.03,15159.8,0],0,false,[[124,0,313.956],[4498,0,379.674]]],[[13858.9,4763.47,0],0,false,[[2779,1,29.388],[2574,1,357.94]]],[[2783.28,17727.7,0],0,true,[[2839,0,308.859],[1877,0,1.88849],[5309,0,2.50923]]],[[10545.7,7675.58,0],0,false,[[71,0,42.8835],[5652,0,33.6149]]], +[[3099.71,1344.41,0],0,true,[[788,1,14.9823],[4345,0,82.3888],[622,1,13.3905]]],[[4017.04,13363.3,0],0,true,[[1229,2,33.3851],[2280,2,181.678],[5012,2,9.97686],[2362,2,9.03368]]],[[5913.09,14149.1,0],0,false,[[843,0,48.2675],[3571,0,139.291]]],[[11172.6,4085.13,0],0,false,[[549,0,112.123],[2873,0,127.826]]],[[5759.91,3872.89,0],0,true,[[5449,1,21.7053],[3455,1,201.075],[2388,1,3.2385]]], +[[19385.8,4368.97,0],0,false,[[2896,0,325.556],[62,0,205.819]]],[[2952.83,10606,0],0,false,[[271,0,4.48234],[2144,0,7.836]]],[[12577.3,8183.49,0],0,true,[[5395,0,85.974],[5080,0,17.0638],[3942,0,30.5934]]],[[9444.35,8513.02,0],0,false,[[361,0,21.2064],[4019,0,303.732]]],[[18710.5,11102.2,0],0,false,[[3518,0,46.6479],[4209,0,391.625]]], +[[12431.3,16163.6,0],0,false,[[2840,0,393.504],[2627,0,277.663]]],[[15017.3,13595.6,0],0,false,[[522,1,119.185],[1134,1,253.767]]],[[4004.21,4457.43,0],0,false,[[4718,0,234.517],[4042,0,295.037]]],[[3353.49,6323.5,0],0,false,[[2017,0,23.2674],[4238,0,34.9647]]],[[17599.3,8532.54,0],0,false,[[2235,0,100.166],[2143,0,160.441]]], +[[17163,7457.3,0],0,false,[[4983,0,116.459],[2320,0,186.105]]],[[15165.6,18887.2,0],0,false,[[5547,0,175.511],[4808,0,356.975]]],[[5016.8,18651.3,0],0,false,[[4658,0,239.829],[276,1,4.20634]]],[[14925.9,15380.1,0],0,true,[[4408,0,23.3599],[4381,0,11.12],[1166,0,10.6745],[4634,1,20.2532]]],[[15887.8,6754,0],0,false,[[4050,1,383.318],[4879,1,300.272]]], +[[7443.94,19635.2,0],0,false,[[153,0,146.632],[1614,0,48.0522]]],[[16131.2,6942.22,0],0,false,[[4879,1,9.45573],[3181,0,243.836]]],[[13272.3,7811.27,0],0,true,[[4035,0,4.53678],[2300,0,14.119],[2802,1,17.2165]]],[[14048.5,13278.8,0.026001],0,false,[[4239,0,40.8288],[448,0,24.1691],[2526,0,12.7555],[3788,0,22.9676]]],[[5798.26,16237,0],0,false,[[2600,1,387.918],[3285,1,23.2121]]], +[[18399.5,345.144,0],0,false,[[1520,1,5.62858],[4165,0,64.4421]]],[[15221.8,14450.2,0],0,false,[[1567,0,6.8727],[2702,0,18.6495]]],[[16139.3,6946.79,0],0,false,[[2560,1,5.98357],[4879,1,17.9464]]],[[16624.3,17653.7,0],0,true,[[629,1,20.368],[312,1,23.8115],[3871,1,1.5619],[4441,1,2.36379],[1578,1,6.39382],[1775,1,9.70116]]],[[2885.77,12610.1,0],0,true,[[2689,0,210.954],[4579,0,9.51864],[1401,0,11.8371]]], +[[18515.8,10976.5,0],0,true,[[1138,0,230.779],[2058,0,24.125],[4606,0,10.5055]]],[[13896,11893.4,0],0,false,[[4688,0,272.23],[5429,0,166.715]]],[[14537.8,5106.32,0],0,false,[[4760,1,13.9194],[5585,1,56.6338]]],[[11343.2,8372.91,0],0,false,[[821,0,175.285],[3684,0,15.9821]]],[[5839.61,6260.98,0],0,true,[[9,1,395.001],[1970,1,35.5481],[2571,1,9.63661]]], +[[15045.4,13766.2,0],0,false,[[4711,1,5.26173],[4735,0,14.277]]],[[19940,19724.2,0],0,false,[[3499,0,169.156],[1223,0,291.489]]],[[16086.8,5672.27,0],0,false,[[4287,0,193.662],[23,0,264.01]]],[[15542.8,5117.64,0],0,false,[[3850,0,270.909],[1880,0,141.101]]],[[3743.31,15118.8,0],0,true,[[3255,0,26.9946],[2194,0,35.7342],[4512,0,26.9437]]], +[[19630.1,13910.8,0],0,false,[[787,0,101.941],[2097,0,384.186]]],[[14148.8,15478,0],0,false,[[5698,0,78.7711],[2309,0,91.5949]]],[[19187.7,3411.54,0],0,true,[[140,0,212.047],[3960,0,2.21561],[2726,0,3.09249]]],[[10763,12769.9,0],0,true,[[4932,1,2.7587],[540,0,34.8948],[1418,1,13.8769]]],[[14849.6,3830.65,0],0,false,[[2178,1,388.465],[1853,1,381.978]]], +[[8854.32,14721.8,0],0,true,[[2537,1,30.4676],[1063,1,124.195],[3044,1,16.9966]]],[[5213.98,19661.9,0],0,false,[[2389,2,30.8305],[3056,2,359.601]]],[[8951.99,9902.87,0],0,false,[[623,0,379.576],[4273,0,355.451]]],[[12378.9,6495.04,0],0,false,[[2141,0,106.726],[3052,0,58.023]]],[[17284.4,11392.6,0],0,true,[[1908,0,8.58698],[1580,0,5.19188],[2427,1,5.30667]]], +[[8594.23,2051.45,0],0,false,[[2221,2,288.235],[3909,2,28.6733]]],[[5480.1,8123.4,0],0,false,[[2547,1,271.622],[3024,1,186.657]]],[[11077.5,17976.7,0],0,false,[[2732,0,12.0845],[2739,0,239.525]]],[[25.3956,6716.94,0],0,false,[[4891,2,290.724]]],[[13309,13599.9,0],0,true,[[4261,0,13.9616],[2291,0,2.93745],[4542,0,13.6209],[5512,0,14.1842]]], +[[10553.1,14157.4,0],0,true,[[1873,0,2.37324],[3424,0,2.72103],[641,0,2.7648]]],[[4900.64,18999.1,0],0,false,[[4160,0,198.973]]],[[14952.6,13952.4,0],0,false,[[4053,0,264.863],[2515,0,195.858]]],[[10958.6,17626.8,0],0,false,[[1479,0,13.3788],[2850,0,60.9977]]],[[16932.8,17655.9,0],0,false,[[5510,0,191.528]]], +[[12191.4,16658.5,0],0,false,[[3247,0,384.287],[317,0,174.697]]],[[9555.76,16498.1,0],0,true,[[4245,1,139.453],[898,1,10.9155],[1366,1,6.92158]]],[[13230.1,13133.4,0],0,false,[[4450,0,154.688],[56,0,20.7845]]],[[1517.87,13797.4,0],0,true,[[381,1,112.792],[4624,1,10.7398],[5629,1,7.43798]]],[[16274.6,16606.7,0],0,true,[[2798,0,2.9371],[1941,0,2.53502],[675,1,9.15468]]], +[[5995.43,7615.7,0],0,false,[[5631,0,358.837],[1335,0,104.206]]],[[499.5,2999.14,0],0,false,[[5007,1,8.60407],[791,0,14.5092]]],[[19927.9,4510.81,0],0,false,[[3987,0,20.0114],[3390,0,19.1175]]],[[2152.27,6634.36,0],0,false,[[1038,1,326.507],[2705,1,168.985]]],[[3627.25,16317.3,0],0,true,[[3407,0,3.3171],[1036,0,5.27418],[4602,0,4.31436]]], +[[7982.42,15510.8,0],0,false,[[1874,1,144.727],[3132,1,29.033]]],[[19087.7,3693.6,0],0,false,[[3767,0,21.1264],[34,0,49.9944]]],[[13979.5,12941.4,0],0,false,[[4858,0,84.6674],[2984,0,141.298]]],[[2075.7,10333.9,0],0,false,[[891,1,213.057],[1911,1,316.713]]],[[5756.59,12134.5,0],0,false,[[5713,0,349.568],[4748,0,35.1262]]], +[[15543.5,463.48,0],0,true,[[3058,1,30.9181],[1961,1,226.078],[1611,1,4.63669]]],[[13941.2,4438.02,0],0,false,[[2972,0,79.8999],[1072,1,5.09289]]],[[19488.9,8301.47,0],0,false,[[4806,0,18.5399],[4031,0,29.7116]]],[[17461.4,9207.17,0],0,false,[[1646,0,321.43]]],[[3152.9,8450.38,0],0,false,[[536,1,133.662],[5320,1,281.199]]], +[[6903.96,11004.7,0],0,true,[[979,1,140.029],[4079,1,307.914],[5029,1,2.51494]]],[[1191.21,19469.2,0],0,false,[[3898,0,326.023],[2818,0,278.829]]],[[18007.9,7717.08,0],0,true,[[1645,0,7.47577],[1247,0,4.56046],[5011,0,10.0944]]],[[12315.8,4962.33,0],0,true,[[4200,0,16.0964],[1548,0,136.64],[1756,0,3.07017]]],[[5531.73,6318.05,0],0,false,[[5647,0,37.5984],[5098,0,70.9786]]], +[[7301.84,6477.37,0],0,true,[[5289,0,8.20277],[2968,0,134.003],[2342,1,19.2735]]],[[13165.7,8110.43,0],0,true,[[1115,1,30.2879],[5626,1,27.0984],[3569,1,1.60231]]],[[11852.4,11775.9,0],0,false,[[2820,0,74.721],[757,0,357.198]]],[[18245.2,12931.9,0],0,false,[[3500,0,352.561],[2356,0,20.0345]]],[[13629,7762.79,0],0,false,[[2153,0,94.2559],[3727,0,215.186]]], +[[7759.19,1122.92,0],0,false,[[2133,1,368.389],[5351,1,80.7864]]],[[10333.9,2582.91,0],0,true,[[1470,0,6.763],[3061,0,10.3185],[2126,0,7.90202],[2349,0,5.87998],[1143,0,4.91589],[58,0,9.66427],[5423,0,10.7914],[1074,0,10.6348]]],[[17822.1,12158.9,0],0,true,[[2819,0,138.4],[1778,0,4.45594],[3845,0,11.8216]]],[[5846.21,7181.4,0],0,false,[[2876,0,366.951],[5631,0,100.466]]],[[19618.5,4525.13,0],0,false,[[1261,0,192.655],[2609,0,155.563]]], +[[2743.39,19426,0],0,false,[[4559,0,21.6612],[3010,0,5.03241]]],[[16617.9,18256.7,0],0,true,[[4719,0,25.5936],[1889,0,22.9079],[1394,0,12.1194]]],[[16941.5,5215.82,0],0,false,[[2401,0,340.968],[3404,0,129.42]]],[[18738.6,3725.74,0],0,true,[[1003,0,1.45467],[98,0,1.41871],[1037,0,1.68707]]],[[9612.04,11639.7,0],0,true,[[308,0,15.5599],[2118,0,231.087],[3528,0,140.866]]], +[[2575.47,8072,0],0,false,[[5412,0,350.914],[3824,0,267.899]]],[[19122.1,14135.1,0],0,false,[[2531,0,86.6663]]],[[3070.44,10937.4,0],0,false,[[1450,0,19.4893],[4173,0,8.08779]]],[[12631.3,7861.4,0],0,true,[[5000,0,399.011],[1271,0,16.2009],[5232,0,18.6759]]],[[11331.3,8364.63,0],0,true,[[4254,0,18.0152],[2527,0,292.287],[3613,0,15.9821]]], +[[12301.6,18602.1,0],0,false,[[960,0,23.8552],[2116,0,85.2734]]],[[12129.6,4123.94,0],0,false,[[4971,0,260.031]]],[[3926.74,13322.4,0],0,false,[[2362,0,96.8952],[2971,0,28.6946]]],[[6800.01,19049.8,0],0,false,[[2170,1,352.427],[4594,1,27.8439]]],[[12934.1,8891.29,0],0,false,[[125,1,213.412],[2398,1,20.5098]]], +[[19713.8,8423.32,0],0,true,[[1322,0,62.907],[4357,0,19.8512],[228,1,6.51212]]],[[19335.6,10979.6,0],0,false,[[3997,1,257.635],[137,1,226.812]]],[[13189.6,8048.01,0],0,true,[[834,1,78.5867],[4563,1,5.9721],[4186,1,8.38473]]],[[11275.9,3833.94,0],0,false,[[243,0,28.5537],[1390,0,27.9612]]],[[6231.16,13858.8,9.29042],0,true,[[705,1,16.4541],[81,1,18.0151],[5008,1,10.7732],[2543,1,4.42003]]], +[[6789.52,17490,0],0,true,[[164,0,72.5889],[3864,0,7.42591],[768,0,2.27352]]],[[13741.2,4208.33,0],0,true,[[928,0,281.231],[961,0,17.4299],[963,0,61.2008]]],[[15394.6,6015.51,0],0,false,[[617,0,365.738],[5134,0,7.85513]]],[[14054.1,15481.4,0],0,false,[[2309,0,3.21224],[4787,0,11.3069]]],[[17440.7,13998.6,0],0,false,[[2742,1,325.399],[4569,1,254.524]]], +[[12945,8886.29,0],0,false,[[4873,0,189.964],[2398,1,12.5458]]],[[8993.45,5640.09,0],0,true,[[68,0,164.89],[2747,0,100.876],[2060,0,101.607]]],[[4684.95,3921.83,0],0,false,[[5245,0,337.449],[3716,0,365.504]]],[[19679,7123.89,0],0,false,[[984,0,3.93729],[5376,0,3.26121]]],[[3869.45,2301.37,0],0,true,[[4807,1,6.73192],[1304,0,15.7951],[5335,1,8.88446]]], +[[18490.1,17615,0],0,false,[[605,1,60.5194],[3074,1,30.5508]]],[[14929.7,15346.6,0],0,true,[[4634,1,13.4312],[4934,0,109.145],[5099,0,5.71896]]],[[6440.35,13787.7,0],0,false,[[705,0,204.678],[4260,0,378.163]]],[[5487.8,14186.6,0],0,false,[[5636,1,203.155],[5604,1,103.02]]],[[13137.8,8371.15,0],0,false,[[871,1,33.8669],[1270,1,27.8102]]], +[[17137.3,5061.58,0],0,false,[[3785,0,36.3944],[4140,0,64.3599]]],[[17729.8,12030.9,0],0,true,[[2810,0,3.087],[5704,0,3.037],[2091,0,6.75369]]],[[16662,13296.4,0],0,false,[[922,0,381.265],[4809,0,165.693]]],[[9828.52,4554.15,0],0,false,[[1753,0,289.705],[5453,0,187.512]]],[[13268.7,8083.39,0],0,true,[[834,1,8.50897],[3307,0,7.38045],[3718,1,18.8539]]], +[[13484.4,4528.45,0],0,true,[[3256,0,68.1515],[4994,0,174.146],[4627,0,216.566]]],[[5018.73,3772.9,0],0,false,[[3702,0,365.504],[884,0,240.429]]],[[987.805,16989.7,0],0,false,[[5041,0,397.063],[217,0,287.844]]],[[13281.2,8097.48,0],0,true,[[1213,1,232.594],[834,1,27.1112],[3307,1,18.7678],[3714,1,18.8539]]],[[12596.2,19609.7,0],0,false,[[4786,0,242.869],[391,0,219.999]]], +[[4755.08,2564.02,0],0,false,[[4206,1,128.463],[5483,1,23.3761]]],[[13189.5,8554.37,0],0,true,[[4673,1,21.5357],[3980,1,22.3959],[3448,1,3.50077]]],[[19482.3,10076,0],0,true,[[319,0,3.91525],[2066,0,3.25149],[5681,1,7.92315]]],[[13831.9,4651.02,0],0,false,[[4684,1,19.7497],[2779,1,87.9883]]],[[9719.41,3997.09,0],0,true,[[4233,0,3.46576],[5466,0,5.27936],[4946,0,1.62354],[3751,0,2.81232]]], +[[7174.8,6431.8,0],0,false,[[3739,0,379.212],[1492,0,98.321]]],[[13968.3,19410.8,0],0,true,[[5358,0,18.5964],[1508,0,15.0863],[2267,0,4.56837],[2476,0,9.22145]]],[[13442.7,7870.38,0],0,false,[[3669,0,215.186],[2580,0,95.781]]],[[17361.2,7193.46,0],0,false,[[418,0,133.529],[771,0,272.47]]],[[7070.18,4632.34,0],0,true,[[274,1,19.5331],[5152,1,129.082],[5664,1,8.53564],[3356,1,11.5305]]], +[[3893.74,15148.6,0],0,true,[[2679,0,382.232],[1542,0,11.5043],[1846,2,16.392]]],[[18813.1,14944,0],0,true,[[2055,0,336.605],[1462,0,3.9828],[1185,0,7.18265],[2646,1,5.14334]]],[[17676.9,12215.4,0],0,true,[[5616,0,3.85366],[753,0,1.98565],[3103,0,2.80033],[1514,0,8.14677],[1004,0,8.25589]]],[[10473.3,17289.7,0],0,false,[[1772,0,200.111],[2970,0,127.799]]],[[1891.43,13914.7,0],0,true,[[3474,0,3.44109],[1818,0,3.09131],[2434,1,6.11451]]], +[[18555,17598.5,0],0,true,[[5432,0,203.151],[3064,0,4.10146],[605,1,7.11228]]],[[3153.74,19702.1,0],0,false,[[2063,0,357.002],[3367,0,342.33]]],[[19333,14270.6,0],0,true,[[5128,0,4.80614],[2824,0,12.6252],[2922,0,7.75638]]],[[10666.7,12731.9,0],0,false,[[4976,1,341.658],[855,1,23.8722]]],[[6816.16,6308.76,0],0,false,[[5056,0,50.0401],[3725,0,379.212]]], +[[5617.41,3531.67,0],0,true,[[805,0,119.482],[5326,0,267.856],[1078,0,57.9927]]],[[15826.9,14223.4,0],0,false,[[4127,1,19.3178],[3432,1,16.3307]]],[[7338.36,7790.91,0],0,false,[[4080,0,3.51514],[3547,0,12.7716]]],[[10027.9,8649.84,0],0,false,[[3127,0,369.378],[716,0,14.4637]]],[[5234.18,19643.7,0],0,false,[[4119,0,16.4102],[3827,0,351.845]]], +[[10015.1,11453.3,0],0,false,[[3528,0,347.861],[408,0,243.013]]],[[12759.4,8212.8,0],0,false,[[1058,1,23.5128],[1994,1,116.392]]],[[18963.7,7145.24,0],0,false,[[1914,0,394.782],[5643,0,29.7368]]],[[7777.34,15779.7,0],0,false,[[260,1,2.94108],[2148,0,3.4375]]],[[14594.1,12538,0],0,false,[[2907,1,368.249],[2740,1,401.399]]], +[[7396.02,7780.62,0],0,false,[[280,2,26.6613],[5032,2,87.465]]],[[9718.36,3994.48,0],0,true,[[4946,0,2.48916],[4233,0,0.768597],[5323,0,3.736],[3381,0,3.05861],[3724,0,2.81232]]],[[16893.4,19264.1,0],0,true,[[2282,0,17.0358],[2558,0,384.27],[5158,0,9.45642]]],[[3282.73,7359.93,0],0,false,[[2509,1,260.251],[2035,1,85.2223]]],[[3269.2,6639.9,0],0,false,[[1980,1,378.708],[2831,1,236.7]]], +[[16002.8,15060.7,0],0,false,[[2410,1,374.346],[4508,1,236.768]]],[[16822.7,8581.01,0],0,false,[[3090,1,55.7082],[3008,1,223.766]]],[[11468.2,7786.73,0],0,false,[[5311,0,276.96],[1770,0,141.917]]],[[17247.9,17489.7,0],0,true,[[3861,0,2.56259],[1638,0,13.2531],[5656,0,4.02221]]],[[18853.5,3289.93,0],0,false,[[5475,0,47.1096],[140,0,144.828]]], +[[19929,4774.41,0],0,true,[[2879,0,19.7334],[763,0,3.53731],[5222,0,6.28958]]],[[12693.4,8328.29,0],0,false,[[1049,0,46.0443],[3917,0,25.8859]]],[[6377.76,4182.84,0],0,false,[[445,1,242.564],[1441,1,273.909]]],[[12485.5,6442.65,0],0,false,[[2921,0,83.4418],[3174,0,130.502]]],[[15105.6,6439.39,0],0,true,[[4202,1,20.0986],[4513,1,174.582],[3375,1,14.4073],[3806,1,11.3918],[2248,1,8.61094]]], +[[13853.4,7219.1,0],0,false,[[3157,0,249.791],[3188,0,174.152]]],[[10576,20169.1,0],0,false,[[4064,0,326.561],[4108,0,24.4944]]],[[19083,3714.2,0],0,false,[[2811,0,15.6561],[3651,0,21.1264]]],[[7496.71,19635.7,0],0,true,[[1614,0,4.89817],[1474,0,3.05251],[2412,0,7.76055]]],[[16961.9,2979.97,0],0,false,[[5101,0,290.241],[0,0,208.562]]], +[[4126.77,14714,0],0,false,[[2701,0,30.401],[1705,0,172.284]]],[[19372.6,19655.5,0],0,false,[[3047,0,379.642],[803,0,55.7131]]],[[8566.67,17508.9,0],0,true,[[5578,0,333.092],[3554,0,66.5322],[1587,0,392.843]]],[[3586.71,6219.99,0],0,true,[[5327,0,6.94589],[943,0,12.2108],[424,1,5.54821]]],[[17884.5,19671.5,0],0,true,[[2049,1,22.986],[4992,1,22.7085],[4041,1,4.48251],[5287,1,3.60892],[3005,1,7.02777]]], +[[7434.7,10121.3,0],0,false,[[1324,1,132.301],[4653,1,354.846]]],[[6987.56,10894.3,0],0,true,[[5029,0,136.126],[942,0,6.61855],[5436,1,15.1651]]],[[9720.76,698.04,0],0,true,[[5009,2,28.0041],[983,2,29.0042],[1593,2,23.0112],[4995,2,24.5616],[1731,2,18.0144],[4352,2,10.006],[2290,2,29.5811]]],[[2341.42,14373.8,0],0,false,[[3902,0,204.713],[4457,0,364.624]]],[[16480.1,9009.72,0],0,false,[[437,0,382.119],[1831,0,339.847]]], +[[10149.8,7051.75,0],0,true,[[1651,1,313.07],[4592,1,33.5992],[2163,1,9.86262]]],[[15229.2,3958.13,0],0,false,[[3932,0,217.469],[1151,0,318.04]]],[[20095.6,8395.6,0],0,false,[[5257,0,186.979],[264,0,393.231]]],[[10571.1,12923,0],0,true,[[4141,1,87.5881],[4286,1,30.1063],[3933,1,8.19402]]],[[15679.2,16947.6,0],0,false,[[937,0,184.989],[3891,0,239.185]]], +[[17110.7,5036.84,0],0,true,[[4717,0,4.99146],[3710,0,36.3944],[1323,0,8.65831]]],[[465.102,2961.7,0],0,false,[[2993,0,67.7293],[1330,0,23.3973]]],[[17410.2,17940.4,0],0,true,[[2298,1,313.502],[5455,1,22.4742],[1380,1,6.81847]]],[[14061.2,13259.7,0],0,false,[[2526,0,20.5364],[1734,0,24.3238],[3603,0,22.9676]]],[[13263.4,15003.1,0],0,false,[[1106,0,396.835],[3451,0,298.873]]], +[[14708.5,11934.9,0],0,true,[[5708,0,10.0079],[2608,0,16.3686],[252,0,4.15311]]],[[19889.7,11272.6,0],0,false,[[902,0,194.4]]],[[18893,14277.7,0],0,true,[[2486,1,4.18688],[4193,1,3.53985],[5190,1,13.9892],[4203,1,4.49385]]],[[15672,3119.65,0],0,false,[[5397,0,112.788]]],[[10353.8,7879.23,0],0,false,[[1894,0,99.9238],[4073,0,169.287]]], +[[12440.9,9560.97,0],0,true,[[1649,1,301.292],[1233,1,23.4251],[2648,1,12.5676],[3879,1,10.5344]]],[[7391.61,16309.5,0],0,false,[[2045,1,379.254],[674,1,337.246]]],[[13994.8,18588.3,0],0,false,[[3513,0,178.631],[609,0,323.197]]],[[11207.8,3878.76,6.10352e-005],0,false,[[885,0,77.1885],[3819,0,35.3523]]],[[5927.48,8904.56,0],0,true,[[3865,0,3.39858],[82,0,3.30969],[995,0,6.21763],[3139,1,11.5469],[4610,1,17.487]]], +[[6931.07,17629,0],0,false,[[2140,0,156.642],[164,0,148.08]]],[[3552.35,15195.5,0],0,true,[[5223,1,175.839],[4394,1,8.76555],[4088,1,3.31244]]],[[17281.4,17431.3,0],0,false,[[879,0,47.0169],[2999,0,169.305]]],[[13813.8,16903.6,0],0,false,[[3421,0,214.219],[1214,0,386.88]]],[[12153.5,9947.51,0],0,false,[[4252,1,47.0458],[1101,1,16.7166]]], +[[16922.3,17993.5,0],0,false,[[126,0,44.4816],[4405,0,41.6234]]],[[15095.4,6434.42,0],0,true,[[3375,0,3.65305],[2248,0,5.93854],[3764,1,11.3918]]],[[16421.7,5237.89,0],0,false,[[4181,0,407.217],[3409,0,335.306]]],[[7149.89,13395.3,0],0,false,[[5191,1,15.674],[574,1,209.33]]],[[10987.6,11572.8,0],0,false,[[2014,0,27.0178],[3249,0,10.9488]]], +[[14714.7,221.081,0],0,true,[[2236,0,63.4925],[4015,0,40.2832],[429,0,93.7788]]],[[18007.7,6839.05,0],0,false,[[4585,0,309.276],[2241,0,384.957]]],[[2958,5058.99,0],0,false,[[1796,0,136.425],[2478,0,178.528]]],[[14948,16106.9,0],0,false,[[2687,0,359.923],[751,0,4.61412]]],[[6753.18,16914.1,0],0,false,[[5375,1,163.045],[376,1,383.425]]], +[[18450.2,17615.1,0],0,true,[[1674,0,15.7306],[485,0,20.4591],[3074,1,13.8434]]],[[15574.8,8802.91,0],0,false,[[1515,1,263.043],[2465,1,12.6986]]],[[8076.04,16846.2,0],0,false,[[3996,1,273.121],[3169,1,14.2048]]],[[481.187,3079.97,0],0,true,[[2149,0,15.9581],[57,1,9.54622],[2889,1,5.30569]]],[[11243,3875.92,-0.00012207],0,false,[[3798,0,35.3523],[5579,0,19.1531],[243,0,28.5542]]], +[[14270.7,11937,0],0,false,[[2740,1,340.943],[1082,1,42.6682]]],[[13615.9,5289.62,0],0,false,[[1865,1,383.619],[318,1,304.514]]],[[10960.2,17643.9,0],0,false,[[862,0,123.943],[1479,0,21.6886]]],[[12104.1,10025.3,0],0,false,[[1421,1,360.358],[3120,1,24.095]]],[[2661.53,7818.34,0],0,false,[[3680,0,267.899],[766,0,359.751]]], +[[4284.34,17919.7,0],0,true,[[5277,2,179.406],[349,2,17.2621],[743,2,9.39226]]],[[13706.3,18096,0],0,false,[[1708,0,374.295],[4729,0,235.977]]],[[5562.28,19770.2,0],0,false,[[3744,0,351.845],[702,0,212.276]]],[[4277.84,16476.5,0],0,true,[[4163,2,19.7286],[3849,2,368.947],[196,2,8.87339]]],[[6232.32,6108.29,0],0,false,[[3179,1,6.34403],[4816,0,13.3022]]], +[[20402.9,5940,0],0,true,[[1722,0,4.44436],[2429,0,3.92445],[4395,0,4.5245]]],[[14346.9,15870.7,0],0,true,[[3265,0,2.07401],[918,0,21.3338],[2027,0,4.77566]]],[[11706.6,11637.7,0],0,false,[[5464,0,112.408],[2820,0,163.601]]],[[16743.6,463.891,0],0,true,[[2257,1,208.824],[1615,1,15.3862],[1836,1,8.13025]]],[[9007.2,238.54,0],0,false,[[4043,1,171.111],[2050,1,322.573]]], +[[15011.8,970.072,0],0,true,[[4492,0,336.242],[1622,0,6.5424],[5019,0,4.76097],[5603,0,3.50541]]],[[6132.75,155.288,0],0,false,[[5458,1,311.758],[5023,1,146.953]]],[[15408.5,2808.8,0],0,false,[[3197,1,5.87201],[3007,0,132.909]]],[[2967.28,2069,0],0,false,[[634,1,96.8902],[712,1,230.394]]],[[2769,11492.9,0],0,false,[[1647,0,373.491]]], +[[5535.07,18579.7,0],0,true,[[2697,1,24.0823],[1730,1,95.2166],[5676,1,13.1801],[3565,1,11.6699]]],[[19496.6,8628.42,0],0,true,[[4682,0,340.411],[3175,0,2.96986],[3946,0,6.26543]]],[[9730.51,16582.6,0],0,true,[[898,1,198.76],[4672,1,139.545],[5288,1,3.36002]]],[[5204.02,7490.56,0],0,true,[[1112,1,163.588],[3354,1,14.0831],[5373,1,3.63398],[2346,1,11.9357]]],[[3855.59,16289,0],0,false,[[550,2,7.97313],[1219,0,221.479]]], +[[17812.2,12152.4,0],0,true,[[2541,0,30.6633],[427,0,61.5864],[3672,0,11.8216],[1778,0,10.7167]]],[[4360.8,4600.41,0],0,false,[[1257,1,161.429],[635,1,267.301]]],[[17143.5,17876.9,0],0,false,[[2171,0,100.623],[1013,0,34.8645]]],[[14422.3,19693.6,0],0,false,[[2812,0,280.041],[4573,0,232.719]]],[[4493.43,16773.8,0],0,false,[[3828,2,368.947],[2064,2,251.974]]], +[[15450.7,5372.29,0],0,true,[[1445,0,5.74608],[3618,0,270.909],[4862,0,5.50441]]],[[5174.29,6807.14,0],0,false,[[3966,1,271.456],[1633,1,141.385]]],[[17660.7,12231.3,0],0,true,[[488,0,5.59229],[1039,0,4.0991],[1609,0,3.06096],[5247,0,1.47903]]],[[3412.86,1284.87,0],0,false,[[4870,1,187.191],[314,1,27.1479]]],[[13551.6,13578.2,0],0,false,[[976,0,54.7028],[1700,0,18.3808]]], +[[15877.3,14478.9,0],0,false,[[4919,0,3.11176],[3126,1,2.54151]]],[[14374.1,7969.69,0],0,true,[[5159,0,1.78602],[2606,0,1.78185],[1367,0,13.1612]]],[[2647.66,19350.2,0],0,false,[[3084,0,310.192],[1472,0,104.394]]],[[1118.96,8406.01,0],0,true,[[4299,1,235.093],[394,1,27.2964],[2821,1,12.2764]]],[[7056.63,673.751,0],0,false,[[4182,0,173.756]]], +[[13109.1,2540.51,0],0,false,[[4929,0,387.659],[4693,0,293.732]]],[[17245.3,17489.7,0],0,true,[[4853,0,1.7341],[3758,0,2.56259],[5656,0,1.67266]]],[[9716.44,3998.82,0],0,true,[[1442,0,2.71861],[4946,0,2.34272],[1218,0,2.60452]]],[[1417.09,3691.04,0],0,false,[[1653,0,392.484],[2956,0,275.004]]],[[6787.47,17482.8,0],0,true,[[3695,0,7.42591],[4941,0,90.7281],[768,0,6.20558]]], +[[5925.01,8902.23,0],0,false,[[3139,1,8.15331],[3799,0,3.39858]]],[[5200.86,12590.8,0],0,false,[[2688,2,328.857],[5187,2,271.235]]],[[18478.7,6618.76,0],0,true,[[2241,0,136.949],[1162,0,19.6749],[479,0,7.24317]]],[[7618.46,3126.24,0],0,false,[[1844,2,291.249],[4469,2,391.085]]],[[187.638,19232.8,0],0,false,[[4070,0,327.95]]], +[[20202.5,16256.6,0],0,false,[[4236,0,316.394],[4468,0,202.096]]],[[16625.5,17654.6,0],0,false,[[3608,1,1.5619],[4441,0,3.5065]]],[[16324.3,7118.63,0],0,false,[[3313,0,32.8375],[309,0,160.157]]],[[17033.5,17818.7,0],0,true,[[2033,0,14.3737],[5510,0,145.972],[5574,0,8.78806]]],[[14790.4,207.782,0],0,false,[[2403,0,31.724]]], +[[7758.95,15799.1,0],0,false,[[260,1,25.182],[2045,1,250.893]]],[[19482,18486.1,0],0,false,[[2003,0,235.393],[1899,0,223.901]]],[[13604.3,12713.5,0],0,true,[[2520,0,217.457],[2634,0,25.4553],[672,0,216.492]]],[[17666.1,12220.9,0],0,true,[[1975,0,3.19163],[2793,0,2.29699],[3128,0,2.2795],[5686,0,1.9311]]],[[12445.4,9551.45,0],0,true,[[2648,0,3.46888],[1589,0,184.961],[3795,1,10.5344]]], +[[19608.4,4773.66,0],0,true,[[2247,0,85.4574],[3042,0,18.4353],[904,0,9.63588]]],[[19493.4,14116.5,0],0,false,[[3920,0,35.8171],[787,0,148.948]]],[[6872.09,10656.9,0],0,false,[[2735,2,84.84],[4908,2,26.8941]]],[[15092.2,6428.78,0],0,false,[[4202,1,3.05011],[3375,0,2.91417]]],[[5919.56,14201.5,0],0,true,[[450,1,19.5526],[5361,1,389.698],[843,1,7.10407]]], +[[5691.6,13985.1,0],0,false,[[4168,0,44.6364],[4057,0,141.972]]],[[13462.1,13796,0],0,false,[[2620,0,185.831],[2391,0,247.966]]],[[10392.3,11499.3,0],0,false,[[1947,0,54.2231],[4369,0,151.437]]],[[13600.6,9356.77,0],0,false,[[5452,1,169.699],[3115,1,397.919]]],[[10864.5,10997.7,0],0,true,[[4783,0,3.46724],[3206,0,3.54196],[5102,1,3.87693]]], +[[15000.6,9433.32,0],0,false,[[1789,0,211.733],[3027,0,267.871]]],[[15902.5,17033.4,0],0,false,[[3784,0,239.185],[5178,0,308.709]]],[[15131.2,8875.32,0],0,true,[[4322,0,3.17281],[5640,0,3.03744],[19,1,3.0379]]],[[14057.3,13319.1,0],0,false,[[4423,0,20.8817],[448,0,19.0088]]],[[13989.9,7092.12,0],0,true,[[462,0,3.96485],[2394,0,5.43814],[3188,0,12.3266],[1621,0,15.2202]]], +[[7822.99,15739.8,0],0,false,[[5074,0,6.38827],[4784,0,6.86952]]],[[13483.5,16323.2,0],0,false,[[3957,0,296.6],[1715,0,63.5308]]],[[7009.8,6018.02,0],0,false,[[3427,0,228.657],[4860,0,255.705]]],[[873.833,19468.8,0],0,false,[[1216,0,225.123],[3661,0,326.023]]],[[2142.57,10944.4,0],0,true,[[5553,1,21.4565],[1904,1,20.5253],[5156,1,5.87143],[5564,1,3.58926],[5331,1,3.99984],[1147,1,10.1604],[3553,1,7.7965],[273,1,6.98156]]], +[[10646.7,11565,0],0,false,[[2070,0,70.7341],[2719,0,71.7432]]],[[5126.33,6497.57,0],0,false,[[1172,1,5.09209],[2772,0,30.9179]]],[[2147.96,14309.2,0],0,false,[[2497,0,145.572],[3778,0,204.713]]],[[5729.98,8557.56,0],0,false,[[3024,1,314.897],[3139,1,388.576]]],[[4236.31,16168.8,0],0,false,[[982,0,47.0634]]], +[[14055.8,15495.1,0],0,false,[[302,0,133.699],[4333,0,11.5234]]],[[10360.6,6887.32,0],0,true,[[1636,0,61.7908],[4852,0,13.2437],[1351,0,24.516]]],[[997.437,6614.76,0],0,false,[[677,0,174.611],[1680,0,317.642]]],[[15489.3,16313.8,0],0,false,[[4635,0,392.663],[120,0,256.286]]],[[8583.83,2078.17,0],0,true,[[3630,2,28.6733],[1243,2,285.798],[538,2,10.0584]]], +[[2123.18,344.974,0],0,false,[[3057,1,358.377],[3106,1,361.965]]],[[7319.43,7788.18,0],0,false,[[4080,0,15.896],[1826,0,82.5927]]],[[12772.4,5836,0],0,false,[[486,0,254.482],[4480,0,280.398]]],[[15727.3,9238.52,0],0,false,[[2656,1,2.39135],[2451,0,4.29981]]],[[12457.6,14783.3,0],0,false,[[826,0,285.913],[148,0,146.849]]], +[[13860.1,10402.5,0],0,true,[[3473,0,3.37948],[2791,0,3.89552],[219,1,11.6612]]],[[14281.4,6820.49,0],0,true,[[2378,0,4.82268],[3309,0,37.7832],[282,0,7.51104]]],[[12713.6,8344.52,0],0,false,[[3761,0,25.8859],[597,0,22.7648]]],[[15201.6,256.814,0],0,false,[[1410,0,140.906],[3069,0,167.185]]],[[11418.4,18343.4,0],0,false,[[2111,0,182.362],[2137,0,309.49]]], +[[19484,14151,0],0,false,[[4376,0,3.1619],[3881,0,35.8171]]],[[10862.4,841.072,0],0,false,[[4957,1,361.356],[193,1,167.478]]],[[14285.2,654.166,0],0,false,[[2602,0,219.923],[5344,0,24.6711]]],[[15570.6,9847.74,0],0,false,[[3403,0,293.28],[4832,0,154.445]]],[[9949.94,629.204,0],0,false,[[4697,1,11.5079],[5042,1,35.3505]]], +[[11081.4,12703,0],0,true,[[258,0,4.41967],[3546,0,249.61],[4284,1,6.61928]]],[[2870.69,12610.6,0],0,true,[[3388,0,21.2266],[4579,0,5.58178],[1401,0,3.27185]]],[[11240.9,9233.1,0],0,true,[[2533,0,7.27314],[2986,0,228.409],[4970,0,12.7602]]],[[15958.6,11634.3,0],0,false,[[3077,0,40.2835],[5095,0,24.0904]]],[[16467.9,8463.39,0],0,false,[[4752,0,182.519],[2369,0,367.836]]], +[[16764.8,17085.3,0],0,false,[[3079,0,183.338],[3237,0,334.318]]],[[16711.1,18230,0],0,false,[[1582,0,3.38866],[1952,0,3.6141]]],[[15108.7,4138.07,0],0,false,[[541,0,366.997],[3781,0,217.469]]],[[10568.9,12930.9,0],0,false,[[3783,1,8.19402],[5342,0,78.4303]]],[[18082.3,5211.1,12.471],0,true,[[3423,0,363.705],[5371,0,18.4735],[2239,0,11.5242]]], +[[8921.33,12367.1,0],0,false,[[3467,0,293.151],[1224,0,275.244]]],[[10321.3,2585.77,0],0,true,[[3109,0,4.04065],[3041,0,3.69292],[4178,0,8.20899],[3306,0,8.34767]]],[[9456.74,10807.5,0],0,false,[[4123,0,385.187],[3202,0,122.946]]],[[3919.34,14092.3,0],0,false,[[2016,2,339.031],[4915,2,114.989]]],[[17559.1,12379.2,0],0,false,[[482,0,34.7101],[5561,0,307.58]]], +[[18001,16327.3,0],0,false,[[1819,0,248.918],[2508,0,140.766]]],[[826.757,6937.42,0],0,true,[[5532,0,2.50903],[2452,0,2.45096],[2384,1,1.04431]]],[[12590.6,8210.78,0],0,false,[[3587,0,30.5934],[1456,0,26.5922]]],[[8808.45,1511.71,0],0,true,[[3189,2,112.527],[4125,2,27.2533],[5495,2,13.8145]]],[[4607.05,1032.51,0],0,false,[[5596,1,318.295],[2,1,181.989]]], +[[3775.02,4842.69,0],0,false,[[3187,2,319.468],[4964,2,116.108]]],[[19495,8622.35,0],0,true,[[3175,0,3.30938],[3841,0,6.26543],[815,0,7.18418]]],[[10558.7,11650.9,0],0,false,[[2564,0,214.51],[3216,0,154.107]]],[[9144.62,1563.33,0],0,false,[[4661,2,345.828],[2130,2,325.139]]],[[14249.8,14603.8,0],0,false,[[1180,0,373.374],[459,0,243.093]]], +[[19980.8,7876.95,0],0,false,[[213,1,278.039],[4228,1,342.082]]],[[4993.72,10910,0],0,true,[[4114,0,6.05337],[2942,0,398.137],[2370,0,5.51388],[515,0,8.07953]]],[[5713.76,14169.7,0],0,true,[[2135,0,15.6035],[4666,0,59.243],[285,1,13.6585]]],[[17719.7,4772.23,0],0,false,[[42,0,175.206],[5188,0,27.5161]]],[[11673.4,11539.4,0],0,false,[[1240,0,22.9171],[5286,0,167.108]]], +[[10636.9,11232,0],0,true,[[5102,1,323.51],[4386,1,12.7643],[3076,1,12.9112]]],[[9849.65,12311.2,0],0,false,[[5359,1,22.4128],[3406,1,344.528]]],[[13337,16065.3,0],0,false,[[4861,0,141.408],[3896,0,296.6]]],[[2779.08,17728.6,0],0,true,[[1877,0,2.44197],[212,0,3.17911],[5309,0,3.53805]]],[[17260.2,11393.8,0],0,false,[[2463,0,349.169],[1908,0,15.7905]]], +[[19187.9,3413.75,0],0,false,[[3622,0,2.21561],[2726,0,1.00245]]],[[7577,8369.79,0],0,false,[[3541,0,304.69],[4463,0,166.548]]],[[12580.3,8075.35,0],0,true,[[1737,1,19.5415],[5149,1,13.2125],[4613,1,27.1779]]],[[10151.2,7712.39,0],0,false,[[2182,0,24.8622],[1803,0,45.8155]]],[[11494.5,12928,0],0,false,[[337,1,20.5286],[731,1,396.442]]], +[[6761.2,6280.26,0],0,false,[[5316,0,6.56837],[3427,0,132.694]]],[[5092.91,6550.75,0],0,false,[[1686,1,54.3391],[3851,1,271.456]]],[[12766.8,9376.36,0],0,false,[[4429,0,120.611]]],[[12599.1,4186.98,0],0,true,[[2294,0,3.58925],[283,0,3.96539],[1739,0,5.32617]]],[[13361.3,15847.2,0],0,true,[[2549,0,240.481],[4620,0,4.44992],[135,0,8.10997]]], +[[3230.89,10968.6,0],0,false,[[1450,0,144.766],[2284,0,225.953]]],[[8492.54,4765.24,0],0,false,[[4191,0,179.934],[4129,0,158.867]]],[[8674.41,20316.3,0],0,false,[[3544,0,327.494],[2125,0,218.871]]],[[13848.5,19463.1,0],0,false,[[1569,0,241.724],[4898,0,20.0929]]],[[2325.47,15940.8,0],0,false,[[1881,0,19.4986]]], +[[9720.47,4003.29,0],0,true,[[2763,0,3.98552],[229,0,3.48154],[5466,0,1.35345]]],[[11111.1,19065.7,0],0,false,[[738,0,322.927],[867,0,380.327]]],[[14273,636.328,0],0,false,[[780,0,196.125],[1417,0,21.1102]]],[[864.008,8848.13,0],0,false,[[1986,1,374.508],[1320,1,377.868]]],[[13703.3,4796.99,0],0,false,[[3321,1,16.4659],[2393,1,101.043]]], +[[13187.8,8532.05,0],0,false,[[3721,1,22.3959],[5268,1,45.5658]]],[[1967.07,9835.3,0],0,true,[[449,0,2.98213],[3548,0,133.474],[858,1,7.18102]]],[[13877.1,4373.47,0],0,false,[[2972,0,12.625],[4075,1,4.32129]]],[[18601.4,17576.6,0],0,true,[[2706,0,4.15438],[5079,0,318.463],[1129,0,2.1326],[1804,1,5.26513]]],[[14083.5,19410.3,0],0,true,[[1538,0,54.2665],[5358,0,96.9773],[4229,0,339.987]]], +[[16263.6,12518.5,0],0,false,[[5536,1,9.12554],[4289,0,6.56227]]],[[5834.24,17560.4,0],0,false,[[4143,0,31.2881],[4130,0,323.747]]],[[19927.2,4530.8,0],0,true,[[2297,0,104.201],[3647,0,20.0114],[3195,0,28.7304]]],[[8252.49,20467.6,0],0,false,[[5627,1,148.122]]],[[10891.1,17918.3,0],0,false,[[3322,0,184.854],[2115,0,143.897]]], +[[1002.33,2868.99,0],0,false,[[4921,1,386.877],[2201,1,135.555]]],[[10061.1,18324.1,0],0,false,[[2992,0,169.85],[3526,0,216.341]]],[[15213.3,483.573,0],0,false,[[415,0,89.6565],[3543,0,26.2179]]],[[11738.6,1046.74,0],0,false,[[4477,1,89.8807],[1736,1,20.2956]]],[[17264.6,4195.07,0],0,false,[[1062,0,321.622],[1724,0,78.6115]]], +[[11333.3,7490.72,0],0,false,[[1849,0,118.679],[5218,0,331.044]]],[[7806.34,16882,0],0,false,[[5394,1,186.6],[3817,1,273.121]]],[[19412.3,10733.7,0],0,false,[[1044,1,187.728],[3691,1,257.635]]],[[8038.27,3444.9,0],0,false,[[1936,2,241.862],[4293,2,201.599]]],[[19785.7,11594.9,0],0,false,[[1650,0,202.968]]], +[[14601.7,5117.38,0],0,false,[[5315,0,56.8219],[1168,0,364.676]]],[[2962.05,19393,0],0,true,[[5066,0,206.369],[4220,0,2.83957],[5333,0,3.3997]]],[[10456.4,11460,0],0,false,[[1947,0,21.0901],[2564,0,4.33158]]],[[5544.39,12353.2,0],0,true,[[2625,0,228.995],[4483,0,5.24046],[5120,2,11.483]]],[[19073.8,3714.94,0],0,false,[[4221,0,24.1641],[947,0,27.6936]]], +[[6980,13556.6,0],0,false,[[4260,0,215.308],[4039,0,218.24]]],[[4847.47,18802.5,0],0,true,[[1460,2,10.9884],[4728,2,5.75141],[4160,2,5.20088]]],[[7140.85,13385.8,0],0,false,[[4039,0,16.374],[5191,1,4.66794]]],[[3856.01,15021.2,0],0,true,[[4533,2,23.102],[842,2,50.2665],[3302,2,7.55249],[3417,2,15.9056]]],[[13535,13321.7,0],0,false,[[1700,0,246.627],[2105,0,371.292]]], +[[4036.61,13129.4,0],0,true,[[5590,2,230.374],[5584,2,137.392],[948,2,5.47551]]],[[17712.5,12019.8,0],0,true,[[1333,0,7.9939],[4195,0,3.77682],[2301,0,3.57208]]],[[16980.1,17925.8,0],0,true,[[1200,0,18.1785],[5198,0,78.0249],[2749,0,5.2197]]],[[17687.4,12063.1,0],0,true,[[1051,0,7.44243],[1139,0,40.5697],[1209,0,5.95531]]],[[14360.8,15860.8,0],0,true,[[2027,0,18.8804],[3481,0,59.3436],[1126,0,10.2968]]], +[[14678.9,237.73,0],0,false,[[3810,0,40.2832],[780,0,388.479]]],[[15460.1,598.375,0],0,true,[[3207,0,6.74654],[4888,0,13.9282],[3532,1,10.1988]]],[[11614.6,8099.41,0],0,false,[[404,0,101.916],[4254,0,371.713]]],[[13192.2,982.547,0],0,false,[[2592,0,365.38],[2468,0,249.947]]],[[9212.35,8318.58,0],0,false,[[3588,0,303.732],[5522,0,219.181]]], +[[12381.5,4840,0],0,true,[[1548,0,3.31638],[2569,0,3.01154],[1712,0,1.73751]]],[[1190.49,9980.8,0],0,false,[[5195,0,144.922],[2087,0,294.777]]],[[3188.81,12673.4,0],0,false,[[1012,0,53.2131],[718,0,30.2511]]],[[9516.32,16605.3,0],0,true,[[2313,0,232.959],[2725,0,185.666],[435,0,200.411]]],[[12607,4189.44,0],0,true,[[1984,0,2.96635],[2593,0,2.26719],[1739,0,3.565],[59,0,3.38239]]], +[[10327.6,7723.5,0],0,false,[[833,1,52.8269],[5214,1,28.4465]]],[[7413.15,8308.41,0],0,true,[[144,0,2.52533],[2912,0,2.27462],[5386,2,0.914303]]],[[1278.53,668.429,0],0,true,[[4925,0,3.04994],[3037,0,2.28719],[3155,0,2.61136]]],[[1543.38,13878.5,0],0,true,[[4746,1,4.64055],[48,1,122.677],[3296,1,4.34031],[2102,1,6.71315]]],[[19131,3916.97,0],0,false,[[2586,0,2.65657],[2977,0,0.462335]]], +[[3078.2,10959.2,0],0,false,[[1436,0,234.436],[4173,0,29.8875]]],[[19518.4,8298.1,0],0,true,[[3657,0,29.7116],[1634,0,32.937],[880,0,37.0556]]],[[9794.77,16584,7.94703],0,true,[[1080,1,17.6497],[4656,1,16.0047],[5409,1,8.83336],[1696,1,11.0873]]],[[3165.4,15596.5,0],0,false,[[2514,0,35.7062]]],[[12378.3,4830.96,0],0,false,[[5321,0,3.04349],[2827,0,81.5384]]], +[[13267.9,7810.29,0],0,true,[[2959,0,9.83651],[3602,0,4.53678],[242,1,18.0412],[2802,1,15.753]]],[[14651.6,19881.4,0],0,true,[[3229,0,10.021],[4772,0,56.0961],[2812,0,19.6676]]],[[2463.98,8407.11,0],0,true,[[4107,1,19.7671],[4375,1,395.017],[4319,1,15.9458],[4701,1,11.7711],[5412,1,9.14416]]],[[8630.93,7344.29,0],0,false,[[1938,0,245.561],[2814,0,382.848]]],[[7129.63,13397.7,0],0,false,[[4005,0,218.24],[4007,0,16.374]]], +[[15055.5,523.247,0],0,true,[[4481,0,151.27],[2426,0,69.5262],[4492,0,135.541]]],[[17885.1,19667,0],0,false,[[3774,1,4.48251],[5287,0,3.9444]]],[[4185.57,4224.72,0],0,false,[[3592,0,295.037],[5245,0,258.705]]],[[9132.72,122.253,0],0,false,[[5369,1,147.175],[3834,1,171.111]]],[[10255.9,7712.39,0],0,false,[[1173,0,19.0599],[505,0,53.726]]], +[[9731.64,16731.3,0],0,true,[[4975,0,5.28337],[2313,0,16.515],[4672,1,11.0493]]],[[16280.1,16595.6,0],0,true,[[5260,0,4.65952],[2644,0,4.44293],[3345,1,3.20877]]],[[11531.1,15049.9,0],0,true,[[2668,0,30.5272],[123,0,282.238],[2447,0,391.269]]],[[3177.63,5946.54,0],0,false,[[2187,1,315.745],[3520,1,167.504]]],[[1413,6099.18,0],0,false,[[1680,0,352.689],[570,0,276.139]]], +[[15533.3,6610.78,0],0,false,[[4513,1,288.812],[3599,1,383.318]]],[[11742.5,1023.04,0],0,false,[[1413,0,25.2363],[613,0,127.883]]],[[11884.5,13053.1,0],0,false,[[1279,1,397.588],[337,1,389.081]]],[[14834,14187.3,0],0,true,[[1352,0,11.8828],[1617,0,367.782],[3637,0,264.863]]],[[19014.9,14245.5,0],0,true,[[1331,0,106.513],[4309,0,11.8415],[2521,0,8.44282]]], +[[6827.89,14957.3,0],0,true,[[2669,1,176.653],[588,1,20.1193],[1461,1,3.08011],[957,1,7.29286]]],[[6515.68,14501.9,0],0,false,[[5361,1,295.587],[2669,1,378.795]]],[[5788.14,14084.6,0],0,true,[[4666,0,53.8095],[231,0,22.7755],[3885,0,141.972]]],[[10530.5,7450.93,0],0,false,[[5550,0,27.6354],[3274,0,86.3666]]],[[12366.9,7990.47,0],0,false,[[3511,0,61.5724],[5088,0,24.9245]]], +[[7201.46,4904.87,0],0,false,[[149,1,267.981],[1313,1,267.034]]],[[17318.3,4048.85,0],0,false,[[936,0,159.47],[2572,0,27.9383]]],[[4608.83,8225.28,0],0,false,[[828,0,342.522],[989,0,157.845]]],[[13393.5,4513.13,0],0,true,[[4670,0,179.083],[3256,0,24.0969],[4268,0,22.1532]]],[[10899.2,20126.1,0],0,false,[[208,0,321.836],[3766,0,326.561]]], +[[1155.28,2835.74,0],0,true,[[5593,0,5.07636],[4083,0,3.09806],[41,1,8.79897]]],[[8402.53,4303.61,0],0,false,[[484,0,101.075]]],[[18110.5,16402.4,0],0,false,[[2217,1,186.993],[1816,1,260.979]]],[[16252.9,9703.55,0],0,false,[[1598,1,32.3706],[5680,1,151.612]]],[[9867,9999.56,0],0,false,[[715,0,268.904],[1937,0,115.564]]], +[[495.565,19345.6,0],0,false,[[3869,0,327.95],[2124,0,150.32]]],[[1110.45,17879.7,0],0,true,[[2453,0,2.60627],[2923,0,2.16599],[3087,0,11.9838]]],[[11240.1,19780.5,0],0,false,[[4511,0,210.083],[661,0,21.4003]]],[[10299.8,8039.58,0],0,false,[[3794,0,169.287],[1931,0,16.0463]]],[[9645.31,16973.2,0],0,false,[[4694,1,243.763],[3096,1,246.514]]], +[[13873.5,4371.67,3.0143],0,false,[[4703,1,4.32129],[3982,1,4.32129]]],[[18843.4,7849.98,0],0,true,[[1572,0,4.6972],[1914,0,321.714],[2675,0,5.71072]]],[[11515.2,19123,0],0,false,[[3422,0,10.6551],[2339,0,147.63]]],[[11110.1,14313.3,0],0,false,[[272,0,325.715],[37,0,152.472]]],[[7039.5,11277.4,0],0,true,[[3660,1,307.914],[1533,1,30.5554],[2965,1,5.70288]]], +[[7334.89,7791.37,0],0,true,[[3742,0,3.51514],[3911,0,15.896],[3547,0,16.142]]],[[11876.1,9701.27,0],0,true,[[701,0,25.5165],[4131,0,137.109],[3514,0,268.058]]],[[9904.18,631.172,0],0,false,[[2878,1,92.3814],[5416,1,18.4079]]],[[1157.92,2834.12,0],0,true,[[4065,0,3.09806],[5593,0,2.04255],[41,1,5.87207]]],[[2873.48,12704,0],0,true,[[5506,0,4.17172],[1781,0,94.4814],[2919,0,7.46449],[2318,1,5.50247]]], +[[18991.6,11376.5,0],0,false,[[2431,0,29.677],[2954,0,242.602]]],[[7590.39,622.248,0],0,true,[[4733,1,15.6435],[1575,1,18.8178],[2067,1,3.54105],[2238,1,0.279949],[363,1,4.48612],[4403,1,9.04912]]],[[13269.6,9845.18,0],0,true,[[1652,0,2.47214],[5690,0,1.86321],[296,0,5.61991],[4837,0,2.17731]]],[[3553.67,15192.4,0],0,true,[[3801,1,3.31244],[1886,0,86.0674],[4394,1,7.58879]]],[[8091.54,15376.3,0],0,true,[[4327,1,227.446],[2227,1,10.7286],[4551,1,5.68752]]], +[[10969.8,17053.4,0],0,false,[[4517,0,323.904],[4770,0,253.963]]],[[11789.7,1045.55,0],0,false,[[4774,0,363.009],[1413,0,27.0394]]],[[18142.6,14089,0],0,false,[[514,1,108.303],[5151,1,344.206]]],[[11452,5658.84,0],0,false,[[4430,0,18.9841],[1527,0,298.652]]],[[7008.37,17983.2,0],0,false,[[935,0,363.884],[2140,0,265.092]]], +[[10358.4,6696.96,0],0,false,[[1351,0,166.024]]],[[9753.36,5763.78,0],0,true,[[1076,0,34.9782],[5121,0,45.4111],[1027,0,1.74205]]],[[12106.3,7933.66,0],0,false,[[4956,0,6.13936],[5338,0,34.6727]]],[[8958.01,12893.5,0],0,false,[[3446,0,229.717],[457,0,209.304]]],[[10756.5,11360.8,0],0,true,[[3060,0,20.2665],[2935,0,136.167],[2738,0,11.029]]], +[[15098.6,14688.1,0],0,false,[[4782,0,306.48],[2069,0,237.05]]],[[12154.8,17291.4,0],0,false,[[4715,0,130.514],[5618,0,310.987]]],[[14609,7591.5,0],0,false,[[3327,0,330.036]]],[[14330.3,6939.31,0],0,false,[[3309,0,91.0125],[3327,0,379.333]]],[[6436.89,1352.41,0],0,false,[[263,1,367.788],[4540,1,235.419]]], +[[12686,4434.81,0],0,false,[[1420,0,87.7927],[5181,0,104.75]]],[[9268.58,44.0127,0],0,false,[[4466,2,20.3435],[2795,2,142.216]]],[[2444.66,8402.93,0],0,true,[[159,1,11.9808],[4037,1,19.7671],[249,1,3.18332],[1635,1,0.546445],[4319,1,4.00769]]],[[10551.9,20173.8,0],0,true,[[3766,0,24.4944],[176,0,397.994],[2931,0,17.441]]],[[12348.3,11352.7,0],0,true,[[1033,0,12.9663],[3078,0,144.953],[2193,0,189.506]]], +[[1415.98,13584,0],0,true,[[4318,0,247.004],[827,1,14.5283],[1364,1,17.3687]]],[[4006.66,11095,0],0,false,[[4317,0,287.014],[3203,0,304.644]]],[[12974.6,12211.7,0],0,true,[[2376,0,15.4248],[685,0,10.6541],[4117,0,6.37207]]],[[12096.6,17577.7,0],0,true,[[2395,0,3.74128],[3498,0,1.8847],[5085,0,1.49303],[5049,0,7.3235],[2612,0,16.8516]]],[[4997.84,10914.5,0],0,true,[[572,0,2.29599],[515,0,2.26319],[2370,0,1.81566],[3951,0,6.05337]]], +[[8388.47,6633,0],0,false,[[850,0,267.771],[903,0,401.738]]],[[12192.7,5536.35,0],0,false,[[94,0,8.08161],[2752,0,155.746]]],[[12968.5,12209.9,0],0,true,[[2110,0,352.147],[4112,0,6.37207],[685,0,15.1033]]],[[5834.22,17590.1,0],0,false,[[353,0,371.134],[2234,0,22.0823]]],[[5220.52,19635.1,0],0,true,[[2851,0,3.49562],[3744,0,16.4102],[2389,2,8.17559]]], +[[12291.9,5080.64,0],0,false,[[1054,0,363.989],[4200,0,105.175]]],[[2617.08,15676.9,0],0,false,[[4212,0,7.52443],[5040,0,75.9772]]],[[7680.4,1094.49,0],0,false,[[1334,0,2.80656],[5351,1,3.3306]]],[[9576.53,10441.8,0],0,false,[[5140,0,189.515],[3937,0,385.187]]],[[14221.5,19457.5,0],0,false,[[695,0,52.1455],[4523,0,101.954]]], +[[8798.12,1536.93,0],0,false,[[3943,2,27.2533],[2221,2,265.325]]],[[15124.3,20227.9,0],0,false,[[5622,0,281.193],[5015,0,156.309]]],[[15837,14239.9,0],0,true,[[5401,1,95.3822],[3741,1,19.3178],[2836,1,7.19845]]],[[14645.2,19115.8,0],0,true,[[735,0,2.67018],[3180,0,132.043],[2880,0,16.8513]]],[[8607.59,4874.8,0],0,false,[[3971,0,158.867],[5623,0,257.523]]], +[[5966.08,17264.7,0],0,false,[[3986,0,323.747],[4955,0,164.286]]],[[11773.1,9610.79,0],0,false,[[4081,0,137.109],[4417,0,198.303]]],[[13433.3,12884.3,0],0,false,[[1809,0,257.21],[3049,0,75.8316]]],[[16411.3,9707.49,0],0,false,[[1064,1,8.11091],[3223,0,316.083]]],[[7307.4,16926.2,0],0,true,[[674,1,286.256],[2951,1,329.936],[5394,1,314.446]]], +[[9844.17,6461,0],0,false,[[992,1,50.2268],[292,1,23.3795]]],[[12709.5,19796.4,0],0,true,[[5668,0,4.77196],[354,0,331.962],[286,0,4.06063]]],[[13196.1,8138.39,0],0,false,[[3569,0,40.7436],[307,0,91.438]]],[[10394.7,9558.41,0],0,false,[[224,0,394.82],[2614,0,195.781]]],[[1889,1077.06,0],0,false,[[510,1,170.874],[4765,1,389.366]]], +[[17185.3,5103.73,0],0,true,[[1920,0,23.6617],[3140,0,162.323],[3710,0,64.3599]]],[[10628,12856.5,0],0,false,[[2487,1,113.452],[3783,1,87.5881]]],[[2261.65,9694.62,0],0,false,[[3548,0,233.044],[1306,0,302.198]]],[[5821.4,17588.9,0],0,false,[[2234,0,9.38385],[3986,0,31.2881]]],[[10171.7,8145.93,0],0,true,[[2934,1,27.1061],[1181,1,129.495],[5497,1,8.00836],[938,1,13.8782],[64,1,10.6861]]], +[[3847.08,20086.5,0],0,false,[[4681,1,389.712],[2788,1,390.956]]],[[7965.23,3832.33,0],0,false,[[5650,2,14.0615],[3305,2,252.426]]],[[15039.8,13762.3,0],0,false,[[4711,1,9.93772],[5204,1,18.258]]],[[7056.75,4627.52,0],0,true,[[3356,0,3.0375],[17,0,3.84196],[274,1,5.52406]]],[[9988.96,473.249,0],0,true,[[3493,1,16.9806],[4253,2,13.2844],[1824,2,11.6514]]], +[[7629.22,1073.42,0],0,false,[[5292,1,28.7825],[1234,1,307.667]]],[[16266.1,7104.44,0],0,true,[[4292,0,20.9332],[1702,0,8.70218],[3252,0,11.5151]]],[[4886.7,16324.5,0],0,true,[[4675,0,7.5533],[512,1,16.1141],[3196,1,10.9947]]],[[17630.1,12198.7,0],0,true,[[3091,0,148.575],[387,0,5.34796],[2123,0,3.44647]]],[[14657,19893.4,0],0,false,[[1206,0,21.0628],[2812,0,30.219]]], +[[7545.91,7379.05,0],0,true,[[4382,0,2.86345],[4834,0,163.345],[835,2,10.0164]]],[[18902.9,14276,0],0,true,[[844,1,52.8905],[2486,1,5.87894],[4203,1,5.9651]]],[[14592,15966.9,0],0,false,[[1163,0,166.781],[3295,0,347.852]]],[[896.977,6886.82,0],0,false,[[1355,1,58.5664],[2755,1,229.821]]],[[18517.9,224.724,0],0,false,[[1432,0,18.2306],[1150,0,60.3188]]], +[[4848.38,18807.6,0],0,true,[[4006,2,5.20088],[3636,0,198.973],[4728,2,7.33374]]],[[2539.81,1196.82,0],0,false,[[1465,1,347.817],[2539,1,341.709]]],[[12308.1,12197.8,0],0,false,[[932,0,201.173],[2110,0,318.171]]],[[4266.05,16460.7,0],0,false,[[1767,2,229.581],[3828,2,19.7286]]],[[10890.8,5503.76,0],0,false,[[5062,0,374.371],[2138,0,342.262]]], +[[18463.9,346.955,0],0,true,[[3605,0,64.4421],[379,0,21.0591],[1755,0,85.559]]],[[19424.1,8536.01,0],0,true,[[1933,0,22.2817],[4398,0,27.3535],[529,0,25.5802]]],[[3210.67,12702.3,0],0,true,[[616,0,66.9104],[3162,0,12.9023],[3183,0,16.3191],[718,0,12.195]]],[[5652.8,13963.1,0],0,true,[[5255,0,10.7936],[3885,0,44.6364],[1007,0,12.7451]]],[[10885.5,17520.4,0],0,false,[[5242,0,219.466],[467,0,24.4609]]], +[[8599.53,12744.1,0],0,false,[[2906,0,327.811],[3467,0,292.308]]],[[13744.5,4318.47,0],0,true,[[4530,0,73.6419],[2895,0,227.959],[4244,0,85.2372]]],[[10804.4,17626.8,0],0,false,[[403,0,102.655],[3322,0,130.696]]],[[3063.57,10933.1,0],0,true,[[4030,0,29.8875],[1391,0,31.2191],[3682,0,8.08779]]],[[1042.54,7959.22,0],0,false,[[209,0,386.347]]], +[[16618.4,19373.3,0],0,false,[[5158,0,292.92],[335,0,371.261]]],[[10764.8,13588.8,0],0,false,[[1386,0,373.53],[1872,0,357.999]]],[[15160,8911.09,0],0,false,[[88,0,35.3632],[5511,0,27.5293]]],[[10313.3,2587.17,0],0,true,[[4226,0,317.457],[3041,0,4.52597],[3936,0,8.20899],[3306,0,16.5336]]],[[10291.6,11889.1,0],0,false,[[4686,0,345.058],[3192,0,49.7581]]], +[[1787.49,9759.03,0],0,true,[[5253,1,207.875],[573,1,18.8453],[3333,1,4.79404],[313,1,9.8746],[4366,1,7.19542]]],[[16373.3,5632.11,0],0,true,[[23,0,29.6469],[2450,0,276.553],[3807,0,407.217]]],[[7010.17,828.233,0],0,true,[[4799,0,5.17705],[3859,0,173.756],[117,1,8.7789]]],[[19814.1,11405.1,0],0,false,[[3413,0,131.536]]],[[2754.64,19432,0],0,true,[[2570,0,4.96855],[4629,0,1.16272],[5515,0,2.51579]]], +[[3692.23,13556.4,0],0,false,[[4329,1,334.877],[4642,1,292.877]]],[[13185,8054.98,0],0,true,[[5626,1,31.6069],[2536,1,34.6278],[3692,1,8.38473],[4563,1,9.07069]]],[[3051.82,4799.64,0],0,false,[[1706,0,199.077],[4211,0,121.917]]],[[6321.19,18868.2,0],0,false,[[4796,1,377.989],[2170,1,159.757]]],[[9586.36,17706.9,0],0,true,[[407,1,389.864],[2745,1,14.2945],[2435,1,10.5964]]], +[[13161,11807,0],0,false,[[4817,0,385.087],[2464,0,124.68]]],[[8362.15,4641.26,0],0,false,[[571,0,45.544],[3971,0,179.934]]],[[3147.27,12745.1,0],0,true,[[2781,1,27.2672],[5027,1,24.2713],[1344,1,12.2668]]],[[18890,14279.6,0],0,true,[[3792,1,3.53985],[5444,1,3.21811],[5190,1,11.4255]]],[[8111.37,6199.51,0],0,false,[[5549,2,264.902],[246,2,373.088]]], +[[17710.4,12022.9,0],0,true,[[4011,0,3.77682],[5086,0,1.95417],[1135,0,5.5213],[3291,0,3.95704],[139,0,0.904326],[2301,0,1.80756],[5366,0,3.59186]]],[[3102.84,20141.9,0],0,false,[[3367,0,111.285],[3095,0,294.077]]],[[13871.6,3125.43,0],0,false,[[646,0,3.64854],[673,0,265.885]]],[[15296.9,13986.2,0],0,false,[[5662,0,43.4402],[1018,0,151.378]]],[[7987.3,15354.9,0],0,false,[[2523,1,387.359],[2227,1,96.4639]]], +[[12309.4,4977.11,0],0,false,[[4120,0,105.175],[3663,0,16.0964]]],[[2675.95,15659.8,0],0,false,[[1069,1,49.2908],[662,1,211.343]]],[[15090.6,6426.2,0],0,true,[[542,1,174.698],[3764,1,20.0986],[3883,1,3.05011],[3375,1,5.95951]]],[[18897,14275.6,0],0,true,[[4156,1,5.9651],[5190,1,17.8506],[2486,1,1.10551],[3792,1,4.49385]]],[[18285.5,245.264,0],0,false,[[4219,1,6.73686],[5393,0,35.2638]]], +[[2837.02,5010.25,0],0,false,[[2513,2,89.9892],[711,2,160.458]]],[[4630.96,2531.17,0],0,false,[[4756,1,388.433],[3720,1,128.463]]],[[19534.1,9843.37,0],0,false,[[1302,1,242.157],[4217,1,220.095]]],[[19963.5,4303.63,0],0,true,[[2317,0,23.5214],[3442,0,87.2561],[692,0,13.2354],[881,0,10.1878]]],[[19001.9,11363.5,0],0,false,[[3589,0,391.625],[2431,0,16.8274]]], +[[17719.7,12026.5,0],0,true,[[4632,0,2.9031],[1956,0,2.37142],[2485,0,3.15739],[1333,0,13.7683],[2091,0,14.9637]]],[[3130.36,4892.81,0],0,false,[[4187,0,121.917]]],[[2614.91,15684,0],0,true,[[5225,0,3.33325],[4121,0,7.52443],[1925,1,9.16654]]],[[3784.27,6945.56,0],0,true,[[2757,0,11.6453],[648,0,21.5973],[402,0,9.62927],[2146,0,9.02304],[2835,0,14.59]]],[[10720.4,7802.56,0],0,false,[[5434,0,134.421]]], +[[15206.1,8887.4,0],0,false,[[2483,1,79.5473],[5116,1,47.2218]]],[[19675.6,8811.28,0],0,false,[[1084,0,99.4222],[815,0,254.662]]],[[19486.3,10058.1,0],0,false,[[4207,1,220.095],[5681,1,26.135]]],[[3709.49,14930.2,0],0,true,[[1282,0,24.6313],[559,0,25.9311],[4250,0,122.114]]],[[18279.9,249,0],0,true,[[2482,1,336.053],[289,1,24.7523],[4204,1,6.73686]]], +[[2964.49,19394.4,0],0,true,[[4001,0,2.83957],[897,0,2.96446],[5333,0,2.85697]]],[[19079.8,3738.33,0],0,true,[[1325,0,151.734],[4004,0,24.1641],[4674,0,4.12134],[2877,0,6.65961],[2811,0,8.90991]]],[[8461.33,10992.4,0],0,false,[[2848,0,15.1286],[5045,0,12.2799]]],[[18632.5,1394.94,0],0,false,[[5516,0,139.508],[1862,0,312.502]]],[[16709,18236.6,0],0,false,[[5597,0,42.2542],[1582,0,3.50591]]], +[[13517.8,19547.2,0],0,false,[[642,0,324.737],[257,0,186.513]]],[[10004.3,2659.83,0],0,false,[[1526,0,381.331],[4178,0,317.457]]],[[7150.71,13002.4,0],0,false,[[5108,1,4.48516],[663,0,133.128]]],[[20249.1,7664.91,0],0,false,[[3950,1,342.082],[2621,1,349.093]]],[[14046.8,19072.4,0],0,false,[[3984,0,339.987],[3513,0,308.31]]], +[[2279.76,2719.83,0],0,false,[[1968,0,308.109],[988,0,381.198]]],[[3927.62,616.879,0],0,false,[[2936,0,315.113],[4298,0,336.771]]],[[14153.1,16361.2,0],0,false,[[4958,0,323.832],[483,0,349.924]]],[[9718.54,3993.74,0],0,true,[[3751,0,0.768597],[3724,0,3.46576],[3381,0,2.35842],[5323,0,3.03768]]],[[11136.2,9508.01,0],0,false,[[4970,0,285.528],[2279,0,275.51]]], +[[15379,2.07357,0],0,false,[[119,0,138.77]]],[[19907,16369.6,0],0,false,[[5161,0,347.099],[3870,0,316.394]]],[[10138.2,921.44,0],0,true,[[2306,0,3.43873],[2296,0,2.97264],[3484,1,5.39991],[2252,1,2.29654]]],[[3384.53,6327.15,0],0,false,[[3593,0,34.9647],[2892,0,6.4344]]],[[14007.7,13278.2,0.0401611],0,false,[[4290,0,38.037],[3603,0,40.8288]]], +[[20131.9,5899.25,0],0,false,[[1692,0,236.195],[2084,0,272.578]]],[[849.161,6876.34,0],0,false,[[3318,0,20.5992],[677,0,126.132]]],[[3483.8,1331.79,0],0,false,[[314,1,58.084],[5712,1,130.584]]],[[10327.4,2566.96,0],0,true,[[58,0,7.61664],[671,0,376.413],[5423,0,6.48943]]],[[13824.4,4347.23,0],0,true,[[4171,0,85.2372],[888,0,26.6359],[2830,0,108.588]]], +[[9540.14,16365.9,0],0,false,[[4359,1,98.3344],[3641,1,139.453]]],[[15908,8048.66,0],0,false,[[5196,1,393.336],[2856,1,392.509]]],[[18143.5,17093.4,0],0,true,[[4725,0,3.52178],[2582,0,2.61971],[2885,1,15.3588]]],[[3152.28,12117.5,0],0,false,[[2667,0,390.775],[535,0,372.807]]],[[5445.08,18908.5,0],0,false,[[1015,0,97.5922]]], +[[3743.05,15029.1,0],0,false,[[4218,0,122.114],[4335,0,41.0754]]],[[2249.54,15970.4,0],0,true,[[2800,0,6.90483],[106,1,2.57724],[610,1,8.63768]]],[[12131.3,9988.83,0],0,false,[[3120,1,21.4176],[3804,1,47.0458]]],[[9989.98,460.004,0],0,true,[[1963,2,36.4343],[1824,2,15.7913],[1629,2,12.3836],[4149,2,13.2844]]],[[11342.8,8350.71,0],0,false,[[4017,0,371.713],[3684,0,18.0152]]], +[[17041,5089,0],0,true,[[3404,0,32.3009],[1047,0,76.8567],[5439,0,92.1614]]],[[13246.2,8725.42,0],0,false,[[1191,0,20.703],[3572,1,4.82989]]],[[16807.3,17870.7,0],0,true,[[377,1,127.363],[221,1,20.6261],[4939,1,14.4013]]],[[827.254,6927.25,0],0,true,[[2452,0,7.7849],[3318,0,36.0661],[2384,1,9.84442]]],[[1008.24,16213.6,0],0,true,[[1195,0,6.60141],[4532,0,53.2452],[1978,1,7.26679]]], +[[6796.1,13659.9,0],0,false,[[3707,0,378.163],[4005,0,215.308]]],[[13299.1,13590.1,0],0,false,[[1035,0,45.0898],[3634,0,13.9616]]],[[18126,12405.6,0],0,false,[[767,0,154.802],[1563,0,280.18]]],[[18115.1,16965.3,0],0,true,[[2437,0,3.85965],[1043,0,3.60596],[1628,1,9.81452]]],[[6323.86,6139.85,0],0,false,[[4816,0,83.641],[1848,0,342.142]]], +[[19166.8,11331.4,0],0,false,[[3472,0,234.982],[11,0,72.665]]],[[13158.9,8483.93,0],0,false,[[146,0,17.055],[234,0,108.053]]],[[13056.7,8690.33,0],0,true,[[3380,1,118.964],[5192,1,22.8607],[4987,1,95.4569]]],[[13408.3,4499.61,0],0,false,[[4063,0,22.1532],[1318,0,76.1897]]],[[6914.37,17528,0],0,false,[[768,0,133.948]]], +[[10715.9,7449.02,0],0,false,[[2072,0,303.322],[5550,0,157.728]]],[[2548.76,20095.5,0],0,false,[[2708,0,3.20164],[2976,1,1.20816]]],[[9818.88,19393.2,0],0,false,[[1085,0,262.451],[3435,0,168.4]]],[[9050.23,9561.8,0],0,true,[[3627,0,355.451],[2480,0,83.7995],[3344,0,309.614]]],[[10910.7,12766.1,0],0,true,[[1298,1,4.83879],[758,0,96.692],[4937,1,5.97363]]], +[[2337.47,13708.4,0],0,true,[[3147,1,22.5538],[4396,1,49.6007],[3137,1,8.93322]]],[[8480.25,5632.41,0],0,true,[[5380,2,18.7642],[533,2,61.2762],[1782,2,7.7263]]],[[14723.2,7853.93,0],0,false,[[5665,0,139.101],[3288,0,16.2107]]],[[5739.26,5202.31,0],0,false,[[1019,0,376.249],[4846,0,264.011]]],[[10443,8890.05,0],0,false,[[5605,0,163.147]]], +[[17805.8,13997.9,0],0,true,[[3006,0,3.35166],[2728,0,3.93598],[5151,1,5.60202]]],[[12928.1,13757.7,0],0,false,[[5675,0,208.515],[2411,0,262.29]]],[[10337.6,7600.62,0],0,true,[[3329,1,5.98043],[2386,1,82.3789],[2823,1,8.67585],[5672,1,17.1627]]],[[15868.3,8823.32,0],0,false,[[2150,1,25.0825],[4843,1,372.707]]],[[11079.5,12709.4,0],0,true,[[731,1,77.7671],[5503,1,123.3],[258,1,2.32933],[3925,1,6.61928]]], +[[16128.7,17909,0],0,false,[[4996,0,257.527],[3067,0,355.534]]],[[10551.5,12945.9,0],0,false,[[3783,1,30.1063],[722,1,392.638]]],[[15905.5,5740.15,0],0,false,[[5705,0,371.623],[3617,0,193.662]]],[[9.98306,1847.56,0],0,false,[[831,1,34.5362]]],[[16269.2,12521.6,0],0,true,[[5536,1,15.3171],[857,0,286.34],[3985,0,6.56227]]], +[[13969.7,13278.8,0],0,false,[[2105,0,65.5971],[4239,0,38.037]]],[[5665.95,3869.3,0],0,false,[[2164,2,50.0505],[411,2,92.707]]],[[16245.4,7105.33,0],0,false,[[2636,1,9.28401],[4151,0,20.9332]]],[[7971.7,3634.63,0],0,false,[[3998,2,201.599],[2469,2,166.175]]],[[17180.4,7813.32,0],0,false,[[1671,0,253.617],[2262,0,345.53]]], +[[14792,16603.5,0],0,true,[[4962,0,3.95815],[3486,0,3.19362],[5424,0,13.7954]]],[[4941.01,7805.51,0],0,false,[[1603,0,384.42],[4702,0,35.0159]]],[[19700.9,547.689,0],0,false,[[3555,1,283.08],[20,1,265.836]]],[[4258.75,555.577,0],0,false,[[4231,0,336.771],[1667,0,180.099]]],[[888.67,8453.08,0],0,false,[[4739,1,369.913],[3858,1,235.093]]], +[[13401.9,3280.78,0],0,false,[[673,0,259.005],[499,0,281.999]]],[[9146.78,3387.48,0],0,false,[[52,0,381.309],[2179,0,113.558]]],[[13227.1,8691.52,0],0,true,[[3055,1,18.957],[1175,1,26.8974],[3380,1,56.9363]]],[[10175.6,5549.88,0],0,false,[[566,0,20.9779],[279,0,24.4415]]],[[7402.1,7756.12,0],0,true,[[2722,0,3.66144],[811,0,3.54893],[280,2,2.83349]]], +[[11441.3,5610.34,0],0,false,[[160,0,300.213],[4430,0,30.7278]]],[[8063.95,4303.36,0],0,true,[[5024,2,67.159],[5173,2,24.013],[5078,2,6.75291]]],[[14774.8,19832.2,0],0,false,[[4772,0,78.6647]]],[[3356.66,16349.7,0],0,true,[[1036,0,267.362],[5267,0,12.6181],[2128,0,7.4676]]],[[19004.6,14239.7,0],0,true,[[4054,0,11.8415],[1693,0,58.2863],[2521,0,3.8845]]], +[[10571.8,10317.3,0],0,false,[[697,0,376.462],[4880,0,259.993]]],[[10478.4,26.1586,0],0,false,[[2813,2,36.1355]]],[[7540.24,7374.44,0],0,true,[[410,0,2.72821],[2402,0,2.46977],[1830,0,5.28822],[835,2,7.71086]]],[[13671.5,4615.9,0],0,false,[[5407,0,9.66647],[1699,1,9.52362]]],[[17549.9,8625.65,0],0,true,[[4465,0,3.4444],[5469,0,3.85028],[323,1,7.11513]]], +[[12003.6,20006,0],0,false,[[2336,0,371.253],[2408,0,183.996]]],[[18891.6,16995,0],0,true,[[2180,0,2.02291],[2822,0,2.15851],[171,0,9.75596]]],[[3723.41,11048.8,0],0,false,[[2284,0,273.097],[4111,0,287.014]]],[[1662.57,13598.1,0],0,false,[[1901,1,10.0869],[4110,0,247.004]]],[[2448.66,8402.69,0],0,true,[[1635,0,3.7245],[4701,0,4.58576],[4107,1,4.00769],[4037,1,15.9458]]], +[[5392.01,19047.7,0],0,false,[[5290,0,241.188]]],[[13278.1,7767.04,0],0,false,[[242,1,26.4602],[592,1,139.836]]],[[15128.4,8873.78,0],0,false,[[19,1,0.906081],[3892,0,3.17281]]],[[14898,5957.94,0],0,false,[[1801,1,0.573412],[5428,0,3.41109]]],[[9370.32,10990.3,0],0,false,[[4824,0,159.349],[3535,0,77.3791]]], +[[3115.79,19273.3,0],0,false,[[2938,0,380.723],[1797,0,202.035]]],[[12699.6,1602.04,0],0,false,[[1091,0,351.857],[1910,0,105.18]]],[[8286.84,15492.7,0],0,false,[[1871,1,386.79],[4089,1,227.446]]],[[6244.56,6091.06,0],0,false,[[1427,1,102.572],[3179,1,23.1033]]],[[3357.79,13573.2,0],0,false,[[5700,1,277.711],[4185,1,334.877]]], +[[9090.29,15171.4,0],0,true,[[4440,1,19.1309],[3312,1,20.3669],[2202,1,7.01063]]],[[13702.6,4813.11,0],0,false,[[633,0,63.65],[3321,1,4.16386]]],[[3426.22,1039.74,0],0,false,[[3280,0,48.7774],[2936,0,366.901]]],[[14056.2,15483.6,0],0,false,[[3905,0,11.5234],[2309,0,2.98379]]],[[2928.76,12709.9,0],0,true,[[5027,1,200.989],[5651,1,25.3343],[4676,1,16.4791]]], +[[3778.24,15044.4,0],0,true,[[5071,0,40.9128],[3417,0,68.859],[4250,0,41.0754]]],[[18344.3,18478.2,0],0,false,[[1011,0,313.435],[151,0,54.1402]]],[[9909.67,20292.4,0],0,false,[[176,0,255.243],[2046,0,399.338]]],[[7545.3,19220.1,0],0,true,[[1053,0,8.63108],[2082,0,49.1636],[1443,0,8.8236]]],[[19661.4,7909.98,0],0,false,[[2762,0,138.662],[2937,0,351.48]]], +[[19666.4,4370.97,0],0,true,[[1046,0,17.5177],[819,0,7.62196],[412,0,4.42985]]],[[7543.05,7361.04,0],0,true,[[468,2,250.448],[1830,2,8.71233],[410,2,11.3216],[835,2,21.0804]]],[[11351.8,17903.2,0],0,false,[[2265,0,58.7509],[63,0,18.6907]]],[[7953.63,11022.2,0],0,false,[[4543,0,276.899],[5139,0,25.7842]]],[[15529.8,12894.4,0],0,false,[[4973,0,246.79],[5345,0,313.144]]], +[[3150.85,1408.91,0],0,false,[[3580,0,82.3888],[5265,0,48.1785]]],[[9573.55,17727.9,0],0,true,[[3303,0,345.831],[2745,1,10.2979],[398,0,7.64963]]],[[13028.1,17800.7,0],0,false,[[638,0,348.904],[2806,0,210.242]]],[[5812.27,14054.4,0],0,true,[[231,0,15.9154],[916,0,110.876],[3571,0,4.68003]]],[[5812.03,14191.9,0],0,true,[[5237,1,25.2598],[450,1,88.4078],[1356,1,14.7183]]], +[[16506.2,7298.02,0],0,true,[[3114,0,87.7641],[5,0,18.9786],[4829,0,13.0941]]],[[13108.3,13461,0],0,true,[[2411,0,84.8804],[1077,0,19.7267],[2302,1,14.7472]]],[[9729.72,702.481,0],0,true,[[4995,1,26.1549],[2290,1,24.5543],[3777,2,10.006]]],[[11728.2,9367.29,0],0,false,[[2139,0,16.5302],[21,0,71.004]]],[[3781.62,3329.69,0],0,true,[[1210,0,26.1932],[5111,0,243.196],[615,0,6.65444],[1675,0,12.0044]]], +[[18815,14915.4,0],0,true,[[440,1,177.988],[2646,1,24.3977],[4589,1,12.7921]]],[[3834.62,14918,0],0,false,[[785,0,72.2165],[914,2,6.89888]]],[[19731.5,8414.25,0],0,true,[[3690,0,19.8512],[2422,0,58.5779],[228,1,15.3106]]],[[17729.4,12023.9,0],0,true,[[2989,0,1.76768],[1966,0,2.62794],[1679,0,1.28957],[2154,0,2.33482],[3346,0,2.46696]]],[[9478.86,16307.6,0],0,true,[[446,1,228.71],[5115,1,31.21],[4245,1,98.3344]]], +[[16733.6,18556.4,0],0,false,[[2558,0,341.399],[5597,0,281.294]]],[[17087.1,18123.7,0],0,false,[[3019,0,136.061],[2842,0,99.7714]]],[[16894.4,10052.8,0],0,false,[[2552,0,235.828],[1684,0,367.069]]],[[16608,18232,0],0,false,[[1394,0,27.8455],[5285,0,10.3005]]],[[10350,11887.7,0],0,false,[[3463,0,50.674],[5476,0,11.8173]]], +[[17058.6,7394.59,0],0,false,[[2205,0,33.9678],[418,0,230.284]]],[[1784.07,9752.7,0],0,true,[[313,0,2.98695],[3333,0,2.56525],[4180,1,7.19542],[573,1,11.697]]],[[19393.5,4688.48,0],0,false,[[534,0,186.938]]],[[12920,8264.23,9.74778],0,true,[[1887,1,15.0257],[2024,1,17.4094],[2310,1,9.06899],[2274,1,9.18181]]],[[10263.3,11578.6,0],0,false,[[3887,0,151.437],[3463,0,278.791]]], +[[17937.1,19672.5,0],0,false,[[3005,0,45.723],[1057,0,155.684]]],[[1189.88,14644.1,0],0,false,[[4566,0,399.785],[2353,0,227.733]]],[[19298.2,8655.25,0],0,false,[[3335,1,315.727],[2270,1,163.01]]],[[18418.7,8924.18,0],0,false,[[5639,1,251.13],[4550,1,354.09]]],[[4146.5,10275.5,0],0,false,[[709,0,40.6184],[2587,0,121.661]]], +[[2856.13,8453.71,0],0,false,[[4037,1,395.017],[536,1,188.097]]],[[19483,14154,0],0,true,[[101,0,2.85688],[3920,0,3.1619],[1623,0,9.76962]]],[[10791.2,11385.5,0],0,false,[[1669,0,233.182],[3060,0,22.492]]],[[823.836,1647.71,0],0,true,[[2204,1,15.8689],[1222,1,17.514],[4412,1,3.93283],[2538,1,1.02695],[2053,1,1.95616],[1743,1,4.08549],[4565,1,6.34401]]],[[18431,1114.28,0],0,false,[[1862,0,34.2449],[4953,0,16.9029]]], +[[9689.77,5817.2,0],0,true,[[3290,0,20.4903],[1076,0,48.0935],[665,0,8.00103]]],[[14927.3,15369.1,0],0,true,[[3598,0,11.12],[5099,0,17.1708],[4634,1,9.18074]]],[[7543.31,7377.87,0],0,true,[[2402,0,2.17938],[4155,0,2.86345],[835,2,7.85472]]],[[10029,8623.24,0],0,true,[[4700,1,9.8111],[3372,1,229.093],[2359,1,3.09834],[917,1,6.89253]]],[[18490.2,7798.21,0],0,false,[[2585,0,276.607],[3492,0,334.297]]], +[[12726.3,8240.85,0],0,false,[[2054,0,61.3014],[2870,0,40.4427]]],[[10624.2,11230.3,0],0,true,[[3076,0,23.6807],[5559,0,40.5873],[3955,1,12.7643]]],[[3896.97,14548.2,0],0,false,[[4915,2,350.756],[1425,2,155.321]]],[[4686.03,12527.1,0],0,false,[[2983,0,255.235],[2428,0,348.788]]],[[15499,3038.62,0],0,false,[[630,0,105.447],[2425,1,3.16333]]], +[[10588.5,17014.6,1.63208],0,false,[[2741,0,35.1701],[1505,0,22.6474]]],[[4179.56,4770.41,0],0,false,[[1099,1,38.5961],[1227,1,34.0511]]],[[15371.1,577.322,0],0,true,[[2344,0,66.2152],[4828,0,31.5235],[4436,0,13.3391]]],[[10963,18352.4,0],0,false,[[3501,0,293.278],[4582,0,43.7677]]],[[3561.03,15194.2,0],0,true,[[3801,1,8.76555],[1690,1,63.0902],[4088,1,7.58879]]], +[[20401.9,5935.59,0],0,true,[[1722,0,8.8883],[5280,0,25.6029],[1405,0,5.80472],[3830,0,4.5245],[2429,0,2.44552],[1855,0,19.7044]]],[[2382.55,13687.9,0],0,false,[[4275,1,49.6007],[1995,1,92.8772]]],[[9773.21,647.955,0],0,true,[[2166,2,23.4507],[5263,2,22.8533],[4847,2,24.2582],[2210,2,12.8163],[1665,2,19.3186],[5679,2,17.204]]],[[19450.4,8543.2,0],0,true,[[4166,0,27.3535],[199,0,208.684],[210,0,78.5245]]],[[7522.12,4437.28,0],0,false,[[3357,1,354.405],[1949,1,171.508]]], +[[11251.3,12227.6,0],0,false,[[3515,0,177.698],[5582,0,3.60937]]],[[18371.8,17801.7,0],0,false,[[1389,0,236.687],[4949,0,148.379]]],[[12821.2,1678.82,0.00012207],0,false,[[4928,0,18.915],[1256,0,38.9334]]],[[7599.1,619.807,0],0,true,[[363,0,4.5686],[516,0,4.53801],[4086,1,9.04912],[4733,1,7.66007]]],[[13347.6,4997.18,0],0,false,[[4627,0,273.988],[1026,0,301.503]]], +[[16884.8,17985,0],0,true,[[3340,0,19.937],[777,0,44.6464],[3805,0,41.6234]]],[[9433.68,20462.8,0],0,false,[[2046,0,129.273],[4773,0,98.6222]]],[[9369.42,8866.04,0],0,false,[[1837,1,358.247],[2736,1,359.944]]],[[14923.3,15403.3,0],0,true,[[4591,0,217.297],[3598,0,23.3599],[1166,0,14.0457]]],[[13285.6,13544.8,0],0,false,[[3030,0,15.8936],[866,0,105.985]]], +[[3217.01,5717.32,0],0,false,[[1790,1,7.19279],[3028,1,347.287]]],[[19762.3,4346.25,0],0,false,[[1285,0,27.7329],[1491,0,133.334]]],[[820.18,1649.16,0],0,false,[[4378,1,3.93283],[2538,0,3.0671]]],[[3139.82,20441.6,0],0,true,[[1204,1,28.8037],[5350,1,309.444],[2147,1,1.64935],[269,1,11.8623],[5534,1,7.8749],[5389,1,4.7414]]],[[3338.43,906.403,0],0,false,[[1915,1,148.239],[551,1,326.911]]], +[[20023.6,14982.1,0],0,false,[[2676,0,387.187],[1277,0,230.027]]],[[694.584,19824.9,0],0,true,[[2796,1,25.0084],[5365,1,26.0783],[3436,1,4.7711],[5692,1,7.96656],[3199,1,4.65095],[4802,1,1.55589]]],[[11712.8,9442.59,0],0,false,[[4131,0,198.303],[3217,0,73.2951]]],[[11925.6,7071.54,0],0,false,[[1423,0,72.4021],[894,0,236.962]]],[[9864.39,11760.5,0],0,false,[[2118,0,119.979],[4686,0,109.218]]], +[[19410.8,14299.7,0],0,false,[[2824,0,70.4808],[2985,0,352.278]]],[[6839.46,1894.91,0],0,false,[[4452,0,175.047],[3205,0,386.858]]],[[16597.5,9881.06,0],0,false,[[1064,1,252.172],[4544,1,93.563]]],[[14054.7,13339.8,0],0,false,[[1553,0,96.2849],[3893,0,20.8817]]],[[4482.25,10488.7,0],0,false,[[676,0,241.407],[2231,0,315.486]]], +[[16843.1,18040.6,0],0,true,[[1481,0,15.0238],[1952,0,228.05],[777,0,24.909]]],[[8114.99,3736.27,0],0,false,[[2213,0,215.81],[2392,0,162.994]]],[[3325.99,12585.6,0],0,false,[[3183,0,148.281]]],[[17516.7,1885.01,0],0,true,[[2534,0,146.237],[5599,0,149.552],[4952,0,90.6016]]],[[12670.5,9337.1,0],0,false,[[2843,1,6.06922],[3967,0,120.611]]], +[[11447.7,5640.4,0],0,true,[[4305,0,30.7278],[4093,0,18.9841],[1504,0,7.59534],[2496,0,3.9364],[690,0,1.84511]]],[[10148.5,10055.6,0],0,false,[[3434,0,186.359],[1089,0,81.5513]]],[[5299.99,7733.95,0],0,false,[[3354,1,248.907],[2547,1,157.614]]],[[3738.59,10110.3,0],0,false,[[4521,0,95.6081]]],[[19468.5,12799.1,0],0,true,[[5645,0,312.196],[1750,0,2.23939],[3337,1,17.3463]]], +[[10445.2,2551.4,0],0,false,[[5186,0,90.3958],[3336,0,342.937]]],[[15357.9,579.044,0],0,false,[[1766,0,45.9947],[4392,0,13.3391]]],[[13258.9,8732.4,0],0,false,[[2323,1,32.5515],[3572,1,17.156]]],[[6439.46,1715.35,0],0,false,[[1554,0,14.5538],[3323,0,68.4715]]],[[11801.4,14501.6,0],0,false,[[2089,0,93.0937]]], +[[9076.82,15157.9,0],0,false,[[1063,1,369.03],[4330,1,19.1309]]],[[16624.3,17651.3,0],0,true,[[3871,0,3.5065],[1578,0,4.07844],[3608,1,2.36379]]],[[13131.6,8161.61,0],0,true,[[864,0,206.19],[4781,0,14.707],[2817,1,15.958]]],[[13043,5156.98,0],0,true,[[5273,0,2.302],[5035,0,2.60527],[4617,0,8.01492]]],[[17220.4,16744.3,0],0,false,[[5433,0,336.318],[3145,0,376.054]]], +[[8418.11,19467.4,0],0,false,[[813,0,392.017],[2599,0,104.252]]],[[6231.93,10318.4,0],0,false,[[822,0,205.702]]],[[12367.1,19281.8,0],0,false,[[391,0,206.757],[2029,0,253.968]]],[[7951.78,7574.53,0],0,false,[[4834,0,304.238]]],[[10620.4,11431.8,0],0,true,[[250,0,6.50736],[5588,0,58.8409],[1996,0,4.98435]]], +[[13150,13001.1,0],0,false,[[3642,0,154.688]]],[[18323.6,17051.9,0],0,false,[[4489,0,178.478],[5501,0,369.315]]],[[6725.83,1800.07,0],0,false,[[3323,0,230.319],[4421,0,175.047]]],[[11839.1,16342.8,0],0,false,[[1532,0,187.044],[1530,0,153.012]]],[[7782.06,6765.84,0],0,true,[[4571,0,131.556],[4461,0,12.1941],[1120,2,13.4914]]], +[[16748.2,8590.13,0],0,true,[[2494,1,265.555],[3090,1,19.5086],[2023,1,3.43994],[2225,1,6.79726],[5005,1,10.0105],[1917,1,13.4979]]],[[11066,3894.19,0.00012207],0,false,[[1691,0,44.3397],[885,0,65.5105]]],[[2688.78,14483.7,0],0,false,[[3778,0,364.624],[2649,0,83.1848]]],[[8225.52,4249.04,0],0,false,[[4553,0,56.2065],[5360,0,58.5143]]],[[8703.94,19106.6,0],0,false,[[3022,0,340.862],[5132,0,186.832]]], +[[12724.5,17191.8,0],0,true,[[2540,0,21.2037],[91,0,23.8458],[3000,0,2.58999],[95,0,5.68925]]],[[7772.32,6758.52,0],0,true,[[1565,0,22.4705],[4454,0,12.1941],[1120,2,10.2491]]],[[18996.2,18515.4,0],0,false,[[2792,0,360.691],[244,0,110.033]]],[[7419.77,8315.25,0],0,true,[[3961,0,166.548],[5113,0,2.28793],[5386,2,9.57932]]],[[8164.15,10638,0],0,false,[[657,0,168.35],[1631,0,291.986]]], +[[17546.6,8624.66,0],0,true,[[1250,0,3.21842],[4314,0,3.4444],[4978,1,15.3482],[323,1,10.345]]],[[9274.48,24.5426,0],0,true,[[115,2,7.69087],[4106,2,20.3435],[326,2,10.3515]]],[[17691.4,16802.4,0],0,true,[[2085,0,18.8235],[1819,0,318.393],[1197,0,6.46384],[1336,0,8.52359],[2683,0,10.4523]]],[[20391.2,16184.4,0],0,false,[[3870,0,202.096]]],[[7257.93,3277.07,0],0,false,[[3868,2,391.085],[1779,2,169.064]]], +[[17211.6,18007.9,0],0,false,[[896,1,7.39749],[2504,0,100.258]]],[[17509.4,13463.3,0],0,false,[[977,0,397.638]]],[[15529.4,3091.68,0],0,false,[[5118,1,206.948],[2425,1,61.151]]],[[16627.1,4563.96,0],0,false,[[3293,0,251.243],[4667,0,381.354]]],[[2476.31,5131.69,0],0,false,[[711,2,220.492],[599,2,190.826]]], +[[1739.82,5810.79,0],0,false,[[570,0,159.756],[4762,0,282.389]]],[[328.954,8622.42,0],0,true,[[1320,1,212.415],[2913,1,25.9049],[87,1,11.9864]]],[[11651.5,1068.77,0],0,false,[[1102,1,212.761],[3993,1,89.8807]]],[[9722.79,4006.6,0],0,true,[[2763,0,0.119379],[1169,0,3.9853],[5466,0,4.81081]]],[[12908.8,1739.73,0],0,false,[[5278,0,121.024],[2390,0,25.0047]]], +[[12668.7,6095.93,0],0,false,[[3912,0,280.398],[2710,0,173.441]]],[[14928.8,447.055,0],0,true,[[5717,0,11.2919],[4040,0,151.27],[3314,0,245.024],[5568,0,162.412]]],[[3537.34,1447.3,0],0,false,[[3015,1,181.336],[5712,1,25.4393]]],[[5541.25,12349,0],0,true,[[4003,0,5.24046],[5120,2,8.65766],[1008,2,13.5758]]],[[17796.2,19451.8,0],0,false,[[451,0,12.9086],[934,0,286.54]]], +[[8374.56,2706.82,0],0,false,[[3011,2,31.5133],[5125,2,54.0238]]],[[17558.4,12341.2,0],0,true,[[128,0,25.4176],[143,0,23.2619],[482,0,3.47241]]],[[14632.8,19876.5,0],0,false,[[4779,0,3.51363],[2812,0,1.58379]]],[[8933.69,9021.87,0],0,true,[[5620,0,118.563],[2421,0,10.4952],[1308,1,9.23786]]],[[18147.8,17080.1,0],0,true,[[207,0,2.93628],[4451,0,178.478],[4769,1,4.36139]]], +[[11696.3,8665.73,0],0,false,[[4695,0,272.949],[4948,0,282.835]]],[[12182.7,3789.38,0],0,false,[[4771,0,364.658],[29,0,359.134]]],[[15098,647.4,0],0,true,[[4040,0,135.541],[3835,0,336.242],[2997,0,158.359]]],[[10154,8199.4,0],0,true,[[3495,1,30.3324],[2934,1,29.2033],[933,1,15.2831]]],[[10235.7,14075.1,0],0,false,[[2786,0,178.778],[2272,0,316.899]]], +[[3097.91,6427.44,0],0,true,[[5518,0,3.26312],[2753,0,3.09709],[4501,1,11.9268]]],[[13142.1,13424.5,0],0,true,[[5425,0,146.858],[420,0,4.34449],[1820,0,5.99326]]],[[14365.3,7976.37,0],0,true,[[2606,0,9.37458],[1109,0,228.66],[1367,0,24.2168]]],[[2718.43,14782.5,0],0,false,[[3576,0,379.674],[2649,0,285.535]]],[[13057,5182.08,0],0,true,[[1026,0,43.7528],[2454,0,139.499],[1835,0,18.3709]]], +[[11399.4,15114.3,0],0,false,[[3316,0,303.783],[2668,0,116.081]]],[[3109.39,6424.21,0],0,true,[[1672,1,92.6939],[76,1,18.9911],[4732,1,5.38201],[5518,1,8.77348],[4495,1,11.9268],[2753,1,14.6204]]],[[15681.8,4733.36,0],0,false,[[3012,0,213.037]]],[[11715.3,9369.08,0],0,false,[[3217,0,1.64381],[2139,0,3.58582]]],[[19675,7236.06,0],0,false,[[1891,0,28.1595],[4857,0,90.427]]], +[[9099.44,19866.8,0],0,false,[[4764,0,79.7611],[3544,0,291.148]]],[[3341.2,12745.1,0],0,false,[[3162,0,130.762],[2975,0,93.5078]]],[[12437.6,8006.99,0],0,false,[[5088,0,47.8146],[3533,0,80.8632]]],[[15925.8,14836.9,0],0,false,[[3755,1,236.768],[1929,1,342.237]]],[[12165.6,10090.6,0],0,false,[[3459,0,351.74],[2918,0,90.8299]]], +[[12588.2,7916.33,0],0,false,[[5384,0,23.2499],[1620,0,52.3537]]],[[11213.8,19976.1,0],0,false,[[208,0,133.725],[4072,0,210.083]]],[[3764.78,15129.5,0],0,false,[[3619,0,26.9437],[386,0,112.18]]],[[15261.7,6513.1,0],0,false,[[3764,1,174.582],[4050,1,288.812]]],[[17723.4,12033.7,0],0,true,[[1139,0,7.09006],[4572,0,6.94237],[2091,0,7.35297]]], +[[13113.3,13142.4,0],0,false,[[4840,0,105.404]]],[[5540.53,3503.84,0],0,false,[[5526,1,40.6977],[5057,1,83.1935]]],[[11211.5,16838,0],0,false,[[2750,0,401.142],[4090,0,323.904]]],[[11856.6,7700.63,0],0,false,[[1428,0,52.704],[1447,0,72.0485]]],[[5899.65,16000.7,0],0,false,[[5022,0,376.049],[2455,0,254.952]]], +[[19423,2798.7,0],0,true,[[2250,0,231.52],[1438,0,110.565],[5612,0,28.3595]]],[[3833.91,10117.5,0],0,false,[[1661,0,193.29],[4433,0,95.6081]]],[[15247.4,486.43,0],0,false,[[1293,0,8.68538],[3543,0,8.68538]]],[[14156.6,19387,0],0,true,[[4638,0,52.5101],[1538,0,22.9503],[4124,0,101.954]]],[[17320.9,18387,0],0,false,[[5208,1,126.16],[1002,1,327.351]]], +[[5933.55,8907.63,0],0,true,[[82,0,3.54628],[1403,0,3.41226],[1794,0,3.11764]]],[[13659.3,4593.21,0],0,true,[[1721,0,48.0616],[1573,0,5.861],[1699,1,16.2388]]],[[5610.59,14105.5,0],0,false,[[2619,0,70.783],[1007,0,136.044]]],[[18772.5,14279.1,0],0,false,[[5190,1,106.738],[5696,1,19.0632]]],[[19963.2,4859.7,0],0,false,[[3282,0,6.03756],[1416,1,10.1275]]], +[[13747.1,4244.9,0],0,false,[[961,0,19.7296],[4171,0,73.6419]]],[[1278.63,13110.7,0],0,false,[[4755,0,94.4874],[872,0,23.7817]]],[[1002.6,16265.9,0],0,false,[[4259,0,53.2452],[5041,0,327.273]]],[[3851.99,14998.5,0],0,false,[[2684,2,65.2645],[4008,2,23.102]]],[[9059.78,18293.8,0],0,false,[[1165,0,359.135],[923,0,179.587]]], +[[7998.17,17027.5,0],0,false,[[1289,0,89.7914],[860,0,183.164]]],[[13250.2,8808.88,0],0,false,[[2909,0,32.6347],[1191,0,62.8524]]],[[8764.73,2185.59,7.94],0,false,[[1252,2,28.0219],[1107,2,121.259]]],[[14980.1,11827.9,0],0,false,[[525,0,124.768],[360,0,288.869]]],[[1083.46,3465.15,0],0,false,[[5488,0,237.548],[1,0,211.792]]], +[[6427.8,1587.54,0],0,false,[[4104,1,235.419],[487,1,102.009]]],[[14697.1,7.9227,0],0,false,[[2236,0,195.195]]],[[13319.2,13608.9,0],0,true,[[3634,0,13.6209],[39,0,60.9817],[2291,0,11.1957]]],[[7677.06,11035,0],0,false,[[2155,0,278.54],[4343,0,276.899]]],[[16623.2,9970.98,0],0,true,[[4422,1,93.563],[2908,1,28.6123],[4608,1,7.56958]]], +[[6445.36,637.34,0],0,false,[[368,1,13.0007],[4671,1,84.264]]],[[5922.76,8922.99,0],0,true,[[4804,0,4.95408],[5661,0,3.04829],[3453,0,3.68284],[1006,0,2.55577],[1341,0,0.795262]]],[[14110.1,7377.23,0],0,false,[[2394,0,306.667],[1507,0,346.32]]],[[1268.49,1478.8,0],0,false,[[2894,1,104.739],[625,1,305.212]]],[[8168.62,4902.38,0],0,false,[[2417,2,298.759],[5077,2,375.866]]], +[[18763.1,8856.95,0],0,false,[[4373,1,354.09],[3335,1,262.042]]],[[8088.47,15371.5,0],0,true,[[1942,1,320.584],[1874,1,30.3761],[2227,1,6.5343],[4089,1,5.68752]]],[[4136.71,16268.5,0],0,true,[[1519,0,20.6708],[944,0,71.7607],[1767,2,21.4282]]],[[8225.53,4304.92,0],0,true,[[1055,0,74.0293],[484,0,75.963],[4458,0,56.2065]]],[[512.356,3008.35,0],0,false,[[5007,1,19.6704],[5482,1,33.5509]]], +[[336.111,12890.6,0],0,false,[[3437,1,167.515],[465,1,295.204]]],[[16612.5,7187.54,0],0,false,[[4761,0,102.079],[315,0,15.62]]],[[12832.5,13952,0],0,false,[[3113,0,15.8103],[2905,0,308.423]]],[[19402.1,11272.1,0],0,false,[[1924,1,158.873],[2420,1,125.714]]],[[2721.86,19428,0],0,false,[[5248,0,80.0581],[3675,0,21.6612]]], +[[20110.5,2975.05,0],0,false,[[5523,0,302.803],[4972,0,341.83]]],[[14649.6,15747.8,0],0,false,[[3481,0,250.899],[4591,0,279.495]]],[[11687.6,14470.6,0],0,true,[[1207,0,57.6796],[5075,0,14.4129],[1221,0,10.9514],[2089,0,24.8975],[4705,0,7.87597]]],[[13184,8045.96,0],0,true,[[3692,1,5.9721],[54,0,159.954],[4186,1,9.07069]]],[[8362.45,2667.78,9.98016],0,false,[[5388,2,76.8475],[1777,2,33.7338]]], +[[827.295,1642.39,0],0,true,[[1743,0,2.26422],[5649,0,235.84],[4378,1,6.34401]]],[[1122.14,15037.9,0],0,false,[[49,0,227.581],[4371,0,399.785]]],[[1084.31,5990.08,0],0,false,[[1547,2,340.641],[523,2,278.336]]],[[19202,13297,0],0,false,[[72,1,333.198],[3396,1,381.674]]],[[17188.7,14028.6,0],0,false,[[3699,1,254.524],[1023,1,191.608]]], +[[18411.1,441.805,0],0,false,[[4731,0,24.361],[5419,0,15.3894]]],[[7888.4,6843.21,0],0,false,[[3164,0,331.376],[4454,0,131.556]]],[[17727.4,12028,0],0,true,[[4514,0,6.94237],[1679,0,5.01956],[5447,0,1.38002],[5704,0,2.74155],[2091,0,9.89683]]],[[14279.7,19512.1,0],0,false,[[3848,0,232.719],[695,0,27.5743]]],[[17996.6,15007.8,0],0,false,[[4900,0,223.667],[476,0,257.994]]], +[[13741.9,16233.9,0],0,false,[[1214,0,286.814],[2503,0,20.8638]]],[[8869.47,18911.1,0],0,false,[[5479,0,56.1299],[4740,0,30.9961]]],[[6403.63,500.945,0],0,false,[[2846,0,54.9868]]],[[20471.1,548.034,0],0,false,[[1585,1,237.047]]],[[2876.26,12610.3,0],0,true,[[3926,0,5.58178],[3609,0,9.51864],[1401,0,2.31957]]], +[[10999.4,18359,0],0,false,[[867,0,335.276],[5318,0,35.9807]]],[[11328.6,6603.38,0],0,false,[[4836,0,364.318],[4690,0,367.362]]],[[10992.8,18320.5,0],0,true,[[4393,0,43.7677],[2293,0,13.1185],[2209,0,8.33803],[5318,0,6.00163]]],[[6999.17,10871.3,0],0,false,[[4724,0,7.639],[5436,1,10.6186]]],[[627.373,3001.52,0],0,false,[[5581,0,319.406],[2640,0,24.8795]]], +[[17736.4,6987.37,0],0,false,[[771,0,155.729],[3811,0,309.276]]],[[9155.85,19194.6,0],0,false,[[2605,0,187.722],[927,0,358.149]]],[[8652.06,8779.38,0],0,false,[[3235,0,221.781],[1061,0,35.6498]]],[[3627.67,14793.8,0],0,false,[[618,0,28.0878],[5091,0,126.608]]],[[18817.6,14928,0],0,true,[[2829,0,6.52994],[3215,0,3.32954],[4355,1,12.7921],[2646,1,11.9654]]], +[[10172.6,5591.3,0],0,false,[[2715,0,249.752],[566,0,20.574]]],[[14889.8,15617,0],0,false,[[4561,0,279.495],[4408,0,217.297]]],[[10150.9,7085.33,0],0,false,[[3780,1,33.5992],[2943,1,174.965]]],[[6905.61,10709.1,0],0,false,[[4724,0,201.735],[5216,0,55.7425]]],[[6826.05,19059.7,0],0,true,[[3688,1,27.8439],[5010,1,122.899],[5124,1,1.98395]]], +[[8067.23,11868.4,0],0,false,[[2692,1,375.647],[2026,1,94.5506]]],[[9927.6,626.313,0],0,true,[[1387,1,12.3257],[2883,1,10.8651],[4697,1,11.9164]]],[[4759,2590.39,0],0,false,[[2157,0,333.18],[32,0,30.2142]]],[[13210,8639.69,0],0,false,[[2535,0,20.9356],[1480,1,4.42662]]],[[6090.21,10145.3,0],0,false,[[2266,0,210.596]]], +[[9526.8,14047.2,0],0,false,[[3362,1,168.726],[2093,1,358.521]]],[[2422.75,15815,0],0,true,[[2081,1,69.4439],[5275,1,33.8893],[2916,1,12.2368]]],[[3630.64,16314.7,0],0,true,[[1219,0,5.03095],[749,0,388.168],[3407,0,2.10895],[3649,0,4.31436]]],[[6227.39,16680.2,0],0,false,[[3324,0,239.506],[2900,1,10.9791]]],[[6503.08,10116.4,0],0,false,[[170,1,224.954],[802,1,295.199]]], +[[18865.2,7860.56,0],0,false,[[2675,0,26.0904],[2505,0,328.43]]],[[18525.6,10980.4,0],0,true,[[1817,0,24.2683],[3610,0,10.5055],[2058,0,13.9845]]],[[3745.36,15079.2,0],0,true,[[220,0,49.4104],[5071,0,7.72241],[2194,0,5.48765]]],[[16628.9,9975.92,0],0,false,[[4544,1,7.56958],[2552,0,40.5577]]],[[4193.25,16206.8,0],0,true,[[5093,0,65.0158],[944,0,12.3649],[982,0,10.8641]]], +[[5932.28,8921.38,0],0,true,[[3139,1,27.8661],[1685,1,227.988],[1581,1,8.65378],[3122,1,7.49497],[3191,1,6.25387],[1490,1,5.81965],[995,1,15.0881],[3460,1,11.763],[5496,1,9.32337],[3453,1,8.67588],[3799,1,17.487],[82,1,15.0957],[5661,1,7.4816]]],[[620.591,6306.47,0],0,false,[[523,2,283.044],[5332,2,246.446]]],[[14030.2,15104.7,0],0,false,[[340,0,265.917],[5123,0,160.93]]],[[12583.9,8102.2,0],0,false,[[3211,1,55.9724],[3962,1,27.1779]]],[[15418.3,6006.26,0],0,false,[[5134,0,18.6727],[5705,0,185.051]]], +[[5378.92,6017.48,0],0,false,[[839,0,324.653],[4768,0,158.609]]],[[13065.6,11420.7,0],0,false,[[2638,0,372.601],[3540,0,341.282]]],[[13039.3,5149.87,0],0,true,[[5330,0,187.582],[1835,0,18.7962],[1176,0,5.35758],[5273,0,6.23917],[4443,0,8.01492],[5035,0,10.5219]]],[[12920.7,13385.4,0],0,false,[[5381,1,152.182],[4759,1,280.122]]],[[10346.7,2578.81,0],0,true,[[5186,0,11.7863],[2801,0,4.92361],[1711,0,2.93125]]], +[[13359.3,15851.1,0],0,true,[[3969,0,4.44992],[2191,0,154.445],[135,0,5.43615]]],[[3458.53,17850.3,0],0,false,[[2368,0,165.61],[3200,0,383.218]]],[[3985.43,13561.7,0],0,false,[[2280,2,20.3509],[2016,2,212.668]]],[[15159.5,5677.17,0],0,false,[[617,0,48.4277],[1540,0,6.69825]]],[[1522.92,13806.9,0],0,false,[[3643,1,10.7398],[4746,1,71.6572]]], +[[18126.8,12649,0],0,false,[[2356,0,290.631],[5145,0,257.054]]],[[7666.82,19542.4,0],0,true,[[1431,0,4.19226],[254,0,2.43792],[2233,1,8.82095],[330,1,12.6912]]],[[13431.8,4738.3,0],0,false,[[3715,0,216.566],[4404,0,273.988]]],[[8628.15,8762.87,0],0,true,[[1073,0,14.6173],[2491,0,2.95668],[1061,0,8.39325]]],[[2755.4,19432.8,0],0,true,[[2570,0,6.12156],[5608,0,229.741],[4184,0,1.16272],[5515,0,3.67348]]], +[[20002.9,3448.05,0],0,false,[[1786,0,332.429],[1997,0,181.14]]],[[3149.06,4945.51,0],0,false,[[343,2,68.5046],[2809,2,71.5727]]],[[17720.1,12029.3,0],0,true,[[1883,0,3.44526],[4210,0,2.9031],[2091,0,12.6961]]],[[6527.16,829.302,0],0,false,[[4671,1,128.043],[263,1,174.337]]],[[14928.2,15360,3.82954],0,true,[[3706,1,13.4312],[3598,1,20.2532],[5099,1,8.11732],[4381,1,9.18074]]], +[[15123,16172.2,0],0,false,[[4776,0,159.676],[3908,0,392.663]]],[[3607.9,1639.58,0],0,false,[[1484,1,131.426],[2561,1,357.238]]],[[8490,14850.6,0],0,false,[[3044,1,386.41],[2106,1,147.483]]],[[14199.7,19357,0],0,false,[[262,0,18.6218],[4523,0,52.5101]]],[[13253.1,8873.1,0],0,false,[[2456,0,181.269],[2909,0,31.6799]]], +[[8331.29,11010.4,0],0,false,[[4854,0,326.536],[2312,0,21.0588]]],[[1835.4,1254.64,0],0,true,[[580,1,12.7263],[510,1,14.6607],[2828,1,13.481]]],[[3984.7,13541.8,0],0,false,[[4185,1,292.877],[2280,2,6.02778]]],[[10319.9,5367.91,0],0,false,[[2138,0,244.619],[2176,0,26.5751]]],[[17679.1,16813,0],0,true,[[3145,0,87.8118],[3177,0,1.44747],[2085,0,5.62602]]], +[[15383.6,2658.49,0],0,true,[[185,1,21.0426],[2041,1,133.361],[3575,1,10.7699]]],[[3375.31,6342.85,0],0,false,[[611,1,25.0089],[2188,1,28.8854]]],[[13428.9,7143.47,0],0,false,[[2065,1,238.95],[1201,1,372.951]]],[[19594.4,9592.73,0],0,true,[[13,0,5.41707],[107,0,2.87235],[1546,1,13.9282],[1302,1,15.6569]]],[[9546.94,15259.3,0],0,false,[[4680,0,366.193],[781,0,387.282]]], +[[10656.5,11405.8,0],0,true,[[1996,0,43.7529],[1297,0,9.20941],[1552,0,11.3889]]],[[6674.66,10927.6,0],0,false,[[5202,0,150.659],[3152,0,24.5272]]],[[15477.8,11759.8,0],0,false,[[3370,0,223.745],[793,0,135.81]]],[[7752.9,9993.14,0],0,false,[[3775,1,354.846],[518,1,354.424]]],[[1942.59,13359.7,0],0,false,[[2264,1,197.813],[1901,1,367.247]]], +[[3688.96,10241.3,0],0,false,[[2841,0,223.737],[5302,0,108.376]]],[[9810.75,16584.8,0],0,true,[[5448,0,382.505],[1696,0,4.91993],[4032,1,16.0047]]],[[13438,8000.98,0],0,true,[[1292,0,18.6723],[2665,0,11.367],[1239,0,7.6844]]],[[4856.66,18482.5,0],0,true,[[5709,0,9.85141],[3597,0,239.829],[670,2,12.7012]]],[[10773.8,17225.8,0],0,false,[[5242,0,102.709],[4770,0,7.10842]]], +[[12829.6,4431.02,0],0,false,[[1164,0,245.122],[1407,0,102.79]]],[[9301.25,1255.04,0],0,false,[[1793,2,279.272],[3948,2,345.828]]],[[5570.59,3451.28,0],0,true,[[2416,1,22.2012],[5526,1,19.9251],[1992,1,43.0305],[1570,1,4.57902]]],[[4673.61,18968.6,0],0,true,[[1658,1,29.1562],[2406,1,230.5],[2816,1,7.46137]]],[[13116,9013.15,0],0,false,[[4873,0,23.2316],[2456,0,140.247]]], +[[20195.3,4320.92,0],0,false,[[75,0,112.304]]],[[5752.63,14125,0],0,true,[[3952,0,59.243],[4057,0,53.8095],[5252,0,58.8388]]],[[16920.5,4807.5,0],0,true,[[4473,0,381.354],[497,0,13.5135],[3083,0,5.54084],[915,0,3.57726]]],[[7790.46,15758.7,0],0,false,[[1194,1,27.4882],[260,1,26.1267]]],[[15709.9,14175,0],0,true,[[3432,1,115.342],[3230,1,21.488],[1238,1,11.9461]]], +[[13218.4,4476.46,0],0,true,[[4737,0,10.0222],[4063,0,179.083],[741,0,15.5418]]],[[6475.82,714.045,0],0,false,[[4545,1,84.264],[4633,1,128.043]]],[[9737.35,16721.8,0],0,true,[[3842,1,139.545],[4694,1,29.19],[4975,1,12.1471],[4045,1,11.0493]]],[[13192,8575.76,0],0,false,[[1480,1,66.3202],[3721,1,21.5357]]],[[19079.3,3734.26,0],0,false,[[2877,0,2.54802],[4221,0,4.12134]]], +[[4890.36,16317.9,0],0,true,[[4152,0,7.5533],[5096,0,13.4004],[3196,1,9.2465]]],[[2913.01,12714.7,0],0,true,[[5651,1,11.111],[255,1,85.0235],[4334,1,16.4791]]],[[1778.26,9750.49,0],0,true,[[2087,0,347.484],[313,0,3.30537],[573,1,8.96083]]],[[20328.9,5757.61,0],0,false,[[5280,0,166.815],[2844,0,353.347]]],[[4623.34,12854.2,0],0,true,[[2670,0,2.52501],[5089,0,15.4445],[2604,0,4.20293]]], +[[9905.54,15333.4,0],0,false,[[5082,0,134.674],[4649,0,366.193]]],[[3589.22,20375.6,0],0,false,[[5350,1,175.466],[4145,1,389.712]]],[[19355.9,8929.83,0],0,false,[[3353,0,253.1],[3841,0,340.411]]],[[8377.85,14974.8,2.65774],0,false,[[1942,1,170.715],[2106,1,21.5434]]],[[13828.3,4632.98,0],0,true,[[2076,1,34.1603],[5182,1,180.48],[3723,1,19.7497]]], +[[19544,11409.4,0],0,true,[[4720,0,7.09057],[3131,0,14.4102],[5427,1,11.8789],[1785,1,8.13269]]],[[9953.09,11823.9,0],0,false,[[4419,0,109.218],[4179,0,345.058]]],[[9862.87,468.215,0],0,true,[[999,1,22.9021],[1811,1,16.6046],[3026,1,9.92179],[1773,1,4.55444]]],[[14145.3,11830.9,0],0,true,[[1140,1,5.76102],[3611,0,272.23],[1108,1,6.93747]]],[[13533.9,13563.2,7.56432],0,true,[[1700,1,16.0502],[5310,1,17.7289],[5438,1,9.64719],[5545,1,10.5407]]], +[[11644.7,6782.53,0],0,false,[[4581,0,367.362],[1423,0,334.547]]],[[6816.26,17343.9,0],0,true,[[1798,1,177.694],[3449,1,21.5165],[306,1,4.08951]]],[[15044.4,4530.7,0],0,true,[[2308,0,35.7125],[1847,0,3.48515],[3525,0,2.71097]]],[[13030.3,2823.29,0],0,false,[[3860,0,293.732],[4750,0,372.065]]],[[9737.7,16751,0],0,true,[[4672,1,29.19],[4074,1,243.763],[4975,1,17.1587]]], +[[11443.9,8617.89,0],0,true,[[1156,0,39.1722],[4490,0,272.949],[5669,0,64.6506]]],[[7119.85,12532.2,0],0,true,[[682,1,27.0114],[2698,1,70.0329],[1939,1,17.6488],[5694,1,22.872]]],[[9938.56,630.973,0],0,true,[[5416,1,16.0064],[3924,1,11.5079],[2883,1,2.5917],[4596,1,11.9164]]],[[15472.7,20476.5,0],0,false,[[5622,0,146.793]]],[[14356.3,19304.2,0],0,false,[[2859,0,124.717],[109,0,53.5309]]], +[[10023.6,8631.45,0],0,true,[[2430,1,68.0639],[4383,1,9.8111],[716,1,6.10966],[917,1,6.01695]]],[[2453.23,8402.32,0],0,true,[[4319,0,4.58576],[5412,0,3.94016],[4037,1,11.7711]]],[[4919.31,7832.99,0],0,false,[[4296,0,35.0159],[994,0,31.4736]]],[[13869.8,4369.87,6.02859],0,true,[[888,1,24.1107],[2972,1,20.2947],[1746,1,8.41207],[4075,1,4.32129]]],[[17307,4115.93,0],0,true,[[513,0,10.5078],[1254,0,6.39327],[2695,0,4.21144]]], +[[11694.3,14474.7,0],0,true,[[3118,0,16.797],[1221,0,3.70213],[4562,0,7.87597]]],[[15723.6,9263.09,0],0,false,[[3490,0,15.6104],[1040,0,22.4676]]],[[14227.4,4049.86,0],0,true,[[1060,0,2.95199],[1440,0,3.24911],[3227,1,8.86128]]],[[8176.22,17265.7,0],0,false,[[3554,0,393.563],[1289,0,283.706]]],[[2004.29,690.725,0],0,false,[[3057,1,7.90129],[329,0,4.24402]]], +[[5393.52,15396.1,0],0,false,[[177,0,198.222],[1178,0,245.081]]],[[15044,13771.2,0],0,true,[[5556,1,297.899],[4147,1,9.93772],[3615,1,5.26173],[2515,1,8.03445]]],[[9372.94,6051.29,0],0,false,[[1278,1,138.595],[2077,1,16.5865]]],[[6811.66,5437.91,0],0,false,[[1313,1,399.741],[631,1,203.118]]],[[10175.7,8184.23,0],0,false,[[293,0,20.2104],[838,0,19.9215]]], +[[12160.8,17401.5,0],0,false,[[3529,0,181.992],[4101,0,130.514]]],[[10718.4,9041.18,0],0,false,[[2382,0,371.869],[224,0,230.325]]],[[17106.4,5034.19,0],0,true,[[1047,0,9.72863],[1323,0,11.5359],[3785,0,4.99146]]],[[3860.03,4642.38,0],0,false,[[3148,0,179.239],[3592,0,234.517]]],[[16643.1,18252.4,0],0,true,[[1522,0,65.0076],[3676,0,25.5936],[1394,0,14.7593]]], +[[19549.6,11413.7,0],0,true,[[1299,0,14.4213],[4685,0,7.09057],[1785,1,4.75331]]],[[6382.75,560.147,0],0,false,[[2761,1,43.8968],[4966,1,20.3323]]],[[14968,2148.33,0],0,false,[[1604,0,157.719],[1916,0,371.898]]],[[19731.9,8651.46,0],0,false,[[2771,1,203.055],[2436,1,102.608]]],[[7002.27,10864.3,0],0,true,[[4583,0,7.639],[4593,0,201.735],[5436,1,18.2014]]], +[[18139.9,17093.5,0],0,true,[[1105,0,342.647],[4247,0,3.52178],[2885,1,17.3288]]],[[18376.8,13470.8,0],0,false,[[783,0,386.044],[3500,0,208.403]]],[[1199.54,17958.6,0],0,false,[[3087,0,107.067],[3478,0,372.619]]],[[4853.21,18802.1,0],0,true,[[4006,2,5.75141],[1897,2,154.925],[4160,2,7.33374]]],[[13942.1,18098.1,0],0,true,[[5572,0,34.2518],[3208,0,34.3687],[3527,0,4.52117],[28,0,4.54394],[691,0,5.71212],[3826,0,235.977]]], +[[16152.4,19336.3,0],0,false,[[3059,0,106.132]]],[[18411.8,466.135,0],0,false,[[2568,0,370.515],[4570,0,24.361]]],[[3104.05,6424.92,0],0,false,[[4501,1,5.38201],[5518,0,3.41639]]],[[7606.01,623.122,0],0,true,[[5714,1,144.596],[4086,1,15.6435],[363,1,11.4234],[4403,1,7.66007],[516,1,6.52749]]],[[16992.6,18005.1,0],0,true,[[5110,0,92.3616],[126,0,27.1784],[5261,0,19.1117]]], +[[15051.5,13753.2,0],0,false,[[3615,0,14.277],[3508,0,29.4787]]],[[7798.02,15767.9,0],0,false,[[3542,0,6.14253],[5370,0,2.85475]]],[[13208.6,4474.34,0],0,true,[[4670,0,10.0222],[3160,0,7.16489],[741,0,9.7216]]],[[2847.57,12612.2,0],0,true,[[2086,0,2.27602],[3388,0,2.2098],[1781,0,4.4323]]],[[527.938,8533.71,0],0,false,[[2198,1,102.523],[4299,1,369.913]]], +[[8899.63,18904.8,0],0,true,[[555,0,29.2457],[1478,0,26.0483],[4576,0,30.9961]]],[[13882,8556.53,0],0,false,[[2920,1,385.05],[492,1,260.212]]],[[10727.8,12632.7,0],0,false,[[5199,0,116.442],[1749,0,8.72595]]],[[19874.6,4523.72,0],0,false,[[5542,0,126.402],[3195,0,29.199]]],[[17612.8,11826.7,0],0,true,[[5356,0,21.4336],[596,0,12.2859],[2579,0,33.4501]]], +[[16212.4,10598.1,0],0,false,[[2206,0,135.141],[2789,0,319.618]]],[[1539.57,13875.9,0],0,true,[[4624,1,71.6572],[4028,1,4.64055],[3296,1,3.48604]]],[[18431.6,17632.8,0],0,false,[[3074,1,30.6447],[2473,1,56.0278]]],[[5789.26,12142.3,0],0,false,[[3654,0,35.1262],[388,2,9.11985]]],[[11830.7,12442.7,0],0,false,[[4882,0,186.65]]], +[[12930.3,3181.6,0],0,false,[[4693,0,372.065],[362,0,29.4961]]],[[4923.48,16317.7,0],0,false,[[3196,1,26.4702],[4913,1,353.015]]],[[16472,8645.82,0],0,false,[[1831,0,24.2216],[3929,0,182.519]]],[[16227.9,16595.5,0],0,false,[[1592,0,347.26],[2798,0,46.1962]]],[[6486.92,10869.8,0],0,false,[[2396,0,6.36879],[2666,0,1.81111]]], +[[1275.57,13205.1,0],0,false,[[1236,1,4.64229],[4531,0,94.4874]]],[[4256.9,2426.51,0],0,false,[[5335,1,400.97],[4206,1,388.433]]],[[13654.1,12729.4,0],0,false,[[2634,0,26.7916],[4858,0,325.516]]],[[8903.53,11420,0],0,false,[[1543,0,271.957],[5264,0,242.611]]],[[12653.9,13299.8,0],0,false,[[4618,1,280.122],[1768,1,121.091]]], +[[14527.8,5096.62,0],0,true,[[2574,1,392.898],[3612,1,13.9194],[1280,1,7.51853]]],[[16546.7,7265.47,0],0,false,[[4829,0,42.4783],[4556,0,102.079]]],[[1951.37,5623.77,0],0,false,[[4475,0,282.389],[5628,0,164.493]]],[[13181.6,8469.22,0],0,true,[[2211,1,5.39674],[248,0,20.721],[265,1,6.57412]]],[[9151.08,19806.1,0],0,true,[[4766,0,17.6198],[4505,0,79.7611],[1926,0,9.25214]]], +[[2002.32,704.625,0],0,false,[[4139,1,389.366],[3057,1,21.4534]]],[[9137.09,19795.4,0],0,true,[[4764,0,17.6198],[2958,0,188.715],[1926,0,26.6518]]],[[9287.9,16359.3,0],0,true,[[1476,0,95.7446],[5519,0,12.3232],[3325,0,13.9679]]],[[5326.91,5867.67,0],0,false,[[4615,0,158.609],[73,0,332.472]]],[[18143.5,17079.6,0],0,true,[[3224,1,20.7751],[2885,1,28.2617],[2915,1,4.33107],[207,1,2.43519],[4489,1,4.36139]]], +[[10778.4,17220.4,0],0,true,[[4090,0,253.963],[2995,0,21.9002],[4659,0,7.10842]]],[[12477.1,3575.34,0],0,false,[[1991,0,367.03],[4491,0,364.658]]],[[14702.9,19862.4,0],0,false,[[4036,0,56.0961],[4307,0,78.6647]]],[[9354.96,20440.2,0],0,false,[[4406,0,98.6222],[3108,0,332.791]]],[[12110.1,1215.21,0],0,false,[[669,0,127.332],[4091,0,363.009]]], +[[4774.39,10433.9,0],0,false,[[3281,0,292.934],[2208,0,139.939]]],[[14974.1,16114.7,0],0,false,[[751,0,31.1306],[4635,0,159.676]]],[[2242.17,3384.14,0],0,false,[[988,0,290.953],[985,0,336.242]]],[[11021.8,7738.26,0],0,true,[[3093,1,255.026],[1314,1,2.0117],[2258,1,9.33118]]],[[14635.9,19878.1,0],0,true,[[4487,0,3.51363],[3229,0,6.16234],[2812,0,4.25446]]], +[[13719.1,9857.47,0],0,true,[[5418,0,12.6957],[5259,0,2.31635],[4833,1,7.7156]]],[[13145.7,8165.59,0],0,false,[[4442,0,14.707],[2817,1,3.05443]]],[[14976.1,14968,0],0,false,[[1052,0,241.591],[4100,0,306.48]]],[[10864.9,10994.2,0],0,true,[[1373,0,2.84758],[3889,0,3.46724],[5102,1,7.16558]]],[[7823.94,15733,0],0,false,[[3895,0,6.86952],[998,0,4.96475]]], +[[5754.06,18495.2,0],0,false,[[2590,1,199.4],[4876,1,23.0205]]],[[12837.5,19623.1,0],0,false,[[2716,0,224.488],[3719,0,242.869]]],[[14045.7,15488.6,0],0,false,[[3698,0,11.3069],[5221,0,32.0433]]],[[8760.38,2177.21,0],0,false,[[538,0,195.38],[2500,0,26.0286]]],[[6004.36,12760.8,0],0,false,[[2119,0,307.707],[5241,0,105.686]]], +[[17877.6,11887,0],0,false,[[3171,0,189.297],[3425,0,75.6329]]],[[12744.6,14293.4,0],0,false,[[4883,0,137.452],[3113,0,349.62]]],[[19467.5,8277.23,0],0,false,[[203,0,15.654]]],[[10544.6,7724.35,0],0,true,[[71,0,5.93387],[477,0,57.7878],[3099,1,3.71072]]],[[17680.6,16817.3,0],0,false,[[1385,0,2.04726],[2085,0,1.04994]]], +[[10027,1496.87,0],0,false,[[3107,0,389.096],[2783,0,256.984]]],[[5967.78,18734.1,0],0,false,[[5270,1,91.9035],[4188,1,377.989]]],[[18075.6,10760.2,0],0,false,[[806,0,377.158],[1138,0,268.985]]],[[17662.8,12218.1,0],0,true,[[2079,0,0.751723],[100,0,0.989701],[1514,0,6.55532]]],[[7007.26,832.514,0],0,true,[[3161,0,2.26356],[4182,0,5.17705],[117,1,3.8717]]], +[[5918.87,8926.72,0],0,true,[[4801,0,11.0554],[1006,0,2.8312],[4804,0,0.509471]]],[[5910.52,8933.97,0],0,true,[[4800,0,11.0554],[2575,0,173.377],[4804,0,11.485]]],[[694.86,19823.4,0],0,true,[[3199,0,4.03017],[3436,0,4.61524],[4416,1,1.55589]]],[[11195.4,4694.5,0],0,false,[[3395,0,363.352],[2837,0,261.046]]],[[5919,8926.23,0],0,true,[[1341,0,4.4855],[4800,0,0.509471],[4546,0,4.95408],[1006,0,2.40968],[4801,0,11.485]]], +[[18761.6,3738.51,0],0,false,[[3117,0,237.849],[1037,0,25.5098]]],[[19470.4,8302.71,0],0,true,[[3657,0,18.5399],[5614,0,14.5314],[203,0,10.2884]]],[[3869.23,2294.64,0],0,true,[[2561,1,358.253],[5335,1,13.7674],[3704,1,6.73192]]],[[14839.8,19032.9,0],0,false,[[3596,0,356.975],[5256,0,200.339]]],[[16786.9,13187.7,0],0,false,[[3712,0,165.693],[3101,0,339.664]]], +[[10725.7,11959.4,0],0,false,[[1340,0,367.857],[986,0,153.872]]],[[7505.54,19253.9,0],0,false,[[2493,1,237.864],[3226,1,47.4006]]],[[12582.7,4530.27,0],0,false,[[5671,0,40.4998],[90,0,25.2658]]],[[17334,10194.3,0],0,true,[[639,0,1.26283],[1265,0,1.32784],[750,0,10.4327]]],[[7203.9,19718,0],0,false,[[1605,0,208.174],[153,0,144.674]]], +[[4596.88,12885.9,0],0,false,[[553,2,29.9237],[5590,2,402.061]]],[[6244.87,6112.64,0],0,false,[[3829,0,13.3022],[4264,0,83.641]]],[[13544.4,11842,0],0,false,[[33,0,163.61],[4190,0,385.087]]],[[9479.39,8521.06,0],0,true,[[1851,0,23.958],[1545,0,14.186],[2860,0,12.1518]]],[[14233.2,641.967,0],0,false,[[1417,0,19.3814],[794,0,335.746]]], +[[9198.35,16217.6,0],0,false,[[3154,1,71.4207],[2268,1,13.4882]]],[[17956.6,12331.5,0],0,false,[[3401,0,15.8494],[767,0,30.0815]]],[[15223.2,1095.06,0],0,false,[[1622,0,239.412],[1444,0,15.7954]]],[[7968.98,3816.87,0],0,true,[[2392,0,4.12005],[2845,0,2.53905],[5650,2,4.86857]]],[[9211.06,10995.5,0],0,false,[[179,0,233.412],[4324,0,159.349]]], +[[4715.55,19007,0],0,false,[[2816,0,55.3792]]],[[2872.81,6243.29,0],0,false,[[762,0,239.59],[2790,0,279.922]]],[[11265.3,19775.2,0],0,true,[[2696,0,2.72656],[621,0,3.52465],[661,0,4.28672]]],[[15342.3,564.736,0],0,false,[[4392,0,31.5235],[3398,0,65.1904]]],[[16519.3,7297.91,0],0,true,[[5,0,6.85151],[4761,0,42.4783],[4350,0,13.0941]]], +[[10699.5,12753.3,0],0,true,[[855,1,15.2886],[2444,1,5.56441],[2487,1,13.1839]]],[[12286.1,18610.5,0],0,false,[[2546,0,64.6767],[960,0,24.8284]]],[[15531.3,9997.07,0],0,false,[[3923,0,154.445],[2782,0,303.292]]],[[13721.5,9850.14,0],0,true,[[5688,1,18.8049],[5452,1,338.504],[5418,1,16.326],[4780,1,7.7156],[5259,1,8.43044],[67,1,10.5024]]],[[7704.65,7416.94,0],0,false,[[4155,0,163.345],[4448,0,304.238]]], +[[17549.8,8620.97,0],0,true,[[1250,0,2.53738],[2235,0,2.75833],[323,1,8.0105]]],[[10995.5,6459.62,0],0,false,[[268,0,395.557],[4581,0,364.318]]],[[13267.8,9846.45,0],0,true,[[3051,0,156.652],[818,0,29.195],[296,0,6.70684],[1652,0,3.59262],[4087,0,2.17731],[5690,0,3.37832]]],[[4791.39,2566.45,0],0,true,[[1358,0,4.72056],[1588,0,3.70268],[1998,1,10.7628]]],[[16415.8,14165.7,0],0,false,[[2654,1,278.41],[1079,1,393.908]]], +[[13218.6,13147.1,0],0,false,[[56,0,23.2644],[4515,0,105.404]]],[[9860.37,568.605,0],0,false,[[5217,2,26.0975],[2134,2,48.0744]]],[[10382.5,121.787,0],0,false,[[2813,2,99.6474],[200,2,372.94]]],[[16231.5,8749.14,0],0,false,[[4283,1,372.707],[346,1,253.017]]],[[16259.9,13667.1,0],0,false,[[3294,0,314.007],[922,0,168.218]]], +[[15643.4,14158.5,0],0,false,[[3568,1,7.43139],[1541,1,11.6834]]],[[5756.01,5465.74,0],0,false,[[4278,0,264.011],[2078,0,337.926]]],[[9750.44,656.331,0],0,true,[[2210,1,30.7952],[1731,1,35.1466],[5009,2,24.275],[4397,2,24.2582]]],[[11001.8,15299.4,0],0,false,[[393,0,170.121],[2948,0,7.77807]]],[[18577.5,10497.7,0],0,false,[[1695,0,297.243]]], +[[9807.43,615.859,0],0,true,[[2134,2,22.8952],[2166,2,23.4647],[287,2,10.9931],[5282,2,19.3439]]],[[9087.55,18661,0],0,false,[[1478,0,283.541],[923,0,296.58]]],[[10356.9,6874.61,0],0,true,[[2712,0,15.1122],[3906,0,13.2437],[1351,0,12.3599]]],[[17243.8,17490.4,0],0,true,[[2152,0,2.40809],[3861,0,1.7341],[2186,0,4.64409],[5656,0,1.76654]]],[[8005.03,11020.6,0],0,false,[[5139,0,25.6392],[4640,0,326.536]]], +[[17370.5,358.191,0],0,false,[[46,1,349.078],[1263,1,192.482]]],[[4144.98,4777.46,0],0,false,[[3187,2,56.2111],[93,2,34.411]]],[[19678.1,7145.69,0],0,false,[[4504,0,90.427],[5376,0,23.5499]]],[[13936,12875.5,0],0,false,[[4757,0,325.516],[3652,0,84.6674]]],[[2253.24,2394.39,0],0,true,[[473,0,4.46911],[3412,0,3.60199],[1560,1,11.1531]]], +[[7185.34,5832.1,0],0,false,[[3897,0,255.705]]],[[13412.6,15994.9,0],0,false,[[2191,0,4.11109],[3957,0,141.408]]],[[15445.6,5374.48,0],0,true,[[222,0,199.419],[1445,0,5.21421],[3850,0,5.50441]]],[[13741.8,16112,0],0,false,[[338,0,129.383],[1495,0,11.7804]]],[[12005.3,15481.4,0],0,false,[[3365,0,171.34]]], +[[19498.3,12465.1,0],0,false,[[5053,1,387.054],[2616,1,319.295]]],[[15269,590.828,0],0,false,[[2172,0,23.1185],[1766,0,46.3446]]],[[14050.8,13190.8,0],0,false,[[1558,0,19.9122],[2984,0,118.031]]],[[18559.4,17592.7,0],0,true,[[3064,0,3.28787],[5607,0,3.26194],[605,1,12.2357]]],[[10054.5,6689.24,0],0,false,[[292,1,289.299],[1059,1,44.7283]]], +[[3246.39,1208.96,0],0,true,[[2498,1,27.9108],[4968,1,174.584],[3853,1,187.191]]],[[4903.04,7851.41,0],0,true,[[5367,0,3.56936],[5417,0,3.62375],[994,0,7.06295]]],[[3203.43,4980.9,0],0,false,[[3328,0,49.2763]]],[[13096.5,9000.43,0],0,true,[[3700,0,189.964],[4664,0,23.2316],[5504,0,60.2626]]],[[6683.16,15532.1,0],0,false,[[506,0,225.818],[2681,0,170.234]]], +[[10137.1,928.389,0],0,true,[[2783,0,347.141],[2306,0,3.62135],[2252,1,6.62454]]],[[5737.34,18511,0],0,true,[[4785,1,23.0205],[3489,1,46.5289],[2073,1,5.61074]]],[[15356,4803.53,0],0,false,[[2329,0,283.366],[436,0,183.138]]],[[11507.2,19128.2,0],0,false,[[3422,0,5.02117],[1412,0,17.3477]]],[[16127,6933.76,0],0,true,[[3599,1,300.272],[2560,1,23.9275],[3601,1,9.45573],[3607,1,17.9464]]], +[[10448.8,10545.8,0],0,true,[[4310,0,259.993],[3238,0,93.9058],[3193,0,324.485]]],[[9970.72,463.481,0],0,true,[[3092,1,20.1981],[1629,1,9.34504],[1824,2,9.61314],[1725,2,22.4288]]],[[11656.3,12377,0],0,false,[[3515,0,254.974],[4749,0,186.65]]],[[12716.4,14427.9,0],0,true,[[5211,0,22.7227],[4791,0,137.452],[3130,0,113.966]]],[[10539.6,7782.68,0],0,true,[[2784,0,90.4412],[2008,0,5.16543],[477,0,4.01887]]], +[[9529.96,5746.14,0],0,false,[[2326,0,316.83],[1489,0,141.575]]],[[4470.94,19176.2,0],0,false,[[2484,0,23.7357],[912,0,200.994]]],[[567.976,3005.37,0],0,true,[[5460,0,8.00156],[3153,1,16.5608],[5666,1,17.0475]]],[[15454.5,585.675,0],0,false,[[4016,0,13.9282],[1260,0,76.1486]]],[[15045.7,4537.98,0],0,true,[[1847,0,3.93131],[769,0,4.31235],[3525,0,5.83101]]], +[[15117.5,374.561,0],0,false,[[2542,0,108.54]]],[[264.618,6551.74,0],0,false,[[5332,2,185.847],[3633,2,290.724]]],[[1877.5,13918.6,0],0,true,[[2924,1,202.899],[2434,1,19.9075],[2855,1,7.75609],[3474,1,11.5193]]],[[6832.92,667.919,0],0,false,[[406,1,27.6762],[1591,1,283.733]]],[[13836.6,10317.4,0],0,false,[[1065,1,67.7195],[1930,1,349.516]]], +[[16400.4,2344.92,0],0,false,[[1726,0,361.639],[2775,0,15.7532]]],[[12782.3,8501.11,0],0,false,[[419,0,87.3546],[3104,0,74.2292]]],[[11237,12266.4,0],0,false,[[7,0,19.1779],[5582,0,38.4417]]],[[13848.2,19445.7,0],0,true,[[174,0,91.1766],[642,0,20.9678],[3973,0,20.0929]]],[[11810.1,7870.19,0.00012207],0,false,[[2095,0,44.0947],[3129,0,22.4135],[3519,0,12.7378],[2292,0,20.9314]]], +[[17792.6,15094.6,0],0,false,[[2158,0,275.233],[4574,0,223.667]]],[[2112.16,1151.09,0],0,false,[[2828,1,282.602],[1465,1,105.171]]],[[5736.88,3888.41,0],0,false,[[2388,0,24.6694],[1586,0,99.4812]]],[[13051.5,8523.08,0],0,true,[[3198,0,8.33499],[3443,0,18.0133],[1682,0,11.2295]]],[[16664.7,17707.6,0],0,false,[[490,1,121.476],[629,1,47.0368]]], +[[6159.32,8684.91,0],0,false,[[2622,0,302.022],[1626,0,244.809]]],[[1429.52,13334.4,0],0,false,[[5454,1,153.453],[827,1,235.566]]],[[4250.33,8678.24,0],0,false,[[2601,0,147.05]]],[[6852.66,10675.5,0],0,true,[[3882,2,26.8941],[1245,2,24.0503],[5216,2,11.477]]],[[15042.5,4559.4,0],0,false,[[436,0,230.664],[3525,0,27.484]]], +[[253.524,7547.39,0],0,false,[[1643,1,334.905],[3146,1,248.197]]],[[3331.46,6358.33,0],0,false,[[3426,1,13.4939],[2017,0,18.2985]]],[[5691.92,6704.49,0],0,false,[[2853,0,312.206],[1707,0,111.09]]],[[5267.88,16240.3,0],0,false,[[4751,1,353.015],[2600,1,146.161]]],[[9000.85,5400.24,0],0,false,[[2060,0,220.442],[594,0,131.091]]], +[[3929.18,14205,0],0,false,[[3938,2,114.989],[4387,2,350.756]]],[[10230.8,8330.74,0],0,false,[[493,0,119.916],[293,0,136.314]]],[[16955.3,4937.74,0],0,true,[[714,0,7.92136],[910,0,77.9012],[543,0,14.9552]]],[[19231.4,6790.08,0],0,false,[[1198,0,167.523]]],[[15876.6,14475.8,0],0,true,[[1741,0,2.77716],[3855,0,3.11176],[3126,1,0.603608]]], +[[12764.2,8366.65,0],0,false,[[364,1,22.8078],[4954,1,27.8973]]],[[630.362,2967.41,0],0,true,[[1397,1,25.7132],[3990,1,386.877],[2640,1,11.6459]]],[[6686.77,17286.1,0],0,true,[[739,0,8.38212],[376,1,6.50765],[645,1,6.17212]]],[[3084.99,6420.72,0],0,true,[[167,1,279.669],[2556,1,145.933],[76,1,6.09774]]],[[3675.57,1473,0],0,false,[[3475,0,100.509]]], +[[1281.38,669.513,0],0,true,[[3037,0,5.18883],[4027,0,3.04994],[3155,0,5.27195]]],[[14950.9,6311.23,0],0,false,[[2459,0,301.155],[1117,0,80.2164]]],[[17718,12021.2,0],0,true,[[1956,0,3.20783],[1955,0,2.90641],[1131,0,2.17339],[2485,0,2.91853],[1333,0,8.20723]]],[[12803.1,1673.48,0.00012207],0,false,[[1910,0,22.3482],[4402,0,18.915]]],[[13136.9,2160.12,0],0,false,[[2099,0,18.6019],[3860,0,387.659]]], +[[8326.56,1339.08,0],0,false,[[3242,1,281.403],[2133,1,239.086]]],[[12083.5,7495.1,0],0,false,[[5507,0,186.159],[3433,0,370.424]]],[[10763.2,12772.6,0],0,true,[[790,1,33.6604],[1418,1,15.1974],[3623,1,2.7587]]],[[11673.4,16617.7,0],0,false,[[1530,0,221.337],[2750,0,119.069]]],[[14941.2,15238.1,0],0,true,[[3706,0,109.145],[2632,0,9.04622],[678,1,18.6124]]], +[[11051.5,552.726,0],0,false,[[5234,0,359.45],[2322,0,195.249]]],[[10004.2,370.344,0],0,false,[[971,1,31.7285],[114,1,52.1293]]],[[10916.5,12767.8,0],0,true,[[5503,1,84.0437],[1298,1,7.15446],[4274,1,5.97363]]],[[9554.52,12241.4,0],0,false,[[2471,1,293.126],[5359,1,280.863]]],[[16793.9,17865.3,0],0,true,[[221,1,8.1429],[5347,0,125.802],[4257,1,14.4013]]], +[[7300.69,10108.8,0],0,false,[[3300,2,274.005],[5246,2,21.2819]]],[[6721.7,17421.2,0],0,true,[[3864,0,90.7281],[1381,0,4.91937],[2132,1,6.42506]]],[[8160.42,4579.98,0],0,false,[[5107,2,246.137],[2417,2,25.9849]]],[[18323.8,17555.9,0],0,false,[[759,1,332.674],[1618,1,21.3755]]],[[1808.63,15957.6,0],0,false,[[607,1,398.89],[5135,1,344.771]]], +[[5212.48,19602.9,0],0,false,[[1802,2,265.079],[2389,2,28.1982]]],[[9717.8,3996.91,0],0,true,[[3862,0,2.34272],[3751,0,2.48916],[3724,0,1.62354]]],[[13775.9,2153.78,0],0,true,[[3378,0,27.8684],[853,0,202.85],[3383,0,200.922]]],[[11968.8,8590.67,0],0,true,[[4490,0,282.835],[1435,0,389.527],[2911,0,352.139]]],[[18378,17655.4,0],0,false,[[4401,0,148.379],[2473,1,6.28917]]], +[[6419.14,1723.82,0],0,false,[[2637,1,15.4749],[649,1,43.5162]]],[[9224.93,16434.7,0],0,true,[[3570,0,20.7854],[400,0,92.5625],[1476,0,9.40108]]],[[17429.7,1904.84,0],0,false,[[5083,0,301.102],[4428,0,90.6016]]],[[18430.5,1097.39,0],0,true,[[4379,0,16.9029],[2568,0,261.057],[3073,0,5.58844],[1510,0,9.39397]]],[[12743.3,8348.15,0],0,false,[[4920,1,27.8973],[5521,1,22.2712]]], +[[6033.07,17114.7,0],0,false,[[4130,0,164.286],[3324,0,236.574]]],[[12112.1,7935.65,0],0,true,[[4097,0,6.13936],[65,0,178.435],[172,0,16.3105]]],[[10527.9,942.353,0],0,false,[[2252,1,391.101],[3921,1,361.356]]],[[13850.8,16245.1,0],0,false,[[601,0,112.852],[4232,0,323.832]]],[[15256.9,2417.5,0],0,false,[[4960,1,194.845],[2041,1,185.389]]], +[[15160.4,2250.85,0],0,true,[[4959,1,194.845],[447,1,399.882],[2269,1,6.86598]]],[[12764.7,4330.43,0],0,true,[[1407,0,21.0938],[105,0,25.5019],[5181,0,26.9182]]],[[14794.8,16606.3,0],0,true,[[3486,0,7.08116],[4295,0,3.95815],[5424,0,17.1274],[1487,0,16.7179]]],[[17225.3,10639.9,0],0,false,[[1142,0,188.634]]],[[3660.55,4861.94,0],0,false,[[3945,2,116.108],[552,2,248.302]]], +[[12790.2,16185.4,0],0,false,[[345,0,132.779],[5314,0,149.068]]],[[6369.76,544.507,0],0,true,[[4721,1,20.3323],[5458,1,146.365],[2846,1,10.3207]]],[[6461.63,17596.4,0],0,false,[[2278,1,28.4753],[1433,1,177.024]]],[[3374.96,1090.94,0],0,false,[[4870,1,174.584],[1196,1,12.6451]]],[[15630.4,3303.64,0],0,true,[[2767,0,16.4026],[1659,0,24.4288],[2075,1,11.3254]]], +[[11233.2,9243.28,0],0,true,[[2533,0,19.8065],[4234,0,285.528],[3927,0,12.7602]]],[[12383.1,4160.18,0],0,false,[[3009,0,196.981],[3686,0,260.031]]],[[20112.2,2634.52,0],0,false,[[4560,0,341.83],[316,0,255.159]]],[[15358.8,12721.9,0],0,false,[[1211,0,259.767],[4344,0,246.79]]],[[18733.6,3725.02,0],0,true,[[1003,0,3.56807],[270,0,1.82016],[1037,0,5.58207]]], +[[9736.21,16733.9,0],0,true,[[4045,0,5.28337],[4672,1,12.1471],[4694,1,17.1587]]],[[10368.8,12564.7,0],0,false,[[2314,1,23.2842],[3738,1,341.658]]],[[15876.7,14455,0],0,false,[[3126,1,21.4012],[5401,1,127.528]]],[[17531.3,8623,0],0,true,[[5354,1,291.159],[323,1,25.6569],[4465,1,15.3482],[1250,1,16.0834]]],[[3642.7,17871.7,0],0,true,[[2042,0,12.6424],[2368,0,19.8168],[5336,0,9.30003],[556,0,5.338],[298,0,4.10483],[5305,0,19.2724]]], +[[20469.6,4793.03,0],0,false,[[786,0,383.592]]],[[12740.7,8373.27,0],0,false,[[597,0,17.053],[509,0,51.998]]],[[480.015,2999.39,0],0,false,[[443,0,12.0177],[2776,0,20.5296]]],[[17051.1,7425.14,0],0,false,[[3394,0,27.0536],[3595,0,116.459]]],[[19529.6,4900.29,0],0,false,[[3042,0,133.576]]], +[[19683.4,8242.71,0],0,false,[[5175,0,135.442],[130,1,3.7448]]],[[17071.8,17953.9,0],0,true,[[2171,0,25.391],[1200,0,78.0689],[2433,1,8.02755]]],[[13006.7,8771.56,0],0,false,[[2398,1,119.505],[4267,1,95.4569]]],[[13311.9,8813.76,0],0,false,[[3115,1,217.701],[2323,1,64.8986]]],[[4220.39,10281.2,0],0,true,[[875,0,4.93043],[2897,0,13.737],[2881,0,3.40957]]], +[[20061.9,4280.74,0],0,true,[[3442,0,14.2676],[840,0,259.782],[75,0,48.5203]]],[[17301.7,4103.37,0],0,false,[[1254,0,7.27693],[1850,0,33.4866]]],[[17874.6,19651,0],0,false,[[3774,1,22.7085],[2838,1,192.889]]],[[5819.5,13913.8,0],0,true,[[916,0,31.1713],[3560,0,114.882],[2744,0,13.7208]]],[[13658.3,4534.06,0],0,false,[[3715,0,174.146],[2895,0,7.68017]]], +[[9710.73,720.462,0],0,true,[[77,1,19.0089],[4352,1,26.1549],[983,2,11.2824],[3777,2,24.5616]]],[[16383.1,17868.9,0],0,false,[[5573,0,311.76],[4285,0,257.527]]],[[10634.5,19814.7,0],0,false,[[2931,0,362.989]]],[[15823.5,3791.41,0],0,false,[[1151,0,347.883],[5238,0,16.2179]]],[[17759.7,12104.3,0],0,false,[[2012,0,25.3163],[427,0,10.5415]]], +[[13009.9,7987.47,0],0,true,[[602,0,16.8553],[3683,0,399.011],[5529,0,16.9789]]],[[1938.59,18840.8,0],0,false,[[1066,0,82.3296],[1918,0,390.937]]],[[9154.16,15336.4,0],0,false,[[3312,1,159.982],[2036,1,99.4465]]],[[18058.7,3788.99,0],0,false,[[5180,0,313.134],[3062,0,335.572]]],[[19745,8905.17,0],0,true,[[5364,0,2.04011],[1084,0,18.2864],[742,1,7.861]]], +[[16757,8585.34,0],0,true,[[2225,0,3.28576],[1917,0,3.75336],[4455,1,10.0105]]],[[17661.3,17302.1,0],0,false,[[1028,0,284.202],[1105,0,180.068]]],[[502.767,2991.18,0],0,true,[[1262,1,18.493],[4554,1,19.6704],[3646,1,8.60407],[804,1,3.27195]]],[[6241.66,13856.4,0],0,false,[[705,0,5.68138],[3694,1,10.7732]]],[[9741.01,678.696,0],0,true,[[5263,2,21.6682],[3777,2,28.0041],[4847,2,24.275],[1731,2,16.1647]]], +[[6940.92,19103.4,0],0,false,[[4594,1,122.899],[2493,1,351.916]]],[[17998.7,7712.79,0],0,true,[[2694,0,74.0422],[1709,0,26.5644],[3097,0,17.019],[1247,0,14.2941],[1645,0,6.09227],[3662,0,10.0944]]],[[4022.99,13355.3,0],0,true,[[2362,1,10.7643],[236,1,394.805],[3581,2,9.97686]]],[[13274,12382.2,0],0,false,[[685,0,342.025],[1809,0,272.312]]],[[3301.86,5843.37,0],0,false,[[118,0,157.876],[2833,0,107.327]]], +[[14997.2,20137,0],0,false,[[4126,0,156.309],[1206,0,397.48]]],[[14167.1,4137.22,0],0,false,[[5638,1,362.544],[2131,1,94.0743]]],[[10833,12812.9,0],0,false,[[1608,0,18.5511],[45,1,6.59183]]],[[1055.95,15336.5,0],0,false,[[49,0,152.482]]],[[15013.6,974.471,0],0,true,[[1622,0,2.60296],[5603,0,5.45857],[3835,0,4.76097]]], +[[9292.75,4051.17,0],0,false,[[3428,0,318.121],[52,0,315.361]]],[[8331.52,17871.4,0],0,true,[[2524,0,87.5159],[2794,0,6.49787],[2651,0,7.76962]]],[[5999.9,15638.3,0],0,false,[[2212,0,385.425],[4519,0,376.049]]],[[6067.81,23.4753,0],0,false,[[3836,1,146.953]]],[[8039.47,4240.95,0],0,true,[[3305,2,165.594],[4306,2,67.159],[2544,2,22.7752]]], +[[6355.18,3506.7,0],0,false,[[3110,2,207.325],[55,2,227.008]]],[[11498,19216.1,0],0,false,[[180,0,354.503],[3422,0,84.7275]]],[[3126.74,12732.2,0],0,true,[[4192,1,24.2713],[4334,1,200.989],[1344,1,12.4732]]],[[1263.08,13083.4,0],0,false,[[1092,0,16.4418],[809,0,21.9767]]],[[6905.11,11002.4,0],0,false,[[3660,1,2.51494],[3776,0,136.126]]], +[[11342.7,17872.4,0],0,true,[[5430,0,257.853],[598,0,25.9846],[63,0,16.3498],[2832,0,13.6642],[5092,0,11.2962]]],[[12592.3,4232.81,0],0,false,[[1005,0,41.0959],[2652,0,220.205]]],[[7367.3,7863.22,0],0,false,[[3750,2,87.465],[5646,2,262.138]]],[[12231.3,1286.88,0],0,false,[[719,0,10.2381],[1091,0,214.922]]],[[7099.89,12157.6,0],0,false,[[687,1,174.218],[682,1,348.861]]], +[[13044.9,5158.79,0],0,true,[[4443,0,2.60527],[1835,0,8.27483],[4617,0,10.5219]]],[[11303.5,20465.4,0],0,false,[[5615,0,356.409]]],[[11327.1,11978.2,0],0,false,[[1921,0,241.488]]],[[13392,13381.4,0],0,false,[[1346,0,73.2369]]],[[8233.94,2780.47,0],0,false,[[1810,2,56.5961],[647,2,230.47]]], +[[2626.15,15601.4,0],0,false,[[4121,0,75.9772],[124,0,130.562]]],[[996.056,16593,0],0,false,[[4532,0,327.273],[3717,0,397.063]]],[[9983.45,618.061,0],0,false,[[3924,1,35.3505],[5301,1,81.4043]]],[[1312.98,592.057,0],0,false,[[1148,0,81.455],[390,0,312.797]]],[[3180.76,1458.63,0],0,false,[[1269,1,27.8185],[5183,1,155.938]]], +[[8456.68,10981.1,0],0,false,[[970,0,34.4952],[4222,0,12.2799]]],[[16237.1,7265.82,0],0,false,[[2129,0,14.0892],[1400,1,5.99408]]],[[16995.2,12435.7,0],0,false,[[561,0,274.294],[3209,0,389.737]]],[[5440.53,3227.83,0],0,true,[[2022,0,13.6114],[730,0,3.37089],[975,1,6.42435]]],[[12090.4,17581.5,0],0,true,[[624,0,163.247],[2612,0,23.5643],[2395,0,3.58598],[5085,0,5.8702],[4113,0,7.3235]]], +[[19899.9,4504,0],0,false,[[2229,0,18.2193],[3195,0,19.669]]],[[3785.98,19164.6,0],0,false,[[1426,0,111.389],[2938,0,301.997]]],[[6441,1695.69,0],0,true,[[2275,0,18.6155],[5587,0,175.927],[2637,1,22.7951]]],[[19520,12079,0],0,false,[[2466,1,384.275],[4865,1,387.054]]],[[3350.58,1429.11,0],0,false,[[3549,0,45.3942],[1601,0,152.39]]], +[[14730.8,7825.78,0],0,false,[[5440,0,5.03785],[508,0,4.97608]]],[[6768.83,6292.52,0],0,false,[[5701,0,27.7282],[3739,0,50.0401]]],[[5510.37,3581.34,0],0,true,[[4516,1,83.1935],[154,1,11.5764],[805,1,9.52042],[2345,1,22.2581]]],[[1020.67,16203.7,0],0,true,[[1978,1,19.3092],[116,1,191.055],[5058,1,0.0160225],[358,1,3.97516],[1195,1,9.40391]]],[[10102.6,12826.9,0],0,false,[[5548,0,396.437],[3338,0,362.987]]], +[[19004.5,3572.78,0],0,false,[[1882,0,114.371],[290,0,24.2854]]],[[248.422,2600.83,0],0,false,[[980,1,354.109],[2664,1,270.673]]],[[11254.8,5590.97,0],0,false,[[1159,0,121.948],[4164,0,374.371]]],[[18824.1,15133.4,0],0,false,[[5491,1,170.438],[1409,1,371.846]]],[[2656.88,12688.4,0],0,false,[[1718,1,195.704],[1177,1,306.81]]], +[[8464.19,14106.3,0],0,false,[[2367,1,201.397],[1455,1,396.177]]],[[2758.1,19423.2,0],0,false,[[471,0,6.6938],[4001,0,206.369]]],[[8341.69,17878.3,0],0,true,[[2794,0,6.3171],[1086,0,6.77856],[1399,0,2.56139]]],[[18801.9,3276.78,0],0,false,[[305,0,28.7303],[1284,0,12.7085]]],[[12675.4,8287.97,0],0,false,[[3289,1,45.8589],[131,1,24.6868]]], +[[14897.6,5951.5,0],0,true,[[5428,0,3.05775],[3414,0,3.07496],[1801,1,7.01907]]],[[3751.26,15074.2,0],0,true,[[4607,0,7.72241],[4335,0,40.9128],[2457,0,5.44463],[2194,0,9.57769]]],[[19245.9,9501.85,0],0,false,[[5396,0,356.554],[1670,0,26.3292]]],[[17934.9,12320,0],0,false,[[5229,0,4.14966],[632,0,1.81238]]],[[7821.32,15746,0],0,false,[[2366,0,16.812],[3895,0,6.38827]]], +[[11701.5,14474.3,0],0,true,[[4562,0,14.4129],[1221,0,3.57707],[2089,0,10.4848]]],[[2286.53,19486.8,0],0,false,[[1342,0,342.822],[5248,0,359.306]]],[[8432.06,5170.36,0],0,false,[[4549,2,375.866],[2189,2,189.089]]],[[8070.13,4306.07,0],0,false,[[4306,2,6.75291],[1055,0,81.4046]]],[[18617.2,17259.8,0],0,false,[[3983,0,318.463],[3387,0,231.063]]], +[[12593.4,8177.89,0],0,false,[[3587,0,17.0638],[2869,1,7.42688]]],[[17547.3,12230.6,0],0,false,[[3209,0,213.508],[2123,0,85.9411]]],[[10037.4,15360.7,0],0,false,[[1823,0,334.106],[4680,0,134.674]]],[[17150.4,2017.19,0],0,false,[[1656,0,316.982],[4952,0,301.102]]],[[15886.4,14323.5,0],0,false,[[1079,1,178.831],[5401,1,13.8497]]], +[[12095.6,17578.8,0],0,true,[[2395,0,2.28596],[4113,0,1.49303],[5049,0,5.8702]]],[[17709.1,12024.4,0],0,true,[[4195,0,1.95417],[139,0,1.6255],[1135,0,3.69071],[3291,0,2.08851]]],[[11111.1,17645.6,0],0,true,[[3275,0,14.7609],[578,0,38.9518],[147,0,19.2913]]],[[12391.2,7995.84,0],0,true,[[4059,0,24.9245],[4507,0,47.8146],[752,0,81.8253]]],[[4626.19,12839,0],0,false,[[4679,0,15.4445],[2983,0,62.3958]]], +[[18068.6,5352.63,0],0,false,[[5371,0,131.42],[27,0,209.027]]],[[3730.8,14861.6,0],0,false,[[4588,0,126.608],[785,0,71.6263]]],[[11351,17880.1,0],0,true,[[2832,0,2.39622],[63,0,5.25724],[5030,0,11.2962]]],[[4134.59,16184.3,0],0,false,[[1765,0,198.417],[4609,0,65.0158]]],[[8276.82,2861.36,0],0,false,[[5125,2,129.75],[1936,2,388.658]]], +[[15961.9,11610.5,0],0,true,[[3928,0,24.0904],[2405,0,384.661],[3014,0,281.395]]],[[4896.81,16306.1,0],0,false,[[4675,0,13.4004],[294,0,321.513]]],[[13527.4,3963.97,0],0,false,[[696,0,169.656],[928,0,69.3877]]],[[5594.75,6341.52,0],0,false,[[3664,0,70.9786],[3248,0,8.64323]]],[[14929.1,15352.1,0],0,true,[[4381,0,17.1708],[4634,1,8.11732],[3706,0,5.71896]]], +[[13132.5,8357.38,0],0,false,[[16,0,99.8822],[1270,1,15.1947]]],[[17192.8,3137.36,0],0,false,[[3221,0,135.016],[3769,0,290.241]]],[[10862.5,11001,0],0,true,[[3955,1,323.51],[1276,1,19.5063],[3206,1,0.863975],[1373,1,9.86888],[4783,1,7.16558],[3889,1,3.87693]]],[[3717.39,15224.4,0],0,true,[[1690,1,96.4797],[2994,1,17.6866],[2927,1,11.2561]]],[[13026.2,8665.85,0],0,false,[[5192,1,16.3711],[2319,1,96.0122]]], +[[9605.36,16003.8,0],0,true,[[1895,1,12.5715],[847,1,101.023],[2040,1,8.99677]]],[[1725.53,11122.4,0],0,false,[[5143,0,278.532],[370,0,158.774]]],[[8086.79,4348.9,0],0,true,[[5173,2,26.9502],[4942,2,246.137],[2489,2,16.2956]]],[[7147.11,12999.7,0],0,true,[[1473,1,26.3195],[519,1,28.7656],[4227,1,4.48516]]],[[8610.13,11014.8,0],0,false,[[53,0,141.19],[2207,0,105.98]]], +[[17084.6,17998.5,0],0,true,[[1467,1,4.49387],[4734,0,92.3616],[3438,1,10.5814]]],[[3635.97,3524.42,0],0,false,[[4354,0,243.196],[70,0,173.253]]],[[15856,14473.4,0],0,false,[[2432,0,273.894],[527,0,16.0041]]],[[7417.79,8314.1,0],0,true,[[4463,0,2.28793],[5592,0,2.23967],[5386,2,7.34112]]],[[7142.37,12950.1,0],0,false,[[5498,0,15.9858],[2887,1,9.1731]]], +[[9449.04,16316.8,0],0,false,[[4359,1,31.21],[1378,1,93.0711]]],[[15159.6,8879.04,0],0,false,[[4215,1,47.2218],[19,1,31.1502]]],[[18118.6,16971.3,0],0,false,[[1043,0,3.35005],[1628,1,2.89744]]],[[15618.2,3278.55,0],0,true,[[2075,1,17.618],[4472,1,206.948],[2767,1,11.558]]],[[14315.2,2388.32,0],0,false,[[5127,0,125.895],[5589,0,246.29]]], +[[5533.01,12351.6,0],0,true,[[1008,2,21.3815],[2688,2,81.609],[4483,2,8.65766],[4003,2,11.483]]],[[9788.13,5734.58,0],0,false,[[4096,0,45.4111],[201,0,303.332]]],[[10246.1,7604.74,0],0,true,[[5672,1,74.8539],[3466,1,11.6419],[1771,1,17.704]]],[[14011.2,15264.3,0],0,false,[[4612,0,160.93],[5368,0,115.492]]],[[6826.29,19057.7,0],0,false,[[4594,1,1.98395],[3369,0,140.359]]], +[[8348.27,2753.4,0],0,false,[[4485,2,54.0238],[5094,2,129.75]]],[[13710,15242.6,0],0,false,[[2852,0,114.204],[1098,0,193.796]]],[[14199.9,2337.85,0],0,true,[[853,0,259.469],[5119,0,125.895],[1974,0,223.857]]],[[19328.2,14270.6,0],0,false,[[3737,0,4.80614],[2922,0,3.14922]]],[[8976.75,1096.58,0],0,false,[[1122,2,349.227],[3189,2,335.497]]], +[[4811.76,5399.31,0],0,false,[[1305,0,172.27]]],[[1347.15,4586.16,0],0,false,[[1132,0,398.522],[1536,0,273.218]]],[[8833.97,18972.5,0],0,false,[[4459,0,186.832],[555,0,65.0799]]],[[4881.61,18410.6,0],0,false,[[444,2,216.504],[930,2,51.2595]]],[[15402.5,6016.17,0],0,true,[[2098,0,18.4438],[4614,0,18.6727],[3697,0,7.85513],[3088,0,2.98066]]], +[[2138.27,15899.2,0],0,false,[[4944,1,344.771],[610,1,125.332]]],[[5614.65,10858.3,0],0,false,[[1226,0,326.888],[1312,0,224.429]]],[[15555,2768.06,0],0,true,[[3007,0,19.2022],[1339,0,4.81846],[1748,0,4.68247]]],[[3823.24,13253.2,0],0,false,[[1287,0,82.4631]]],[[7979.4,11021.4,0],0,true,[[4343,0,25.7842],[4854,0,25.6392],[637,0,22.1382]]], +[[9635.62,10261.7,0],0,false,[[5174,0,369.341],[4123,0,189.515]]],[[12785.7,8388.54,0],0,true,[[3104,0,61.7457],[3537,0,18.5267],[364,1,8.11652]]],[[417.46,16392.1,0],0,false,[[760,1,362.316],[47,1,291.454]]],[[1981.78,11013.3,0],0,false,[[5331,0,171.394],[5106,0,278.532]]],[[8647.49,19910.9,0],0,false,[[1310,0,355.669],[2780,0,232.809]]], +[[17996.3,12427.6,0],0,false,[[4625,0,257.054],[3178,0,63.3583]]],[[10168.9,7714.96,0],0,false,[[3185,0,17.5437],[2182,0,7.61705]]],[[12646.4,8255.37,0],0,false,[[2458,1,3.9503],[2054,0,20.1554]]],[[18994.3,3562.3,0],0,false,[[136,0,266.761],[3339,0,3.46406]]],[[12569.8,8067.43,0],0,false,[[3962,1,13.2125],[656,1,6.69397]]], +[[2395.75,10837.9,0],0,false,[[273,0,270.062],[2114,0,269.893]]],[[17811.2,13999.3,0],0,true,[[4092,1,344.206],[620,1,26.4708],[3006,1,2.27039],[5162,1,14.2165],[4280,1,5.60202],[2728,1,9.53388]]],[[7198.79,4631.53,0],0,false,[[3729,1,129.082],[3357,1,23.9285]]],[[6481.66,18102.2,0],0,false,[[704,0,167.729],[5200,0,25.3382]]],[[6739.8,17300.1,0],0,false,[[645,1,50.0745],[306,1,88.961]]], +[[18052.2,11997.2,0],0,false,[[5355,0,24.0018],[2819,0,143.064]]],[[2140.45,10938.9,0],0,true,[[3553,0,5.02597],[5564,0,2.8162],[1147,0,5.71881],[3899,1,5.87143]]],[[14985.1,18043.5,0],0,false,[[1717,0,350.964],[1760,0,113.246]]],[[16893,19273.5,0],0,false,[[4175,0,292.92],[3752,0,9.45642]]],[[14374.6,7967.99,0],0,true,[[798,0,71.5357],[3856,0,1.78602],[1367,0,11.8229]]], +[[16403.1,7261.08,0],0,true,[[1118,0,151.005],[3114,0,22.2947],[3450,0,12.7464]]],[[19588.4,16504.4,0],0,false,[[367,0,121.503],[4236,0,347.099]]],[[17797.8,13994.5,0],0,true,[[2728,0,4.74854],[3100,0,55.4308],[5151,1,14.2165]]],[[4695.06,12807.4,0],0,false,[[5187,2,280.281],[1698,2,67.3083]]],[[8411.41,2527.76,0],0,false,[[1951,2,111.062],[2100,2,68.5758]]], +[[4498.98,19174.4,0],0,true,[[1094,0,4.04341],[2484,0,4.61077],[5546,0,7.11174],[3419,1,2.85704]]],[[5771.65,18527.2,0],0,false,[[2073,0,33.4014],[1875,0,191.358]]],[[19643,11299.3,0],0,false,[[902,0,53.7867],[1644,0,24.9677]]],[[11443.4,5638.44,0],0,false,[[690,0,3.60045],[1159,0,72.7677]]],[[657.815,19526.8,0],0,false,[[3512,0,122.406],[5692,0,297.196]]], +[[7652.99,19514.9,0],0,true,[[1663,1,25.7744],[2233,1,22.0869],[2363,1,3.09187]]],[[18405.5,6379.28,0],0,false,[[5493,0,312.346],[479,0,249.15]]],[[14290.3,19464.4,0],0,true,[[5308,0,8.74448],[2981,0,126.454],[1383,0,6.64313]]],[[8074.45,4324.95,0],0,true,[[4306,2,24.013],[5107,2,26.9502],[2489,2,12.8179]]],[[9751.79,9911.23,0],0,false,[[1937,0,81.8858],[5140,0,369.341]]], +[[19556.6,8227.21,0],0,false,[[880,0,49.5261],[4985,0,135.442]]],[[13859,10410.7,0],0,false,[[219,1,3.81012],[2127,0,2.71965]]],[[8854.5,5711.28,0],0,true,[[2031,1,25.773],[2714,1,93.1232],[2407,1,6.77755]]],[[16190.6,17144.1,0],0,false,[[3891,0,308.709],[1610,0,68.7299]]],[[10644.8,11469.8,0],0,true,[[5531,0,36.2092],[186,0,21.236],[2719,0,26.6088]]], +[[18360.1,3706.16,0],0,false,[[5595,0,370.886],[5003,0,313.134]]],[[12750.4,4352.2,0],0,false,[[4105,0,104.75],[4961,0,26.9182]]],[[13912,4473.63,0],0,true,[[4684,1,180.48],[2777,1,12.9139],[2680,1,6.56924]]],[[3335.03,1477.14,0],0,true,[[5044,1,155.938],[3015,1,25.6961],[3549,1,10.6008]]],[[9204.42,16205.3,0],0,true,[[5653,1,29.8061],[748,1,73.9305],[2268,1,12.1969]]], +[[12607.7,8199.32,0],0,false,[[1642,1,24.0436],[2869,1,20.2691]]],[[10358.2,2576.24,0],0,true,[[4619,0,11.7863],[4435,0,90.3958],[1711,0,14.5788]]],[[4947.97,12688.8,0],0,false,[[3866,2,271.235],[5163,2,280.281]]],[[17742.1,4756.25,0],0,true,[[3953,0,27.5161],[3040,0,25.5595],[921,0,14.1416]]],[[20411.6,6337.37,0],0,false,[[2674,0,198.398],[1855,0,383.668]]], +[[18879.1,14276.2,0],0,true,[[4203,1,17.8506],[4528,1,106.738],[3792,1,13.9892],[4193,1,11.4255],[5444,1,10.5445]]],[[7142.57,13381.5,0],0,true,[[480,1,264.481],[3808,1,15.674],[4007,1,4.66794]]],[[13038.2,8676.95,0],0,true,[[4267,1,22.8607],[5104,1,16.3711],[2021,1,7.79624]]],[[3373.38,15289.7,0],0,true,[[1388,1,340.073],[5223,1,26.6243],[202,1,8.73016]]],[[17259.5,12658.9,0],0,false,[[3101,0,372.431],[2502,0,324.666]]], +[[1095.38,9929.09,0],0,false,[[218,0,93.944],[4021,0,144.922]]],[[16013.8,7669.84,0],0,false,[[3452,1,352.278],[4246,1,393.336]]],[[20283.8,13486.4,0],0,false,[[1171,0,22.3686],[156,0,302.675]]],[[16910.4,17953.7,0],0,true,[[4012,0,78.0249],[3340,0,20.5287],[377,1,5.13432]]],[[10684.9,12740.3,0],0,false,[[855,1,4.88893],[4742,0,116.442]]], +[[6490.54,18079.2,0],0,false,[[5153,0,25.3382]]],[[10583,3174.41,0],0,false,[[369,0,293.731],[1876,0,204.773]]],[[6532.4,10878.9,0],0,true,[[1502,0,11.8697],[4651,0,150.659],[3469,1,22.3434]]],[[19479.5,12800.5,0],0,true,[[1902,0,2.16052],[3085,0,97.1657],[2616,1,17.0922]]],[[15036.5,13744.3,0],0,false,[[4147,1,18.258],[522,1,30.732]]], +[[4373.18,17402.9,0],0,false,[[2064,2,389.902],[5277,2,354.426]]],[[4811.31,6446.38,0],0,false,[[1686,1,290.126],[5673,1,287.651]]],[[5332.13,4335.87,0],0,false,[[703,0,134.56],[5251,0,354.399]]],[[17364.2,18505.4,0],0,false,[[1550,1,304.326],[4524,1,126.16]]],[[19473.7,14163.9,0],0,true,[[1623,0,21.6151],[2414,0,158.077],[101,0,10.8016]]], +[[3052.86,15464.1,0],0,false,[[662,1,213.449],[1388,1,24.8715]]],[[12711.7,14450.1,0],0,false,[[5398,0,391.386],[4883,0,22.7227]]],[[9041.95,2459.77,0],0,false,[[2917,0,330.784],[3471,0,135.834]]],[[10383.5,7776.83,0],0,true,[[5421,0,13.1751],[1894,0,6.85199],[310,0,1.85243]]],[[10356.1,7723.59,0],0,true,[[4025,1,28.4465],[3363,1,25.6303],[2092,1,25.9472],[3329,1,119.597]]], +[[16275.7,16577.8,0],0,false,[[3345,1,17.7533],[651,1,240.486]]],[[6863.69,10672.3,0],0,false,[[4593,0,55.7425],[4908,2,11.477]]],[[9880.19,551.622,0],0,false,[[2019,2,26.3871],[4841,2,26.0975]]],[[11067.8,7292.97,0],0,false,[[3995,0,331.044],[2072,0,111.334]]],[[14541.5,8747.45,0],0,true,[[1630,1,106.993],[366,1,25.8251],[952,1,11.1812],[5403,1,13.5813],[5533,1,15.7884],[2639,1,17.5625]]], +[[5178.22,2754.93,0],0,false,[[1577,1,299.32],[2525,1,352.45]]],[[14027.4,15514.9,0],0,false,[[4787,0,32.0433],[1594,0,316.379]]],[[19929.8,4780.65,0],0,true,[[778,0,62.1434],[763,0,6.56137],[3760,0,6.28958]]],[[3396.76,15277,0],0,false,[[5193,1,26.6243],[3801,1,175.839]]],[[12202.8,10698.9,0],0,false,[[1434,0,253.693],[2165,0,46.6707]]], +[[2613.39,15687,0],0,true,[[1237,0,3.27861],[4212,0,3.33325],[1925,1,5.87272]]],[[19314.4,8476.5,0],0,false,[[439,0,279.157],[1933,0,103.424]]],[[3918.37,13285.2,0],0,false,[[2617,0,95.9032],[1287,0,23.4638]]],[[12719.2,19789.4,0],0,true,[[2232,0,10.6685],[2825,0,2.98227],[286,0,10.7104]]],[[17938.1,12322.6,0],0,true,[[5073,0,4.14966],[3401,0,4.70229],[632,0,5.3656]]], +[[16402.4,6668.41,0],0,false,[[1347,1,7.95211],[5299,0,8.4182]]],[[10618.2,15496.5,0],0,false,[[1747,0,100.953],[886,0,19.3759]]],[[12615.3,7851.85,0],0,true,[[1620,0,17.7844],[1742,0,86.9389],[1271,0,4.48024],[3683,0,18.6759]]],[[13724.9,9863.77,0],0,false,[[67,0,3.70336],[5688,1,4.75005]]],[[11290.2,820.32,0],0,false,[[613,0,368.115],[4935,0,359.45]]], +[[19940.4,6569.42,0],0,false,[[1295,0,382.487],[2518,0,265.48]]],[[2762.25,17725.3,0],0,true,[[303,0,248.096],[212,0,14.0688],[5309,0,20.6696]]],[[5786.86,14189.7,0],0,true,[[285,1,74.722],[4349,1,25.2598],[1356,1,11.0091]]],[[15832.6,3788.99,0],0,true,[[1654,0,22.1294],[3332,0,192.553],[4998,0,16.2179]]],[[16863.1,16693.8,0],0,true,[[3237,0,69.9208],[945,0,2.27139],[355,0,1.03489]]], +[[12986.9,11990.1,0],0,false,[[727,0,33.8933],[2376,0,206.521]]],[[5941.44,12693.6,0],0,false,[[4789,0,105.686],[2625,0,343.714]]],[[10828.6,17310.5,0],0,false,[[4659,0,102.709],[4169,0,219.466]]],[[9003.88,12100.9,0],0,true,[[2358,1,21.9179],[2471,1,275.389],[1224,1,14.0369]]],[[18352,17657.1,0],0,true,[[2473,1,27.238],[162,1,13.6297],[3358,1,29.0474]]], +[[4376.81,4059.34,0],0,false,[[4042,0,258.705],[3702,0,337.449]]],[[7295.26,10129.3,0],0,true,[[4940,2,21.2819],[158,2,260.419],[1324,2,8.31126]]],[[17661.6,12230.1,0],0,true,[[1609,0,4.50358],[5624,0,3.93592],[3050,0,3.46095],[3852,0,1.47903],[1039,0,2.72774]]],[[2642.57,19438.8,0],0,false,[[5076,0,359.306],[4559,0,80.0581]]],[[7124.05,4134.91,0],0,false,[[1024,0,241.545]]], +[[7442.05,11685.7,0],0,false,[[5341,1,280.335],[2692,1,276.921]]],[[5478.89,4658.41,0],0,false,[[5207,0,354.399],[1019,0,232.381]]],[[5786.19,14170.7,0],0,false,[[4666,0,58.8388],[1356,0,21.0589]]],[[1957.12,9837.11,0],0,false,[[858,1,6.21819],[4180,1,207.875]]],[[18468.3,3102.49,0],0,false,[[5710,0,119.01],[2068,0,355.842]]], +[[5653.76,13952.3,0],0,true,[[1007,0,23.1958],[2530,0,13.4107],[4168,0,10.7936]]],[[14656.9,19114.8,0],0,false,[[4808,0,200.339],[2880,0,27.5474]]],[[19914.6,8366.63,0],0,false,[[1932,0,29.132],[3782,0,186.979]]],[[8213.18,6997.05,0],0,true,[[2814,0,178.403],[3164,0,28.3847],[903,0,6.59594],[2374,0,8.12933],[2946,0,10.8547]]],[[13721.1,9858.56,0],0,true,[[4780,0,2.31635],[67,0,2.79922],[4833,1,8.43044]]], +[[16278.7,16591.2,0],0,false,[[3345,1,4.66932],[4046,0,4.65952]]],[[16973.5,18005.5,0],0,true,[[3019,0,65.8524],[126,0,8.20088],[4734,0,19.1117]]],[[7445.17,20078.5,0],0,false,[[3080,0,228.388],[2567,0,387.392]]],[[9756.66,663.715,0],0,true,[[4397,2,22.8533],[5009,2,21.6682],[2290,2,23.7512],[1665,2,11.7628]]],[[9131.02,11476.1,0],0,false,[[4758,0,242.611],[1119,0,401.259]]], +[[3164.59,1453.39,0],0,false,[[4345,0,48.1785],[1269,1,12.8104]]],[[187.39,1664.35,0],0,false,[[43,1,229.937],[3182,1,241.394]]],[[3344.23,16351.8,0],0,true,[[4308,0,12.6181],[5505,0,15.846],[2128,0,5.2151],[378,0,2.75781],[5352,0,3.3236]]],[[13183.8,8486.7,0],0,true,[[3980,1,45.5658],[265,1,11.6198],[146,1,8.3517]]],[[16654.7,5655.99,0],0,true,[[776,0,161.473],[1360,0,5.35952],[2450,0,6.93415]]], +[[5881.85,18701.6,0],0,false,[[3150,1,250.446],[4796,1,91.9035]]],[[9858.6,13708.7,0],0,false,[[5691,1,380.798],[2808,1,272.967]]],[[374.13,19799.9,0],0,false,[[1419,1,361.641],[2796,1,296.509]]],[[13041,5155.88,0],0,true,[[1176,0,3.52962],[4443,0,2.302],[4617,0,6.23917]]],[[17321.2,4139.17,0],0,false,[[1639,0,316.776],[513,0,16.7217]]], +[[2449.51,15794.2,0],0,false,[[4601,1,33.8893],[325,1,166.266]]],[[10.2581,12552.8,0],0,false,[[3437,1,306.461]]],[[4289.68,17747.3,0],0,false,[[5205,2,354.426],[3825,2,179.406]]],[[12974.2,1841.47,0],0,false,[[2099,0,345.168],[4479,0,121.024]]],[[17333.9,10198.1,0],0,false,[[1142,0,266.396],[639,0,2.53019]]], +[[20392.2,5911.9,0],0,false,[[4395,0,25.6029],[4678,0,166.815]]],[[3644.45,5187.13,0],0,true,[[5357,1,18.7985],[1267,1,301.889],[5461,1,8.04177]]],[[9788.62,620.37,0],0,true,[[287,1,16.7907],[2210,1,21.65],[2166,2,11.6034],[4850,2,19.3439]]],[[19351.6,4023.23,0],0,false,[[2184,0,268.715],[2977,0,244.72]]],[[3212.53,6415.07,0],0,true,[[3426,1,118.695],[1672,1,11.7142],[2831,1,5.97696]]], +[[16600.5,18225.4,0],0,true,[[548,0,13.4562],[1338,0,143.741],[4363,0,10.3005]]],[[11506.5,11545.7,0],0,false,[[3954,0,167.108],[3507,0,256.089]]],[[17887.7,19669.9,0],0,true,[[4041,0,3.9444],[3005,0,4.26638],[3774,1,3.60892]]],[[9733.49,16581.1,0],0,false,[[1080,0,43.793],[3842,1,3.36002]]],[[7294.24,6474.56,0],0,false,[[3665,0,8.20277],[2342,1,11.192]]], +[[5178.8,18943.9,0],0,false,[[2316,0,66.327],[4320,0,241.188]]],[[14348,15866.1,0],0,true,[[1126,0,3.68636],[3265,0,2.94123],[2027,0,4.99725]]],[[7656.11,1083.66,0],0,false,[[5351,1,29.5626],[4150,1,28.7825]]],[[12637,4876.55,0],0,false,[[3561,0,242.272],[5330,0,346.679]]],[[8621.69,8763.03,0],0,false,[[2491,0,3.52436],[1061,0,2.13204]]], +[[9176.3,16285.1,0],0,false,[[5519,0,121.786],[5463,0,73.8069]]],[[15317.5,772.965,0],0,false,[[2700,1,4.0475],[2997,0,105.517]]],[[11654.3,18129.4,0],0,false,[[1913,0,301.245],[2103,0,187.289]]],[[13580.7,8059.15,0],0,false,[[458,0,24.203],[2057,0,130.057]]],[[16405,6676.36,0],0,true,[[3371,0,261.805],[1347,1,16.241],[5230,0,8.4182]]], +[[17713.4,12078.4,0],0,false,[[2012,0,27.867],[1209,0,26.2503]]],[[10050.3,574.234,0],0,true,[[5527,1,106.315],[581,1,29.2141],[5042,1,81.4043]]],[[3580.93,10233.2,0],0,false,[[4655,0,108.376],[5399,0,305.805]]],[[16166.6,6978.45,0],0,false,[[1888,1,15.8225],[2183,1,129.617]]],[[13971.8,16013.1,0],0,false,[[1495,0,255.646],[1828,0,338.143]]], +[[3661.85,17873.9,0],0,true,[[3268,0,289.36],[2042,0,6.64894],[5336,0,9.97246],[4979,0,19.2724]]],[[12688.3,19798.6,0],0,false,[[286,0,21.4978],[2336,0,344.205]]],[[5279.23,9488.87,0],0,false,[[1353,0,281.919],[2196,0,300.304]]],[[14282.7,19460,0],0,true,[[890,0,16.3191],[5172,0,8.74448],[1383,0,4.17064]]],[[2782.33,17730,0],0,true,[[5236,0,20.6696],[1188,0,18.1273],[3578,0,2.50923],[1877,0,1.86525],[3958,0,3.53805],[212,0,6.60704]]], +[[13516.5,13566.7,0],0,true,[[866,0,135.476],[5438,0,8.08338],[4689,1,17.7289]]],[[11736.6,7855.02,0],0,false,[[3757,0,276.96],[2095,0,30.9505]]],[[8603.39,13517.5,0],0,false,[[2610,0,265.469],[3053,0,335.536]]],[[11916.3,6267.15,0],0,false,[[2868,0,185.739]]],[[12674.9,16248.3,0],0,false,[[4965,0,149.068],[3247,0,315.536]]], +[[14547.3,5100.82,0],0,false,[[1280,0,12.501],[4000,0,56.8219]]],[[6755.72,6283.82,0],0,true,[[2283,0,3.95907],[3965,0,6.56837],[5701,0,13.1157]]],[[5490.54,3702.55,0],0,true,[[2345,1,101.264],[341,1,250.777],[972,1,147.319]]],[[10998.2,18323.2,0],0,true,[[4580,0,35.9807],[2209,0,8.51884],[4582,0,6.00163]]],[[10996.1,12617.1,0],0,false,[[758,0,96.8121]]], +[[3234.05,8181.18,0],0,false,[[3659,1,281.199],[416,1,329.197]]],[[12379.4,4833.71,0],0,true,[[810,0,1.96662],[4034,0,3.04349],[1712,0,5.00958]]],[[9593.86,2751.78,0],0,true,[[906,0,2.89941],[1704,0,12.1618],[413,0,2.67038],[31,0,6.29859]]],[[9717.81,3990.79,0],0,true,[[3381,0,0.679511],[3751,0,3.736],[414,0,8.83252],[4233,0,3.03768]]],[[11091.7,11376.2,0],0,false,[[1669,0,186.006]]], +[[16393.2,6642.75,0],0,true,[[2251,0,8.83995],[1025,0,215.425],[1347,1,19.3603]]],[[5875.78,3479.31,0],0,false,[[3740,0,267.856]]],[[3589.15,6226.49,0],0,true,[[3773,0,6.94589],[331,0,291.646],[424,1,7.11699]]],[[623.066,7086.69,0],0,false,[[1525,1,241.676],[5538,1,235.872]]],[[19272.7,10046.4,0],0,false,[[191,0,207.189],[3488,0,272.035]]], +[[12965.4,4986.14,0],0,false,[[5293,0,346.679],[4617,0,187.582]]],[[2138.58,10944.7,0],0,true,[[5564,0,3.37958],[5143,0,171.394],[3899,1,3.99984]]],[[417.603,6446.22,0],0,false,[[4611,2,246.446],[4891,2,185.847]]],[[2965.18,19391.7,0],0,true,[[1797,0,25.1089],[897,0,5.35269],[4001,0,3.3997],[4220,0,2.85697],[2063,0,12.4152]]],[[19516,14142.9,0],0,false,[[3038,0,67.6005],[1623,0,25.6574]]], +[[3877.04,2305.98,0],0,true,[[4807,1,13.7674],[4756,1,400.97],[3704,1,8.88446]]],[[3651.94,17872.8,0],0,true,[[2042,0,3.35815],[556,0,4.36919],[5305,0,9.97246],[4979,0,9.30003]]],[[9634.8,6303.64,0],0,false,[[908,1,330.239],[2512,1,190.83]]],[[12071.8,7931.34,0],0,false,[[4097,0,34.6727],[2185,0,41.9592]]],[[17250.8,15298.2,0],0,false,[[2631,0,392.347],[2158,0,309.043]]], +[[9612.95,2753.74,0],0,true,[[3046,0,12.5592],[474,0,5.12398],[1704,0,7.20403],[576,0,4.70846]]],[[7176.41,11616.1,0],0,true,[[1533,1,336.219],[687,1,376.407],[5250,1,280.335]]],[[10632.8,12976.3,0],0,false,[[3933,0,78.4303],[1488,0,94.4544]]],[[1306.21,17761.4,0],0,false,[[78,0,219.257],[3063,0,337.608]]],[[14261.8,646.544,0],0,false,[[3922,0,24.6711],[2011,0,11.4966]]], +[[15627.6,13176.6,0],0,false,[[4344,0,313.144],[36,0,27.7926]]],[[11359,3748.23,0],0,false,[[589,0,183.526],[5635,0,54.6343]]],[[16721.2,17967.9,0],0,false,[[4939,0,125.802]]],[[18359.4,17576.3,0],0,false,[[485,0,78.6134],[3287,0,27.9874]]],[[2217.51,11470.4,0],0,false,[[2038,1,6.63397],[2074,0,3.78151]]], +[[3448.74,20449.8,0],0,false,[[4413,1,309.444],[4681,1,175.466]]],[[7683.72,1094.17,0],0,true,[[3670,1,80.7864],[5292,1,29.5626],[4122,1,3.3306],[2242,1,17.8868],[1457,1,13.1933],[1878,1,8.91248],[1334,1,5.97461]]],[[3342.6,16348.9,0],0,true,[[378,0,3.93206],[1813,0,80.8503],[5267,0,3.3236]]],[[10329.2,2586.6,0],0,false,[[2349,0,5.64867],[3109,0,3.85498]]],[[17240.8,8605.37,0],0,false,[[3008,1,195.125],[4978,1,291.159]]], +[[18071.7,11983.3,0],0,true,[[481,0,322.428],[5155,0,24.0018],[951,0,10.0484],[1861,0,7.41187],[579,0,5.61581],[3034,0,3.85596]]],[[17623.1,11845.5,0],0,false,[[1333,0,191.834],[4744,0,21.4336]]],[[3631.01,5200.28,0],0,true,[[3028,1,315.232],[5281,1,18.7985],[5461,1,12.326]]],[[13986.9,19411.7,0],0,true,[[3984,0,96.9773],[3726,0,18.5964],[2267,0,14.2193]]],[[9827.75,12306.4,0],0,true,[[4938,1,280.863],[3956,1,22.4128],[792,1,6.60236]]], +[[8171.64,4229.98,0],0,false,[[4458,0,58.5143],[2056,0,90.1453]]],[[6287.72,14317.3,0],0,false,[[3884,1,389.698],[4056,1,295.587]]],[[8639.02,9131.73,0],0,false,[[2967,1,286.491],[1308,1,307.294]]],[[15325.3,13950.6,0],0,false,[[3259,1,354.413],[5556,1,36.077]]],[[19746.7,8906.33,0],0,true,[[187,0,1.5695],[5004,0,2.04011],[742,1,7.79946]]], +[[720.619,19826.4,0],0,false,[[4416,1,26.0783],[438,1,263.606]]],[[17714,12023.1,0],0,true,[[2301,0,1.84624],[1131,0,2.9164],[4195,0,3.59186]]],[[4899.57,7852.23,0],0,true,[[3070,0,157.807],[4871,0,3.56936],[5417,0,7.11894]]],[[13929.2,15322,0],0,false,[[5123,0,115.492],[2947,0,170.157]]],[[9241.48,23.1919,0],0,false,[[115,1,31.0481],[4043,1,147.175]]], +[[7799.9,15765.8,0],0,false,[[4736,0,2.85475],[2174,0,4.54128]]],[[18089,5228.29,0],0,true,[[3934,0,18.4735],[5090,0,131.42],[2239,0,6.97065]]],[[14509.2,18077.6,0],0,true,[[1155,0,164.544],[1199,0,10.7416],[3410,0,3.79833],[2886,0,14.6695]]],[[5200.9,7492.41,0],0,false,[[3843,1,3.63398],[2346,0,8.32356]]],[[18325.1,17575.8,0],0,true,[[3287,0,6.51619],[281,0,87.6998],[1618,1,3.63925]]], +[[6604.88,16846.4,0],0,false,[[1972,1,390.872],[3814,1,163.045]]],[[19681.9,7122.46,0],0,true,[[4857,0,23.5499],[1295,0,242.866],[984,0,4.77677],[3703,0,3.26121]]],[[9834.1,517.455,0],0,false,[[1852,1,30.108],[3082,1,82.0378]]],[[19374.6,17485.9,0],0,false,[[3219,1,134.747],[5544,1,364.531]]],[[9433.98,2691.72,0],0,false,[[3471,0,327.998],[31,0,164.817]]], +[[8486.65,5614.78,0],0,false,[[2189,2,321.916],[4276,2,18.7642]]],[[13065.6,13431.9,0],0,false,[[2302,1,50.6926],[4618,1,152.182]]],[[14402.8,15472.1,0],0,false,[[2550,0,101.565],[5698,0,175.286]]],[[13241.9,4430.36,0],0,false,[[1458,0,331.443],[5630,0,39.5118]]],[[12575.7,7935.91,0],0,false,[[3533,0,118.213],[4510,0,23.2499]]], +[[5144.62,15852.2,0],0,false,[[294,0,195.704],[177,0,321.367]]],[[7412.48,8309.04,0],0,true,[[1179,2,21.3967],[104,2,20.79],[2912,2,2.79096],[4463,2,9.57932],[5113,2,7.34112],[5592,2,5.11378],[144,2,2.46575],[4026,2,0.914303]]],[[9026.97,17417.3,0],0,false,[[422,0,384.43],[1242,0,327.494]]],[[8417.53,2614.25,0],0,false,[[725,2,117.468],[4564,2,76.8475]]],[[3135.39,20439.9,0],0,true,[[5534,0,3.13764],[2147,0,3.16702],[4413,1,4.7414]]], +[[16931,19430.1,0],0,false,[[1960,0,260.901],[2282,0,153.148]]],[[5005.46,10921.8,0],0,true,[[3477,0,313.545],[515,0,8.62489],[2364,0,5.4942],[3032,0,7.00784]]],[[3218.49,5731.91,0],0,false,[[2833,0,31.9342],[2607,0,3.29357]]],[[18312.3,223.579,0],0,false,[[4204,0,35.2638],[472,0,74.9044]]],[[7620.5,16898.8,0],0,false,[[4134,1,314.446],[3996,1,186.6]]], +[[12506.9,8143.72,0],0,false,[[752,0,120.167],[3587,0,85.974]]],[[19592.3,9584.31,0],0,true,[[13,0,3.3926],[5072,0,356.554],[1546,1,7.59753]]],[[15629.3,3016.8,0],0,true,[[1838,0,60.0373],[3793,0,112.788],[1788,0,69.4441]]],[[12652.2,14836.3,0],0,false,[[148,0,86.2866],[5211,0,391.386]]],[[3276.01,10210.3,0],0,false,[[5302,0,305.805],[1361,0,208.635]]], +[[13843.5,4752.81,0],0,false,[[633,0,95.0579],[2779,1,15.305]]],[[15873.3,14327.8,0],0,true,[[4977,1,127.528],[4127,1,95.3822],[5084,1,13.8497]]],[[1914.76,2593.18,0],0,false,[[2867,1,274.346],[1560,1,381.744]]],[[14528.9,8742.5,0],0,true,[[952,0,2.51475],[5533,0,2.50839],[5219,1,13.5813]]],[[19275.7,14830.7,0],0,false,[[3043,0,368.352],[1249,0,105.61]]], +[[3140.07,12662.6,0],0,false,[[686,0,57.1988],[2168,0,26.6384]]],[[10313.2,7790.62,0],0,false,[[1864,1,135.391],[2092,1,56.2821]]],[[13676.3,4624.2,0],0,true,[[4313,0,9.66647],[3048,0,73.388],[1699,1,19.1062]]],[[5375.73,4149.32,0],0,false,[[3326,0,57.3382],[703,0,102.606]]],[[9786.1,16583.1,0],0,false,[[4032,1,8.83336],[1080,0,9.09521]]], +[[15661.2,14090.7,0],0,false,[[304,0,367.936],[1296,0,60.8843]]],[[13423,8613.8,0],0,false,[[699,0,155.393]]],[[2457.01,8401.2,0],0,true,[[4701,0,3.94016],[3680,0,350.914],[4037,1,9.14416]]],[[13529.2,16372.3,0],0,false,[[5659,0,25.8191],[2090,0,224.868]]],[[8280.14,16433.5,0],0,false,[[841,1,312.603],[808,1,199.354]]], +[[19473.7,12797.2,0],0,true,[[2142,0,1.73257],[1557,0,1.71102],[2616,1,14.6319]]],[[9922.58,631.793,0],0,true,[[4082,1,18.4079],[4697,1,16.0064],[2883,1,16.0437]]],[[4906.19,7849.62,0],0,true,[[4871,0,3.62375],[5367,0,7.11894],[994,0,10.2953]]],[[13706.5,9856.47,0],0,true,[[2331,0,341.208],[4780,0,12.6957],[4833,1,16.326]]],[[18410.7,426.428,0],0,true,[[4570,0,15.3894],[5575,1,12.0739],[1136,1,5.24087]]], +[[14183.7,13874.3,0],0,false,[[1617,0,358.191]]],[[10383.9,7763.67,0],0,true,[[1294,0,38.2272],[5213,0,13.1751],[310,0,13.6142]]],[[10581.8,17704,0],0,false,[[1772,0,245.779],[2577,0,323.465]]],[[10329.9,2572.95,0],0,true,[[58,0,1.12977],[1470,0,4.17141],[4243,0,6.48943],[3671,0,10.7914]]],[[14778.4,16601.5,0],0,true,[[483,0,319.967],[1487,0,33.7178],[4962,0,17.1274],[4295,0,13.7954],[3486,0,12.1483]]], +[[13186,13312.6,0],0,false,[[44,0,104.21],[4496,0,146.858]]],[[12874.5,15570.8,0],0,false,[[3451,0,389.712],[2840,0,348.122]]],[[19545.7,11397.6,0],0,true,[[1468,1,78.0367],[1785,1,19.5665],[4685,1,11.8789]]],[[14897.5,5954.56,0],0,true,[[4323,0,3.41109],[5070,0,3.05775],[1801,1,3.98098]]],[[13733.1,11859,0],0,true,[[3611,0,166.715],[33,0,25.8159],[2001,0,100.93]]], +[[11170.3,17681.3,0],0,false,[[1860,0,23.1551],[5030,0,257.853]]],[[3992.22,3305.68,0],0,false,[[3036,0,180.759],[1799,0,277.333]]],[[18586.8,17798,0],0,false,[[1511,0,372.297],[3735,0,203.151]]],[[16887.7,16694.6,0],0,false,[[5677,0,26.3057],[4444,0,336.318]]],[[10586.3,7798.43,0],0,false,[[2008,0,44.3317],[4214,0,134.421]]], +[[19365.2,18980.3,0],0,false,[[3315,0,319.589],[3331,0,312.652]]],[[6994.44,10880.7,4.31381],0,true,[[3776,1,15.1651],[4724,1,18.2014],[4583,1,10.6186],[942,1,8.70514]]],[[6235.11,9419.47,0],0,false,[[2145,1,139.081],[1676,1,215.289]]],[[13524.5,13565.2,0],0,false,[[5310,0,8.08338],[4689,1,9.64719]]],[[17118.5,5127.57,0],0,false,[[4255,0,92.1614],[2797,0,53.0106]]], +[[14728,7830.03,0],0,true,[[3288,0,8.26825],[5055,0,5.03785],[1493,0,8.8803],[508,0,10.0035]]],[[17778.4,19452.7,0],0,false,[[2838,1,27.5584],[577,1,362.19]]],[[10894,17569.3,0],0,true,[[1959,0,6.60697],[1719,0,1.22767],[403,0,11.0392]]],[[11222.6,11763.3,0],0,false,[[1068,0,142.358],[2034,0,184.395]]],[[18887.9,14282,0],0,true,[[4193,1,3.21811],[2516,1,156.669],[5190,1,10.5445]]], +[[15839.8,8827.46,0],0,true,[[2770,1,25.9002],[1759,1,20.8606],[1515,1,6.23799],[2150,1,3.74937]]],[[1666.48,13903.2,0],0,false,[[48,1,21.8448],[2924,1,96.7383]]],[[17726.2,12027.4,0],0,true,[[683,0,3.8763],[4572,0,1.38002],[2091,0,10.8091]]],[[10147.4,16765.3,0],0,false,[[1357,0,385.307],[4656,0,382.505]]],[[5741.6,3861.26,0],0,false,[[2803,1,25.594],[3584,1,21.7053]]], +[[15545.5,2741.48,0],0,false,[[3575,0,177.413],[1339,0,24.8192]]],[[17771.7,2612.59,0],0,true,[[1246,0,10.4442],[1067,0,165.308],[5535,0,8.42082]]],[[13642.3,9521.04,0],0,false,[[4833,1,338.504],[3888,1,169.699]]],[[9793.2,4370.03,0],0,false,[[3713,0,187.512],[1169,0,366.32]]],[[1379.79,13216.9,0],0,false,[[1236,1,103.54],[4906,1,153.453]]], +[[17388.6,17946.4,0],0,false,[[3787,1,22.4742],[896,1,181.992]]],[[10650.5,11267.3,0],0,false,[[1521,0,113.321],[3076,0,27.0149]]],[[3365.94,18489.8,0],0,false,[[3035,0,227.479]]],[[6277.32,431.035,0],0,false,[[4966,1,146.365],[3836,1,311.758]]],[[6730.8,17409.6,0],0,false,[[3449,1,86.2507],[2132,1,19.5868]]], +[[561.085,3001.3,0],0,false,[[2589,0,51.9437],[4887,0,8.00156]]],[[3636.72,5189.35,0],0,true,[[3212,0,205.93],[5281,1,8.04177],[5357,1,12.326]]],[[1731.73,17654.7,0],0,false,[[3063,0,104.613],[652,0,346.153]]],[[9114.58,16244.6,0],0,false,[[5295,0,73.8069],[590,0,12.2521]]],[[11594.3,11632.9,0],0,false,[[2034,0,243.185],[3832,0,112.408]]], +[[12453,9550.03,0],0,true,[[396,0,2.95372],[2648,0,4.23703],[1233,1,7.33437]]],[[9721.1,4002.09,0],0,true,[[3724,0,5.27936],[2763,0,4.73486],[229,0,3.6187],[3975,0,1.35345],[4478,0,4.81081]]],[[9212.79,10883.4,0],0,false,[[3202,0,189.269],[5514,0,250.849]]],[[5819.31,16408.7,0],0,false,[[3285,1,164.599],[266,1,141.044]]],[[17553.4,8627.26,0],0,true,[[4314,0,3.85028],[301,0,2.71873],[323,1,4.40557]]], +[[18457.4,244.802,0],0,true,[[1432,0,62.7159],[1780,0,9.29584],[1755,0,17.8521]]],[[3136.44,12639.1,0],0,true,[[1012,0,9.48005],[2689,0,43.1642],[2168,0,5.23049]]],[[20267.5,13469.1,0],0,true,[[2097,0,393.251],[1946,0,2.6395],[717,0,5.29745]]],[[11187.4,17545,0],0,false,[[5541,0,168.814],[2470,0,139.066]]],[[5317.86,20462.1,0],0,false,[[504,2,173.763]]], +[[18810.4,3271.06,0],0,false,[[2068,0,26.4646],[3759,0,47.1096]]],[[10353.7,11898.9,0],0,true,[[4364,0,11.8173],[1340,0,9.75247],[3192,0,13.2168]]],[[5472.89,4004.97,0],0,false,[[411,2,143.256],[498,2,117.66]]],[[3113.66,6280.19,0],0,false,[[2556,1,1.18767],[2996,0,3.41632]]],[[8814.78,18923.8,0],0,false,[[89,0,129.221],[4576,0,56.1299]]], +[[3276.87,7251.92,0],0,true,[[3054,0,3.48788],[5697,0,3.41209],[2863,1,4.19597]]],[[16496.5,471.151,0],0,false,[[3236,0,94.8611]]],[[529.605,3037.12,0],0,true,[[3165,1,41.3177],[1189,1,11.2403],[4554,1,33.5509]]],[[4778.37,2566,0],0,true,[[3720,1,23.3761],[1358,1,8.89909],[32,1,5.64118],[1998,1,23.4564]]],[[9224.43,10377.7,0],0,false,[[3240,0,113.09],[929,0,396.942]]], +[[9242.44,16244.2,0],0,true,[[1303,1,23.2226],[5653,1,24.5865],[2890,1,9.24805]]],[[13406.6,14171.8,0],0,false,[[2391,0,132.023],[1922,0,360.801]]],[[13484.9,6653.25,0],0,false,[[1201,1,121.706],[733,1,390.306]]],[[1266.8,3314.11,0],0,false,[[2956,0,161.849],[4539,0,237.548]]],[[2554.59,11323.5,0],0,false,[[969,0,266.979]]], +[[5938.04,2047.88,0],0,false,[[322,1,189.151],[1632,1,364.396]]],[[18817,14963.1,0],0,false,[[2646,1,23.3314],[5063,1,170.438]]],[[13804.6,4234.39,0],0,false,[[961,0,63.5068],[2830,0,37.6319]]],[[18303.5,6084.07,0],0,false,[[423,0,394.177],[5171,0,312.346]]],[[11954.7,1904.06,0],0,false,[[2220,0,396.824],[3392,0,363.966]]], +[[8796.09,1517.86,0],0,false,[[3242,1,221.148],[3943,2,13.8145]]],[[5924.71,8915.94,0],0,true,[[3460,0,3.37143],[3453,0,3.63906],[4610,1,9.32337]]],[[10170.9,8153.9,0],0,false,[[64,0,2.6784],[4144,1,8.00836]]],[[7133.2,12963.2,0],0,true,[[1070,0,64.434],[5114,0,15.9858],[2887,1,24.5391]]],[[14915.6,1668.62,0],0,false,[[1916,0,111.092],[5695,0,313.106]]], +[[16904.5,433.774,0],0,false,[[1615,1,149.106],[46,1,123.077]]],[[18687.4,16988,0],0,false,[[4451,0,369.315],[112,0,165.28]]],[[2859.78,17263.7,0],0,false,[[2548,0,246.602],[2839,0,161.968]]],[[10998,12784,0],0,false,[[4284,1,123.3],[4937,1,84.0437]]],[[13131.2,8957.53,0],0,false,[[3279,0,148.441],[4873,0,60.2626]]], +[[3331.05,16360.3,0],0,false,[[5267,0,15.846],[132,0,273.431]]],[[2869.67,12705.7,0],0,true,[[2919,0,3.42752],[4084,0,4.17172],[2318,1,7.7536]]],[[12019.1,7320.51,0],0,true,[[5683,0,29.3987],[4931,0,186.159],[539,0,200.382]]],[[9507.23,8468.16,0],0,false,[[40,0,74.0998],[1616,0,24.0404]]],[[10767.1,12840.3,0],0,true,[[2641,0,14.9735],[2760,0,15.7431],[3464,0,3.52656]]], +[[17110.8,17694.8,0],0,true,[[3873,0,145.972],[1549,0,27.8784],[3639,0,191.528]]],[[15187,8916.37,0],0,false,[[4177,0,27.5293],[3431,0,64.9372]]],[[13294.9,13598.3,0],0,true,[[2291,0,15.6543],[405,0,57.0938],[3634,0,14.1842]]],[[1727.63,18474.9,0],0,false,[[3478,0,370.294],[1066,0,340.972]]],[[8981.88,10916,0],0,false,[[5467,0,250.849],[3536,0,212.268]]], +[[2753.22,19429.9,0],0,true,[[636,0,2.58928],[2570,0,2.45525],[4629,0,3.67348],[4184,0,2.51579]]],[[18701.9,1515.72,0],0,false,[[1559,0,299.972],[4223,0,139.508]]],[[17564.5,12042.9,0],0,false,[[2579,0,193.07],[3091,0,27.1573]]],[[3100.78,6425.89,0],0,true,[[4732,0,3.41639],[4495,0,3.26312],[4501,1,8.77348]]],[[9278.15,16351.8,0],0,true,[[3325,0,26.2205],[5295,0,121.786],[4767,0,12.3232]]], +[[12248.6,17504.9,0],0,false,[[2612,0,154.191],[2686,0,396.987]]],[[12726.6,8333.38,0],0,false,[[4954,1,22.2712],[3289,1,22.5856]]],[[9037.82,8451.04,0],0,false,[[4019,0,219.181],[1666,0,204.484]]],[[20038.5,3261.56,0],0,true,[[297,0,8.72268],[4560,0,302.803],[2731,0,6.00833],[1997,0,14.6207]]],[[5633.49,14314.2,0],0,true,[[2039,0,232.391],[3487,0,134.527],[1812,0,81.7958]]], +[[1136.82,8396.19,0],0,true,[[1982,0,2.39853],[209,0,60.8501],[394,1,10.027]]],[[5559.63,3467.92,0],0,false,[[4662,1,19.9251],[4516,1,40.6977]]],[[10026.7,471.007,0],0,false,[[2768,1,26.6671],[5301,1,106.315]]],[[2311.52,15933.5,0],0,false,[[3176,1,21.6673],[851,1,71.9791]]],[[13026.6,7990.79,0],0,true,[[602,0,2.10702],[1174,0,235.935],[5000,0,16.9789],[54,0,7.16235]]], +[[5977.56,18461.1,0],0,false,[[1875,0,54.2339]]],[[10623.3,11440.6,0],0,true,[[1996,0,5.56425],[5179,0,36.2092],[5558,0,2.57387],[250,0,2.77284],[2554,0,8.13842]]],[[825.366,6939.51,0],0,false,[[2384,1,3.39803],[3941,0,2.50903]]],[[14527.3,8740.52,0],0,true,[[5403,0,2.50839],[2639,0,2.21209],[952,0,4.97966],[5219,1,15.7884]]],[[3132.54,20438.6,0],0,true,[[269,0,4.01552],[5389,0,3.13764],[4413,1,7.8749]]], +[[17763.5,2610.56,0],0,true,[[3156,0,9.19726],[5451,0,8.42082],[1246,0,2.09665]]],[[16255.7,12514.4,8.07674],0,true,[[5715,1,16.1632],[4289,1,15.3171],[3985,1,9.12554],[5684,1,11.0081]]],[[17549.4,2050.04,0],0,false,[[2295,0,5.78767],[3418,0,5.78767]]],[[812.626,6948.48,0],0,false,[[5328,1,235.872],[2384,1,18.9425]]],[[3697.17,13065.9,0],0,false,[[779,1,186.484],[1733,1,290.685]]], +[[1441.26,8331.02,0],0,false,[[394,1,303.95],[1205,1,385.248]]],[[11352.5,17559.8,0],0,false,[[2629,0,94.6728],[5473,0,168.814]]],[[19749,4515.29,0],0,true,[[3456,0,41.0434],[4743,0,126.402],[2244,0,79.1304]]],[[19832.8,3144.17,0],0,false,[[1544,0,137.425],[2250,0,310.543]]],[[19014.4,17541.9,0],0,false,[[5378,1,364.531],[3267,1,158.065]]], +[[13544.3,13561.4,0],0,false,[[1700,0,5.61641],[4689,1,10.5407]]],[[4504.39,19169.8,0],0,true,[[5165,0,7.11174],[1094,0,3.1333],[3419,1,9.38743]]],[[15325.8,18815.5,0],0,false,[[1761,0,396.988],[3596,0,175.511]]],[[9838.18,13122.3,0],0,false,[[1466,0,110.593],[5059,0,396.437]]],[[8269.86,5987.75,0],0,false,[[533,2,357.761],[4194,2,264.902]]], +[[10558.1,7450.81,0],0,true,[[4270,0,157.728],[4058,0,27.6354],[5652,0,196.913]]],[[2803.02,20261.2,0],0,false,[[2926,1,291.128],[1204,1,363.069]]],[[5705.37,18227,0],0,false,[[1451,0,326.087]]],[[2145.23,10965.6,0],0,false,[[700,1,171.551],[3899,1,21.4565]]],[[13419.5,8004.7,0],0,true,[[3307,0,162.824],[1239,0,23.7612],[2665,0,15.0623]]], +[[6985.32,828.161,0],0,false,[[117,1,23.0552],[2399,1,185.213]]],[[15294.7,13931.5,0],0,true,[[5363,1,36.077],[4711,1,297.899],[5662,1,14.2046]]],[[10166.1,19050.4,0],0,false,[[3435,0,321.729],[2223,0,107.223]]],[[10620.9,11439.6,0],0,true,[[2554,0,6.13036],[5531,0,2.57387],[250,0,2.36515],[1996,0,5.51031]]],[[10586.1,11216.4,0],0,true,[[4386,0,40.5873],[1531,0,377.271],[1114,0,21.86]]], +[[13770.3,19859.9,0],0,false,[[14,0,331.612],[1569,0,162.758]]],[[17657.8,12665.3,0],0,false,[[3939,0,307.58],[2122,0,361.319]]],[[17669.1,12217.5,0],0,true,[[2793,0,2.22956],[1506,0,2.5762],[1514,0,2.23583]]],[[947.404,16226.6,0],0,false,[[47,1,263.792],[1978,1,57.4522]]],[[2140.17,10941.7,0],0,true,[[5156,0,2.8162],[5331,0,3.37958],[3899,1,3.58926]]], +[[20044.6,4771.23,0],0,true,[[786,0,43.1337],[74,0,23.8648],[3429,0,23.7851]]],[[12599.5,8331.38,0],0,false,[[2707,0,88.2729],[1477,0,33.8304]]],[[20444,15425.9,0],0,false,[[1277,0,396.699]]],[[15009.5,307.094,0],0,false,[[4481,0,162.412],[1410,0,58.4139]]],[[3890.64,3183.95,0],0,false,[[1962,0,408.422],[1210,0,155.818]]], +[[12134.8,5834.9,0],0,false,[[830,0,252.667],[870,0,118.337]]],[[10707.7,4877.66,0],0,false,[[2925,0,313.945],[1879,0,299.576]]],[[13945.8,18132.2,0],0,false,[[609,0,135.496],[4729,0,34.2518]]],[[16690.9,17819.5,0],0,false,[[371,0,49.2013],[4996,0,311.76]]],[[17033.4,17827.5,0],0,true,[[2033,0,7.40644],[1482,0,116.676],[3873,0,8.78806]]], +[[18410.9,414.358,0],0,true,[[1520,1,69.9428],[1136,1,13.7496],[5419,1,12.0739]]],[[8775.6,12046.4,0],0,false,[[2325,1,240.411],[2358,1,212.797]]],[[10181.3,5493.05,0],0,false,[[740,0,15.5047],[2950,0,19.4998]]],[[8849.63,17684.6,0],0,false,[[1242,0,25.6276],[3772,0,333.092]]],[[11260.2,3884.15,0],0,false,[[2873,0,92.5018],[243,0,24.0489],[3819,0,19.1531]]], +[[11303,20106.5,0],0,true,[[3308,0,3.24917],[5615,0,3.18599],[2260,0,2.7061]]],[[669.96,3317.85,0],0,false,[[5609,0,148.461],[4584,0,319.406]]],[[11248.3,12229.7,0],0,true,[[4897,0,38.4417],[1921,0,22.0503],[4400,0,3.60937]]],[[15902.4,18958.1,0],0,false,[[2222,0,367.215],[3059,0,347.577]]],[[4019.09,13262.3,0],0,false,[[4010,2,137.392],[2460,2,21.7334]]], +[[14565.6,5155.46,0],0,false,[[3612,1,56.6338],[1471,1,326.649]]],[[5603.95,6350.82,0],0,true,[[1970,1,216.79],[728,1,16.2103],[3248,1,5.33438],[2633,1,4.30066]]],[[6587.24,1597.93,0],0,false,[[5052,0,175.927],[2555,0,314.644]]],[[10600.7,11376.4,0],0,true,[[4449,0,58.8409],[1114,0,140.925],[1521,0,45.8388]]],[[14546.8,2424.33,0],0,false,[[5119,0,246.29],[1624,0,96.2617]]], +[[4263.05,13106,0],0,false,[[4815,2,402.061],[4010,2,230.374]]],[[1255.9,13208.2,0],0,false,[[1231,1,279.8],[1236,1,20.6544]]],[[7416.04,8312.71,0],0,true,[[5113,0,2.23967],[144,0,2.67074],[5386,2,5.11378]]],[[1159.24,2832.56,0],0,true,[[4083,0,2.04255],[2120,0,2.68882],[4065,0,5.07636],[41,1,4.56752]]],[[13405.9,12173,0],0,false,[[2778,0,251.191],[1075,0,316.576]]], +[[18722.9,3720.38,0],0,false,[[1037,0,17.2143],[5180,0,370.886]]],[[4313.3,1155.06,0],0,false,[[565,1,383.229],[3944,1,318.295]]],[[16705.1,18278.6,0],0,false,[[4360,0,281.294],[4224,0,42.2542]]],[[20464.2,17316.8,0],0,false,[[216,1,332.848]]],[[17542.1,2032.27,0],0,false,[[4428,0,149.552],[2295,0,22.8564],[2734,0,8.43323]]], +[[2322.16,5348.6,0],0,false,[[5628,0,297.392],[5617,0,226.484]]],[[9973.11,18719.9,0],0,false,[[1983,0,165.126],[3386,0,345.822]]],[[11688.8,17620.2,0],0,true,[[2629,0,310.218],[624,0,240.311],[384,0,167.973]]],[[15008.8,971.898,0],0,true,[[5019,0,5.45857],[5641,0,7.40546],[3835,0,3.50541]]],[[5589.88,14175.5,0],0,true,[[3708,1,103.02],[3360,1,33.0714],[2619,1,2.42885]]], +[[10385.1,8737.59,0],0,false,[[4279,0,163.147],[493,0,315.211]]],[[11801.9,14926.5,0],0,true,[[12,0,173.54],[2381,0,4.7682],[3283,0,12.2709]]],[[18562.3,17591.3,0],0,true,[[4868,0,3.26194],[3064,0,6.46575],[605,1,15.4944]]],[[2701.59,19653.8,0],0,false,[[4629,0,229.741],[2871,0,130.486]]],[[755.085,3437.37,0],0,false,[[1,0,250.359],[5581,0,148.461]]], +[[3591.61,14971.6,0],0,true,[[614,0,15.7668],[1282,0,103.068],[2594,0,7.03554]]],[[8361.26,11220.4,0],0,false,[[2630,0,155.274],[2957,0,188.464]]],[[19403.7,2777.93,0],0,false,[[4520,0,28.3595],[2979,0,321.561]]],[[10205.1,7532.29,0],0,true,[[103,1,27.5448],[3466,1,72.5067],[560,1,1.98932]]],[[19467,8316.83,0],0,true,[[529,0,200.997],[203,0,23.9492],[4806,0,14.5314]]], +[[11304.8,20109.1,0],0,true,[[5580,0,3.18599],[5036,0,356.409],[2260,0,5.80469]]],[[17673.4,12217.1,0],0,true,[[3016,0,2.58054],[3732,0,3.85366],[3103,0,2.74105],[1514,0,5.02665],[1004,0,12.0843]]],[[2508.77,5220.36,0],0,false,[[5600,0,226.484],[1029,0,223.958]]],[[12014.7,17016.3,0],0,false,[[4101,0,310.987],[317,0,315.491]]],[[6223.17,13860.6,0],0,false,[[81,0,10.3675],[2543,1,4.42003]]], +[[8957.81,9137.93,0],0,false,[[2480,0,350.093],[4488,0,118.563]]],[[9978.36,11053.8,0],0,false,[[1041,0,113.445],[1964,0,397.234]]],[[15353.2,20391.3,0],0,false,[[4698,0,146.793],[4126,0,281.193]]],[[8796.29,5049.59,0],0,false,[[4129,0,257.523],[2519,0,189.543]]],[[17662.6,12226.3,0],0,true,[[5247,0,3.93592],[1975,0,3.28519],[1039,0,1.26222],[3166,0,2.65513],[3050,0,0.944513],[336,0,2.01946]]], +[[4997.99,10919.2,0],0,true,[[3013,0,1.45411],[585,0,1.24337],[1475,0,1.85482],[1258,0,1.58353]]],[[13174.6,8084.82,0],0,false,[[3666,1,27.0984],[4186,1,31.6069]]],[[8323.81,20338.4,0],0,false,[[3141,1,86.728],[3988,1,148.122]]],[[2081.63,5523.49,0],0,false,[[4762,0,164.493],[5600,0,297.392]]],[[1525.24,13798.4,0],0,false,[[3643,1,7.43798],[2659,0,147.578]]], +[[13219.1,4462.36,0],0,false,[[5383,0,39.5118],[741,0,25.4316]]],[[5878.82,7276.39,0],0,false,[[3673,0,100.466],[3645,0,358.837]]],[[13698.3,16205,0],0,false,[[2090,0,13.2415],[3317,0,29.7833]]],[[3836.9,16208.8,0],0,true,[[3065,2,27.1574],[550,2,81.9838],[1192,2,12.6778]]],[[10907.1,17575.3,0],0,false,[[3244,0,141.355],[403,0,12.301]]], +[[11304.7,3742.53,0],0,false,[[1390,0,67.8844],[5346,0,54.6343]]],[[5287.96,14213.3,0],0,true,[[2653,1,17.1315],[3708,1,203.155],[965,1,2.36194],[1769,1,9.5575]]],[[5940.06,8906,0],0,true,[[865,0,0.528997],[1403,0,3.40155],[2622,0,9.37091]]],[[13964.7,4425.44,0],0,false,[[1072,1,28.1214],[5016,1,362.544]]],[[18181.6,8841.86,0],0,false,[[1316,1,202.856],[4373,1,251.13]]], +[[15132.8,8877.9,0],0,true,[[3892,0,3.03744],[88,0,16.7746],[19,1,6.0386]]],[[15002.2,968.543,0],0,false,[[5603,0,7.40546],[3125,0,90.6586]]],[[18216,18859,0],0,false,[[887,0,294.425],[1011,0,109.158]]],[[18978.3,7121.96,0],0,false,[[3747,0,29.7368],[157,0,234.738]]],[[14656,7861.14,0],0,false,[[1493,0,69.932],[1367,0,291.398]]], +[[19164.1,12729.7,0],0,false,[[327,0,148.427],[4434,0,312.196]]],[[7384.43,8121.63,0],0,false,[[5032,2,262.138],[1179,2,168.169]]],[[5494.57,6323.38,0],0,false,[[2559,0,24.0972],[3664,0,37.5984]]],[[9919.3,542.272,0],0,false,[[5654,1,30.3966],[1387,1,102.666]]],[[840.875,1407.16,0],0,false,[[4565,0,235.84],[1048,0,387.953]]], +[[7964.35,3818.38,0],0,true,[[2469,2,18.4698],[4146,2,14.0615],[1655,2,4.52029],[2392,2,8.67783],[4823,2,4.86857],[2845,2,3.66168]]],[[2903.45,12709.1,0],0,true,[[4334,1,25.3343],[2318,1,26.4755],[4676,1,11.111]]],[[10546.2,7641.97,0],0,true,[[3579,0,33.6149],[5550,0,196.913],[8,1,9.58985]]],[[9225.2,16226.7,0],0,true,[[5485,1,24.5865],[5184,1,29.8061],[2268,1,17.8152],[2890,1,16.0329]]],[[9938.89,519.027,0],0,true,[[2987,1,27.9098],[5648,1,30.3966],[2372,2,16.4188]]], +[[13193.8,19645.6,0],0,false,[[3496,0,90.2154],[1905,0,243.615]]],[[17244,17488.7,0],0,true,[[2108,0,20.026],[879,0,21.4664],[2186,0,6.19107],[2152,0,3.9743],[4853,0,1.76654],[3861,0,1.67266],[3758,0,4.02221]]],[[4512.78,19159.1,0],0,false,[[3419,1,22.9944],[1658,1,220.275]]],[[9971.91,7566.54,0],0,false,[[259,0,190.728],[1688,0,368.018]]],[[13511.1,16390.8,0],0,true,[[194,0,391.68],[5413,0,25.8191],[2733,0,6.46715]]], +[[14275.7,19483.3,0],0,false,[[695,0,25.5925],[1383,0,26.8651]]],[[5924.83,8920.75,0],0,true,[[4546,0,3.04829],[3191,0,2.48356],[3453,0,1.6353],[4610,1,7.4816]]],[[15302.8,13943.2,0],0,false,[[4198,0,43.4402],[5556,1,14.2046]]],[[18912.3,598.107,0],0,false,[[1225,1,243.727],[2263,1,380.41]]],[[7061.75,4630.96,0],0,false,[[3729,1,8.53564],[3356,0,3.0978]]], +[[14693.3,7989.64,0],0,false,[[2107,0,208.164],[4277,0,139.101]]],[[583.903,2999.29,0],0,true,[[3153,1,32.5936],[1397,1,30.6334],[4887,1,17.0475]]],[[5891.12,15071.8,0],0,false,[[1395,0,105.702],[1111,0,308.012]]],[[12712.7,19792.9,0],0,true,[[2825,0,4.41647],[4136,0,4.77196],[286,0,3.8205]]],[[11384.1,8593.37,0],0,false,[[4695,0,64.6506],[821,0,98.4285]]], +[[15127.3,13591.4,0],0,false,[[3508,0,149.25],[3504,0,116.416]]],[[12595.8,4491.99,0],0,false,[[2652,0,64.2425],[4812,0,40.4998]]],[[10321,7604.72,0],0,true,[[2823,1,24.329],[5122,1,74.8539],[3329,1,16.9835],[4282,1,17.1627]]],[[4528.87,6392.14,0],0,false,[[5206,1,287.651],[3384,1,386.006]]],[[7671.71,19547.2,0],0,true,[[1829,0,3.12002],[1431,0,2.66884],[330,1,7.40626]]], +[[12822.2,13937.2,0],0,false,[[3113,0,15.1097],[4281,0,208.515]]],[[5521.94,18578.6,0],0,true,[[2697,1,11.145],[3565,0,8.19235],[3840,1,13.1801]]],[[16861.7,16690.7,0],0,true,[[328,0,226.233],[5433,0,26.3057],[355,0,2.34576],[945,0,1.25996]]],[[9807.5,6425.52,0],0,true,[[3105,0,1.79362],[496,0,1.47043],[681,0,3.30433],[992,1,3.96369]]],[[9790.33,646.24,0],0,true,[[1665,1,30.1499],[2286,1,19.2591],[2166,2,14.3836],[4397,2,17.204]]], +[[16389.9,9700.63,0],0,false,[[4068,1,151.612],[1064,1,28.3581]]],[[19482,10083.9,0],0,true,[[4217,1,26.135],[1030,1,162.986],[319,1,4.14822],[191,1,12.9416],[3722,1,7.92315],[2066,1,10.7948]]],[[2323.05,13670.5,0],0,false,[[3137,0,37.4878],[2522,0,62.8516]]],[[12014,7292.04,0],0,false,[[1290,0,241.878],[5507,0,29.3987]]],[[16246,12509.2,0],0,false,[[5715,0,5.16095],[5536,1,11.0081]]], +[[15622.2,3326.98,0],0,false,[[765,1,147.644],[190,1,14.5173]]],[[17668,12221.2,0],0,true,[[3128,0,2.77438],[1840,0,2.20537],[3878,0,1.9311],[2793,0,2.11611]]],[[11835.9,7824.12,0],0,false,[[2292,0,33.0911],[1428,0,73.0644]]],[[13726,9868.39,0],0,true,[[1930,1,112.969],[4833,1,18.8049],[5233,1,4.75005],[67,1,8.38507]]],[[10638.8,7722.87,0],0,false,[[1562,1,76.881],[3093,1,129.525]]], +[[13271.2,9846.14,0],0,true,[[4087,0,1.86321],[2331,0,94.306],[4837,0,3.37832]]],[[10131.4,13445.1,0],0,false,[[722,1,259.84],[5271,1,380.798]]],[[688.564,19819.7,0],0,true,[[5169,0,297.196],[3199,0,3.32215],[4416,1,7.96656]]],[[18213.4,16001.9,0],0,false,[[3551,1,17.8948],[188,1,143.426]]],[[7134.97,12515,0],0,true,[[1939,0,13.8287],[2341,0,212.692],[4696,1,22.872]]], +[[14909.6,1356.32,0],0,false,[[5499,0,313.106],[1869,0,212.714]]],[[18753.5,14277.6,0],0,true,[[4528,1,19.0632],[2030,1,26.4653],[1607,1,7.02514]]],[[3277.77,7248.63,0],0,false,[[5480,0,3.41209],[2863,1,5.65567]]],[[14227.6,15476.1,0],0,false,[[5382,0,175.286],[3621,0,78.7711]]],[[9548.13,16503.7,0],0,false,[[1366,0,10.127],[1377,0,148.687]]], +[[3080.45,13587.1,0],0,false,[[2930,1,264.178],[4329,1,277.711]]],[[6742.61,6283.52,0],0,true,[[1524,0,31.6663],[5056,0,27.7282],[2283,0,9.27688],[5316,0,13.1157]]],[[8358.34,2659.2,0],0,false,[[2704,2,20.6217],[3011,2,19.8035]]],[[6520.58,20138.4,0],0,false,[[1453,0,155.11]]],[[17730.2,12027.9,0],0,true,[[3711,0,3.037],[2154,0,2.08271],[4572,0,2.74155],[1679,0,3.72144]]], +[[15575.1,5908.08,0],0,false,[[4614,0,185.051],[4287,0,371.623]]],[[15128.4,16736,0],0,false,[[1487,0,341.235],[507,0,137.924]]],[[16658.6,17500.3,0],0,false,[[3232,0,131.299],[3079,0,245.244]]],[[14718,11938.3,0],0,true,[[3790,0,10.0079],[1863,0,159.869],[252,0,12.2668]]],[[4847.76,18478.3,0],0,false,[[670,2,3.34146],[4658,0,9.85141]]], +[[18399.6,3008.94,0],0,false,[[2963,0,343.622],[5254,0,119.01]]],[[3026.76,14639,0],0,false,[[2649,0,289.462],[110,0,381.944]]],[[3560.25,1436.26,0],0,true,[[4482,1,25.4393],[2340,1,121.543],[978,1,53.7989],[4242,1,130.584]]],[[5687.8,11792.8,0],0,false,[[3559,0,187.244],[3654,0,349.568]]],[[7744.15,664.857,0],0,false,[[586,1,389.701],[4733,1,144.596]]], +[[16241.4,12506.8,0],0,true,[[2315,0,243.351],[5684,0,5.16095],[5536,1,16.1632]]],[[4791.83,4238.87,0],0,false,[[635,1,295.302],[949,1,228.033]]],[[14919.3,440.943,0],0,false,[[429,0,212.352],[4481,0,11.2919]]] +]; \ No newline at end of file diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/Pictures/Mission/pic.jpg b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/Pictures/Mission/pic.jpg new file mode 100644 index 0000000000..da47d548dd Binary files /dev/null and b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/Pictures/Mission/pic.jpg differ diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/Pictures/Mission/whiteboard.jpg b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/Pictures/Mission/whiteboard.jpg new file mode 100644 index 0000000000..c66ffb7074 Binary files /dev/null and b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/Pictures/Mission/whiteboard.jpg differ diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/cba_settings.sqf b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/cba_settings.sqf new file mode 100644 index 0000000000..1d06e32420 --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/cba_settings.sqf @@ -0,0 +1 @@ +#include "\x\A3A\Addons\core\Includes\cba_settings.sqf" diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/description.ext b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/description.ext new file mode 100644 index 0000000000..1ec805dd5c --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/description.ext @@ -0,0 +1,41 @@ +#include "..\missionDescription\master.hpp" + +OnLoadName = $STR_antistasi_mission_info_gm_weferlingen_summer_mapname_short_text; +OnLoadMission = $STR_antistasi_mission_info_gm_weferlingen_summer_blurb_text; +briefingName = $STR_antistasi_mission_info_gm_weferlingen_summer_mapname_text; +overviewText = $STR_antistasi_mission_info_gm_weferlingen_summer_description_text; +loadScreen = "Pictures\Mission\pic.jpg"; // NB, this will resolve from root +overviewPicture = "Pictures\Mission\pic.jpg"; // NB, this will resolve from root + +class CfgNotifications +{ + #include "..\missionDescription\CfgNotificationsContents.hpp" +}; + +class CfgDebriefing { + #include "..\missionDescription\CfgDebriefingContents.hpp" + class End1 + { + title = "V I C T O R Y"; + subtitle = "Weferlingen is Ours!"; + description = "The population of Weferlingen loves you!
The brave soldiers have proven their valour, and Petros, Weferlingen new Prime Minister, could at last to have a nice holidays. A deserved rest in a Greek island with drinks and fine food."; + picture = "n_inf"; + pictureColor[] = {0.0,0.5,0.0,1}; + }; + class petrosDead + { + title = "Petros is Dead"; + subtitle = "Petros is Dead"; + description = "Congratulations!: Petros is Dead. Now with rebels without a leader, you may think about joining them, and free Weferlingen"; + picture = "b_unknown"; + pictureColor[] = {0.5,0.0,0.0,1}; + }; + class destroyedSites + { + title = "Weferlingen is Destroyed"; + subtitle = "Weferlingen got Destroyed by OPFOR"; + description = "One third of the population in Weferlingen has been murdered by the OPFOR.
Weferlingen no longer exists, nobody wants to live here."; + picture = "b_unknown"; + pictureColor[] = {0.5,0.0,0.0,1}; + }; +}; diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/initPlayerLocal.sqf b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/initPlayerLocal.sqf new file mode 100644 index 0000000000..87472583fe --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/initPlayerLocal.sqf @@ -0,0 +1 @@ +_this spawn A3A_fnc_initClient; diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/initServer.sqf b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/initServer.sqf new file mode 100644 index 0000000000..bc311d07b9 --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/initServer.sqf @@ -0,0 +1 @@ +call A3A_fnc_initServer; diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/mapInfo.hpp b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/mapInfo.hpp new file mode 100644 index 0000000000..7cb02da007 --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/mapInfo.hpp @@ -0,0 +1,38 @@ +class gm_weferlingen_summer { + population[] = { + {"gm_name_grasleben",250},{"gm_name_weferlingen",420},{"gm_name_doehren",150},{"gm_name_seggerde",50},{"gm_name_belsdorf",110},{"gm_name_behnsdorf",2010},{"gm_name_eschenrode",125},{"gm_name_walbeck",215},{"gm_name_beendorf",175},{"gm_name_mariental",100},{"gm_name_querenhorst",110},{"gm_name_bahrdorf",275},{"DefaultKeyPoint53",90},{"DefaultKeyPoint1",160},{"DefaultKeyPoint2",65},{"DefaultKeyPoint3",120},{"DefaultKeyPoint4",218},{"DefaultKeyPoint5",147},{"DefaultKeyPoint6",325},{"DefaultKeyPoint7",100},{"DefaultKeyPoint8",201},{"DefaultKeyPoint9",164},{"DefaultKeyPoint10",194},{"DefaultKeyPoint11",104},{"DefaultKeyPoint12",121},{"DefaultKeyPoint13",94},{"DefaultKeyPoint14",43},{"DefaultKeyPoint15",70},{"DefaultKeyPoint17",69},{"DefaultKeyPoint18",179},{"DefaultKeyPoint19",152},{"DefaultKeyPoint20",88},{"DefaultKeyPoint21",97},{"DefaultKeyPoint22",135},{"DefaultKeyPoint23",50},{"DefaultKeyPoint24",52},{"DefaultKeyPoint25",57},{"DefaultKeyPoint26",89},{"DefaultKeyPoint27",147},{"DefaultKeyPoint28",240},{"DefaultKeyPoint29",124},{"DefaultKeyPoint30",75},{"DefaultKeyPoint44",133},{"DefaultKeyPoint157",180},{"DefaultKeyPoint158",42},{"DefaultKeyPoint159",142},{"DefaultKeyPoint160",69},{"DefaultKeyPoint161",72},{"DefaultKeyPoint162",59} + }; + disabledTowns[] = {}; //no towns that need to be disabled + antennas[] = { + {13492.2,9346.15,0},{7694.42,13715.5,0},{14654.1,12117.2,-7.62939e-006},{13451.1,4033.84,0},{11575.2,17731.8,0},{5298.28,4077.87,0},{2530.6,8367.89,0},{6849.02,17665.4,0},{19569.3,9448.69,1.52588e-005},{19562.8,17421.6,7.62939e-006} + }; + antennasBlacklistIndex[] = {}; + banks[] = { + }; + garrison[] = { + {},{"airport_4","outpost_8","outpost_16","outpost_19","resource_6","resource_7","control_3","control_4","control_8","control_9","control_10","control_29"},{},{"control_3","control_4","control_8","control_9","control_10","control_29"} + }; + fuelStationTypes[] = { + "Land_Fuelstation_Feed_F","Land_fs_feed_F","Land_FuelStation_01_pump_F","Land_FuelStation_01_pump_malevil_F","Land_FuelStation_03_pump_F","Land_FuelStation_02_pump_F","land_gm_euro_fuelpump_01_e","land_gm_euro_fuelpump_02_e","land_gm_euro_fuelpump_02_w","land_gm_euro_fuelpump_01_w" + }; + climate = "arid"; + buildObjects[] = { + //barbed wire + {"land_gm_barbedwire_01", 5},{"land_gm_barbedwire_02", 5}, + //small structures and camo nets + {"land_gm_sandbags_01_door_02", 10},{"land_gm_sandbags_01_round_01", 20},{"land_gm_sandbags_01_wall_01", 20}, + {"gm_berm_02", 20},{"gm_berm_01", 20},{"gm_berm_03", 20}, + {"land_gm_camonet_04_east", 20},{"land_gm_camonet_03_east", 20}, + //medium sandbag structures + {"land_gm_sandbags_01_wall_02", 50},{"land_gm_tanktrap_02", 50}, + {"land_gm_sandbags_02_wall", 50},{"land_gm_woodbunker_01", 50}, + //large sandbag structures + {"land_gm_sandbags_02_bunker_high", 100},{"land_gm_woodbunker_01_bags", 100}, + //other large + {"land_gm_euro_misc_viewplatform_01", 150}, + //small bunker + {"Land_Bunker_02_double_F", 500}, + //big bunker + {"land_gm_bunker_command_01", 5000} + }; +}; diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/mission.sqm b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/mission.sqm new file mode 100644 index 0000000000..3946077ff2 --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/mission.sqm @@ -0,0 +1,33069 @@ +version=54; +class EditorData +{ + moveGridStep=1; + angleGridStep=0.2617994; + scaleGridStep=1; + autoGroupingDist=10; + toggles=1025; + class ItemIDProvider + { + nextID=3267; + }; + class MarkerIDProvider + { + nextID=15; + }; + class LayerIndexProvider + { + nextID=1066; + }; + class Camera + { + pos[]={19679.877,576.73639,3042.1973}; + dir[]={-0.52141881,-0.42104471,0.74236709}; + up[]={-0.24204594,0.90722054,0.34460363}; + aside[]={0.81843603,3.8135331e-006,0.57484174}; + }; +}; +binarizationWanted=0; +sourceName="Antistasi-Weferlingen"; +addons[]= +{ + "A3_Modules_F", + "A3_Ui_F", + "A3_Structures_F_Enoch_Decals_Horizontal", + "A3_Structures_F_Enoch_Infrastructure_Railways", + "A3_Structures_F_Training", + "gm_core_objects", + "A3_Structures_F_Enoch_Military_Airfield", + "gm_objects_fortification", + "gm_objects_bunkers", + "A3_Structures_F_Mil_Cargo", + "gm_objects_tents", + "A3_Structures_F_Mil_Helipads", + "A3_Characters_F", + "A3_Weapons_F", + "A3_Structures_F_Exp_Military_Flags", + "A3_Weapons_F_Ammoboxes", + "A3_Props_F_Enoch_Military_Camps", + "A3_Structures_F_EPC_Civ_InfoBoards", + "A3_Modules_F_Curator_Curator", + "A3_Modules_F_Hc", + "A3_Structures_F_Exp_Military_Fortifications", + "A3_Structures_F_Enoch_Civilian_Police" +}; +class AddonsMetaData +{ + class List + { + items=18; + class Item0 + { + className="A3_Modules_F"; + name="Arma 3 Alpha - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item1 + { + className="A3_Ui_F"; + name="Arma 3 - User Interface"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item2 + { + className="A3_Structures_F_Enoch"; + name="Arma 3 Contact Platform - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item3 + { + className="A3_Structures_F_Enoch_Infrastructure"; + name="Arma 3 Contact Platform - Infrastructure Objects"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item4 + { + className="A3_Structures_F"; + name="Arma 3 - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item5 + { + className="gm_core_objects"; + name="gm_core_objects"; + author="Global Mobilization"; + url="global-mobilization.com"; + }; + class Item6 + { + className="A3_Structures_F_Enoch_Military"; + name="Arma 3 Contact Platform - Military Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item7 + { + className="gm_objects_fortification"; + name="gm_objects_fortification"; + author="Global Mobilization"; + url="global-mobilization.com"; + }; + class Item8 + { + className="gm_objects_bunkers"; + name="gm_objects_bunkers"; + author="Global Mobilization"; + url="global-mobilization.com"; + }; + class Item9 + { + className="A3_Structures_F_Mil"; + name="Arma 3 - Military Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item10 + { + className="gm_objects_tents"; + name="gm_objects_tents"; + author="Global Mobilization"; + url="global-mobilization.com"; + }; + class Item11 + { + className="A3_Characters_F"; + name="Arma 3 Alpha - Characters and Clothing"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item12 + { + className="A3_Weapons_F"; + name="Arma 3 Alpha - Weapons and Accessories"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item13 + { + className="A3_Structures_F_Exp"; + name="Arma 3 Apex - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item14 + { + className="A3_Props_F_Enoch"; + name="Arma 3 Contact Platform - Decorative and Mission Objects"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item15 + { + className="A3_Structures_F_EPC"; + name="Arma 3 Win Episode - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item16 + { + className="A3_Modules_F_Curator"; + name="Arma 3 Zeus Update - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item17 + { + className="A3_Structures_F_Enoch_Civilian"; + name="Arma 3 Contact Platform - Civilian Buildings"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + }; +}; +dlcs[]= +{ + "Enoch", + "gm", + "Expansion", + "Contact" +}; +randomSeed=15014942; +class Mission +{ + class Intel + { + briefingName=$STR_antistasi_mission_info_gm_weferlingen_summer_mapname_text; + resistanceWest=0; + startWind=0.1; + forecastWind=0.1; + forecastWaves=0.1; + year=1980; + month=7; + day=11; + hour=10; + minute=0; + startFogDecay=0.0049333; + forecastFogDecay=0.0049333; + }; + class Entities + { + items=21; + class Item0 + { + dataType="Layer"; + name="border crossings"; + state=2; + class Entities + { + items=389; + class Item0 + { + dataType="Logic"; + class PositionInfo + { + position[]={12600.89,150.56111,4188.9775}; + angles[]={0.023993526,2.7745724,6.2651882}; + }; + areaSize[]={2.8158264,0,9.4642506}; + areaIsRectangle=1; + flags=1; + id=791; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.032592773; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Logic"; + class PositionInfo + { + position[]={11046.173,152.41835,3895.738}; + angles[]={6.2392135,2.7375741,6.2412086}; + }; + areaSize[]={25.147297,0,16.259506}; + areaIsRectangle=1; + flags=1; + id=858; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.33103943; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={10087.832,180.67712,5507.895}; + angles[]={0.019996032,2.9152946,0.0060001095}; + }; + areaSize[]={83.19973,0,15.677117}; + areaIsRectangle=1; + flags=1; + id=860; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.83256531; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={11771.028,98.326469,7864.7998}; + angles[]={0.0019834081,2.9152946,0}; + }; + areaSize[]={38.273262,0,14.662416}; + areaIsRectangle=1; + flags=1; + id=867; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.4613266; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={8390.5654,119.19156,11019.873}; + angles[]={0,2.876092,0}; + }; + areaSize[]={65.791,0,20.492165}; + flags=1; + id=868; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.87579346; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={8577.3428,110.89438,11016.497}; + angles[]={0.0019834081,3.1567075,0}; + }; + areaSize[]={45.175735,0,5.8245659}; + areaIsRectangle=1; + flags=1; + id=869; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.33179474; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={14008.905,76.7892,13277.715}; + angles[]={0.0019834081,3.2050686,0}; + }; + areaSize[]={20.861385,0,15.22388}; + areaIsRectangle=1; + flags=1; + id=871; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.4037323; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={10579.688,69.086227,17009.385}; + angles[]={0,2.5818233,0.017997233}; + }; + areaSize[]={14.679894,0,13.194307}; + areaIsRectangle=1; + flags=1; + id=872; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.028175354; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Marker"; + position[]={10562.091,68.823456,17000.725}; + name="marker_0"; + type="mil_marker"; + id=873; + }; + class Item9 + { + dataType="Marker"; + position[]={14008.74,77.182785,13278.074}; + name="marker_1"; + type="mil_marker"; + id=874; + }; + class Item10 + { + dataType="Marker"; + position[]={12812.144,186.42999,1669.5276}; + name="marker_11"; + type="mil_marker"; + id=884; + }; + class Item11 + { + dataType="Marker"; + position[]={8381.0723,119.35034,11008.315}; + name="marker_3"; + type="mil_marker"; + id=876; + }; + class Item12 + { + dataType="Marker"; + position[]={11778.828,97.817947,7863.5718}; + name="marker_4"; + type="mil_marker"; + id=877; + }; + class Item13 + { + dataType="Marker"; + position[]={10056.944,179.80315,5492.7856}; + name="marker_7"; + type="mil_marker"; + id=880; + }; + class Item14 + { + dataType="Marker"; + position[]={11072.584,151.44315,3894.3164}; + name="marker_8"; + type="mil_marker"; + id=881; + atlOffset=1.5258789e-005; + }; + class Item15 + { + dataType="Logic"; + class PositionInfo + { + position[]={12790.22,186.92418,1670.4569}; + angles[]={0.0019834081,4.6487756,0}; + }; + areaSize[]={2.8491449,0,7.4870682}; + areaIsRectangle=1; + flags=1; + id=2215; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item16 + { + dataType="Logic"; + class PositionInfo + { + position[]={12876.484,183.61086,1694.6183}; + angles[]={0.1858315,2.7840583,5.9358611}; + }; + areaSize[]={5.6993561,0,13.912006}; + areaIsRectangle=1; + flags=1; + id=2216; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.049209595; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item17 + { + dataType="Logic"; + class PositionInfo + { + position[]={12815.531,186.4122,1675.6602}; + angles[]={0.075855196,2.9152946,6.2312298}; + }; + areaSize[]={12.370825,0,14.59547}; + areaIsRectangle=1; + flags=1; + id=2217; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item18 + { + dataType="Logic"; + class PositionInfo + { + position[]={10956.209,157.87408,4000.1733}; + angles[]={0,2.6338284,0}; + }; + areaSize[]={5.2476454,0,13.239826}; + areaIsRectangle=1; + flags=1; + id=2262; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.52099609; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item19 + { + dataType="Logic"; + class PositionInfo + { + position[]={11249.92,150.28342,3877.2708}; + angles[]={6.2392135,2.8322382,6.2432079}; + }; + areaSize[]={10.380065,0,16.259506}; + areaIsRectangle=1; + flags=1; + id=2264; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item20 + { + dataType="Logic"; + class PositionInfo + { + position[]={11128.083,148.95547,3891.7798}; + angles[]={6.2392135,1.9893272,6.2412086}; + }; + areaSize[]={25.147297,0,16.259506}; + areaIsRectangle=1; + flags=1; + id=2265; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.33103943; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item21 + { + dataType="Logic"; + class PositionInfo + { + position[]={10167.095,182.59158,5493.105}; + angles[]={0.019996032,2.9152946,0.0060001095}; + }; + areaSize[]={13.425053,0,20.738062}; + areaIsRectangle=1; + flags=1; + id=2336; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.0235748; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={10606.24,69.392815,17028.203}; + angles[]={0,4.0808678,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2561; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={10611.921,69.392967,17033.527}; + angles[]={0,4.0808678,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2562; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={10616.188,69.386124,17036.939}; + angles[]={0,4.0808678,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2563; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={10599.937,69.590065,17023.99}; + angles[]={0,0.97509539,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2566; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.3846817; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={10607.589,69.656044,17038.854}; + angles[]={0,3.2258835,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2570; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27857208; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={10609.108,69.671883,17033.344}; + angles[]={0,3.6733992,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2573; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27857208; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={10604.415,69.668007,17028.236}; + angles[]={0,3.6733992,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2574; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27857208; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={10578.939,69.379494,17009.053}; + angles[]={0,0.93663925,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2575; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27858734; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={10572.566,69.280899,17004.381}; + angles[]={0,0.93663925,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2576; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27858734; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={10562.249,69.108215,16998.184}; + angles[]={0,0.93663925,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2577; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27858734; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={10568.274,69.209702,16998.922}; + angles[]={0,0.93663925,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2578; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27858734; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={10604.911,69.391998,17028.133}; + angles[]={0,0.95976162,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2564; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={10612.315,69.393196,17033.414}; + angles[]={0,0.95976162,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2565; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={10601.269,69.706978,17024.012}; + angles[]={0,4.1371756,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2567; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.32698059; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={10605.539,69.391098,17034.449}; + angles[]={0,0.10477777,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2571; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={10608.657,69.390472,17034.762}; + angles[]={0,0.40022224,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2572; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={10566.601,68.898811,17001.174}; + angles[]={0,0.96231383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2579; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={10571.336,68.984062,17000.215}; + angles[]={0,0.90375358,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2580; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={10576.548,69.062286,17006.24}; + angles[]={0,0.90375358,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2581; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={10579.862,69.117523,17005.824}; + angles[]={0,0.90375358,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2582; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={10595.948,67.993332,17019.951}; + angles[]={0,0.91079772,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2560; + type="Land_Rail_ConcreteRamp_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={14037.38,75.43898,13278.815}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2526; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={14042.844,76.114113,13278.804}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2527; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={14022.063,75.39875,13278.884}; + angles[]={0,1.651792,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2530; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={13974.282,75.439026,13279.005}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2532; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={13990.371,76.040344,13277.248}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2533; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={14010.674,77.102943,13279.176}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2534; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={14002.937,76.942009,13278.304}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2535; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={13997.476,76.410507,13278.119}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2536; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={13986.65,75.890236,13277.892}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2537; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={13980.008,75.634102,13278.112}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2538; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={14018.246,75.915833,13278.784}; + angles[]={0,4.757515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2543; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={14051.941,77.776222,13278.697}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2545; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={14056.824,77.769722,13279.173}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2546; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={14048.816,77.343605,13275.854}; + angles[]={0,4.9340305,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2550; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=9.9182129e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={14056.563,77.707329,13275.076}; + angles[]={0,4.9340305,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2551; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={14048.632,77.364914,13280.771}; + angles[]={0,4.5115414,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2554; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={14056.017,77.972366,13283.237}; + angles[]={0,4.5115414,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2555; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={14059.199,77.533264,13272.378}; + angles[]={0,5.7185411,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2559; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={14028.536,75.297989,13279}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2528; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={14037.615,75.403908,13278.479}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2529; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0002822876; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={14023.115,75.369545,13278.067}; + angles[]={0,4.8138719,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2531; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={14011.781,77.051277,13278.437}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2539; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={14002.69,76.88868,13278.631}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2540; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={13985.834,75.858017,13277.664}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2541; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={13978.171,75.571327,13278.252}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2542; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={14017.165,76.166023,13279.563}; + angles[]={0,1.6364093,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2544; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=3.0517578e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={14047.809,77.106087,13279.117}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2548; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={14057.06,77.765526,13278.837}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2549; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={14047.89,77.071236,13276.811}; + angles[]={0,1.8129244,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2552; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={14056.736,77.686279,13274.704}; + angles[]={0,1.8129244,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2553; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={14047.395,76.966766,13281.263}; + angles[]={0,1.3904352,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2556; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={14056.327,77.958733,13282.969}; + angles[]={0,1.3904352,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2557; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={14054.82,77.532616,13272.788}; + angles[]={0,5.0757599,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2558; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={14029.616,75.304222,13278.222}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2525; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={8437.8281,114.25486,11036.894}; + angles[]={0.059934605,1.1099945,0.029984757}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2522; + type="Land_RampConcrete_F"; + atlOffset=0.099998474; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={8435.6123,113.93171,11041.345}; + angles[]={0.055937801,1.1099945,0.023998277}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2523; + type="Land_RampConcrete_F"; + atlOffset=0.13500214; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={8442.2695,114.92334,11027.937}; + angles[]={0.061924282,1.1100119,0.029984757}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2524; + type="Land_RampConcrete_F"; + atlOffset=0.16999054; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={8438.8369,114.41267,11031.062}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2437; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={8422.7529,115.97564,11029.26}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2438; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={8403.3623,117.09212,11022.942}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2439; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={8410.7217,116.84298,11025.484}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2440; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={8416.0107,116.29073,11026.857}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2441; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={8426.5244,115.99105,11029.445}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2442; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={8433.0547,116.06068,11030.682}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2443; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={8443.4902,114.20846,11032.438}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2444; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={8449.8906,114.32417,11033.664}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2445; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={8453.6914,114.38214,11034.52}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2446; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={8376.2842,118.93114,11016.051}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2453; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={8395.8877,117.55757,11021.67}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2454; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={8388.4424,118.35426,11019.395}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2455; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={8383.1074,118.55647,11018.211}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2456; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={8372.5078,118.99321,11016.002}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2457; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={8365.9375,119.23649,11015}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2458; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={8591.1895,110.90759,11015.287}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2463; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={8575.1738,111.23545,11017.619}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2464; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={8554.8154,112.2138,11016.422}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2465; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={8562.5791,111.80317,11017.016}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2466; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={8568.043,111.53573,11017.004}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2467; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={8578.8701,111.17048,11016.844}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2468; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={8585.5,111.01158,11016.385}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2469; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={8596.04,110.79609,11015.439}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2470; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={8602.542,110.74475,11015.004}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2471; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={8606.4355,110.72139,11014.869}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2472; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={8547.2627,112.55685,11017.084}; + angles[]={0,1.651792,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2479; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={8499.4814,114.22971,11017.205}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2481; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={8515.5703,114.01159,11015.448}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2482; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={8535.873,112.6039,11017.376}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2483; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={8528.1357,113.19049,11016.504}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2484; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={8522.6748,113.48913,11016.319}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2485; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={8511.8496,113.99194,11016.092}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2486; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={8505.207,114.19095,11016.313}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2487; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.00032043457; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item114 + { + dataType="Object"; + class PositionInfo + { + position[]={8494.6396,114.51554,11016.879}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2488; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item115 + { + dataType="Object"; + class PositionInfo + { + position[]={8488.126,115.65162,11017.081}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2489; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item116 + { + dataType="Object"; + class PositionInfo + { + position[]={8484.2305,116.19049,11017.076}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2490; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item117 + { + dataType="Object"; + class PositionInfo + { + position[]={8543.4453,112.74623,11016.984}; + angles[]={0,4.757515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2497; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item118 + { + dataType="Object"; + class PositionInfo + { + position[]={8467.8135,115.41978,11024.637}; + angles[]={0,5.0997925,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2499; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item119 + { + dataType="Object"; + class PositionInfo + { + position[]={8474.9258,115.61654,11025.017}; + angles[]={0,5.0997925,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2500; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item120 + { + dataType="Object"; + class PositionInfo + { + position[]={8480.9043,115.85114,11022.424}; + angles[]={0,5.0997925,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2501; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item121 + { + dataType="Object"; + class PositionInfo + { + position[]={8490.1689,114.82401,11020.15}; + angles[]={0,5.0997925,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2502; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item122 + { + dataType="Object"; + class PositionInfo + { + position[]={8447.0449,114.46485,11029.881}; + angles[]={0,4.7597446,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2506; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item123 + { + dataType="Object"; + class PositionInfo + { + position[]={8449.5605,114.60864,11028.735}; + angles[]={0,4.7597446,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2507; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item124 + { + dataType="Object"; + class PositionInfo + { + position[]={8456.0615,114.83154,11028.286}; + angles[]={0,4.7597446,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2508; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item125 + { + dataType="Object"; + class PositionInfo + { + position[]={8463.2158,115.02046,11028.688}; + angles[]={0,4.7597446,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2509; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item126 + { + dataType="Object"; + class PositionInfo + { + position[]={8345.5225,119.94508,11011.14}; + angles[]={0,1.4559571,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2513; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item127 + { + dataType="Object"; + class PositionInfo + { + position[]={8357.8594,119.6768,11013.744}; + angles[]={0,1.4559571,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2514; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item128 + { + dataType="Object"; + class PositionInfo + { + position[]={8352.4629,119.91185,11012.885}; + angles[]={0,1.4559571,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2515; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item129 + { + dataType="Object"; + class PositionInfo + { + position[]={8341.75,119.94546,11011.318}; + angles[]={0,1.4559571,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2516; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item130 + { + dataType="Object"; + class PositionInfo + { + position[]={8335.1309,119.95193,11010.715}; + angles[]={0,1.4559571,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2517; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item131 + { + dataType="Object"; + class PositionInfo + { + position[]={8402.1201,117.07297,11023.422}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2447; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item132 + { + dataType="Object"; + class PositionInfo + { + position[]={8411.0342,116.8195,11025.219}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2448; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item133 + { + dataType="Object"; + class PositionInfo + { + position[]={8427.2715,115.97584,11029.846}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2449; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item134 + { + dataType="Object"; + class PositionInfo + { + position[]={8434.8779,115.96671,11030.946}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2450; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item135 + { + dataType="Object"; + class PositionInfo + { + position[]={8444.0244,114.20214,11032.81}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2451; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item136 + { + dataType="Object"; + class PositionInfo + { + position[]={8450.3447,114.29872,11034.338}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2452; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item137 + { + dataType="Object"; + class PositionInfo + { + position[]={8397.1123,117.50407,11021.146}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2459; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item138 + { + dataType="Object"; + class PositionInfo + { + position[]={8388.1396,118.3467,11019.671}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2460; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item139 + { + dataType="Object"; + class PositionInfo + { + position[]={8371.7471,119.05117,11015.628}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2461; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item140 + { + dataType="Object"; + class PositionInfo + { + position[]={8364.1064,119.29404,11014.801}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2462; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item141 + { + dataType="Object"; + class PositionInfo + { + position[]={8553.7354,112.23199,11017.2}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2473; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item142 + { + dataType="Object"; + class PositionInfo + { + position[]={8562.8145,111.80639,11016.68}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2474; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item143 + { + dataType="Object"; + class PositionInfo + { + position[]={8579.6934,111.13872,11017.042}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2475; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item144 + { + dataType="Object"; + class PositionInfo + { + position[]={8587.3311,110.97222,11016.179}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2476; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item145 + { + dataType="Object"; + class PositionInfo + { + position[]={8596.6514,110.78291,11015.664}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2477; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item146 + { + dataType="Object"; + class PositionInfo + { + position[]={8603.1523,110.74109,11015.541}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2478; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item147 + { + dataType="Object"; + class PositionInfo + { + position[]={8548.3145,112.54338,11016.268}; + angles[]={0,4.8138719,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2480; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item148 + { + dataType="Object"; + class PositionInfo + { + position[]={8536.9805,112.73569,11016.637}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2491; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item149 + { + dataType="Object"; + class PositionInfo + { + position[]={8527.8896,113.11986,11016.831}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2492; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item150 + { + dataType="Object"; + class PositionInfo + { + position[]={8511.0332,114.08395,11015.864}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2493; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item151 + { + dataType="Object"; + class PositionInfo + { + position[]={8503.3701,114.2275,11016.452}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2494; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item152 + { + dataType="Object"; + class PositionInfo + { + position[]={8494.0371,114.64744,11016.633}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2495; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item153 + { + dataType="Object"; + class PositionInfo + { + position[]={8487.5361,115.79943,11016.522}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2496; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item154 + { + dataType="Object"; + class PositionInfo + { + position[]={8542.3643,112.75863,11017.763}; + angles[]={0,1.6364093,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2498; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item155 + { + dataType="Object"; + class PositionInfo + { + position[]={8460.3682,114.65441,11033.171}; + angles[]={0,1.9786863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2503; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item156 + { + dataType="Object"; + class PositionInfo + { + position[]={8481.0508,115.79126,11023.771}; + angles[]={0,1.9786863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2504; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=5.3405762e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item157 + { + dataType="Object"; + class PositionInfo + { + position[]={8477.8193,115.89964,11020.621}; + angles[]={0,1.9786863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2505; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item158 + { + dataType="Object"; + class PositionInfo + { + position[]={8452.7627,114.91446,11025.444}; + angles[]={0,1.6386383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2510; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item159 + { + dataType="Object"; + class PositionInfo + { + position[]={8462.3955,115.2418,11024.869}; + angles[]={0,1.6386383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2511; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item160 + { + dataType="Object"; + class PositionInfo + { + position[]={8471.2227,115.31037,11027.949}; + angles[]={0,1.9786863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2512; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item161 + { + dataType="Object"; + class PositionInfo + { + position[]={8357.5742,119.67995,11014.038}; + angles[]={0,4.6180367,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2518; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item162 + { + dataType="Object"; + class PositionInfo + { + position[]={8340.9678,119.94547,11010.991}; + angles[]={0,4.6180367,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2519; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item163 + { + dataType="Object"; + class PositionInfo + { + position[]={8333.291,120.01028,11010.626}; + angles[]={0,4.6180367,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2520; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item164 + { + dataType="Object"; + class PositionInfo + { + position[]={8440.04,114.58323,11032.422}; + angles[]={0.059934605,1.1099945,0.029984757}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2521; + type="Land_RampConcrete_F"; + atlOffset=0.16999817; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item165 + { + dataType="Object"; + class PositionInfo + { + position[]={11784.728,97.928513,7867.3301}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2408; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item166 + { + dataType="Object"; + class PositionInfo + { + position[]={11765.337,97.652222,7861.0127}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2409; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item167 + { + dataType="Object"; + class PositionInfo + { + position[]={11772.696,97.844368,7863.5542}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2410; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item168 + { + dataType="Object"; + class PositionInfo + { + position[]={11777.985,97.835541,7864.9282}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2411; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item169 + { + dataType="Object"; + class PositionInfo + { + position[]={11788.499,98.090172,7867.5156}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2412; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item170 + { + dataType="Object"; + class PositionInfo + { + position[]={11795.029,98.475609,7868.752}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2413; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item171 + { + dataType="Object"; + class PositionInfo + { + position[]={11805.465,97.965034,7870.5078}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2414; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item172 + { + dataType="Object"; + class PositionInfo + { + position[]={11811.865,98.275726,7871.7349}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2415; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item173 + { + dataType="Object"; + class PositionInfo + { + position[]={11815.666,98.242851,7872.5903}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2416; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item174 + { + dataType="Object"; + class PositionInfo + { + position[]={11738.259,97.583435,7854.1216}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2426; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item175 + { + dataType="Object"; + class PositionInfo + { + position[]={11757.862,97.654419,7859.7407}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2427; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item176 + { + dataType="Object"; + class PositionInfo + { + position[]={11750.417,97.584755,7857.4644}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2428; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item177 + { + dataType="Object"; + class PositionInfo + { + position[]={11745.082,97.644081,7856.2808}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2429; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item178 + { + dataType="Object"; + class PositionInfo + { + position[]={11734.482,97.566277,7854.0718}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2430; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item179 + { + dataType="Object"; + class PositionInfo + { + position[]={11727.912,97.526764,7853.0698}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2431; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item180 + { + dataType="Object"; + class PositionInfo + { + position[]={11764.095,97.677315,7861.4922}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2417; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item181 + { + dataType="Object"; + class PositionInfo + { + position[]={11773.009,97.840027,7863.2886}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2418; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item182 + { + dataType="Object"; + class PositionInfo + { + position[]={11789.246,98.160889,7867.9155}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2419; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item183 + { + dataType="Object"; + class PositionInfo + { + position[]={11796.853,98.539024,7869.0166}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2420; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item184 + { + dataType="Object"; + class PositionInfo + { + position[]={11805.999,98.002327,7870.8799}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2421; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item185 + { + dataType="Object"; + class PositionInfo + { + position[]={11812.319,98.2994,7872.4082}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2422; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item186 + { + dataType="Object"; + class PositionInfo + { + position[]={11759.087,97.632095,7859.2173}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2432; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item187 + { + dataType="Object"; + class PositionInfo + { + position[]={11750.114,97.598473,7857.7412}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2433; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item188 + { + dataType="Object"; + class PositionInfo + { + position[]={11733.722,97.552078,7853.6982}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2434; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item189 + { + dataType="Object"; + class PositionInfo + { + position[]={11726.081,97.520973,7852.8706}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2435; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item190 + { + dataType="Object"; + class PositionInfo + { + position[]={11800.812,98.513855,7869.1318}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2407; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item191 + { + dataType="Object"; + class PositionInfo + { + position[]={10170.864,180.10466,5494.1499}; + angles[]={0.024068089,1.2665505,0.0079237949}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2396; + type="Land_RampConcrete_F"; + atlOffset=-0.029998779; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item192 + { + dataType="Object"; + class PositionInfo + { + position[]={10169.442,180.00943,5498.9531}; + angles[]={0,1.2665679,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2397; + type="Land_RampConcrete_F"; + atlOffset=-0.1000061; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item193 + { + dataType="Object"; + class PositionInfo + { + position[]={10167.909,180.01477,5503.6899}; + angles[]={0,1.2666378,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2398; + type="Land_RampConcrete_F"; + atlOffset=0.13002014; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item194 + { + dataType="Object"; + class PositionInfo + { + position[]={10158.668,182.04131,5494.6929}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2338; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item195 + { + dataType="Object"; + class PositionInfo + { + position[]={10136.463,181.03734,5494.3477}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2339; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item196 + { + dataType="Object"; + class PositionInfo + { + position[]={10120.342,180.85486,5495.7876}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2340; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item197 + { + dataType="Object"; + class PositionInfo + { + position[]={10094.884,180.90541,5492.7056}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2341; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item198 + { + dataType="Object"; + class PositionInfo + { + position[]={10077.812,179.99367,5494.1729}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2342; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item199 + { + dataType="Object"; + class PositionInfo + { + position[]={10056.257,179.80345,5492.7725}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2343; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item200 + { + dataType="Object"; + class PositionInfo + { + position[]={10030.587,180.02,5494.5474}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2344; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item201 + { + dataType="Object"; + class PositionInfo + { + position[]={10043.259,179.85429,5493.2373}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2345; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item202 + { + dataType="Object"; + class PositionInfo + { + position[]={10064.031,179.84192,5493.2251}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2346; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item203 + { + dataType="Object"; + class PositionInfo + { + position[]={10070.132,179.8024,5494.1704}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2347; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item204 + { + dataType="Object"; + class PositionInfo + { + position[]={10083.328,180.44846,5493.8545}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2348; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item205 + { + dataType="Object"; + class PositionInfo + { + position[]={10090.277,180.87511,5493.4287}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2349; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item206 + { + dataType="Object"; + class PositionInfo + { + position[]={10100.082,180.87737,5493.4609}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2350; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item207 + { + dataType="Object"; + class PositionInfo + { + position[]={10107.8,180.8472,5494.4854}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2351; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item208 + { + dataType="Object"; + class PositionInfo + { + position[]={10113.257,180.84358,5494.7773}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2352; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item209 + { + dataType="Object"; + class PositionInfo + { + position[]={10124.074,180.89041,5495.2178}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2353; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item210 + { + dataType="Object"; + class PositionInfo + { + position[]={10130.721,180.95686,5495.1274}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2354; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item211 + { + dataType="Object"; + class PositionInfo + { + position[]={10141.297,181.14023,5494.7686}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2355; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item212 + { + dataType="Object"; + class PositionInfo + { + position[]={10147.813,181.55772,5494.6958}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2356; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item213 + { + dataType="Object"; + class PositionInfo + { + position[]={10151.708,181.93777,5494.7764}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2357; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item214 + { + dataType="Object"; + class PositionInfo + { + position[]={10163.839,181.33931,5494.502}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2358; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item215 + { + dataType="Object"; + class PositionInfo + { + position[]={10049.847,179.75844,5492.8613}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2359; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item216 + { + dataType="Object"; + class PositionInfo + { + position[]={10037.773,180.02,5494.0049}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2360; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item217 + { + dataType="Object"; + class PositionInfo + { + position[]={10024.637,180.63675,5494.3516}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2361; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item218 + { + dataType="Object"; + class PositionInfo + { + position[]={10013.389,180.12218,5494.7227}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2378; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item219 + { + dataType="Object"; + class PositionInfo + { + position[]={10020.575,180.59984,5494.1802}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2379; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item220 + { + dataType="Object"; + class PositionInfo + { + position[]={10007.438,179.7984,5494.5269}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2380; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item221 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.149,179.95804,5491.3833}; + angles[]={0,1.0562778,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2383; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item222 + { + dataType="Object"; + class PositionInfo + { + position[]={10173.736,179.83791,5494.6558}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2385; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item223 + { + dataType="Object"; + class PositionInfo + { + position[]={10164.819,181.16632,5494.5264}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2386; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item224 + { + dataType="Object"; + class PositionInfo + { + position[]={10168.714,180.13016,5494.6069}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2387; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item225 + { + dataType="Object"; + class PositionInfo + { + position[]={10175.041,179.91127,5492.0371}; + angles[]={0,1.8782754,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2388; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item226 + { + dataType="Object"; + class PositionInfo + { + position[]={10024.822,180.63503,5494.5752}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2362; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item227 + { + dataType="Object"; + class PositionInfo + { + position[]={10033.444,180.02,5493.8374}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2363; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item228 + { + dataType="Object"; + class PositionInfo + { + position[]={10039.555,180.02,5494.3096}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2364; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item229 + { + dataType="Object"; + class PositionInfo + { + position[]={10048.75,179.73689,5493.5347}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2365; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item230 + { + dataType="Object"; + class PositionInfo + { + position[]={10057.062,179.79553,5493.2202}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2366; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item231 + { + dataType="Object"; + class PositionInfo + { + position[]={10063.666,179.8335,5493.8496}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2367; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item232 + { + dataType="Object"; + class PositionInfo + { + position[]={10071.696,179.81837,5493.6997}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2368; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item233 + { + dataType="Object"; + class PositionInfo + { + position[]={10079.737,180.10791,5494.3901}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2369; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item234 + { + dataType="Object"; + class PositionInfo + { + position[]={10087.63,180.74535,5494.3467}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2370; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item235 + { + dataType="Object"; + class PositionInfo + { + position[]={10098.96,180.86684,5494.1787}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2371; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item236 + { + dataType="Object"; + class PositionInfo + { + position[]={10108.053,180.85172,5494.1626}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2372; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item237 + { + dataType="Object"; + class PositionInfo + { + position[]={10124.887,180.8938,5495.4604}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2373; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item238 + { + dataType="Object"; + class PositionInfo + { + position[]={10132.561,180.98039,5495.0239}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2374; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item239 + { + dataType="Object"; + class PositionInfo + { + position[]={10141.895,181.16182,5495.0269}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2375; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item240 + { + dataType="Object"; + class PositionInfo + { + position[]={10148.393,181.61929,5495.2646}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2376; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item241 + { + dataType="Object"; + class PositionInfo + { + position[]={10163.274,181.4474,5494.4409}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2377; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item242 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.074,179.7757,5497.8511}; + angles[]={0,4.9434118,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2381; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item243 + { + dataType="Object"; + class PositionInfo + { + position[]={10016.246,180.36702,5494.0127}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2382; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item244 + { + dataType="Object"; + class PositionInfo + { + position[]={10165.398,180.94084,5495.0952}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2389; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item245 + { + dataType="Object"; + class PositionInfo + { + position[]={10173.925,179.7458,5498.3647}; + angles[]={0,1.0594469,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2390; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item246 + { + dataType="Object"; + class PositionInfo + { + position[]={10172.27,180.25427,5489.3535}; + angles[]={0.02199479,1.2665454,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2395; + type="Land_RampConcrete_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item247 + { + dataType="Object"; + class PositionInfo + { + position[]={12883.453,182.42032,1692.847}; + angles[]={0,1.2090943,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2403; + type="Land_RampConcrete_F"; + atlOffset=-0.089996338; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item248 + { + dataType="Object"; + class PositionInfo + { + position[]={12881.695,182.4162,1697.515}; + angles[]={0,1.2090943,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2404; + type="Land_RampConcrete_F"; + atlOffset=-0.24499512; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item249 + { + dataType="Object"; + class PositionInfo + { + position[]={12879.93,182.4147,1702.1639}; + angles[]={0,1.2090943,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2405; + type="Land_RampConcrete_F"; + atlOffset=-0.16499329; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item250 + { + dataType="Object"; + class PositionInfo + { + position[]={12885.229,182.42024,1688.1624}; + angles[]={0,1.2090943,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2406; + type="Land_RampConcrete_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item251 + { + dataType="Object"; + class PositionInfo + { + position[]={12890.909,182.69075,1696.7906}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2219; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item252 + { + dataType="Object"; + class PositionInfo + { + position[]={12879.953,182.33308,1696.6089}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2220; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item253 + { + dataType="Object"; + class PositionInfo + { + position[]={12868.76,184.06952,1691.915}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2221; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item254 + { + dataType="Object"; + class PositionInfo + { + position[]={12853.839,184.02681,1687.9716}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2222; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item255 + { + dataType="Object"; + class PositionInfo + { + position[]={12843.686,184.26492,1683.3218}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2223; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item256 + { + dataType="Object"; + class PositionInfo + { + position[]={12833.109,185.12059,1682.957}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2224; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item257 + { + dataType="Object"; + class PositionInfo + { + position[]={12815.93,186.14381,1678.9186}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2225; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item258 + { + dataType="Object"; + class PositionInfo + { + position[]={12809.844,186.42969,1674.423}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2226; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item259 + { + dataType="Object"; + class PositionInfo + { + position[]={12801.29,186.45906,1674.0126}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2227; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item260 + { + dataType="Object"; + class PositionInfo + { + position[]={12790.108,186.98125,1669.2257}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2228; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item261 + { + dataType="Object"; + class PositionInfo + { + position[]={11245.489,151.51395,3876.6497}; + angles[]={0,4.404922,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2263; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.014877319; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item262 + { + dataType="Object"; + class PositionInfo + { + position[]={11238.396,151.32611,3876.4563}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2266; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item263 + { + dataType="Object"; + class PositionInfo + { + position[]={11219.885,149.92976,3877.8274}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2267; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item264 + { + dataType="Object"; + class PositionInfo + { + position[]={11197.807,150.05948,3880.2292}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2268; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item265 + { + dataType="Object"; + class PositionInfo + { + position[]={11181.987,149.65715,3883.6509}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2269; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item266 + { + dataType="Object"; + class PositionInfo + { + position[]={11156.344,149.0416,3883.7393}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2270; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item267 + { + dataType="Object"; + class PositionInfo + { + position[]={11139.584,149.17152,3887.3054}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2271; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item268 + { + dataType="Object"; + class PositionInfo + { + position[]={11118.021,149.30991,3888.5798}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2272; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item269 + { + dataType="Object"; + class PositionInfo + { + position[]={11092.768,150.0899,3893.5149}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2273; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item270 + { + dataType="Object"; + class PositionInfo + { + position[]={11054.112,152.42249,3896.2144}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2274; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item271 + { + dataType="Object"; + class PositionInfo + { + position[]={11026.11,153.69527,3899.4072}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2275; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item272 + { + dataType="Object"; + class PositionInfo + { + position[]={11105.181,149.64432,3890.6482}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2276; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item273 + { + dataType="Object"; + class PositionInfo + { + position[]={11125.792,149.06181,3888.0681}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2277; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item274 + { + dataType="Object"; + class PositionInfo + { + position[]={11131.963,149.09698,3888.2524}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2278; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item275 + { + dataType="Object"; + class PositionInfo + { + position[]={11145.019,149.20549,3886.3081}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2279; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item276 + { + dataType="Object"; + class PositionInfo + { + position[]={11151.862,149.15016,3885.0266}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2280; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item277 + { + dataType="Object"; + class PositionInfo + { + position[]={11161.596,149.08681,3883.8469}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2281; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item278 + { + dataType="Object"; + class PositionInfo + { + position[]={11169.381,149.29063,3883.9094}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2282; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item279 + { + dataType="Object"; + class PositionInfo + { + position[]={11174.832,149.36191,3883.5244}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2283; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item280 + { + dataType="Object"; + class PositionInfo + { + position[]={11185.621,149.79875,3882.6238}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2284; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item281 + { + dataType="Object"; + class PositionInfo + { + position[]={11192.205,149.99431,3881.7126}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2285; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item282 + { + dataType="Object"; + class PositionInfo + { + position[]={11202.656,150.14423,3880.05}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2286; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item283 + { + dataType="Object"; + class PositionInfo + { + position[]={11209.113,150.21452,3879.1719}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2287; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item284 + { + dataType="Object"; + class PositionInfo + { + position[]={11212.988,150.12946,3878.7708}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2288; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item285 + { + dataType="Object"; + class PositionInfo + { + position[]={11224.992,149.94789,3876.9985}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2289; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item286 + { + dataType="Object"; + class PositionInfo + { + position[]={11232.305,150.91104,3876.9851}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2290; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item287 + { + dataType="Object"; + class PositionInfo + { + position[]={11111.671,149.50868,3889.4609}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2291; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item288 + { + dataType="Object"; + class PositionInfo + { + position[]={11099.832,149.79868,3892.0881}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2292; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item289 + { + dataType="Object"; + class PositionInfo + { + position[]={11086.839,150.38026,3894.0559}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2293; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item290 + { + dataType="Object"; + class PositionInfo + { + position[]={11078.329,150.98944,3894.657}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2294; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item291 + { + dataType="Object"; + class PositionInfo + { + position[]={11069.535,151.66667,3894.8718}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2295; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item292 + { + dataType="Object"; + class PositionInfo + { + position[]={11060.389,152.13138,3895.8374}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2296; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item293 + { + dataType="Object"; + class PositionInfo + { + position[]={11050.182,152.62697,3896.9309}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2297; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item294 + { + dataType="Object"; + class PositionInfo + { + position[]={11042.876,152.96979,3897.7341}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2298; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item295 + { + dataType="Object"; + class PositionInfo + { + position[]={11034.995,153.31587,3898.2305}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2299; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item296 + { + dataType="Object"; + class PositionInfo + { + position[]={11021.445,153.89462,3899.9878}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2300; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item297 + { + dataType="Object"; + class PositionInfo + { + position[]={11013.574,154.30571,3900.7886}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2301; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item298 + { + dataType="Object"; + class PositionInfo + { + position[]={11006.141,154.8633,3901.7368}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2302; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item299 + { + dataType="Object"; + class PositionInfo + { + position[]={10999.789,155.03592,3902.9783}; + angles[]={0,5.1566529,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2303; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item300 + { + dataType="Object"; + class PositionInfo + { + position[]={11252.839,150.08447,3878.3042}; + angles[]={0,1.2132117,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2333; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item301 + { + dataType="Object"; + class PositionInfo + { + position[]={11257.155,150.10316,3881.4507}; + angles[]={0,0.90418619,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2334; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item302 + { + dataType="Object"; + class PositionInfo + { + position[]={11258.707,150.02954,3877.6111}; + angles[]={0,1.5463668,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2335; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item303 + { + dataType="Object"; + class PositionInfo + { + position[]={12801.802,186.55309,1670.9442}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2229; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item304 + { + dataType="Object"; + class PositionInfo + { + position[]={12810.687,186.19704,1677.7734}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2230; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item305 + { + dataType="Object"; + class PositionInfo + { + position[]={12820.425,186.1465,1677.4808}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2231; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item306 + { + dataType="Object"; + class PositionInfo + { + position[]={12824.833,186.04163,1679.408}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2232; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item307 + { + dataType="Object"; + class PositionInfo + { + position[]={12839.237,184.77673,1683.8949}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2233; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item308 + { + dataType="Object"; + class PositionInfo + { + position[]={12845.579,184.10542,1684.7424}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2234; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item309 + { + dataType="Object"; + class PositionInfo + { + position[]={12851.542,184.04012,1688.1586}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2235; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item310 + { + dataType="Object"; + class PositionInfo + { + position[]={12858.734,183.98094,1688.3849}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2236; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item311 + { + dataType="Object"; + class PositionInfo + { + position[]={12863.393,183.97057,1689.6522}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2237; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item312 + { + dataType="Object"; + class PositionInfo + { + position[]={12861.244,183.95781,1690.9659}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2238; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item313 + { + dataType="Object"; + class PositionInfo + { + position[]={12874.709,184.19366,1693.2817}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2239; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item314 + { + dataType="Object"; + class PositionInfo + { + position[]={12883.012,182.43066,1695.0291}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2240; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item315 + { + dataType="Object"; + class PositionInfo + { + position[]={12888.107,182.8494,1698.4341}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2241; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item316 + { + dataType="Object"; + class PositionInfo + { + position[]={12891.174,182.84148,1702.9679}; + angles[]={0,0.63466871,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2242; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item317 + { + dataType="Object"; + class PositionInfo + { + position[]={12890.518,182.43121,1691.9324}; + angles[]={0,2.1654959,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2243; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item318 + { + dataType="Object"; + class PositionInfo + { + position[]={12894.802,182.69952,1693.9625}; + angles[]={0,2.2460773,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2244; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item319 + { + dataType="Object"; + class PositionInfo + { + position[]={12897.673,182.64113,1687.7864}; + angles[]={0,5.4296012,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2245; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item320 + { + dataType="Object"; + class PositionInfo + { + position[]={12795.157,186.76607,1671.1903}; + angles[]={0,4.6447644,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2258; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item321 + { + dataType="Object"; + class PositionInfo + { + position[]={12784.184,187.1313,1669.3125}; + angles[]={0,1.3168881,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2259; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item322 + { + dataType="Object"; + class PositionInfo + { + position[]={12782.863,187.30927,1665.8243}; + angles[]={0,4.2846975,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2260; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item323 + { + dataType="Object"; + class PositionInfo + { + position[]={12794.572,186.85907,1669.3647}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2261; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item324 + { + dataType="Object"; + class PositionInfo + { + position[]={11017.216,154.10426,3900.77}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2304; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item325 + { + dataType="Object"; + class PositionInfo + { + position[]={11029.467,153.56676,3899.3813}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2305; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item326 + { + dataType="Object"; + class PositionInfo + { + position[]={11039.59,153.0843,3897.177}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2306; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item327 + { + dataType="Object"; + class PositionInfo + { + position[]={11050.777,152.59543,3896.8101}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2307; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item328 + { + dataType="Object"; + class PositionInfo + { + position[]={11058.478,152.19415,3895.3901}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2308; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item329 + { + dataType="Object"; + class PositionInfo + { + position[]={11067.508,151.72215,3893.9219}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2309; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item330 + { + dataType="Object"; + class PositionInfo + { + position[]={11078.545,150.98558,3895.0964}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2310; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item331 + { + dataType="Object"; + class PositionInfo + { + position[]={11087.051,150.37766,3894.2551}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2311; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item332 + { + dataType="Object"; + class PositionInfo + { + position[]={11095.516,149.94485,3892.4568}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2312; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item333 + { + dataType="Object"; + class PositionInfo + { + position[]={11101.637,149.76237,3892.1704}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2313; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item334 + { + dataType="Object"; + class PositionInfo + { + position[]={11110.666,149.55835,3890.2644}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2314; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item335 + { + dataType="Object"; + class PositionInfo + { + position[]={11118.875,149.28304,3888.9253}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2315; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item336 + { + dataType="Object"; + class PositionInfo + { + position[]={11125.507,149.09908,3888.7334}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2316; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item337 + { + dataType="Object"; + class PositionInfo + { + position[]={11133.457,149.06863,3887.5923}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2317; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item338 + { + dataType="Object"; + class PositionInfo + { + position[]={11141.521,149.20088,3887.283}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2318; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item339 + { + dataType="Object"; + class PositionInfo + { + position[]={11149.349,149.22061,3886.2644}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2319; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item340 + { + dataType="Object"; + class PositionInfo + { + position[]={11160.57,149.11493,3884.6975}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2320; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item341 + { + dataType="Object"; + class PositionInfo + { + position[]={11169.592,149.27809,3883.5574}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2321; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item342 + { + dataType="Object"; + class PositionInfo + { + position[]={11186.457,149.84955,3882.7646}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2322; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item343 + { + dataType="Object"; + class PositionInfo + { + position[]={11194.018,150.0239,3881.3828}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2323; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item344 + { + dataType="Object"; + class PositionInfo + { + position[]={11203.281,150.16072,3880.2319}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2324; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item345 + { + dataType="Object"; + class PositionInfo + { + position[]={11209.759,150.23708,3879.6653}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2325; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item346 + { + dataType="Object"; + class PositionInfo + { + position[]={11224.424,149.94241,3877.0078}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2326; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item347 + { + dataType="Object"; + class PositionInfo + { + position[]={11238.695,151.33156,3876.77}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2327; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item348 + { + dataType="Object"; + class PositionInfo + { + position[]={11245.939,151.38606,3876.3015}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2328; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item349 + { + dataType="Object"; + class PositionInfo + { + position[]={11253.09,150.10039,3875.9846}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2329; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item350 + { + dataType="Object"; + class PositionInfo + { + position[]={11259.058,149.96875,3873.7917}; + angles[]={0,1.9025697,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2330; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item351 + { + dataType="Object"; + class PositionInfo + { + position[]={11250.735,150.14072,3880.6726}; + angles[]={0,0.94830769,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2331; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item352 + { + dataType="Object"; + class PositionInfo + { + position[]={11255.477,150.17734,3885.012}; + angles[]={0,0.72126567,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2332; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item353 + { + dataType="Object"; + class PositionInfo + { + position[]={12892.414,182.7587,1696.7853}; + angles[]={0,1.231416,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2247; + type="Land_dirt_road_rocks_01_F"; + atlOffset=0.01789856; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item354 + { + dataType="Object"; + class PositionInfo + { + position[]={12876.313,183.78795,1694.1317}; + angles[]={0,4.126647,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2248; + type="Land_dirt_road_rocks_01_F"; + atlOffset=0.018341064; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item355 + { + dataType="Object"; + class PositionInfo + { + position[]={12860.021,183.97426,1689.2275}; + angles[]={0,1.4391268,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2249; + type="Land_dirt_road_rocks_01_F"; + atlOffset=0.01789856; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item356 + { + dataType="Object"; + class PositionInfo + { + position[]={12844.377,184.19565,1684.0309}; + angles[]={0,0.92412937,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2250; + type="Land_dirt_road_rocks_01_F"; + atlOffset=0.01789856; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item357 + { + dataType="Object"; + class PositionInfo + { + position[]={12813.287,186.33939,1676.6815}; + angles[]={0,4.5331993,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2251; + type="Land_dirt_road_rocks_01_F"; + atlOffset=0.01789856; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item358 + { + dataType="Object"; + class PositionInfo + { + position[]={12833.143,185.13338,1682.6649}; + angles[]={0,0.70285583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2252; + type="Land_dirt_road_rocks_01_F"; + atlOffset=0.01789856; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item359 + { + dataType="Object"; + class PositionInfo + { + position[]={12802.432,186.44958,1673.047}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2253; + type="Land_dirt_road_rocks_04_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item360 + { + dataType="Object"; + class PositionInfo + { + position[]={12852.926,184.03406,1687.3726}; + angles[]={0,1.7709632,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2254; + type="Land_dirt_road_rocks_04_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item361 + { + dataType="Object"; + class PositionInfo + { + position[]={12868.917,184.08261,1691.2544}; + angles[]={0,1.0542818,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2255; + type="Land_dirt_road_rocks_04_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item362 + { + dataType="Object"; + class PositionInfo + { + position[]={12885.356,182.70395,1696.788}; + angles[]={0,4.1236539,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2256; + type="Land_dirt_road_rocks_04_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item363 + { + dataType="Object"; + class PositionInfo + { + position[]={12890.908,182.81856,1699.1476}; + angles[]={0,0.52703762,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2257; + type="Land_dirt_road_rocks_04_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item364 + { + dataType="Logic"; + class PositionInfo + { + position[]={9148.1348,65.087563,19800.82}; + angles[]={0,0.40464753,0}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3179; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0033874512; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item365 + { + dataType="Logic"; + class PositionInfo + { + position[]={10251.02,72.998192,18963.063}; + angles[]={6.2312322,0.40464753,0.04796192}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3180; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item366 + { + dataType="Logic"; + class PositionInfo + { + position[]={12099.129,77.118271,17569.105}; + angles[]={0,0.40464753,0}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3181; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0033874512; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item367 + { + dataType="Logic"; + class PositionInfo + { + position[]={13413.511,71.856033,15989.161}; + angles[]={6.2771854,0.40464753,0.0060001095}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3182; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item368 + { + dataType="Logic"; + class PositionInfo + { + position[]={15202.51,83.740326,14455.62}; + angles[]={0.0063757747,0.40464753,6.2795973}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3183; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item369 + { + dataType="Logic"; + class PositionInfo + { + position[]={15036.18,91.79258,13778.797}; + angles[]={0,0.40464753,0}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3184; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0033874512; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item370 + { + dataType="Logic"; + class PositionInfo + { + position[]={13725.985,75.953506,11866.243}; + angles[]={0.041975394,6.2169943,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3185; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item371 + { + dataType="Logic"; + class PositionInfo + { + position[]={12997.39,79.284264,11800.564}; + angles[]={0.041975394,6.2169943,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3186; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item372 + { + dataType="Logic"; + class PositionInfo + { + position[]={12463.108,83.440956,11746.383}; + angles[]={0.041975394,5.1509137,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3187; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item373 + { + dataType="Logic"; + class PositionInfo + { + position[]={11813.757,83.942513,11586.238}; + angles[]={6.2751846,0.32991028,0.013995145}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3188; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item374 + { + dataType="Logic"; + class PositionInfo + { + position[]={10987.459,90.220016,11570.04}; + angles[]={0.041975394,6.2169943,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3189; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item375 + { + dataType="Logic"; + class PositionInfo + { + position[]={10448.783,94.85347,11463.464}; + angles[]={0.041975394,6.2169943,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3190; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item376 + { + dataType="Logic"; + class PositionInfo + { + position[]={10239.588,96.059418,11374.88}; + angles[]={0.041975394,6.2169943,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3191; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item377 + { + dataType="Logic"; + class PositionInfo + { + position[]={9901.2305,103.31811,10969.913}; + angles[]={0.012000273,5.1540132,0.02199479}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3192; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item378 + { + dataType="Logic"; + class PositionInfo + { + position[]={10124.593,115.26189,10490.45}; + angles[]={0.041975394,6.2169943,6.2812018}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3193; + type="ModuleHideTerrainObjects_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item379 + { + dataType="Logic"; + class PositionInfo + { + position[]={11437.25,127.0759,8615.0596}; + angles[]={0.041975394,1.1383014,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3194; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.005897522; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item380 + { + dataType="Logic"; + class PositionInfo + { + position[]={12106.039,108.7159,7934.52}; + angles[]={0.041975394,0.91110659,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3195; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.005897522; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item381 + { + dataType="Logic"; + class PositionInfo + { + position[]={12012.916,100.02363,7319.3159}; + angles[]={0.041975394,5.1183763,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3196; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item382 + { + dataType="Logic"; + class PositionInfo + { + position[]={12191.092,112.02395,5544.3301}; + angles[]={0.041975394,5.537075,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3197; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item383 + { + dataType="Logic"; + class PositionInfo + { + position[]={12310.751,128.71591,4961.9551}; + angles[]={0.041975394,1.138145,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3198; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item384 + { + dataType="Logic"; + class PositionInfo + { + position[]={13129.465,136.97327,3427.7939}; + angles[]={0.041975394,0.4901309,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3199; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item385 + { + dataType="Logic"; + class PositionInfo + { + position[]={14186.52,140.03177,2332.0706}; + angles[]={0.041975394,0.61889124,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3200; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item386 + { + dataType="Logic"; + class PositionInfo + { + position[]={14698.704,132.64015,813.46594}; + angles[]={0.041975394,1.0396113,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3201; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item387 + { + dataType="Logic"; + class PositionInfo + { + position[]={14921.282,135.5446,442.40591}; + angles[]={0.041975394,0.97193956,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3202; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item388 + { + dataType="Logic"; + class PositionInfo + { + position[]={10896.68,67.991577,17574.533}; + angles[]={0,0.40464753,0}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3178; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0033874512; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=1813; + atlOffset=8.0728836; + }; + class Item1 + { + dataType="Layer"; + name="airports"; + class Entities + { + items=4; + class Item0 + { + dataType="Layer"; + name="airport_1"; + class Entities + { + items=56; + class Item0 + { + dataType="Marker"; + position[]={5439.2964,117.64545,3984.3342}; + name="airp_1_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1347; + atlOffset=-7.6293945e-006; + }; + class Item1 + { + dataType="Marker"; + position[]={5250.1958,117.396,4192.4648}; + name="airp_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=216.77896; + id=1350; + atlOffset=-0.00025177002; + }; + class Item2 + { + dataType="Marker"; + position[]={5367.7739,117.006,4107.4409}; + name="airport_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=150; + b=300; + angle=307.58499; + id=1351; + atlOffset=-0.0033340454; + }; + class Item3 + { + dataType="Marker"; + position[]={5119.5835,118.85518,4260.2305}; + name="spawnPoint_1"; + type="hd_start"; + id=1352; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={5352.6592,117.01376,4089.5374}; + angles[]={6.2812018,3.7632718,6.2812018}; + }; + side="Empty"; + class Attributes + { + }; + id=886; + type="gm_airport_object"; + atlOffset=7.6293945e-006; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={5344.9644,126.70583,4156.4946}; + angles[]={0,3.7439022,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1588; + type="Land_ControlTower_02_F"; + atlOffset=7.6293945e-006; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={5387.4355,118.55162,3976.4304}; + angles[]={6.2791886,5.5488682,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1570; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={5381.0581,118.65441,3979.8079}; + angles[]={6.2791886,0.63203079,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1571; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={5564.8867,115.9507,3893.9546}; + angles[]={6.2721205,4.6802487,6.2800975}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1572; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={5558.1895,115.97836,3891.2649}; + angles[]={0.0076272152,6.0464859,6.2640424}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1573; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={5626.2817,112.76685,3989.2522}; + angles[]={0.051953323,3.5517128,6.2192731}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1574; + type="gm_berm_02"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={5625.8525,113.48309,3982.0496}; + angles[]={0.09570726,4.9181271,6.1894603}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1575; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={5512.9878,113.03804,4118.3652}; + angles[]={0.012000273,2.766434,6.2491965}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1576; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={5517.771,112.92655,4112.9619}; + angles[]={0.0079935296,4.1327591,6.247201}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1577; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={5322.5737,114.66,4246.666}; + angles[]={0,2.2117906,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1578; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={5329.4858,114.65185,4244.5918}; + angles[]={0.0019834081,3.5781281,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1579; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={5159.7607,116.05701,4310.3027}; + angles[]={6.2631893,1.4807712,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1580; + type="gm_berm_02"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={5166.2925,116.10224,4313.3706}; + angles[]={6.2631893,2.8473184,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1581; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={5095.3086,115.09831,4185.0122}; + angles[]={6.269186,0.38548639,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1582; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={5095.5713,115.19213,4192.2246}; + angles[]={6.2711854,1.7510344,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1583; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={5239.4766,116.90714,4076.4343}; + angles[]={0.015176191,5.6688409,0.01842924}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1584; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={5233.5518,116.7235,4080.5525}; + angles[]={6.2801557,0.75269246,0.033593766}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1585; + type="gm_berm_02"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={5295.9902,117.95162,4075.9624}; + angles[]={0.045225922,0.89731789,6.276135}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1586; + type="gm_berm_03"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={5301.4839,117.68964,4080.5127}; + angles[]={0.042929024,4.0855985,6.2689624}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1587; + type="gm_berm_03"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={5326.9819,115.88831,4208.9624}; + angles[]={0,2.2056572,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1589; + type="land_gm_bunker_command_01"; + atlOffset=7.6293945e-006; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={5280.6621,117.95605,4095.9319}; + angles[]={0,3.8947434,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1590; + type="Land_Cargo_House_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={5326.9565,118.76215,4065.1042}; + angles[]={0,3.8947434,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1591; + type="Land_Cargo_House_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={5395.4463,119.00603,4014.9978}; + angles[]={0,3.1926777,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1592; + type="Land_Cargo_House_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={5417.1729,117.7503,4130.5483}; + angles[]={0,0.65766495,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1593; + type="Land_Cargo_House_V2_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={5253.6211,120.66149,4115.9424}; + angles[]={0,0.66630477,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1594; + type="Land_Cargo_HQ_V2_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={5386.2246,123.49879,3981.4153}; + angles[]={0,0.57049632,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1595; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={5324.854,119.565,4240.9146}; + angles[]={0,3.45454,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1596; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={5512.6045,118.01666,4112.4736}; + angles[]={0,3.9963074,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1597; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={5622.0562,118.4147,3985.9602}; + angles[]={0,4.9102325,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1598; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={5560.0801,120.89934,3896.4812}; + angles[]={0,6.0590835,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1599; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={5100.0449,120.02,4188.7725}; + angles[]={0,1.6255784,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1600; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={5164.7671,120.90245,4307.8491}; + angles[]={0,2.8177409,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1601; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={5238.5244,121.70544,4082.2632}; + angles[]={0,0.69090194,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1602; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={5457.9995,129.64461,4104.5063}; + angles[]={0,5.5488663,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1603; + type="Land_Cargo_Tower_V2_F"; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={5298.2764,117.84743,4077.8687}; + angles[]={0,5.5488663,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1604; + type="land_gm_radio_antenna_01"; + atlOffset=-7.6293945e-006; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={5375.8213,116.2198,4168.1582}; + angles[]={0.081817582,3.8021989,6.245204}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1605; + type="gm_gc_tent_5x5m"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={5395.4204,116.72273,4150.2427}; + angles[]={0.059928458,3.8022182,6.2292366}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1606; + type="gm_gc_tent_5x5m"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={5427.2402,117.1384,4120.7983}; + angles[]={0.0019834081,3.8021996,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1607; + type="gm_gc_tent_5x5m"; + atlOffset=-7.6293945e-006; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={5439.0181,117.12679,4112.4097}; + angles[]={6.2812018,3.8021674,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1608; + type="gm_gc_tent_5x5m"; + atlOffset=7.6293945e-006; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={5379.6875,118.61739,4023.2158}; + angles[]={0.0219975,0.49321148,6.2571907}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1609; + type="gm_gc_tent_5x5m"; + atlOffset=1.5258789e-005; + }; + class Item45 + { + dataType="Logic"; + class PositionInfo + { + position[]={5360.9478,117.0081,4097.6182}; + angles[]={0,0.61823052,6.2812018}; + }; + areaSize[]={306.83658,0,31.182405}; + areaIsRectangle=1; + flags=1; + id=1371; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=4; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item46 + { + dataType="Marker"; + position[]={5519.3901,116.504,4001.229}; + name="airp_1_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=216.77896; + id=2092; + atlOffset=0.00032043457; + }; + class Item47 + { + dataType="Marker"; + position[]={5272.2559,117.06412,4105.3965}; + name="airp_1_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=38.158958; + id=2093; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={5288.3208,117.26879,4166.9067}; + angles[]={0.063912325,3.7606452,6.2172809}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2090; + type="Land_HelipadSquare_F"; + atlOffset=7.6293945e-006; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={5308.999,117.16639,4152.1753}; + angles[]={0.03975033,3.7606452,6.2392135}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2091; + type="Land_HelipadSquare_F"; + }; + class Item50 + { + dataType="Marker"; + position[]={5485.0947,116.62038,4025.283}; + name="airp_1_plane"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=216.12729; + id=2086; + }; + class Item51 + { + dataType="Marker"; + position[]={5458.5308,116.71147,4044.2688}; + name="airp_1_plane_1"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=216.12729; + id=2087; + }; + class Item52 + { + dataType="Marker"; + position[]={5434.6089,116.79156,4061.4319}; + name="airp_1_plane_2"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=216.12729; + id=2088; + atlOffset=-7.6293945e-006; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={5353.1943,117.06444,4120.4141}; + angles[]={6.2812018,3.7606452,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2089; + type="Land_HelipadSquare_F"; + }; + class Item54 + { + dataType="Marker"; + position[]={5020.4692,120.278,4333.832}; + name="detectPlayer_1"; + markerType="RECTANGLE"; + type=""; + a=119.408; + b=73.560997; + angle=35.980999; + id=2208; + atlOffset=0.03969574; + }; + class Item55 + { + dataType="Marker"; + position[]={5664.3071,116.111,3868.7439}; + name="detectPlayer"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.671997; + angle=35.980999; + id=2207; + atlOffset=0.23033905; + }; + }; + id=1125; + atlOffset=0.59835815; + }; + class Item1 + { + dataType="Layer"; + name="airport_2"; + class Entities + { + items=56; + class Item0 + { + dataType="Marker"; + position[]={7835.5928,98.143997,13786.977}; + name="airp_2_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=331.57199; + id=1355; + atlOffset=-0.00019836426; + }; + class Item1 + { + dataType="Marker"; + position[]={7718.9375,100.05085,13792.529}; + name="airport_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=150; + b=300; + angle=64.846977; + id=1356; + }; + class Item2 + { + dataType="Marker"; + position[]={7471.6777,102.82555,13644.613}; + name="spawnPoint_2"; + type="hd_start"; + id=1357; + atlOffset=7.6293945e-006; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={7736.3394,99.595154,13773.532}; + angles[]={6.2761173,2.6935711,0.0054797619}; + }; + side="Empty"; + class Attributes + { + }; + id=887; + type="gm_airport_object"; + atlOffset=7.6293945e-006; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={7648.3613,109.78467,13798.474}; + angles[]={0,2.7158968,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1548; + type="Land_ControlTower_02_F"; + atlOffset=7.6293945e-006; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={7826.8188,98.361832,13742.267}; + angles[]={0.0019834081,4.520896,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1530; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={7820.6333,98.380363,13738.55}; + angles[]={0.0019834081,5.887269,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1531; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={7987.5093,97.989929,13850.729}; + angles[]={0,3.1142664,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1532; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={7990.1689,97.968307,13844.021}; + angles[]={0,4.4804816,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1533; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={7944.5659,98.53894,13942.633}; + angles[]={0.02599225,2.426759,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1534; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={7950.8789,98.640656,13939.139}; + angles[]={0.023993526,3.7922547,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1535; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={7770.6445,95.900703,13920.22}; + angles[]={0.031990308,1.7384118,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1536; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={7777.7417,95.944107,13921.524}; + angles[]={0.031988446,3.1047325,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1537; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={7562.5996,97.662094,13824.181}; + angles[]={0.02599225,1.3055381,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1538; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={7568.4966,98.283813,13828.34}; + angles[]={0.027993103,2.6719363,0.20507599}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1539; + type="gm_berm_02"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={7423.8423,98.679756,13716.902}; + angles[]={0.02999169,0.45248285,0.019999012}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1540; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={7424.5889,98.478531,13724.08}; + angles[]={0.02999169,1.8189732,0.0219975}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1541; + type="gm_berm_02"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={7497.8335,102.73535,13596.998}; + angles[]={0.015998369,5.6408038,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1542; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={7491.7935,102.70314,13600.948}; + angles[]={0.013999403,0.72386807,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1543; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={7659.2085,101.56839,13660.477}; + angles[]={0.0099949092,4.6411591,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1544; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={7652.6216,101.62421,13657.53}; + angles[]={0.010000871,6.0075369,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1545; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={7694.8667,99.820663,13712.508}; + angles[]={0.015998369,6.1526527,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1546; + type="gm_berm_03"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={7693.8086,99.714149,13719.563}; + angles[]={0.015998369,3.0579655,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1547; + type="gm_berm_03"; + atlOffset=3.0517578e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={7557.0337,98.972595,13767.887}; + angles[]={0,1.1776524,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1549; + type="land_gm_bunker_command_01"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={7674.9546,100.67075,13709.96}; + angles[]={0,2.8667381,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1550; + type="Land_Cargo_House_V2_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={7723.0874,99.887749,13733.196}; + angles[]={0,2.8667381,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1551; + type="Land_Cargo_House_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={7804.6865,98.974098,13769.423}; + angles[]={0,2.8667381,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1552; + type="Land_Cargo_House_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={7707.1113,98.936836,13831.173}; + angles[]={0,2.8667381,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1553; + type="Land_Cargo_House_V2_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={7641.2031,105.11397,13695.752}; + angles[]={0,5.9214854,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1554; + type="Land_Cargo_HQ_V2_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={7821.9253,103.27354,13743.804}; + angles[]={0,5.8256769,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1555; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={7568.5322,102.84981,13822.426}; + angles[]={0,2.5487316,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1556; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={7775.4912,100.97176,13916.848}; + angles[]={0,2.968302,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1557; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={7945.7129,103.5788,13937.4}; + angles[]={0,3.7854862,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1558; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={7984.9609,102.91524,13845.934}; + angles[]={0,4.4927034,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1559; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={7497.0596,107.55067,13602.996}; + angles[]={0,0.59757346,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1560; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-1.5258789e-005; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={7428.5288,103.59499,13719.922}; + angles[]={0,1.789736,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1561; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=1.5258789e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={7653.7256,106.47083,13662.672}; + angles[]={0,5.9460826,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1562; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={7759.4141,110.57117,13855.782}; + angles[]={0,4.5208616,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1563; + type="Land_Cargo_Tower_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={7694.4155,99.776291,13715.45}; + angles[]={0,4.5208616,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1564; + type="land_gm_radio_antenna_01"; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={7668.4961,99.119766,13810.477}; + angles[]={0.031986579,2.7742357,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1565; + type="gm_gc_tent_5x5m"; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={7692.6157,98.604607,13821.124}; + angles[]={0.025994543,2.7742145,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1566; + type="gm_gc_tent_5x5m"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={7727.4312,98.052841,13835.779}; + angles[]={0.02199479,2.7741618,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1567; + type="gm_gc_tent_5x5m"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={7741.3301,97.936195,13841.657}; + angles[]={0.02199479,2.7741144,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1568; + type="gm_gc_tent_5x5m"; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={7789.4707,98.444397,13754.878}; + angles[]={0.0099949092,5.7484407,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1569; + type="gm_gc_tent_5x5m"; + }; + class Item44 + { + dataType="Logic"; + class PositionInfo + { + position[]={7731.437,99.595131,13783.723}; + angles[]={0.023998277,5.8340216,6.2791882}; + }; + areaSize[]={306.83701,0,32.981365}; + areaIsRectangle=1; + flags=1; + id=1610; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.17951202; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=12; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item45 + { + dataType="Marker"; + position[]={7586.9868,87.604431,13778.902}; + name="airp_2_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=2100; + atlOffset=-11.607292; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={7941.1548,98.213074,13803.842}; + angles[]={0,5.7845654,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2097; + type="Land_HelipadSquare_F"; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={7908.0068,98.256035,13785.992}; + angles[]={0.0039967569,5.7845654,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2098; + type="Land_HelipadSquare_F"; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={7877.1992,98.275284,13769.558}; + angles[]={0.0019834081,5.7845654,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2099; + type="Land_HelipadSquare_F"; + }; + class Item49 + { + dataType="Marker"; + position[]={7967.1636,99.187386,13912.445}; + name="airp_2_plane"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=154.80901; + id=2096; + }; + class Item50 + { + dataType="Marker"; + position[]={7936.9243,99.29158,13897.454}; + name="airp_2_plane_1"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=154.80901; + id=2095; + atlOffset=0.00018310547; + }; + class Item51 + { + dataType="Marker"; + position[]={7865.9106,99.3508,13864.121}; + name="airp_2_plane_2"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=154.80901; + id=2094; + }; + class Item52 + { + dataType="Marker"; + position[]={7759.9282,98.795998,13738.91}; + name="airp_2_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=331.57199; + id=2111; + atlOffset=2.2888184e-005; + }; + class Item53 + { + dataType="Marker"; + position[]={7626.4111,100.977,13785.118}; + name="airp_2_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=149.452; + id=2112; + atlOffset=-0.00016784668; + }; + class Item54 + { + dataType="Marker"; + position[]={8087.9048,96.454002,13946.781}; + name="detectPlayer_6"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.612; + angle=153.94797; + id=2213; + atlOffset=0.00017547607; + }; + class Item55 + { + dataType="Marker"; + position[]={7378.2749,101.668,13592.055}; + name="detectPlayer_7"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.612; + angle=151.66197; + id=2214; + atlOffset=-3.0517578e-005; + }; + }; + id=1132; + atlOffset=-1.1144943; + }; + class Item2 + { + dataType="Layer"; + name="airport_3"; + class Entities + { + items=57; + class Item0 + { + dataType="Marker"; + position[]={19422.811,76.295113,17439.672}; + name="airp_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=8.4976244; + id=1361; + }; + class Item1 + { + dataType="Marker"; + position[]={19600.367,79.300003,17455.676}; + name="airport_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=320; + b=160; + angle=6.9159946; + id=1362; + atlOffset=-0.00012207031; + }; + class Item2 + { + dataType="Marker"; + position[]={19288.752,77.522491,17501.295}; + name="spawnPoint_3"; + type="hd_start"; + id=1363; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={19600.25,79.301003,17451.766}; + angles[]={6.2825789,3.2939663,6.2792349}; + }; + side="Empty"; + class Attributes + { + }; + id=888; + type="gm_airport_object"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={19568.785,87.250359,17516.324}; + angles[]={0,3.2851138,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1508; + type="Land_ControlTower_02_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={19688.811,77.786102,17372.797}; + angles[]={0.013999403,5.0899734,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1490; + type="gm_berm_02"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={19681.596,77.754372,17373}; + angles[]={0.013999403,0.17306881,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1491; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={19883.318,79.614906,17374.746}; + angles[]={0.057934806,4.2218361,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1492; + type="gm_berm_02"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={19878.504,79.984398,17369.371}; + angles[]={0.057934806,5.5879674,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1493; + type="gm_berm_02"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={19895.984,75.858109,17478.107}; + angles[]={0.03798008,2.9956541,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1494; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={19899.418,76.044754,17471.762}; + angles[]={0.035984326,4.3619275,6.2691903}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1495; + type="gm_berm_02"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={19737.406,76.445145,17552.967}; + angles[]={0.013999403,2.3072498,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1496; + type="gm_berm_02"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={19744.088,76.363045,17550.24}; + angles[]={0.013999403,3.6734443,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1497; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={19510.402,76.239998,17584.201}; + angles[]={0,1.8751986,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1498; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={19517.611,76.226685,17584.527}; + angles[]={0.0039967569,3.2415206,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1499; + type="gm_berm_02"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={19335.703,76.674599,17568.625}; + angles[]={6.2812018,1.0221019,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1500; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={19340.201,76.59597,17574.27}; + angles[]={0,2.388649,6.2631865}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1501; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={19333.404,76.831177,17427.748}; + angles[]={0.0060001095,6.2101398,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1502; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={19330.443,76.758873,17434.332}; + angles[]={0.0039967569,1.2932335,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1503; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={19510.746,77.415535,17394.244}; + angles[]={0.017997233,5.2104659,0.015994642}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1504; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={19503.609,77.30555,17395.313}; + angles[]={0.015998369,0.29363206,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1505; + type="gm_berm_02"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={19561.625,77.773743,17418.848}; + angles[]={0.017997233,0.4424127,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1506; + type="gm_berm_03"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={19564.537,77.750427,17425.361}; + angles[]={6.1050925,3.6267512,0.0099949092}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1507; + type="gm_berm_03"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={19501.922,76.525513,17532.771}; + angles[]={0,1.7468688,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1509; + type="land_gm_bunker_command_01"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={19543.479,78.053925,17427.436}; + angles[]={0,3.4359548,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1510; + type="Land_Cargo_House_V2_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={19596.547,78.798958,17421.064}; + angles[]={0,3.4359548,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1511; + type="Land_Cargo_House_V2_F"; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={19684.805,78.581345,17407.6}; + angles[]={0,3.4359548,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1512; + type="Land_Cargo_House_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={19635.896,78.110138,17512.203}; + angles[]={0,3.4359548,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1513; + type="Land_Cargo_House_V2_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={19507.393,80.598297,17433.656}; + angles[]={0,0.20751639,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1514; + type="Land_Cargo_HQ_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={19685.518,82.62632,17376.729}; + angles[]={0,0.1117079,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1515; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={19514.453,81.145943,17579.527}; + angles[]={0,3.1179481,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1516; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={19739.67,81.380775,17547.514}; + angles[]={0,3.537519,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1517; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={19894.129,80.97448,17473.082}; + angles[]={0,4.3547029,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1518; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={19877.891,84.581184,17374.885}; + angles[]={0,5.6002951,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1519; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={19335.984,81.737526,17433.217}; + angles[]={0,1.16679,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1520; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={19341.279,81.476692,17568.643}; + angles[]={0,2.3589525,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1521; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={19507.313,82.200699,17399.049}; + angles[]={0,0.23211356,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1522; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={19693.215,90.565926,17504.742}; + angles[]={0,5.0900779,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1523; + type="Land_Cargo_Tower_V2_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={19562.832,77.731247,17421.57}; + angles[]={0,5.0900779,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1524; + type="land_gm_radio_antenna_01"; + atlOffset=7.6293945e-006; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={19592.217,77.152794,17515.582}; + angles[]={0.019999012,3.3433995,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1525; + type="gm_gc_tent_5x5m"; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={19618.27,77.321671,17511.553}; + angles[]={0.017997233,3.3434234,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1526; + type="gm_gc_tent_5x5m"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={19655.494,77.631371,17505.133}; + angles[]={0.011995304,3.3433847,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1527; + type="gm_gc_tent_5x5m"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={19670.371,77.728897,17502.592}; + angles[]={0.012000273,3.3433347,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1528; + type="gm_gc_tent_5x5m"; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={19664.148,77.587219,17403.547}; + angles[]={0.0060001095,0.034453798,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1529; + type="gm_gc_tent_5x5m"; + }; + class Item44 + { + dataType="Logic"; + class PositionInfo + { + position[]={19602.174,79.119995,17466.721}; + angles[]={0.023998277,0.15482816,6.2791882}; + }; + areaSize[]={306.83701,0,31.181999}; + areaIsRectangle=1; + flags=1; + id=1373; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=12; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item45 + { + dataType="Marker"; + position[]={19537.188,65.13504,17525.895}; + name="airp_3_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=2107; + atlOffset=-11.607346; + }; + class Item46 + { + dataType="Marker"; + position[]={19472.088,76.459999,17436.811}; + name="airp_3_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=8.4979992; + id=2108; + atlOffset=-0.00025177002; + }; + class Item47 + { + dataType="Marker"; + position[]={19640.961,77.786003,17407.42}; + name="airp_3_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=8.4979992; + id=2109; + atlOffset=-0.00018310547; + }; + class Item48 + { + dataType="Marker"; + position[]={19736.715,77.170998,17494.865}; + name="airp_3_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=187.05298; + id=2110; + atlOffset=0.00025939941; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={19428.088,76.365433,17545.373}; + angles[]={0.0019834081,3.3015642,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2105; + type="Land_HelipadSquare_F"; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={19466.645,76.428612,17539.113}; + angles[]={0.0060001095,3.307198,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2106; + type="Land_HelipadSquare_F"; + atlOffset=7.6293945e-006; + }; + class Item51 + { + dataType="Marker"; + position[]={19821.564,79.530998,17404.719}; + name="airp_3_plane"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=278.91788; + id=2103; + atlOffset=0.00016784668; + }; + class Item52 + { + dataType="Marker"; + position[]={19848.795,79.778999,17400.648}; + name="airp_3_plane_1"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=278.83701; + id=2102; + atlOffset=-0.00025177002; + }; + class Item53 + { + dataType="Marker"; + position[]={19873.438,79.859001,17396.939}; + name="airp_3_plane_2"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=278.67999; + id=2101; + atlOffset=-0.00039672852; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={19390.945,76.280075,17550.906}; + angles[]={0.0019834081,3.2738464,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2104; + type="Land_HelipadSquare_F"; + }; + class Item55 + { + dataType="Marker"; + position[]={20015.693,78.007004,17385.717}; + name="detectPlayer_4"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.612; + angle=6.2099981; + id=2211; + atlOffset=-0.00022125244; + }; + class Item56 + { + dataType="Marker"; + position[]={19184.244,77.790001,17514.584}; + name="detectPlayer_5"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.612; + angle=6.8419981; + id=2212; + }; + }; + id=1139; + atlOffset=-0.4221344; + }; + class Item3 + { + dataType="Layer"; + name="airport_4"; + class Entities + { + items=56; + class Item0 + { + dataType="Marker"; + position[]={19655.199,131.739,9511.5547}; + name="airp_4_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=258.10394; + id=1367; + atlOffset=-0.00030517578; + }; + class Item1 + { + dataType="Marker"; + position[]={19628.939,133.774,9420.6914}; + name="airport_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=150; + b=300; + angle=349.55487; + id=1368; + atlOffset=-0.00024414063; + }; + class Item2 + { + dataType="Marker"; + position[]={19699.748,139.25749,9150.8271}; + name="spawnPoint_4"; + type="hd_start"; + id=1369; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={19635.834,133.79343,9423.2832}; + angles[]={0.00045535064,1.3391502,6.2812552}; + }; + side="Empty"; + class Attributes + { + }; + id=889; + type="gm_airport_object"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={19659.607,142.65118,9478.1025}; + angles[]={0,4.4782209,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1444; + type="Land_ControlTower_02_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={19570.457,132.24843,9313.6074}; + angles[]={0.0099949092,0,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1471; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={19567.986,132.20755,9320.3877}; + angles[]={0.012000273,1.3663459,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1472; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={19644,137.20398,9133.5264}; + angles[]={0.037981652,5.4146395,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1473; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={19637.227,137.09024,9136.0176}; + angles[]={0.037981652,0.49766928,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1474; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={19744.746,139.19365,9159.8721}; + angles[]={0.0060001095,4.188118,0.027990974}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1475; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={19740.113,139.11935,9154.3398}; + angles[]={0.010000871,5.5545769,0.023993526}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1476; + type="gm_berm_02"; + atlOffset=3.0517578e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={19755.85,135.63647,9334.8799}; + angles[]={0.023998493,3.5007355,0.016002094}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1477; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={19755.779,135.79854,9327.6641}; + angles[]={0.023998493,4.8670564,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1478; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={19701.17,131.79843,9557.4023}; + angles[]={6.2671871,3.0682566,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1479; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={19704.131,131.71823,9550.8213}; + angles[]={6.2731905,4.4346108,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1480; + type="gm_berm_02"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={19622.268,131.99335,9714.0439}; + angles[]={6.2812018,2.2150908,0.041976813}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1481; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={19629.172,132.27078,9711.9443}; + angles[]={6.2811723,3.5816371,0.039977662}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1482; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={19490.471,128.99736,9664.2305}; + angles[]={0.013999403,1.1199294,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1483; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={19495.498,128.98643,9669.4082}; + angles[]={0.015998369,2.4862878,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1484; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={19524.729,130.46152,9487.0303}; + angles[]={0.02199479,0.12038162,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1485; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={19523.09,130.28783,9494.0576}; + angles[]={0.02199479,1.4867275,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1486; + type="gm_berm_02"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={19566.361,131.72838,9448.8115}; + angles[]={0.0039967569,1.6316541,0.0099949092}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1488; + type="gm_berm_03"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={19573.488,131.78691,9448.5078}; + angles[]={0.0039967569,4.8199835,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1489; + type="gm_berm_03"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={19650.238,131.33502,9546.3184}; + angles[]={0,2.9399765,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1452; + type="land_gm_bunker_command_01"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={19567.65,132.1703,9468.8447}; + angles[]={0,4.6290622,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1454; + type="Land_Cargo_House_V2_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={19581.299,132.50128,9417.1689}; + angles[]={0,4.6290622,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1457; + type="Land_Cargo_House_V2_F"; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={19603.912,132.55197,9320.8838}; + angles[]={0,4.6290622,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1458; + type="Land_Cargo_House_V2_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={19680.525,133.49954,9414.2021}; + angles[]={0,4.6290622,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1459; + type="Land_Cargo_House_V2_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={19560.127,134.3754,9504.6836}; + angles[]={0,1.400624,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1453; + type="Land_Cargo_HQ_V2_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={19572.898,137.06697,9318.1191}; + angles[]={0,1.3048155,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1461; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={19698.318,136.63078,9551.9121}; + angles[]={0,4.3110557,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1462; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=1.5258789e-005; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={19751.617,140.56932,9330.7637}; + angles[]={0,4.7306261,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1464; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={19739.391,143.95296,9159.7422}; + angles[]={0,5.5478101,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1465; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={19642.125,141.91307,9138.623}; + angles[]={0,0.51021713,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1466; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={19496.506,133.9922,9663.8486}; + angles[]={0,2.3598976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1467; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={19624.34,136.9799,9708.8682}; + angles[]={0,3.5520601,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1468; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={19527.928,135.30209,9491.9951}; + angles[]={0,1.4252212,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1469; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={19694.729,146.40492,9358.1709}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1456; + type="Land_Cargo_Tower_V2_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={19569.336,131.75859,9448.6943}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1487; + type="land_gm_radio_antenna_01"; + atlOffset=1.5258789e-005; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={19667.559,132.65321,9456.0508}; + angles[]={0.0060001095,4.5365348,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1446; + type="gm_gc_tent_5x5m"; + atlOffset=-1.5258789e-005; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={19673.42,132.73247,9430.3457}; + angles[]={0.0019834081,4.5365348,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1448; + type="gm_gc_tent_5x5m"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={19681.18,133.00006,9393.377}; + angles[]={0.0080009829,4.5365348,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1450; + type="gm_gc_tent_5x5m"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={19684.305,133.17693,9378.6133}; + angles[]={0.010000871,4.5365348,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1451; + type="gm_gc_tent_5x5m"; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={19592.209,131.6687,9342.8076}; + angles[]={0.0079935296,1.2275156,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1460; + type="gm_gc_tent_5x5m"; + }; + class Item44 + { + dataType="Logic"; + class PositionInfo + { + position[]={19625.576,132.94485,9420.5752}; + angles[]={0,1.3395053,0}; + }; + areaSize[]={306.83701,0,33.141998}; + areaIsRectangle=1; + flags=1; + id=1372; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.6000061; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=12; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item45 + { + dataType="Marker"; + position[]={19619.043,132.77942,9266.0508}; + name="airp_4_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=2118; + }; + class Item46 + { + dataType="Marker"; + position[]={19721.363,137.592,9220.0703}; + name="airp_4_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=253.20193; + id=2120; + atlOffset=3.0517578e-005; + }; + class Item47 + { + dataType="Marker"; + position[]={19610.699,132.245,9292.0117}; + name="airp_4_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=79.539978; + id=2121; + atlOffset=0.00036621094; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={19591.252,131.57219,9364.8496}; + angles[]={6.2812018,1.3554635,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2117; + type="Land_HelipadSquare_F"; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={19633.609,131.93318,9585.0947}; + angles[]={6.2551923,4.4609513,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2119; + type="Land_HelipadSquare_F"; + }; + class Item50 + { + dataType="Marker"; + position[]={19568.367,131.435,9703.4121}; + name="airp_4_plane"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=167.06799; + id=2115; + atlOffset=-0.00022888184; + }; + class Item51 + { + dataType="Marker"; + position[]={19575.084,132.397,9578.8027}; + name="airp_4_plane_1"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=77.436989; + id=2113; + atlOffset=-0.00025939941; + }; + class Item52 + { + dataType="Marker"; + position[]={19547.527,132.11501,9572.2246}; + name="airp_4_plane_2"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=77.282982; + id=2114; + atlOffset=0.00032043457; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={19584.875,131.69435,9392.3516}; + angles[]={6.2771854,1.3554635,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2116; + type="Land_HelipadSquare_F"; + }; + class Item54 + { + dataType="Marker"; + position[]={19726.838,142.356,9038.8936}; + name="detectPlayer_2"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.612; + angle=78.755974; + id=2209; + atlOffset=0.00030517578; + }; + class Item55 + { + dataType="Marker"; + position[]={19543.111,130.405,9811.0898}; + name="detectPlayer_3"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.612; + angle=78.755974; + id=2210; + atlOffset=-0.00033569336; + }; + }; + id=1146; + atlOffset=1.6990356; + }; + }; + id=1124; + atlOffset=21.92865; + }; + class Item2 + { + dataType="Layer"; + name="Antistasi assets"; + state=2; + class Entities + { + items=5; + class Item0 + { + dataType="Layer"; + name="HQ assets"; + class Entities + { + items=23; + class Item0 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=1; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={12119.71,148.07764,4125.5859}; + angles[]={0,2.2023785,0}; + }; + side="Independent"; + flags=7; + class Attributes + { + name="petros"; + }; + id=1286; + type="I_G_officer_F"; + class CustomAttributes + { + class Attribute0 + { + property="face"; + expression="_this setface _value;"; + class Value + { + class data + { + singleType="STRING"; + value=""; + }; + }; + }; + class Attribute1 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + singleType="SCALAR"; + value=1; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + }; + id=1285; + atlOffset=-116.76; + }; + class Item1 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=38; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={12130.041,148.80635,4124.3311}; + }; + side="Independent"; + flags=3; + class Attributes + { + name="commanderX"; + description="Default Commander"; + isPlayer=1; + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1288; + type="I_G_Soldier_TL_F"; + atlOffset=0.57569885; + class CustomAttributes + { + class Attribute0 + { + property="speaker"; + expression="_this setspeaker _value;"; + class Value + { + class data + { + singleType="STRING"; + value="Male04GRE"; + }; + }; + }; + class Attribute1 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + singleType="SCALAR"; + value=1; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.836,148.43134,4121.6279}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1289; + type="I_G_Soldier_TL_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.975,148.47874,4123.8633}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1290; + type="I_G_Soldier_TL_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.917,148.51758,4126.1963}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1291; + type="I_G_Soldier_TL_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.754,148.55049,4128.5107}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1292; + type="I_G_Soldier_TL_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.713,148.61304,4130.9639}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1293; + type="I_G_Soldier_TL_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.527,148.65808,4133.2803}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1294; + type="I_G_Soldier_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.32,148.70929,4135.1758}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1295; + type="I_G_Soldier_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={12137.195,148.56064,4121.751}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1296; + type="I_G_Soldier_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={12137.194,148.60269,4124.0908}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1297; + type="I_G_Soldier_F"; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={12137.088,148.63968,4126.4639}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1298; + type="I_G_Soldier_F"; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={12137.029,148.67609,4128.6631}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1299; + type="I_G_Soldier_F"; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={12136.826,148.70869,4131.0859}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1300; + type="I_G_Soldier_F"; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={12136.639,148.74057,4133.417}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1301; + type="I_G_Soldier_F"; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={12139.304,148.67514,4121.7871}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1302; + type="I_G_Soldier_AR_F"; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={12139.466,148.72783,4124.2275}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1303; + type="I_G_Soldier_AR_F"; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={12139.065,148.74966,4126.6416}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1304; + type="I_G_Soldier_AR_F"; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={12139.042,148.78703,4128.791}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1305; + type="I_G_Soldier_AR_F"; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={12138.842,148.81656,4131.0322}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1306; + type="I_G_Soldier_AR_F"; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={12138.755,148.85616,4133.4912}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1307; + type="I_G_Soldier_AR_F"; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={12141.393,148.78934,4121.8662}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1308; + type="I_G_Soldier_GL_F"; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={12141.263,148.8233,4124.1846}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1309; + type="I_G_Soldier_GL_F"; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={12141.139,148.86447,4126.9287}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1310; + type="I_G_Soldier_GL_F"; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={12140.965,148.89162,4128.9375}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1311; + type="I_G_Soldier_GL_F"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={12140.896,148.92732,4131.1221}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1312; + type="I_G_Soldier_GL_F"; + atlOffset=-7.6293945e-005; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={12140.79,148.96661,4133.6123}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1313; + type="I_G_Soldier_GL_F"; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={12142.92,148.87321,4121.9443}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1314; + type="I_G_medic_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={12142.744,148.90091,4124.2236}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1315; + type="I_G_medic_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={12142.702,148.94879,4127.0957}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1316; + type="I_G_medic_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={12142.614,148.97675,4128.9023}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1317; + type="I_G_medic_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={12142.431,149.00963,4131.2617}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1318; + type="I_G_medic_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={12142.441,149.05359,4133.6729}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1319; + type="I_G_medic_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={12144.722,148.96992,4122.1094}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1320; + type="I_G_engineer_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={12144.745,149.00792,4124.4092}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1321; + type="I_G_engineer_F"; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={12144.503,149.04431,4127.2002}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1322; + type="I_G_engineer_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={12144.248,149.06609,4129.1475}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1323; + type="I_G_engineer_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={12144.053,149.09619,4131.3838}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1324; + type="I_G_engineer_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={12143.948,149.13524,4133.8525}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1325; + type="I_G_engineer_F"; + }; + }; + class Attributes + { + }; + id=1287; + atlOffset=-116.76; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={12128.114,152.29456,4130.6943}; + }; + side="Empty"; + flags=5; + class Attributes + { + name="flagX"; + }; + id=1326; + type="Flag_Syndikat_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={12128.798,149.01559,4122.0342}; + angles[]={6.2651849,0,0.053948916}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="boxX"; + }; + id=1327; + type="IG_supplyCrate_F"; + class CustomAttributes + { + class Attribute0 + { + property="ammoBox"; + expression="[_this,_value] call bis_fnc_initAmmoBox;"; + class Value + { + class data + { + singleType="STRING"; + value=""; + }; + }; + }; + class Attribute1 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={12124.939,148.54031,4124.8369}; + angles[]={6.2651882,0,6.2691903}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="fireX"; + }; + id=1328; + type="Land_TentSolar_01_olive_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={12128.73,148.99232,4126.709}; + angles[]={6.2671871,0,0.051955618}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="vehicleBox"; + }; + id=1329; + type="Box_East_AmmoVeh_F"; + class CustomAttributes + { + class Attribute0 + { + property="ammoBox"; + expression="[_this,_value] call bis_fnc_initAmmoBox;"; + class Value + { + class data + { + singleType="STRING"; + value="[[[[],[]],[[],[]],[[],[]],[[],[]]],false]"; + }; + }; + }; + class Attribute1 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={12122.172,149.16496,4128.6689}; + angles[]={6.2651882,5.6506429,6.2272449}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="mapX"; + }; + id=1330; + type="MapBoard_seismic_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={12123.137,147.8708,4117.5654}; + angles[]={0.032489564,0,6.2706842}; + }; + name="garrison"; + id=1331; + type="Logic"; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={12130.396,148.38213,4111.6455}; + angles[]={0.029989703,0,6.2581916}; + }; + name="killZones"; + id=1332; + type="Logic"; + atlOffset=-6.1035156e-005; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={12131.113,148.4566,4110.6533}; + angles[]={0.027492445,0,6.2581916}; + }; + name="pathfinding"; + id=1333; + type="Logic"; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={12126.799,148.04826,4114.8135}; + angles[]={0.029989703,0,6.2656889}; + }; + name="roadsX"; + id=1334; + type="Logic"; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={12121.563,147.82834,4118.9775}; + angles[]={0.034986377,0,6.2706842}; + }; + name="server"; + id=1335; + type="Logic"; + atlOffset=-3.0517578e-005; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={12129.484,148.29887,4112.4775}; + angles[]={0.029989703,0,6.2581916}; + }; + name="sidesX"; + id=1336; + type="Logic"; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={12124.924,147.91719,4116.1445}; + angles[]={0.032489564,0,6.2706842}; + }; + name="spawner"; + id=1337; + type="Logic"; + }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={12128.215,148.17508,4113.7295}; + angles[]={0.029989703,0,6.2656889}; + }; + name="timer"; + id=1338; + type="Logic"; + }; + class Item15 + { + dataType="Logic"; + class PositionInfo + { + position[]={12117.33,147.56805,4116.2773}; + angles[]={0.039977662,0,6.2656889}; + }; + name="hc"; + isPlayable=1; + id=1339; + type="HeadlessClient_F"; + }; + class Item16 + { + dataType="Logic"; + class PositionInfo + { + position[]={12118.358,147.56432,4115.293}; + angles[]={0.039977662,0,6.2656889}; + }; + name="hc_1"; + isPlayable=1; + id=1340; + type="HeadlessClient_F"; + }; + class Item17 + { + dataType="Logic"; + class PositionInfo + { + position[]={12119.304,147.61533,4114.4707}; + angles[]={0.034986377,0,6.2656851}; + }; + name="hc_2"; + isPlayable=1; + id=1341; + type="HeadlessClient_F"; + }; + class Item18 + { + dataType="Logic"; + class PositionInfo + { + position[]={12107.915,146.89709,4111.4531}; + angles[]={0.047464538,0,6.2631893}; + }; + id=1342; + type="ModuleCurator_F"; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCurator_F_Owner"; + expression="_this setVariable ['Owner',_value,true];"; + class Value + { + class data + { + singleType="STRING"; + value="#adminLogged"; + }; + }; + }; + class Attribute1 + { + property="ModuleCurator_F_Forced"; + expression="_this setVariable ['Forced',_value,true];"; + class Value + { + class data + { + singleType="SCALAR"; + value=0; + }; + }; + }; + class Attribute2 + { + property="ModuleCurator_F_Name"; + expression="_this setVariable ['Name',_value,true];"; + class Value + { + class data + { + singleType="STRING"; + value=""; + }; + }; + }; + class Attribute3 + { + property="ModuleCurator_F_Addons"; + expression="_this setVariable ['Addons',_value,true];"; + class Value + { + class data + { + singleType="SCALAR"; + value=3; + }; + }; + }; + nAttributes=4; + }; + }; + class Item19 + { + dataType="Logic"; + class PositionInfo + { + position[]={12111.848,147.50761,4118.4043}; + angles[]={0.039977662,0,6.2706842}; + }; + name="HC_commanderX"; + id=1343; + type="HighCommand"; + }; + class Item20 + { + dataType="Logic"; + class PositionInfo + { + position[]={12115.248,147.57779,4118.3105}; + angles[]={0.039979152,0,6.2681832}; + }; + id=1344; + type="HighCommandSubordinate"; + }; + class Item21 + { + dataType="Marker"; + position[]={12123.812,146.39278,4125.6592}; + name="Synd_HQ"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorPink"; + a=50; + b=50; + id=1345; + atlOffset=-1.6334076; + }; + class Item22 + { + dataType="Marker"; + position[]={12125.145,2.7037606e+012,4127.8379}; + name="respawn_guerrila"; + text="Your Headquarters"; + type="hd_flag"; + colorName="ColorGUER"; + id=1346; + atlOffset=2.7037606e+012; + }; + }; + id=1168; + atlOffset=-116.76; + }; + class Item1 + { + dataType="Layer"; + name="seaSpawnAttack"; + class Entities + { + items=16; + class Item0 + { + dataType="Marker"; + position[]={-541.60089,120.94968,10363.386}; + name="seaAttackSpawn"; + type="mil_ambush"; + angle=28.695; + id=1234; + atlOffset=12.071991; + }; + class Item1 + { + dataType="Marker"; + position[]={-530.30298,122.13212,15218.493}; + name="seaAttackSpawn_2"; + type="mil_ambush"; + angle=28.695; + id=1798; + }; + class Item2 + { + dataType="Marker"; + position[]={-212.28186,103.25352,20654.59}; + name="seaAttackSpawn_3"; + type="mil_ambush"; + angle=28.695; + id=1799; + atlOffset=15.805367; + }; + class Item3 + { + dataType="Marker"; + position[]={5339.916,86.458763,20756.906}; + name="seaAttackSpawn_4"; + type="mil_ambush"; + angle=28.695; + id=1800; + atlOffset=12.072006; + }; + class Item4 + { + dataType="Marker"; + position[]={10198.398,79.689728,20845.016}; + name="seaAttackSpawn_5"; + type="mil_ambush"; + angle=28.695; + id=1801; + atlOffset=12.072006; + }; + class Item5 + { + dataType="Marker"; + position[]={15547.764,68.083984,20895.361}; + name="seaAttackSpawn_6"; + type="mil_ambush"; + angle=28.695; + id=1802; + atlOffset=12.072006; + }; + class Item6 + { + dataType="Marker"; + position[]={20639.379,68.888596,20982.627}; + name="seaAttackSpawn_7"; + type="mil_ambush"; + angle=28.695; + id=1803; + atlOffset=12.166344; + }; + class Item7 + { + dataType="Marker"; + position[]={21526.469,110.3116,15432.715}; + name="seaAttackSpawn_8"; + type="mil_ambush"; + angle=28.695; + id=1804; + atlOffset=12.072006; + }; + class Item8 + { + dataType="Marker"; + position[]={21236.975,139.46201,10700.098}; + name="seaAttackSpawn_9"; + type="mil_ambush"; + angle=28.695; + id=1805; + atlOffset=12.071999; + }; + class Item9 + { + dataType="Marker"; + position[]={21224.385,156.28535,5212.2754}; + name="seaAttackSpawn_10"; + type="mil_ambush"; + angle=28.695; + id=1806; + atlOffset=12.072006; + }; + class Item10 + { + dataType="Marker"; + position[]={21111.104,155.62074,-86.745605}; + name="seaAttackSpawn_11"; + type="mil_ambush"; + angle=28.695; + id=1807; + atlOffset=12.072006; + }; + class Item11 + { + dataType="Marker"; + position[]={16126.752,128.47021,-816.77734}; + name="seaAttackSpawn_12"; + type="mil_ambush"; + angle=28.695; + id=1808; + atlOffset=12.072006; + }; + class Item12 + { + dataType="Marker"; + position[]={9531.2979,168.43552,-753.84277}; + name="seaAttackSpawn_13"; + type="mil_ambush"; + angle=28.695; + id=1809; + atlOffset=12.072006; + }; + class Item13 + { + dataType="Marker"; + position[]={5428.0181,120.62491,-602.80273}; + name="seaAttackSpawn_14"; + type="mil_ambush"; + angle=28.695; + id=1810; + atlOffset=12.072006; + }; + class Item14 + { + dataType="Marker"; + position[]={-286.36374,121.15128,-363.65479}; + name="seaAttackSpawn_15"; + type="mil_ambush"; + angle=28.695; + id=1811; + atlOffset=12.072014; + }; + class Item15 + { + dataType="Marker"; + position[]={-701.72656,132.92821,5287.7939}; + name="seaAttackSpawn_16"; + type="mil_ambush"; + angle=28.695; + id=1812; + atlOffset=12.072006; + }; + }; + id=1233; + atlOffset=-116.76; + }; + class Item2 + { + dataType="Layer"; + name="controls"; + class Entities + { + items=86; + class Item0 + { + dataType="Marker"; + position[]={6085.1201,113.35244,3611.3062}; + name="control_1"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1815; + atlOffset=-3.8914337; + }; + class Item1 + { + dataType="Marker"; + position[]={4593.2905,114.94939,4609.4385}; + name="control_2"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1816; + atlOffset=-3.8914337; + }; + class Item2 + { + dataType="Marker"; + position[]={19273.572,127.88426,8679.7178}; + name="control_3"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1817; + atlOffset=-3.8914337; + }; + class Item3 + { + dataType="Marker"; + position[]={19417.424,118.30719,10714.497}; + name="control_4"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1818; + atlOffset=-3.8914337; + }; + class Item4 + { + dataType="Marker"; + position[]={18770.068,75.087746,17575.283}; + name="control_5"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1819; + atlOffset=-3.8914337; + }; + class Item5 + { + dataType="Marker"; + position[]={8354.4531,89.084793,14043.658}; + name="control_6"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1820; + atlOffset=-3.8914337; + }; + class Item6 + { + dataType="Marker"; + position[]={7141.1714,103.9023,12908.135}; + name="control_7"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1821; + atlOffset=-3.8914337; + }; + class Item7 + { + dataType="Marker"; + position[]={15888.915,95.745712,6755.8276}; + name="control_8"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2122; + atlOffset=-3.8914337; + }; + class Item8 + { + dataType="Marker"; + position[]={14781.513,91.383026,8798.3252}; + name="control_9"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2123; + }; + class Item9 + { + dataType="Marker"; + position[]={13885.697,81.522095,10518.442}; + name="control_10"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2124; + atlOffset=-3.8914337; + }; + class Item10 + { + dataType="Marker"; + position[]={18389.422,70.722183,15766.309}; + name="control_11"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2125; + atlOffset=-3.8914337; + }; + class Item11 + { + dataType="Marker"; + position[]={16226.108,74.374756,15845.986}; + name="control_12"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2126; + atlOffset=-3.8914337; + }; + class Item12 + { + dataType="Marker"; + position[]={15368.424,81.540985,13977.197}; + name="control_13"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2127; + }; + class Item13 + { + dataType="Marker"; + position[]={8303.3125,139.25282,5040.1528}; + name="control_14"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2141; + atlOffset=-3.8914337; + }; + class Item14 + { + dataType="Marker"; + position[]={7408.4443,127.52812,8932.8203}; + name="control_15"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2143; + atlOffset=-3.8914337; + }; + class Item15 + { + dataType="Marker"; + position[]={6014.2261,112.27684,11897.128}; + name="control_16"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2145; + atlOffset=-3.8914337; + }; + class Item16 + { + dataType="Marker"; + position[]={3903.0967,113.95963,13865.268}; + name="control_17"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2147; + atlOffset=-3.8914337; + }; + class Item17 + { + dataType="Marker"; + position[]={3826.741,92.823578,15763.559}; + name="control_18"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2149; + atlOffset=-3.8914337; + }; + class Item18 + { + dataType="Marker"; + position[]={4632.7021,75.552147,18126.566}; + name="control_19"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2151; + atlOffset=-3.8914337; + }; + class Item19 + { + dataType="Marker"; + position[]={6677.3799,67.351372,19003.699}; + name="control_20"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2153; + atlOffset=-3.8914337; + }; + class Item20 + { + dataType="Marker"; + position[]={7566.8711,77.616989,16044.532}; + name="control_21"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2155; + atlOffset=-3.8914337; + }; + class Item21 + { + dataType="Marker"; + position[]={2270.6587,128.51105,11709.743}; + name="control_22"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2157; + atlOffset=-3.8914337; + }; + class Item22 + { + dataType="Marker"; + position[]={5906.293,159.26677,8873.4541}; + name="control_23"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2159; + atlOffset=-3.8914337; + }; + class Item23 + { + dataType="Marker"; + position[]={8698.5771,139.36383,1785.8486}; + name="control_24"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2161; + atlOffset=-3.8914337; + }; + class Item24 + { + dataType="Marker"; + position[]={4117.147,107.82697,2388.467}; + name="control_25"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2163; + atlOffset=-3.8914261; + }; + class Item25 + { + dataType="Marker"; + position[]={1346.5555,101.61857,2793.4304}; + name="control_26"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2165; + atlOffset=-3.8914337; + }; + class Item26 + { + dataType="Marker"; + position[]={3288.7114,107.16778,7665.3936}; + name="control_27"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2167; + atlOffset=-3.8914337; + }; + class Item27 + { + dataType="Marker"; + position[]={10071.744,87.55529,12399.857}; + name="control_28"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2169; + atlOffset=-3.8914337; + }; + class Item28 + { + dataType="Marker"; + position[]={16557.588,128.78297,4506.2139}; + name="control_29"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2171; + atlOffset=-3.8914337; + }; + class Item29 + { + dataType="Marker"; + position[]={13265.039,99.508415,5695.835}; + name="control_30"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2173; + atlOffset=-3.8914337; + }; + class Item30 + { + dataType="Marker"; + position[]={15163.07,102.66952,2189.1934}; + name="control_31"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2175; + atlOffset=-3.8914337; + }; + class Item31 + { + dataType="Marker"; + position[]={11295.695,90.049973,10624.298}; + name="control_32"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2177; + atlOffset=-3.8914337; + }; + class Item32 + { + dataType="Marker"; + position[]={13956.692,71.950256,18229.152}; + name="control_33"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2179; + atlOffset=-3.8914337; + }; + class Item33 + { + dataType="Marker"; + position[]={9949.1611,119.76003,8665.5322}; + name="control_34"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2181; + }; + class Item34 + { + dataType="Marker"; + position[]={11533.387,90.571625,7803.0889}; + name="control_35"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2183; + atlOffset=-3.8914337; + }; + class Item35 + { + dataType="Marker"; + position[]={10359.588,64.967743,16886.316}; + name="control_36"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2185; + atlOffset=-3.8914337; + }; + class Item36 + { + dataType="Marker"; + position[]={12591.521,180.31,1507.5975}; + name="control_37"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2187; + atlOffset=-3.8914337; + }; + class Item37 + { + dataType="Marker"; + position[]={13056.367,142.25862,3344.1885}; + name="control_38"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2189; + atlOffset=-3.8914337; + }; + class Item38 + { + dataType="Marker"; + position[]={10460.766,181.50572,5401.2832}; + name="control_39"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2191; + atlOffset=-3.8914337; + }; + class Item39 + { + dataType="Marker"; + position[]={10761.432,115.33353,8975.4541}; + name="control_40"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2193; + atlOffset=-3.8914337; + }; + class Item40 + { + dataType="Marker"; + position[]={9606.6855,99.691399,10983.214}; + name="control_41"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2195; + atlOffset=-3.8914337; + }; + class Item41 + { + dataType="Marker"; + position[]={13492.182,74.85392,13571.608}; + name="control_42"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2197; + atlOffset=-3.8914337; + }; + class Item42 + { + dataType="Marker"; + position[]={10907.249,64.913803,17613.195}; + name="control_43"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2199; + atlOffset=-3.8914337; + }; + class Item43 + { + dataType="Logic"; + class PositionInfo + { + position[]={16225.714,78.264343,15846.118}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2128; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item44 + { + dataType="Logic"; + class PositionInfo + { + position[]={6084.8511,117.23922,3611.5112}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2129; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item45 + { + dataType="Logic"; + class PositionInfo + { + position[]={13885.175,85.406738,10518.932}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2130; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item46 + { + dataType="Logic"; + class PositionInfo + { + position[]={18389.225,74.611862,15766.646}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2131; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item47 + { + dataType="Logic"; + class PositionInfo + { + position[]={15368.475,81.536888,13977.221}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2132; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item48 + { + dataType="Logic"; + class PositionInfo + { + position[]={4593.6709,118.84402,4609.418}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2133; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item49 + { + dataType="Logic"; + class PositionInfo + { + position[]={19273.277,131.76894,8680.0381}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2134; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item50 + { + dataType="Logic"; + class PositionInfo + { + position[]={19417.326,122.18738,10714.878}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2135; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item51 + { + dataType="Logic"; + class PositionInfo + { + position[]={18771.285,78.964577,17575.635}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2136; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item52 + { + dataType="Logic"; + class PositionInfo + { + position[]={8355.0508,92.978447,14044.019}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2137; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item53 + { + dataType="Logic"; + class PositionInfo + { + position[]={7141.3555,107.79391,12908.047}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2138; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item54 + { + dataType="Logic"; + class PositionInfo + { + position[]={15888.455,99.643044,6756.2622}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2139; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item55 + { + dataType="Logic"; + class PositionInfo + { + position[]={14781.295,91.382591,8797.8301}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2140; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item56 + { + dataType="Logic"; + class PositionInfo + { + position[]={8302.79,143.14406,5040.6421}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2142; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item57 + { + dataType="Logic"; + class PositionInfo + { + position[]={7407.9219,131.43437,8933.3096}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2144; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item58 + { + dataType="Logic"; + class PositionInfo + { + position[]={6013.7036,116.15823,11897.617}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2146; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item59 + { + dataType="Logic"; + class PositionInfo + { + position[]={3902.5742,117.85303,13865.757}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2148; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item60 + { + dataType="Logic"; + class PositionInfo + { + position[]={3826.2185,96.710052,15764.048}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2150; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item61 + { + dataType="Logic"; + class PositionInfo + { + position[]={4632.1797,79.445862,18127.057}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2152; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item62 + { + dataType="Logic"; + class PositionInfo + { + position[]={6676.8574,71.249336,19004.189}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2154; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item63 + { + dataType="Logic"; + class PositionInfo + { + position[]={7566.3486,81.505348,16045.021}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2156; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item64 + { + dataType="Logic"; + class PositionInfo + { + position[]={2270.1362,132.39525,11710.232}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2158; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item65 + { + dataType="Logic"; + class PositionInfo + { + position[]={5905.7705,163.1608,8873.9434}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2160; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item66 + { + dataType="Logic"; + class PositionInfo + { + position[]={8698.0547,143.27629,1786.3379}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2162; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item67 + { + dataType="Logic"; + class PositionInfo + { + position[]={4116.6245,111.71415,2388.9563}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2164; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item68 + { + dataType="Logic"; + class PositionInfo + { + position[]={1346.0331,105.51,2793.9197}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2166; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item69 + { + dataType="Logic"; + class PositionInfo + { + position[]={3288.189,111.05824,7665.8828}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2168; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item70 + { + dataType="Logic"; + class PositionInfo + { + position[]={10071.222,91.450119,12400.347}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2170; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item71 + { + dataType="Logic"; + class PositionInfo + { + position[]={16557.066,132.67572,4506.7031}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2172; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item72 + { + dataType="Logic"; + class PositionInfo + { + position[]={13264.517,103.40097,5696.3242}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2174; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item73 + { + dataType="Logic"; + class PositionInfo + { + position[]={15162.548,106.56982,2189.6826}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2176; + type="ModuleHideTerrainObjects_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item74 + { + dataType="Logic"; + class PositionInfo + { + position[]={11295.173,93.94043,10624.787}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2178; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item75 + { + dataType="Logic"; + class PositionInfo + { + position[]={13956.17,75.840714,18229.641}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2180; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item76 + { + dataType="Logic"; + class PositionInfo + { + position[]={9948.6387,119.75842,8666.0215}; + angles[]={0.0060001095,0,0.019996032}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2182; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.011772156; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item77 + { + dataType="Logic"; + class PositionInfo + { + position[]={11532.864,94.454498,7803.5781}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2184; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item78 + { + dataType="Logic"; + class PositionInfo + { + position[]={10359.065,68.858131,16886.805}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2186; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item79 + { + dataType="Logic"; + class PositionInfo + { + position[]={12590.999,184.19843,1508.0868}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2188; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item80 + { + dataType="Logic"; + class PositionInfo + { + position[]={13055.845,146.15038,3344.6777}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2190; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item81 + { + dataType="Logic"; + class PositionInfo + { + position[]={10460.243,185.395,5401.7725}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2192; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item82 + { + dataType="Logic"; + class PositionInfo + { + position[]={10760.909,119.21791,8975.9434}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2194; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item83 + { + dataType="Logic"; + class PositionInfo + { + position[]={9606.1631,103.59112,10983.703}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2196; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item84 + { + dataType="Logic"; + class PositionInfo + { + position[]={13491.659,78.83744,13572.098}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2198; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item85 + { + dataType="Logic"; + class PositionInfo + { + position[]={10906.727,68.802666,17613.684}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2200; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=1235; + atlOffset=-116.76; + }; + class Item3 + { + dataType="Marker"; + position[]={21594.354,146.22559,7284.3301}; + name="CSAT_carrier"; + type="flag_CSAT"; + id=1794; + atlOffset=13.598297; + }; + class Item4 + { + dataType="Marker"; + position[]={-1087.282,102.995,17670.42}; + name="NATO_carrier"; + type="flag_UN"; + id=1795; + atlOffset=8.528511; + }; + }; + id=1167; + atlOffset=8.4492517e+010; + }; + class Item3 + { + dataType="Layer"; + name="factories"; + state=2; + class Entities + { + items=7; + class Item0 + { + dataType="Layer"; + name="factory_1"; + class Entities + { + items=6; + class Item0 + { + dataType="Marker"; + position[]={12671.63,95.913025,8328.0527}; + name="fact_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=142.42159; + id=1823; + }; + class Item1 + { + dataType="Marker"; + position[]={12655.872,95.709511,8319.7715}; + name="factory_1"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorBrown"; + a=176.65199; + b=51.507999; + angle=316.58197; + id=1824; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={12559.348,100.28281,8205.3594}; + angles[]={0,0.51823127,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1976; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={12665.895,101.65913,8386.5273}; + angles[]={0,2.4180295,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1975; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={12684.605,100.20187,8311.0537}; + angles[]={0,5.4538622,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1977; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item5 + { + dataType="Marker"; + position[]={12648.693,95.642258,8305.334}; + name="fact_1_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=124.26476; + id=2585; + }; + }; + id=1244; + atlOffset=-116.76; + }; + class Item1 + { + dataType="Layer"; + name="factory_2"; + class Entities + { + items=8; + class Item0 + { + dataType="Marker"; + position[]={10394.598,106.47,7256.123}; + name="fact_2_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=271.35046; + id=1826; + }; + class Item1 + { + dataType="Marker"; + position[]={10446.199,106.47,7260.189}; + name="factory_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=86.49707; + b=96.506836; + id=1827; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={10375.987,111.36992,7180.2842}; + angles[]={0,0.65339965,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1979; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0050811768; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={10460.791,111.375,7300.9546}; + angles[]={0,3.105648,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1980; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={10472.979,111.36992,7177.3037}; + angles[]={0,6.0528712,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1981; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0050811768; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={10372.662,106.47,7256.3779}; + }; + areaSize[]={7.1690001,0,7.2269959}; + areaIsRectangle=1; + flags=1; + id=1982; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={10374.77,111.3653,7316.354}; + angles[]={0,2.4213428,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1978; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0050811768; + }; + class Item7 + { + dataType="Marker"; + position[]={10378.977,106.47,7241.272}; + name="fact_2_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=358.14099; + id=2588; + }; + }; + id=1248; + atlOffset=-116.76; + }; + class Item2 + { + dataType="Layer"; + name="factory_3"; + class Entities + { + items=6; + class Item0 + { + dataType="Marker"; + position[]={3636.979,107.83969,1496.1901}; + name="fact_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=230.73042; + id=1832; + atlOffset=0.60869598; + }; + class Item1 + { + dataType="Marker"; + position[]={3658.0813,106.50443,1493.7296}; + name="factory_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=75; + b=75; + angle=12.812506; + id=1833; + atlOffset=7.6293945e-006; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={3622.8694,113.53773,1456.7115}; + angles[]={0,0.94378805,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1984; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={3680.9949,111.50799,1471.1035}; + angles[]={0,5.0341015,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1985; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.16716003; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={3625.3755,111.20934,1539.2191}; + angles[]={0,2.3321397,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1983; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item5 + { + dataType="Marker"; + position[]={3619.468,108.46128,1504.4885}; + name="fact_3_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=201.4278; + id=2587; + atlOffset=0.60869598; + }; + }; + id=1252; + atlOffset=-116.76; + }; + class Item3 + { + dataType="Layer"; + name="factory_4"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={12859.642,106.62936,5587.2197}; + name="fact_4_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=88.091858; + id=1835; + }; + class Item1 + { + dataType="Marker"; + position[]={12840.15,106.51001,5542.0801}; + name="factory_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=97.571136; + b=108.52962; + angle=341.09393; + id=1836; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={12896.069,111.39414,5508.897}; + angles[]={0,5.3829384,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1988; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={12769.937,111.41501,5590.9668}; + angles[]={0,1.9743924,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1986; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={12843.663,111.77507,5625.0044}; + angles[]={0,2.7320015,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1987; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={12808.396,111.46455,5466.6382}; + angles[]={0,0.16666034,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1989; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Marker"; + position[]={12866.298,106.57363,5568.9951}; + name="fact_4_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=45.467579; + id=2586; + }; + }; + id=1256; + atlOffset=-116.76; + }; + class Item4 + { + dataType="Layer"; + name="factory_5"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={3072.1316,82.370422,15502.81}; + name="fact_5_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=112.37476; + id=1838; + }; + class Item1 + { + dataType="Marker"; + position[]={3100.6304,82.021011,15545.356}; + name="factory_5"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=85.275757; + b=97.295898; + angle=18.806229; + id=1839; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={3030.0916,86.772797,15505.266}; + angles[]={0,1.3068883,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1991; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0025024414; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={3051.2144,84.803841,15606.565}; + angles[]={0,2.3169119,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1992; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={3171.1135,86.764282,15607.965}; + angles[]={0,4.2236938,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1993; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={3138.645,88.200485,15433.863}; + angles[]={0,5.9836292,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1990; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Marker"; + position[]={3092.4165,82.655998,15497.225}; + name="fact_5_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=275.02606; + id=2583; + }; + }; + id=1260; + atlOffset=-116.76; + }; + class Item5 + { + dataType="Layer"; + name="factory_6"; + class Entities + { + items=5; + class Item0 + { + dataType="Marker"; + position[]={11026.419,91.088745,11438.381}; + name="fact_6_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=48.631687; + id=1844; + }; + class Item1 + { + dataType="Marker"; + position[]={11051.099,91.236687,11414.195}; + name="factory_6"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=75; + b=75; + angle=326.08301; + id=1845; + atlOffset=7.6293945e-006; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={11109.945,96.327988,11408.825}; + angles[]={0,5.0136008,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1996; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={11020.02,96.092369,11430.629}; + angles[]={0,2.151962,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1994; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={11061.062,95.347351,11464.775}; + angles[]={0,3.3601818,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1995; + type="Land_Cargo_Patrol_V2_F"; + }; + }; + id=1264; + atlOffset=-116.76; + }; + class Item6 + { + dataType="Layer"; + name="factory_7"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={16760.596,77.210693,17940.248}; + name="fact_7_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=229.81485; + id=1829; + }; + class Item1 + { + dataType="Marker"; + position[]={16735.154,77.031525,17971.348}; + name="factory_7"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=68.728333; + b=68.069115; + angle=324.72681; + id=1830; + atlOffset=0.025985718; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={16663.436,80.933868,17987.148}; + angles[]={0,1.9932342,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1998; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.002243042; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={16732.926,81.787468,18032.828}; + angles[]={0,3.2010744,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1999; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={16801.578,82.216713,17951.713}; + angles[]={0,4.6165199,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2000; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.002243042; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={16723.236,82.103714,17896.887}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1997; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.002243042; + }; + class Item6 + { + dataType="Marker"; + position[]={16746.547,77.124077,17951.059}; + name="fact_7_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=229.81485; + id=2584; + }; + }; + id=1268; + atlOffset=-116.76; + }; + }; + id=1243; + atlOffset=10.792679; + }; + class Item4 + { + dataType="Layer"; + name="outposts"; + state=2; + class Entities + { + items=19; + class Item0 + { + dataType="Layer"; + name="outpost_1"; + class Entities + { + items=8; + class Item0 + { + dataType="Marker"; + position[]={15633.15,85.537964,14670.242}; + name="outp_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=117.04991; + id=1859; + atlOffset=10.456795; + }; + class Item1 + { + dataType="Marker"; + position[]={15581.271,75.0476,14691.373}; + name="outpost_1"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=87.57959; + b=86.227051; + id=1860; + }; + class Item2 + { + dataType="Marker"; + position[]={15554.472,75.0476,14675.992}; + name="outp_1_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1861; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={15521.987,79.79808,14722.072}; + angles[]={0,1.8385134,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2001; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.022438049; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={15554.798,79.953133,14637.702}; + angles[]={0,0.37216347,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2002; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.00017547607; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={15628.306,79.952599,14660.607}; + angles[]={0,4.7565007,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2003; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Marker"; + position[]={15620.24,85.503998,14672.294}; + name="outp_1_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=117.05; + id=3242; + atlOffset=10.456398; + }; + class Item7 + { + dataType="Marker"; + position[]={15611.142,85.50444,14681.657}; + name="outp_1_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=117.0499; + id=3243; + atlOffset=10.456741; + }; + }; + id=892; + atlOffset=-116.76; + }; + class Item1 + { + dataType="Layer"; + name="outpost_2"; + class Entities + { + items=31; + class Item0 + { + dataType="Marker"; + position[]={1249.0989,138.20007,13046.974}; + name="outp_2_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1880; + }; + class Item1 + { + dataType="Marker"; + position[]={1255.4949,138.07477,13087.986}; + name="outp_2_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=89.548355; + id=1882; + }; + class Item2 + { + dataType="Marker"; + position[]={1246.0703,138.20007,13064.899}; + name="outpost_2"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=89.734741; + b=75; + angle=351.87891; + id=1883; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={1192.0974,137.99977,13045.146}; + angles[]={6.2765622,1.5212603,0.037314966}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2050; + type="Land_HelipadSquare_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={1166.9175,140.90005,13085.983}; + angles[]={0,2.1112397,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2046; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={1169.6104,140.95894,13030.66}; + angles[]={0,0.35281283,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2047; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=1.5258789e-005; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={1265.4636,143.1037,13064.781}; + angles[]={0,4.6492176,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2048; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=1.5258789e-005; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={1215.4692,138.20007,13065.025}; + }; + areaSize[]={5,0,13.370605}; + flags=1; + id=2044; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={1190.5487,138.13112,13077.099}; + angles[]={0.0045412821,1.5212603,0.0098809516}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2049; + type="Land_HelipadSquare_F"; + }; + class Item9 + { + dataType="Marker"; + position[]={1238.0984,138.17445,13086.19}; + name="outp_2_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=89.548355; + id=2743; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={1204.1948,138.9257,13029.783}; + angles[]={6.2817621,3.0766568,0.006108406}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2725; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={1195.8751,138.82249,13029.316}; + angles[]={6.2799101,3.0766568,0.018335201}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2726; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={1187.6259,138.43057,13028.925}; + angles[]={6.2776828,3.0766568,0.070187747}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2727; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={1180.0378,137.78667,13028.456}; + angles[]={0.0009765625,3.0766568,0.089890592}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2728; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={1167.5331,136.64796,13026.121}; + angles[]={6.2769899,3.4800482,0.075287566}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2729; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={1163.5402,136.41869,13033.795}; + angles[]={0.00077204045,4.6520095,0.040550709}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2730; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={1161.2377,136.39944,13074.71}; + angles[]={0.0089769717,1.5047461,0.11834706}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2731; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={1161.5791,136.5374,13066.007}; + angles[]={0.0085762804,1.5050913,0.087116994}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2732; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={1162.0782,136.49911,13057.689}; + angles[]={6.2761774,1.5034623,0.05732841}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2733; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={1162.5018,136.43503,13049.441}; + angles[]={6.2712302,1.5015601,0.046556387}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2734; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={1163.0001,136.40073,13041.855}; + angles[]={6.2799282,1.5009267,0.037316564}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2735; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={1160.4563,136.12161,13081.632}; + angles[]={0.024000978,1.5047461,0.12121963}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2736; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={1161.7966,136.13614,13087.803}; + angles[]={0.018099615,2.1394482,0.11180585}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2737; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={1209.0465,138.84105,13092.579}; + angles[]={0.0220327,3.0766568,0.016406724}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2738; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={1200.3427,138.72209,13092.271}; + angles[]={0.04544818,3.0766568,0.012318902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2739; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={1192.0229,138.44453,13091.805}; + angles[]={0.075691424,3.0766568,0.041763216}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2740; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={1183.7737,137.94992,13091.413}; + angles[]={0.083921663,3.0766568,0.082314923}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2741; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={1176.1857,137.34055,13090.944}; + angles[]={0.072513729,3.0766568,0.088982351}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2742; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={1212.8987,138.93968,13030.091}; + angles[]={0,3.0766568,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2724; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Marker"; + position[]={1278.8931,138.02501,13075.991}; + name="outp_2_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=356.36734; + id=3235; + }; + class Item30 + { + dataType="Marker"; + position[]={1279.698,138.18391,13062.932}; + name="outp_2_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=356.36731; + id=3236; + }; + }; + id=897; + atlOffset=-116.76; + }; + class Item2 + { + dataType="Layer"; + name="outpost_3"; + class Entities + { + items=10; + class Item0 + { + dataType="Marker"; + position[]={1758.2034,100.43763,1350.2983}; + name="outp_3_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1890; + }; + class Item1 + { + dataType="Marker"; + position[]={1761.6918,101.10288,1317.1868}; + name="outp_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=178.80249; + id=1892; + }; + class Item2 + { + dataType="Marker"; + position[]={1774.413,100.758,1332.741}; + name="outpost_3"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1893; + atlOffset=0.00047302246; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={1788.5601,106.30859,1291.7905}; + angles[]={0,6.0255494,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2052; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={1729.7472,106.23087,1311.621}; + angles[]={0,0.89104187,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2053; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={1751.4733,105.137,1361.5557}; + angles[]={0,2.6313961,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2054; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={1794.5317,100.61826,1331.5084}; + angles[]={0.019999012,0.38352445,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2051; + type="Land_HelipadSquare_F"; + }; + class Item7 + { + dataType="Marker"; + position[]={1776.4186,101.13681,1313.0176}; + name="outp_3_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=215.32669; + id=2628; + }; + class Item8 + { + dataType="Marker"; + position[]={1764.6893,101.25735,1276.9482}; + name="outp_3_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=21.71221; + id=3217; + }; + class Item9 + { + dataType="Marker"; + position[]={1775.1497,101.27321,1273.1384}; + name="outp_3_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=22.680872; + id=3218; + }; + }; + id=902; + atlOffset=-116.76; + }; + class Item3 + { + dataType="Layer"; + name="outpost_4"; + class Entities + { + items=12; + class Item0 + { + dataType="Marker"; + position[]={15120.294,109.14326,2290.2268}; + name="outp_4_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=205.4153; + id=1895; + }; + class Item1 + { + dataType="Marker"; + position[]={15110.995,109.4379,2306.8838}; + name="outpost_4"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1896; + atlOffset=-7.6293945e-006; + }; + class Item2 + { + dataType="Marker"; + position[]={15094.674,109.81705,2317.6914}; + name="outp_4_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1897; + atlOffset=-7.6293945e-006; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={15167.303,112.33624,2309.3328}; + angles[]={0,4.6557531,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2055; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={15146.808,112.94214,2264.1138}; + angles[]={0,5.1548843,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2056; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={15067.184,115.16982,2286.4114}; + angles[]={0,0.95286024,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2057; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={15110.549,109.15569,2269.3391}; + angles[]={0,0.32386065,0}; + }; + areaSize[]={6.7210813,0,2.7798028}; + areaIsRectangle=1; + flags=1; + id=2058; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0052642822; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Marker"; + position[]={15106.287,109.50629,2293.656}; + name="outp_4_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=168.02142; + id=2620; + atlOffset=-7.6293945e-006; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={15086.711,114.72629,2348.7373}; + angles[]={0,2.868202,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2621; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={15087.989,109.80878,2345.9402}; + angles[]={0.0080009829,0.32386065,6.2551947}; + }; + areaSize[]={4.2854767,0,2.7798028}; + areaIsRectangle=1; + flags=1; + id=2622; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Marker"; + position[]={15060.712,110.26378,2268.0042}; + name="outp_4_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=17.000061; + id=3219; + atlOffset=-7.6293945e-006; + }; + class Item11 + { + dataType="Marker"; + position[]={15074.979,109.94851,2264.0259}; + name="outp_4_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=17.000059; + id=3220; + }; + }; + id=907; + atlOffset=-116.76; + }; + class Item4 + { + dataType="Layer"; + name="outpost_5"; + class Entities + { + items=14; + class Item0 + { + dataType="Marker"; + position[]={13447.321,112.12154,4064.0037}; + name="outp_5_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=77.139015; + id=1899; + atlOffset=8.3115387; + }; + class Item1 + { + dataType="Marker"; + position[]={13429.197,103.81,4073.8738}; + name="outpost_5"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1900; + }; + class Item2 + { + dataType="Marker"; + position[]={13433.703,103.8101,4021.1667}; + name="outp_5_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1901; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={13436.125,108.73244,4009.3853}; + angles[]={0,0.032253198,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2062; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.007194519; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={13495.305,108.24335,4047.603}; + angles[]={0,5.3862629,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2063; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={13428.089,116.69592,4124.2544}; + angles[]={0,4.1171794,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2061; + type="Land_Cargo_Tower_V2_F"; + atlOffset=-7.6293945e-005; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={13484.369,103.40858,4073.3083}; + angles[]={0,0.92666101,0}; + }; + areaSize[]={7.6739011,0,5}; + areaIsRectangle=1; + flags=1; + id=2059; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0026016235; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={13410.813,103.81,4098.6851}; + angles[]={0,2.5410647,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2060; + type="Land_HelipadSquare_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={13451.068,103.80999,4033.8403}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2202; + type="land_gm_radio_antenna_01"; + }; + class Item9 + { + dataType="Marker"; + position[]={13454.301,112.12154,4051.6028}; + name="outp_5_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=59.216202; + id=2623; + atlOffset=8.3115387; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={13374.623,103.84199,4094.9177}; + angles[]={6.2792792,0.92666101,6.2734323}; + }; + areaSize[]={4.3568487,0,3.5200722}; + areaIsRectangle=1; + flags=1; + id=2624; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={13373.955,108.75827,4095.4641}; + angles[]={0,1.7266352,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2625; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item12 + { + dataType="Marker"; + position[]={13504.577,110.69067,4079.9331}; + name="outp_5_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=233.79573; + id=3221; + atlOffset=8.3115921; + }; + class Item13 + { + dataType="Marker"; + position[]={13487.231,111.099,4101.6172}; + name="outp_5_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=231.75591; + id=3222; + atlOffset=8.3114395; + }; + }; + id=912; + atlOffset=-116.76; + }; + class Item5 + { + dataType="Layer"; + name="outpost_6"; + class Entities + { + items=15; + class Item0 + { + dataType="Marker"; + position[]={13498.969,91.831268,9224.1328}; + name="outp_6_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=113.78967; + id=1903; + }; + class Item1 + { + dataType="Marker"; + position[]={13501.369,91.831001,9277.0449}; + name="outpost_6"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=109.60435; + angle=24.260649; + id=1904; + atlOffset=-0.00026702881; + }; + class Item2 + { + dataType="Marker"; + position[]={13471.723,80.22374,9241.7852}; + name="outp_6_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1905; + atlOffset=-11.607529; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={13508.286,91.852631,9303.333}; + angles[]={0,5.1541762,6.2707272}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2069; + type="Land_HelipadSquare_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={13558.151,96.296211,9333.4707}; + angles[]={0,5.2037067,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2065; + type="Land_Cargo_HQ_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={13501.696,96.604141,9195.5322}; + angles[]={0,6.01828,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2066; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.02571106; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={13574.026,97.236794,9351.9111}; + angles[]={0,4.3577056,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2067; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.02571106; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={13507.49,105.80425,9367.5771}; + angles[]={0,5.1838312,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2064; + type="Land_Cargo_Tower_V2_F"; + atlOffset=-0.011550903; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={13520.177,91.60704,9216.6885}; + angles[]={0,0.47667342,0}; + }; + areaSize[]={5,0,8.062953}; + areaIsRectangle=1; + flags=1; + id=2070; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.0017166138; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={13486.947,91.831268,9257.6768}; + angles[]={0,5.1541762,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2068; + type="Land_HelipadSquare_F"; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={13492.151,93.061394,9346.1533}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2203; + type="land_gm_radio_antenna_01"; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={13423.315,97.1661,9225.002}; + angles[]={0,1.026235,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2752; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item12 + { + dataType="Marker"; + position[]={13505.59,91.831268,9235.9902}; + name="outp_6_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=113.78964; + id=3228; + }; + class Item13 + { + dataType="Marker"; + position[]={13546.086,91.309761,9213.1016}; + name="outp_6_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=293.34119; + id=3229; + }; + class Item14 + { + dataType="Marker"; + position[]={13540.591,91.296356,9202.8076}; + name="outp_6_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=293.34119; + id=3230; + }; + }; + id=917; + atlOffset=-116.76; + }; + class Item6 + { + dataType="Layer"; + name="outpost_7"; + class Entities + { + items=11; + class Item0 + { + dataType="Marker"; + position[]={14588.525,80.489998,12105.863}; + name="outp_7_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=145.45479; + id=1907; + }; + class Item1 + { + dataType="Marker"; + position[]={14618.196,80.489998,12132.646}; + name="outpost_7"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1908; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={14639.702,85.394997,12107.547}; + angles[]={0,5.6162901,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2072; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={14623.435,85.395004,12139.475}; + angles[]={0,3.0617981,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2073; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={14573.504,85.067467,12113.272}; + angles[]={0,1.8417231,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2071; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={14654.066,81.09697,12117.222}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2206; + type="land_gm_radio_antenna_01"; + atlOffset=-7.6293945e-006; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={14611.437,85.407402,12084.225}; + angles[]={0,0.11271781,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2750; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item7 + { + dataType="Marker"; + position[]={14601.199,80.489998,12115.471}; + name="outp_7_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=145.36368; + id=2751; + }; + class Item8 + { + dataType="Marker"; + position[]={14572.311,80.150841,12064.998}; + name="outp_7_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=51.269989; + id=3239; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={14571.968,80.132385,12069.446}; + angles[]={0.011995304,0,0.0080009829}; + }; + areaSize[]={1,0,1}; + flags=1; + id=3241; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={14572.38,80.08963,12065.108}; + angles[]={0,5.6163297,0}; + }; + areaSize[]={5.2854471,0,10.37831}; + areaIsRectangle=1; + flags=1; + id=3238; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.062950134; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=7; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=922; + atlOffset=-116.76; + }; + class Item7 + { + dataType="Layer"; + name="outpost_8"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={19827.615,129.19023,11298.506}; + name="outp_8_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=20; + b=5; + angle=185.79483; + id=1912; + }; + class Item1 + { + dataType="Marker"; + position[]={19805.076,129.2737,11318.366}; + name="outpost_8"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + angle=335.53992; + id=1913; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={19865.557,133.59615,11288.875}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2075; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={19737.027,135.60248,11334.207}; + angles[]={0,1.1485656,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2076; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={19821.076,141.67122,11326.739}; + angles[]={0,2.6351585,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2074; + type="Land_Cargo_Tower_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={19777.654,129.8502,11331.519}; + angles[]={0.0039967569,5.8545904,6.259192}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2077; + type="Land_HelipadSquare_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={19830.113,132.55159,11395.092}; + angles[]={0,3.2595847,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2594; + type="Land_Cargo_Patrol_V2_F"; + }; + }; + id=927; + atlOffset=-116.76; + }; + class Item8 + { + dataType="Layer"; + name="outpost_9"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={13730.116,76.082947,16338.41}; + name="outp_9_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=94.831978; + id=1916; + }; + class Item1 + { + dataType="Marker"; + position[]={13692.993,75.536179,16351.436}; + name="outpost_9"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1917; + atlOffset=-0.00022888184; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={13732.262,81.105812,16291.379}; + angles[]={0,5.8103423,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2080; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={13742.173,80.762604,16371.673}; + angles[]={0,3.5555058,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2081; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={13644.126,79.450676,16365.859}; + angles[]={0,1.7572714,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2082; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={13694.561,80.657967,16295.923}; + angles[]={0,0.046005353,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2083; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={13745.043,76.093285,16339.714}; + angles[]={0,0.11079395,0}; + }; + areaSize[]={2.4740005,0,7.5796685}; + areaIsRectangle=1; + flags=1; + id=2078; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0016555786; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={13669.86,75.098358,16354.893}; + angles[]={0.0080009829,3.1068482,0.017997233}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2079; + type="Land_HelipadSquare_F"; + }; + class Item8 + { + dataType="Marker"; + position[]={13717.743,75.965431,16339.371}; + name="outp_9_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=94.83197; + id=3244; + }; + }; + id=932; + atlOffset=-116.76; + }; + class Item9 + { + dataType="Layer"; + name="outpost_10"; + class Entities + { + items=10; + class Item0 + { + dataType="Marker"; + position[]={11588.91,74.168686,17636.938}; + name="outp_10_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=184.66779; + id=1919; + }; + class Item1 + { + dataType="Marker"; + position[]={11619.842,74.340874,17704.918}; + name="outpost_10"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=92.023926; + b=98.558594; + id=1920; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={11657.781,78.106293,17642.506}; + angles[]={0,5.5271368,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2005; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.010932922; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={11625.84,79.455666,17782.531}; + angles[]={0,3.180779,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2006; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.010932922; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={11589.194,74.167725,17641.822}; + angles[]={0,0.077683806,0}; + }; + areaSize[]={11.562381,0,5.7774029}; + areaIsRectangle=1; + flags=1; + id=2007; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.001121521; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={11551.618,79.769882,17655.381}; + angles[]={0,1.1026609,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2004; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.010932922; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={11648.881,74.072662,17721.152}; + angles[]={6.2751918,4.0974216,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2084; + type="Land_HelipadSquare_F"; + atlOffset=7.6293945e-006; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={11575.245,75.056374,17731.84}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2205; + type="land_gm_radio_antenna_01"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={11550.44,80.015327,17715.631}; + angles[]={0,1.6276745,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2593; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.010932922; + }; + class Item9 + { + dataType="Marker"; + position[]={11589.917,74.258835,17647.766}; + name="outp_10_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=184.66777; + id=3245; + }; + }; + id=937; + atlOffset=-116.76; + }; + class Item10 + { + dataType="Layer"; + name="outpost_11"; + class Entities + { + items=10; + class Item0 + { + dataType="Marker"; + position[]={6859.0835,84.845795,17599.609}; + name="outp_11_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=152.56854; + id=1923; + atlOffset=9.8995209; + }; + class Item1 + { + dataType="Marker"; + position[]={6872.6704,74.128189,17643.93}; + name="outpost_11"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=62.931515; + b=54.077778; + angle=332.30432; + id=1924; + atlOffset=-0.0013580322; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={6876.4658,78.83963,17683.328}; + angles[]={0,3.0551841,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2009; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-3.0517578e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={6843.1494,79.647461,17603.924}; + angles[]={0,0.43242469,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2010; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.044845581; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={6915.0488,79.457245,17639.873}; + angles[]={0,5.0670762,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2008; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.019927979; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={6849.0181,73.708038,17665.438}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2201; + type="land_gm_radio_antenna_01"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={6815.4136,78.8526,17647.91}; + angles[]={0,1.5805334,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2744; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item7 + { + dataType="Marker"; + position[]={6912.4976,85.049591,17628.479}; + name="outp_11_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=151.8688; + id=2745; + atlOffset=10.366539; + }; + class Item8 + { + dataType="Marker"; + position[]={6879.3877,84.730583,17610.289}; + name="outp_11_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=152.56854; + id=3246; + atlOffset=9.9073868; + }; + class Item9 + { + dataType="Marker"; + position[]={6897.0366,84.649475,17620.074}; + name="outp_11_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=152.56854; + id=3247; + atlOffset=9.899559; + }; + }; + id=942; + atlOffset=-116.76; + }; + class Item11 + { + dataType="Layer"; + name="outpost_12"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={9074.1729,158.47949,5742.0869}; + name="outp_12_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=358.39633; + id=1927; + atlOffset=5.9995575; + }; + class Item1 + { + dataType="Marker"; + position[]={9101.6465,152.3924,5722.0864}; + name="outpost_12"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + angle=59.041492; + id=1928; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={9089.6494,157.28761,5787.291}; + angles[]={0,1.7936208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2012; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={9155.5732,157.55609,5695.7827}; + angles[]={0,4.210515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2013; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={9040.0645,158.03778,5759.1597}; + angles[]={0,1.7936208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2011; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Marker"; + position[]={9084.5732,158.32396,5727.958}; + name="outp_12_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=358.39633; + id=2626; + atlOffset=5.9995575; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={9091.6152,155.64215,5659.5054}; + angles[]={0,6.2104936,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2627; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item7 + { + dataType="Marker"; + position[]={9090.9443,158.39583,5749.3564}; + name="outp_12_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=277.68164; + id=3231; + atlOffset=5.9995575; + }; + class Item8 + { + dataType="Marker"; + position[]={9098.1953,158.41924,5735.2598}; + name="outp_12_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=275.12006; + id=3232; + atlOffset=5.9995575; + }; + }; + id=947; + atlOffset=-116.76; + }; + class Item12 + { + dataType="Layer"; + name="outpost_13"; + class Entities + { + items=37; + class Item0 + { + dataType="Marker"; + position[]={2524.4529,110.59265,8400.9375}; + name="outp_13_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=359.62262; + id=1931; + }; + class Item1 + { + dataType="Marker"; + position[]={2542.6458,110.94485,8381.6895}; + name="outpost_13"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1932; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={2591.6958,116.3632,8407.7861}; + angles[]={0,4.4270768,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2017; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={2542.4417,117.82993,8396.5781}; + angles[]={0,3.0853114,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2014; + type="Land_PoliceStation_01_F"; + atlOffset=7.6293945e-006; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={2544.2744,116.06319,8393.2607}; + angles[]={0,6.2321205,0}; + }; + areaSize[]={9.665,0,11.316}; + areaIsRectangle=1; + flags=1; + id=2015; + type="ModuleHideTerrainObjects_F"; + atlOffset=5.2179871; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={2530.3601,113.49259,8409.5205}; + angles[]={6.0421505,6.2321205,6.2541389}; + }; + areaSize[]={12.216654,0,3.4238324}; + areaIsRectangle=1; + flags=1; + id=2018; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.8687439; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={2513.8354,115.41034,8403.1709}; + angles[]={0,2.4898901,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2016; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={2530.6047,110.94519,8367.8926}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2204; + type="land_gm_radio_antenna_01"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={2596.1516,117.14606,8361.6484}; + angles[]={0,5.5609131,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2653; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={2520.4934,115.99566,8353.7627}; + angles[]={0,0.73171252,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2654; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item10 + { + dataType="Marker"; + position[]={2526.2043,110.75706,8379.7383}; + name="outp_13_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=356.23157; + id=2656; + atlOffset=-7.6293945e-006; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={2526.8955,112.02416,8348.1445}; + angles[]={0.019996032,3.0238769,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2630; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={2535.095,112.11345,8348.9102}; + angles[]={0.019996032,3.0238769,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2631; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={2542.8474,112.20276,8349.8672}; + angles[]={0.017997233,3.0238769,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2632; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={2550.6802,112.28131,8350.8682}; + angles[]={0.019996032,3.0238769,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2633; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={2559.2153,112.38361,8351.9082}; + angles[]={0.017997233,3.0238769,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2634; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={2566.6584,112.52095,8352.5586}; + angles[]={0.018000545,3.0238769,0.0219975}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2635; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={2574.5183,112.67894,8353.3877}; + angles[]={0.018000545,3.0238769,0.0219975}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2636; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={2582.2163,112.83306,8354.2344}; + angles[]={0.018000545,3.0238769,0.0219975}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2637; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={2589.7505,112.9755,8355.001}; + angles[]={0.017997233,3.0238769,0.019999012}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2638; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={2598.3784,113.12208,8356.001}; + angles[]={0.015998369,3.0238769,0.019996032}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2639; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={2598.2905,112.19465,8414.3623}; + angles[]={0.01799392,4.6260214,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2640; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={2599.002,112.36455,8406.583}; + angles[]={0.02399601,4.6259823,0.017997233}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2641; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={2599.7546,112.50349,8398.7227}; + angles[]={0.013995145,4.6259918,0.019996032}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2642; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={2600.5242,112.63877,8390.1592}; + angles[]={0.013995145,4.6260214,0.019996032}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2643; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={2600.939,112.75422,8382.6992}; + angles[]={0.015998369,4.6259823,0.01799392}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2644; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={2601.519,112.88346,8374.8174}; + angles[]={0.013995145,4.6259918,0.019996032}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2645; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={2602.1218,113.00941,8367.0957}; + angles[]={0.015998369,4.6260505,0.019996032}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2646; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={2602.6499,113.14085,8359.541}; + angles[]={0.015998369,4.6261106,0.019996032}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2647; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={2567.5024,111.74556,8412.2266}; + angles[]={0,3.0238769,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2649; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={2575.2004,111.85529,8413.0732}; + angles[]={0.0060001095,3.0238769,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2650; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={2582.7346,111.96272,8413.8398}; + angles[]={0.012000273,3.0238769,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2651; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={2591.3625,112.07487,8414.8398}; + angles[]={0.015998369,3.0238769,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2652; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={2584.1924,111.67066,8382.2539}; + angles[]={0.013999403,4.6338568,0.02199479}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2655; + type="Land_HelipadSquare_F"; + atlOffset=-2.2888184e-005; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={2518.9202,111.94121,8347.3174}; + angles[]={0.019996032,3.0238769,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2629; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item35 + { + dataType="Marker"; + position[]={2546.2275,110.8189,8426.665}; + name="outp_13_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=174.42795; + id=3233; + }; + class Item36 + { + dataType="Logic"; + class PositionInfo + { + position[]={2546.46,113.68739,8426.835}; + angles[]={6.0421505,6.1829777,6.2541389}; + }; + areaSize[]={10.72115,0,5.3924003}; + areaIsRectangle=1; + flags=1; + id=3234; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.8614044; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=952; + atlOffset=-116.76; + }; + class Item13 + { + dataType="Layer"; + name="outpost_14"; + class Entities + { + items=10; + class Item0 + { + dataType="Marker"; + position[]={9826.0215,94.327438,12332.119}; + name="outp_14_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=168.58397; + id=1935; + atlOffset=1.1073685; + }; + class Item1 + { + dataType="Marker"; + position[]={9817.2305,94.440895,12370.373}; + name="outpost_14"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1936; + atlOffset=1.2208939; + }; + class Item2 + { + dataType="Marker"; + position[]={9799.5459,93.220001,12371.12}; + name="outp_14_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1937; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={9808.5225,98.142784,12316.194}; + angles[]={0,0.73362988,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2019; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={9867.3223,98.122253,12328.801}; + angles[]={0,5.2581339,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2020; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.0019073486; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={9783.8555,98.1614,12404.862}; + angles[]={0,2.063705,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2021; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={9855.8223,98.126907,12382.127}; + angles[]={0,3.667861,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2746; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.0019073486; + }; + class Item7 + { + dataType="Marker"; + position[]={9827.2773,94.224564,12296.883}; + name="outp_14_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=348.02493; + id=2748; + atlOffset=1.1076584; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={9827.6152,93.114998,12297.004}; + angles[]={6.2608171,6.0882683,6.2695265}; + }; + areaSize[]={15,0,5}; + areaIsRectangle=1; + flags=1; + id=2749; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={9828.7207,93.220566,12319.597}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=2747; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=957; + atlOffset=-116.76; + }; + class Item14 + { + dataType="Layer"; + name="outpost_15"; + class Entities + { + items=24; + class Item0 + { + dataType="Marker"; + position[]={8572.0439,123.38824,8766.5928}; + name="outp_15_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=155.3643; + id=1939; + }; + class Item1 + { + dataType="Marker"; + position[]={8574.1816,123.68843,8781.7578}; + name="outpost_15"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1940; + }; + class Item2 + { + dataType="Marker"; + position[]={8558.4551,123.71842,8780.6123}; + name="outp_15_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1941; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={8552.5039,128.29422,8761.8994}; + angles[]={0,1.0145866,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2027; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.019958496; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={8571.292,123.3849,8769.1846}; + angles[]={0,5.8690186,0}; + }; + areaSize[]={5,0,7.8041506}; + areaIsRectangle=1; + flags=1; + id=2023; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.057495117; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={8613.3428,127.97569,8773.0078}; + angles[]={0,4.584012,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2026; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={8557.9902,124.22746,8802.4395}; + angles[]={6.2571931,2.5108528,6.2811723}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2085; + type="Land_HelipadSquare_F"; + atlOffset=7.6293945e-006; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={8532.4092,129.27097,8802.2803}; + angles[]={0,1.6255685,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2657; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.019958496; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={8557.6045,129.66527,8823.5615}; + angles[]={0,3.0955534,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2658; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item9 + { + dataType="Marker"; + position[]={8617.7881,123.02,8754.4932}; + name="outp_15_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=334.69891; + id=2659; + atlOffset=-0.0001449585; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={8532.8604,124.81293,8789.3291}; + angles[]={6.2591896,4.2679367,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2661; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={8529.9092,125.01656,8795.6465}; + angles[]={6.261188,4.2679367,6.2631865}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2662; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={8528.1836,125.20826,8802.6416}; + angles[]={6.2571907,4.7906561,6.2671833}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2663; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={8530.7646,125.33381,8809.0586}; + angles[]={6.2571907,5.5560393,6.2671833}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2664; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={8535.4951,125.41014,8813.5518}; + angles[]={6.2531939,5.5536561,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2665; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={8540.0527,125.47736,8817.583}; + angles[]={6.2531939,5.5536561,6.2711802}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2666; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={8550.2559,125.57806,8825.3242}; + angles[]={6.2551947,5.839704,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2667; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={8545.5605,125.49018,8820.4717}; + angles[]={6.2531958,5.5536561,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2668; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={8557.7227,125.61548,8828.1602}; + angles[]={6.259192,6.2527909,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2669; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={8578.3359,125.19683,8813.833}; + angles[]={6.2571907,0.70793402,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2670; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={8573.4277,125.32484,8818.251}; + angles[]={6.259192,0.70793402,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2671; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={8568.2783,125.44467,8822.5293}; + angles[]={6.2591896,0.70793402,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2672; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={8563.5859,125.55641,8826.6768}; + angles[]={6.259192,0.70793402,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2673; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={8535.7598,124.63975,8783.6895}; + angles[]={6.2631893,4.2679367,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2660; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + }; + id=962; + atlOffset=-116.76; + }; + class Item15 + { + dataType="Layer"; + name="outpost_16"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={15252.072,100.83026,8833.4678}; + name="outp_16_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=359.85968; + id=1943; + atlOffset=5.6883698; + }; + class Item1 + { + dataType="Marker"; + position[]={15246.287,95.37838,8817.1484}; + name="outpost_16"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=40.708424; + b=75; + angle=357.66083; + id=1944; + atlOffset=-0.084999084; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={15228.87,100.01158,8842.917}; + angles[]={0,2.4844019,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2028; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.032424927; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={15251.684,108.24159,8774.8691}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2029; + type="Land_Cargo_Tower_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={15270.172,98.689331,8872.5244}; + angles[]={0,4.2681999,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2595; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.032424927; + }; + class Item5 + { + dataType="Marker"; + position[]={15238.412,100.91006,8836.4443}; + name="outp_16_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=35.476204; + id=2596; + atlOffset=5.6883698; + }; + class Item6 + { + dataType="Marker"; + position[]={15241.921,98.873039,8900.8486}; + name="outp_16_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=175.12392; + id=3225; + atlOffset=5.7236252; + }; + class Item7 + { + dataType="Marker"; + position[]={15255.351,98.716118,8902.0801}; + name="outp_16_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=175.12392; + id=3226; + atlOffset=5.7236252; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={15248.604,93.149467,8901.4727}; + angles[]={0.045966074,6.2047477,6.2771854}; + }; + areaSize[]={12.181802,0,5}; + areaIsRectangle=1; + flags=1; + id=3227; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.060462952; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=967; + atlOffset=-116.76; + }; + class Item16 + { + dataType="Layer"; + name="outpost_17"; + class Entities + { + items=12; + class Item0 + { + dataType="Marker"; + position[]={7848.7397,70.384644,19119.844}; + name="outp_17_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=11.233276; + id=1947; + }; + class Item1 + { + dataType="Marker"; + position[]={7841.6343,70.327904,19107.314}; + name="outpost_17"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1948; + }; + class Item2 + { + dataType="Marker"; + position[]={7793.1191,69.925964,19102.676}; + name="outp_17_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1949; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={7878.3691,70.540573,19088.438}; + angles[]={6.2812018,0.19969021,0.0099949092}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2034; + type="Land_HelipadSquare_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={7823.083,74.142197,19119.152}; + angles[]={0,3.3131812,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2030; + type="Land_Cargo_HQ_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={7792.5269,74.982254,19134.26}; + angles[]={0,2.17009,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2032; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={7903.2944,83.827423,19102.918}; + angles[]={0,1.7737942,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2031; + type="Land_Cargo_Tower_V2_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={7848.7676,70.325073,19094.379}; + angles[]={0,0.19969021,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2033; + type="Land_HelipadSquare_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={7786.7266,74.733284,19101.029}; + angles[]={0,0.94445658,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2592; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item9 + { + dataType="Marker"; + position[]={7863.7197,70.484123,19116.73}; + name="outp_17_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=280.69373; + id=3248; + }; + class Item10 + { + dataType="Marker"; + position[]={7877.5186,70.620712,19114.254}; + name="outp_17_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=280.69373; + id=3249; + }; + class Item11 + { + dataType="Marker"; + position[]={7889.1206,70.7715,19112.596}; + name="outp_17_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=280.69373; + id=3250; + }; + }; + id=972; + atlOffset=-116.76; + }; + class Item17 + { + dataType="Layer"; + name="outpost_18"; + class Entities + { + items=54; + class Item0 + { + dataType="Marker"; + position[]={6584.9087,107.36572,11142.578}; + name="outp_18_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=20; + b=5; + angle=236.00896; + id=1951; + atlOffset=1.5258789e-005; + }; + class Item1 + { + dataType="Marker"; + position[]={6626.9009,107.16579,11158.8}; + name="outpost_18"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=62.627659; + angle=56.348862; + id=1952; + atlOffset=-7.6293945e-006; + }; + class Item2 + { + dataType="Marker"; + position[]={6678.8335,107.13889,11136.432}; + name="outp_18_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1953; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={6594.0371,107.33845,11181.552}; + angles[]={0.0019834081,0.96281868,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2035; + type="Land_HelipadSquare_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={6627.6201,107.29672,11130.82}; + angles[]={0.0039967569,0.96281868,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2036; + type="Land_HelipadSquare_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={6634.9355,110.83137,11177.48}; + angles[]={0,5.7358379,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2039; + type="Land_Cargo_HQ_V2_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={6553.9263,112.68661,11182.694}; + angles[]={0,1.7512522,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2037; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0074462891; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={6601.3901,112.16214,11100.396}; + angles[]={0,0.12810124,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2038; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={6640.2959,111.39104,11235.761}; + angles[]={0,3.3958242,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2674; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0074462891; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={6694.9634,112.27981,11121.887}; + angles[]={0,5.1517525,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2675; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0074462891; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={6571.3618,108.38452,11202.896}; + angles[]={6.2812018,2.5971124,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2677; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={6578.5605,108.28354,11207.747}; + angles[]={0,2.5971124,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2678; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={6632.2632,107.38633,11239.463}; + angles[]={0.0020132356,2.5971124,6.2631865}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2679; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={6624.2388,107.54458,11234.82}; + angles[]={0.0019834081,2.5971124,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2680; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={6616.1045,107.70256,11230.143}; + angles[]={0.0019834081,2.5971124,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2681; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={6608.8789,107.81961,11225.542}; + angles[]={0.0019834081,2.5971124,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2682; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={6601.9966,107.93858,11220.775}; + angles[]={0,2.5971124,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2683; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={6590.3687,108.11462,11214.975}; + angles[]={0,2.5971124,6.2671909}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2684; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={6555.417,108.55792,11193.102}; + angles[]={6.2791886,2.5971124,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2685; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={6558.9971,108.36147,11159.46}; + angles[]={6.2812018,1.0110784,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2686; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={6554.4517,108.45084,11165.782}; + angles[]={6.2812018,1.0110784,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2687; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={6548.2866,108.57693,11176.5}; + angles[]={6.2771854,1.0110784,6.2671909}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2688; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={6547.2495,108.62244,11184.82}; + angles[]={6.2771854,1.7342572,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2689; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={6641.5,107.19997,11242.269}; + angles[]={0.0019834081,3.4602919,6.2591896}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2690; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={6659.1563,106.85013,11219.401}; + angles[]={0.0099949092,4.2429905,6.2551947}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2692; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={6654.9248,106.90162,11226.833}; + angles[]={0.0060001095,4.2429748,6.2551947}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2693; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={6650.272,106.98209,11235.405}; + angles[]={0.0020132356,4.2428365,6.2551923}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2694; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={6663.4746,106.82277,11210.544}; + angles[]={0.0080009829,4.2429905,6.259192}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2695; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={6676.6709,106.92525,11185.659}; + angles[]={0.018000545,4.2429905,6.2631865}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2696; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={6672.6143,106.85538,11194.12}; + angles[]={0.019996032,4.2429748,6.2591896}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2697; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={6668.5664,106.81822,11201.669}; + angles[]={0.016002094,4.2428365,6.2591896}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2698; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={6680.7998,107.01324,11177.403}; + angles[]={0.0219975,4.2429905,6.2651849}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2699; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={6693.3945,107.442,11153.523}; + angles[]={0.023993526,4.2429905,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2700; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={6689.3379,107.25818,11161.984}; + angles[]={0.025994543,4.2429748,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2701; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={6685.29,107.12765,11169.533}; + angles[]={0.023993526,4.2428365,6.2691903}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2702; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={6697.5234,107.60391,11145.268}; + angles[]={0.02399601,4.2429905,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2703; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={6702.2231,107.81731,11135.551}; + angles[]={0.02599225,4.2429905,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2704; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={6702.7129,108.01092,11127.254}; + angles[]={0.02199479,5.0470562,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2705; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={6699.2378,108.201,11117.976}; + angles[]={0.019999012,5.0470562,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2708; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={6696.0083,108.35249,11109.56}; + angles[]={0.017997233,5.0470562,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2709; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={6693.4468,108.48781,11100.955}; + angles[]={0.013999403,5.0470562,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2710; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={6686.2661,108.51045,11096.02}; + angles[]={0.0099949092,0.094797857,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2711; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={6675.9629,108.43477,11097.152}; + angles[]={0.0099949092,0.094797857,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2712; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={6666.1909,108.3682,11097.432}; + angles[]={0.0080009829,6.1979084,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2713; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={6655.9272,108.30645,11096.605}; + angles[]={0.0060001095,6.1979084,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2714; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={6646.1514,108.24967,11096.293}; + angles[]={0.0060001095,6.1979084,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2715; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={6636.4277,108.18661,11096.24}; + angles[]={0.0019834081,6.1979084,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2716; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={6629.6875,108.14851,11094.758}; + angles[]={0.0019834081,0.10500713,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2717; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={6620.4775,108.09135,11095.543}; + angles[]={0.0019834081,0.10500713,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2718; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={6611.7129,108.03738,11096.298}; + angles[]={0,0.10500713,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2719; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={6679.7744,107.79633,11140.8}; + angles[]={0.019996032,3.3868487,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2721; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={6683.377,107.88791,11135.326}; + angles[]={0.017997233,1.7902299,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2722; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={6677.7412,107.96165,11131.854}; + angles[]={0.017997233,3.4086554,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2723; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={6565.2754,108.45399,11199.193}; + angles[]={6.2791886,2.5971124,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2676; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + }; + id=977; + atlOffset=-116.76; + }; + class Item18 + { + dataType="Layer"; + name="outpost_19"; + class Entities + { + items=31; + class Item0 + { + dataType="Marker"; + position[]={17452.285,117.06059,4943.9395}; + name="outp_19_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=183.98265; + id=1955; + }; + class Item1 + { + dataType="Marker"; + position[]={17430.807,117.15714,4969.3574}; + name="outpost_19"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=76.570068; + b=69.102295; + angle=27.628748; + id=1956; + atlOffset=0.002281189; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={17469.76,123.35373,4951.9561}; + angles[]={0,5.3742857,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2040; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={17366.047,120.75838,4993.6821}; + angles[]={0,1.9570378,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2041; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={17449.092,130.98631,5000.6313}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2042; + type="Land_Cargo_Tower_V2_F"; + atlOffset=0.033409119; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={17465.641,118.47387,4979.4932}; + angles[]={6.2771854,1.2013135,0.041976813}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2043; + type="Land_HelipadSquare_F"; + }; + class Item6 + { + dataType="Marker"; + position[]={17427.633,116.1931,4948.6914}; + name="outp_19_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=192.63248; + id=2597; + atlOffset=7.6293945e-006; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={17481.27,119.67017,4957.3228}; + angles[]={6.2771955,1.673365,0.035982672}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2599; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={17482.354,119.78099,4965.7188}; + angles[]={6.2751918,1.6067935,0.035984326}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2600; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={17482.143,119.84176,4973.438}; + angles[]={6.2711902,1.4955691,0.041973971}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2601; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={17480.441,119.86517,4982.6978}; + angles[]={6.2731848,1.2265524,0.039977662}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2602; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={17476.156,119.78059,4990.4927}; + angles[]={6.269186,0.88909173,0.045966074}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2603; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={17469.344,119.57181,4997.5107}; + angles[]={6.2711854,0.72364759,0.043971907}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2604; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={17399.186,117.13012,5004.6597}; + angles[]={6.2751918,6.1645393,0.033985451}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2605; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={17407.713,117.43137,5005.6123}; + angles[]={6.2691817,6.1645393,0.033988956}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2606; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={17415.225,117.70667,5006.584}; + angles[]={6.2651882,6.1645393,0.033987202}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2607; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={17423.266,118.00343,5007.3271}; + angles[]={6.2651849,6.1645393,0.033988956}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2608; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={17431.004,118.29817,5008.6743}; + angles[]={6.2631865,6.1645393,0.033988956}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2609; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={17437.123,118.51553,5009.1416}; + angles[]={6.2631893,6.1645393,0.033987202}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2610; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={17444.377,118.78262,5009.6948}; + angles[]={6.2651882,6.1645393,0.035984326}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2611; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={17450.715,119.01349,5009.8452}; + angles[]={6.2651849,0.098500527,0.035984326}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2612; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={17458.209,119.23594,5006.8677}; + angles[]={6.2671871,0.54957843,0.035984326}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2613; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={17464.217,119.40578,5002.2124}; + angles[]={6.2711854,0.6997239,0.039979152}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2614; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={17393.283,116.55124,4967.5825}; + angles[]={6.24121,0.47122952,0.0219975}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2615; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={17400.563,116.63328,4963.6084}; + angles[]={6.2531958,0.47122952,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2616; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={17407.512,116.69592,4960.0991}; + angles[]={6.2352238,0.47122952,0.051953323}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2617; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={17413.262,116.72955,4956.7446}; + angles[]={6.229239,0.47122952,0.02599225}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2618; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={17419.006,116.86794,4953.3262}; + angles[]={6.2372193,0.47122952,0.065902762}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2619; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={17479.771,119.4489,4948.7764}; + angles[]={6.2232571,1.7968762,0.035984326}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2598; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Marker"; + position[]={17438.947,116.58504,4946.0752}; + name="outp_19_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=192.63248; + id=3223; + atlOffset=7.6293945e-006; + }; + class Item30 + { + dataType="Marker"; + position[]={17447.875,117.69507,4958.1567}; + name="outp_19_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=192.63248; + id=3224; + atlOffset=7.6293945e-006; + }; + }; + id=982; + atlOffset=-116.76; + }; + }; + id=891; + atlOffset=8.6177597; + }; + class Item5 + { + dataType="Layer"; + name="resources"; + state=2; + class Entities + { + items=12; + class Item0 + { + dataType="Layer"; + name="resource_1"; + class Entities + { + items=3; + class Item0 + { + dataType="Marker"; + position[]={5434.3276,83.680008,18818.35}; + name="reso_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=288.37589; + id=1847; + }; + class Item1 + { + dataType="Marker"; + position[]={5424.0132,83.680008,18870.529}; + name="resource_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=75; + b=75; + angle=25.613014; + id=1848; + }; + class Item2 + { + dataType="Marker"; + position[]={5412.7368,83.680008,18826.602}; + name="reso_1_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=108.85677; + id=2589; + }; + }; + id=993; + atlOffset=-116.76; + }; + class Item1 + { + dataType="Layer"; + name="resource_2"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={9496.3105,77.183769,16183.688}; + name="reso_2_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=71.732544; + id=1850; + }; + class Item1 + { + dataType="Marker"; + position[]={9458.7197,77.162216,16175.302}; + name="resource_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=75; + b=57.917969; + angle=350.40897; + id=1851; + }; + }; + id=997; + atlOffset=-116.76; + }; + class Item2 + { + dataType="Layer"; + name="resource_3"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={14723.655,61.7966,19857.195}; + name="reso_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=290.76596; + id=1853; + }; + class Item1 + { + dataType="Marker"; + position[]={14712.743,62.641411,19829.672}; + name="resource_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=75; + b=87.039063; + angle=19.513546; + id=1854; + atlOffset=0.20744324; + }; + }; + id=1001; + atlOffset=-116.76; + }; + class Item3 + { + dataType="Layer"; + name="resource_4"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={18882.281,81.718613,14501.991}; + name="reso_4_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=264.36624; + id=1856; + }; + class Item1 + { + dataType="Marker"; + position[]={18902.367,80.997711,14523.215}; + name="resource_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=52.689331; + b=68.988693; + angle=322.86694; + id=1857; + }; + }; + id=1005; + atlOffset=-116.76; + }; + class Item4 + { + dataType="Layer"; + name="resource_5"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={13393.521,80.351387,13209.059}; + name="reso_5_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=357.68716; + id=1863; + }; + class Item1 + { + dataType="Marker"; + position[]={13405.606,79.982315,13214.134}; + name="resource_5"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=60.662598; + b=61.202148; + id=1864; + }; + }; + id=1009; + atlOffset=-116.76; + }; + class Item5 + { + dataType="Layer"; + name="resource_6"; + class Entities + { + items=3; + class Item0 + { + dataType="Marker"; + position[]={15986.146,94.708031,7153.79}; + name="reso_6_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=228.87512; + id=1866; + }; + class Item1 + { + dataType="Marker"; + position[]={16024.65,94.122452,7164.5562}; + name="resource_6"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=75; + b=120.58705; + angle=325.202; + id=1867; + atlOffset=7.6293945e-006; + }; + class Item2 + { + dataType="Marker"; + position[]={16010.482,94.227036,7118.3306}; + name="reso_6_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=230.95328; + id=2590; + }; + }; + id=1013; + atlOffset=-116.76; + }; + class Item6 + { + dataType="Layer"; + name="resource_7"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={19456.871,153.17096,4407.3521}; + name="reso_7_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=181.70285; + id=1869; + }; + class Item1 + { + dataType="Marker"; + position[]={19454.885,153.16805,4421.2036}; + name="resource_7"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=75; + b=75; + id=1870; + }; + }; + id=1017; + atlOffset=-116.76; + }; + class Item7 + { + dataType="Layer"; + name="resource_8"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={16472.68,116.49223,472.18271}; + name="reso_8_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=81.082069; + id=1872; + atlOffset=7.6293945e-006; + }; + class Item1 + { + dataType="Marker"; + position[]={16442.99,116.41669,462.78824}; + name="resource_8"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=54.295319; + b=63.428711; + angle=335.0246; + id=1873; + }; + }; + id=1021; + atlOffset=-116.76; + }; + class Item8 + { + dataType="Layer"; + name="resource_9"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={5493.3394,139.10976,6346.7827}; + name="reso_9_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=195.87982; + id=1875; + }; + class Item1 + { + dataType="Marker"; + position[]={5475.9019,138.368,6359.4922}; + name="resource_9"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=50; + b=50; + id=1876; + atlOffset=-0.00012207031; + }; + }; + id=1025; + atlOffset=-116.76; + }; + class Item9 + { + dataType="Layer"; + name="resource_10"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={1513.5341,118.31029,13867.071}; + name="reso_10_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=120.23499; + id=1878; + atlOffset=7.6293945e-006; + }; + class Item1 + { + dataType="Marker"; + position[]={1502.5994,118.43075,13862.252}; + name="resource_10"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=57.004272; + b=75; + angle=16.653296; + id=1879; + }; + }; + id=1029; + atlOffset=-116.76; + }; + class Item10 + { + dataType="Layer"; + name="resource_11"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={3307.1741,86.753159,16309.177}; + name="reso_11_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=318.06049; + id=1885; + }; + class Item1 + { + dataType="Marker"; + position[]={3292.4446,86.872314,16299.71}; + name="resource_11"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=75; + b=75; + id=1886; + }; + }; + id=1033; + atlOffset=-116.76; + }; + class Item11 + { + dataType="Layer"; + name="resource_12"; + class Entities + { + items=3; + class Item0 + { + dataType="Marker"; + position[]={6833.9531,132.96523,2165.4988}; + name="reso_12_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=269.78851; + id=1888; + atlOffset=4.5352325; + }; + class Item1 + { + dataType="Marker"; + position[]={6839.6108,128.42999,2190.4861}; + name="resource_12"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=57.074463; + b=118.9386; + id=1889; + }; + class Item2 + { + dataType="Marker"; + position[]={6833.7705,132.96523,2178.2837}; + name="reso_12_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=269.78848; + id=2591; + atlOffset=4.5352325; + }; + }; + id=1037; + atlOffset=-116.76; + }; + }; + id=992; + atlOffset=-13.804932; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={8172.2339,95.959999,13971.856}; + angles[]={0.0019834081,5.8956175,6.2731848}; + }; + areaSize[]={60.595909,0,6.6209078}; + areaIsRectangle=1; + flags=1; + id=3251; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.050437927; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=7; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={14291.979,121.12771,6853.5425}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=3252; + type="ModuleHideTerrainObjects_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={14453.633,129.95746,7220.873}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3254; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={14477.478,131.24565,7283.561}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3255; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={9989.7891,167.27742,1349.0759}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3256; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={10562.073,158.38026,3126.041}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3257; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={10573.454,157.18472,3153.9719}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3258; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={10626.105,152.80077,3264.688}; + angles[]={0.10165027,0,6.2731848}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3259; + type="ModuleHideTerrainObjects_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={10674.577,150.31,3387.731}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3260; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item15 + { + dataType="Logic"; + class PositionInfo + { + position[]={10747.798,152.8139,3559.0132}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3261; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item16 + { + dataType="Logic"; + class PositionInfo + { + position[]={20013.188,87.865662,14954.038}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={5.5429688,0,5.1049805}; + flags=1; + id=3262; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.043235779; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item17 + { + dataType="Logic"; + class PositionInfo + { + position[]={19882.25,95.754738,14698.395}; + angles[]={0.02599225,0,6.2711854}; + }; + areaSize[]={6.5097656,0,5.1049805}; + flags=1; + id=3263; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item18 + { + dataType="Logic"; + class PositionInfo + { + position[]={19434.434,132.84302,12787.354}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3264; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item19 + { + dataType="Logic"; + class PositionInfo + { + position[]={19383.484,133.51141,12775.182}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3265; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item20 + { + dataType="Logic"; + class PositionInfo + { + position[]={18140.91,126.87093,12407.216}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3266; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Connections + { + class LinkIDProvider + { + nextID=39; + }; + class Links + { + items=39; + class Item0 + { + linkID=0; + item0=1343; + item1=1344; + class CustomData + { + type="Sync"; + }; + }; + class Item1 + { + linkID=1; + item0=1288; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item2 + { + linkID=2; + item0=1289; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item3 + { + linkID=3; + item0=1290; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item4 + { + linkID=4; + item0=1291; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item5 + { + linkID=5; + item0=1292; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item6 + { + linkID=6; + item0=1293; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item7 + { + linkID=7; + item0=1294; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item8 + { + linkID=8; + item0=1295; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item9 + { + linkID=9; + item0=1296; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item10 + { + linkID=10; + item0=1297; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item11 + { + linkID=11; + item0=1298; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item12 + { + linkID=12; + item0=1299; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item13 + { + linkID=13; + item0=1300; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item14 + { + linkID=14; + item0=1301; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item15 + { + linkID=15; + item0=1302; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item16 + { + linkID=16; + item0=1303; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item17 + { + linkID=17; + item0=1304; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item18 + { + linkID=18; + item0=1305; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item19 + { + linkID=19; + item0=1306; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item20 + { + linkID=20; + item0=1307; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item21 + { + linkID=21; + item0=1308; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item22 + { + linkID=22; + item0=1309; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item23 + { + linkID=23; + item0=1310; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item24 + { + linkID=24; + item0=1311; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item25 + { + linkID=25; + item0=1312; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item26 + { + linkID=26; + item0=1313; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item27 + { + linkID=27; + item0=1314; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item28 + { + linkID=28; + item0=1315; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item29 + { + linkID=29; + item0=1316; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item30 + { + linkID=30; + item0=1317; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item31 + { + linkID=31; + item0=1318; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item32 + { + linkID=32; + item0=1319; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item33 + { + linkID=33; + item0=1320; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item34 + { + linkID=34; + item0=1321; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item35 + { + linkID=35; + item0=1322; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item36 + { + linkID=36; + item0=1323; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item37 + { + linkID=37; + item0=1324; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item38 + { + linkID=38; + item0=1325; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + }; + }; +}; \ No newline at end of file diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/onPlayerRespawn.sqf b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/onPlayerRespawn.sqf new file mode 100644 index 0000000000..0d38ff4d19 --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_summer.gm_weferlingen_summer/onPlayerRespawn.sqf @@ -0,0 +1 @@ +_this call A3A_fnc_onPlayerRespawn; diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/NavGrid.sqf b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/NavGrid.sqf new file mode 100644 index 0000000000..86cdc31ec1 --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/NavGrid.sqf @@ -0,0 +1,1147 @@ +/*{"systemTimeUCT_G":"2023-11-23 21:25:14","worldName":"gm_weferlingen_summer","StreetArtist_Config":{"_flatMaxDrift":-1,"_juncMergeDistance":-1,"_humanEdited": true}}*/ +navGrid = [ +[[16768.5,2902.13,0],0,false,[[3769,0,208.562],[1726,0,390.768]]],[[918.277,3597.41,0],0,false,[[4539,0,211.792],[5609,0,250.359]]],[[4775.02,962.482,0],0,true,[[3944,1,181.989],[3341,1,26.4319],[1606,1,6.00726],[1613,1,16.1408],[138,1,11.6713],[1170,1,8.76251]]],[[3864.25,15086.6,0],0,false,[[2815,0,41.8347],[295,2,9.79465]]],[[1821.52,15368.2,0],0,false,[[380,1,327.599],[2891,1,307.632]]], +[[16524.7,7302.06,0],0,true,[[4350,0,18.9786],[3465,0,14.0704],[4829,0,6.85151]]],[[13997.3,13809.5,0],0,false,[[1553,0,376.859],[737,0,317.893]]],[[11231.3,12284.8,0],0,true,[[3546,0,195.483],[4897,0,19.1779],[1496,0,357.776]]],[[10540.9,7649.97,0],0,false,[[926,1,109.796],[5652,1,9.58985]]],[[6207.13,6116.29,0],0,false,[[3179,1,22.221],[3614,1,395.001]]], +[[17588.3,10385.5,0],0,false,[[750,0,308.244],[806,0,237.603]]],[[19094.2,11329.5,0],0,false,[[4265,0,72.665],[679,0,14.3934]]],[[11864.1,15087.2,0],0,false,[[3365,0,247.48],[5606,0,173.54]]],[[19593.9,9587.34,0],0,true,[[107,0,2.55732],[5396,0,3.3926],[4648,0,5.41707],[1546,1,9.08933]]],[[13706.2,20185.2,0],0,false,[[3503,0,136.382],[5560,0,331.612]]], +[[10776.3,11652.5,0],0,false,[[3216,0,111.618],[2203,0,77.8291]]],[[13040.5,8333.63,0],0,false,[[864,0,127.537],[5100,0,99.8822]]],[[7054.58,4624.35,0],0,true,[[4148,0,3.84196],[954,0,7.82406],[274,1,4.66615]]],[[9406.78,19948.8,0],0,true,[[1957,0,25.8093],[3172,0,180.444],[2583,0,11.6054]]],[[15129,8873.15,0],0,true,[[5116,1,31.1502],[966,1,31.9532],[4322,1,0.906081],[3892,1,3.0379],[5640,1,6.0386]]], +[[19965.9,567.909,0],0,false,[[4297,1,265.836],[1585,1,275.183]]],[[11792,9338.86,0],0,false,[[4353,0,71.004]]],[[5791.04,5908.18,0],0,false,[[2078,0,106.1],[852,0,312.725]]],[[16343.8,5629.8,0],0,false,[[3617,0,264.01],[4181,0,29.6469]]],[[7067.64,7961.97,0],0,false,[[3509,0,254.232],[3377,0,265.238]]], +[[18381.3,163.669,0],0,false,[[472,0,53.8329]]],[[15097.8,6490.52,0],0,false,[[2248,0,50.4791],[291,0,388.623]]],[[17954.8,5521.56,0],0,false,[[5090,0,209.027],[423,0,301.029]]],[[13944.1,18094.1,0],0,true,[[3527,0,1.77658],[691,0,1.92253],[4729,0,4.54394]]],[[11836.6,3845.15,0],0,false,[[4491,0,359.134],[589,0,311.092]]], +[[3893.96,15271.1,0],0,true,[[122,2,21.0656],[332,2,387.834],[3550,2,10.1134]]],[[9587.59,2751.16,0],0,true,[[5379,0,164.817],[906,0,3.91576],[5322,0,6.29859]]],[[4781.65,2570.58,0],0,true,[[4597,0,30.2142],[1358,0,5.86027],[5483,1,5.64118]]],[[13707.4,11856.7,0],0,false,[[5429,0,25.8159],[4817,0,163.61]]],[[19098.9,3644.89,0],0,false,[[3651,0,49.9944],[2726,0,247.214]]], +[[3132.25,4310.64,0],0,false,[[1123,0,304.759],[1706,0,318.129]]],[[15629.1,13204.4,0],0,false,[[5345,0,27.7926],[1764,0,390.987]]],[[11257.1,14353.3,0],0,false,[[4078,0,152.472],[1207,0,388.512]]],[[3597.79,17970.3,0],0,false,[[298,0,104.999],[3035,0,341.376]]],[[13373.9,13635.8,0],0,false,[[4542,0,60.9817],[2620,0,11.2065]]], +[[9556.11,8412.49,0],0,false,[[1071,0,159.748],[5508,0,74.0998]]],[[1163.74,2833.32,0],0,true,[[2201,1,29.7584],[3086,1,363.628],[4065,1,8.79897],[4083,1,5.87207],[5593,1,4.56752],[2120,1,4.43185],[846,1,6.50644]]],[[17577.2,4874.13,0],0,false,[[3102,0,294.186],[3953,0,175.206]]],[[63.1415,1849.96,0],0,true,[[1523,1,8.32176],[5266,1,229.937],[831,1,18.6964]]],[[13281.3,13340.9,0],0,true,[[2902,0,102.222],[5425,0,104.21],[1346,0,46.3668]]], +[[10839.5,12812,0],0,true,[[2611,1,25.4169],[1935,1,12.7934],[5017,1,6.59183]]],[[17026,414.065,0],0,false,[[5500,1,123.077],[4855,1,349.078]]],[[695.655,16305.3,0],0,false,[[5142,1,291.454],[5563,1,263.792]]],[[1664.3,13881.4,0],0,true,[[2351,1,128.364],[5446,1,21.8448],[4028,1,122.677]]],[[1177.93,15245,0],0,false,[[5018,0,152.482],[4566,0,227.581]]], +[[15198.4,14456.3,0],0,false,[[2334,0,14.0912],[1907,0,219.02]]],[[1286.32,14112,0],0,false,[[2353,0,313.103],[2102,0,345.06]]],[[9203.14,3762.78,0],0,false,[[5020,0,315.361],[4301,0,381.309]]],[[8751.24,11010.3,0],0,false,[[5109,0,141.19],[179,0,226.678]]],[[13032.5,7994.86,0],0,true,[[4563,0,159.954],[602,0,6.8721],[5529,0,7.16235]]], +[[6141.92,3583.55,0],0,false,[[5025,2,227.008],[2711,2,383.162]]],[[13240.8,13151.2,0],0,true,[[3642,0,20.7845],[2902,0,106.544],[4840,0,23.2644]]],[[477.192,3088.63,0],0,true,[[2311,1,13.0959],[2889,1,13.1193],[2551,1,0.295172],[3818,1,9.54622]]],[[10330.2,2574.01,0],0,true,[[1470,0,3.09019],[4243,0,7.61664],[5423,0,1.12977],[3671,0,9.66427]]],[[12608.7,4186.52,0],0,true,[[1999,0,95.5894],[1984,0,4.23869],[1739,0,6.23411],[4024,0,3.38239]]], +[[10412.3,5234.33,0],0,false,[[3557,0,24.2053],[996,0,146.805]]],[[8.90301,8826.92,0],0,false,[[911,1,168.946]]],[[19591.6,4375.24,0],0,false,[[3585,0,205.819],[2609,0,26.4684]]],[[11353.4,17884.8,0],0,true,[[4342,0,18.6907],[5030,0,16.3498],[5092,0,5.25724],[2832,0,2.92292]]],[[10170.6,8156.56,0],0,true,[[938,0,3.20064],[5497,0,2.6784],[4144,1,10.6861]]], +[[12285.9,7975.2,0],0,false,[[4956,0,178.435],[3511,0,20.9529]]],[[20016.9,18526.6,0],0,false,[[1899,0,315.165]]],[[13723.2,9860.5,0],0,true,[[5259,0,2.79922],[5233,0,3.70336],[5688,1,8.38507],[4833,1,10.5024]]],[[9064.5,5491.31,0],0,false,[[3701,0,164.89]]],[[6139.16,11723.5,0],0,false,[[2277,2,365.124],[181,2,243.633]]], +[[3532.2,3663.15,0],0,false,[[5111,0,173.253],[245,0,297.751]]],[[10545.1,7718.43,0],0,true,[[4793,0,5.93387],[3579,0,42.8835],[3099,1,4.32177]]],[[19363,13005.4,0],0,false,[[3337,1,215.551],[4568,1,333.198]]],[[5206.06,5564.44,0],0,false,[[4768,0,332.472],[1305,0,255.742]]],[[20020.7,4771.74,0],0,false,[[5565,0,23.8648],[2879,0,72.1062]]], +[[20083.9,4320.33,0],0,true,[[659,0,148.651],[4990,0,48.5203],[4665,0,112.304]]],[[3090.41,6423.5,0],0,false,[[4501,1,18.9911],[4923,1,6.09774]]],[[9696.94,733.545,0],0,true,[[4995,1,19.0089],[983,2,15.7859],[2059,2,14.2858]]],[[1116.97,17872,0],0,false,[[1600,0,11.9484],[5343,0,219.257]]],[[10989,11563.1,0],0,true,[[2584,0,40.3159],[1235,0,7.0039],[3249,0,3.22845]]], +[[17.0826,16459.1,0],0,false,[[760,1,45.4582]]],[[6213.53,13862.5,0],0,true,[[2744,0,397.262],[5619,0,10.3675],[3694,1,18.0151]]],[[5930.22,8906.42,0],0,true,[[3799,0,3.30969],[4525,0,3.54628],[4610,1,15.0957]]],[[3252.59,5031.48,0],0,true,[[3328,0,21.3467],[3212,0,215.521],[256,0,10.1967]]],[[16258.3,7331.12,0],0,false,[[3494,0,381.919],[2129,0,54.6247]]], +[[1334.01,19828.2,0],0,false,[[438,1,351.5],[3250,1,358.385]]],[[19609.9,9530.1,0],0,false,[[3263,1,376.701],[1546,1,50.5909]]],[[318.165,8617.2,0],0,true,[[2913,1,15.4352],[1154,1,19.2024],[4476,1,11.9864]]],[[15132.2,8894.65,0],0,false,[[5640,0,16.7746],[4177,0,35.3632]]],[[8688.82,18952.6,0],0,false,[[1842,0,300.757],[5479,0,129.221]]], +[[12574.5,4554.15,0],0,false,[[4812,0,25.2658],[3277,0,25.5669]]],[[12742.4,17175.9,0],0,false,[[4460,0,23.8458],[2243,0,330.366]]],[[16988,4943.64,0],0,false,[[2721,0,24.8912],[714,0,26.0282]]],[[4178.85,4771.37,9.52018],0,false,[[650,2,51.0115],[4856,2,34.411]]],[[12199.6,5533.04,0],0,true,[[3343,0,10.3933],[2764,0,17.3613],[4116,0,8.08161]]], +[[12724.9,17197.5,0],0,true,[[3000,0,3.31318],[638,0,326.455],[4460,0,5.68925]]],[[5102.04,18932,0],0,true,[[1897,2,209.989],[2316,2,14.9093],[2151,2,23.9516]]],[[8438.93,10278.4,0],0,false,[[991,0,92.2254],[1217,0,382.619]]],[[18740,3725.53,0],0,true,[[3678,0,1.41871],[136,0,36.4911],[1037,0,2.32033]]],[[5692.82,14181.7,0],0,true,[[3360,1,70.0655],[285,1,19.6616],[3487,1,13.6945],[1379,1,9.06776],[2135,1,10.7089]]], +[[17662.4,12217.2,0],0,true,[[2079,0,1.71647],[168,0,2.02571],[4798,0,0.989701],[3485,0,4.44847],[1514,0,6.64519]]],[[19481.5,14156.4,0],0,true,[[4376,0,2.85688],[5209,0,10.8016],[1623,0,11.5857]]],[[2840.73,12597.8,0],0,false,[[1781,0,20.1292],[2765,0,379.268]]],[[10192.9,7507.63,0],0,false,[[2943,1,253.081],[5613,1,27.5448]]],[[7415.56,8329.59,0],0,false,[[5386,2,20.79],[466,2,293.335]]], +[[12759.2,4305.72,0],0,false,[[4961,0,25.5019],[1579,0,185.047]]],[[2252.1,15970.7,0],0,true,[[610,1,11.2072],[3176,1,52.5085],[4251,1,2.57724],[2800,1,5.40384]]],[[19594.3,9589.86,0],0,true,[[4648,0,2.87235],[13,0,2.55732],[1546,1,11.2217]]],[[1761.34,14189.9,0],0,false,[[2924,1,207.338],[2443,1,357.358]]],[[14378.2,19255.4,0],0,false,[[4699,0,53.5309],[877,0,20.0045]]], +[[3396.37,14735.1,0],0,false,[[5711,0,381.944],[618,0,210.558]]],[[5302.06,4126.49,0],0,false,[[498,2,91.9884],[608,2,59.685]]],[[18851,16967.2,0],0,false,[[5501,0,165.28],[2180,0,47.9858]]],[[11453.2,10576.8,0],0,false,[[600,1,340.99],[2177,1,153.466]]],[[10015.5,421.244,0],0,false,[[4936,1,52.1293],[2768,1,24.3579]]], +[[9271.73,17.3579,0],0,true,[[4466,2,7.69087],[5369,1,31.0481],[326,1,11.6153]]],[[1203.02,16146.8,0],0,false,[[5058,1,191.055],[607,1,235.714]]],[[7006.86,836.365,0],0,true,[[1234,1,358.389],[5555,1,23.0552],[2857,1,4.00788],[3161,1,2.99188],[4799,1,3.8717],[4182,1,8.7789]]],[[3397.15,5969.24,0],0,false,[[943,0,302.181],[5014,0,157.876]]],[[15330.2,116.399,0],0,false,[[3069,0,97.1153],[4235,0,138.77]]], +[[15728.3,16406.1,0],0,false,[[3908,0,256.286],[1592,0,187.141]]],[[11871.4,16658.4,0],0,false,[[421,0,141.611],[2109,0,114.869]]],[[3892.6,15250,0],0,false,[[333,2,88.5239],[30,2,21.0656]]],[[11785.5,14928.3,0],0,true,[[4047,0,282.238],[3283,0,27.7381],[2381,0,11.8393]]],[[2640.92,15471.7,0],0,false,[[5040,0,130.562],[3576,0,313.956]]], +[[12823.8,9073.87,0],0,false,[[2096,1,276.938],[3689,1,213.412]]],[[16965.5,18003.9,0],0,true,[[4734,0,27.1784],[3805,0,44.4816],[5261,0,8.20088]]],[[15638.5,14153.5,0],0,false,[[1296,0,6.18762],[1541,1,5.51859]]],[[17540.9,12359.6,0],0,false,[[2502,0,86.2107],[4486,0,25.4176]]],[[5532.42,4036.1,0],0,false,[[1329,0,98.8527],[3326,0,136.001]]], +[[19685.6,8239.68,0],0,true,[[433,1,33.3369],[3163,1,162.733],[4985,1,3.7448]]],[[12657,8271.52,0],0,false,[[5069,1,24.6868],[2458,1,20.0352]]],[[3160.59,16574,0],0,false,[[5505,0,273.431],[1248,0,189.347]]],[[8453.23,11037.7,0],0,false,[[2630,0,49.4075],[1307,0,9.27498],[959,0,24.6947]]],[[11861.5,11267.8,0],0,true,[[3440,0,317.166],[956,0,238.55],[1396,0,205.463]]], +[[13353.9,15850.4,0],0,true,[[4620,0,5.43615],[2506,0,296.671],[3969,0,8.10997]]],[[18770.9,3706.21,0],0,false,[[98,0,36.4911],[5148,0,266.761]]],[[19271,11196.8,0],0,true,[[3691,1,226.812],[1924,1,16.2596],[873,1,8.09666]]],[[4785.31,956.961,0],0,true,[[1613,0,5.17325],[1170,0,3.27185],[3341,1,14.8603],[2,1,11.6713]]],[[17710.6,12023.8,0],0,true,[[5086,0,1.6255],[2301,0,1.60068],[4195,0,0.904326]]], +[[18987.6,3344.36,0],0,false,[[3759,0,144.828],[3622,0,212.047]]],[[9987.43,315.24,0],0,false,[[3124,1,177.607],[971,1,26.3607]]],[[12897.4,1697.77,0],0,false,[[2390,0,19.0138],[2785,0,20.9947],[1230,0,22.0964]]],[[17574.4,12324.3,0],0,false,[[4486,0,23.2619],[488,0,121.697]]],[[7414.36,8310.63,0],0,true,[[5592,0,2.67074],[4026,0,2.52533],[5386,2,2.46575]]], +[[19884.5,17406.8,0],0,false,[[216,1,253.903],[3219,1,381.306]]],[[13175.9,8483.9,0],0,false,[[5268,1,8.3517],[4266,0,17.055]]],[[11091.9,17647.2,0],0,true,[[2739,0,98.6809],[3275,0,9.07149],[5087,0,19.2913]]],[[12577.2,14867.4,0],0,false,[[3914,0,146.849],[5398,0,86.2866]]],[[7211.92,4637.4,0],0,false,[[4060,1,267.981],[3357,1,15.7681]]], +[[1008.32,663.769,0],0,false,[[3155,0,267.85],[1499,0,201.256]]],[[18342.4,18424.1,0],0,false,[[4336,0,54.1402],[1389,0,390.705]]],[[1280.82,13043.2,0],0,false,[[872,0,43.7727]]],[[7297.51,19628.2,0],0,false,[[4814,0,144.674],[3600,0,146.632]]],[[5504.76,3591.47,0],0,true,[[2573,0,15.7247],[2345,1,11.0866],[5057,1,11.5764],[805,0,9.78524]]], +[[13506,15964.9,0],0,false,[[1594,0,398.157],[1167,0,47.6805]]],[[20468.2,13726.3,0],0,false,[[5197,0,302.675]]],[[19182,7233.45,0],0,false,[[5643,0,234.738],[2006,0,250.139]]],[[7176.56,10358.2,0],0,false,[[5246,2,260.419],[2735,2,341.837]]],[[2433.57,8398.4,0],0,true,[[1758,1,374.913],[4107,1,11.9808],[249,1,8.8098]]], +[[11368.9,5319.34,0],0,false,[[2837,0,391.447],[4305,0,300.213]]],[[13999,4517.54,0],0,false,[[2680,0,98.1824]]],[[18338.3,17656.5,0],0,true,[[1618,1,80.3255],[5244,1,13.6297],[3358,1,16.8939]]],[[8841.16,10269.2,0],0,true,[[929,0,2.40226],[1728,0,0.520098],[623,0,3.33792],[2597,0,2.93187]]],[[6800.45,17559.3,0],0,false,[[3800,0,148.08],[3695,0,72.5889]]], +[[11504.4,17435.3,0],0,false,[[384,0,143.128],[931,0,235.135]]],[[647.929,19403,0],0,true,[[3512,0,10.3972],[2124,0,12.5977],[1216,0,11.2867]]],[[2811.97,6477.84,0],0,false,[[1408,1,263.883],[4923,1,279.669]]],[[17661.1,12215.7,0],0,true,[[100,0,2.02571],[3485,0,2.63006],[1514,0,7.61929]]],[[7202.43,17248.8,0],0,true,[[3430,1,8.29423],[2787,0,92.1574],[2951,1,10.5595]]], +[[6397.15,9917.98,0],0,false,[[1676,1,345.922],[4604,1,224.954]]],[[18899.8,16989.7,0],0,true,[[1090,0,25.1946],[2928,0,352.055],[4316,0,9.75596],[2822,0,7.79768]]],[[12105.8,7950.64,0],0,false,[[4956,0,16.3105],[2911,0,322.774]]],[[18830.9,7853.93,0],0,true,[[3492,0,11.0885],[3222,0,3.92829],[2675,0,9.0177]]],[[13934.8,19417.3,0],0,false,[[1508,0,19.0729],[4898,0,91.1766]]], +[[13465,8265.26,0],0,false,[[3184,1,6.38609],[2961,1,6.38609]]],[[10161.1,20248.7,0],0,false,[[4108,0,397.994],[4337,0,255.243]]],[[5298.6,15570.1,0],0,false,[[5385,0,321.367],[4710,0,198.222]]],[[10090.4,8246.39,0],0,false,[[2400,0,57.0442],[277,0,301.13]]],[[8977.79,11003,0],0,false,[[53,0,226.678],[4824,0,233.412]]], +[[11450.6,19567.3,0],0,false,[[2007,0,126.672],[5026,0,354.503]]],[[5997.32,11921.6,0],0,false,[[69,2,243.633],[388,2,301.529]]],[[10068.5,9221.84,0],0,true,[[2324,0,23.644],[3127,0,204.13],[1272,0,12.2929],[2347,0,9.79102]]],[[1962.55,9838.52,0],0,false,[[858,1,2.12841],[449,0,2.61085]]],[[10712.3,12902.1,0],0,true,[[782,0,9.99579],[2760,0,67.1021],[1488,0,19.2903]]], +[[15383.2,2679.53,0],0,false,[[3197,1,129.91],[4645,1,21.0426]]],[[10658.1,11486.3,0],0,false,[[5179,0,21.236],[2070,0,52.7191]]],[[19747.7,8907.53,0],0,true,[[2647,0,2.05777],[5364,0,1.5695],[1752,0,4.54959],[742,1,8.47042]]],[[18135.2,16121.4,0],0,true,[[5693,1,143.426],[660,1,30.554],[2467,1,5.08633]]],[[8338.16,8632.13,0],0,true,[[1244,0,0.523311],[2071,0,14.9592],[3119,0,10.3719]]], +[[15623.6,3312.57,0],0,false,[[5685,1,14.5173],[2075,1,17.0158]]],[[19478.3,10071.5,0],0,true,[[2066,0,2.88719],[5329,0,207.189],[5681,1,12.9416]]],[[15009.7,8848.79,0],0,false,[[966,1,89.8357],[1630,1,372.048]]],[[11009.1,838.514,0],0,false,[[3921,1,167.478],[2952,1,378.905]]],[[13237,16670.6,0],0,false,[[2243,0,376.84],[5659,0,391.68]]], +[[4960.64,885.476,0],0,false,[[3341,1,174.525],[1985,1,310.486]]],[[4282.16,16468.8,0],0,false,[[3828,2,8.87339],[1516,1,331.932]]],[[4792.24,14633.9,0],0,false,[[2718,0,270.773],[964,0,166.07]]],[[18116.3,1652.51,0],0,false,[[3389,0,330.288]]],[[19641.5,8463.36,0],0,false,[[4398,0,208.684],[1322,0,19.7585]]], +[[10105.3,370.427,0],0,false,[[4842,2,372.94],[587,2,56.8807]]],[[10003.6,5529.71,0],0,false,[[5121,0,303.332],[2727,0,326.451]]],[[3382.11,15289.5,0],0,false,[[1301,0,160.134],[5193,1,8.73016]]],[[19467.4,8292.89,0],0,true,[[5614,0,23.9492],[4792,0,15.654],[4806,0,10.2884]]],[[10968.1,3971.79,0],0,false,[[1928,0,28.5243],[920,0,111.809]]], +[[10434.7,7600.29,0],0,true,[[3274,0,162.897],[926,1,8.0102],[708,1,11.0366]]],[[2336.2,17621.9,0],0,false,[[652,0,261.783],[303,0,190.681]]],[[18145.6,17078.2,0],0,true,[[2915,0,3.58962],[4489,0,2.93628],[4769,1,2.43519]]],[[11220.6,20109.2,0],0,true,[[3301,0,22.3656],[4064,0,321.836],[4511,0,133.725]]],[[1125.47,8336.54,0],0,false,[[5525,0,60.8501],[4174,0,386.347]]], +[[19484.7,8610.33,0],0,false,[[815,0,22.9596],[4398,0,78.5245]]],[[12795,3760.01,0],0,false,[[1415,0,236.832],[1999,0,371.617]]],[[2775.91,17728.5,0],0,true,[[3958,0,3.17911],[5236,0,14.0688],[5309,0,6.60704]]],[[19754.9,8038.7,0],0,false,[[3163,1,63.6388],[3950,1,278.039]]],[[8191.65,19066.8,0],0,false,[[1042,0,206.755],[1842,0,209.365]]], +[[11455.3,10970.6,0],0,false,[[1396,0,303.353]]],[[20135.4,17367.8,0],0,false,[[5598,1,332.848],[145,1,253.903]]],[[981.365,17277.4,0],0,false,[[3717,0,287.844],[593,0,336.471]]],[[1052.8,9845.35,0],0,false,[[5195,0,93.944]]],[[13860.5,10414.2,0],0,true,[[940,1,200.821],[1065,1,31.9553],[5176,1,3.81012],[2791,1,14.7195],[2127,1,6.46481],[3473,1,8.61991],[3915,1,11.6612]]], +[[3696.25,15084.5,0],0,false,[[2156,0,104.801],[4607,0,49.4104]]],[[16791.3,17857.6,0],0,true,[[4257,1,20.6261],[3173,1,51.6948],[4939,1,8.1429]]],[[15254.9,5316.37,0],0,false,[[1168,0,318.219],[4862,0,199.419]]],[[9.82771,3979.69,0],0,false,[[1815,0,311.94]]],[[10647.8,9255.58,0],0,false,[[4716,0,230.325],[4138,0,394.82]]], +[[5434.94,3212.07,0],0,false,[[2525,1,171.93],[975,1,22.2374]]],[[12587.6,4560.54,0],0,false,[[1740,0,24.3126],[2962,0,24.2315]]],[[16262,16999.1,0],0,false,[[863,1,159.576],[675,1,383.89]]],[[19716.5,8417.38,0],0,true,[[3690,1,6.51212],[2285,1,120.466],[4357,1,15.3106]]],[[9717.55,4001.41,0],0,true,[[3975,0,3.48154],[1218,0,2.84833],[1442,0,3.63256],[5466,0,3.6187]]], +[[2019.49,19979.6,0],0,false,[[3250,1,343.662],[706,1,254.823]]],[[5803.11,14067.4,0],0,true,[[4057,0,22.7755],[4348,0,15.9154],[3571,0,11.7552]]],[[16560.4,258.586,0],0,false,[[569,1,237.292],[2257,1,140.553]]],[[17972.5,16912.7,0],0,false,[[2683,0,299.323],[1141,0,108.704]]],[[13051,8482.96,0],0,true,[[3443,0,22.1531],[2960,0,122.957],[4266,0,108.053]]], +[[10250.1,11369.8,0],0,true,[[1964,0,19.6902],[3408,0,3.182],[2200,0,4.62609]]],[[4401.54,13466.9,0],0,false,[[5012,1,394.805],[698,1,122.095]]],[[11981.9,6087.01,0],0,true,[[1791,0,1.7763],[3098,0,1.7927],[2868,0,6.40921]]],[[16994.5,4921.16,0],0,false,[[497,0,122.55],[2721,0,26.6771]]],[[13391.1,393.823,0],0,false,[[1857,0,170.698],[814,0,177.295]]], +[[5851.79,13351.4,0],0,false,[[1050,0,119.101],[2119,0,303.554]]],[[1695.49,9546.81,0],0,false,[[573,1,212.566],[3364,1,353.781]]],[[13270.9,7792.5,0],0,true,[[2802,1,33.5383],[4321,1,26.4602],[4035,1,18.0412]]],[[11267.4,3861.2,0],0,false,[[5579,0,24.0489],[3693,0,28.5537],[3819,0,28.5542]]],[[18895,18472.1,0],0,false,[[4462,0,110.033],[1511,0,394.735]]], +[[3353.86,3901.57,0],0,false,[[70,0,297.751],[1123,0,166.761]]],[[7917.01,6517.89,0],0,false,[[4194,2,373.088],[1120,2,271.426]]],[[8224.26,19993.8,0],0,false,[[3234,1,15.2881],[3141,1,291.689]]],[[13201.8,8473.74,0],0,false,[[4763,0,20.721],[699,0,139.134]]],[[2441.63,8401.95,0],0,true,[[159,1,8.8098],[1635,0,3.35049],[4107,1,3.18332]]], +[[10622.6,11437.9,0],0,true,[[5531,0,2.77284],[4449,0,6.50736],[5558,0,2.36515],[1996,0,3.20237]]],[[6195.93,9235.03,0],0,false,[[1685,1,215.34],[2145,1,130.425]]],[[14705.7,11937.9,0],0,true,[[2563,0,278.439],[3790,0,4.15311],[5708,0,12.2668]]],[[6895.4,18591.9,0],0,false,[[3369,0,330.595],[935,0,255.513]]],[[7668.36,19544.3,0],0,true,[[1431,0,1.75712],[4626,0,2.43792],[2233,1,11.2488],[330,1,10.46]]], +[[2894.31,12796.2,0],0,false,[[4676,1,85.0235],[2724,1,148.704]]],[[3244.82,5024.88,0],0,true,[[284,0,2.64011],[83,0,10.1967],[3328,0,11.155]]],[[13339.3,19601.4,0],0,false,[[4225,0,186.513],[3496,0,61.876]]],[[11079.5,12707.1,0],0,false,[[4284,1,2.32933],[3925,0,4.41967]]],[[10155.9,7532.96,0],0,false,[[560,0,47.3098],[5658,0,190.728]]], +[[7774.43,15779.3,0],0,true,[[4668,1,26.1267],[3875,1,25.182],[640,1,2.63229],[3748,1,2.94108],[1034,1,21.0119],[2148,1,6.25203]]],[[10460.1,7721.69,0],0,false,[[1934,1,59.6378],[3099,1,82.0634]]],[[14214.6,19345.7,0],0,true,[[1017,0,131.069],[4638,0,18.6218],[890,0,116.847]]],[[6487.09,994.384,0],0,false,[[4633,1,174.337],[4104,1,367.788]]],[[20465.9,8527.21,0],0,false,[[3782,0,393.231]]], +[[13180.2,8475.65,0],0,true,[[5268,1,11.6198],[2211,1,8.30207],[4763,1,6.57412]]],[[5875.07,16518.3,0],0,false,[[5468,1,141.044],[2900,1,377.248]]],[[19956.8,4843.38,0],0,false,[[778,0,8.62675],[1416,1,9.52326]]],[[10655.5,6281.75,0],0,false,[[3516,0,151.131],[4836,0,395.557]]],[[3129.09,20436.5,0],0,true,[[3095,0,3.76461],[5534,0,4.01552],[1204,1,18.0925],[4413,1,11.8623]]], +[[18735.4,3725.39,0],0,true,[[4974,0,1.82016],[1003,0,1.75013],[1037,0,3.83665]]],[[2949.38,10608.9,0],0,false,[[2114,0,329.456],[3586,0,4.48234]]],[[10795.9,14227.7,0],0,false,[[3376,0,238.967],[4078,0,325.715]]],[[2147.12,10939.1,0],0,true,[[3553,0,2.89484],[5150,0,270.062],[3899,1,6.98156]]],[[7051.23,4627.61,0],0,true,[[3254,1,17.0054],[3729,1,19.5331],[3356,1,8.00274],[4148,1,5.52406],[17,1,4.66615]]], +[[13737.6,16198.3,0],0,true,[[2503,0,15.0104],[1495,0,80.7714],[601,0,10.4309]]],[[5018.78,18655,0],0,true,[[1701,1,95.0965],[2332,1,216.458],[3597,1,4.20634]]],[[9815.72,8369.62,0],0,false,[[178,0,301.13],[789,0,171.728]]],[[19212.5,1238.48,0],0,false,[[520,0,323.988],[339,0,183.801]]],[[10176.6,5525.46,0],0,false,[[4303,0,24.4415],[740,0,17.4882]]], +[[7404.86,7755.46,0],0,true,[[2672,2,19.5822],[3750,2,26.6613],[1795,2,5.48944],[2722,2,6.24989],[1095,2,9.88851],[4304,2,2.83349],[811,2,2.44311]]],[[18238.5,17588,0],0,false,[[5374,0,87.6998]]],[[14274.3,6823.08,0],0,true,[[3094,0,19.953],[799,0,18.8761],[2378,0,11.0983],[3916,0,7.51104]]],[[12595.1,4186.76,0],0,true,[[3968,0,3.96539],[2294,0,7.52477],[1739,0,8.97208]]],[[3242.47,5023.67,0],0,true,[[1009,0,11.5895],[256,0,2.64011],[3328,0,8.63944]]], +[[5712.42,14183.2,0],0,true,[[99,1,19.6616],[5237,1,74.722],[1379,1,10.7456],[2135,1,9.08061],[3952,1,13.6585]]],[[12708.9,19792.4,0],0,true,[[5228,0,10.7104],[5306,0,21.4978],[2825,0,7.77328],[5668,0,3.8205],[4136,0,4.06063],[2232,0,21.3785]]],[[9799.85,607.892,0],0,true,[[3082,1,15.6379],[5282,1,16.7907],[4850,2,10.9931]]],[[10967.3,12958.2,0],0,false,[[2419,0,177.131],[1386,0,302.463]]],[[18303.5,256.526,0],0,false,[[4219,1,24.7523],[1520,1,132.264]]], +[[18991.7,3552.1,0],0,true,[[5060,0,24.2854],[3416,0,98.3235],[3339,0,7.08653]]],[[15107.1,6878.78,0],0,false,[[26,0,388.623],[2941,0,364.863]]],[[9859.07,6479.01,0],0,false,[[4135,1,23.3795],[4869,1,289.299]]],[[10182.8,8203.18,0],0,false,[[4916,0,136.314],[4714,0,20.2104]]],[[5050.81,16023.9,0],0,false,[[5096,0,321.513],[5385,0,195.704]]], +[[3869.64,15094.7,0],0,true,[[842,2,24.4955],[1846,2,48.5867],[3,2,9.79465]]],[[13268.1,9839.75,0],0,true,[[4087,0,5.61991],[1652,0,3.21043],[4837,0,6.70684]]],[[20032.1,3267.42,0],0,true,[[5523,0,8.72268],[1997,0,5.91841],[2731,0,3.23477]]],[[3642.54,17875.8,0],0,true,[[556,0,5.56033],[38,0,104.999],[4979,0,4.10483]]],[[18092.3,16187,0],0,false,[[2508,0,26.6646],[724,0,30.688]]], +[[8435.99,10916.6,0],0,false,[[1021,0,59.4878],[970,0,34.4398]]],[[17555.5,8628.98,0],0,true,[[5469,0,2.71873],[1646,0,273.759],[323,1,4.55629]]],[[14141.5,15562.1,0],0,false,[[3075,0,176.27],[3905,0,133.699]]],[[2522.24,17663.1,0],0,false,[[206,0,190.681],[5236,0,248.096]]],[[15657.4,13723.8,0],0,false,[[1764,0,129.332],[5410,0,367.936]]], +[[18818.4,3300.32,0],0,false,[[1637,0,55.4247],[5068,0,28.7303]]],[[6812.39,17342.6,0],0,false,[[5154,1,88.961],[4691,1,4.08951]]],[[13223,8223.77,0],0,false,[[4137,0,91.438],[3142,0,79.8244]]],[[9599.94,11629.9,0],0,false,[[1119,0,139.083],[3679,0,15.5599]]],[[16444.9,7024.44,0],0,false,[[3872,0,160.157]]], +[[10385.3,7777.2,0],0,true,[[5213,0,1.85243],[2784,0,64.0648],[5421,0,13.6142],[1894,0,6.98145]]],[[8457.54,11029.6,0.0383911],0,false,[[2207,0,47.4369]]],[[16610,17634.6,0],0,false,[[3608,1,23.8115],[2355,1,173.395]]],[[1781.5,9751.19,0],0,true,[[4677,0,3.30537],[4366,0,2.98695],[4180,1,9.8746],[573,1,9.57934]]],[[3436.61,1298.01,0],0,true,[[3853,1,27.1479],[4242,1,58.084],[1601,1,4.78014]]], +[[16628,7189.71,0],0,true,[[3538,0,32.2134],[666,0,83.5158],[4556,0,15.62]]],[[20159.2,2384.14,0],0,false,[[4972,0,255.159],[1825,0,299.131]]],[[12023.8,16707,0],0,true,[[3640,0,174.697],[421,0,18.7564],[5618,0,315.491]]],[[13678.1,5005.54,0],0,false,[[3821,1,304.514],[3321,1,193.967]]],[[19482.9,10079.9,0],0,false,[[5681,1,4.14822],[3722,0,3.91525]]], +[[12997.3,11800.8,0],0,false,[[727,0,155.722],[3330,0,6.71598]]],[[12975,19001.2,0],0,false,[[2190,0,321.07],[892,0,289.428]]],[[6070.21,1926.76,0],0,false,[[649,1,369.793],[5490,1,189.151]]],[[17556.9,8624.66,0],0,true,[[4978,1,25.6569],[694,1,93.4744],[4465,1,10.345],[4314,1,7.11513],[5469,1,4.40557],[301,1,4.55629],[1250,1,10.084],[4835,1,8.0105],[2235,1,6.52057]]],[[9387.33,6063.43,0],0,true,[[1350,0,3.22759],[1430,0,2.74158],[2077,1,3.01172]]], +[[2588.17,15702.7,0],0,false,[[5275,1,166.266],[1925,1,24.245]]],[[9283.23,19.0154,0],0,true,[[115,1,11.6153],[3382,1,308.554],[4466,2,10.3515]]],[[19019.1,12698.2,0],0,false,[[489,0,327.147],[5645,0,148.427]]],[[16638.2,16657.4,0],0,false,[[2644,0,362.143],[5677,0,226.233]]],[[2002,687.154,0],0,true,[[4709,0,4.24402],[1273,0,312.07],[3057,1,7.29543]]], +[[7670.68,19554.5,0],0,true,[[2233,1,21.3204],[1890,1,364.248],[1829,1,7.57763],[5674,1,7.40626],[1431,1,8.99131],[254,1,10.46],[4626,1,12.6912]]],[[3672.52,6505.9,0],0,false,[[5327,0,291.646],[974,0,291.389]]],[[3849.24,15654.5,0],0,false,[[30,2,387.834],[2442,2,154.961]]],[[3882.27,15162.2,0],0,false,[[1846,2,20.0798],[122,2,88.5239]]],[[15471.7,588.146,0],0,false,[[3532,1,23.4894],[3058,1,112.948]]], +[[16268.1,19496.1,0],0,false,[[4175,0,371.261]]],[[17664.4,12225.3,0],0,true,[[3050,0,2.10239],[3128,0,2.7442],[1039,0,3.1709],[5624,0,2.01946],[1975,0,1.89018]]],[[11514,12934.3,0],0,false,[[4052,1,389.081],[3964,1,20.5286]]],[[13661,16186,0],0,true,[[4863,0,129.383],[2047,0,13.716],[2271,0,14.2056]]],[[19394.9,1259.52,0],0,false,[[278,0,183.801]]], +[[14293.2,15120.5,0],0,false,[[3204,0,115.795],[4612,0,265.917]]],[[5695.54,3833.05,0],0,false,[[5317,1,250.777],[2803,1,28.4371]]],[[20079,5144.54,0],0,false,[[2844,0,308.827],[3282,0,301.695]]],[[3216.56,4933.84,0],0,false,[[552,2,201.555],[4631,2,68.5046]]],[[17281.6,4025.18,0],0,false,[[1969,0,23.907],[1448,0,394.895]]], +[[12861.8,16073.6,0],0,false,[[2506,0,299.834],[4965,0,132.779]]],[[16463.7,8654.27,0],0,false,[[4843,1,253.017],[2494,1,26.1794]]],[[16773.2,8556.58,0],0,false,[[1917,0,29.341],[3373,0,287.821]]],[[14513.9,19437.6,0],0,false,[[2981,0,103.214]]],[[4296.97,17931.4,0],0,true,[[3825,2,17.2621],[2215,2,187.359],[743,2,8.8273],[1449,2,15.0127]]], +[[12120.9,16444.4,0],0,false,[[2627,0,147.932]]],[[16501.5,6078.15,0],0,false,[[1025,0,367.382],[776,0,288.159]]],[[4021.53,3755.13,0],0,false,[[2448,0,396.953]]],[[6205.32,17585.1,0],0,false,[[3454,0,145.29],[4118,0,371.134]]],[[12795.8,20115.5,0],0,false,[[4136,0,331.962]]], +[[16862.7,16692.9,0],0,true,[[5239,0,1.03489],[5677,0,2.34576],[945,0,1.28483]]],[[10048.4,10823.2,0],0,true,[[1041,0,202.244],[3193,0,339.518],[1531,0,289.741]]],[[17443.6,1445.54,0],0,false,[[3135,0,367.831],[2534,0,299.489]]],[[1017.16,16205.6,0],0,true,[[5058,0,3.96397],[1195,0,5.44818],[5058,1,3.97516]]],[[18235.9,15971.4,3.95819],0,false,[[3551,1,20.0071],[463,1,19.774]]], +[[14814.7,11597.9,0],0,false,[[4538,0,288.869]]],[[9460.64,8526.57,0],0,false,[[1545,0,5.88316],[3588,0,21.2064]]],[[12922.4,3210,0],0,true,[[4750,0,29.4961],[1991,0,219.061],[684,0,49.4169]]],[[7594.75,621.192,0],0,true,[[2238,0,4.34279],[4403,0,4.5686],[4086,1,4.48612],[4733,1,11.4234]]],[[12781.3,8381.76,0],0,true,[[5141,1,8.11652],[4920,1,22.8078],[3537,1,12.7137]]], +[[19747.6,8931.74,0],0,false,[[742,1,32.3427],[3263,1,237.52]]],[[14516.3,8741.7,0],0,false,[[5219,1,25.8251],[2920,1,296.296]]],[[19488.9,16574.1,0],0,false,[[2928,0,369.152],[5161,0,121.503]]],[[6448.14,625.063,0],0,true,[[1591,1,110.869],[2761,1,49.0767],[4545,1,13.0007]]],[[10697,3445.02,0],0,false,[[567,0,282.334],[5201,0,293.731]]], +[[1579.43,11184.5,0],0,false,[[5106,0,158.774],[395,0,362.276]]],[[16739.6,17812.6,0],0,true,[[1870,0,4.04954],[5573,0,49.2013],[490,1,8.45448]]],[[2263.5,16005.3,0],0,true,[[913,0,216.42],[385,0,13.3666],[3420,0,16.0824]]],[[15712.8,18642.4,0],0,true,[[1414,0,326.582],[1761,0,26.9118],[832,0,3.2766],[2862,0,6.6077],[2222,0,10.8064]]],[[16690.4,7330.21,0],0,false,[[3465,0,154.076],[1806,0,311.652]]], +[[9110.55,5701.36,0],0,false,[[3273,0,117.379]]],[[6685.9,17279.7,0],0,true,[[3814,1,383.425],[645,1,10.8929],[4922,1,6.50765]]],[[16905.9,17951.3,0],0,false,[[5198,1,5.13432],[4257,1,127.363]]],[[3346.36,16350.1,0],0,true,[[2128,0,2.87912],[5352,0,3.93206],[5267,0,2.75781]]],[[18485,347.547,0],0,false,[[4165,0,21.0591],[1215,0,43.907]]], +[[1802.37,15043,0],0,false,[[1404,1,310.526],[4,1,327.599]]],[[1426.55,13732,0],0,false,[[1364,1,138.554],[3643,1,112.792]]],[[9595.65,5180.05,0],0,false,[[2685,0,294.435],[2834,0,163.846]]],[[8265.81,4595.65,0],0,false,[[521,0,97.4892],[425,0,23.0854]]],[[11643.1,17461.3,0],0,false,[[5602,0,167.973],[165,0,143.128]]], +[[2261.69,15992,0],0,false,[[372,0,13.3666],[2800,0,18.119]]],[[3875.81,15145.3,0],0,true,[[4512,0,112.18],[1542,0,6.74386],[1846,2,3.9085]]],[[17634.2,12202.2,0],0,true,[[4153,0,5.34796],[3485,0,27.7966],[2123,0,6.17858]]],[[5797.93,12145.1,0],0,true,[[181,2,301.529],[1694,2,26.4205],[4748,2,9.11985]]],[[4485.83,19194.8,0],0,false,[[746,1,135.158],[3419,1,21.7266]]], +[[1459.76,315.844,0],0,false,[[5043,0,312.797],[2849,0,336.82]]],[[12430.1,19478.6,0],0,false,[[3719,0,219.999],[4447,0,206.757]]],[[10090.7,9534.35,0],0,false,[[2324,0,289.813]]],[[10925.5,15169,0],0,false,[[4848,0,170.121],[2197,0,226.905]]],[[1145.74,8400.77,0],0,true,[[3858,1,27.2964],[5540,1,303.95],[1982,1,9.94988],[5525,1,10.027],[2821,1,15.0548],[3562,1,11.462]]], +[[1259.74,11346.8,0],0,false,[[370,0,362.276],[1259,0,238.455]]],[[12455.4,9548.41,0],0,false,[[1233,1,4.4038],[5465,0,2.95372]]],[[8463.55,19359.3,0],0,true,[[3270,0,5.47043],[1375,0,2.57929],[3022,0,8.03979]]],[[9577.17,17721.2,0],0,true,[[2745,1,2.65552],[2435,0,6.36914],[4346,0,7.64963]]],[[4800.65,11934.1,0],0,false,[[2428,0,255.118],[3116,0,234.861]]], +[[9145.07,16388,0],0,false,[[4951,0,92.5625]]],[[7273.69,6466.75,0],0,false,[[1492,0,6.71837],[2342,1,10.8229]]],[[3784.54,6935.94,0],0,true,[[2757,0,2.29288],[2146,0,1.74848],[4213,0,9.62927]]],[[10895.8,17580.1,0],0,true,[[2850,0,27.857],[5442,0,11.0392],[5634,0,12.301],[4172,0,102.655],[1719,0,12.2443]]],[[11703.8,8050.92,0],0,false,[[4017,0,101.916],[3402,0,49.7833]]], +[[13240.2,13581.9,0],0,false,[[5512,0,57.0938],[2411,0,184.001]]],[[6859.63,660.688,0],0,true,[[2595,1,151.579],[4893,1,27.6762],[2399,1,44.0642]]],[[9774.99,17366,0],0,false,[[3096,1,250.451],[4189,1,389.864]]],[[10244.6,11373.7,0],0,false,[[3745,0,243.013],[3408,0,5.74259]]],[[15696.9,14288,0],0,false,[[2836,0,149.655]]], +[[7539.55,7371.8,0],0,true,[[1830,0,2.66387],[4312,0,2.72821],[4341,2,11.3216],[835,2,9.76535]]],[[5589.91,3922.32,0],0,false,[[4291,2,92.707],[5477,2,143.256]]],[[19668.9,4367.33,0],0,true,[[1137,0,23.9945],[1285,0,68.0325],[819,0,6.53393],[4340,0,4.42985]]],[[9593.85,2754.45,0],0,true,[[3003,0,10.8609],[906,0,3.17068],[5322,0,2.67038]]],[[9715.5,3982.27,0],0,true,[[3381,0,9.51137],[643,0,16.5528],[5323,0,8.83252]]], +[[15123.7,485.696,0],0,true,[[2426,0,9.46781],[3992,0,89.6565],[2542,0,5.27767]]],[[3291.86,7860.94,0],0,false,[[5320,1,329.197],[2509,1,240.87]]],[[15231.3,14414.4,0],0,false,[[1018,0,282.783],[1328,0,26.904]]],[[17247,7262.62,0],0,false,[[4365,0,230.284],[3728,0,133.529]]],[[12703.2,8466.52,0],0,false,[[1751,0,53.5561],[4896,0,87.3546]]], +[[13139.6,13428,0],0,true,[[1077,0,27.3767],[4496,0,4.34449],[1820,0,7.55836]]],[[12005.1,16705.2,0],0,false,[[317,0,18.7564],[121,0,141.611]]],[[9224.3,17087.6,0],0,false,[[435,0,365.806],[5387,0,384.43]]],[[18178.7,5710.59,0],0,false,[[27,0,301.029],[5493,0,394.177]]],[[3582.6,6223.71,0],0,true,[[3262,1,16.9572],[611,1,218.506],[3773,1,5.54821],[943,1,13.8504],[5327,1,7.11699]]], +[[8288.89,4595.54,0],0,true,[[383,0,23.0854],[1555,0,23.7774],[484,0,293.87]]],[[5002.49,10914.2,0],0,true,[[2043,0,1.69417],[3342,0,1.40301],[3032,0,2.50806],[515,0,2.62562]]],[[17769.5,12108.3,0],0,true,[[3845,0,61.5864],[2327,0,24.8226],[4999,0,10.5415]]],[[13336.3,3740.17,0],0,false,[[1045,0,369.897],[696,0,149.944]]],[[14771.4,293.33,0],0,false,[[3810,0,93.7788],[5717,0,212.352]]], +[[13139.2,8416.91,0],0,true,[[461,1,8.93441],[871,1,11.9305],[2960,1,6.9476]]],[[14747,11828,0],0,false,[[2608,0,117.688]]],[[19115.6,9471.5,0],0,false,[[3530,0,75.0689]]],[[19685.5,8273.01,0],0,false,[[2285,1,29.6143],[130,1,33.3369]]],[[5450.39,3593.66,0],0,false,[[884,0,227.744],[2573,0,38.7417]]], +[[9413.69,16774.6,0],0,false,[[4023,0,200.411],[422,0,365.806]]],[[15201.7,4704.97,0],0,false,[[4877,0,183.138],[4909,0,230.664]]],[[16502,9390.44,0],0,false,[[3223,0,33.3961],[3779,0,382.119]]],[[983.945,19825.6,0],0,false,[[5365,1,263.606],[85,1,351.5]]],[[19299.2,8199.18,0],0,false,[[2505,0,242.141],[5226,0,279.157]]], +[[18807.5,14737.6,0],0,false,[[2516,1,318.347],[4355,1,177.988]]],[[10448.1,5257.16,0],0,false,[[3557,0,51.643]]],[[15598.5,17983.4,0],0,false,[[3067,0,179.855],[1717,0,265.719]]],[[491.17,2994.94,0],0,false,[[804,0,9.15449],[4982,0,12.0177]]],[[4797.73,18221.8,0],0,false,[[2215,2,392.863],[5133,2,216.504]]], +[[6168.35,4060.71,0],0,false,[[3455,1,248.739],[3762,1,242.564]]],[[9589.77,16119.9,3.74898],0,false,[[4359,1,228.71],[847,1,18.0266]]],[[15187.7,1852.07,0],0,false,[[4960,1,399.882],[2581,1,374.858]]],[[14059.6,13300.3,0],0,false,[[3893,0,19.0088],[2526,0,20.1323],[3603,0,24.1691]]],[[1964.87,9837.32,0],0,true,[[183,0,2.61085],[3981,0,2.98213],[858,1,4.22092]]], +[[5900.1,14199.6,0],0,true,[[4349,1,88.4078],[3884,1,19.5526],[843,1,14.0372]]],[[17788.7,19462.3,0],0,false,[[4484,0,12.9086],[2838,1,15.2349]]],[[17956.2,19819.3,0],0,false,[[756,1,370.459],[2049,1,141.301]]],[[4484.5,2846.58,0],0,false,[[1799,0,395.825],[2157,0,42.3381]]],[[9604.63,2779.31,0],0,true,[[1186,0,344.924],[2343,0,13.542],[1599,0,10.9256]]], +[[13215.7,14512.9,0],0,false,[[3130,0,393.105],[1922,0,135.129]]],[[19053.2,2212.45,0],0,false,[[2979,0,351.001],[907,0,200.301]]],[[9028.17,13089.4,0],0,false,[[4098,0,209.304],[668,0,378.515]]],[[13569.5,8080.61,0],0,true,[[3184,0,208.042],[5298,0,24.203],[1292,0,138.344]]],[[14400.9,14785.2,0],0,false,[[3949,0,243.093],[3204,0,300.333]]], +[[12310.1,4961.89,0],0,false,[[1756,0,2.6313],[736,0,324.471]]],[[13140.8,8425.71,0],0,true,[[2211,1,56.6156],[430,1,8.93441],[2960,1,5.17029]]],[[13991.9,7088.72,0],0,true,[[1621,0,11.3684],[3188,0,16.1011],[3894,0,3.96485]]],[[18247.8,15955.6,0],0,false,[[801,1,260.223],[359,1,19.774]]],[[12500.7,8212.93,0],0,false,[[1477,0,121.603],[2645,0,18.3946]]], +[[497.911,13137.4,0],0,false,[[4555,1,295.204],[2492,1,345.244]]],[[7437.43,8621.27,0],0,false,[[104,2,293.335],[3366,2,364.182]]],[[10889.6,17544.5,3.18927],0,false,[[1959,0,18.5425],[4169,0,24.4609]]],[[7627.95,7125.49,0],0,false,[[1528,2,371.667],[4341,2,250.448]]],[[13030.1,11981.6,0],0,false,[[1075,0,105.171],[727,0,50.264]]], +[[8944.72,5742.68,0],0,true,[[2747,0,12.7444],[2219,0,318.592],[2214,1,7.68562]]],[[2751.44,19422.8,0],0,false,[[5066,0,6.6938],[2773,0,7.10605]]],[[18385.6,213.002,0],0,true,[[5393,0,74.9044],[1780,0,70.1152],[25,0,53.8329]]],[[2249.02,2395.86,0],0,false,[[1560,1,6.69191],[4859,0,4.46911]]],[[9617.47,2751.32,0],0,true,[[5340,0,5.12398],[1526,0,16.2321],[576,0,0.75292]]], +[[7820.39,15736.6,0],0,false,[[2366,0,6.77157],[998,0,8.8856]]],[[18232.6,15078.9,0],0,false,[[4574,0,257.994],[2055,0,261.156]]],[[10543.6,7782.1,0],0,true,[[4793,0,57.7878],[2008,0,2.88507],[4884,0,4.01887]]],[[7380.47,7769.25,0],0,false,[[3547,0,34.5907],[1095,0,18.1526]]],[[18484.9,6615.02,0],0,false,[[5171,0,249.15],[3867,0,7.24317]]], +[[7147.68,13117.9,0],0,false,[[519,1,89.5153],[5191,1,264.481]]],[[18325.4,11784.5,0],0,false,[[2671,0,334.702],[5355,0,322.428]]],[[17559.2,12344.6,0],0,false,[[3939,0,34.7101],[4486,0,3.47241]]],[[14479.7,16486.7,0],0,false,[[4232,0,349.924],[5424,0,319.967]]],[[8301.47,4304.36,0],0,true,[[4553,0,75.963],[4066,0,101.075],[425,0,293.87]]], +[[18431.5,17606.7,0],0,false,[[3815,0,20.4591],[5348,0,78.6134]]],[[12872,5601.94,0],0,false,[[2454,0,319.765],[3912,0,254.482]]],[[6423.96,1689.47,0],0,false,[[4540,1,102.009],[2637,1,19.2673]]],[[17658.4,12236.4,0],0,true,[[143,0,121.697],[3852,0,5.59229],[1609,0,2.54668]]],[[18700.7,12624.5,0],0,false,[[1563,0,335.622],[327,0,327.147]]], +[[16738.3,17804.2,0],0,true,[[3173,1,23.6251],[4904,1,121.476],[2662,1,12.802],[1870,1,10.2722],[371,1,8.45448]]],[[2369.96,15671.2,0],0,false,[[713,0,120.832],[2916,0,158.856]]],[[13699.4,8376.9,0],0,false,[[4741,1,260.212],[2961,1,255.362]]],[[10273.3,8442.88,0],0,false,[[5605,0,315.211],[4916,0,119.916]]],[[19256,6966.56,0],0,false,[[1689,0,255.246],[3556,0,288.303]]], +[[10347.5,12555.7,0],0,false,[[3338,0,2.78539],[2314,1,2.44723]]],[[9807.43,6426.99,0],0,true,[[5678,0,1.47043],[2510,0,164.138],[992,1,4.93857]]],[[16929.4,4817.67,0],0,true,[[4667,0,13.5135],[238,0,122.55],[772,0,5.19683],[3083,0,8.06161]]],[[5376.95,4073.08,0],0,false,[[5477,2,117.66],[111,2,91.9884]]],[[13156.9,3419.81,0],0,false,[[4300,0,281.999],[1045,0,26.5371]]], +[[2555.34,20095.9,0],0,true,[[2678,0,4.25871],[2708,0,3.43225],[2976,1,7.61024],[2926,1,8.76887]]],[[6519.89,11192.1,0],0,false,[[562,2,287.695],[2277,2,288.681]]],[[15243.5,1082.91,0],0,true,[[1208,1,35.3391],[2603,1,312.148],[1444,1,20.9413]]],[[4911.37,3409.39,0],0,false,[[3563,0,356.814],[603,0,180.29]]],[[5261.32,20297.8,0],0,false,[[3056,2,288.099],[5474,2,173.763]]], +[[10202.2,7712.39,0],0,false,[[4044,0,53.726],[2182,0,26.0541]]],[[6897.68,15602.6,0],0,false,[[3457,0,307.791],[4874,0,225.818]]],[[15257.1,16785.4,0],0,false,[[5706,0,137.924],[937,0,267.244]]],[[14733.8,7821.85,0],0,true,[[2964,0,308.045],[1493,0,18.052],[5440,0,10.0035],[5055,0,4.97608]]],[[12762.1,8420.63,0],0,false,[[4981,0,51.998]]], +[[1839.62,1240.61,0],0,false,[[4641,1,14.6607],[4139,1,170.874]]],[[14959.1,13164.7,0],0,false,[[1134,1,181.525],[1976,1,246.771]]],[[4871.37,16329.4,0],0,true,[[1516,1,273.672],[3196,1,26.936],[4152,1,16.1141]]],[[17312.4,4124.9,0],0,false,[[5274,0,16.7217],[4704,0,10.5078]]],[[18246.6,14118.9,0],0,false,[[2615,1,346.837],[4092,1,108.303]]], +[[5000.02,10915.1,0],0,true,[[5391,0,8.62489],[4114,0,2.26319],[572,0,2.10587],[2370,0,2.77108],[3951,0,8.07953],[2043,0,1.63621],[426,0,2.62562],[2364,0,3.14073]]],[[7602.93,617.367,0],0,true,[[4403,0,4.53801],[1987,0,284.642],[4733,1,6.52749]]],[[5049.45,9868.34,0],0,false,[[2196,0,149.539],[3281,0,335.977]]],[[8013.71,9754.76,0],0,false,[[4653,1,354.424],[797,1,246.649]]],[[7147.85,13028.4,0],0,false,[[5108,1,28.7656],[480,1,89.5153]]], +[[18895.6,1177.13,0],0,false,[[2677,0,123.944],[278,0,323.988]]],[[8168.32,4596.12,0],0,false,[[383,0,97.4892],[2417,2,12.3556]]],[[15032.5,13713.8,0],0,false,[[5204,1,30.732],[3591,1,119.185]]],[[854.156,6146.6,0],0,false,[[4567,2,278.336],[4611,2,283.044]]],[[3875.14,6988.11,0],0,false,[[1469,0,73.0792],[554,0,275.106]]], +[[15065.2,11919.2,0],0,false,[[732,0,30.203],[4538,0,124.768]]],[[16487.7,18107.4,0],0,false,[[1338,0,56.4038]]],[[15871.9,14472.2,0],0,true,[[5112,0,16.0041],[1741,0,3.36631],[3126,1,6.51899]]],[[16051.3,11013.3,0],0,false,[[2405,0,219.721],[2206,0,336.244]]],[[19425.8,8512.07,0],0,false,[[4166,0,25.5802],[5614,0,200.997]]], +[[16025.5,61.1169,0],0,false,[[1703,1,269.589],[569,1,333.588]]],[[13573.1,7924.71,0],0,true,[[1989,0,28.5411],[2335,0,207.869],[2057,0,29.2387]]],[[17325.9,10186.7,0],0,true,[[1684,0,85.392],[1265,0,10.0752],[1283,0,8.06266],[750,0,21.2246]]],[[8462.69,5691.09,0],0,false,[[4276,2,61.2762],[5549,2,357.761]]],[[19565.5,4761.49,0],0,false,[[904,0,36.3828],[4367,0,186.938]]], +[[3165.3,11744.9,0],0,false,[[4248,0,372.807],[1146,0,209.699]]],[[3042.19,8481.21,0],0,false,[[4375,1,188.097],[3659,1,133.662]]],[[15740.6,9264.17,0],0,false,[[3319,1,14.7169],[2387,1,105.12]]],[[8593.58,2075.7,0],0,false,[[3909,2,10.0584],[4788,0,195.38]]],[[11843.6,7398.6,0],0,true,[[894,0,157.832],[1447,0,234.593],[5507,0,200.382]]], +[[10792.4,12751.1,0],0,false,[[3623,0,34.8948],[758,0,147.004]]],[[15051.6,4500.47,0],0,false,[[3525,0,32.1414],[3932,0,366.997]]],[[15021,6268.26,0],0,true,[[2663,1,9.60732],[4202,1,174.698],[1117,1,5.74115]]],[[16942.6,4929.96,0],0,true,[[714,0,21.4344],[1291,0,85.8415],[4917,0,14.9552]]],[[8464.68,17950.6,0],0,false,[[1086,0,135.959],[1165,0,327.832]]], +[[9833.35,18615,0],0,true,[[3526,0,168.865],[2939,0,11.17],[800,0,22.9216]]],[[15580,14230.5,0],0,false,[[3253,0,373.052],[3361,0,89.7178]]],[[1100.42,17880.9,0],0,false,[[2923,0,8.11856],[2037,0,261.904]]],[[16600.6,18238.9,0],0,false,[[1889,0,24.7184],[5285,0,13.4562]]],[[11117.8,4182.87,0],0,false,[[2966,0,195.953],[3583,0,112.123]]], +[[3862.73,16285.5,0],0,true,[[5633,2,81.9838],[2655,2,84.9789],[3844,2,7.97313]]],[[3304.41,587.209,0],0,false,[[4414,1,326.911],[1220,1,303.958]]],[[3415.45,4901.29,0],0,false,[[4964,2,248.302],[343,2,201.555]]],[[4620.13,12867.1,0],0,true,[[1698,2,28.5095],[4815,2,29.9237],[2604,2,9.33606],[2670,2,10.8606]]],[[4078.43,7172.95,0],0,false,[[524,0,275.106],[2901,0,323.729]]], +[[8879.27,18925.8,0],0,false,[[5132,0,65.0799],[4740,0,29.2457]]],[[3647.67,17873.7,0],0,true,[[5336,0,4.36919],[298,0,5.56033],[2042,0,7.68594],[4979,0,5.338]]],[[9199.9,17902.2,0],0,false,[[3303,0,250.741],[1242,0,386.701]]],[[6673.82,17453.2,0],0,true,[[2415,1,26.7502],[2278,1,229.208],[3497,1,3.99196],[878,1,6.13958]]],[[3735.24,14927.5,0],0,false,[[4218,0,25.9311],[785,0,27.7913]]], +[[10203.2,7532.68,0],0,false,[[5613,1,1.98932],[259,0,47.3098]]],[[16756.2,12570,0],0,false,[[857,0,261.902],[5047,0,274.294]]],[[6685.49,10957.2,0],0,false,[[1906,2,25.6579],[501,2,287.695]]],[[9803.4,15987.4,0],0,false,[[2040,0,194.277],[1841,0,379.51]]],[[18607,13954.4,0],0,false,[[1574,0,280.713],[783,0,149.635]]], +[[3959.65,1302.48,0],0,false,[[2340,1,305.664],[5596,1,383.229]]],[[10174.4,5570.81,0],0,false,[[4590,0,20.574],[4303,0,20.9779],[2743,0,51.5837]]],[[10810.3,3703.56,0],0,false,[[920,0,256.273],[369,0,282.334]]],[[3817.07,7288.19,0],0,false,[[2350,0,145.102],[2576,0,299.407]]],[[16338.1,177.258,9.23896],0,false,[[530,1,333.588],[232,1,237.292]]], +[[1620.08,5916.53,0],0,false,[[4049,0,276.139],[4475,0,159.756]]],[[8329.16,4609.85,0],0,false,[[1555,0,21.9423],[4191,0,45.544]]],[[4998.58,10916.6,0],0,true,[[585,0,1.37458],[4114,0,2.29599],[515,0,2.10587]]],[[1780.06,9741.72,0],0,true,[[4180,1,18.8453],[241,1,212.566],[4677,1,8.96083],[313,1,9.57934],[4366,1,11.697]]],[[7301.98,13538.9,0],0,false,[[3808,1,209.33],[3531,1,306.799]]], +[[15702.6,6436.3,0],0,false,[[1954,0,226.349]]],[[9616.78,2751.01,0],0,true,[[1704,0,10.7947],[474,0,0.75292],[5340,0,4.70846],[1526,0,16.8356]]],[[17620.6,19126.6,0],0,false,[[5441,1,362.19],[1550,1,368.695]]],[[11148.2,17657.2,0],0,true,[[5087,0,38.9518],[627,0,18.2017],[1860,0,9.62405]]],[[18066.7,11985.8,0],0,true,[[1861,0,1.9084],[3034,0,1.78721],[5355,0,5.61581]]], +[[1825.53,1262.68,0],0,true,[[625,1,292.295],[2828,1,25.0028],[4641,1,12.7263]]],[[10056.8,602.687,0],0,false,[[5301,1,29.2141],[3484,1,323.853]]],[[7794.97,19157.8,0],0,false,[[1053,0,255.394],[1042,0,200.236]]],[[20236.6,3905.89,0],0,false,[[840,0,156.398],[2660,0,262.636]]],[[9828.46,18630,0],0,true,[[2939,0,4.68483],[1983,0,7.7179],[800,0,7.23056]]], +[[4998.45,10918,0],0,true,[[5625,0,1.24337],[572,0,1.37458],[1258,0,2.80963]]],[[8112.85,791.033,0],0,false,[[2365,1,296.482],[5714,1,389.701]]],[[10060.3,405.247,0],0,false,[[200,2,56.8807],[1963,2,52.6925]]],[[6840.47,14973,0],0,false,[[4055,1,20.1193],[1919,1,198.02]]],[[11532.5,3807.64,0],0,false,[[29,0,311.092],[5346,0,183.526]]], +[[9104.33,16237.9,0],0,false,[[5463,0,12.2521],[883,1,3.73496]]],[[7633.62,1109.42,0],0,false,[[2020,0,231.191],[2242,0,35.7863]]],[[13316.7,7632.65,0],0,false,[[4321,1,139.836],[2065,1,264.102]]],[[1011.37,17610.6,0],0,false,[[217,0,336.471],[3029,0,265.944]]],[[9119.86,5447.33,0],0,false,[[4914,0,131.091]]], +[[9151.22,503.309,0],0,false,[[2795,2,332.796],[1122,2,273.122]]],[[17606.8,11815.9,0],0,false,[[4744,0,12.2859],[1187,1,5.79679]]],[[12730.8,8359.37,0],0,false,[[3917,0,22.7648],[4981,0,17.053]]],[[11361.6,17890.3,0],0,true,[[5030,0,25.9846],[1913,0,77.5903],[2832,0,12.3311]]],[[2301.2,5207.37,0],0,false,[[4474,2,190.826],[2413,2,303.184]]], +[[11160.7,10736.2,0],0,false,[[1276,1,379.391],[113,1,340.99]]],[[13745.2,16205.4,0],0,true,[[3317,0,18.5244],[4958,0,112.852],[275,0,10.4309],[2503,0,9.50451]]],[[13025.9,7992.79,0],0,true,[[5529,0,2.10702],[5000,0,16.8553],[54,0,6.8721]]],[[5079.41,3344.09,0],0,false,[[503,0,180.29],[2022,0,367.998]]],[[12635.8,7552.05,0],0,false,[[2479,0,292.96]]], +[[18548,17597.2,0],0,true,[[1264,1,32.8571],[3705,1,60.5194],[3735,1,7.11228],[3064,1,9.24816],[4868,1,12.2357],[5607,1,15.4944]]],[[13213.7,5768.99,0],0,false,[[2511,1,289.257],[1865,1,251.448]]],[[1427.98,16076.5,0],0,false,[[116,1,235.714],[4944,1,398.89]]],[[5253.53,4161.23,0],0,false,[[111,2,59.685],[2218,2,367.869]]],[[13960.3,18266.9,0],0,false,[[3797,0,323.197],[5572,0,135.496]]], +[[2241.07,15968.7,0],0,true,[[5135,1,125.332],[106,1,11.2072],[4251,1,8.63768]]],[[3398.16,6332.68,0],0,true,[[424,1,218.506],[4646,1,25.0089],[2892,1,9.71339]]],[[13138.4,8282.63,0],0,false,[[3278,1,27.6091],[2817,1,114.627]]],[[11625.5,971.47,0],0,false,[[4051,0,127.883],[5234,0,368.115]]],[[3582.48,14984.4,0],0,true,[[1411,0,95.7183],[5610,0,15.7668],[2594,0,11.8156]]], +[[3787.08,3325.88,0],0,false,[[1675,0,5.35059],[4354,0,6.65444]]],[[3180.95,12762.2,0],0,false,[[4167,0,66.9104],[2781,1,11.0099]]],[[15184.1,5717.42,0],0,false,[[3697,0,365.738],[4623,0,48.4277]]],[[3600.34,14787.3,0],0,true,[[110,0,210.558],[4588,0,28.0878],[3276,0,171.874]]],[[12488.1,11746.7,0],0,true,[[3444,0,294.522],[1371,0,16.139],[3483,0,11.5698]]], +[[17784.8,13999.2,0],0,false,[[5151,1,26.4708],[2742,1,18.6251]]],[[11261.8,19774.7,0],0,true,[[4827,0,3.52465],[3458,0,6.06886],[2696,0,6.20551],[661,0,1.52652]]],[[3087.47,1349.84,0],0,true,[[2866,1,141.381],[3580,1,13.3905],[788,1,27.2098]]],[[8841.57,10265.9,0],0,true,[[163,0,3.33792],[3627,0,379.576],[1728,0,3.16806]]],[[11928.1,17598.3,0],0,false,[[5602,0,240.311],[5049,0,163.247]]], +[[1553.04,1368.42,0],0,false,[[4548,1,305.212],[580,1,292.295]]],[[13694.9,12490.5,0],0,true,[[672,0,27.1425],[2000,0,183.828],[3072,0,80.951]]],[[11166.3,17659.4,0],0,true,[[578,0,18.2017],[1958,0,24.5074],[1860,0,11.3942]]],[[15549.3,14668.1,0],0,false,[[2432,0,140.752]]],[[16636.5,17669.9,0],0,false,[[4904,1,47.0368],[3608,1,20.368]]], +[[15455.4,3111.29,0],0,false,[[4389,0,105.447]]],[[6678.94,5591.49,0],0,false,[[4713,1,203.118],[1429,1,225.703]]],[[17933.2,12320.5,0],0,true,[[3133,0,19.6594],[2541,0,177.634],[5073,0,1.81238],[5229,0,5.3656],[3401,0,10.0476]]],[[13765.2,4804.43,0],0,false,[[5400,0,95.0579],[4331,0,63.65]]],[[2874.76,2084.48,0],0,false,[[2240,1,391.64],[3838,1,96.8902]]], +[[4565.99,4429.12,0],0,false,[[3846,1,267.301],[5716,1,295.302]]],[[2751.41,19428,0],0,true,[[3010,0,3.32117],[5515,0,2.58928],[2570,0,0.619694]]],[[7987.98,11001.5,0],0,false,[[5139,0,22.1382],[657,0,235.599]]],[[12870.8,17489.3,0],0,false,[[95,0,326.455],[4347,0,348.904]]],[[17334.1,10195.5,0],0,true,[[5279,0,2.53019],[1265,0,2.58732],[4813,0,1.26283],[750,0,9.90448]]], +[[7771.82,15779.7,0],0,false,[[260,1,2.63229],[1034,0,18.469]]],[[10555.7,14156.5,0],0,true,[[905,0,10.8582],[1372,0,2.61967],[1873,0,1.35405],[3635,0,2.7648],[2643,0,2.54992]]],[[13828.4,19452.7,0],0,false,[[4898,0,20.9678],[4225,0,324.737]]],[[9711.17,3966.3,0],0,false,[[414,0,16.5528],[1584,0,384.809]]],[[10426.4,2802.21,0],0,false,[[1876,0,199.323],[3021,0,218.948]]], +[[6692.55,17288.3,0],0,true,[[376,1,10.8929],[5154,1,50.0745],[739,1,8.31172],[4922,1,6.17212]]],[[13874,3122.74,0],0,false,[[4197,0,3.64854],[825,0,372.381]]],[[8039.31,2903.64,0],0,false,[[5039,2,230.47],[1844,2,185.071]]],[[3786.57,6967.02,0],0,false,[[4213,0,21.5973],[2350,0,177.593]]],[[6397.15,1761.08,0],0,false,[[4950,1,43.5162],[322,1,369.793]]], +[[4229.01,4762.12,0],0,false,[[1130,2,128.559],[93,2,51.0115]]],[[16259.1,16337.9,0],0,false,[[5215,1,240.486],[1332,1,290.286]]],[[2075.86,17617.7,0],0,false,[[5462,0,346.153],[206,0,261.783]]],[[8030.67,15655.1,0],0,false,[[1757,0,148.467]]],[[15367.7,748.955,0],0,false,[[2700,1,55.0085],[3532,1,169.924]]], +[[10723.4,10842.7,0],0,false,[[3238,0,313.852],[1373,0,205.882]]],[[12564.1,8063.8,0],0,false,[[3533,0,58.7239],[5149,1,6.69397]]],[[8090.73,10789.5,0],0,false,[[637,0,235.599],[4464,0,168.35]]],[[3211.99,5731.93,0],0,false,[[3272,1,14.8564],[1790,1,8.287]]],[[20027.7,4457.44,0],0,false,[[3390,0,116.441],[75,0,148.651]]], +[[18125,16150.2,0],0,true,[[188,1,30.554],[754,1,34.3651],[837,1,9.34678],[2467,1,25.6813]]],[[11261.1,19776.1,0],0,true,[[4072,0,21.4003],[1311,0,26.3783],[2696,0,7.00527],[4827,0,4.28672],[621,0,1.52652],[3458,0,6.16268]]],[[2864.98,15565.3,0],0,false,[[4201,1,211.343],[5210,1,213.449]]],[[7281.88,12979.6,0],0,false,[[4227,0,133.128],[1892,0,272.71]]],[[9319.9,16152.1,0],0,false,[[2890,0,117.09]]], +[[9682.25,5819.94,0],0,true,[[1489,0,35.6903],[4380,0,8.00103],[3290,0,13.2567]]],[[16704.4,7223.44,0],0,false,[[315,0,83.5158]]],[[15095.7,11947.8,0],0,true,[[1266,0,25.4949],[3370,0,252.142],[732,0,12.2487]]],[[9095.08,13461.2,0],0,false,[[457,0,378.515]]],[[12219.5,1280.01,0],0,true,[[2854,0,3.24429],[4774,0,127.332],[719,0,3.48664]]], +[[4844.48,18478.9,0],0,true,[[930,2,26.7103],[1183,2,64.2256],[5709,2,3.34146],[4658,2,12.7012]]],[[10201.6,2212.3,0],0,false,[[4243,0,376.413],[3107,0,347.891]]],[[13684.3,12515.5,0],0,false,[[3877,0,216.492],[626,0,27.1425]]],[[13630.2,3187.28,0],0,false,[[4197,0,265.885],[4300,0,259.005]]],[[7340.82,16642,0],0,false,[[3796,1,337.246],[4134,1,286.256]]], +[[16277,16615.5,0],0,true,[[227,1,383.89],[3345,1,20.0062],[1941,1,6.63458],[2798,1,11.9909],[3644,1,9.15468]]],[[4651.53,10660.7,0],0,true,[[1190,0,16.541],[4424,0,241.407],[895,0,12.1067],[1127,0,13.9079],[2942,0,25.8422]]],[[911.49,6766.69,0],0,false,[[4241,0,126.132],[3907,0,174.611]]],[[14943.7,15219.7,3.52464],0,true,[[1052,1,12.1902],[4934,1,18.6124],[2632,1,9.60985],[925,1,6.65626]]],[[19080.4,11327.9,0],0,true,[[2094,0,12.014],[2431,0,71.8739],[11,0,14.3934]]], +[[10167.6,7048.56,0],0,false,[[2163,0,17.1445],[2553,0,172.678]]],[[9806.49,6422.37,0],0,true,[[5678,0,3.30433],[3105,0,1.52479],[992,1,4.52542]]],[[7118.29,12505.3,0],0,true,[[5034,1,348.861],[1939,1,9.8216],[4696,1,27.0114]]],[[17723.2,12024.9,0],0,true,[[2485,0,3.61728],[5447,0,3.8763],[1333,0,13.7098],[2091,0,14.2657]]],[[12956.7,3237.61,0],0,false,[[362,0,49.4169],[1045,0,263.926]]], +[[12977.7,12221.9,0],0,true,[[4112,0,10.6541],[5013,0,342.025],[4117,0,15.1033]]],[[3138.77,12719.8,0],0,false,[[1344,0,16.8702],[5405,0,57.1988]]],[[7101.67,11983.6,0],0,false,[[5341,1,376.407],[5034,1,174.218]]],[[11822,5059.71,0],0,false,[[736,0,211.342]]],[[12936.1,8722.11,0],0,false,[[2021,0,104.307],[1010,0,226.041]]], +[[11445.9,5641.01,0],0,true,[[2496,0,3.90222],[5168,0,3.60045],[1504,0,7.58729],[4430,0,1.84511]]],[[13943,18092.5,0],0,true,[[28,0,1.92253],[3527,0,3.66188],[4729,0,5.71212]]],[[19950.3,4304.38,0],0,true,[[881,0,3.99789],[2317,0,10.4681],[4208,0,13.2354]]],[[7417.41,624.291,0],0,false,[[1575,1,154.193],[3112,1,337.13]]],[[17647,8647.57,0],0,false,[[323,1,93.4744],[1316,1,365.99]]], +[[14259.6,19493.2,0],0,true,[[4573,0,27.5743],[4124,0,52.1455],[5660,0,25.5925]]],[[13444.7,3841,0],0,false,[[428,0,149.944],[5097,0,169.656]]],[[10754.7,9988.53,0],0,false,[[1160,0,273.095],[4310,0,376.462]]],[[4518.6,13501.4,0],0,false,[[236,1,122.095],[2973,1,344.601]]],[[13307.9,8542.2,0],0,true,[[248,0,139.134],[2535,0,119.291],[5411,0,155.393]]], +[[2167.88,11135.6,0],0,false,[[2038,1,332.486],[5553,1,171.551]]],[[11895.3,9718.05,0],0,false,[[1096,0,338.097],[4081,0,25.5165]]],[[5760.2,19846.3,0],0,false,[[3827,0,212.276],[1808,0,323.283]]],[[5294.37,4211.58,0],0,false,[[5408,0,102.606],[5207,0,134.56]]],[[6327.18,18045.3,0],0,false,[[2998,1,5.53177],[5153,0,167.729]]], +[[6247.19,13855,0],0,true,[[5008,0,5.68138],[3707,0,204.678],[3694,1,16.4541]]],[[2268.34,20034.3,0],0,false,[[230,1,254.823],[2976,1,286.191]]],[[19752.3,8868.38,0],0,false,[[2436,1,116.301],[742,1,31.2003]]],[[10424.3,7603.94,0],0,true,[[926,1,17.5113],[2823,1,79.0379],[205,1,11.0366]]],[[4187,10278.5,0],0,false,[[2897,0,19.7632],[4374,0,40.6184]]], +[[8329.96,20475.8,0],0,false,[[2230,0,134.83]]],[[2683.04,5055.33,0],0,false,[[4205,2,160.458],[4474,2,220.492]]],[[3048.91,1853.57,0],0,false,[[3838,1,230.394],[2018,1,234.118]]],[[2286.79,15758.7,0],0,false,[[2661,1,7.57585],[491,0,120.832]]],[[16963.1,4936.13,0],0,true,[[92,0,26.0282],[543,0,21.4344],[4917,0,7.92136]]], +[[10133.1,9977.89,0],0,false,[[1089,0,18.0262],[4069,0,268.904]]],[[10028.3,8635.42,0],0,true,[[3743,0,14.4637],[917,0,5.44018],[4700,1,6.10966]]],[[20266.7,13463.8,0],0,true,[[1946,0,2.68747],[5472,0,5.29745],[1171,0,5.99913]]],[[3213.78,12690.5,0],0,true,[[4022,0,30.2511],[4167,0,12.195],[3183,0,5.91925],[3162,0,7.89746]]],[[12222.3,1281.99,0],0,true,[[2854,0,1.51343],[5033,0,10.2381],[669,0,3.48664]]], +[[8923.21,14196.5,0],0,false,[[2804,0,327.804],[1571,0,304.059]]],[[7346.04,9687.05,0],0,false,[[1097,2,364.515],[3300,2,152.214]]],[[10298.1,13245.8,0],0,false,[[4286,1,392.638],[5691,1,259.84]]],[[10812.2,12796.5,0],0,false,[[1935,1,18.669],[790,1,20.8773]]],[[18109.1,16161.3,0],0,false,[[299,0,30.688],[837,0,23.8215]]], +[[8493.14,2524.36,0],0,false,[[2409,2,57.5788],[5388,2,117.468]]],[[10854.6,12966,0],0,false,[[782,0,154.596]]],[[12988.7,11956.2,0],0,true,[[320,0,155.722],[5240,0,33.8933],[469,0,50.264]]],[[5589.18,6357.47,0],0,false,[[5586,1,16.2103],[1807,1,76.5931]]],[[9544.27,18998,0],0,false,[[2048,0,263.605],[2605,0,247.663]]], +[[5443.79,3228.67,0],0,true,[[5048,0,3.37089],[1945,0,2.87229],[975,1,3.45311]]],[[11140.8,12755.1,0],0,false,[[3964,1,396.442],[4284,1,77.7671]]],[[15085.9,11941.2,0],0,false,[[667,0,12.2487],[525,0,30.203]]],[[13165.4,6441.34,0],0,false,[[5487,1,390.306],[3391,1,222.269]]],[[12469.9,11742,0],0,true,[[848,0,3.50166],[1033,0,399.603],[2104,0,175.983],[1371,0,4.02919]]], +[[14644,19118.2,0],0,true,[[1382,0,1.83357],[4128,0,2.67018],[2774,0,4.44255],[2880,0,14.541]]],[[11988.6,4938.73,0],0,false,[[460,0,324.471],[688,0,211.342]]],[[13958.9,14125,0],0,false,[[6,0,317.893],[1180,0,314.013]]],[[11132.9,19387.3,0],0,false,[[1088,0,405.793],[3976,0,322.927]]],[[6687.01,17294.5,0],0,true,[[1203,0,122.658],[4922,0,8.38212],[645,1,8.31172]]], +[[10177.2,5507.99,0],0,false,[[279,0,17.4882],[5577,0,15.5047]]],[[13204.4,4483.07,0],0,true,[[5630,0,25.4316],[1022,0,64.6224],[4737,0,9.7216],[3160,0,11.6233],[4670,0,15.5418]]],[[19750.5,8899.53,0],0,true,[[707,1,31.2003],[365,1,32.3427],[1752,1,12.3524],[2647,1,10.0827],[187,1,8.47042],[5364,1,7.79946],[5004,1,7.861]]],[[4288.89,17927.9,0],0,true,[[349,2,8.8273],[1449,0,8.22699],[3825,2,9.39226]]],[[13567.6,437.333,0],0,false,[[1857,0,27.1821]]], +[[8596.02,10925.8,0],0,false,[[3536,0,178.069],[3020,0,119.279]]],[[4398.32,19297.7,0],0,false,[[1144,1,216.974],[389,1,135.158]]],[[8059.92,4337.71,0],0,false,[[1949,1,385.68],[2489,1,15.0048]]],[[9153.29,16151.9,0],0,false,[[5184,1,73.9305],[2051,1,356.915]]],[[3529.63,15945,0],0,false,[[4602,0,388.168],[1121,0,162.175]]], +[[17343.6,10198.5,0],0,true,[[1265,0,11.2247],[10,0,308.244],[639,0,9.90448],[4813,0,10.4327],[1283,0,13.1841],[532,0,21.2246]]],[[14945,16103.4,0],0,true,[[3295,0,30.6946],[4776,0,31.1306],[3813,0,4.61412]]],[[12422.2,8058.54,0],0,false,[[5088,0,81.8253],[5395,0,120.167]]],[[17676.6,12213.4,0],0,true,[[3103,0,2.56277],[3732,0,1.98565],[1004,0,8.1705]]],[[18115.6,16183.3,0],0,false,[[660,1,34.3651],[2217,1,32.5751]]], +[[7238.28,1315.53,0],0,false,[[3348,0,195.831],[2020,0,214.657]]],[[18117.9,20152.6,0],0,false,[[3567,1,354.392],[452,1,370.459]]],[[12126.6,11995.1,0],0,false,[[3667,0,357.198],[932,0,154.778]]],[[10915.2,12670.2,0],0,true,[[540,0,147.004],[5319,0,96.8121],[4274,0,96.692]]],[[18192.5,17250.7,0],0,false,[[2885,1,149.791],[4943,1,332.674]]], +[[62.3325,16454.7,0],0,false,[[80,1,45.4582],[5142,1,362.316]]],[[5230.55,18708.1,0],0,true,[[2332,1,5.03636],[2273,1,16.8744],[3298,1,5.37116]]],[[3110.57,6271.19,0],0,true,[[967,0,3.09654],[4826,0,239.59],[2556,1,10.7028]]],[[19925.6,4775.57,0],0,true,[[5222,0,6.56137],[869,0,143.954],[3760,0,3.53731]]],[[12054.9,5821,0],0,false,[[2276,0,262.479],[3379,0,87.5636]]], +[[15566.3,3462.67,0],0,false,[[973,1,306.189],[5685,1,147.644]]],[[2901.65,7562.56,0],0,false,[[3824,0,359.751],[2449,0,360.228]]],[[17984.2,12343.5,0],0,false,[[4821,0,30.0815],[4262,0,154.802]]],[[6790.79,17488.1,0],0,true,[[4269,0,133.948],[3695,0,2.27352],[3864,0,6.20558]]],[[15045.3,4542.27,0],0,false,[[4889,0,4.31235],[3525,0,10.1368]]], +[[5724.34,6825.95,0],0,true,[[1083,0,2.69513],[2876,0,9.0118],[1707,0,14.6615]]],[[17599.8,7062.02,0],0,false,[[3728,0,272.47],[4585,0,155.729]]],[[16926,4813.73,0],0,false,[[3083,0,2.91982],[497,0,5.19683]]],[[16272.1,17183.6,0],0,false,[[2355,1,390.152],[863,1,27.27]]],[[17269.1,11373.7,0],0,false,[[1483,1,346.347],[2427,1,19.2297]]], +[[19975.3,3959.45,0],0,false,[[881,0,344.063],[1786,0,179.788]]],[[16593.7,5805.35,0],0,false,[[351,0,288.159],[5269,0,161.473]]],[[16858.2,18020.8,0],0,true,[[4405,0,44.6464],[1481,0,11.7935],[4425,0,24.909]]],[[19954.4,4837.62,0],0,true,[[267,0,8.62675],[5222,0,62.1434],[1416,1,13.6665]]],[[3881.31,13095.3,0],0,false,[[948,1,156.321],[5539,1,186.484]]], +[[14411.4,502.938,0],0,false,[[4015,0,388.479],[3977,0,196.125]]],[[9167.75,15180.8,0],0,false,[[4649,0,387.282],[901,0,60.0837]]],[[10709.8,12911.8,0],0,true,[[184,0,9.99579],[726,0,154.596],[1488,0,11.0031]]],[[18542.7,13819.3,0],0,false,[[564,0,149.635],[4726,0,386.044]]],[[3278.63,12806.7,0],0,false,[[1733,1,222.909],[2418,1,96.5794]]], +[[3762.84,14924.7,0],0,true,[[559,0,27.7913],[4356,0,72.2165],[5091,0,71.6263]]],[[20087.7,4770.74,0],0,false,[[4980,0,383.592],[5565,0,43.1337]]],[[19559.8,13984.4,0],0,false,[[3881,0,148.948],[3620,0,101.941]]],[[3107.88,1331.85,0],0,true,[[3580,1,14.9823],[2498,1,157.264],[622,1,27.2098]]],[[9659.14,8440.08,0],0,false,[[277,0,171.728],[2088,0,122.012]]], +[[10793.7,12786.8,0],0,true,[[723,1,20.8773],[4932,1,33.6604],[2025,1,3.64033]]],[[488.32,3008.3,0],0,false,[[3646,0,14.5092],[2149,0,56.9764]]],[[9830.56,12312.4,0],0,false,[[5359,1,6.60236],[2380,0,88.3129]]],[[15612,11738.8,0],0,false,[[4652,0,135.81],[3077,0,348.129]]],[[13936.8,490.004,0],0,false,[[4819,0,335.746],[3149,0,358.121]]], +[[7325.66,7797.84,0],0,false,[[3377,0,40.6905],[3547,0,27.2593]]],[[5637.26,18595,0],0,true,[[3489,1,84.2351],[1730,1,8.84809],[3150,1,17.4021]]],[[8188.07,9580.6,0],0,false,[[518,1,246.649],[2967,1,350.117]]],[[14346.4,7902.73,0],0,false,[[1507,0,230.188],[5159,0,71.5357]]],[[14288,6810.14,0],0,true,[[282,0,18.8761],[3480,0,370.594],[2378,0,7.81002]]], +[[9824.93,18636.4,0],0,true,[[2939,0,11.7517],[2048,0,209.264],[584,0,7.23056],[545,0,22.9216]]],[[18403.3,15747.1,0],0,false,[[1409,1,380.032],[463,1,260.223]]],[[6642.2,10376.7,0],0,false,[[4604,1,295.199],[2955,1,366.324]]],[[19428.4,19654.8,0],0,true,[[3771,0,55.7131],[2650,0,33.8717],[3168,0,10.8926]]],[[499.495,2991.13,0],0,false,[[5007,1,3.27195],[443,0,9.15449]]], +[[5514.43,3589.96,0],0,true,[[154,0,9.78524],[3740,0,119.482],[5057,1,9.52042]]],[[17775.8,10531.5,0],0,false,[[10,0,237.603],[4797,0,377.158]]],[[11897.4,7888.51,0],0,false,[[2720,0,47.0094],[3129,0,66.844]]],[[8450.63,16357.3,0],0,false,[[5414,1,199.354],[2255,1,337.066]]],[[1247.78,13067.9,0],0,false,[[5028,0,21.9767]]], +[[12380.7,4835.19,0],0,true,[[2397,0,2.77736],[5321,0,1.96662],[1712,0,3.17328]]],[[7404.05,7753.16,0],0,true,[[4304,0,3.54893],[1795,0,3.40526],[280,2,2.44311]]],[[9213.97,5773.41,0],0,false,[[2532,0,112.97]]],[[8274.33,19832.1,0],0,false,[[2439,0,167.964],[4445,0,392.017]]],[[13324.2,538.674,0],0,false,[[239,0,177.295],[2592,0,99.7786]]], +[[19500.6,8626.92,0],0,true,[[4216,0,254.662],[210,0,22.9596],[3175,0,4.75377],[3946,0,7.18418]]],[[11801.2,7924.57,0],0,false,[[2173,0,62.6135],[3519,0,45.4415]]],[[5783.66,2624.56,0],0,false,[[1632,1,233.359],[1157,1,242.599]]],[[13270.7,9817.4,0],0,false,[[4837,0,29.195],[3089,0,348.668]]],[[19663.3,4364.02,0],0,true,[[4340,0,7.62196],[3269,0,33.6716],[412,0,6.53393]]], +[[15892.2,7252.98,0],0,false,[[3181,0,148.3]]],[[11375.5,8517.28,0],0,false,[[5669,0,98.4285],[3613,0,175.285]]],[[6078.32,10455.2,0],0,true,[[1424,0,9.52835],[4446,0,205.702],[1641,0,12.5059]]],[[1668.77,13610.1,0],0,false,[[1901,1,18.3433],[3214,1,111.941]]],[[10979,15314.1,0],0,false,[[886,0,389.063],[2948,0,32.5277]]], +[[14023.7,2782.15,0],0,false,[[646,0,372.381],[1974,0,259.496]]],[[12182,14791.9,0],0,false,[[3283,0,391.658],[3914,0,285.913]]],[[1415.52,13569.5,0],0,true,[[4906,1,235.566],[1364,1,31.7873],[4110,1,14.5283]]],[[4821.41,7956.73,0],0,false,[[994,0,126.307],[4062,0,342.522]]],[[10288.1,5919.61,0],0,false,[[2715,0,141.069],[3516,0,366.523]]], +[[12289.1,5635.83,0],0,false,[[3343,0,135.401],[5570,0,252.667]]],[[44.446,1849.81,0],0,true,[[4288,1,34.5362],[1523,1,14.8406],[43,1,18.6964]]],[[15709.9,18643.9,0],0,false,[[2862,0,3.3992],[373,0,3.2766]]],[[10278.3,7710.67,0],0,true,[[1805,1,29.3635],[4025,1,52.8269],[1173,1,3.79967]]],[[13261.4,8078.94,0],0,true,[[3718,1,27.1112],[3692,1,78.5867],[3714,1,8.50897]]], +[[7536.07,7380.92,0],0,true,[[1830,2,12.3752],[2672,2,377.39],[410,2,9.76535],[4312,2,7.71086],[2402,2,7.11142],[4382,2,7.85472],[4155,2,10.0164],[4341,2,21.0804]]],[[8321.13,249.855,0],0,false,[[1762,0,142.172]]],[[18122.1,16141.3,0],0,true,[[724,0,23.8215],[2467,0,18.7611],[660,1,9.34678]]],[[10170.8,8165.03,0],0,true,[[4714,0,19.9215],[938,0,5.27798],[2934,1,10.1114]]],[[5479.11,6324.48,0],0,false,[[4615,0,324.653],[2559,0,10.3032]]], +[[20177,4050.46,0],0,false,[[4990,0,259.782],[583,0,156.398]]],[[8153.32,16719.2,0],0,false,[[3169,1,136.9],[5414,1,312.603]]],[[3865.17,15070.7,0],0,false,[[4008,2,50.2665],[295,2,24.4955]]],[[5913.91,14197.1,0],0,true,[[3884,1,7.10407],[3582,0,48.2675],[450,1,14.0372]]],[[18942.6,14245.6,0],0,false,[[2288,1,10.3482],[4156,1,52.8905]]], +[[15843.1,12261,0],0,false,[[1337,0,277.542],[2315,0,225.133]]],[[1161.43,2827.24,0],0,true,[[2120,0,3.10911],[3045,0,265.862],[41,1,6.50644]]],[[9597.49,16103.7,0],0,false,[[5105,1,101.023],[446,1,18.0266]]],[[12472.9,11743.8,0],0,true,[[3483,0,3.98848],[734,0,3.50166],[1371,0,1.85575]]],[[15679.1,9432.93,0],0,false,[[1040,0,153.126],[3403,0,135.532]]], +[[8533.2,6409.83,0],0,false,[[3246,0,316.463],[4115,0,267.771]]],[[2356.94,15877.6,0],0,false,[[5528,1,71.9791],[2081,1,21.5031]]],[[5825.43,6218.81,0],0,false,[[22,0,312.725],[2571,0,43.762]]],[[13961.9,2234.49,0],0,false,[[4947,0,202.85],[5127,0,259.469]]],[[10771.1,11387,0],0,false,[[3060,0,13.6094],[3368,0,104.204]]], +[[10686.8,12744.8,0],0,true,[[3738,1,23.8722],[4830,1,15.2886],[5199,1,4.88893]]],[[10605,15478.1,0],0,false,[[886,0,26.7368],[1823,0,245.473]]],[[16521,12657.4,0],0,false,[[4289,0,286.34],[561,0,261.902]]],[[1962.25,9840.63,0],0,true,[[1911,1,191.797],[5253,1,6.21819],[183,1,2.12841],[449,1,4.22092],[3981,1,7.18102]]],[[7336.38,19108,0],0,false,[[1832,0,192.212]]], +[[8086.35,16867,0],0,false,[[4535,0,183.164],[2759,0,23.2772]]],[[6327.82,18026.9,0],0,false,[[1433,1,280.858],[2998,1,23.3077]]],[[10871.6,17730.5,0],0,false,[[3822,0,123.943]]],[[16261.8,17158.4,0],0,true,[[773,1,27.27],[227,1,159.576],[1610,1,12.5593]]],[[12956.1,8238.45,0],0,true,[[1887,0,29.3584],[4442,0,206.19],[16,0,127.537]]], +[[5939.77,8906.44,0],0,true,[[2622,0,9.88597],[5637,0,0.528997],[2357,0,2.73992],[1403,0,2.96501]]],[[13386.5,13562.8,0],0,false,[[4409,0,105.985],[5310,0,135.476]]],[[11052,18690.1,0],0,false,[[3976,0,380.327],[4580,0,335.276]]],[[9268.82,5957.19,0],0,false,[[1278,1,1.99897],[2326,0,19.6373]]],[[19811.8,4691.66,0],0,true,[[763,0,143.954],[3456,0,185.662],[1943,0,125.816]]], +[[12220.7,5890.08,0],0,false,[[5570,0,118.337],[2974,0,203.32]]],[[13138.5,8405,4.94236],0,true,[[3709,1,33.8669],[2960,1,18.3363],[430,1,11.9305]]],[[1279.4,13087,0],0,true,[[4531,0,23.7817],[152,0,43.7727],[1092,0,4.57429]]],[[19265.8,11203.1,0],0,true,[[137,1,8.09666],[3502,0,110.739],[1924,1,9.62471]]],[[17759,4738.3,0],0,false,[[3334,0,110.4],[3040,0,4.9873]]], +[[4225.2,10282.2,0],0,true,[[2328,0,4.48508],[4989,0,4.93043],[2881,0,7.33538]]],[[7821.63,17275,0],0,false,[[1668,0,267.212]]],[[14382.7,19237.4,0],0,true,[[2880,0,272.891],[3552,0,25.8842],[109,0,20.0045]]],[[6671.07,17447.7,0],0,true,[[3497,0,5.2199],[3143,0,165.005],[558,1,6.13958]]],[[17255.7,17470.7,0],0,false,[[5656,0,21.4664],[3802,0,47.0169]]], +[[19531.8,8270.06,0],0,false,[[4031,0,37.0556],[5175,0,49.5261]]],[[19953.5,4301.94,0],0,true,[[692,0,3.99789],[775,0,344.063],[4208,0,10.1878]]],[[10454.5,11457.2,0],0,false,[[2010,0,19.5496],[1590,0,17.3355]]],[[9101.24,16235.8,0],0,true,[[2255,1,324.96],[3154,1,27.3853],[590,1,3.73496]]],[[5238.39,3675.14,0],0,false,[[3716,0,240.429],[434,0,227.744]]], +[[11131.1,3887.48,0.00012207],0,false,[[4456,0,65.5105],[3798,0,77.1885]]],[[10631.2,15482.3,0],0,true,[[5231,0,19.3759],[824,0,389.063],[856,0,26.7368]]],[[18045.9,19099.2,0],0,false,[[934,0,145.473],[5642,0,294.425]]],[[13848.5,4358.64,0],0,true,[[4244,0,26.6359],[1746,0,15.961],[4703,1,24.1107]]],[[19641.9,11321.1,0],0,false,[[1281,0,28.0466],[1644,0,41.8964]]], +[[14274.3,19446,0],0,false,[[262,0,116.847],[5308,0,16.3191]]],[[2112.26,10543.6,0],0,false,[[1904,1,381.628],[3653,1,213.057]]],[[13243.8,19108.6,0],0,false,[[321,0,289.428],[3349,0,305.56]]],[[8102.52,12538.7,0],0,false,[[3574,0,371.233],[2481,0,64.5746]]],[[11782.1,7253.95,0],0,false,[[4418,0,236.962],[539,0,157.832]]], +[[4661.99,10666.8,0],0,true,[[2208,0,119.07],[1127,0,2.60551],[676,0,12.1067]]],[[17219,18008.6,0],0,true,[[5455,1,181.992],[3573,1,14.4629],[4470,1,7.39749]]],[[2966.07,19396.9,0],0,true,[[4220,0,2.96446],[2063,0,7.10837],[5333,0,5.35269]]],[[9563.92,16505.4,0],0,true,[[3641,1,10.9155],[3842,1,198.76],[1366,1,5.7529]]],[[15486.8,2998.25,0],0,false,[[2562,1,4.65192],[1838,0,99.7691]]], +[[9941.92,384.668,0],0,false,[[3399,1,62.72],[999,1,92.1673]]],[[9108.95,15168.7,0],0,false,[[781,0,60.0837],[2202,0,20.417]]],[[19696.5,11293.5,0],0,false,[[3791,0,194.4],[5167,0,53.7867]]],[[8210.48,6991.03,0],0,true,[[4115,0,401.738],[2374,0,2.89433],[2946,0,6.05545],[5258,0,6.59594]]],[[19599,4775.7,0],0,true,[[3880,0,9.63588],[534,0,36.3828],[3042,0,10.5432]]], +[[10557.1,14145.7,0],0,true,[[1872,0,238.559],[641,0,10.8582],[1873,0,10.2171],[2643,0,8.3477]]],[[9591.14,2752.8,0],0,true,[[413,0,3.17068],[5322,0,2.89941],[31,0,3.91576]]],[[18950.9,2041.37,0],0,false,[[456,0,200.301],[1559,0,282.503]]],[[9398.16,6081.79,0],0,false,[[2077,1,23.0513],[5337,1,330.239]]],[[5518.26,14903.4,0],0,true,[[1178,0,265.963],[2039,0,368.074],[1395,0,303.999]]], +[[16946.6,5015.11,0],0,false,[[4917,0,77.9012],[3404,0,143.416]]],[[111.524,8694.35,0],0,true,[[2913,1,213.156],[61,1,168.946],[2175,1,139.779]]],[[4270.01,19172.7,0],0,false,[[4886,0,200.994],[1426,0,372.728]]],[[2185.8,16186.9,0],0,false,[[372,0,216.42]]],[[3840.97,14915.3,0],0,true,[[2990,2,196.55],[2684,2,18.6996],[4356,2,6.89888]]], +[[16923.9,4808.52,0],0,true,[[3083,0,2.71358],[1062,0,380.849],[4667,0,3.57726]]],[[5820.46,13945,0],0,true,[[4348,0,110.876],[4993,0,31.1713],[2744,0,17.6398]]],[[10029.5,8630.12,0],0,true,[[716,0,5.44018],[2359,0,4.45954],[4700,1,6.01695],[4383,1,6.89253]]],[[14366.1,15879.5,0],0,false,[[3831,0,21.3338],[1163,0,75.4137]]],[[9707.72,4001.83,0],0,true,[[1442,0,6.59508],[3428,0,100.1],[1218,0,7.11785]]], +[[10917,3936.44,0],0,false,[[204,0,111.809],[567,0,256.273]]],[[17733.7,4767.63,0],0,false,[[3423,0,210.017],[5188,0,14.1416]]],[[16375.4,13544.9,0],0,false,[[4844,0,168.218],[3712,0,381.265]]],[[9201.96,18388.4,0],0,true,[[4851,0,296.58],[1903,0,84.7641],[4534,0,179.587]]],[[17188,5230.05,0],0,false,[[2797,0,84.6603]]], +[[14944.7,15213.1,0],0,false,[[1052,0,5.57698],[678,1,6.65626]]],[[10441.8,7604,0],0,true,[[8,1,109.796],[708,1,17.5113],[205,1,8.0102]]],[[8842.11,19364.3,0],0,false,[[4586,0,358.149],[1859,0,128.11]]],[[13529.6,4033.16,0],0,true,[[5097,0,69.3877],[3696,0,281.231],[1458,0,160.824]]],[[8842.26,10271.3,0],0,true,[[5484,0,396.942],[163,0,2.40226],[1728,0,2.85608]]], +[[4859.02,18456.5,0],0,false,[[5133,2,51.2595],[670,2,26.7103]]],[[11272.8,17431.5,0],0,false,[[165,0,235.135],[2062,0,106.142]]],[[12281.1,12000.8,0],0,false,[[757,0,154.778],[4162,0,201.173]]],[[10149.6,8214.02,0],0,true,[[1664,0,7.22579],[1354,0,3.56904],[4493,1,15.2831],[3495,1,15.0573]]],[[17961.8,19217.9,0],0,false,[[4484,0,286.54],[887,0,145.473]]], +[[6937.96,18340,0],0,false,[[253,0,255.513],[4094,0,363.884]]],[[17445.3,3956.64,0],0,false,[[3062,0,315.217],[4061,0,159.47]]],[[15506.6,16881.2,0],0,false,[[507,0,267.244],[3784,0,184.989]]],[[10170.5,8159.76,0],0,true,[[838,0,5.27798],[64,0,3.20064],[4144,1,13.8782],[2934,1,13.9915]]],[[18458.6,461.255,0],0,false,[[3002,1,45.8804],[1225,1,249.69]]], +[[13908.6,10609.1,0],0,false,[[2754,1,392.73],[219,1,200.821]]],[[13814,19344.1,0],0,false,[[1714,0,113.014],[3349,0,311.486]]],[[6990.82,10888.6,0],0,false,[[3776,0,6.61855],[5436,1,8.70514]]],[[3579.33,6210.25,0],0,true,[[3773,0,12.2108],[118,0,302.181],[424,1,13.8504]]],[[4187.44,16217.7,0],0,true,[[4552,0,71.7607],[982,0,22.0688],[4609,0,12.3649]]], +[[16861.7,16692,0],0,true,[[5239,0,2.27139],[5677,0,1.25996],[355,0,1.28483]]],[[18596.4,17582.2,0],0,true,[[1129,0,5.51629],[2706,0,3.42997],[1804,1,7.08576]]],[[19066.6,3688.21,0],0,false,[[4004,0,27.6936],[1882,0,17.1837]]],[[4034.2,13124.4,0],0,false,[[4010,2,5.47551],[779,1,156.321]]],[[4965.92,4091.6,0],0,false,[[5716,1,228.033],[997,1,258.71]]], +[[10566.7,17115.9,0],0,false,[[3545,0,56.5087],[2970,0,69.5178]]],[[18062,11985.8,0],0,true,[[3425,0,140.065],[1861,0,2.81744],[5355,0,10.0484]]],[[14530.9,8744.02,0],0,true,[[5533,0,4.97966],[5403,0,2.51475],[5219,1,11.1812]]],[[5218.31,19629.8,0],0,true,[[1800,0,2.57518],[2851,0,2.23308],[2389,2,5.09591]]],[[7053.45,4616.7,0],0,false,[[17,0,7.82406],[1024,0,245.458]]], +[[9229.72,7424.54,0],0,false,[[3355,0,94.7414],[1938,0,399.516]]],[[11970.9,11055.9,0],0,false,[[134,0,238.55],[2136,0,182.765]]],[[6824.09,14963.5,0],0,true,[[2613,0,182.25],[1461,0,4.26843],[4055,1,7.29286]]],[[4802.64,680.026,0],0,false,[[1667,0,383.705],[2628,0,147.398]]],[[8429.53,11030.9,0.0413818],0,false,[[1307,0,27.9161],[133,0,24.6947],[3468,0,35.3384]]], +[[12282.6,18587.7,0],0,true,[[1912,0,277.283],[3685,0,23.8552],[4831,0,24.8284]]],[[13745.4,4225.24,0],0,true,[[3696,0,17.4299],[4530,0,19.7296],[5492,0,63.5068]]],[[4199.83,10265.7,0],0,false,[[2881,0,22.9298],[1369,0,30.4978]]],[[13802,4208.74,0],0,false,[[2529,0,37.4775],[3696,0,61.2008]]],[[4626.71,14647.3,0],0,false,[[197,0,166.07],[2858,0,93.3794]]], +[[5285.59,14213.3,0],0,false,[[5636,1,2.36194],[1769,0,7.8665]]],[[15097.7,8866.97,0],0,false,[[19,1,31.9532],[192,1,89.8357]]],[[3112.44,6273.66,0],0,true,[[2996,0,3.26301],[762,0,3.09654],[2556,1,7.82126]]],[[5649.24,758.247,0],0,false,[[1985,1,391.663],[3292,1,380.157]]],[[2312.31,11435.7,0],0,false,[[993,0,98.7325],[5489,0,266.979]]], +[[8440.63,10950.6,0],0,false,[[300,0,34.4398],[5045,0,34.4952]]],[[9997.24,339.393,0],0,true,[[141,1,26.3607],[4936,1,31.7285],[3399,1,11.1196]]],[[5357.86,3761.15,0],0,false,[[997,1,254.09],[5317,1,147.319]]],[[15342.4,3664.49,0],0,false,[[1853,1,139.797],[765,1,306.189]]],[[3755.91,6785.1,0],0,false,[[331,0,291.389],[2875,0,136.56]]], +[[5445.83,3231.46,0],0,true,[[225,1,22.2374],[3445,1,22.8671],[3151,1,2.0094],[2022,1,19.1616],[5048,1,6.42435],[730,1,3.45311],[1945,1,1.30782]]],[[13555.7,13632.7,0],0,false,[[3854,0,54.7028]]],[[17697.6,13813.6,0],0,false,[[3100,0,151.627],[4471,0,397.638]]],[[3574.8,1488.01,0],0,false,[[5712,1,53.7989],[1484,1,23.8278]]],[[6771.79,10960.7,0],0,false,[[1971,1,67.5897],[3660,1,140.029]]], +[[56.465,2319.33,0],0,false,[[2307,1,233.362],[5061,1,354.109]]],[[20439.3,3413.93,0],0,false,[[2660,0,269.703]]],[[4203.05,16202.1,0],0,true,[[944,0,22.0688],[3904,0,47.0634],[4609,0,10.8641]]],[[9699.72,718.006,0],0,true,[[3777,2,29.0042],[2059,2,23.4381],[1593,2,12.8445],[2673,2,17.4831],[77,2,15.7859],[4995,2,11.2824]]],[[19677.7,7120.16,0],0,true,[[3556,0,161.212],[3703,0,3.93729],[5376,0,4.77677]]], +[[2260,3719.85,0],0,false,[[4777,0,336.242]]],[[10746.7,11827.8,0],0,false,[[4810,0,153.872],[3228,0,197.844]]],[[15502.2,463.673,0],0,false,[[2441,0,98.8058],[1611,0,36.6983]]],[[2227.6,3093.56,0],0,false,[[4230,0,381.198],[4777,0,290.953]]],[[4510.87,8349.05,0],0,false,[[4062,0,157.845],[2601,0,272.831]]], +[[8014.16,85.3585,0],0,false,[[1987,0,387.9],[1288,0,87.5558]]],[[8354.63,10245.8,0],0,false,[[1631,0,144.04],[97,0,92.2254]]],[[9810.88,6423.46,0],0,true,[[2512,1,22.3621],[4135,1,50.2268],[681,1,4.52542],[3105,1,3.79858],[5678,1,3.96369],[496,1,4.93857]]],[[2222.33,11475.1,0],0,true,[[2074,0,3.16221],[969,0,98.7325],[2038,1,13.1663]]],[[4899.79,7857.68,0],0,true,[[4702,0,31.4736],[828,0,126.307],[4871,0,7.06295],[5417,0,10.2953]]], +[[5923.36,8909.21,0],0,true,[[3799,0,6.21763],[3460,0,3.54559],[4610,1,15.0881]]],[[10312.5,5341.99,0],0,false,[[60,0,146.805],[2176,0,26.8708]]],[[5162.79,3923.79,0],0,false,[[949,1,258.71],[972,1,254.09]]],[[7823.05,15728.1,0],0,true,[[475,0,8.8856],[3297,0,7.19992],[2713,1,13.1774],[4784,0,4.96475]]],[[9878.86,451.829,0],0,true,[[900,1,92.1673],[4687,1,22.9021],[3026,1,13.1782]]], +[[6475.02,17581.3,0],0,false,[[2278,1,8.31995],[1744,0,12.6577]]],[[13261.7,18092.3,0],0,true,[[1732,0,23.6148],[1708,0,70.2732],[1446,0,382.181]]],[[17186.7,18090.7,0],0,true,[[4524,1,327.351],[1274,1,26.134],[1783,1,14.59],[2842,1,13.7891]]],[[18737.1,3725.64,0],0,true,[[270,0,1.75013],[3678,0,1.45467],[4974,0,3.56807],[1037,0,2.34542]]],[[17684.7,12212.7,0],0,true,[[1514,0,16.1769],[2626,0,128.749],[5616,0,12.0843],[3732,0,8.25589],[3103,0,10.6186],[753,0,8.1705]]], +[[12604.9,4194.38,0],0,false,[[1984,0,6.17004],[5031,0,41.0959]]],[[5920.93,8924.79,0],0,true,[[4800,0,2.8312],[4804,0,2.40968],[4546,0,2.55577],[1341,0,2.18322]]],[[5647.47,13974.6,0],0,true,[[4527,0,136.044],[5255,0,23.1958],[4168,0,12.7451]]],[[5549.89,12338.5,0],0,true,[[1694,2,288.113],[5120,2,21.3815],[4483,2,13.5758]]],[[3230.88,5023.52,0],0,true,[[2478,0,97.3317],[284,0,11.5895],[3328,0,8.47489]]], +[[12731.5,8818.18,0],0,false,[[689,0,226.041]]],[[18279.1,18769.9,0],0,false,[[5642,0,109.158],[4336,0,313.435]]],[[3144.9,12643.3,0],0,true,[[5471,0,9.48005],[4022,0,53.2131],[2168,0,8.48107]]],[[17159.9,17846.1,0],0,true,[[3847,0,34.8645],[2423,0,6.19195],[1482,0,11.3335],[2330,0,8.69898]]],[[17015.2,793.35,0],0,false,[[1868,0,380.012],[1950,0,102.981]]], +[[5419.33,18814.3,0],0,false,[[2259,0,211.101],[4249,0,97.5922]]],[[20102.4,13238.5,0],0,false,[[1486,0,356.362],[1517,0,256.304]]],[[14321.9,19270.6,0],0,false,[[3552,0,43.4121],[262,0,131.069]]],[[15276.4,14136.2,0],0,false,[[4198,0,151.378],[417,0,282.783]]],[[5575.13,4869.92,0],0,false,[[5251,0,232.381],[4278,0,376.249]]], +[[15821.2,14207.3,0],0,false,[[3432,1,5.41448],[2379,0,47.1264]]],[[8461.95,10863.1,0],0,false,[[1319,0,46.3749],[300,0,59.4878]]],[[13166.9,4535.72,0],0,false,[[741,0,64.6224]]],[[17000,14062.1,0],0,false,[[4569,1,191.608],[2654,1,314.942]]],[[7088.88,4373.84,0],0,false,[[954,0,245.458],[5249,0,241.545]]], +[[16394.7,6428.46,0],0,false,[[5325,0,215.425],[351,0,367.382]]],[[13090.5,5154.33,0],0,false,[[4404,0,301.503],[4499,0,43.7528]]],[[9752.03,5762.66,0],0,false,[[2751,0,36.8433],[4096,0,1.74205]]],[[17403.3,17421.2,0],0,false,[[3017,0,114.766],[5006,0,284.202]]],[[2710.64,5124.16,0],0,false,[[5617,0,223.958],[1796,0,119.703]]], +[[19461.2,10245.5,0],0,false,[[5681,1,162.986],[1044,1,303.841]]],[[16496.3,7147.65,0],0,false,[[3450,0,137.061]]],[[10605.9,17044.5,0],0,false,[[2888,0,12.2991],[3545,0,24.9648],[1505,0,16.4576]]],[[12350.2,11365.5,0],0,false,[[734,0,399.603],[4109,0,12.9663]]],[[7753.53,15777.1,0],0,true,[[640,0,18.469],[2169,0,269.534],[260,1,21.0119]]], +[[13271.8,13554.4,0],0,true,[[1393,0,10.6081],[4261,0,45.0898],[3030,0,7.44618]]],[[3622.03,16318,0],0,false,[[3649,0,5.27418],[4308,0,267.362]]],[[18738.6,3727.43,0],0,true,[[4805,0,25.5098],[5595,0,17.2143],[4974,0,5.58207],[270,0,3.83665],[1003,0,2.34542],[3678,0,1.68707],[98,0,2.32033]]],[[1834,6705.59,0],0,false,[[2953,1,377.551],[3648,1,326.507]]],[[17662,12227.4,0],0,true,[[3852,0,4.0991],[3166,0,3.80095],[5247,0,2.72774],[3050,0,1.25545],[336,0,3.1709],[5624,0,1.26222]]], +[[15717.8,9284.81,0],0,false,[[4706,0,22.4676],[849,0,153.126]]],[[9906.29,10966.8,0],0,true,[[5621,0,113.445],[356,0,202.244],[3004,0,210.98]]],[[7990.12,19112.9,0],0,false,[[582,0,200.236],[214,0,206.755]]],[[18117.2,16968.2,0],0,true,[[4263,0,3.60596],[5117,0,3.35005],[1628,1,6.24643]]],[[19430.7,10547.7,0],0,false,[[1030,1,303.841],[3997,1,187.728]]], +[[13133.7,3432.51,0],0,true,[[1415,0,259.125],[428,0,369.897],[684,0,263.926],[499,0,26.5371]]],[[19671,4387.88,0],0,false,[[2501,0,104.184],[4340,0,17.5177]]],[[17097.3,5037.62,0],0,true,[[4255,0,76.8567],[4717,0,9.72863],[1834,0,6.99848],[1255,0,4.61022]]],[[861.929,1019.8,0],0,false,[[5649,0,387.953]]],[[12657.7,8299.37,0],0,false,[[1081,0,25.0688],[3761,0,46.0443]]], +[[5822.98,13467,0],0,false,[[3560,0,333.939],[240,0,119.101]]],[[17680.1,12064,0],0,true,[[4013,0,7.44243],[1464,0,16.1435],[1209,0,10.1451]]],[[14945.4,15207.6,0],0,true,[[925,0,5.57698],[4782,0,241.591],[678,1,12.1902]]],[[7547.42,19211.8,0],0,true,[[582,0,255.394],[1443,0,2.44184],[4338,0,8.63108]]],[[12102.5,5378.43,0],0,false,[[2752,0,38.7138],[4120,0,363.989]]], +[[8151.51,4305.47,0],0,false,[[5078,0,81.4046],[4553,0,74.0293]]],[[7237.27,17401.4,0],0,false,[[2787,0,125.502]]],[[18092.8,19670.5,0],0,false,[[4370,0,155.684],[2474,0,353.589]]],[[12776.3,8229.17,0],0,true,[[2914,1,101.262],[3746,1,23.5128],[2870,1,14.0318]]],[[10073.7,6729.5,0],0,false,[[4869,1,44.7283],[1651,1,22.4162]]], +[[14228.7,4047.23,0],0,false,[[3227,1,5.96577],[4707,0,2.95199]]],[[8619.85,8764.11,0],0,true,[[4587,0,35.6498],[3119,0,300.765],[4628,0,8.39325],[2491,0,5.43967],[5294,0,2.13204]]],[[17107.3,4475.51,0],0,false,[[915,0,380.849],[3994,0,321.622]]],[[8902.11,14836.4,0],0,false,[[3625,1,124.195],[4440,1,369.03]]],[[16414.4,9714.99,0],0,true,[[5680,1,28.3581],[4422,1,252.172],[4133,1,8.11091]]], +[[13852.8,10383.2,0],0,false,[[219,1,31.9553],[4894,1,67.7195]]],[[1889.91,18774.7,0],0,false,[[5513,0,340.972],[5001,0,82.3296]]],[[17932.8,2649.33,0],0,false,[[5451,0,165.308],[2963,0,272.018]]],[[11081.9,11745.1,0],0,false,[[3228,0,218.729],[5443,0,142.358]]],[[2631.57,15681.2,0],0,false,[[1925,1,24.1728],[4201,1,49.2908]]], +[[7096.24,13016,0],0,false,[[1485,0,46.1393],[5498,0,64.434]]],[[9661.49,8292.49,0],0,false,[[2691,0,391.467],[40,0,159.748]]],[[13942.7,4442.9,0],0,true,[[2777,1,30.5916],[5638,1,28.1214],[3656,1,5.09289]]],[[8640.32,8754.95,0],0,false,[[1666,0,295.907],[4628,0,14.6173]]],[[10338,2592.75,0],0,true,[[3061,0,0.499409],[2126,0,2.9013],[3671,0,10.6348],[3021,0,8.52992]]], +[[13123.8,12029.3,0],0,false,[[5594,0,316.576],[469,0,105.171]]],[[9726.58,5786.27,0],0,false,[[4380,0,48.0935],[4096,0,34.9782]]],[[13118.6,13444.2,0],0,true,[[4351,0,19.7267],[420,0,27.3767],[2302,1,5.72454]]],[[5587.64,3481.91,0],0,false,[[3740,0,57.9927],[1570,0,30.5705]]],[[16026.5,14219.3,0],0,false,[[4839,1,393.908],[5084,1,178.831]]], +[[9777.18,16582.5,0],0,true,[[4032,1,17.6497],[5288,0,43.793],[5409,0,9.09521]]],[[12647,8276.88,0],0,false,[[3539,0,10.625],[1049,0,25.0688]]],[[14236.6,11911.4,0],0,false,[[1140,1,117.473],[3820,1,42.6682]]],[[5725.18,6828.51,0],0,true,[[1707,0,17.3517],[770,0,2.69513],[2876,0,6.31723]]],[[19731.8,8893.19,0],0,false,[[5004,0,18.2864],[4216,0,99.4222]]], +[[9662.13,19603.6,0],0,false,[[3172,0,248.908],[4272,0,262.451]]],[[8347,17882.5,0],0,false,[[5067,0,6.77856],[544,0,135.959]]],[[9678.43,13923.3,0],0,false,[[2013,0,21.3266],[1161,0,122.394]]],[[11251.8,19767.3,0],0,false,[[3458,0,6.66654],[738,0,405.793]]],[[10150.9,9975.5,0],0,true,[[1858,0,149.533],[715,0,18.0262],[4431,0,81.5513]]], +[[18881,17006.4,0],0,false,[[3387,0,136.258],[171,0,25.1946]]],[[12418.8,1391.78,0],0,false,[[5033,0,214.922],[4326,0,351.857]]],[[1277.47,13091.1,0],0,false,[[5028,0,16.4418],[872,0,4.57429]]],[[12292.7,7952.45,0],0,false,[[3433,0,136.35],[3511,0,31.1849]]],[[4502.34,19172.2,0],0,true,[[5546,0,3.1333],[5165,0,4.04341],[3419,1,6.26223]]], +[[7396.5,7760.74,0],0,true,[[478,0,18.1526],[2722,0,3.64006],[280,2,9.88851]]],[[12152.4,9935.11,0],0,false,[[1101,1,6.49307],[701,0,338.097]]],[[7368.59,9323.42,0],0,false,[[3366,2,341.6],[721,2,364.515]]],[[13699.2,15411.3,0],0,false,[[5126,0,193.796],[2549,0,311.174]]],[[4163.76,4804.63,0],0,false,[[1398,1,48.0568],[4391,1,38.5961]]], +[[17656.9,12033.2,0],0,false,[[3039,0,4.40309]]],[[12157.7,9931.33,0],0,true,[[3804,1,16.7166],[1649,1,188.091],[1096,1,6.49307]]],[[11445.4,1121.33,0],0,false,[[2952,1,172.256],[4477,1,212.761]]],[[19896.9,4409.19,0],0,false,[[1491,0,92.7631],[2229,0,76.6507]]],[[6574.57,8277.24,0],0,false,[[1626,0,337.695],[3509,0,333.133]]], +[[17824.7,17226.4,0],0,false,[[5006,0,180.068],[4725,0,342.647]]],[[13331.4,14612.2,0],0,false,[[3310,0,58.6141],[3789,0,396.835]]],[[8691.61,2282.26,0],0,false,[[4537,2,121.259],[2409,2,255.491]]],[[14147.4,11824.3,0],0,true,[[1140,1,9.11238],[3304,1,388.353],[4688,1,6.93747]]],[[14158.7,8072.52,0],0,false,[[4497,0,228.66]]], +[[14948.8,12159.3,0],0,false,[[2591,0,144.834],[3476,0,299.845]]],[[6171.93,15198.2,0],0,false,[[5667,0,308.012],[2212,0,89.1465]]],[[5205.49,7327.05,0],0,false,[[1392,1,314.059],[3843,1,163.588]]],[[12968.1,8563.97,0],0,true,[[2319,1,22.2004],[2254,1,149.074],[2872,1,11.4971]]],[[10583.5,11237.8,0],0,false,[[5588,0,140.925],[5559,0,21.86]]], +[[13155.8,8139.04,0],0,false,[[2817,1,31.2078],[3666,1,30.2879]]],[[18238.4,12923.4,0],0,true,[[1253,0,359.663],[2161,0,3.91847],[2356,0,12.2618]]],[[15016.4,6264.91,0],0,true,[[4926,0,80.2164],[2338,0,21.8529],[2663,1,6.23786],[542,1,5.74115]]],[[16305.1,7154.19,0],0,false,[[3313,0,24.673],[5160,0,151.005]]],[[9473.36,11665.2,0],0,false,[[5264,0,401.259],[308,0,139.083]]], +[[7780.57,6752.44,0],0,true,[[246,2,271.426],[1528,2,31.8717],[4461,2,10.2491],[4454,2,13.4914]]],[[3489.93,15787.8,0],0,false,[[749,0,162.175],[1301,0,349.938]]],[[9105.72,772.101,0],0,false,[[595,2,273.122],[5129,2,349.227]]],[[3253.98,4035.1,0],0,false,[[245,0,166.761],[35,0,304.759]]],[[16225.1,7269.68,0],0,false,[[1400,1,7.47815],[2117,0,100.707]]], +[[2294.49,15979.2,0],0,false,[[3420,0,25.4726],[1881,0,29.8117]]],[[14351,15864,0],0,true,[[3265,0,6.41543],[5291,0,3.68636],[2027,0,8.61598],[4014,0,10.2968]]],[[4662.41,10669.3,0],0,true,[[895,0,2.60551],[1190,0,2.84109],[676,0,13.9079]]],[[10994.2,2347.7,0],0,false,[[3336,0,293.802]]],[[18600.6,17578.5,0],0,true,[[2706,0,2.09969],[946,0,5.51629],[3983,0,2.1326],[1804,1,4.05628]]], +[[4353.23,4729.38,0],0,false,[[2545,2,234.111],[650,2,128.559]]],[[17716.9,12023,0],0,true,[[5366,0,2.9164],[1956,0,2.44781],[4927,0,2.17339],[2485,0,3.05896],[1333,0,9.91855]]],[[1563.2,4920.99,0],0,false,[[5131,0,398.522]]],[[10174.8,6497.24,0],0,false,[[1827,0,138.902]]],[[14984.9,13344,0],0,false,[[3591,1,253.767],[511,1,181.525]]], +[[17705.8,12025.8,0],0,true,[[4195,0,5.5213],[3039,0,45.2347],[3291,0,1.60417],[5086,0,3.69071]]],[[18415.8,427.171,0],0,true,[[5575,1,13.7496],[3002,1,9.82512],[5419,1,5.24087]]],[[19645.3,4371.38,0],0,false,[[2609,0,27.4207],[412,0,23.9945]]],[[18298.3,10907.4,0],0,false,[[4797,0,268.985],[3610,0,230.779]]],[[17718.9,12039.1,0],0,true,[[4013,0,40.5697],[4514,0,7.09006],[1883,0,6.47405]]], +[[14150.7,11832.8,0],0,true,[[1082,1,117.473],[4688,1,5.76102],[1108,1,9.11238]]],[[18075,16948.6,0],0,false,[[233,0,108.704],[2437,0,39.8307]]],[[17270.5,10456.8,0],0,false,[[4963,0,188.634],[5279,0,266.396]]],[[10334.4,2578.02,0],0,true,[[2801,0,7.46404],[1470,0,2.79372],[3671,0,4.91589]]],[[4276.86,19477.1,0],0,false,[[2788,1,356.453],[746,1,216.974]]], +[[8945.59,9013.18,0],0,false,[[1308,1,22.2669],[1837,1,90.7159]]],[[3173.2,11535.4,0],0,false,[[535,0,209.699],[1436,0,364.721]]],[[2143.85,10934.3,0],0,true,[[5156,0,5.71881],[3553,0,2.98756],[3899,1,10.1604],[1904,1,10.9083]]],[[1276.44,664.603,0],0,false,[[3037,0,2.19555],[5043,0,81.455]]],[[7790.53,15774.6,0],0,true,[[3542,0,3.90396],[2032,0,5.18936],[2101,0,5.4902]]], +[[18533.7,166.573,0],0,false,[[4159,0,60.3188]]],[[15476,3781.94,0],0,false,[[3781,0,318.04],[4998,0,347.883]]],[[8311.09,19399.7,0],0,false,[[3123,0,139.268],[2472,0,116.607]]],[[9245.52,5940.51,0],0,false,[[1452,1,112.117],[1278,1,30.491]]],[[327.189,8600.56,0],0,false,[[87,1,19.2024],[2198,1,117.869]]], +[[14525.9,18239.3,0],0,false,[[1193,0,324.629],[5372,0,164.544]]],[[11429.7,8653.94,0],0,false,[[4695,0,39.1722],[1359,0,351.449]]],[[5740.05,2863.19,0],0,false,[[817,1,242.599],[1363,1,342.831]]],[[4115.81,16283.1,0],0,true,[[2655,2,178.522],[1767,2,7.12939],[1519,2,6.28951]]],[[11373.3,5619.71,0],0,false,[[5168,0,72.7677],[5062,0,121.948]]], +[[10887.8,9750.18,0],0,false,[[2279,0,202.596],[697,0,273.095]]],[[9796.51,13955.5,0],0,false,[[1087,0,122.394],[2786,0,276.547]]],[[18497.1,6611.59,0],0,false,[[3867,0,19.6749],[1774,0,225.953]]],[[14436.4,15906.8,0],0,false,[[918,0,75.4137],[4157,0,166.781]]],[[13073.1,4451.66,0],0,false,[[3160,0,130.912],[4660,0,245.122]]], +[[8748.67,18114.4,0],0,false,[[544,0,327.832],[4534,0,359.135]]],[[14920.8,15389.5,0],0,true,[[3598,0,10.6745],[1512,0,68.6796],[4408,0,14.0457]]],[[13460.6,15979.6,0],0,false,[[155,0,47.6805],[1979,0,39.846]]],[[14950.5,5223.64,0],0,false,[[4000,0,364.676],[222,0,318.219]]],[[9724.18,4010.33,0],0,true,[[5453,0,366.32],[4478,0,3.9853],[2763,0,4.06326]]], +[[4783.27,959.523,0],0,true,[[138,0,3.27185],[1606,0,2.9113],[2,1,8.76251]]],[[20270.7,13468.3,0],0,true,[[1517,0,28.6395],[5197,0,22.3686],[1946,0,3.81279],[717,0,5.99913]]],[[5123.88,6502.04,0],0,true,[[1845,1,27.6632],[1686,1,27.4472],[3901,1,5.09209]]],[[10274.9,7712.39,0],0,false,[[833,1,3.79967],[4044,0,19.0599]]],[[13083.3,7766.66,0],0,false,[[5529,0,235.935],[2002,0,189.426]]], +[[13216.3,8666.89,0],0,false,[[4302,1,26.8974],[1480,1,28.5148]]],[[13037.6,5154.95,0],0,true,[[1561,0,127.154],[5273,0,3.52962],[4617,0,5.35758]]],[[2447.66,12484.6,0],0,false,[[5064,1,306.81],[2746,1,298.571]]],[[5467.9,15164.5,0],0,false,[[4710,0,245.081],[909,0,265.963]]],[[7409.31,8287.88,0],0,false,[[5646,2,168.169],[5386,2,21.3967]]], +[[13923.6,14436.9,0],0,false,[[737,0,314.013],[3949,0,373.374]]],[[10213,8023.19,0],0,false,[[4144,1,129.495],[1864,1,118.372]]],[[12987.8,11791.3,0],0,true,[[3264,0,24.5363],[3444,0,207.207],[3330,0,6.71598]]],[[4811.12,18533.5,0],0,false,[[670,2,64.2256],[2884,2,266.931]]],[[10648.4,17106.3,0],0,false,[[2199,0,127.758],[3482,0,26.5408]]], +[[18817.5,14949.7,0],0,true,[[1462,0,3.45652],[3731,0,7.18265],[2646,1,10.0286]]],[[9611.43,3124.07,0],0,false,[[2882,0,187.041],[454,0,344.924]]],[[17604.1,11810.9,0],0,false,[[1673,1,163.567],[596,1,5.79679]]],[[2800.11,17733.5,0],0,false,[[5309,0,18.1273],[3200,0,286.08]]],[[538.738,3030.57,0],0,false,[[5482,1,11.2403],[3153,1,22.3489]]], +[[4663.72,10671.9,0],0,true,[[1127,0,2.84109],[676,0,16.541],[2942,0,9.30513]]],[[13247.2,8746.1,0],0,false,[[4536,0,62.8524],[4256,0,20.703]]],[[3839.68,16196.4,0],0,false,[[1765,0,96.7969],[5633,2,12.6778]]],[[14570,18561,0],0,false,[[2756,0,138.579],[1155,0,324.629]]],[[7807.33,15737,0],0,false,[[2713,1,27.7913],[4668,1,27.4882]]], +[[1012.72,16208.8,0],0,true,[[358,0,5.44818],[4259,0,6.60141],[1978,1,10.5001],[5058,1,9.40391]]],[[3382.41,1080.73,0],0,true,[[4968,1,12.6451],[3018,1,8.39023],[3144,1,2.224],[3280,1,11.4218]]],[[17689.5,16808.6,0],0,false,[[1336,0,2.14361],[4467,0,6.46384]]],[[19079,6785.24,0],0,false,[[1689,0,45.0771],[4918,0,167.523]]],[[14498.5,18076.6,0],0,true,[[2886,0,25.2105],[1683,0,374.928],[3410,0,14.1996],[5372,0,10.7416]]], +[[16998.1,17928.3,0],0,false,[[4986,0,78.0689],[4012,0,18.1785]]],[[13483.1,6774.64,0],0,false,[[4647,1,372.951],[5487,1,121.706]]],[[4143.53,14686.5,0],0,false,[[2858,0,391.482],[2701,0,29.8891]]],[[6714.95,17413,0],0,true,[[1381,0,5.68364],[739,0,122.658],[2132,1,8.53766]]],[[3111.15,20438.8,0],0,true,[[5551,1,363.069],[4413,1,28.8037],[3095,1,15.8999],[269,1,18.0925]]], +[[1813.74,8232.72,0],0,false,[[5540,1,385.248],[1758,1,300.652]]],[[14673.9,19906,0],0,false,[[5015,0,397.48],[4154,0,21.0628]]],[[11631.9,14455.4,0],0,false,[[37,0,388.512],[4562,0,57.6796]]],[[15241,1118.15,0],0,true,[[2581,1,361.163],[502,1,35.3391],[1444,1,15.8807]]],[[17689,12068.8,0],0,true,[[5300,0,26.2503],[1464,0,25.58],[1051,0,10.1451],[4013,0,5.95531]]], +[[3797.31,3308.71,0],0,false,[[5569,0,155.818],[4354,0,26.1932]]],[[15219.2,12509.9,0],0,false,[[3476,0,152.622],[4973,0,259.767]]],[[4406.82,15234.2,0],0,false,[[2679,0,152.428],[2445,0,304.465]]],[[13445.5,8260.75,0],0,false,[[2961,1,23.9487],[3718,1,232.594]]],[[13772.5,16519.1,0],0,false,[[3803,0,386.88],[4575,0,286.814]]], +[[18528.9,348.78,0],0,true,[[379,0,43.907],[1583,0,17.1143],[1432,0,106.947]]],[[658.963,19405.4,0],0,true,[[2124,0,23.6781],[3898,0,225.123],[166,0,11.2867]]],[[8789.3,10427.3,0],0,false,[[97,0,382.619],[2597,0,165.208]]],[[9714.76,4000.81,0],0,true,[[229,0,2.84833],[1442,0,0.876141],[3862,0,2.60452],[919,0,7.11785]]],[[3635.66,16315,0],0,true,[[3844,0,221.479],[4602,0,5.03095],[3407,0,5.45227]]], +[[3398.12,299.034,0],0,false,[[551,1,303.958],[1317,1,288.851]]],[[11697.9,14474.2,0],0,true,[[4705,0,3.70213],[4562,0,10.9514],[5075,0,3.57707]]],[[840.915,1643.83,0],0,false,[[4378,1,17.514],[2894,1,353.602]]],[[20223.3,19792.6,0],0,false,[[3616,0,291.489],[2799,0,139.579]]],[[8989.85,12100.6,0],0,true,[[3935,0,275.244],[2358,1,8.72302],[5243,1,14.0369]]], +[[18672.4,588.258,0],0,false,[[939,1,249.69],[5663,1,243.727]]],[[5288.82,10880.6,0],0,false,[[2304,0,287.1],[5136,0,326.888]]],[[4192.81,4739.62,0],0,false,[[4391,1,34.0511],[1257,1,57.1078]]],[[4669.13,11206.9,0],0,true,[[2565,0,24.9591],[3400,0,22.6862],[2598,0,28.385]]],[[4017.85,13330,0],0,false,[[2460,2,45.9817],[3581,2,33.3851]]], +[[12876.1,1692.34,-0.00115967],0,false,[[1256,0,17.6175],[142,0,22.0964]]],[[976.818,13188.4,0],0,false,[[2492,1,139.872],[5591,1,279.8]]],[[6308.48,10701.3,0],0,false,[[1641,0,324.547],[3245,0,198.82]]],[[12459.5,9546.63,0],0,true,[[3795,1,23.4251],[2843,1,294.3],[396,1,4.4038],[5465,1,7.33437],[2648,1,11.523]]],[[7341.74,963.919,0],0,false,[[4150,1,307.667],[117,1,358.389]]], +[[10982,11563.7,0],0,true,[[2203,0,155.427],[79,0,7.0039],[3249,0,4.34283]]],[[1276.51,13209.6,0],0,true,[[5591,1,20.6544],[5454,1,103.54],[4755,1,4.64229]]],[[2611.45,15689.6,0],0,true,[[1501,0,3.16291],[5225,0,3.27861],[1925,1,2.59743]]],[[15698.2,14177.4,0],0,true,[[2499,0,106.577],[4669,1,11.9461],[3230,1,11.1989]]],[[13440.6,7993.76,0],0,true,[[5554,0,23.7612],[1787,0,23.3848],[2665,0,11.1368],[4657,0,7.6844]]], +[[11696,11543,0],0,false,[[3440,0,23.8406],[3954,0,22.9171]]],[[8397.15,703.647,0],0,false,[[1762,0,324.806],[2365,1,15.529]]],[[8871.4,17698.2,0],0,true,[[557,0,386.701],[5578,0,25.6276],[5387,0,327.494]]],[[8481.21,2344.89,0],0,false,[[3909,2,285.798],[1951,2,84.6864]]],[[8337.65,8632.01,0],0,true,[[189,0,0.523311],[2071,0,14.4388],[3119,0,10.8916]]], +[[6835.41,10692.3,0],0,true,[[4908,2,24.0503],[1537,2,68.3405],[2955,2,4.7094]]],[[17761.4,2610.67,0],0,true,[[3156,0,7.179],[5451,0,10.4442],[5535,0,2.09665]]],[[18012.4,7716.9,0],0,true,[[3662,0,4.56046],[5011,0,14.2941],[3097,0,2.74223],[1709,0,12.2758]]],[[3043.03,16722,0],0,false,[[132,0,189.347],[2548,0,340.855]]],[[19378.4,14806.1,0],0,false,[[5404,0,105.61]]], +[[17547.3,8621.53,0],0,true,[[4465,0,3.21842],[4835,0,2.53738],[4978,1,16.0834],[323,1,10.084]]],[[12639.9,8418.41,0],0,true,[[1362,0,155.382],[1751,0,25.9716],[2707,0,30.8976]]],[[8780.5,2162.42,0],0,false,[[2130,2,376.665],[4537,2,28.0219]]],[[17907.7,13063.1,0],0,false,[[2122,0,143.432],[1116,0,359.663]]],[[17304.1,4110.23,0],0,true,[[4704,0,6.39327],[4991,0,7.27693],[2695,0,2.90795]]], +[[17100,5033.89,0],0,false,[[1834,0,2.54877],[1047,0,4.61022]]],[[12858.9,1688.22,6.10352e-005],0,false,[[4402,0,38.9334],[1230,0,17.6175]]],[[4237.84,4704.88,0],0,false,[[1227,1,57.1078],[3846,1,161.429]]],[[4997.09,10920.5,0],0,true,[[3013,0,0.233385],[1475,0,3.06062],[5625,0,1.58353],[585,0,2.80963],[3566,0,5.87373]]],[[1037.92,11429.5,0],0,false,[[395,0,238.455]]], +[[15427.1,514.81,0],0,false,[[4888,0,76.1486],[2441,0,51.1202]]],[[19682.9,4706.53,0],0,true,[[1943,0,8.45875],[3674,0,192.655],[2247,0,15.5941]]],[[495.082,2974.36,0],0,true,[[3393,1,21.4826],[5007,1,18.493],[1327,1,11.434]]],[[17560.5,327.616,0],0,false,[[4855,1,192.482],[2482,1,390.931]]],[[18579.4,17587.5,0],0,false,[[1804,1,24.846],[605,1,32.8571]]], +[[17333.8,10193,0],0,true,[[639,0,2.58732],[750,0,11.2247],[532,0,10.0752],[1283,0,2.41],[4813,0,1.32784]]],[[15070.3,11950.5,0],0,false,[[1863,0,198.957],[667,0,25.4949]]],[[3893.6,5018.49,0],0,false,[[5281,1,301.889],[1398,1,296.732]]],[[13136.8,10754,0],0,false,[[3540,0,329.271],[1343,0,369.474]]],[[3152.94,1458.71,0],0,true,[[1973,1,157.652],[5044,1,27.8185],[2018,1,179.988],[5265,1,12.8104]]], +[[13138.3,8343.35,0],0,true,[[3709,1,27.8102],[3278,1,33.1173],[5100,1,15.1947]]],[[12616,7856.28,0],0,true,[[3683,0,16.2009],[5232,0,4.48024],[1620,0,13.9281]]],[[10066.4,9233.95,0],0,true,[[1940,0,289.696],[2347,0,2.84604],[182,0,12.2929]]],[[1691.17,678.896,0],0,false,[[329,0,312.07],[3261,0,392.082]]],[[17168.9,18071.5,0],0,false,[[1002,1,26.134],[3438,1,101.16]]], +[[9010.26,19580.7,0],0,false,[[1859,0,173.066],[1406,0,84.8064]]],[[10877.5,10988.5,0],0,false,[[5102,1,19.5063],[600,1,379.391]]],[[20129.9,15185.8,0],0,false,[[4415,0,230.027],[5567,0,396.699]]],[[9269.78,5958.94,0],0,true,[[1153,1,30.491],[4712,1,138.595],[868,1,1.99897],[2326,1,20.1171]]],[[12263.1,13174.5,0],0,false,[[1768,1,289.38],[4052,1,397.588]]], +[[14535.3,5097.18,0],0,false,[[4760,1,7.51853],[5315,0,12.501]]],[[19667.1,11333.4,0],0,true,[[3413,0,32.0567],[889,0,28.0466],[1650,0,158.044]]],[[3685.06,14933.1,0],0,false,[[5610,0,103.068],[4218,0,24.6313]]],[[17332.9,10190.7,0],0,true,[[1265,0,2.41],[532,0,8.06266],[750,0,13.1841]]],[[18794.6,3266.37,0],0,false,[[5068,0,12.7085],[2068,0,10.3575]]], +[[19735.2,4352.28,0],0,true,[[412,0,68.0325],[4411,0,27.7329],[2244,0,85.7204]]],[[12625.9,8253.4,0],0,false,[[1456,0,28.752],[3539,0,20.9058]]],[[3896.16,13281.4,0],0,true,[[2971,0,22.484],[5138,0,82.4631],[5227,0,23.4638]]],[[8067.55,15.9658,0],0,false,[[990,0,87.5558]]],[[7955.73,17106.6,0],0,false,[[4708,0,283.706],[4535,0,89.7914]]], +[[12203.5,7157.55,0],0,false,[[2226,0,269.675],[5683,0,241.878]]],[[16860.4,4905.21,0],0,false,[[543,0,85.8415]]],[[13454.4,8009.9,0],0,false,[[458,0,138.344],[4657,0,18.6723]]],[[15255.3,489.947,0],0,false,[[3398,0,49.9722],[4522,0,8.68538]]],[[10384,7725.46,0],0,false,[[3363,1,3.06347],[5421,0,38.2272]]], +[[19835,6936.99,0],0,false,[[5376,0,242.866],[5235,0,382.487]]],[[15641.6,14148.2,0],0,true,[[5410,0,60.8843],[127,0,6.18762],[1541,1,9.93407]]],[[10661.3,11397.9,0],0,true,[[1521,0,26.346],[4650,0,9.20941],[1552,0,4.68062]]],[[10910,12770.9,0],0,true,[[4937,1,7.15446],[2611,1,60.6378],[4274,1,4.83879]]],[[19560.8,11422.8,0],0,false,[[1650,0,81.2667],[4720,0,14.4213]]], +[[15362.4,9021.33,0],0,false,[[3431,0,143.095],[1789,0,342]]],[[3415.16,15446.1,0],0,false,[[1121,0,349.938],[202,0,160.134]]],[[19591.1,9608.01,0],0,true,[[1546,1,29.5793],[4207,1,242.157],[4648,1,15.6569]]],[[9258.86,16260.6,0],0,false,[[1378,1,121.1],[5485,1,23.2226]]],[[3869.13,2317.16,0],0,false,[[3704,0,15.7951],[2864,0,242.656]]], +[[4967.06,5473.81,0],0,false,[[73,0,255.742],[5130,0,172.27]]],[[2555.27,9624.24,0],0,false,[[4142,0,302.198]]],[[8457.38,11029.4,0],0,false,[[133,0,9.27498],[2848,0,22.811],[959,0,27.9161]]],[[8924.57,9020.48,0],0,true,[[5362,1,307.294],[1145,1,22.2669],[4488,1,9.23786],[2421,1,11.0575]]],[[17304.1,4117.41,0],0,false,[[1724,0,9.14206],[2695,0,4.31059]]], +[[8911.41,19672.5,0],0,false,[[1494,0,24.7677],[5144,0,355.669]]],[[11287.1,19771.6,0],0,false,[[661,0,26.3783],[2007,0,179.014]]],[[5838.99,10863.6,0],0,false,[[5136,0,224.429],[1662,0,264.29]]],[[7073.67,5136.32,0],0,false,[[4060,1,267.034],[4713,1,399.741]]],[[11023.8,7738.34,0],0,false,[[4778,1,2.0117],[2258,0,7.31996]]], +[[11862.6,6030.94,0],0,false,[[1527,0,303.465],[1791,0,131.848]]],[[17990.9,8772.67,0],0,false,[[694,1,365.99],[5639,1,202.856]]],[[3401.66,10.2559,0],0,false,[[1220,1,288.851]]],[[13443.4,4432,0],0,false,[[4268,0,76.1897]]],[[8481.76,10821.1,0],0,false,[[3020,0,165.382],[1021,0,46.3749]]], +[[505.79,8728.64,0],0,false,[[3978,1,377.868],[4476,1,212.415]]],[[13548.4,2055.08,0],0,false,[[3378,0,220.343]]],[[19659,8454.23,0],0,true,[[199,0,19.7585],[3690,0,62.907],[2771,1,9.01552]]],[[17117.7,5031.81,0],0,true,[[4717,0,11.5359],[2440,0,27.6762],[3785,0,8.65831]]],[[7303.55,10128.8,0],0,false,[[5246,2,8.31126],[3775,1,132.301]]], +[[19119.6,3884.4,0],0,false,[[2586,0,32.0883],[4221,0,151.734]]],[[571.055,18198,0],0,false,[[2037,0,355.243],[3286,0,383.431]]],[[503.615,2981.97,0],0,false,[[1262,1,11.434],[2589,0,8.97718]]],[[15220.2,14438.9,0],0,true,[[417,0,26.904],[1720,0,14.9927],[1567,0,15.9343]]],[[5612.54,3978.21,0],0,false,[[1586,0,54.0221],[129,0,98.8527]]], +[[488.462,2960.51,0],0,false,[[3786,0,23.3973],[3393,1,6.60858]]],[[19108.7,14292.5,0],0,false,[[1884,0,194.683],[4054,0,106.513]]],[[16239.2,16048.3,0],0,false,[[651,1,290.286],[1509,1,243.123]]],[[17716.2,12013.2,0],0,true,[[2091,0,27.959],[5356,0,191.834],[4210,0,13.7683],[1956,0,11.397],[4927,0,8.20723],[4011,0,7.9939],[1131,0,9.91855],[2485,0,10.8401],[1944,0,12.467],[1821,0,10.5366],[1955,0,8.11266],[683,0,13.7098]]],[[7677.78,1093.48,0],0,true,[[1878,0,2.94259],[4122,0,2.80656],[5351,1,5.97461]]], +[[6029.25,7714.24,0],0,false,[[3645,0,104.206]]],[[17689.6,16810.8,0],0,true,[[1197,0,2.14361],[2683,0,2.24881],[4467,0,8.52359]]],[[15613.6,12105.1,0],0,false,[[3370,0,323.775],[845,0,277.542]]],[[16543.1,18099.6,0],0,false,[[5285,0,143.741],[526,0,56.4038]]],[[15556.8,2763.6,0],0,true,[[5450,0,24.8192],[5137,0,4.81846],[1748,0,4.56767]]], +[[10363.1,11901.7,0],0,true,[[3192,0,22.8441],[4810,0,367.857],[5476,0,9.75247]]],[[5921.97,8922.86,0],0,true,[[3453,0,3.86691],[4804,0,4.4855],[1006,0,2.18322],[4546,0,0.795262]]],[[1946.62,19531.2,0],0,false,[[3564,0,307.154],[5076,0,342.822]]],[[13176.6,10386.8,0],0,false,[[1268,0,369.474],[3051,0,391.453]]],[[3138.37,12736.7,0],0,true,[[4192,1,12.2668],[686,0,16.8702],[5027,1,12.4732]]], +[[15386.5,462.132,0],0,false,[[2441,0,19.0754],[1988,0,69.567]]],[[13322.6,13357.8,0],0,false,[[44,0,46.3668],[5038,0,73.2369]]],[[16399.5,6661.06,7.87303],0,true,[[5325,1,19.3603],[5230,1,7.95211],[5299,1,16.241],[2251,1,10.6326]]],[[7693.74,13752.9,0],0,false,[[3531,1,140.759],[2624,1,361.961]]],[[9061.78,14472.2,0],0,true,[[2093,1,285.032],[3260,1,32.2195],[1571,1,9.41963],[2004,1,9.17531]]], +[[9384.66,6061.61,0],0,false,[[2077,1,1.77043],[324,0,3.22759]]],[[10360.5,6862.81,0],0,true,[[4852,0,12.3599],[4095,0,166.024],[3906,0,24.516]]],[[14843.9,14193.8,0],0,false,[[1907,0,222.187],[4053,0,11.8828]]],[[5490.9,9302.81,0],0,false,[[2575,0,385.355],[5307,0,281.919]]],[[10147.5,8216.92,0],0,true,[[933,0,3.56904],[1664,0,3.685],[3495,1,11.6698]]], +[[849.406,6920.96,0],0,false,[[2384,1,27.0131],[4158,1,58.5664]]],[[5797.77,14188.2,0],0,true,[[5252,0,21.0589],[5237,1,11.0091],[4349,1,14.7183]]],[[10483.7,16953.4,0],0,false,[[2741,0,86.3433],[5448,0,385.307]]],[[4787,2568.18,0],0,true,[[32,0,5.86027],[1998,1,15.4749],[4838,0,4.72056],[5483,1,8.89909]]],[[11322.6,8988.58,0],0,false,[[1156,0,351.449],[2533,0,250.864]]], +[[16657.1,5651.21,0],0,true,[[2450,0,8.10234],[2401,0,185.011],[5269,0,5.35952]]],[[3068.64,10190.8,0],0,false,[[5399,0,208.635],[3462,0,297.428]]],[[12498.7,8405.09,0],0,false,[[1435,0,175.602],[1251,0,155.382]]],[[5683.57,3201.16,0],0,false,[[1157,1,342.831],[2416,1,260.132]]],[[1413.64,13601.2,0],0,true,[[827,1,31.7873],[381,1,138.554],[4110,1,17.3687]]], +[[14243.7,10359.2,0],0,false,[[2791,0,383.393],[1535,0,114.785]]],[[9558.22,16504.6,0],0,true,[[898,1,5.7529],[5699,0,10.127],[3641,1,6.92158]]],[[14385,7962.44,0],0,true,[[5644,0,291.398],[2606,0,14.8455],[5159,0,11.8229],[3856,0,13.1612],[4497,0,24.2168]]],[[11281.9,20106,0],0,false,[[2260,0,18.8235],[3301,0,39.0532]]],[[4173.55,10250.3,0],0,false,[[962,0,30.4978],[3218,0,85.847]]], +[[15381.6,473.485,0],0,false,[[2005,0,112.143],[2441,0,22.2936]]],[[12472,11745.4,0],0,true,[[619,0,16.139],[734,0,4.02919],[3483,0,4.60763],[848,0,1.85575]]],[[10556.5,14159,0],0,true,[[641,0,2.61967],[1990,0,2.79802],[1873,0,3.82913]]],[[10864.7,10991.4,0],0,true,[[655,0,205.882],[4783,0,2.84758],[5102,1,9.86888]]],[[11881,11539.1,0],0,false,[[1923,0,80.9005],[2193,0,321.506]]], +[[8461.59,19361,0],0,true,[[397,0,2.57929],[3022,0,10.6071],[3270,0,2.92103]]],[[3246.18,7280.59,0],0,false,[[2449,0,84.9839],[3054,0,38.7575]]],[[9414.97,16441.4,0],0,false,[[5699,0,148.687],[3325,0,137.32]]],[[9357.28,16327.8,0],0,false,[[5115,1,93.0711],[1303,1,121.1]]],[[5701.68,14183.6,0],0,true,[[3487,0,13.2894],[2135,0,2.8704],[99,1,9.06776],[285,1,10.7456]]], +[[17403.7,17938.6,0],0,false,[[1596,0,14.7983],[3787,1,6.81847]]],[[6718.32,17417.6,0],0,true,[[4941,0,4.91937],[1203,0,5.68364],[2132,1,4.98574]]],[[14642.9,19119.6,0],0,true,[[2774,0,2.65127],[735,0,1.83357],[2880,0,12.8065]]],[[14286.7,19458.8,0],0,true,[[5660,0,26.8651],[2859,0,44.8253],[5172,0,6.64313],[5308,0,4.17064]]],[[14229.8,11305.3,0],0,false,[[3304,1,139.299],[2754,1,380.581]]], +[[17680.7,16815.2,0],0,true,[[3177,0,1.43258],[4794,0,2.04726],[2085,0,2.9856]]],[[10920.5,13249.3,0],0,false,[[288,0,302.463],[4176,0,373.53]]],[[9915.64,623.325,0],0,false,[[5648,1,102.666],[4596,1,12.3257]]],[[3074.7,15452.2,0],0,true,[[5210,1,24.8715],[5193,1,340.073],[1866,1,12.1419]]],[[18329.1,18033.8,0],0,false,[[151,0,390.705],[4401,0,236.687]]], +[[11284.2,3807.24,0],0,false,[[3693,0,27.9612],[5635,0,67.8844]]],[[3048.45,10905.8,0],0,false,[[4173,0,31.2191],[1993,0,311.598]]],[[5227.29,7014.74,0],0,false,[[1112,1,314.059],[2015,1,16.5562]]],[[13267,13544.9,0],0,true,[[1820,0,182.268],[1035,0,10.6081],[3030,0,3.66905]]],[[16628.4,18250.8,0],0,true,[[4363,0,27.8455],[3676,0,12.1194],[4719,0,14.7593]]], +[[5794.63,15028.7,0],0,false,[[909,0,303.999],[5667,0,105.702]]],[[11697.2,11153.7,0],0,false,[[215,0,303.353],[134,0,205.463]]],[[609.142,2981.93,0],0,false,[[5666,1,30.6334],[4921,1,25.7132]]],[[4126.84,4835.23,0],0,false,[[1267,1,296.732],[1099,1,48.0568]]],[[8343.96,17877.2,0],0,false,[[5067,0,2.56139],[1587,0,42.4138]]], +[[16232.6,7269.72,0],0,true,[[1896,1,34.0882],[2360,1,28.5779],[1124,1,7.47815],[5046,1,5.99408],[2129,1,13.0276]]],[[2873.94,12610.3,0],0,true,[[4579,0,2.31957],[3926,0,3.27185],[3609,0,11.8371]]],[[3777.79,6249.44,0],0,false,[[3384,1,378.588],[3262,1,180.466]]],[[5936.96,8907.4,0],0,true,[[4525,0,3.41226],[865,0,2.96501],[2357,0,1.11902],[1794,0,2.36657],[5637,0,3.40155]]],[[1835.25,14735.1,0],0,false,[[2443,1,203.276],[380,1,310.526]]], +[[20396.1,5935.57,0],0,true,[[2429,0,4.34746],[1692,0,30.5419],[4395,0,5.80472]]],[[8948.98,19638.6,0],0,false,[[1275,0,84.8064],[1494,0,25.8029]]],[[12769.4,4350.98,0],0,false,[[4660,0,102.79],[4961,0,21.0938]]],[[2555.15,6538.47,0],0,false,[[2705,1,245.205],[167,1,263.883]]],[[18630.4,15442.3,0],0,false,[[5063,1,371.846],[801,1,380.032]]], +[[15065.6,292.187,0],0,false,[[5568,0,58.4139],[3918,0,140.906]]],[[3565.86,15078.4,0],0,false,[[1886,0,28.6486],[614,0,95.7183]]],[[11507.6,19110.9,0],0,false,[[4878,0,17.3477],[3350,0,246.088]]],[[11765.3,1033.77,0],0,true,[[4091,0,27.0394],[4051,0,25.2363],[1619,1,6.3309]]],[[16010.9,18509.2,0],0,false,[[1792,0,384.088],[373,0,326.582]]], +[[12907.6,3558.99,0],0,false,[[1045,0,259.125],[211,0,236.832]]],[[19959.6,4850.25,9.49208],0,true,[[778,1,13.6665],[3282,1,16.092],[267,1,9.52326],[4529,1,10.1275]]],[[14252.5,641.178,0],0,true,[[3977,0,21.1102],[4819,0,19.3814],[2011,0,2.4715]]],[[10750,12765,0],0,true,[[4932,1,15.1974],[2444,1,50.2047],[3623,1,13.8769]]],[[15.6345,19752.7,0],0,false,[[5272,1,361.641]]], +[[12631.9,4503.96,0],0,false,[[2962,0,47.6334],[4105,0,87.7927]]],[[11852.2,10282.4,0],0,false,[[2177,1,354.6],[3823,1,360.358]]],[[15410,2829.92,0],0,false,[[2562,1,184.904],[3197,1,24.036]]],[[11888.5,7011.58,0],0,false,[[4690,0,334.547],[4418,0,72.4021]]],[[6070.91,10449.2,0],0,true,[[2266,0,203.035],[1641,0,21.8815],[822,0,9.52835]]], +[[3880.64,14702.4,0],0,true,[[4387,2,155.321],[2990,2,21.2781],[2893,2,8.87762]]],[[3897.34,19166.7,0],0,false,[[912,0,372.728],[5051,0,111.389]]],[[6313.22,6014.91,0],0,false,[[1429,1,333.802],[4328,1,102.572]]],[[11853.1,7753.17,0],0,false,[[5687,0,73.0644],[4518,0,52.704]]],[[6531.4,5762.29,0],0,false,[[631,1,225.703],[1427,1,333.802]]], +[[9389.96,6064.21,0],0,true,[[324,0,2.74158],[1627,0,2.1348],[2077,1,5.70396]]],[[7669.57,19545.6,0],0,true,[[5674,0,2.66884],[4626,0,4.19226],[254,0,1.75712],[330,1,8.99131]]],[[18517.4,242.946,0],0,true,[[1215,0,106.947],[4159,0,18.2306],[5470,0,62.7159]]],[[6383.2,17752.4,0],0,false,[[4967,1,177.024],[861,1,280.858]]],[[12258.9,10946.3,0],0,false,[[3078,0,271.174],[5224,0,253.693]]], +[[12343.1,8485.13,0],0,false,[[4948,0,389.527],[1362,0,175.602]]],[[3175.3,11172,0],0,false,[[1146,0,364.721],[4030,0,234.436]]],[[16771.3,10507.8,0],0,false,[[3405,1,287.622],[3397,1,154.862]]],[[19376,2874.65,0],0,false,[[3239,0,247.916],[4520,0,110.565]]],[[13741.5,15021.4,0],0,false,[[2947,0,212.493],[2852,0,152.29]]], +[[14226.8,4053.06,0],0,true,[[4707,0,3.24911],[3411,0,7.43152],[2131,1,9.51702],[3227,1,11.8825]]],[[6604.16,4336.95,0],0,false,[[3762,1,273.909],[2528,1,382.952]]],[[9714.11,4000.22,0],0,true,[[919,0,6.59508],[3862,0,2.71861],[1218,0,0.876141],[229,0,3.63256]]],[[7545.02,19211.3,0],0,true,[[1053,0,2.44184],[1832,0,111.158],[4338,0,8.8236]]],[[15237,1102.79,0],0,true,[[4822,0,15.7954],[1208,1,15.8807],[502,1,20.9413]]], +[[15449.5,5377.92,0],0,true,[[3225,0,267.84],[3850,0,5.74608],[4862,0,5.21421]]],[[13269.8,18474,0],0,false,[[2682,0,161.602],[1001,0,382.181]]],[[11861.1,7628.73,0],0,false,[[539,0,234.593],[4518,0,72.0485]]],[[17246,3632.86,0],0,false,[[344,0,394.895],[3221,0,365.792]]],[[4281.98,17932.4,0],0,true,[[743,0,8.22699],[3268,0,334.707],[349,2,15.0127]]], +[[3088.07,10945.1,0],0,false,[[3682,0,19.4893],[3970,0,144.766]]],[[5561.18,18517.6,0],0,false,[[3565,0,64.3845],[5552,0,326.087]]],[[9156.05,5873.1,0],0,true,[[1898,1,18.4176],[1153,1,112.117],[2532,1,11.1859]]],[[6375.75,20082.9,0],0,false,[[1808,0,336.196],[5703,0,155.11]]],[[18116.8,16952.1,0],0,false,[[1816,1,288.909],[1628,1,21.9395]]], +[[8705.21,14419.7,0],0,false,[[5065,1,396.177],[2537,1,306.472]]],[[12607.1,8231.64,0],0,false,[[3942,0,26.5922],[1286,0,28.752]]],[[7670.59,1092.88,0],0,true,[[2242,0,4.86538],[1878,0,4.30414],[5351,1,13.1933]]],[[13434,4160.42,0],0,false,[[928,0,160.824],[5383,0,331.443]]],[[9508.19,6878.68,0],0,false,[[2510,0,390.069]]], +[[4836.84,18799.9,0],0,true,[[2884,2,4.28582],[4006,2,10.9884],[2406,2,5.26844]]],[[6825.92,14959.6,0],0,false,[[957,0,4.26843],[4055,1,3.08011]]],[[18816.2,14946.5,0],0,true,[[3731,0,3.9828],[1185,0,3.45652],[2646,1,6.7061]]],[[14710.2,805.13,0],0,false,[[3138,0,14.4226],[3314,0,175.408]]],[[17663.9,12063.9,0],0,true,[[1209,0,25.58],[3091,0,104.129],[1051,0,16.1435]]], +[[2212.39,1119.53,0],0,false,[[4901,1,105.171],[4161,1,347.817]]],[[9764.43,13204.7,0],0,false,[[5548,0,110.593]]],[[17084.3,17994,0],0,true,[[3438,1,14.0509],[2433,1,35.4289],[5110,1,4.49387]]],[[19535.5,11320.6,0],0,true,[[2420,1,18.1024],[5427,1,78.0367],[2978,1,9.59308]]],[[3820.88,6939.17,0],0,false,[[2146,0,35.5045],[524,0,73.0792]]], +[[10332.2,2576.39,0],0,true,[[1143,0,2.79372],[3671,0,6.763],[58,0,3.09019],[5423,0,4.17141]]],[[14690.8,5457.15,0],0,false,[[5585,1,326.649],[1716,1,380.22]]],[[2732.82,19410.6,0],0,false,[[3857,0,104.394],[2773,0,15.3936]]],[[7145.64,12973.4,0],0,false,[[2887,1,32.4335],[5108,1,26.3195]]],[[7499.23,19634,0],0,true,[[3768,0,3.05251],[1677,0,16.9159],[2412,0,10.6812]]], +[[4999.84,10919.1,0],0,true,[[1258,0,3.06062],[2364,0,2.88282],[5625,0,1.85482]]],[[9233.65,16438.2,0],0,true,[[4951,0,9.40108],[4767,0,95.7446],[3570,0,11.566]]],[[12582.7,8302.53,0],0,false,[[5566,0,33.8304],[464,0,121.603]]],[[8917.76,18886.1,0],0,false,[[4740,0,26.0483],[4851,0,283.541]]],[[10971.9,17627.5,0],0,true,[[2470,0,100.944],[3638,0,13.3788],[3822,0,21.6886]]], +[[13205.6,8640.45,0],0,true,[[1175,1,28.5148],[4673,1,66.3202],[4598,1,4.42662]]],[[16855.6,18032.3,0],0,true,[[4425,0,15.0238],[3019,0,117.509],[777,0,11.7935]]],[[17148.9,17843.2,0],0,true,[[5574,0,116.676],[2330,0,19.4557],[1013,0,11.3335]]],[[17091.7,11076.5,0],0,false,[[2490,1,248.916],[774,1,346.347]]],[[3580.89,1511.05,0],0,true,[[978,1,23.8278],[4636,1,131.426],[3475,1,5.97231]]], +[[7069.77,13053.8,0],0,false,[[1070,0,46.1393]]],[[19839,13001.7,0],0,false,[[3085,0,320.928],[1016,0,356.362]]],[[14809.8,16613.6,0],0,true,[[5424,0,33.7178],[5706,0,341.235],[4962,0,16.7179]]],[[10700.1,12917.1,0],0,true,[[5342,0,94.4544],[782,0,11.0031],[184,0,19.2903]]],[[9656.23,5795.55,0],0,false,[[4885,0,141.575],[665,0,35.6903]]], +[[5928.15,8917.28,0],0,true,[[3191,0,2.32656],[3122,0,4.76093],[4610,1,5.81965]]],[[19892.3,4316.7,0],0,true,[[4411,0,133.334],[2317,0,48.8681],[1103,0,92.7631]]],[[7267.37,6464.46,0],0,true,[[3725,0,98.321],[401,0,6.71837],[2342,1,17.5395]]],[[14719.8,7833.21,0],0,true,[[508,0,18.052],[5644,0,69.932],[5440,0,8.8803]]],[[8929.8,19655.9,0],0,true,[[1406,0,25.8029],[1310,0,24.7677],[2958,0,65.1129]]], +[[13748,16119.2,0],0,true,[[275,0,80.7714],[5304,0,255.646],[4863,0,11.7804]]],[[10896,12178.1,0],0,false,[[7,0,357.776],[3506,0,267.887]]],[[13382.8,7943.03,0],0,false,[[2665,0,68.6856],[2580,0,33.995]]],[[17361.8,7514.42,0],0,true,[[2320,0,20.7046],[1833,0,140.294],[2262,0,9.44905]]],[[807.112,659.543,0],0,false,[[150,0,201.256]]], +[[116.856,8395.1,0],0,false,[[2175,1,199.234],[3068,1,329.392]]],[[2609.01,15691.7,0],0,false,[[1925,1,0.761871],[1237,0,3.16291]]],[[6520.88,10876.1,0],0,false,[[5202,0,11.8697],[3469,1,10.4764]]],[[13146,8308.46,0],0,false,[[3142,0,41.8502],[3278,1,7.62707]]],[[11449.2,5647.82,0],0,true,[[690,0,7.58729],[2496,0,3.72693],[4430,0,7.59534]]], +[[10606.8,17028,0.0404053],0,false,[[1032,0,16.4576],[2888,0,13.9863],[4390,0,22.6474]]],[[17671.1,12216,0],0,true,[[5562,0,2.5762],[3103,0,3.42647],[1514,0,2.5103]]],[[14252.2,7693.06,0],0,false,[[4547,0,346.32],[798,0,230.188]]],[[13953.3,19412.5,0],0,false,[[3726,0,15.0863],[174,0,19.0729]]],[[16222.5,15805.7,0],0,false,[[1332,1,243.123],[2009,1,191.343]]], +[[18434.3,1106.01,0],0,true,[[3073,0,3.81771],[2438,0,45.5271],[4953,0,9.39397]]],[[18683.1,18150.5,0],0,false,[[244,0,394.735],[5432,0,372.297]]],[[14853.4,15402.6,0],0,false,[[1166,0,68.6796],[2550,0,355.435]]],[[13325.4,7764.05,0],0,false,[[2300,0,59.245],[1893,0,124.206]]],[[17668.7,12215.3,0],0,true,[[3485,0,10.1342],[1004,0,16.1769],[3479,0,7.86213],[2079,0,6.83345],[4798,0,6.55532],[100,0,6.64519],[168,0,7.61929],[1840,0,4.58812],[3016,0,4.10445],[5616,0,5.02665],[3732,0,8.14677],[2793,0,3.9864],[5562,0,2.23583],[1506,0,2.5103],[3103,0,5.55857]]], +[[15833.6,8828.27,0],0,true,[[2150,1,9.97655],[3816,1,263.043],[5445,1,6.23799]]],[[4604.32,16389.2,0],0,false,[[196,1,331.932],[512,1,273.672]]],[[20253.8,13445.2,0],0,false,[[1016,0,256.304],[1171,0,28.6395]]],[[18036.9,17763.1,0],0,false,[[1885,1,96.93],[2298,1,337.863]]],[[4122.1,16283.1,0],0,true,[[1767,2,1.77185],[4552,0,20.6708],[1158,2,6.28951]]], +[[18394.1,346.5,0],0,true,[[289,1,132.264],[5575,1,69.9428],[3605,1,5.62858]]],[[10644.3,11378.5,0],0,true,[[5588,0,45.8388],[1297,0,26.346],[5456,0,113.321]]],[[16704.4,18232,0],0,false,[[1952,0,9.50451],[4719,0,65.0076]]],[[57.7769,1856.33,0],0,true,[[43,1,8.32176],[2307,1,229.656],[831,1,14.8406]]],[[6712.66,6273.25,0],0,false,[[1848,0,69.0338],[5701,0,31.6663]]], +[[421.204,7210.41,0],0,false,[[3146,1,144.968],[5328,1,241.676]]],[[9633.29,2747.75,0],0,true,[[474,0,16.2321],[4226,0,381.331],[576,0,16.8356]]],[[11584.8,5916.55,0],0,false,[[4093,0,298.652],[1315,0,303.465]]],[[7766.44,6781.01,0],0,false,[[1120,2,31.8717],[468,2,371.667]]],[[4894.85,13815.4,0],0,false,[[2973,1,155.155],[3257,1,308.44]]], +[[11741.8,16407.3,0],0,false,[[4453,0,153.012],[4933,0,221.337]]],[[10280.7,10996,0],0,false,[[5559,0,377.271],[356,0,289.741]]],[[11979.8,16423.3,0],0,false,[[2109,0,161.44],[4453,0,187.044]]],[[7051.82,11305.4,0],0,false,[[4079,1,30.5554],[5341,1,336.219]]],[[15235.7,491.787,0],0,false,[[2172,0,87.6815],[3543,0,9.64071]]], +[[14357.9,10347.8,0],0,false,[[1365,0,114.785]]],[[1225.6,4353.87,0],0,false,[[5131,0,273.218],[2044,0,303.375]]],[[6800.74,10750.6,3.00217],0,false,[[1906,2,212.597],[1245,2,68.3405]]],[[14136.1,19397.2,0],0,false,[[4523,0,22.9503],[3984,0,54.2665]]],[[13875.6,17478.5,0],0,false,[[3534,0,346.087],[3421,0,364.096]]], +[[15165.5,5674.11,0],0,true,[[2566,0,17.5511],[2932,0,51.7081],[4623,0,6.69825]]],[[15633,14153.1,0],0,true,[[4845,1,11.6834],[3361,1,8.01689],[127,1,5.51859],[3259,1,14.314],[1296,1,9.93407]]],[[3882.48,15146.3,0],0,true,[[3730,0,11.5043],[386,0,6.74386],[1846,2,5.48063]]],[[8748.77,11631.9,0],0,false,[[1595,0,372.648],[4758,0,271.957]]],[[19954.9,3206.98,0],0,false,[[2731,0,100.004],[5543,0,137.425]]], +[[9466.38,8526.71,0],0,true,[[4818,0,14.186],[361,0,5.88316],[2860,0,3.06458]]],[[19598,9579.26,0],0,true,[[86,1,50.5909],[1302,1,29.5793],[4648,1,13.9282],[107,1,11.2217],[13,1,9.08933],[5396,1,7.59753]]],[[1365.95,5798.46,0],0,false,[[3517,2,341.928],[4567,2,340.641]]],[[12378.4,4841.1,0],0,true,[[3663,0,136.64],[4020,0,3.31638],[1712,0,4.26107]]],[[17124.8,17670.7,0],0,false,[[5510,0,27.8784],[2108,0,199.033]]], +[[17468.2,18791.3,0],0,false,[[577,1,368.695],[5208,1,304.326]]],[[11479,20095.5,0],0,false,[[2408,0,351.9],[1597,0,159.816]]],[[10665.8,11399.2,0],0,true,[[1297,0,4.68062],[3220,0,97.2843],[4650,0,11.3889]]],[[14043,13435.4,0],0,false,[[6,0,376.859],[4423,0,96.2849]]],[[6425.48,1711.3,0],0,true,[[2637,1,4.15634],[4438,0,14.5538],[2275,0,5.26661]]], +[[8312.67,4595.43,0],0,true,[[425,0,23.7774],[2162,0,23.9752],[571,0,21.9423]]],[[13741.4,4694.04,0],0,true,[[2393,1,9.36227],[2076,1,73.0627],[2303,1,3.13736],[3048,1,22.4725]]],[[19474.4,12795.6,0],0,true,[[5415,0,1.71102],[3359,0,4.24132],[2616,1,12.9249]]],[[14055.2,13210.2,0],0,false,[[1734,0,25.5711],[4867,0,19.9122]]],[[18833,1784.65,0],0,false,[[907,0,282.503],[5516,0,299.972]]], +[[2242.55,2397.58,0],0,true,[[5402,1,381.744],[2769,1,28.1198],[473,1,6.69191],[4859,1,11.1531],[3412,1,14.6941]]],[[12928.3,5218.65,0],0,false,[[1697,0,395.53],[1176,0,127.154]]],[[10561.9,7721.93,0],0,false,[[3099,1,19.7658],[5689,1,76.881]]],[[18382.6,12518,0],0,false,[[4262,0,280.18],[489,0,335.622]]],[[9911.94,504.165,0],0,false,[[3258,1,86.7905],[2337,1,20.3635]]], +[[7753.86,6745.71,0],0,false,[[2968,0,399.621],[4461,0,22.4705]]],[[13838.6,4191.65,0],0,false,[[2529,0,18.4949]]],[[15216.3,14454.4,0],0,true,[[2334,0,7.36838],[3606,0,6.8727],[1720,0,3.05252],[1328,0,15.9343]]],[[15600.2,4959.04,0],0,true,[[1880,0,27.5782],[3012,0,26.9589],[2329,0,11.1399]]],[[13801.8,19700.2,0],0,false,[[5560,0,162.758],[3973,0,241.724]]], +[[5572,3455.64,0],0,false,[[1078,0,30.5705],[4662,1,4.57902]]],[[9052.38,14471.7,0],0,true,[[720,0,304.059],[2004,0,7.047],[1349,1,9.41963]]],[[18839.3,7852.26,0],0,true,[[3222,0,4.74537],[4076,0,4.6972],[2675,0,2.25012]]],[[13661.8,4598.52,0],0,false,[[4526,0,5.861],[1699,1,10.4012]]],[[18727.8,14207.8,0],0,false,[[1735,0,51.2902],[564,0,280.713]]], +[[7571.58,622.309,0],0,false,[[4086,1,18.8178],[693,1,154.193]]],[[9038.44,5796.76,0],0,true,[[2214,1,106.35],[2354,1,15.9284],[3273,1,11.8892]]],[[5031.57,2494.01,0],0,false,[[1998,1,254.684],[5220,1,299.32]]],[[16623.4,17647.3,0],0,true,[[4441,0,4.07844],[1775,0,3.30833],[3608,1,6.39382]]],[[12627.4,4196.16,0],0,false,[[105,0,185.047],[1739,0,24.808]]], +[[17289,11395,0],0,true,[[3629,0,5.19188],[2427,1,10.069],[3031,1,16.9779]]],[[5932.71,8912.73,0],0,true,[[1794,0,4.57013],[3122,0,1.67835],[4610,1,8.65378]]],[[16710,18233.2,0],0,true,[[4224,0,3.50591],[3931,0,3.38866],[1952,0,7.00119]]],[[18546,349.261,0],0,false,[[1215,0,17.1143]]],[[9620.46,3593.38,0],0,false,[[643,0,384.809],[2882,0,282.427]]], +[[20240.4,585.36,0],0,false,[[20,1,275.183],[4578,1,237.047]]],[[5656.33,3946.57,0],0,false,[[4902,0,99.4812],[1329,0,54.0221]]],[[8365.27,17840.5,0],0,false,[[1399,0,42.4138],[3772,0,392.843]]],[[4794.92,2565.33,0],0,false,[[4838,0,3.70268],[1998,1,7.06018]]],[[12313.2,9424.12,0],0,false,[[3879,0,184.961]]], +[[10471.5,11454.2,0],0,false,[[882,0,17.3355],[2554,0,144.697]]],[[6554.34,656.203,0],0,false,[[4893,1,283.733],[368,1,110.869]]],[[15902.9,16473.6,0],0,false,[[120,0,187.141],[4753,0,347.26]]],[[9698.89,705.189,0],0,true,[[1731,1,35.8852],[2673,1,22.6255],[983,2,12.8445],[3777,2,23.0112]]],[[13847.4,15774.9,0],0,false,[[5221,0,316.379],[155,0,398.157]]], +[[8404.22,11524.6,0],0,false,[[2982,0,67.6705],[1543,0,372.648]]],[[17391.8,17929.7,0],0,false,[[1814,0,74.5591],[1380,0,14.7983]]],[[11319.4,20104.1,0],0,false,[[1551,0,159.816],[2260,0,18.6993]]],[[16222.6,9714.87,0],0,true,[[3251,1,230.931],[4068,1,32.3706],[2477,1,7.92683]]],[[9604.04,2768.41,0],0,true,[[2343,0,2.65121],[3046,0,5.35033],[454,0,10.9256]]], +[[1105.31,17871.5,0],0,false,[[78,0,11.9484],[2375,0,2.38007]]],[[3433.22,1301.38,0],0,false,[[5054,0,152.39],[314,1,4.78014]]],[[9920.03,518.04,0],0,false,[[2372,2,24.0867],[2019,2,25.7177]]],[[5182.02,7507.25,0],0,false,[[2346,0,15.7506],[4296,0,384.42]]],[[14995.7,2295.17,0],0,true,[[1624,0,371.693],[2269,0,163.95],[4722,0,157.719]]], +[[7109.96,19903.8,0],0,false,[[3194,0,398.808],[4814,0,208.174]]],[[4780.89,961.202,0],0,false,[[1170,0,2.9113],[2,1,6.00726]]],[[18759.3,14273.7,0],0,false,[[5696,1,7.02514],[1735,0,21.7247]]],[[10816,12820.3,0],0,false,[[3524,0,30.3291],[5017,0,18.5511]]],[[17659.6,12234.2,0],0,true,[[488,0,2.54668],[5247,0,4.50358],[3852,0,3.06096]]], +[[16254.8,17168.8,0],0,false,[[5178,0,68.7299],[863,1,12.5593]]],[[15538.8,463.166,0],0,false,[[987,0,36.6983],[3655,1,4.63669]]],[[4470.18,7529.28,0],0,false,[[2901,0,205.975],[3070,0,383.066]]],[[4787.55,952.297,0],0,true,[[2628,0,125.415],[138,0,5.17325],[2,1,16.1408]]],[[7491.96,19636.9,0],0,true,[[3600,0,48.0522],[3768,0,4.89817],[2412,0,5.13664]]], +[[16759,464.471,0],0,false,[[3833,1,15.3862],[5500,1,149.106]]],[[9491.38,8486.21,0],0,false,[[5508,0,24.0404],[3441,0,39.37]]],[[14514.9,14004.4,0],0,false,[[4053,0,367.782],[5420,0,358.191]]],[[18328.6,17576.8,0],0,true,[[4943,1,21.3755],[162,1,80.3255],[3287,1,3.48072],[5374,1,3.63925]]],[[11769,1038.92,0],0,false,[[1736,1,11.0962],[1413,1,6.3309]]], +[[12609.8,7868.77,0],0,true,[[4510,0,52.3537],[5232,0,17.7844],[1271,0,13.9281]]],[[14000.2,7080.96,0],0,true,[[462,0,11.3684],[3094,0,356.431],[3894,0,15.2202],[3188,0,27.4692]]],[[15016.2,974.928,0],0,true,[[3835,0,6.5424],[4822,0,239.412],[5019,0,2.60296]]],[[19492.7,14153.7,0],0,true,[[5334,0,25.6574],[5209,0,21.6151],[101,0,11.5857],[4376,0,9.76962]]],[[14637.9,2394.19,0],0,false,[[5589,0,96.2617],[1604,0,371.693]]], +[[17558.2,17006.8,0],0,false,[[2999,0,337.938],[2085,0,225.215]]],[[6331.64,8511.02,0],0,false,[[4905,0,244.809],[1104,0,337.695]]],[[9392.09,6064.4,0],0,true,[[1430,0,2.1348],[3290,0,367.062],[2077,1,7.83603]]],[[18119.9,16973.9,0],0,true,[[1454,1,21.9395],[3224,1,87.5535],[5117,1,2.89744],[2437,1,13.5114],[4263,1,9.81452],[1043,1,6.24643]]],[[9977.86,457.459,0],0,true,[[4881,1,9.34504],[4253,2,12.3836],[1824,2,12.5563]]], +[[14646.2,8769.76,0],0,false,[[192,1,372.048],[5219,1,106.993]]],[[8291.44,10375.3,0],0,false,[[4464,0,291.986],[991,0,144.04]]],[[5833.33,2396.87,0],0,false,[[5490,1,364.396],[817,1,233.359]]],[[5216.25,6941.95,0],0,false,[[3851,1,141.385],[1776,1,17.0713]]],[[19551.1,8294.17,0],0,false,[[4031,0,32.937],[2192,0,130.719]]], +[[2444.94,8402.47,0],0,true,[[249,0,3.35049],[4319,0,3.7245],[4107,1,0.546445]]],[[10360.5,6949.08,0],0,false,[[2969,0,371.533],[3906,0,61.7908]]],[[18850.4,3345.53,0],0,false,[[3416,0,151.981],[305,0,55.4247]]],[[17260.5,17485.8,0],0,false,[[3758,0,13.2531],[3017,0,41.9925]]],[[17486.5,4409.39,0],0,false,[[3334,0,318.214],[5274,0,316.776]]], +[[2250.67,13748.1,0],0,false,[[2434,1,390.511],[3147,1,72.9164]]],[[6085.92,10465.1,0],0,true,[[1424,0,21.8815],[1232,0,324.547],[822,0,12.5059]]],[[12618.1,8221,0],0,false,[[2249,1,24.3088],[5185,1,24.0436]]],[[68.7806,7826.71,0],0,false,[[3068,1,263.052],[4910,1,334.905]]],[[19618.2,11302,0],0,true,[[5167,0,24.9677],[2978,0,83.4508],[889,0,41.8964]]], +[[18000.5,7718.6,0],0,true,[[3299,0,378.111],[3662,0,7.47577],[5011,0,6.09227]]],[[17554.1,8902.16,0],0,false,[[301,0,273.759],[3658,0,321.43]]],[[2781.72,11866.1,0],0,false,[[2765,0,359.529],[3839,0,373.491]]],[[13502.3,16062.6,0],0,false,[[1729,0,97.2762],[2047,0,187.934]]],[[12210.6,9754,0],0,false,[[1101,1,188.091],[3795,1,301.292]]], +[[19623.3,11474.8,0],0,true,[[3999,0,202.968],[1299,0,81.2667],[1281,0,158.044]]],[[10082.8,6749.92,0],0,true,[[1059,1,22.4162],[3780,1,313.07],[3447,1,7.85184]]],[[13268.5,9842.94,0],0,true,[[296,0,3.21043],[4087,0,2.47214],[4837,0,3.59262]]],[[1530.59,4066.7,0],0,false,[[2044,0,157.074],[3863,0,392.484]]],[[15823.4,3769.04,0],0,false,[[3190,0,224.852],[5238,0,22.1294]]], +[[7967.16,3821.9,0],0,false,[[2845,0,2.85631],[5650,2,4.52029]]],[[16856.4,2135.59,0],0,false,[[2299,0,280.816],[5083,0,316.982]]],[[14462.2,4235.33,0],0,false,[[3411,0,296.443],[2748,0,296.111]]],[[4654.85,18990.9,0],0,false,[[5657,1,220.275],[4663,1,29.1562]]],[[15641.5,3325.38,0],0,false,[[4969,0,24.4288],[3190,0,257.631]]], +[[2430.21,13066.9,0],0,false,[[2724,1,392.536],[2264,1,371.645]]],[[4002.29,10159.9,0],0,false,[[3218,0,107.828],[4521,0,193.29]]],[[6103.17,10869.9,0],0,false,[[1312,0,264.29],[2321,0,325.802]]],[[7642.59,19491.3,0],0,false,[[2635,1,213.571],[5170,1,25.7744]]],[[10144.9,8219.49,0],0,true,[[1354,0,3.685],[2400,0,3.80722],[933,0,7.22579],[3495,1,8.72266]]], +[[9768.07,666.577,0],0,true,[[2290,1,27.9778],[5679,1,30.1499],[5263,2,11.7628],[4397,2,19.3186]]],[[8875.37,8575.19,0],0,false,[[5522,0,204.484],[1073,0,295.907]]],[[4435.1,585.492,0],0,false,[[4298,0,180.099],[958,0,383.705]]],[[7999.13,17474.8,0],0,false,[[876,0,267.212],[1977,0,288.894]]],[[10975.4,11518.3,0],0,true,[[3249,0,44.9758],[4377,0,233.182],[5324,0,186.006]]], +[[19220.2,9495.88,0],0,true,[[5072,0,26.3292],[3530,0,32.3855],[3111,0,2.56015]]],[[17058.7,8035.42,0],0,false,[[3373,0,306.581],[4294,0,253.617]]],[[3201.7,6419.52,0],0,true,[[5284,1,11.7142],[4501,1,92.6939],[2831,1,9.98939]]],[[17528.8,11665.7,0],0,false,[[3031,1,347.614],[1187,1,163.567]]],[[18464.6,17621.3,0],0,false,[[3074,1,4.50743],[3815,0,15.7306]]], +[[3791.54,3322.92,0],0,true,[[615,0,5.35059],[3036,0,22.7874],[4354,0,12.0044]]],[[6233.76,9614.44,0],0,false,[[5437,1,215.289],[170,1,345.922]]],[[7510.46,19621.3,0],0,true,[[2363,0,176.361],[2412,0,27.5957],[1474,0,16.9159]]],[[19706.1,8079.92,0],0,false,[[3163,1,3.13016],[2762,0,37.3347]]],[[17730.7,12024.2,0],0,true,[[4572,0,5.01956],[3346,0,1.36039],[3171,0,14.64],[5704,0,3.72144],[2154,0,1.6802],[2989,0,0.653458],[4358,0,1.28957]]], +[[1156.97,6340.4,0],0,false,[[3907,0,317.642],[4049,0,352.689]]],[[10119.3,7771.11,0],0,false,[[3185,0,57.4261],[2691,0,302.532]]],[[13062.6,8525.15,0],0,true,[[3448,0,127.457],[3198,0,17.6194],[4903,0,11.2295]]],[[14123.8,18090,0],0,false,[[1199,0,374.928],[3527,0,178.535]]],[[17246.7,10155.8,0],0,false,[[4362,0,367.069],[532,0,85.392]]], +[[6043.14,9120.6,0],0,false,[[4610,1,227.988],[251,1,215.34]]],[[5096.89,6497.12,0],0,true,[[1172,1,27.4472],[5206,1,290.126],[3966,1,54.3391]]],[[12121.5,10007.7,0],0,true,[[2918,0,3.49673],[3271,0,3.80209],[3120,1,3.0369]]],[[9621.73,7495.82,0],0,false,[[5658,0,368.018],[3355,0,340.009]]],[[19054,6822.36,0],0,true,[[1927,0,108.772],[494,0,255.246],[1198,0,45.0771]]], +[[3622.88,15205.5,0],0,false,[[4394,1,63.0902],[5103,1,96.4797]]],[[11022.3,3901.54,0.00012207],0,false,[[1981,0,24.3096],[4456,0,44.3397]]],[[20365.9,5931.04,0],0,false,[[1405,0,30.5419],[4240,0,236.195]]],[[18946.5,14237.2,0],0,false,[[4309,0,58.2863],[2288,1,3.77909]]],[[5777.29,12161.6,0],0,false,[[388,2,26.4205],[1008,2,288.113]]], +[[18543,10792.9,0],0,false,[[1817,0,164.719],[4849,0,297.243]]],[[9805.83,16584.6,0],0,false,[[4656,0,4.91993],[4032,1,11.0873]]],[[12591.2,5425.56,0],0,false,[[1854,0,70.5133],[1561,0,395.53]]],[[4642.31,12849.2,0],0,false,[[5163,2,67.3083],[553,2,28.5095]]],[[13667,4607.53,7.54414],0,true,[[4526,1,16.2388],[5407,1,19.1062],[1573,1,10.4012],[4313,1,9.52362]]], +[[13549.6,13559.9,0],0,true,[[3854,0,18.3808],[4009,0,246.627],[4689,1,16.0502],[5545,0,5.61641]]],[[5003.08,18747,0],0,false,[[1897,2,6.44117],[276,1,95.0965]]],[[16274.1,7101.05,0],0,true,[[4151,0,8.70218],[3371,0,194.227],[3252,0,7.0262]]],[[15772,32.0955,0],0,false,[[1961,1,262.594],[530,1,269.589]]],[[9606.02,2751.78,0],0,true,[[5322,0,12.1618],[576,0,10.7947],[5340,0,7.20403]]], +[[4162.9,14864,0],0,false,[[3770,0,172.284],[2445,0,325.021]]],[[3039.56,4614.87,0],0,false,[[35,0,318.129],[4187,0,199.077]]],[[5720.69,6811.76,0],0,true,[[4912,0,111.09],[1083,0,17.3517],[770,0,14.6615]]],[[13332,18092.9,0],0,false,[[1001,0,70.2732],[3826,0,374.295]]],[[18024.3,7719.95,0],0,true,[[5011,0,26.5644],[2585,0,195.895],[1247,0,12.2758],[3097,0,9.54547]]], +[[17861,7658.18,0],0,false,[[1833,0,379.416],[2694,0,74.2435]]],[[10344.3,2580.38,0],0,true,[[3306,0,15.2128],[4619,0,2.93125],[2801,0,2.89353],[5186,0,14.5788]]],[[12381.5,4838.26,0],0,true,[[1548,0,4.26107],[3561,0,17.4438],[2397,0,2.4343],[810,0,3.17328],[5321,0,5.00958],[4020,0,1.73751],[2569,0,3.27305]]],[[10626.6,17053.5,0],0,false,[[3482,0,30.5858],[2888,0,18.3619]]],[[13918.5,19387.4,0],0,false,[[3461,0,25.8264],[941,0,113.014]]], +[[13514.9,16378.4,0],0,false,[[3896,0,63.5308],[2733,0,6.46715]]],[[14836,5808.53,0],0,false,[[1471,1,380.22],[2245,1,102.688]]],[[15335.3,18019.2,0],0,false,[[442,0,265.719],[5157,0,350.964]]],[[2850.83,12707.5,0],0,false,[[2318,1,26.1768],[5064,1,195.704]]],[[10894.1,17568,0],0,true,[[5442,0,1.22767],[1959,0,5.40996],[403,0,12.2443]]], +[[15213.9,14452.5,0],0,false,[[1328,0,14.9927],[1567,0,3.05252]]],[[13659.9,4545.91,0],0,false,[[2895,0,16.5128],[4526,0,48.0616]]],[[20405,5943.92,0],0,true,[[4395,0,8.8883],[3830,0,4.44436],[1855,0,10.8315]]],[[15464.7,8799.2,0],0,false,[[2465,1,100.922],[2483,1,218.582]]],[[17302.6,4126.36,0],0,false,[[3994,0,78.6115],[1309,0,9.14206]]], +[[9961.18,483.783,0],0,true,[[1824,2,21.5558],[2372,2,29.4608],[3092,2,9.40792],[2337,2,33.1782],[2987,2,15.4315],[4881,2,22.4288],[3493,2,14.5749]]],[[16439.2,2699.89,0],0,false,[[0,0,390.768],[4895,0,361.639]]],[[12519.4,6085.73,0],0,false,[[2974,0,187.312],[2080,0,183.888]]],[[8840.71,10268.9,0],0,true,[[2597,0,3.05561],[163,0,0.520098],[929,0,2.85608],[623,0,3.16806]]],[[13426.6,16001.4,0],0,false,[[2191,0,13.5297],[1648,0,97.2762]]], +[[5628.41,18594.9,0],0,true,[[3840,1,95.2166],[3150,1,24.8994],[796,1,8.84809]]],[[9724.95,680.52,0],0,true,[[4847,1,35.1466],[1593,1,35.8852],[5009,2,16.1647],[3777,2,18.0144]]],[[13238.1,18092.3,0],0,false,[[2806,0,177.531],[1001,0,23.6148]]],[[3441.13,12956.2,0],0,false,[[5539,1,290.685],[784,1,222.909]]],[[14059.1,13235.4,0],0,false,[[3788,0,24.3238],[1558,0,25.5711]]], +[[18749.9,14254.1,0],0,false,[[1607,0,21.7247],[1574,0,51.2902]]],[[11758.3,1041.73,0],0,false,[[3993,1,20.2956],[1619,1,11.0962]]],[[12596,8087.06,0],0,false,[[1994,1,89.8546],[3962,1,19.5415]]],[[3280.36,7229.52,0],0,false,[[2863,1,23.8941],[1980,1,211.048]]],[[12603.5,4189.92,0],0,true,[[1579,0,24.808],[3009,0,26.391],[3968,0,5.32617],[283,0,8.97208],[1984,0,6.29167],[4024,0,3.565],[2593,0,1.91414],[2294,0,2.33574],[59,0,6.23411]]], +[[12572.6,4579.68,0],0,false,[[2737,0,24.2424],[226,0,24.3126]]],[[15875,14473.6,0],0,true,[[527,0,3.36631],[4919,0,2.77716],[3126,1,3.37767]]],[[12616.7,7764.97,0],0,false,[[5232,0,86.9389]]],[[826.171,1644.36,0],0,true,[[2053,0,2.14583],[4565,0,2.26422],[4378,1,4.08549]]],[[6462.37,17581.5,0],0,true,[[1000,0,12.6577],[3454,0,111.79],[2278,1,19.5361]]], +[[12194.4,10622.8,0],0,true,[[3510,0,27.282],[3459,0,246.503],[2729,0,12.5115]]],[[13862.6,4365.94,0],0,false,[[888,0,15.961],[4703,1,8.41207]]],[[10563.5,15580.6,0],0,false,[[3167,0,301.367],[5231,0,100.953]]],[[15559.6,2767.21,0],0,true,[[1339,0,4.56767],[2929,0,258.912],[5137,0,4.68247]]],[[10736.5,12632.6,0],0,false,[[3186,0,8.72595],[4742,0,8.72595]]], +[[19470.8,12799.2,0],0,true,[[4434,0,2.23939],[2142,0,1.87132],[2616,1,17.6227],[3337,1,17.6936]]],[[12660.9,8433.71,0],0,false,[[1251,0,25.9716],[419,0,53.5561]]],[[19749.2,8911.81,0],0,true,[[187,0,4.54959],[2647,0,2.50023],[742,1,12.3524]]],[[9883.1,4838.58,0],0,false,[[2727,0,376.09],[3713,0,289.705]]],[[17203.4,5030.11,0],0,false,[[2440,0,58.1111],[3102,0,119.833]]], +[[18459.8,262.494,0],0,true,[[1780,0,24.1479],[4165,0,85.559],[5470,0,17.8521]]],[[12312.7,4961.97,0],0,false,[[460,0,2.6313],[3663,0,3.07017]]],[[7970.63,15534,0],0,false,[[653,0,148.467],[3132,1,5.91431]]],[[2099.58,8244.61,0],0,false,[[1205,1,300.652],[159,1,374.913]]],[[15835.8,8847.93,0],0,false,[[5445,1,20.8606],[1843,1,402.793]]], +[[14872.2,18051.3,0],0,false,[[5157,0,113.246],[2886,0,349.348]]],[[15688.2,18653.4,0],0,false,[[373,0,26.9118],[5547,0,396.988]]],[[8314.73,391.865,0],0,false,[[836,0,142.172],[1241,0,324.806]]],[[11817.8,11589.6,0],0,false,[[2991,0,151.665],[1923,0,9.91871]]],[[15650.3,13594.7,0],0,false,[[36,0,390.987],[304,0,129.332]]], +[[3936.34,16191.5,0],0,false,[[1192,0,96.7969],[5093,0,198.417]]],[[15315,595.176,0],0,false,[[4866,0,46.3446],[4436,0,45.9947]]],[[4122.76,16284.7,0],0,true,[[1158,2,7.12939],[4163,2,229.581],[1519,2,1.77185],[4552,2,21.4282]]],[[12538.6,13262.9,0],0,false,[[4759,1,121.091],[1279,1,289.38]]],[[5280.68,14219.5,0],0,true,[[965,0,7.8665],[2718,0,394.164],[5636,1,9.5575]]], +[[11330.5,7752.48,0],0,true,[[3757,0,141.917],[2258,0,299.764],[1849,0,165.119]]],[[10247.1,7622.41,0],0,true,[[3466,1,26.985],[1805,1,64.6366],[5122,1,17.704]]],[[10550.6,17471.3,0],0,false,[[3733,0,200.111],[5422,0,245.779]]],[[9865.58,471.86,0],0,true,[[3026,1,10.9497],[3258,1,9.21435],[4687,1,4.55444]]],[[18707.5,6661.15,0],0,false,[[1162,0,225.953],[1927,0,292.43]]], +[[16623,17644,0],0,true,[[1578,0,3.30833],[3232,0,16.9086],[3608,1,9.70116]]],[[5219.19,6958.77,2.50588],0,false,[[2015,1,40.002],[1633,1,17.0713]]],[[8337.52,2690.51,0],0,false,[[4564,2,33.7338],[1810,2,80.6584]]],[[17818.3,12161.2,0],0,true,[[2626,0,14.7756],[3672,0,4.45594],[3845,0,10.7167]]],[[7096.24,3326.23,0],0,false,[[4469,2,169.064],[2446,2,303.566]]], +[[18449,240.901,0],0,true,[[472,0,70.1152],[1755,0,24.1479],[5470,0,9.29584]]],[[2847.92,12616.6,0],0,true,[[4084,0,94.4814],[102,0,20.1292],[2086,0,6.27974],[4738,0,4.4323],[3388,0,4.04455]]],[[8487.96,5632.7,0],0,false,[[4276,2,7.7263],[2031,1,356.693]]],[[17181,18077.3,0],0,true,[[3573,1,64.5827],[2842,1,7.57439],[1002,1,14.59]]],[[12485,6353.28,0],0,false,[[2080,0,96.2025],[2141,0,70.7935]]], +[[19546.4,11417.2,0],0,true,[[5427,1,19.5665],[2949,1,21.0348],[4685,1,8.13269],[4720,1,4.75331]]],[[19985,3779.96,0],0,false,[[775,0,179.788],[4630,0,332.429]]],[[13461.4,7982.98,0],0,false,[[1239,0,23.3848],[1989,0,97.4681]]],[[15682.1,2973.59,0],0,false,[[5397,0,69.4441]]],[[15139.8,9273.78,0],0,false,[[1300,0,342],[3890,0,211.733]]], +[[3214.21,5723.94,0],0,true,[[658,1,8.287],[4410,1,7.19279],[2159,1,3.55746],[2607,1,5.9495]]],[[11980.3,6087.94,0],0,true,[[1315,0,131.848],[237,0,1.7763],[3098,0,3.47394],[2868,0,5.20787]]],[[16363.6,18357.8,0],0,false,[[1889,0,251.998],[1414,0,384.088]]],[[9442.88,1014.79,0],0,false,[[2059,2,370.244],[4661,2,279.272]]],[[5936,8909.56,0],0,true,[[2357,0,2.15102],[1581,0,4.57013],[4525,0,3.11764],[1403,0,2.36657]]], +[[7405.3,7749.99,0],0,false,[[811,0,3.40526],[280,2,5.48944]]],[[2825.13,5089.89,0],0,false,[[1029,0,119.703],[3812,0,136.425]]],[[2962.96,19366.7,0],0,false,[[4325,0,202.035],[5333,0,25.1089]]],[[6964.9,17247.4,0],0,false,[[2507,1,145.186],[4691,1,177.694]]],[[4195.29,3116.82,0],0,false,[[5431,0,277.333],[453,0,395.825]]], +[[5217.88,19627.3,0],0,true,[[2851,0,4.79764],[953,0,2.57518],[2389,2,5.90841]]],[[14898,5958.51,0],0,true,[[2517,1,28.1983],[2663,1,323.916],[4323,1,0.573412],[5428,1,3.98098],[5070,1,7.01907],[3414,1,10.0662],[2028,1,20.0301]]],[[5197.72,19338.3,0],0,false,[[2151,2,402.603],[4945,2,265.079]]],[[10105.4,7712.39,0],0,false,[[3963,0,45.8155]]],[[18603.5,17581.4,0],0,true,[[3267,1,255.791],[1264,1,24.846],[946,1,7.08576],[2706,1,4.54024],[1129,1,4.05628],[3983,1,5.26513]]], +[[10265.7,7684.33,0],0,false,[[1771,1,64.6366],[833,1,29.3635]]],[[16991.8,7408.08,0],0,false,[[374,0,311.652],[3394,0,34.7499]]],[[5527.96,6402.96,0],0,false,[[728,1,76.5931],[2361,1,185.85]]],[[6061.9,19962.4,0],0,false,[[702,0,323.283],[1453,0,336.196]]],[[13362.1,12637.2,0],0,false,[[5013,0,272.312],[4132,0,257.21]]], +[[8277.51,2744.38,0],0,false,[[1777,2,80.6584],[5039,2,56.5961]]],[[9852.05,480.807,0],0,false,[[4687,1,16.6046],[1852,1,10.8662]]],[[5559.43,14279.6,0],0,false,[[5524,0,81.7958]]],[[3282.75,16296.8,0],0,false,[[5352,0,80.8503]]],[[17328.6,17890.3,0],0,false,[[2330,0,168.522],[1596,0,74.5591]]], +[[156.293,3704.29,0],0,false,[[2805,0,386.464],[223,0,311.94]]],[[18112.9,16663.3,0],0,false,[[4067,1,260.979],[1454,1,288.909]]],[[18524.6,10956.5,0],0,false,[[4606,0,24.2683],[1695,0,164.719]]],[[1893.81,13916.7,0],0,true,[[3734,0,3.09131],[2497,0,332.463],[2434,1,6.71983]]],[[17865.1,16535.8,0],0,false,[[4467,0,318.393],[3940,0,248.918]]], +[[13147.1,13427.7,0],0,true,[[420,0,7.55836],[1393,0,182.268],[4496,0,5.99326]]],[[17722.5,12021.6,0],0,true,[[1944,0,2.06031],[1333,0,10.5366],[1955,0,2.48854]]],[[13174.3,2142.25,0],0,false,[[3284,0,388.172],[2099,0,42.4054]]],[[10364.6,15428.3,0],0,false,[[856,0,245.473],[5082,0,334.106]]],[[9977.77,470.015,0],0,true,[[4253,2,15.7913],[1725,2,21.5558],[4881,2,9.61314],[1629,2,12.5563],[4149,2,11.6514],[3493,2,14.0549]]], +[[20427.4,2273.51,0],0,false,[[316,0,299.131]]],[[7240.54,7764.75,0],0,false,[[3911,0,82.5927],[2256,0,381.735]]],[[10102,6602.5,0],0,false,[[2623,0,115.717],[1133,0,138.902]]],[[14286.7,15889.8,0],0,true,[[5304,0,338.143],[2027,0,60.7545],[3491,0,102.562]]],[[7674.7,19548.1,0],0,true,[[2112,0,204.088],[5674,0,3.12002],[330,1,7.57763]]], +[[7539.91,7369.16,0],0,true,[[4312,0,5.28822],[835,2,12.3752],[4341,2,8.71233],[410,0,2.66387]]],[[16472.6,8670.03,0],0,false,[[3779,0,339.847],[4752,0,24.2216]]],[[7528.49,19107,0],0,false,[[1443,0,111.158],[859,0,192.212]]],[[17496.6,7553.16,0],0,false,[[1498,0,140.294],[1710,0,379.416]]],[[17100.5,5031.38,0],0,true,[[2721,0,128.457],[1255,0,2.54877],[1047,0,6.99848]]], +[[13049.4,5165.74,0],0,true,[[4617,0,18.7962],[4499,0,18.3709],[5035,0,8.27483]]],[[16749.4,469.605,0],0,false,[[3833,1,8.13025],[1868,0,38.9304]]],[[9031.17,8983.48,0],0,false,[[1145,1,90.7159],[4407,1,358.247]]],[[15579,2985.04,0],0,false,[[899,0,99.7691],[5397,0,60.0373]]],[[14899.6,5921.31,0],0,false,[[2028,0,17.2238],[2898,0,79.7697]]], +[[17669.7,12219.8,0],0,true,[[5686,0,2.20537],[3016,0,2.0364],[2793,0,2.27905],[1514,0,4.58812]]],[[10182,15965.3,0],0,false,[[563,0,379.51],[3167,0,269.866]]],[[8395.7,19020,0],0,false,[[214,0,209.365],[89,0,300.757]]],[[15726.8,9230.62,0],0,false,[[1759,1,402.793],[2656,1,9.55277]]],[[7878.6,2995.36,0],0,false,[[647,2,185.071],[3868,2,291.249]]], +[[5151.05,6507.16,0],0,false,[[2113,1,77.6735],[1172,1,27.6632]]],[[3878.55,15142.5,0],0,true,[[295,2,48.5867],[333,2,20.0798],[386,2,3.9085],[3730,2,16.392],[1542,2,5.48063]]],[[15045.3,4534.06,0],0,true,[[4692,0,3.48515],[4889,0,3.93131],[3525,0,2.24867]]],[[6647.36,6250.85,0],0,false,[[4264,0,342.142],[1524,0,69.0338]]],[[11366.7,7591.47,0],0,false,[[1770,0,165.119],[3995,0,118.679]]], +[[17293.3,4070.95,0],0,false,[[4991,0,33.4866],[1969,0,23.5361]]],[[9501.27,8511.32,0],0,false,[[2088,0,51.2236],[4818,0,23.958]]],[[9846.22,489.96,0],0,false,[[1811,1,10.8662],[5377,1,30.108]]],[[15212.5,3716.29,0],0,false,[[3624,1,381.978],[973,1,139.797]]],[[12531.2,5462.44,0],0,false,[[2764,0,340.026],[1697,0,70.5133]]], +[[20408,5954.34,0],0,true,[[5189,0,383.668],[1722,0,10.8315],[4395,0,19.7044]]],[[8578.99,3450.13,0],0,false,[[3121,0,179.103],[2213,0,331.658]]],[[13560.1,417.587,0],0,true,[[3149,0,28.7584],[239,0,170.698],[744,0,27.1821]]],[[10191.2,9850.29,0],0,false,[[2614,0,185.88],[1089,0,149.533]]],[[8913.05,19456.7,0],0,false,[[927,0,128.11],[1275,0,173.066]]], +[[11155.6,17663.4,0],0,true,[[578,0,9.62405],[5430,0,23.1551],[627,0,11.3942]]],[[18064.8,11985.9,0],0,true,[[951,0,2.81744],[579,0,1.9084],[5355,0,7.41187]]],[[18445.6,1144.51,0],0,false,[[4223,0,312.502],[4379,0,34.2449]]],[[14873.2,11975.5,0],0,true,[[5708,0,159.869],[1266,0,198.957],[2591,0,67.4799]]],[[10253.9,7912.21,0],0,false,[[1181,1,118.372],[5406,1,135.391]]], +[[13356.5,5562.1,0],0,false,[[606,1,251.448],[3821,1,383.619]]],[[3068.95,15462.9,0],0,false,[[2514,0,171.972],[1388,1,12.1419]]],[[14594.6,8427.41,0],0,false,[[2639,0,318.636],[2107,0,240.759]]],[[16774.1,499.69,0],0,false,[[1836,0,38.9304],[1014,0,380.012]]],[[14916.8,1143.74,0],0,false,[[5695,0,212.714],[3125,0,193.392]]], +[[16743.6,17813,0],0,true,[[2662,0,3.14896],[371,0,4.04954],[490,1,10.2722]]],[[8620.13,15688.6,0],0,false,[[2051,1,360.305],[4327,1,386.79]]],[[10619.2,13915.7,0],0,false,[[4176,0,357.999],[905,0,238.559]]],[[10554.6,14155.6,0],0,true,[[905,0,10.2171],[3635,0,2.37324],[2643,0,1.96738],[641,0,1.35405],[1372,0,3.82913]]],[[8070.17,15395.8,0],0,false,[[4551,1,30.3761],[3650,1,144.727]]], +[[5940.51,18500.7,0],0,false,[[5166,0,191.358],[5530,0,54.2339]]],[[10503.7,2985.78,0],0,false,[[5201,0,204.773],[644,0,199.323]]],[[2781.5,17728.3,0],0,true,[[3578,0,1.88849],[3958,0,2.44197],[5309,0,1.86525]]],[[7674.89,1092.94,0],0,true,[[1457,0,4.30414],[1334,0,2.94259],[5351,1,8.91248]]],[[10521.4,5112.02,0],0,false,[[5571,0,299.576],[3557,0,139.716]]], +[[15590.8,4984.97,0],0,false,[[3618,0,141.101],[1568,0,27.5782]]],[[2313.23,15956,0],0,false,[[1125,0,29.8117],[3974,0,19.4986]]],[[19061.6,3671.76,0],0,false,[[947,0,17.1837],[5060,0,114.371]]],[[17720.1,12032.8,0],0,false,[[4632,0,3.44526],[1139,0,6.47405]]],[[19301.1,14278.1,0],0,false,[[2922,0,25.834],[1331,0,194.683]]], +[[18129.3,17734,0],0,false,[[3358,1,206.606],[1518,1,96.93]]],[[3562.7,15106.8,0],0,true,[[4088,0,86.0674],[1411,0,28.6486],[2156,0,34.0104]]],[[12932.7,8256.2,0],0,true,[[4368,1,15.0257],[864,0,29.3584],[2310,0,5.96288]]],[[16156.9,6965.9,0.89209],0,false,[[2560,1,19.9825],[5303,1,15.8225]]],[[16595.3,18260.7,0],0,true,[[3676,0,22.9079],[1792,0,251.998],[548,0,24.7184]]], +[[7892.99,19829.6,0],0,false,[[330,1,364.248],[2588,1,306.664]]],[[19674.3,7264.2,0],0,true,[[2937,0,294.871],[4504,0,28.1595],[2006,0,261.663]]],[[7550.59,12933.2,0],0,false,[[663,0,272.71],[2121,0,334.672]]],[[13408.7,7671.91,0],0,false,[[1513,0,124.206],[3157,0,385.669]]],[[10382.6,7783.62,0],0,true,[[5213,0,6.85199],[3794,0,99.9238],[310,0,6.98145]]], +[[9604.65,15991.3,0],0,true,[[2228,1,397.888],[5105,1,12.5715],[2040,1,6.44715]]],[[16240.5,7236.56,0],0,false,[[2636,1,123.312],[1400,1,34.0882]]],[[4998.9,18751.9,0],0,true,[[4728,2,154.925],[1701,2,6.44117],[96,2,209.989]]],[[9140.53,5863.21,0],0,true,[[2354,1,105.921],[1452,1,18.4176],[2532,1,7.87754]]],[[19703.3,18495.1,0],0,false,[[3876,0,223.901],[66,0,315.165]]], +[[7825.36,15717.6,0],0,false,[[3297,0,3.59129],[2713,1,2.75743]]],[[1670.47,13591.8,0],0,true,[[4654,1,367.247],[823,1,18.3433],[4318,1,10.0869]]],[[19478.8,12798.5,0],0,true,[[3359,0,2.49954],[5203,0,2.16052],[2616,1,15.0479]]],[[9245.36,18315.6,0],0,false,[[923,0,84.7641],[3303,0,327.545]]],[[2140.33,10924,0],0,true,[[3899,1,20.5253],[891,1,381.628],[1147,1,10.9083]]], +[[12960.7,19716.2,0],0,false,[[5655,0,243.615],[2232,0,241.686]]],[[6701.93,10937.5,0],0,true,[[1537,2,212.597],[562,2,25.6579],[1971,2,7.15706],[3152,2,5.39742]]],[[15022.2,14326.5,0],0,false,[[50,0,219.02],[1352,0,222.187]]],[[17275.8,11392.1,0],0,true,[[3959,0,15.7905],[3629,0,8.58698],[2427,1,7.20786]]],[[4782.03,11525.5,0],0,false,[[3116,0,187.402],[2598,0,309.788]]], +[[12781.5,1667.66,0],0,false,[[4326,0,105.18],[4928,0,22.3482]]],[[2012.12,10023.7,0],0,false,[[3653,1,316.713],[858,1,191.797]]],[[12060.4,18421.9,0],0,false,[[2103,0,313.321],[960,0,277.283]]],[[11417.8,17943.8,0],0,false,[[598,0,77.5903],[5297,0,301.245]]],[[18914.2,7536.77,0],0,false,[[4076,0,321.714],[3747,0,394.782]]], +[[3386.29,1046.37,0],0,false,[[3018,1,26.93],[4414,1,148.239]]],[[14927.6,1779.05,0],0,false,[[4722,0,371.898],[5499,0,111.092]]],[[16759.2,8582.31,0],0,true,[[5005,0,3.75336],[347,0,29.341],[4455,1,13.4979]]],[[2254.89,19070.3,0],0,false,[[5001,0,390.937],[3084,0,172.112]]],[[7007.54,15073.5,0],0,false,[[588,1,198.02],[2847,1,366.81]]], +[[17173.4,5124.21,0],0,false,[[2797,0,25.5625],[4140,0,23.6617]]],[[11254.8,12208.6,0],0,false,[[5582,0,22.0503],[5037,0,241.488]]],[[13345.9,14527.4,0],0,true,[[5486,0,360.801],[3310,0,27.4328],[455,0,135.129]]],[[11812.5,11581.2,0],0,true,[[3440,0,100.425],[1374,0,80.9005],[1763,0,9.91871]]],[[19267.1,11212.6,0],0,true,[[137,1,16.2596],[4558,1,158.873],[873,1,9.62471]]], +[[2609.77,15691.6,0],0,true,[[325,1,24.245],[1069,1,24.1728],[1501,1,0.761871],[1237,1,2.59743],[5225,1,5.87272],[4212,1,9.16654]]],[[9159.66,19809.6,0],0,true,[[2583,0,279.915],[4766,0,26.6518],[4764,0,9.25214]]],[[18945.4,6825.71,0],0,false,[[1774,0,292.43],[1689,0,108.772]]],[[10978.9,3945.39,0],0,false,[[204,0,28.5243],[1981,0,51.4385]]],[[15878.3,14498.7,0],0,false,[[4508,1,342.237],[3126,1,22.4218]]], +[[13753.1,9978.07,0],0,false,[[4894,1,349.516],[5688,1,112.969]]],[[10294.7,8054.79,0],0,false,[[4073,0,16.0463]]],[[19886,8372.44,0],0,true,[[3558,0,82.9887],[5257,0,29.132],[2703,0,168.495]]],[[19403.5,8527.33,0],0,true,[[5226,0,103.424],[4166,0,22.2817],[2270,1,7.13515]]],[[10400.5,7723.22,0],0,false,[[3363,1,18.766],[261,1,59.6378]]], +[[10828.2,12806,0],0,false,[[45,1,12.7934],[723,1,18.669]]],[[8129.81,3221.09,0],0,false,[[5094,2,388.658],[3998,2,241.862]]],[[9820.76,9895.82,0],0,false,[[4069,0,115.564],[5174,0,81.8858]]],[[8843.65,7461.87,0],0,false,[[955,0,399.516],[4038,0,245.561]]],[[7121.23,12514.7,0],0,true,[[682,1,9.8216],[5694,0,13.8287],[4696,1,17.6488]]], +[[9791.19,9323.52,0],0,false,[[2373,0,184.133],[1272,0,289.696]]],[[16275.5,16609,0],0,false,[[3644,0,2.53502],[675,1,6.63458]]],[[8280.19,15114.7,0],0,false,[[4683,1,170.715],[4551,1,320.584]]],[[19691.2,4707.94,0],0,true,[[869,0,125.816],[2247,0,20.293],[1261,0,8.45875]]],[[17724.3,12022.6,0],0,true,[[1966,0,2.76129],[1955,0,4.52855],[1821,0,2.06031],[1333,0,12.467],[2091,0,15.9438]]], +[[5446.22,3230.21,0],0,true,[[730,0,2.87229],[3151,0,2.4624],[975,1,1.30782]]],[[20267.4,13466.4,0],0,true,[[5472,0,2.6395],[717,0,2.68747],[1171,0,3.81279]]],[[10437.9,11469.9,0],0,false,[[4002,0,21.0901],[3887,0,54.2231]]],[[15492.7,3019.55,0],0,false,[[2425,1,19.7599],[2562,1,22.9235]]],[[7678.46,4367.02,0],0,false,[[4399,1,171.508],[747,1,385.68]]], +[[17080.6,872.894,0],0,false,[[1014,0,102.981],[3135,0,326.288]]],[[8450.94,2423.98,0],0,false,[[1243,2,84.6864],[5164,2,111.062]]],[[16712.1,18226.6,0],0,true,[[4425,0,228.05],[1522,0,9.50451],[1582,0,7.00119],[3931,0,3.6141]]],[[2951.22,1460.58,0],0,false,[[2539,1,161.329],[3159,1,20.998]]],[[15569.1,6254.08,0],0,false,[[575,0,226.349],[3088,0,289.405]]], +[[17720.6,12019.9,0],0,true,[[1944,0,4.52855],[4927,0,2.90641],[1333,0,8.11266],[1821,0,2.48854]]],[[17719.1,12024.2,0],0,true,[[4210,0,2.37142],[2485,0,1.22786],[4927,0,3.20783],[1131,0,2.44781],[1333,0,11.397]]],[[9391.87,19969.8,0],0,false,[[3108,0,143.743],[18,0,25.8093]]],[[11190.8,17659.2,0],0,false,[[627,0,24.5074],[2629,0,189.323]]],[[10892.9,17562.7,0],0,true,[[467,0,18.5425],[5442,0,6.60697],[1719,0,5.40996]]], +[[16953.4,19689.6,0],0,false,[[5390,0,260.901]]],[[15653.1,265.862,0],0,false,[[3655,1,226.078],[1703,1,262.594]]],[[3823.55,2792.42,0],0,false,[[2864,0,243.444],[5569,0,408.422]]],[[10018.6,437.45,10.87],0,false,[[587,2,52.6925],[4253,2,36.4343]]],[[10237.3,11354.9,0],0,false,[[5621,0,397.234],[235,0,19.6902]]], +[[14668.4,11911.2,0],0,false,[[2608,0,30.2759],[2261,0,81.3279]]],[[17726.8,12023.7,0],0,true,[[4358,0,2.62794],[1944,0,2.76129],[2091,0,14.2306]]],[[16748.9,17815.5,0],0,false,[[3173,1,8.15012],[2662,0,2.79053]]],[[2263.37,2412.27,0],0,false,[[3412,0,21.8965],[4230,0,308.109]]],[[17287.5,4048.18,0],0,true,[[1850,0,23.5361],[344,0,23.907],[2572,0,4.32765]]], +[[5806.58,6274.1,0],0,false,[[3614,1,35.5481],[5586,1,216.79]]],[[6706.58,10942.9,0],0,true,[[3152,1,10.975],[979,1,67.5897],[1906,2,7.15706]]],[[6248.38,16686.2,0],0,false,[[2900,1,32.1629],[5375,1,390.872]]],[[2995.31,1459.81,0],0,false,[[3159,1,23.124],[1269,1,157.652]]],[[14128.4,2544.76,0],0,false,[[825,0,259.496],[5127,0,223.857]]], +[[17664.2,12223.5,0],0,true,[[5624,0,3.28519],[3878,0,3.19163],[3166,0,1.61131],[336,0,1.89018],[3128,0,1.85599]]],[[14734.4,13065.7,0],0,false,[[511,1,246.771],[2907,1,204.241]]],[[8191.02,17690.7,0],0,false,[[1668,0,288.894],[2651,0,223.423]]],[[1002.24,16209.5,0],0,true,[[5563,1,57.4522],[5058,1,19.3092],[1195,1,10.5001],[4259,1,7.26679]]],[[13422.7,15991.8,0],0,false,[[1167,0,39.846],[2191,0,6.6812]]], +[[3276.34,7018.53,0],0,false,[[1738,1,211.048],[3754,1,378.708]]],[[10998.3,3897.79,0],0,false,[[1928,0,51.4385],[1691,0,24.3096]]],[[1136.06,8398.46,0],0,true,[[3562,0,2.78686],[5525,0,2.39853],[394,1,9.94988]]],[[9830.29,18637.5,0],0,false,[[584,0,7.7179],[5601,0,165.126]]],[[12609.7,4190.6,0],0,true,[[1005,0,6.17004],[59,0,4.23869],[4024,0,2.96635],[1739,0,6.29167]]], +[[5261.67,814.537,0],0,false,[[195,1,310.486],[968,1,391.663]]],[[1218.43,8968.4,0],0,false,[[2371,1,303.372],[3978,1,374.508]]],[[7777.56,392.686,0],0,false,[[516,0,284.642],[990,0,387.9]]],[[15336.8,413.93,0],0,false,[[1345,0,69.567]]],[[13547.8,7937.88,0],0,false,[[1787,0,97.4681],[531,0,28.5411]]], +[[10558.1,14161.2,0],0,false,[[1372,0,2.79802],[3376,0,8.12585]]],[[12774,3359.56,0],0,false,[[362,0,219.061],[4771,0,367.03]]],[[5548.58,3414.43,0],0,false,[[3445,1,186.987],[4662,1,43.0305]]],[[2954.98,10611.3,0],0,false,[[2144,0,12.6295],[1391,0,311.598]]],[[12667.8,8141.08,0],0,false,[[3746,1,116.392],[1737,1,89.8546]]], +[[2466.95,13649.4,0],0,false,[[4396,1,92.8772],[2930,1,357.198]]],[[10624.1,11435.1,0],0,true,[[5531,0,5.56425],[4650,0,43.7529],[5558,0,5.51031],[250,0,3.20237],[4449,0,4.98435]]],[[20028.1,3271.82,0],0,true,[[4630,0,181.14],[297,0,5.91841],[5523,0,14.6207]]],[[4801.66,2563.23,0],0,true,[[1358,1,15.4749],[1577,1,254.684],[1588,1,7.06018],[4838,1,10.7628],[5483,1,23.4564]]],[[12646.9,4098.95,0],0,false,[[211,0,371.617],[59,0,95.5894]]], +[[13706.5,12328.5,0],0,false,[[626,0,183.828],[2778,0,87.2936]]],[[13709.8,11955.9,0],0,false,[[2778,0,348.332],[5429,0,100.93]]],[[12994.9,7606.74,0],0,false,[[1174,0,189.426],[2479,0,122.01]]],[[19328.8,18664.4,0],0,true,[[2792,0,4.38164],[3876,0,235.393],[3331,0,5.50876]]],[[9054.91,14478.3,0],0,false,[[1571,0,7.047],[1349,1,9.17531]]], +[[15269.9,481.944,0],0,false,[[3543,0,30.4386],[1370,0,112.143]]],[[19416.8,7289.54,0],0,false,[[157,0,250.139],[1891,0,261.663]]],[[11433.6,19692.8,0],0,false,[[1311,0,179.014],[180,0,126.672]]],[[10544.3,7784.9,0],0,true,[[4884,0,5.16543],[5434,0,44.3317],[477,0,2.88507]]],[[16209.4,15614.9,0],0,false,[[1509,1,191.343],[2410,1,247.854]]], +[[10434.9,11457.6,0],0,false,[[2826,0,61.1479],[882,0,19.5496]]],[[14250.8,642.988,0],0,true,[[5344,0,11.4966],[3505,0,35.5844],[1417,0,2.4715]]],[[17738.3,12090.8,0],0,false,[[4999,0,25.3163],[5300,0,27.867]]],[[9657.83,13917.8,0],0,false,[[1087,0,21.3266],[2808,1,17.4569]]],[[10991,11599.6,0],0,false,[[3809,0,27.0178]]], +[[5225.14,6998.33,1.58479],0,false,[[1776,1,40.002],[1392,1,16.5562]]],[[3930.04,13767,0],0,false,[[4622,2,212.668],[3938,2,339.031]]],[[3339.45,6341.88,0],0,false,[[4911,0,18.2985],[3593,0,23.2674]]],[[3131.3,1634.46,0],0,false,[[712,1,234.118],[1269,1,179.988]]],[[9900.33,534.572,0],0,false,[[1602,2,25.7177],[5217,2,26.3871]]], +[[7428.74,1216.54,0],0,false,[[755,0,214.657],[591,0,231.191]]],[[13030.5,8677.78,0],0,false,[[5192,1,7.79624],[689,0,104.307]]],[[5426.92,3228.33,0],0,true,[[603,0,367.998],[5048,0,13.6114],[975,1,19.1616]]],[[16751.4,8589,0],0,false,[[4455,1,3.43994],[2225,0,3.38052]]],[[12905.2,8273.46,0],0,true,[[3522,0,71.596],[2274,0,8.58084],[4368,1,17.4094]]], +[[10792.5,12790.3,0],0,false,[[2641,0,41.1785],[790,1,3.64033]]],[[8158.69,11892.3,0],0,false,[[4595,1,94.5506],[2325,1,395.555]]],[[14343.2,15867.7,0],0,true,[[1828,0,60.7545],[4014,0,18.8804],[1126,0,8.61598],[5291,0,4.99725],[3265,0,3.51922],[3831,0,4.77566]]],[[14898.6,5938.49,0],0,true,[[3414,0,9.9741],[1839,0,17.2238],[1801,1,20.0301]]],[[12309.6,19034.5,0],0,false,[[4447,0,253.968],[2052,0,98.7638]]], +[[18727.8,14270.9,0],0,false,[[5696,1,26.4653],[2615,1,157.852]]],[[8828.78,5709.57,0],0,false,[[1782,1,356.693],[5177,1,25.773]]],[[7795.38,15772.7,0],0,true,[[1149,0,5.18936],[2462,0,5.7083],[3542,0,2.42874]]],[[17027.3,17831.6,0],0,true,[[2749,0,100.769],[3873,0,14.3737],[5574,0,7.40644]]],[[11380.5,11702,0],0,false,[[5443,0,184.395],[5464,0,243.185]]], +[[3281.18,7274.72,0],0,false,[[3753,1,85.2223],[2863,1,21.315]]],[[9198.43,15425.4,0],0,false,[[5002,1,99.4465],[2228,1,304.733]]],[[875.665,18015.3,0],0,false,[[547,0,261.904],[1326,0,355.243]]],[[2214.62,11464.5,0],0,true,[[2287,1,25.6401],[700,1,332.486],[5349,1,6.63397],[2074,1,10.3978],[993,1,13.1663]]],[[5588.24,14542,0],0,false,[[909,0,368.074],[5524,0,232.391]]], +[[9609.3,15995.7,0],0,true,[[1895,1,6.44715],[563,0,194.277],[5105,1,8.99677]]],[[15393.2,2536.96,0],0,false,[[4645,1,133.361],[4959,1,185.389]]],[[3655.3,17872.8,0],0,true,[[556,0,7.68594],[4979,0,12.6424],[5305,0,6.64894],[5336,0,3.35815]]],[[5000.87,10913.7,0],0,true,[[2370,0,2.5438],[426,0,1.69417],[515,0,1.63621]]],[[1481.45,4191.43,0],0,false,[[1536,0,303.375],[1653,0,157.074]]], +[[7604.08,15996.5,0],0,false,[[3875,1,250.893],[3796,1,379.254]]],[[9531.55,20378.4,0],0,false,[[4337,0,399.338],[4406,0,129.273]]],[[13648.3,16180.9,0],0,true,[[1648,0,187.934],[2271,0,26.716],[338,0,13.716]]],[[9736.29,18825.8,0],0,false,[[800,0,209.264],[729,0,263.605]]],[[17894.5,19692.1,0],0,false,[[452,1,141.301],[3774,1,22.986]]], +[[8770.59,457.786,0],0,false,[[3834,1,322.573],[2377,1,203.816]]],[[8921.82,15884.6,0],0,false,[[748,1,356.915],[1871,1,360.305]]],[[12234,18995.8,0],0,false,[[2029,0,98.7638],[2546,0,325.681]]],[[824.798,1646.01,0],0,true,[[2538,0,2.5374],[1743,0,2.14583],[4378,1,1.95616]]],[[12666.4,8253.22,0],0,false,[[5147,0,20.1554],[4385,0,61.3014]]], +[[18486.2,15021,0],0,false,[[476,0,261.156],[3731,0,336.605]]],[[8082.07,4224.94,0],0,false,[[5360,0,90.1453],[2544,2,22.7752]]],[[13581.9,7946.32,0],0,false,[[5298,0,130.057],[531,0,29.2387]]],[[18536,10989.7,0],0,true,[[3610,0,24.125],[3518,0,161.33],[4606,0,13.9845]]],[[9682.67,734.084,0],0,true,[[983,2,23.4381],[1793,2,370.244],[2673,2,13.346],[77,2,14.2858]]], +[[8904.67,5598.54,0],0,true,[[2407,0,117.725],[4914,0,220.442],[3701,0,101.607]]],[[7187.51,11166.4,0],0,false,[[2965,0,183.784],[2155,0,233.812]]],[[11169.5,17455.6,0],0,false,[[931,0,106.142],[3244,0,153.318]]],[[2968.44,19403.6,0],0,true,[[897,0,7.10837],[3736,0,357.002],[5333,0,12.4152]]],[[4453.9,17021.8,0],0,false,[[3849,2,251.974],[5205,2,389.902]]], +[[13389.1,7378.71,0],0,false,[[592,1,264.102],[4647,1,238.95]]],[[19480.7,10073.2,0],0,true,[[3722,0,3.25149],[191,0,2.88719],[5681,1,10.7948]]],[[7586.85,622.379,0],0,false,[[4086,1,3.54105],[2238,0,3.65002]]],[[18786.1,3260.48,0],0,true,[[5254,0,355.842],[5475,0,26.4646],[1284,0,10.3575]]],[[15203.1,14475.3,0],0,false,[[4100,0,237.05],[2334,0,17.4928]]], +[[10688.2,11529,0],0,false,[[186,0,52.7191],[3900,0,70.7341]]],[[8324.01,8627.25,0],0,true,[[189,0,14.9592],[3170,0,119.964],[1244,0,14.4388]]],[[10976.2,7320.88,0],0,false,[[5218,0,111.334],[4270,0,303.322]]],[[5742.89,18510.2,0],0,false,[[4876,1,5.61074],[5166,0,33.4014]]],[[2219.56,11473.6,0],0,true,[[5349,0,3.78151],[993,0,3.16221],[2038,1,10.3978]]], +[[15622.4,3295.62,0],0,true,[[190,1,17.0158],[5118,1,17.618],[2767,1,6.61257],[4969,1,11.3254]]],[[13803.9,4656.65,0],0,false,[[1556,1,73.0627],[4684,1,34.1603]]],[[9384.32,6063.35,0],0,true,[[4712,1,16.5865],[908,1,23.0513],[1350,1,1.77043],[324,1,3.01172],[1430,1,5.70396],[1627,1,7.83603]]],[[5779.4,5802.74,0],0,false,[[4846,0,337.926],[22,0,106.1]]],[[17662.9,12218.9,0],0,true,[[3479,0,1.70215],[100,0,1.71647],[4798,0,0.751723],[1514,0,6.83345]]], +[[12521.9,6269.47,0],0,false,[[1727,0,183.888],[1784,0,96.2025]]],[[2371.7,15862,0],0,true,[[851,1,21.5031],[4601,1,69.4439],[2661,1,136.544]]],[[7545.4,19269.3,0],0,false,[[4338,0,49.1636],[3081,0,20.4333]]],[[10463.8,130.848,0],0,false,[[3066,0,239.064]]],[[19861.7,5863.11,0],0,false,[[4240,0,272.578],[2642,0,266.302]]], +[[17681.1,16818.2,0],0,true,[[1625,0,225.215],[4467,0,18.8235],[4644,0,5.62602],[3177,0,4.38579],[1385,0,2.9856],[4794,0,1.04994]]],[[2845.88,12610.6,0],0,true,[[3388,0,4.40531],[4738,0,2.27602],[1781,0,6.27974]]],[[1441.66,9826.62,0],0,false,[[4021,0,294.777],[4677,0,347.484]]],[[9547.95,8490.26,0],0,false,[[789,0,122.012],[1851,0,51.2236]]],[[11711.6,14477.1,0],0,true,[[4562,0,24.8975],[4439,0,93.0937],[5075,0,10.4848]]], +[[13687.7,16213,0],0,true,[[5413,0,224.868],[5632,0,13.2415],[2383,0,3.94046],[2333,0,4.24364]]],[[17729.7,12037.6,0],0,true,[[2327,0,56.3352],[1333,0,27.959],[4210,0,14.9637],[4514,0,7.35297],[4572,0,9.89683],[2810,0,3.68273],[3711,0,6.75369],[1966,0,14.2306],[1944,0,15.9438],[4632,0,12.6961],[683,0,14.2657],[5447,0,10.8091]]],[[10339.1,7740.68,0],0,false,[[5406,1,56.2821],[5214,1,25.9472]]],[[9254.2,14262,0],0,false,[[4600,1,358.521],[1349,1,285.032]]],[[19088.5,11319,0],0,false,[[3502,0,162.703],[679,0,12.014]]], +[[11766.9,7861.43,0],0,false,[[5311,0,30.9505],[4899,0,44.0947]]],[[12682.3,9311.83,0],0,false,[[2843,1,31.2186],[125,1,276.938]]],[[19941.4,13686.9,0],0,false,[[3620,0,384.186],[5472,0,393.251]]],[[15386.8,6025.95,0],0,false,[[2903,0,378.897],[5134,0,18.4438]]],[[13134,2141.76,0],0,true,[[5278,0,345.168],[4929,0,18.6019],[1822,0,42.4054]]], +[[8381.99,2589.53,0],0,false,[[5164,2,68.5758],[2704,2,57.8883]]],[[7785.45,15776.6,0],0,true,[[2148,0,5.26238],[1149,0,5.4902],[3542,0,9.17773]]],[[1538.45,13883.1,0],0,true,[[51,0,345.06],[3296,0,3.81343],[4028,1,6.71315]]],[[11806.4,18238.6,0],0,false,[[5297,0,187.289],[1912,0,313.321]]],[[12295.6,11731.9,0],0,false,[[734,0,175.983],[2991,0,363.286]]], +[[13904.4,13285.3,0],0,false,[[4009,0,371.292],[4290,0,65.5971]]],[[8388.97,14956.3,0],0,false,[[4637,1,147.483],[4683,1,21.5434]]],[[14647.6,8192.64,0],0,false,[[1867,0,240.759],[5665,0,208.164]]],[[17233,17505.5,0],0,false,[[1549,0,199.033],[5656,0,20.026]]],[[11897.4,16562.1,0],0,false,[[121,0,114.869],[1532,0,161.44]]], +[[12618,12216.7,0],0,false,[[4162,0,318.171],[4117,0,352.147]]],[[11448.6,18523.3,0],0,false,[[3350,0,346.844],[3919,0,182.362]]],[[7873.54,19502.6,0],0,false,[[2472,0,332.879],[1829,0,204.088]]],[[5227.59,6520.17,0],0,false,[[2361,1,156.15],[1845,1,77.6735]]],[[2645.46,10735.9,0],0,false,[[5150,0,269.893],[271,0,329.456]]], +[[11024.4,17971.1,0],0,false,[[3989,0,143.897],[2732,0,54.4305]]],[[12369.5,18653.7,0],0,false,[[3685,0,85.2734],[2190,0,383.343]]],[[16129.2,7239.21,0],0,false,[[1124,0,100.707]]],[[9765.49,11795.3,0],0,false,[[3679,0,231.087],[4419,0,119.979]]],[[5933.28,13059,0],0,false,[[240,0,303.554],[4789,0,307.707]]], +[[1160.57,2830.22,0],0,true,[[5593,0,2.68882],[846,0,3.10911],[41,1,4.43185]]],[[7880.38,12876.3,0],0,false,[[1892,0,334.672],[2181,0,277.78]]],[[17810.6,12992.2,0],0,false,[[5561,0,361.319],[1253,0,143.432]]],[[17628.1,12201.5,0],0,true,[[5081,0,85.9411],[4153,0,3.44647],[387,0,6.17858]]],[[636.721,19397.3,0],0,true,[[4070,0,150.32],[1216,0,23.6781],[166,0,12.5977]]], +[[8524.01,20475.2,0],0,false,[[3972,0,218.871]]],[[10336.1,2590.5,0],0,true,[[3061,0,2.4968],[2349,0,2.47372],[3671,0,7.90202],[1074,0,2.9013]]],[[13858.7,10408,0],0,true,[[5176,0,2.71965],[3473,0,2.26293],[219,1,6.46481]]],[[3349.22,16350.4,0],0,true,[[4308,0,7.4676],[378,0,2.87912],[5267,0,5.2151]]],[[16241.5,7279.22,0],0,true,[[84,0,54.6247],[5046,0,14.0892],[1400,1,13.0276]]], +[[8984.03,1845.98,0],0,false,[[3948,2,325.139],[1252,2,376.665]]],[[14219.8,4059.56,0],0,true,[[5016,1,94.0743],[3227,1,21.1459],[1440,1,9.51702],[3411,1,7.78183]]],[[6715.28,17421.5,0],0,true,[[5459,1,19.5868],[2415,1,25.4286],[1381,1,4.98574],[1203,1,8.53766],[4941,1,6.42506]]],[[8103.3,1254.02,0],0,false,[[4930,1,239.086],[3670,1,368.389]]],[[9824.32,600.402,0],0,false,[[4841,2,48.0744],[4850,2,22.8952]]], +[[5703.53,14181.4,0],0,true,[[1379,0,2.8704],[3952,0,15.6035],[99,1,10.7089],[285,1,9.08061]]],[[12054.7,10893.5,0],0,false,[[956,0,182.765],[2730,0,228.093]]],[[11367.1,18038.2,0],0,false,[[3919,0,309.49],[2265,0,78.2541]]],[[10557.9,5424.45,0],0,false,[[4164,0,342.262],[4643,0,244.619]]],[[11711.8,9368.34,0],0,true,[[2986,0,262.557],[4353,0,16.5302],[3217,0,5.13324],[4503,0,3.58582]]], +[[7048.29,17721.5,0],0,false,[[4094,0,265.092],[3800,0,156.642]]],[[12441.6,6409.22,0],0,false,[[1784,0,70.7935],[3628,0,106.726]]],[[19472.5,12798.4,0],0,true,[[1750,0,1.87132],[5415,0,1.73257],[2616,1,16.2407]]],[[17670.2,8388.71,0],0,false,[[3594,0,160.441],[3299,0,370.967]]],[[2955.44,10598.6,0],0,true,[[3462,0,129.84],[1993,0,12.6295],[3586,0,7.836]]], +[[6287.43,9293.73,0],0,false,[[251,1,130.425],[5437,1,139.081]]],[[3786.1,6936.73,0],0,true,[[402,0,1.74848],[1469,0,35.5045],[4213,0,9.02304]]],[[3138.47,20440.6,0],0,false,[[5389,0,3.16702],[4413,1,1.64935]]],[[7780.66,15778.8,0],0,true,[[3748,0,3.4375],[2101,0,5.26238],[260,1,6.25203]]],[[484.614,3064.41,0],0,false,[[791,0,56.9764],[3818,0,15.9581]]], +[[15843.6,8827.34,0],0,true,[[1515,1,9.97655],[4283,1,25.0825],[5445,1,3.74937]]],[[5113.77,18952.9,0],0,true,[[96,2,23.9516],[1802,2,402.603],[2316,2,10.3466]]],[[17242.1,17492.2,0],0,true,[[2186,0,2.24013],[4853,0,2.40809],[5656,0,3.9743]]],[[13710.3,7715.8,0],0,false,[[3669,0,94.2559]]],[[17730.7,12025.9,0],0,true,[[5704,0,2.08271],[3346,0,2.63778],[1679,0,1.6802],[4358,0,2.33482]]], +[[7402.18,11077.1,0],0,false,[[2061,0,233.812],[4543,0,278.54]]],[[3592.11,15095.6,0],0,false,[[1886,0,34.0104],[220,0,104.801]]],[[4515.45,2817.7,0],0,false,[[453,0,42.3381],[4597,0,333.18]]],[[17531.6,15179.6,0],0,false,[[5339,0,309.043],[4900,0,275.233]]],[[3217.6,5725.01,0],0,false,[[2607,0,3.68902],[1790,1,3.55746]]], +[[15110.3,7457.05,0],0,false,[[2941,0,213.787],[2964,0,230.455]]],[[18240.9,12920.4,0],0,false,[[1116,0,3.91847],[2356,0,8.62112]]],[[8336.64,4595.32,0],0,false,[[1555,0,23.9752],[2980,0,23.6787]]],[[10155,7060.17,0],0,false,[[680,0,17.1445],[3780,1,9.86262]]],[[5706.76,3840.33,7.87238],0,false,[[4291,2,50.0505],[2690,2,40.194]]], +[[12192.8,10653.3,0],0,false,[[5224,0,46.6707],[2729,0,18.688]]],[[9790.26,631.856,0],0,true,[[4850,2,23.4647],[4397,2,23.4507],[5282,2,11.6034],[2210,2,17.7757],[5679,2,14.3836],[2286,2,15.1614]]],[[18149.4,17096.8,0],0,true,[[2237,0,2.30953],[2582,0,4.40559],[2885,1,10.1437]]],[[3140.67,12636,0],0,true,[[5405,0,26.6384],[2667,0,127.871],[5471,0,5.23049],[1012,0,8.48107]]],[[7486.51,15740.4,0],0,false,[[1034,0,269.534],[3457,0,299.4]]], +[[6470.54,18924.8,0],0,false,[[4188,1,159.757],[3688,1,352.427]]],[[17095.9,17962,0],0,true,[[2504,0,24.5717],[4986,0,25.391],[3847,0,100.623]]],[[15251.7,577.815,0],0,true,[[3352,0,20.938],[1534,0,87.6815],[4866,0,23.1185]]],[[11780.1,7983.34,0],0,false,[[3402,0,53.7583],[816,0,62.6135]]],[[7803.41,15768.7,0],0,false,[[2462,0,3.30253],[5370,0,4.54128]]], +[[90.5235,8571.79,0],0,false,[[911,1,139.779],[1500,1,199.234]]],[[10294.1,5361.56,0],0,true,[[996,0,26.8708],[4643,0,26.5751],[2950,0,154.74]]],[[11598.9,10529.3,0],0,false,[[113,1,153.466],[1421,1,354.6]]],[[14466.6,3787.58,0],0,false,[[3227,1,355.542],[3624,1,388.465]]],[[9075.64,3324.49,0],0,false,[[4301,0,113.558],[3121,0,338.306]]], +[[18889.6,16994.7,0],0,true,[[112,0,47.9858],[4316,0,2.02291],[2822,0,4.13053]]],[[8154.07,12829.2,0],0,false,[[2121,0,277.78],[2906,0,126.401]]],[[10176.1,7712.39,0],0,true,[[505,0,26.0541],[3963,0,24.8622],[5146,0,7.61705]]],[[16233.5,7089.24,0],0,false,[[5303,1,129.617],[2636,1,26.3531]]],[[19568.4,4166.7,0],0,false,[[3269,0,185.252],[5283,0,268.715]]], +[[12030.1,7935.64,0],0,false,[[5338,0,41.9592],[3439,0,41.2016]]],[[17240.7,17493.9,0],0,true,[[4853,0,4.64409],[2152,0,2.24013],[5656,0,6.19107]]],[[3118.71,6256.74,0],0,false,[[2556,1,25.024],[4048,1,315.745]]],[[3348.89,6354.51,0],0,false,[[4646,1,28.8854],[3426,1,30.5262]]],[[8559.6,5309.37,0],0,false,[[5077,2,189.089],[5380,2,321.916]]], +[[12677.1,18881.6,0],0,false,[[2116,0,383.343],[321,0,321.07]]],[[13416.1,15992.9,0],0,true,[[4620,0,154.445],[1729,0,13.5297],[4861,0,4.11109],[1979,0,6.6812]]],[[19681.5,8297.18,0],0,false,[[1634,0,130.719],[2285,1,7.05043]]],[[12164.8,11388.2,0],0,false,[[1374,0,321.506],[4109,0,189.506]]],[[3748.79,15083.5,0],0,true,[[3619,0,35.7342],[2457,0,7.78187],[5071,0,9.57769],[4607,0,5.48765]]], +[[12570.1,6335.84,0],0,false,[[2710,0,87.847],[2921,0,52.8601]]],[[5114.82,9733.92,0],0,false,[[5307,0,300.304],[517,0,149.539]]],[[10711.1,15095.4,0],0,false,[[393,0,226.905],[2461,0,369.731]]],[[425.953,8536.91,0],0,false,[[1154,1,117.869],[4739,1,102.523]]],[[10697.6,17224.1,0],0,false,[[2995,0,89.2009],[1184,0,127.758]]], +[[10252.7,11373.7,0],0,true,[[3408,0,2.45557],[2826,0,145.104],[235,0,4.62609]]],[[1134.69,2839.74,0],0,false,[[3990,1,135.555],[41,1,29.7584]]],[[9088.98,15164.6,0],0,false,[[901,0,20.417],[4330,1,7.01063]]],[[10831.8,11598,0],0,false,[[15,0,77.8291],[1235,0,155.427]]],[[808.046,1649.29,0],0,false,[[3182,1,396.782],[4378,1,15.8689]]], +[[17031.1,7414.51,0],0,false,[[4365,0,33.9678],[3394,0,6.76123]]],[[16212.3,10733,0],0,false,[[528,0,336.244],[4745,0,135.141]]],[[8504.49,11023,0.0411987],0,false,[[5109,0,105.98],[311,0,47.4369]]],[[4713.22,10559.6,0],0,false,[[4775,0,139.939],[895,0,119.07]]],[[10998.7,18314.7,0],0,true,[[5318,0,8.51884],[2293,0,6.12193],[4582,0,8.33803]]], +[[9772.79,635.146,0],0,true,[[5282,1,21.65],[4847,1,30.7952],[2166,2,17.7757],[4397,2,12.8163]]],[[13176.2,8468.39,0],0,true,[[265,1,8.30207],[461,1,56.6156],[4763,1,5.39674]]],[[6138.8,15279.8,0],0,false,[[1111,0,89.1465],[5022,0,385.425]]],[[8305.11,3634.16,0],0,false,[[1856,0,331.658],[4426,0,215.81]]],[[8950.59,5737.72,0],0,true,[[2714,1,7.38304],[1576,1,106.35],[470,1,7.68562],[2747,1,6.66592]]], +[[4455.07,18031.5,0],0,false,[[349,2,187.359],[444,2,392.863]]],[[4847.29,4456.4,0],0,false,[[2218,2,134.355],[2545,2,331.744]]],[[18110.6,16215.5,0],0,false,[[754,1,32.5751],[4067,1,186.993]]],[[4957.52,4379.61,0],0,false,[[608,2,367.869],[2216,2,134.355]]],[[8810.66,6031.66,0],0,false,[[470,0,318.592],[3246,0,155.743]]], +[[11892.7,2288.79,0],0,false,[[5494,0,396.824]]],[[8699.58,1783.23,0],0,false,[[4125,2,265.325],[3630,2,288.235]]],[[15705.2,18650.1,0],0,true,[[2862,0,4.43213],[5583,0,367.215],[373,0,10.8064]]],[[10246.8,18979.7,0],0,false,[[5557,0,107.223],[2348,0,28.7319]]],[[12851.4,8330.17,0],0,false,[[2254,1,112.44],[2914,1,24.9442]]], +[[16754.4,8587.39,0],0,true,[[2023,0,3.38052],[5005,0,3.28576],[4455,1,6.79726]]],[[12274.6,6898.27,0],0,false,[[3052,0,358.528],[1290,0,269.675]]],[[8081.93,15371.5,0],0,true,[[4199,1,96.4639],[4089,1,10.7286],[4551,1,6.5343]]],[[9352.55,15688.1,0],0,false,[[2036,1,304.733],[1895,1,397.888]]],[[19899.3,4485.79,0],0,true,[[1103,0,76.6507],[5050,0,18.2193],[3390,0,30.5878]]], +[[8424.57,20379.7,0],0,false,[[2780,0,329.029],[710,0,134.83]]],[[4240.75,10291.4,0],0,true,[[4424,0,315.486],[2881,0,25.4017],[2328,0,13.621]]],[[12729.4,19786.2,0],0,true,[[1905,0,241.686],[5228,0,10.6685],[286,0,21.3785]]],[[7661.98,19535,0],0,true,[[5170,1,22.0869],[330,1,21.3204],[254,1,11.2488],[4626,1,8.82095]]],[[5812.14,17590.4,0],0,true,[[4118,0,22.0823],[3311,0,65.8441],[4143,0,9.38385]]], +[[17552.4,8619.97,0],0,true,[[4835,0,2.75833],[3594,0,100.166],[323,1,6.52057]]],[[14757.5,175.434,0],0,true,[[4541,0,195.195],[3810,0,63.4925],[2403,0,20.0977]]],[[18148,17095,0],0,true,[[2582,0,2.20126],[2167,0,2.30953],[2885,1,12.2158]]],[[7590.48,621.983,0],0,true,[[2067,0,3.65002],[363,0,4.34279],[4086,1,0.279949]]],[[18086.9,5221.66,0],0,false,[[3934,0,11.5242],[5371,0,6.97065]]], +[[2522.77,2230.37,0],0,false,[[2769,1,298.202],[634,1,391.64]]],[[18352.5,6671.72,0],0,false,[[3811,0,384.957],[3867,0,136.949]]],[[7665.83,1093.91,0],0,true,[[591,0,35.7863],[1457,0,4.86538],[5351,1,17.8868]]],[[12973.3,16939.7,0],0,false,[[91,0,330.366],[194,0,376.84]]],[[19743.3,4436.45,0],0,false,[[5542,0,79.1304],[1285,0,85.7204]]], +[[14875.2,5903.41,0],0,false,[[1716,1,102.688],[2517,1,31.457]]],[[8477.08,4594.64,0],0,false,[[2980,0,116.761]]],[[19674.8,4719.85,0],0,true,[[1943,0,20.293],[3880,0,85.4574],[1261,0,15.5941]]],[[15097,6440.11,0],0,true,[[3806,0,5.93854],[26,0,50.4791],[3764,1,8.61094]]],[[12630.6,8241.83,0],0,false,[[2458,1,19.7535],[1642,1,24.3088]]], +[[19581.1,2967.82,0],0,false,[[5543,0,310.543],[4520,0,231.52]]],[[16396.2,6650.99,0],0,false,[[5325,0,8.83995],[1347,1,10.6326]]],[[10140.2,922.531,0],0,true,[[2296,1,4.71753],[4957,1,391.101],[3484,1,7.14955],[4875,1,6.62454],[2306,1,3.24521],[4237,1,2.29654]]],[[2301.93,11838.5,0],0,false,[[2746,1,364.207],[2287,1,358.829]]],[[12904.6,8429.16,0],0,false,[[1113,1,149.074],[2224,1,112.44]]], +[[8781.86,16295.4,0],0,false,[[808,1,337.066],[883,1,324.96]]],[[6924.82,7562.95,0],0,false,[[1826,0,381.735],[3521,0,231.204]]],[[16550.4,387.162,0],0,true,[[232,1,140.553],[3833,1,208.824],[3236,1,5.83028]]],[[11031.1,7738.47,0],0,true,[[1770,0,299.764],[4778,1,9.33118],[1314,0,7.31996]]],[[5243.67,18716.1,0],0,false,[[3298,0,15.8544],[1015,0,211.101]]], +[[11300.7,20105,0],0,true,[[1597,0,18.6993],[1368,0,18.8235],[3308,0,0.597899],[5580,0,2.7061],[5615,0,5.80469]]],[[14598.3,11869.9,0],0,false,[[1965,0,81.3279]]],[[17352.6,7516.88,0],0,false,[[4294,0,345.53],[1498,0,9.44905]]],[[19289.7,551.098,0],0,false,[[5663,1,380.41],[3555,1,129.159]]],[[2107.92,13251.1,0],0,false,[[1660,1,371.645],[4654,1,197.813]]], +[[11354.2,17961,0],0,false,[[2137,0,78.2541],[4342,0,58.7509]]],[[5943.5,10294.6,0],0,false,[[4599,0,210.596],[1424,0,203.035]]],[[13972.8,19409.9,0],0,true,[[3726,0,4.56837],[2476,0,12.6438],[5358,0,14.2193]]],[[9211.6,16215.1,0],0,true,[[4820,1,13.4882],[5653,1,17.8152],[5184,1,12.1969]]],[[15153.6,2250.98,0],0,false,[[1604,0,163.95],[4960,1,6.86598]]], +[[19404.9,8534.33,0],0,false,[[4372,1,163.01],[1933,1,7.13515]]],[[13669.1,16197.6,0],0,true,[[2047,0,26.716],[2383,0,21.1974],[338,0,14.2056]]],[[10541.5,14158.4,0],0,true,[[4494,0,316.899],[3376,0,24.7448],[3424,0,9.19442]]],[[5243.69,18697.6,0],0,false,[[761,1,16.8744],[2697,1,299.234]]],[[12912.4,8269.07,0],0,false,[[2024,0,8.58084],[4368,1,9.18181]]], +[[6425.53,1706.03,0],0,true,[[2637,1,4.19349],[5052,0,18.6155],[1554,0,5.26661]]],[[11986.7,6074.1,0],0,false,[[2868,0,20.2074],[764,0,262.479]]],[[6351.96,11426.8,0],0,false,[[501,2,288.681],[69,2,365.124]]],[[6480.95,17575.5,0],0,true,[[558,1,229.208],[4967,1,28.4753],[1000,1,8.31995],[1744,1,19.5361]]],[[11078.2,9777.17,0],0,false,[[4234,0,275.51],[1160,0,202.596]]], +[[3990.72,13542,0],0,true,[[3581,2,181.678],[4622,2,20.3509],[4642,2,6.02778]]],[[17992.6,4577.05,0],0,false,[[3040,0,282.638],[2945,0,301.296]]],[[16897.2,19280.7,0],0,false,[[5390,0,153.148],[3752,0,17.0358]]],[[6751.83,6284.54,0],0,false,[[5316,0,3.95907],[5701,0,9.27688]]],[[3453.89,11004.9,0],0,false,[[3970,0,225.953],[4317,0,273.097]]], +[[19686,8302.61,0],0,true,[[228,1,120.466],[433,1,29.6143],[2192,1,7.05043]]],[[9805.26,634.076,0],0,true,[[5679,1,19.2591],[2878,1,10.2456],[2166,2,15.1614]]],[[2218.94,11489.7,0],0,false,[[2253,1,358.829],[2038,1,25.6401]]],[[18943.2,14235.3,0],0,true,[[2807,1,226.226],[844,1,10.3482],[1693,1,3.77909]]],[[17566.3,2041.95,0],0,false,[[3418,0,13.9704],[3389,0,397.491]]], +[[9747.63,685.683,0],0,true,[[4352,1,24.5543],[1665,1,27.9778],[5263,2,23.7512],[3777,2,29.5811]]],[[13309.9,13602.7,0],0,true,[[3634,0,2.93745],[5512,0,15.6543],[4542,0,11.1957]]],[[11824.7,7855.24,0],0,false,[[3519,0,27.9041],[2874,0,10.7258],[5687,0,33.0911],[4899,0,20.9314]]],[[10998.2,18308.6,0],0,true,[[4582,0,13.1185],[2732,0,329.149],[2209,0,6.12193]]],[[12602.6,4187.78,0],0,true,[[2593,0,2.51649],[3968,0,3.58925],[283,0,7.52477],[1739,0,2.33574]]], +[[17546,2054.74,0],0,false,[[5599,0,22.8564],[3158,0,352.143],[5537,0,5.78767]]],[[10137.8,918.502,0],0,true,[[2252,1,4.71753],[2306,0,6.37609],[4237,0,2.97264],[3484,1,2.4592]]],[[19923.6,4634.82,0],0,false,[[3429,0,177.389],[3987,0,104.201]]],[[17712.3,17856.8,0],0,false,[[1518,1,337.863],[3787,1,313.502]]],[[16595.9,2240.45,0],0,false,[[2775,0,216.378],[1656,0,280.816]]], +[[13285.7,7807.78,0],0,false,[[3602,0,14.119],[1513,0,59.245]]],[[17712.2,12023.4,0],0,true,[[139,0,1.60068],[5366,0,1.84624],[4011,0,3.57208],[4195,0,1.80756]]],[[13113.8,13447.3,0],0,true,[[1077,1,5.72454],[5381,1,50.6926],[4351,1,14.7472]]],[[13738.4,4695.04,0],0,true,[[3048,0,20.9785],[1556,1,3.13736],[2393,1,6.9131]]],[[5005.75,10913.7,0],0,true,[[3342,0,1.95585],[3032,0,1.39775],[1226,0,287.1]]], +[[5394.74,17596.1,0],0,false,[[3311,0,351.63]]],[[10137.9,924.868,0],0,true,[[4875,0,3.62135],[4237,0,3.43873],[2296,0,6.37609],[2252,1,3.24521]]],[[57.1515,2085.97,0],0,false,[[1523,1,229.656],[980,1,233.362]]],[[15013.8,4513.07,0],0,false,[[2748,0,322.055],[4692,0,35.7125]]],[[14057.3,15480.8,0],0,true,[[3621,0,91.5949],[3698,0,3.21224],[4333,0,2.98379]]], +[[12927.7,8259.5,0],0,false,[[4368,1,9.06899],[1887,0,5.96288]]],[[467.948,3097.9,0],0,true,[[57,1,13.0959],[2805,0,300.566],[2551,0,12.9509]]],[[8352.35,11010.9,0.0408325],0,false,[[3468,0,44.5195],[4640,0,21.0588]]],[[9717.38,16723,0],0,false,[[4045,0,16.515],[4023,0,232.959]]],[[10348.4,12553.4,0],0,true,[[2693,1,23.106],[4976,1,23.2842],[495,1,2.44723],[3338,1,4.76043]]], +[[16030.3,12386,0],0,false,[[845,0,225.133],[5715,0,243.351]]],[[5112.51,18942.6,0],0,true,[[96,2,14.9093],[5290,0,66.327],[2151,2,10.3466]]],[[19940.3,4307.55,0],0,true,[[1491,0,48.8681],[4208,0,23.5214],[692,0,10.4681]]],[[2876.99,12708.3,0],0,true,[[5651,1,26.4755],[1718,1,26.1768],[2919,1,11.0165],[5506,1,7.7536],[4084,1,5.50247]]],[[12976.6,8584.46,0],0,true,[[5104,1,96.0122],[1113,1,22.2004],[2872,1,11.0176]]], +[[17341.9,7508.7,0],0,false,[[3595,0,186.105],[1498,0,20.7046]]],[[6428.88,10877.5,0],0,false,[[1662,0,325.802],[2899,0,37.692]]],[[10896.9,433.804,0],0,false,[[4935,0,195.249],[3066,0,289.603]]],[[13278.8,8757.96,0],0,false,[[4988,1,64.8986],[4437,1,32.5515]]],[[10070.2,9245.42,0],0,false,[[392,0,289.813],[182,0,23.644]]], +[[8541.76,11990.6,0],0,false,[[2026,1,395.555],[5576,1,240.411]]],[[9283.91,5944.62,0],0,true,[[868,0,19.6373],[4885,0,316.83],[1278,1,20.1171]]],[[17756.3,12087.2,0],0,false,[[427,0,24.8226],[2091,0,56.3352]]],[[4229.22,10284.2,0],0,true,[[875,0,4.48508],[2881,0,11.7832],[2231,0,13.621]]],[[15594.6,4956.39,0],0,false,[[1568,0,11.1399],[4877,0,283.366]]], +[[17168.4,17844.2,0],0,true,[[1482,0,19.4557],[1814,0,168.522],[1013,0,8.69898],[2423,0,6.44182]]],[[13365.4,9848.84,0],0,false,[[5690,0,94.306],[5418,0,341.208]]],[[5225.97,18710.2,0],0,true,[[276,1,216.458],[761,1,5.03636],[3298,1,3.48097]]],[[13689.3,16209,0],0,false,[[2383,0,2.75596],[2090,0,4.24364]]],[[15211.8,14460.2,0],0,true,[[2069,0,17.4928],[1567,0,7.36838],[50,0,14.0912]]], +[[13757.2,7829.06,0],0,false,[[531,0,207.869]]],[[12358.9,19898.4,0],0,false,[[5306,0,344.205],[4315,0,371.253]]],[[9929.66,494.124,0],0,true,[[1564,1,20.3635],[3092,1,31.091],[1725,2,33.1782]]],[[15034.2,6252.31,0],0,false,[[1117,0,21.8529],[2903,0,40.3735]]],[[11656.7,19105.8,0],0,false,[[4077,0,147.63]]], +[[3669.59,1383.26,0],0,false,[[5712,1,121.543],[565,1,305.664]]],[[7347.48,12520.2,0],0,false,[[5694,0,212.692],[3574,0,384.062]]],[[7283.79,6470.62,9.38457],0,true,[[1492,1,17.5395],[3665,1,19.2735],[401,1,10.8229],[5289,1,11.192]]],[[9603.43,2765.83,0],0,true,[[454,0,13.542],[3003,0,4.51128],[1599,0,2.65121],[3046,0,3.11743]]],[[15434.5,596.527,0],0,false,[[3207,0,22.0417],[4392,0,66.2152]]], +[[5503.36,3602.47,0],0,true,[[154,1,11.0866],[5317,1,101.264],[2573,1,18.1081],[5057,1,22.2581]]],[[5194.37,7497.57,0],0,true,[[5373,0,8.32356],[1603,0,15.7506],[3843,1,11.9357]]],[[10068,9231.62,0],0,false,[[1272,0,2.84604],[182,0,9.79102]]],[[10268.4,18960.8,0],0,true,[[2223,0,28.7319],[2709,0,245.632],[3386,0,50.2058]]],[[10334.4,2588.77,0],0,true,[[2126,0,2.47372],[5353,0,5.64867],[3671,0,5.87998]]], +[[3805.26,7143.59,0],0,false,[[648,0,177.593],[568,0,145.102]]],[[1665.58,13753.2,0],0,true,[[3214,1,31.2745],[48,1,128.364],[2659,1,11.8075]]],[[6469.29,10862.6,0],0,false,[[3245,0,29.6623],[2666,0,18.2347]]],[[1229.97,14420,0],0,false,[[4371,0,227.733],[51,0,313.103]]],[[9051.56,5805.78,0],0,true,[[1576,1,15.9284],[1898,1,105.921],[3273,1,4.81723]]], +[[16505.9,17496,0],0,false,[[312,1,173.395],[773,1,390.152]]],[[18242.8,12912,0],0,true,[[3668,0,20.0345],[4625,0,290.631],[1116,0,12.2618],[2161,0,8.62112]]],[[5937.7,8908.24,0],0,true,[[865,0,2.73992],[1794,0,2.15102],[1403,0,1.11902]]],[[8982.56,12095.8,0],0,true,[[5576,1,212.797],[5243,1,21.9179],[1224,1,8.72302]]],[[10030.7,8625.83,0],0,false,[[917,0,4.45954],[4383,1,3.09834]]], +[[16222.5,7296.46,0],0,false,[[1400,1,28.5779],[3452,1,75.7606]]],[[5381.26,6515.92,0],0,false,[[1807,1,185.85],[2113,1,156.15]]],[[4012.23,13355.7,0],0,true,[[5012,1,10.7643],[3687,0,96.8952],[3581,2,9.03368]]],[[7649.99,19515.6,0],0,false,[[5170,1,3.09187],[1677,0,176.361]]],[[5002.15,10917.4,0],0,true,[[1475,0,2.88282],[3032,0,3.80785],[3342,0,3.57238],[515,0,3.14073],[5391,0,5.4942]]], +[[8386.35,714.803,0],0,true,[[2488,1,29.1254],[586,1,296.482],[1241,1,15.529]]],[[7817.45,15742.7,0],0,false,[[5074,0,16.812],[475,0,6.77157]]],[[8286.7,14021.5,0],0,false,[[2624,1,290.041],[5065,1,201.397]]],[[3623.02,17869.4,0],0,false,[[4979,0,19.8168],[4621,0,165.61]]],[[16408.4,8104.49,0],0,false,[[3929,0,367.836],[2578,0,185.648]]], +[[4998.51,10912.8,0],0,true,[[4114,0,1.81566],[2043,0,2.5438],[3951,0,5.51388],[515,0,2.77108]]],[[1494.66,9083.83,0],0,false,[[3364,1,151.217],[1986,1,303.372]]],[[9938.52,502.612,0],0,true,[[1725,2,29.4608],[1602,2,24.0867],[2987,2,20.0796],[5654,2,16.4188]]],[[9615.78,9379.48,0],0,false,[[3344,0,285.076],[1940,0,184.133]]],[[8207.59,6991.14,0],0,true,[[903,0,2.89433],[2946,0,3.19425],[5258,0,8.12933]]], +[[1102.95,17871.7,0],0,true,[[3029,0,15.3121],[3087,0,22.8349],[1600,0,2.38007]]],[[12975.5,12196.3,0],0,false,[[5240,0,206.521],[4112,0,15.4248]]],[[8613.93,581.448,0],0,false,[[2050,1,203.816],[2488,1,237.072]]],[[14282.7,6815.88,0],0,true,[[3916,0,4.82268],[282,0,11.0983],[799,0,7.81002]]],[[15845.2,14167.4,0],0,false,[[1020,0,47.1264],[3294,0,338.538]]], +[[9812.68,12398.8,0],0,false,[[792,0,88.3129]]],[[11797.2,14926.3,0],0,true,[[5606,0,4.7682],[123,0,11.8393],[3283,0,16.1934]]],[[10977.4,8786.4,0],0,false,[[2527,0,277.401],[4716,0,371.869]]],[[13686.6,16209.2,0],0,true,[[2271,0,21.1974],[2333,0,2.75596],[2090,0,3.94046]]],[[827.745,6937.08,0],0,true,[[5538,1,18.9425],[1355,1,27.0131],[5532,1,3.39803],[3941,1,1.04431],[2452,1,2.09116],[4258,1,9.84442]]], +[[16078.6,2533.07,0],0,false,[[2929,0,322.126],[3210,0,364.56]]],[[10329.7,7518.63,0],0,false,[[4282,1,82.3789]]],[[15799.9,9350.95,0],0,false,[[537,1,105.12],[3251,1,365.686]]],[[5756.86,3873.96,0],0,false,[[3584,1,3.2385],[4902,0,24.6694]]],[[5213.38,19631.1,0],0,true,[[4945,2,28.1982],[3626,2,30.8305],[1800,2,5.90841],[953,2,5.09591],[2851,2,5.6554],[4119,2,8.17559]]], +[[12899,1716.72,0],0,false,[[4479,0,25.0047],[142,0,19.0138]]],[[13429.1,14041.7,0],0,true,[[3886,0,247.966],[5486,0,132.023],[2905,0,300.943]]],[[7971.7,3813.79,0],0,true,[[4426,0,162.994],[4823,0,4.12005],[5650,2,8.67783]]],[[13735.4,4701.29,0],0,true,[[3979,1,101.043],[1556,1,9.36227],[2303,1,6.9131]]],[[13987.9,7097.19,0],0,true,[[3894,0,5.43814],[4547,0,306.667],[3188,0,8.12801]]], +[[12093.5,17579.8,0],0,true,[[5049,0,3.58598],[4113,0,3.74128],[5085,0,2.28596],[2612,0,20.1805]]],[[6481.12,10872.5,0],0,true,[[2899,0,15.7103],[4754,0,6.36879],[2666,0,7.12956]]],[[12383.2,4836.48,0],0,true,[[2569,0,3.45747],[810,0,2.77736],[1712,0,2.4343]]],[[12944.7,8873.75,0],0,true,[[3689,1,20.5098],[4987,1,119.505],[3700,1,12.5458]]],[[6868.96,702.283,0],0,false,[[5555,1,185.213],[406,1,44.0642]]], +[[10141.9,8221.83,0],0,true,[[1664,0,3.80722],[178,0,57.0442],[3495,1,6.91723]]],[[16769.8,5508.57,0],0,false,[[1360,0,185.011],[3677,0,340.968]]],[[7541.62,7376.48,0],0,true,[[4312,0,2.46977],[4382,0,2.17938],[835,2,7.11142]]],[[14775.2,183.836,0],0,false,[[2236,0,20.0977],[3874,0,31.724]]],[[12983.4,1487.1,0],0,false,[[2468,0,296.2],[2785,0,206.616]]], +[[16014.3,11229.5,0],0,false,[[5095,0,384.661],[528,0,219.721]]],[[4832.34,18802.7,0],0,true,[[4663,1,230.5],[1460,2,5.26844],[2884,2,5.50667]]],[[8853.7,5704.55,0],0,false,[[5177,1,6.77755],[2060,0,117.725]]],[[11827.6,20059.5,0],0,false,[[4315,0,183.996],[1551,0,351.9]]],[[8530,2480.12,0],0,false,[[1107,2,255.491],[725,2,57.5788]]], +[[16193.4,15367.6,3.74604],0,false,[[3755,1,374.346],[2009,1,247.854]]],[[13064.2,13533.5,0],0,true,[[4281,0,262.29],[4351,0,84.8804],[405,0,184.001]]],[[7492.18,19642,0],0,true,[[1677,0,27.5957],[3080,0,216.522],[1614,0,5.13664],[3768,0,7.76055],[1474,0,10.6812]]],[[2031.08,5344.73,0],0,false,[[599,2,303.184],[3347,2,187.063]]],[[19346.1,14257,0],0,false,[[5209,0,158.077],[2922,0,24.1664]]], +[[6695.11,17437,0],0,false,[[2132,1,25.4286],[558,1,26.7502]]],[[5583.78,3433.43,0],0,false,[[1363,1,260.132],[4662,1,22.2012]]],[[8160.85,4605.96,0],0,true,[[4942,2,25.9849],[4549,2,298.759],[521,2,12.3556]]],[[3189.44,12771.3,0],0,false,[[784,1,96.5794],[2781,1,22.3696]]],[[10867.2,12815.6,0],0,false,[[2611,1,5.80135],[288,0,177.131]]], +[[19522.3,11308.3,0],0,true,[[4558,1,125.714],[1468,1,18.1024],[2978,1,13.2574]]],[[8931.23,9011.67,0],0,true,[[4488,0,10.4952],[3235,0,170.817],[1308,1,11.0575]]],[[19787,8395.99,0],0,false,[[4357,0,58.5779],[3558,0,18.8061]]],[[17162.9,17840.7,0],0,true,[[1013,0,6.19195],[2766,0,158.402],[2330,0,6.44182]]],[[19107.8,3906.26,0],0,false,[[2977,0,25.728],[3117,0,146.942]]], +[[15501.8,3037.11,0],0,true,[[4472,1,61.151],[1948,1,19.7599],[4389,1,3.16333]]],[[15114.6,488.323,0],0,true,[[4040,0,69.5262],[415,0,9.46781],[2542,0,6.9922]]],[[17281.8,11388,0],0,true,[[774,1,19.2297],[3031,1,27.0466],[1908,1,7.20786],[3629,1,5.30667],[1580,1,10.069]]],[[4752.24,12184.6,0],0,false,[[4388,0,348.788],[399,0,255.118]]],[[20400.1,5937.25,0],0,true,[[3830,0,3.92445],[1405,0,4.34746],[4395,0,2.44552]]], +[[9962.82,8660.7,0],0,false,[[2736,1,268.018],[4700,1,68.0639]]],[[19018.2,11363.4,0],0,true,[[679,0,71.8739],[4085,0,29.677],[4209,0,16.8274]]],[[15678.9,14657.1,0],0,false,[[628,0,140.752],[5112,0,273.894]]],[[17077.2,17959.9,0],0,false,[[1467,1,35.4289],[4986,1,8.02755]]],[[1895.57,13910.2,0],0,true,[[4892,1,19.9075],[1640,1,390.511],[3474,1,8.39623],[3734,1,6.11451],[1818,1,6.71983]]], +[[9580.32,17715.6,0],0,true,[[398,0,6.36914],[4189,1,10.5964],[2745,1,3.72206]]],[[19748.9,8752.28,0],0,false,[[4723,1,102.608],[707,1,116.301]]],[[18112.1,16962.8,0],0,true,[[1141,0,39.8307],[4263,0,3.85965],[1628,1,13.5114]]],[[18478.3,1115.27,0],0,false,[[1510,0,45.5271],[2677,0,297.935]]],[[8212.67,19988.4,0],0,false,[[3234,1,3.14596],[813,0,167.964]]], +[[17145.4,5031.88,0],0,false,[[1323,0,27.6762],[1754,0,58.1111]]],[[15403.7,470.209,0],0,true,[[1370,0,22.2936],[987,0,98.8058],[1260,0,51.1202],[1345,0,19.0754]]],[[3818.54,15806.4,0],0,false,[[332,2,154.961],[3065,2,376.62]]],[[1844.64,14532.6,0],0,false,[[108,1,357.358],[1404,1,203.276]]],[[10705,12754.2,0],0,true,[[1418,1,50.2047],[2487,1,14.7463],[4830,1,5.56441]]], +[[4479.05,14938.8,0],0,true,[[1212,0,304.465],[2858,0,296.854],[1705,0,325.021]]],[[6799.26,3388.81,0],0,false,[[1779,2,303.566],[3110,2,253.525]]],[[11391.6,14688.5,0],0,false,[[4047,0,391.269],[2723,0,245.557]]],[[4391.5,3611.36,0],0,false,[[352,0,396.953],[3563,0,200.925]]],[[3180.56,7334.59,0],0,false,[[766,0,360.228],[1376,0,84.9839]]], +[[16649.1,5651.94,0],0,true,[[4181,0,276.553],[1360,0,8.10234],[5269,0,6.93415]]],[[15727.6,9242.81,0],0,true,[[3913,0,4.29981],[3490,0,5.13906],[2656,1,3.41227]]],[[827.32,6935.03,0],0,true,[[3941,0,2.45096],[4258,0,7.7849],[2384,1,2.09116]]],[[1112.78,17880.8,0],0,true,[[2923,0,4.70716],[4071,0,2.60627],[3087,0,9.44423]]],[[12997.3,5307.73,0],0,false,[[4499,0,139.499],[486,0,319.765]]], +[[5822.37,16241.7,0],0,false,[[4519,0,254.952],[3285,1,4.35289]]],[[13242.3,9053.41,0],0,true,[[2988,0,46.8839],[4639,0,181.269],[4664,0,140.247]]],[[3754.71,15078.5,0],0,true,[[2194,0,7.78187],[2815,0,68.4376],[5071,0,5.44463]]],[[12642.9,8257.25,0],0,true,[[131,1,20.0352],[2249,1,19.7535],[5147,1,3.9503]]],[[14705.4,6485.45,0],0,false,[[3480,0,160.125],[4926,0,301.155]]], +[[4018.77,13284.1,0],0,true,[[5584,2,21.7334],[1229,2,45.9817],[2617,2,6.19172]]],[[10359.5,14980.9,0],0,false,[[2197,0,369.731]]],[[7800.58,15770.3,0],0,false,[[2032,0,5.7083],[2174,0,3.30253]]],[[16914.6,11443.4,0],0,false,[[2758,0,301.062],[3959,0,349.169]]],[[13036.8,11795.7,0],0,true,[[4190,0,124.68],[3264,0,24.7005],[2638,0,11.6587]]], +[[15562.5,8799.49,2.40142],0,false,[[1723,1,100.922],[3816,1,12.6986]]],[[19536,11695.2,0],0,false,[[2596,1,83.5423],[5053,1,384.275]]],[[18132.3,16125.6,0],0,true,[[837,0,18.7611],[188,1,5.08633],[660,1,25.6813]]],[[13096.6,1213.47,0],0,false,[[4018,0,249.947],[2404,0,296.2]]],[[7964.35,3800.03,0],0,false,[[4293,2,166.175],[5650,2,18.4698]]], +[[11052.7,17568.3,0],0,true,[[5473,0,139.066],[1479,0,100.944],[3275,0,91.9438]]],[[9270.68,12168.9,0],0,false,[[5243,1,275.389],[4938,1,293.126]]],[[8197.57,19426.4,0],0,false,[[1152,0,116.607],[2112,0,332.879]]],[[18378,17649.1,0],0,true,[[4747,1,56.0278],[5244,1,27.238],[4949,1,6.28917]]],[[18446.4,19666.4,0],0,false,[[1057,0,353.589],[2658,0,193.095]]], +[[3648.28,15149.2,0],0,false,[[3213,0,86.1399]]],[[13961.1,19405,0],0,true,[[2267,0,12.6438],[3461,0,20.2912],[3726,0,9.22145]]],[[16230.4,9716.24,0],0,false,[[2933,0,229.196],[1598,1,7.92683]]],[[3133.78,5029.9,0],0,false,[[3812,0,178.528],[1009,0,97.3317]]],[[12928.5,7550.16,0],0,false,[[2002,0,122.01],[604,0,292.96]]], +[[9033.21,9479.8,0],0,false,[[4273,0,83.7995],[5620,0,350.093]]],[[8167.07,12540.3,0],0,false,[[893,0,64.5746]]],[[17945.1,258.153,0],0,false,[[1263,1,390.931],[4219,1,336.053]]],[[15285.3,8894.88,0],0,false,[[1723,1,218.582],[4215,1,79.5473]]],[[4494.63,19176,0],0,true,[[5165,0,4.61077],[4886,0,23.7357],[3419,1,4.27347]]], +[[17720,12023.3,0],0,true,[[1956,0,1.22786],[683,0,3.61728],[4210,0,3.15739],[4927,0,2.91853],[1131,0,3.05896],[1333,0,10.8401]]],[[18897.1,14276.7,0],0,true,[[4156,1,5.87894],[3792,1,4.18688],[4203,1,1.10551]]],[[10696.2,12766.1,0],0,true,[[2444,1,14.7463],[4141,1,113.452],[4830,1,13.1839]]],[[8412.12,701.234,0],0,false,[[2377,1,237.072],[2365,1,29.1254]]],[[8074.91,4337.76,0],0,true,[[747,1,15.0048],[5173,2,12.8179],[5107,2,16.2956]]], +[[16968.1,10860.5,0],0,false,[[3397,1,249.3],[1483,1,248.916]]],[[8625.21,8763.2,0],0,true,[[4628,0,2.95668],[5294,0,3.52436],[1061,0,5.43967]]],[[837.298,13178.5,0],0,false,[[465,1,345.244],[1231,1,139.872]]],[[7279.09,19196,0],0,false,[[5010,1,351.916],[4811,1,237.864]]],[[16489.4,8649.27,0],0,false,[[346,1,26.1794],[4455,1,265.555]]], +[[5408.8,11486.8,0],0,false,[[3559,0,232.618],[3477,0,380.741]]],[[11448,5644.32,0],0,true,[[1504,0,3.72693],[690,0,3.90222],[4430,0,3.9364]]],[[2086.19,14180.6,0],0,false,[[1818,0,332.463],[3902,0,145.572]]],[[3225.61,1227.59,0],0,false,[[788,1,157.264],[4870,1,27.9108]]],[[15650.3,14272.5,0],0,false,[[1238,0,106.577],[3523,0,48.6321]]], +[[8782.41,2191.07,0],0,false,[[4788,0,26.0286],[2917,0,57.6176]]],[[19699.5,4488.07,0],0,false,[[3456,0,47.4751],[1046,0,104.184]]],[[17481.7,12422.2,0],0,false,[[5194,0,324.666],[128,0,86.2107]]],[[13739.7,16213.1,0],0,true,[[4575,0,20.8638],[275,0,15.0104],[601,0,9.50451]]],[[17119.2,17969.9,0],0,false,[[4470,0,100.258],[2171,0,24.5717]]], +[[19142,8033.77,0],0,false,[[4605,0,328.43],[439,0,242.141]]],[[13057.9,15868.7,0],0,false,[[135,0,296.671],[345,0,299.834]]],[[7093.58,17290.8,0],0,false,[[3430,1,112.057],[1798,1,145.186]]],[[18077.8,16209.3,0],0,false,[[3940,0,140.766],[299,0,26.6646]]],[[3287.5,7620.12,0],0,false,[[416,1,240.87],[3753,1,260.251]]], +[[9729.89,6569.21,0],0,false,[[496,0,164.138],[1459,0,390.069]]],[[13050.8,6006.96,0],0,false,[[3391,1,253.839],[606,1,289.257]]],[[9792.87,6410.22,0],0,false,[[5337,1,190.83],[992,1,22.3621]]],[[2924.25,4988.24,0],0,false,[[2809,2,157.333],[4205,2,89.9892]]],[[3130.19,15602.4,0],0,false,[[1866,0,171.972],[4033,0,35.7062]]], +[[15037.5,13775.9,0],0,false,[[3637,0,195.858],[4711,1,8.03445]]],[[18879.1,14438,0],0,false,[[5444,1,156.669],[440,1,318.347]]],[[14887.2,5932.46,0],0,false,[[2245,1,31.457],[1801,1,28.1983]]],[[20094,6356.59,0],0,false,[[5235,0,265.48],[2674,0,177.251]]],[[8984.44,5069.77,0],0,false,[[5623,0,189.543],[2685,0,346.122]]], +[[13503.5,12878.3,0],0,false,[[3049,0,82.4008],[3877,0,217.457]]],[[19008.5,14240,0],0,true,[[4309,0,3.8845],[2531,0,68.0356],[4054,0,8.44282]]],[[2379.98,13644.8,0],0,false,[[5682,0,62.8516]]],[[7601.01,15334.6,0],0,false,[[2847,1,291.512],[4199,1,387.359]]],[[8252.05,17908,0],0,false,[[2904,0,362.774],[5021,0,87.5159]]], +[[5350.76,3062.17,0],0,false,[[5220,1,352.45],[225,1,171.93]]],[[14061.2,13280.2,0],0,false,[[448,0,20.1323],[3788,0,20.5364],[3603,0,12.7555]]],[[11135.7,8581.74,0],0,false,[[3684,0,292.287],[2382,0,277.401]]],[[6922.77,4549.29,0],0,false,[[1441,1,382.952],[3254,1,133.643]]],[[13838.4,4210.14,0],0,true,[[2830,0,31.4168],[1566,0,18.4949],[963,0,37.4775]]], +[[5657.4,13939.4,0],0,false,[[5255,0,13.4107]]],[[19058.4,14193.9,0],0,false,[[2521,0,68.0356],[3681,0,86.6663]]],[[9148.15,5865.19,0],0,true,[[1898,1,7.87754],[812,0,112.97],[1452,1,11.1859]]],[[11243.3,9226.23,0],0,true,[[1359,0,250.864],[4970,0,19.8065],[3927,0,7.27314]]],[[17492.2,1741.03,0],0,false,[[357,0,299.489],[4428,0,146.237]]], +[[13227.6,8628.71,0],0,false,[[699,0,119.291],[4598,0,20.9356]]],[[13196.4,8022.29,0],0,false,[[4186,1,34.6278],[2802,1,208.09]]],[[8841.5,14694.1,0],0,true,[[1455,1,306.472],[3625,1,30.4676],[2657,1,12.6371],[3044,1,14.8521]]],[[822.816,1647.59,0],0,true,[[4412,0,3.0671],[2053,0,2.5374],[4378,1,1.02695]]],[[2801.53,1416.35,0],0,false,[[4161,1,341.709],[1953,1,161.329]]], +[[12708.2,17205.3,0],0,false,[[2686,0,151.828],[4460,0,21.2037]]],[[17834.3,12173.7,0],0,false,[[632,0,177.634],[3845,0,30.6633]]],[[15119.1,483.015,0],0,true,[[2426,0,6.9922],[4890,0,108.54],[415,0,5.27767]]],[[6227.17,13859.7,4.64521],0,false,[[5619,1,4.42003],[3694,1,4.42003]]],[[8060.77,4232.94,0],0,false,[[2056,2,22.7752],[5024,2,22.7752]]], +[[4564.04,4628.98,0],0,false,[[2216,2,331.744],[1130,2,234.111]]],[[12276.3,18674.4,0],0,false,[[2052,0,325.681],[4831,0,64.6767]]],[[5366.16,7876.91,0],0,false,[[4432,1,157.614],[3631,1,271.622]]],[[2898.81,17020.2,0],0,false,[[1248,0,340.855],[5502,0,246.602]]],[[13509.3,15657.8,0],0,false,[[1098,0,311.174],[3969,0,240.481]]], +[[14504.3,15469.6,0],0,false,[[1512,0,355.435],[5382,0,101.565]]],[[476.907,3088.56,0],0,false,[[57,1,0.295172],[2311,0,12.9509]]],[[16667.9,9987.19,0],0,false,[[4608,0,40.5577],[4362,0,235.828]]],[[10294.7,6931.71,0],0,false,[[680,0,172.678],[2712,0,69.2648]]],[[10615.3,11442,0],0,true,[[1590,0,144.697],[5558,0,6.13036],[5531,0,8.13842]]], +[[6850.5,1426.33,0],0,false,[[5587,0,314.644],[3348,0,207.733]]],[[3114.03,6281.32,0],0,true,[[4923,1,145.933],[2187,1,25.024],[5478,1,1.18767],[2996,1,4.5794],[967,1,7.82126],[762,1,10.7028]]],[[11005,4384.62,0],0,true,[[2966,0,35.2324],[2925,0,262.585],[3395,0,35.181]]],[[16808.9,18889.4,0],0,false,[[3752,0,384.27],[4360,0,341.399]]],[[5472.1,6332.02,0],0,true,[[3023,0,238.128],[5647,0,24.0972],[839,0,10.3032]]], +[[16143.4,6951.2,3.64843],0,true,[[1888,1,19.9825],[3607,1,5.98357],[4879,1,23.9275]]],[[3710.46,1981.49,0],0,false,[[4636,1,357.238],[4807,1,358.253]]],[[15482.2,2999.19,0],0,true,[[1948,1,22.9235],[1422,1,184.904],[899,1,4.65192]]],[[14523.8,12143.2,0],0,false,[[2740,1,3.27559],[252,0,278.439]]],[[10460.3,11461.9,0],0,false,[[4002,0,4.33158],[3947,0,214.51]]], +[[4644.52,11202.8,0],0,false,[[3203,0,342.279],[1228,0,24.9591]]],[[15148.3,5677.66,0],0,false,[[2898,0,287.127],[1540,0,17.5511]]],[[7423.1,20465.3,0],0,false,[[5262,0,387.392]]],[[18422.8,836.473,0],0,false,[[4953,0,261.057],[4731,0,370.515]]],[[12384.5,4839.69,0],0,true,[[4020,0,3.01154],[2397,0,3.45747],[1712,0,3.27305],[3561,0,14.4757]]], +[[2751.97,19427.8,0],0,true,[[2773,0,10.4027],[4184,0,4.96855],[4629,0,6.12156],[5515,0,2.45525],[3010,0,3.75553],[636,0,0.619694]]],[[5830.07,6262.32,0],0,false,[[852,0,43.762],[3614,1,9.63661]]],[[17290.9,4050.9,0],0,false,[[4061,0,27.9383],[1969,0,4.32765]]],[[5489.04,3591.38,0],0,true,[[434,0,38.7417],[154,0,15.7247],[2345,1,18.1081]]],[[14177.4,4922.09,0],0,false,[[3577,1,357.94],[4760,1,392.898]]], +[[5780.39,9048.53,0],0,false,[[4801,0,173.377],[1353,0,385.355]]],[[3839.7,7586.71,0],0,false,[[568,0,299.407],[2618,0,346.216]]],[[10344.7,17904.7,0],0,false,[[5422,0,323.465],[2992,0,343.659]]],[[16385.4,7920.34,0],0,false,[[2369,0,185.648],[3494,0,223.571]]],[[17595.5,11854.4,0],0,false,[[4744,0,33.4501],[5517,0,193.07]]], +[[13359.7,7918.11,0],0,true,[[1497,0,33.995],[2699,0,35.1318],[3727,0,95.781]]],[[15214.9,1478.35,0],0,false,[[447,1,374.858],[1208,1,361.163]]],[[18146,17094,0],0,true,[[4247,0,2.61971],[2237,0,2.20126],[2167,0,4.40559],[2885,1,13.7733]]],[[9397.48,19955.7,0],0,false,[[1926,0,279.915],[18,0,11.6054]]],[[11029,11565.9,0],0,false,[[3507,0,230.723],[79,0,40.3159]]], +[[18216.8,7755.98,0],0,false,[[1709,0,195.895],[4384,0,276.607]]],[[19129.4,3914.89,0],0,true,[[4029,0,2.65657],[1325,0,32.0883],[2977,0,3.0162]]],[[4025.17,10266.4,0],0,false,[[4374,0,121.661],[2841,0,113.47]]],[[8147.67,19988.3,0],0,false,[[1890,1,306.664],[3234,1,62.1861]]],[[512.45,2983.56,0],0,false,[[1327,0,8.97718],[5460,0,51.9437]]], +[[5892.32,18351.6,0],0,false,[[2717,1,362.137],[4785,1,199.4]]],[[14880.1,12041,0],0,false,[[1863,0,67.4799],[1110,0,144.834]]],[[13305.2,636.375,0],0,false,[[814,0,99.7786],[4018,0,365.38]]],[[12604.9,4188.64,0],0,true,[[4024,0,2.26719],[2294,0,2.51649],[1739,0,1.91414]]],[[3584.69,14972.8,0],0,true,[[5610,0,7.03554],[3276,0,21.7524],[614,0,11.8156]]], +[[7006.95,629.258,0],0,false,[[3112,1,73.3858],[406,1,151.579]]],[[19539.3,11611.7,0],0,false,[[2949,1,173.66],[2466,1,83.5423]]],[[8840.08,10271.9,0],0,true,[[1217,0,165.208],[1728,0,3.05561],[163,0,2.93187]]],[[4679.75,11233.2,0],0,false,[[1909,0,309.788],[1228,0,28.385]]],[[8458.04,19371.2,0],0,false,[[4445,0,104.252],[3022,0,20.8647]]], +[[5411.26,16212.7,0],0,false,[[4913,1,146.161],[3604,1,387.918]]],[[4341.57,8562.97,0],0,false,[[989,0,272.831],[4907,0,147.05]]],[[14493.8,721.644,0],0,false,[[3138,0,231.131],[3922,0,219.923]]],[[15299.8,786.039,0],0,false,[[502,1,312.148],[2700,1,22.5092]]],[[4621.33,12857.9,0],0,true,[[4679,0,4.20293],[2670,0,1.70053],[553,2,9.33606]]], +[[9323.45,19110.1,0],0,false,[[729,0,247.663],[4586,0,187.722]]],[[14373,7971.12,0],0,true,[[3856,0,1.78185],[4497,0,9.37458],[1367,0,14.8455]]],[[3217.79,5728.69,0],0,true,[[5392,0,3.29357],[2159,0,3.68902],[1790,1,5.9495]]],[[14694.4,11926.6,0],0,true,[[3790,0,16.3686],[1965,0,30.2759],[431,0,117.688]]],[[19618,4374.54,0],0,true,[[62,0,26.4684],[1137,0,27.4207],[3674,0,155.563]]], +[[8490.3,13277.3,0],0,false,[[3241,0,216.135],[5312,0,265.469]]],[[10864.2,12810.6,0],0,true,[[1298,1,60.6378],[45,1,25.4169],[2419,1,5.80135]]],[[12113.5,17576.8,0],0,true,[[5049,0,23.5643],[5520,0,154.191],[2395,0,20.1805],[4113,0,16.8516],[3498,0,15.5401]]],[[6744.4,15127.4,0],0,false,[[2681,0,290.977],[957,0,182.25]]],[[10266.1,9705.64,0],0,false,[[4138,0,195.781],[1858,0,185.88]]], +[[18577.7,14222.2,0],0,false,[[2030,1,157.852],[514,1,346.837]]],[[19478.8,12783.5,0],0,true,[[4865,1,319.295],[3337,1,35.0999],[1750,1,17.6227],[2142,1,16.2407],[5415,1,14.6319],[1557,1,12.9249],[3359,1,12.5549],[1902,1,15.0479],[5203,1,17.0922]]],[[4014.13,13280,0],0,false,[[2460,2,6.19172],[5227,0,95.9032]]],[[3865.78,7931.92,0],0,false,[[2576,0,346.216]]],[[5591.41,14173.6,0],0,false,[[5604,1,2.42885],[4527,0,70.783]]], +[[13384.1,13640.3,0],0,false,[[3886,0,185.831],[39,0,11.2065]]],[[20472.6,7398.66,0],0,false,[[4228,1,349.093]]],[[5946.98,8899.68,0],0,true,[[865,0,9.88597],[4905,0,302.022],[5637,0,9.37091]]],[[10129.5,6709.56,0],0,false,[[3447,0,57.7366],[1827,0,115.717]]],[[8018.35,13913,0],0,false,[[1348,1,361.961],[2367,1,290.041]]], +[[5633.55,12551.7,0],0,false,[[5241,0,343.714],[4003,0,228.995]]],[[17805.1,12167.8,0],0,false,[[1004,0,128.749],[1778,0,14.7756]]],[[12222.4,16344.8,0],0,false,[[3590,0,277.663],[350,0,147.932]]],[[4794.27,827.164,0],0,false,[[958,0,147.398],[1613,0,125.415]]],[[11379.7,17646.4,0],0,true,[[1958,0,189.323],[5602,0,310.218],[5541,0,94.6728]]], +[[8431.05,11081.7,0],0,false,[[133,0,49.4075],[5611,0,155.274]]],[[17277.4,15687.6,0],0,false,[[5339,0,392.347]]],[[14942.4,15229.2,0],0,false,[[4934,0,9.04622],[678,1,9.60985]]],[[5602.21,6354.75,0],0,true,[[3248,0,6.53882],[2853,0,49.134],[5586,1,4.30066]]],[[13628.6,12721.3,3.29481],0,false,[[3877,0,25.4553],[4757,0,26.7916]]], +[[7545.99,19301.1,0],0,true,[[3226,1,15.1467],[1663,1,213.571],[3470,1,3.84005],[3081,1,11.4578]]],[[16242.3,7114.09,0],0,true,[[2183,1,26.3531],[1896,1,123.312],[4292,1,9.28401]]],[[6422.26,1708.67,0],0,true,[[487,1,19.2673],[4950,1,15.4749],[1554,1,4.15634],[2275,1,4.19349],[5052,1,22.7951]]],[[13026.1,11791.1,0],0,true,[[4616,0,372.601],[2464,0,11.6587],[3264,0,14.0865]]],[[14526.4,8738.51,0],0,true,[[5533,0,2.21209],[1867,0,318.636],[5219,1,17.5625]]], +[[623.661,2976.93,0],0,false,[[4584,0,24.8795],[4921,1,11.6459]]],[[10774.6,12827.3,0],0,false,[[5509,0,14.9735],[2025,0,41.1785]]],[[19597.7,5827.96,0],0,false,[[2084,0,266.302]]],[[10555.6,14153.9,0],0,true,[[1873,0,1.96738],[905,0,8.3477],[641,0,2.54992]]],[[16282.1,16599.6,0],0,true,[[4046,0,4.44293],[328,0,362.143],[3345,1,6.61298]]], +[[12488,8199.55,0],0,false,[[464,0,18.3946]]],[[18816,14939.8,0],0,true,[[4355,1,24.3977],[5491,1,23.3314],[4589,1,11.9654],[3215,1,9.02103],[2829,1,7.19193],[3731,1,5.14334],[1462,1,6.7061],[1185,1,10.0286]]],[[19748.5,8909.41,0],0,true,[[1752,0,2.50023],[187,0,2.05777],[742,1,10.0827]]],[[12448.9,9551.25,0],0,true,[[5465,0,4.23703],[3879,0,3.46888],[1233,1,11.523],[3795,1,12.5676]]],[[2765.38,14515.8,0],0,true,[[4457,0,83.1848],[5711,0,289.462],[4498,0,285.535]]], +[[19462.2,19654.4,0],0,false,[[803,0,33.8717],[3499,0,317.134]]],[[8331.55,17863.6,0],0,true,[[1977,0,223.423],[2794,0,11.5999],[5021,0,7.76962]]],[[12616.6,4431.28,0],0,false,[[5031,0,220.205],[5671,0,64.2425]]],[[5273.05,14204.8,0],0,false,[[3257,1,234.602],[5636,1,17.1315]]],[[16689.9,14117,0],0,false,[[1023,1,314.942],[4839,1,278.41]]], +[[3940.25,16303.8,0],0,false,[[550,2,84.9789],[1158,2,178.522]]],[[15729.3,9239.85,0],0,true,[[1843,1,9.55277],[3319,1,12.1526],[3913,1,2.39135],[2451,1,3.41227],[3490,1,8.32758]]],[[8851.21,14702.2,0],0,true,[[3260,1,279.877],[3044,1,10.3917],[2537,1,12.6371]]],[[18639.5,19664.1,0],0,false,[[2474,0,193.095],[3047,0,353.601]]],[[1659.66,13743,0],0,false,[[5629,0,147.578],[2351,1,11.8075]]], +[[20336.6,3663.23,0],0,false,[[583,0,262.636],[981,0,269.703]]],[[2283.42,15765.4,0],0,true,[[3136,1,88.8937],[2081,1,136.544],[713,1,7.57585]]],[[16746.6,17814,0],0,true,[[1967,0,2.79053],[1870,0,3.14896],[3173,1,10.8307],[490,1,12.802]]],[[15018.4,6259.02,0],0,true,[[1801,1,323.916],[542,1,9.60732],[1117,1,6.23786]]],[[451.984,2778.34,0],0,false,[[5061,1,270.673],[3393,1,181.832]]], +[[13429.5,7993.4,0],0,true,[[4657,0,11.367],[1497,0,68.6856],[5554,0,15.0623],[1239,0,11.1368]]],[[6486.7,10868,0],0,true,[[2352,0,18.2347],[3469,1,24.6499],[2396,0,7.12956],[4754,0,1.81111],[3415,0,15.1498]]],[[3143.53,12508.2,0],0,false,[[2168,0,127.871],[4248,0,390.775]]],[[11503.6,15063.3,0],0,false,[[4500,0,116.081],[4047,0,30.5272]]],[[6740.32,14804.1,0],0,false,[[4056,1,378.795],[4055,1,176.653]]], +[[4622.32,12856.5,0],0,true,[[2604,0,1.70053],[4679,0,2.52501],[553,2,10.8606]]],[[18588.8,11578.1,0],0,false,[[2954,0,208.058],[481,0,334.702]]],[[7411.34,7736.99,0],0,false,[[835,2,377.39],[280,2,19.5822]]],[[9682.45,720.74,0],0,true,[[1593,1,22.6255],[983,2,17.4831],[2059,2,13.346]]],[[20234.2,6308.01,0],0,false,[[2518,0,177.251],[5189,0,198.398]]], +[[18839.9,7854.45,0],0,true,[[3492,0,19.9611],[4605,0,26.0904],[173,0,9.0177],[3222,0,5.14627],[1572,0,2.25012],[4076,0,5.71072]]],[[19855.2,14633.7,0],0,false,[[2985,0,244.784],[4415,0,387.187]]],[[18773,1159.15,0],0,false,[[2438,0,297.935],[520,0,123.944]]],[[2559.47,20094.9,0],0,true,[[2871,0,334.131],[500,0,4.25871],[2926,1,6.67929]]],[[4267.98,15226.2,0],0,false,[[1212,0,152.428],[3730,0,382.232]]], +[[13917.9,4476.57,0],0,false,[[5182,1,6.56924],[161,0,98.1824]]],[[6636.68,15394.5,0],0,false,[[4874,0,170.234],[2613,0,290.977]]],[[13273.9,18635.5,0],0,false,[[1446,0,161.602]]],[[17690.5,16812.8,0],0,true,[[1336,0,2.24881],[233,0,299.323],[4467,0,10.4523]]],[[3842.74,14933.9,0],0,false,[[914,2,18.6996],[4533,2,65.2645]]], +[[9329.5,5096.43,0],0,false,[[2519,0,346.122],[382,0,294.435]]],[[12583.2,17291.2,0],0,false,[[5520,0,396.987],[2540,0,151.828]]],[[14837.9,16449.1,0],0,false,[[3486,0,159.236],[3813,0,359.923]]],[[5468.61,12401.8,0],0,false,[[5120,2,81.609],[3866,2,328.857]]],[[3094.78,12627.8,0],0,false,[[5471,0,43.1642],[3609,0,210.954]]], +[[5739.52,3817.04,0],0,false,[[2711,2,82.773],[2164,2,40.194]]],[[9919.71,7998.41,0],0,false,[[1681,0,302.532],[1071,0,391.467]]],[[7702.54,11778.8,0],0,false,[[5250,1,276.921],[4595,1,375.647]]],[[10328.1,12542.3,0],0,false,[[3406,1,190.569],[2314,1,23.106]]],[[17929.9,7685.64,0],0,false,[[1710,0,74.2435],[5011,0,74.0422]]], +[[17303.8,4113.12,0],0,true,[[1309,0,4.31059],[4704,0,4.21144],[1254,0,2.90795]]],[[11268,19774.8,0],0,true,[[621,0,6.20551],[4827,0,2.72656],[661,0,7.00527]]],[[5511.02,18580.9,0],0,true,[[2273,1,299.234],[3840,1,24.0823],[5676,1,11.145]]],[[7123.9,12601.7,0],0,false,[[4696,1,70.0329],[2887,1,339.999]]],[[13335.8,7892.35,0],0,false,[[2580,0,35.1318],[2959,0,98.5463]]], +[[15320,776.17,0],0,true,[[2603,1,22.5092],[654,1,55.0085],[5296,1,4.0475]]],[[4113.74,14688.9,0],0,true,[[1202,0,29.8891],[2893,0,230.806],[3770,0,30.401]]],[[15237.6,14440.3,0],0,false,[[3606,0,18.6495],[3253,0,32.0014]]],[[19894.8,8533.47,0],0,false,[[1932,0,168.495]]],[[8353.58,2639.46,0],0,false,[[2100,2,57.8883],[5702,2,20.6217]]], +[[2316.64,6595.26,0],0,false,[[3648,1,168.985],[1408,1,245.205]]],[[18599.1,17580.1,0],0,true,[[946,0,3.42997],[3983,0,4.15438],[1129,0,2.09969],[1804,1,4.54024]]],[[12659.1,8396.18,0],0,false,[[1251,0,30.8976],[5566,0,88.2729]]],[[2551.91,20096.1,0],0,true,[[500,0,3.43225],[4271,0,3.20164],[2976,1,4.18011]]],[[10453.1,18798.9,0],0,false,[[2348,0,245.632],[3501,0,384.516]]], +[[12614.6,6260.39,0],0,false,[[4480,0,173.441],[2195,0,87.847]]],[[5807.44,3769.73,0],0,false,[[55,2,383.162],[2690,2,82.773]]],[[10345.7,6884.84,0],0,false,[[2553,0,69.2648],[4852,0,15.1122]]],[[7824.38,15715,0],0,true,[[3132,1,229.221],[1194,1,27.7913],[1900,1,2.75743],[998,1,13.1774],[3297,1,6.13263]]],[[8944.12,5734.16,0],0,false,[[5177,1,93.1232],[2214,1,7.38304]]], +[[10181.6,5827.35,0],0,false,[[4590,0,249.752],[829,0,141.069]]],[[13050.4,19554.8,0],0,false,[[2861,0,172.757],[4786,0,224.488]]],[[6200.24,18180.9,0],0,false,[[2998,1,193.815],[2590,1,362.137]]],[[5015.37,14510.6,0],0,false,[[1769,0,394.164],[197,0,270.773]]],[[10639.9,11495.8,0],0,false,[[3900,0,71.7432],[5179,0,26.6088]]], +[[11938,7912.26,0],0,false,[[3439,0,55.4001],[807,0,47.0094]]],[[17007.5,4944.44,0],0,true,[[238,0,26.6771],[1834,0,128.457],[92,0,24.8912]]],[[7399.53,7758.73,0],0,true,[[1095,0,3.64006],[4304,0,3.66144],[280,2,6.24989]]],[[11589.3,14545.9,0],0,false,[[2447,0,245.557],[3118,0,110.017]]],[[2778.1,12885.2,0],0,false,[[255,1,148.704],[1660,1,392.536]]], +[[9356.11,16511.5,0],0,false,[[4023,0,185.666],[3570,0,131.229]]],[[19188.5,3414.53,0],0,true,[[34,0,247.214],[2940,0,18.9553],[3622,0,3.09249],[3960,0,1.00245]]],[[9953.9,5207.78,0],0,false,[[201,0,326.451],[1753,0,376.09]]],[[17802,13996.7,0],0,true,[[4280,0,3.93598],[5162,0,4.74854],[5151,1,9.53388]]],[[12190.8,10634.8,0],0,false,[[2165,0,18.688],[1745,0,12.5115]]], +[[12159.3,10690.8,0],0,false,[[2136,0,228.093],[3510,0,49.1945]]],[[20033.2,3264.41,0],0,true,[[297,0,3.23477],[1544,0,100.004],[5523,0,6.00833]]],[[11075.6,17988.7,0],0,true,[[2293,0,329.149],[3632,0,12.0845],[2115,0,54.4305]]],[[13513,16384.6,0],0,false,[[5659,0,6.46715],[1715,0,6.46715]]],[[17547.4,2038.8,0.00012207],0,false,[[3418,0,8.43323],[5599,0,8.43323]]], +[[6933.34,10598.2,0],0,false,[[158,2,341.837],[3882,2,84.84]]],[[9709.44,8747.99,0],0,false,[[4407,1,359.944],[2430,1,268.018]]],[[12557.6,4598.77,0],0,true,[[2827,0,212.321],[1740,0,24.2424],[3277,0,22.214]]],[[10762.8,11369.8,0],0,true,[[3220,0,5.21167],[4099,0,11.029],[3060,0,10.0163]]],[[11070.8,17737.4,0],0,false,[[3632,0,239.525],[147,0,98.6809]]], +[[14521.6,12145.7,0],0,true,[[3749,1,401.399],[3820,1,340.943],[2563,1,3.27559]]],[[10559,16995.6,0],0,false,[[1357,0,86.3433],[4390,0,35.1701]]],[[17766.1,13999.2,0],0,false,[[620,1,18.6251],[3699,1,325.399]]],[[10221.4,5592.03,0],0,false,[[566,0,51.5837]]],[[5821.62,13927.4,0],0,true,[[81,0,397.262],[4993,0,13.7208],[916,0,17.6398]]], +[[9578.62,17719,0],0,true,[[4189,1,14.2945],[398,1,2.65552],[4346,1,10.2979],[2435,1,3.72206]]],[[2382.79,12193.4,0],0,false,[[1177,1,298.571],[2253,1,364.207]]],[[8950,5731.08,0],0,true,[[3701,0,100.876],[470,0,12.7444],[2214,1,6.66592]]],[[14726.1,4368.48,0],0,false,[[1657,0,296.111],[2308,0,322.055]]],[[16984.4,17922.8,0],0,false,[[4012,0,5.2197],[2033,0,100.769]]], +[[11577.9,16679.1,0],0,false,[[4933,0,119.069],[4517,0,401.142]]],[[9744.14,5726.84,0],0,false,[[3243,0,121.26],[1027,0,36.8433]]],[[12098.4,5416.67,0],0,false,[[4116,0,155.746],[1054,0,38.7138]]],[[3095.87,6429.78,0],0,true,[[4495,0,3.09709],[3001,0,195.733],[4501,1,14.6204]]],[[14042.9,10974.7,0],0,false,[[1384,1,380.581],[940,1,392.73]]], +[[1106.48,6796.84,0],0,false,[[4158,1,229.821],[2953,1,358.195]]],[[14588.9,18698.2,0],0,false,[[3180,0,289.384],[1193,0,138.579]]],[[3783.4,6933.95,0],0,true,[[4213,0,11.6453],[402,0,2.29288],[2835,0,2.97507],[2875,0,15.2753]]],[[16623.7,11518.9,0],0,false,[[3014,0,390.773],[2463,0,301.062]]],[[8086.82,16844.7,0],0,false,[[860,0,23.2772],[3169,1,6.51467]]], +[[10756.5,12852,0],0,true,[[184,0,67.1021],[3464,0,16.623],[5509,0,15.7431]]],[[6411.13,593.624,0],0,true,[[368,1,49.0767],[4721,1,43.8968],[3351,1,43.5914]]],[[19694.4,8044.45,0],0,false,[[1678,0,37.3347],[4339,0,138.662]]],[[9722.85,4006.49,0],0,true,[[1169,0,4.06326],[4478,0,0.119379],[5466,0,4.73486],[3975,0,3.98552]]],[[12209.8,5519.01,0],0,false,[[94,0,17.3613],[1854,0,340.026]]], +[[2793.94,12225.4,0],0,false,[[102,0,379.268],[1647,0,359.529]]],[[17252.2,17710,0],0,false,[[2423,0,158.402]]],[[15623,3289.04,0],0,true,[[5118,1,11.558],[4969,0,16.4026],[2075,1,6.61257]]],[[10020.8,445.004,0],0,false,[[114,1,24.3579],[5527,1,26.6671]]],[[2266.7,2383.17,0],0,false,[[1560,1,28.1198],[2240,1,298.202]]], +[[15845.1,8802.12,0],0,false,[[2856,1,374.018],[5445,1,25.9002]]],[[19657.1,8463.05,0],0,false,[[1322,1,9.01552],[4723,1,203.055]]],[[5154.25,6484.3,0],0,false,[[3901,0,30.9179],[3023,0,114.504]]],[[2744.8,19420.2,0],0,true,[[1472,0,15.3936],[2570,0,10.4027],[3010,0,7.37401],[471,0,7.10605]]],[[14640.7,19121.1,0],0,true,[[735,0,4.44255],[1382,0,2.65127],[2880,0,10.1642]]], +[[16398.9,2329.3,0],0,true,[[3210,0,15.3345],[2299,0,216.378],[4895,0,15.7532]]],[[460.074,3004.06,0],0,false,[[4982,0,20.5296],[2993,0,66.4786]]],[[13920.4,4463.77,0],0,false,[[5182,1,12.9139],[1072,1,30.5916]]],[[13629.2,12288.1,0],0,true,[[2000,0,87.2936],[5594,0,251.191],[2001,0,348.332]]],[[13845,4737.58,0],0,true,[[3723,1,87.9883],[3577,1,29.388],[5400,1,15.305]]], +[[8614.53,20129.3,0],0,false,[[5144,0,232.809],[2230,0,329.029]]],[[3170.17,12759.9,0],0,true,[[2418,1,22.3696],[4192,1,27.2672],[616,1,11.0099]]],[[15480.2,10293.9,0],0,false,[[4832,0,303.292]]],[[10001.8,1247.82,0],0,false,[[4795,0,256.984],[4875,0,347.141]]],[[10449.4,7777.8,0],0,false,[[310,0,64.0648],[4884,0,90.4412]]], +[[12904.3,1677.93,0],0,false,[[142,0,20.9947],[2404,0,206.616]]],[[10063.3,14028.2,0],0,false,[[1161,0,276.547],[4494,0,178.778]]],[[7281.91,17295,0],0,false,[[169,0,92.1574],[1056,0,125.502]]],[[4087.07,19777.9,0],0,false,[[4145,1,390.956],[1144,1,356.453]]],[[16271.5,10286.1,0],0,false,[[4745,0,319.618],[2933,0,342.306]]], +[[2594.61,6212.26,0],0,false,[[4826,0,279.922]]],[[13862.7,10399.7,0],0,true,[[3915,0,3.89552],[1365,0,383.393],[219,1,14.7195]]],[[19324.4,18664.2,0],0,true,[[2003,0,4.38164],[4462,0,360.691],[3331,0,6.76206]]],[[17667.5,12219.1,0],0,true,[[3878,0,2.29699],[5562,0,2.22956],[5686,0,2.11611],[1840,0,2.27905],[1514,0,3.9864]]],[[8337.68,17873.5,0],0,true,[[2651,0,11.5999],[5067,0,6.3171],[5021,0,6.49787]]], +[[9227.94,180.277,0],0,false,[[4106,2,142.216],[595,2,332.796]]],[[669.624,19823.4,0],0,false,[[5272,1,296.509],[4416,1,25.0084]]],[[17166.8,5148.89,0],0,true,[[924,0,84.6603],[1920,0,25.5625],[5439,0,53.0106]]],[[16273,16604.2,0],0,true,[[4753,0,46.1962],[3644,0,2.9371],[675,1,11.9909]]],[[20359,19825.4,0],0,false,[[1223,0,139.579]]], +[[2253.85,15975.8,0],0,true,[[385,0,18.119],[4251,0,6.90483],[106,1,5.40384]]],[[10341.8,2578.83,0],0,true,[[4619,0,4.92361],[1143,0,7.46404],[1711,0,2.89353]]],[[13261.6,7824.72,0],0,true,[[2536,1,208.09],[242,1,33.5383],[4035,1,15.753],[3602,1,17.2165],[2959,1,8.60446]]],[[5720.16,3847.27,0],0,false,[[341,1,28.4371],[5449,1,25.594]]],[[8783.54,13900,0],0,false,[[3053,0,87.2857],[720,0,327.804]]], +[[314.479,3352.4,0],0,false,[[2311,0,300.566],[1815,0,386.464]]],[[13123,17988.3,0],0,false,[[4347,0,210.242],[1732,0,177.531]]],[[18964.3,14011.5,0],0,false,[[3396,1,379.435],[2288,1,226.226]]],[[9667.35,13903.2,0],0,true,[[5271,1,272.967],[3362,1,32.543],[2013,1,17.4569]]],[[3078.58,4957.91,0],0,false,[[4631,2,71.5727],[2513,2,157.333]]], +[[17730,12034,0],0,false,[[3711,0,3.087],[2091,0,3.68273]]],[[19079.6,3729.45,0],0,true,[[2877,0,2.28108],[3767,0,15.6561],[4221,0,8.90991]]],[[14633,19875,0],0,true,[[4154,0,30.219],[3848,0,280.041],[4487,0,1.58379],[4779,0,4.25446],[3229,0,10.0898],[4036,0,19.6676]]],[[10453,51.7157,0],0,false,[[4311,2,36.1355],[4842,2,99.6474]]],[[8376.59,7068.33,0],0,false,[[4038,0,382.848],[5258,0,178.403]]], +[[3822.9,15080.3,0],0,false,[[2457,0,68.4376],[3,0,41.8347]]],[[4670.32,18975.3,0],0,false,[[4663,1,7.46137],[4825,0,55.3792]]],[[13145.9,8168.64,0],0,true,[[612,1,114.627],[1115,1,31.2078],[4781,1,3.05443],[4442,1,15.958]]],[[1461.56,19402.6,0],0,false,[[3661,0,278.829],[3564,0,199.389]]],[[17936.7,12081.4,0],0,false,[[5155,0,143.064],[3672,0,138.4]]], +[[11821.5,11708.5,0],0,false,[[3832,0,163.601],[3667,0,74.721]]],[[1130.85,8402.98,0],0,true,[[3858,1,12.2764],[3562,0,4.17141],[394,1,15.0548]]],[[18893.7,16994.6,0],0,true,[[4316,0,2.15851],[2180,0,4.13053],[171,0,7.79768]]],[[10345.3,7604.69,0],0,true,[[708,1,79.0379],[5672,1,24.329],[3329,1,7.69023],[4282,1,8.67585]]],[[19345,14274.4,0],0,false,[[3737,0,12.6252],[4420,0,70.4808]]], +[[12716.5,19790.6,0],0,true,[[5228,0,2.98227],[5668,0,4.41647],[286,0,7.77328]]],[[10374.1,11452.9,0],0,false,[[2200,0,145.104],[2010,0,61.1479]]],[[12426.7,4765.85,0],0,false,[[4034,0,81.5384],[2737,0,212.321]]],[[1848.84,1253.63,0],0,true,[[580,1,25.0028],[4901,1,282.602],[4641,1,13.481]]],[[18820.2,14934,0],0,true,[[3215,0,3.25142],[3043,0,101.175],[4589,0,6.52994],[2646,1,7.19193]]], +[[13837.8,4241.55,0],0,true,[[4244,0,108.588],[2529,0,31.4168],[5492,0,37.6319]]],[[3211.58,6420.97,0],0,true,[[3754,1,236.7],[5284,1,5.97696],[1672,1,9.98939]]],[[11352.4,17882,0],0,true,[[5030,0,13.6642],[5092,0,2.39622],[63,0,2.92292],[598,0,12.3311]]],[[3237.03,5757.85,0],0,false,[[5014,0,107.327],[5392,0,31.9342]]],[[9630.31,5339.95,0],0,false,[[382,0,163.846],[3243,0,282.251]]], +[[3782.72,6931.06,0],0,true,[[2757,0,2.97507],[2875,0,12.3168],[4213,0,14.59]]],[[15830,14241.6,0],0,false,[[4127,1,7.19845],[409,0,149.655]]],[[11271.2,4944.04,0],0,false,[[4803,0,261.046],[160,0,391.447]]],[[17790.4,19477.5,0],0,true,[[4992,1,192.889],[5441,1,27.5584],[451,1,15.2349]]],[[2834.12,17423.6,0],0,false,[[5502,0,161.968],[3578,0,308.859]]], +[[12674.8,15856,0],0,false,[[5426,0,348.122],[3590,0,393.504]]],[[3912.02,10258,0],0,false,[[2587,0,113.47],[4655,0,223.737]]],[[17175.5,18082.6,0],0,true,[[4361,0,99.7714],[1783,1,7.57439],[1002,1,13.7891]]],[[12664.5,9337.48,0],0,true,[[1233,1,294.3],[2096,1,31.2186],[4429,1,6.06922]]],[[20195.6,5430.39,0],0,false,[[4678,0,353.347],[342,0,308.827]]], +[[7967.93,3819.17,0],0,true,[[4823,0,2.53905],[1655,0,2.85631],[5650,2,3.66168]]],[[6379.05,548.995,0],0,false,[[4966,1,10.3207],[4577,0,54.9868]]],[[7360.2,15173.7,0],0,false,[[1919,1,366.81],[2523,1,291.512]]],[[8463.03,11007.4,0],0,false,[[4222,0,15.1286],[1307,0,22.811]]],[[1617.61,18.3018,0],0,false,[[390,0,336.82]]], +[[10902.6,17607,0],0,false,[[3638,0,60.9977],[403,0,27.857]]],[[5218.97,19632,0],0,true,[[953,0,2.23308],[4119,0,3.49562],[1800,0,4.79764],[2389,2,5.6554]]],[[13658.3,15140.8,0],0,false,[[1439,0,152.29],[5126,0,114.204]]],[[5614.56,6402.29,0],0,false,[[2633,0,49.134],[4912,0,312.206]]],[[12221.1,1282.83,0],0,true,[[3392,0,313.078],[719,0,1.51343],[669,0,3.24429]]], +[[1884.11,13914.5,0],0,false,[[4892,1,7.75609],[3474,0,3.99258]]],[[15902.4,8435.16,0],0,false,[[4246,1,392.509],[2770,1,374.018]]],[[7003.55,834.112,0],0,false,[[117,1,4.00788],[3161,0,1.85851]]],[[4533.65,14654.8,0],0,true,[[964,0,93.3794],[1202,0,391.482],[2445,0,296.854]]],[[14305.1,19417.9,0],0,false,[[1383,0,44.8253],[4699,0,124.717]]], +[[9467.57,8523.89,0],0,true,[[3441,0,9.19076],[1545,0,3.06458],[4818,0,12.1518]]],[[13222.4,19545.3,0],0,false,[[3496,0,110.985],[2716,0,172.757]]],[[15707.4,18646.3,0],0,true,[[832,0,3.3992],[2222,0,4.43213],[373,0,6.6077]]],[[3280.79,7253.41,0],0,true,[[2035,1,21.315],[1738,1,23.8941],[5697,1,5.65567],[3054,1,5.80002],[5480,1,4.19597]]],[[3859.49,2559.49,0],0,false,[[1304,0,242.656],[1962,0,243.444]]], +[[16581.3,7169.1,0],0,false,[[3538,0,18.8293]]],[[2981.36,1443.2,0],0,false,[[3159,1,25.9986],[622,1,141.381]]],[[1672.84,2720.32,0],0,false,[[3086,1,158.06],[5402,1,274.346]]],[[11979.9,6093.13,0],0,true,[[5313,0,185.739],[2276,0,20.2074],[1791,0,5.20787],[237,0,6.40921],[3098,0,8.15548]]],[[12600.4,8180.43,0],0,true,[[5185,1,20.2691],[3211,1,24.1315],[5080,1,7.42688]]], +[[12763.2,8224.19,0],0,false,[[4385,0,40.4427],[1058,1,14.0318]]],[[2663,19778.4,0],0,false,[[5608,0,130.486],[2678,0,334.131]]],[[12974.2,8573.72,0],0,true,[[3198,0,84.3489],[2319,1,11.0176],[1113,1,11.4971]]],[[11232.6,3972.38,0],0,false,[[3583,0,127.826],[5579,0,92.5018]]],[[11828.3,7865.34,0.00012207],0,false,[[2292,0,10.7258],[3129,0,10.7258]]], +[[3781.21,6918.83,8.33787],0,true,[[2757,0,15.2753],[974,0,136.56],[2835,0,12.3168]]],[[5727,6834.56,0],0,true,[[770,0,9.0118],[3673,0,366.951],[1083,0,6.31723]]],[[19079.3,3731.72,0],0,true,[[4674,0,2.54802],[2811,0,2.28108],[4221,0,6.65961]]],[[9814.2,629.075,0],0,false,[[2286,1,10.2456],[4082,1,92.3814]]],[[19948.7,4773.77,0],0,false,[[74,0,72.1062],[3760,0,19.7334]]], +[[14631.8,19126,0],0,true,[[5256,0,27.5474],[877,0,272.891],[1382,0,12.8065],[735,0,14.541],[4128,0,16.8513],[2774,0,10.1642]]],[[4219.23,10278,0],0,true,[[2231,0,25.4017],[962,0,22.9298],[2328,0,11.7832],[875,0,7.33538],[4989,0,3.40957]]],[[9615.02,3311,0],0,false,[[1584,0,282.427],[1186,0,187.041]]],[[9938.26,628.399,0],0,true,[[4596,1,10.8651],[4697,1,2.5917],[5416,1,16.0437]]],[[4833.47,18797.3,0],0,true,[[1183,2,266.931],[1460,2,4.28582],[2406,2,5.50667]]], +[[18151,17106.8,0],0,true,[[4769,1,28.2617],[759,1,149.791],[4725,1,17.3288],[4247,1,15.3588],[2582,1,13.7733],[2237,1,12.2158],[2167,1,10.1437]]],[[14523.7,18075.2,0],0,true,[[1760,0,349.348],[1199,0,25.2105],[5372,0,14.6695],[3410,0,11.018]]],[[7143.73,12941,0],0,true,[[2698,1,339.999],[1473,1,32.4335],[5114,1,9.1731],[5498,1,24.5391]]],[[10616.5,17038.2,0],0,false,[[1713,0,18.3619],[1032,0,12.2991],[1505,0,13.9863]]],[[486.456,3079.35,0],0,true,[[57,1,13.1193],[3165,1,19.0748],[3818,1,5.30569]]], +[[9238.29,16235.9,0],0,true,[[5485,1,9.24805],[664,0,117.09],[5653,1,16.0329]]],[[2001.52,15616.2,0],0,false,[[4,1,307.632],[3136,1,242.403]]],[[3388.46,6332.24,0],0,false,[[4238,0,6.4344],[611,1,9.71339]]],[[3884.08,14710.5,0],0,false,[[2701,0,230.806],[1425,2,8.87762]]],[[1170.84,1516.67,0],0,false,[[1222,1,353.602],[4548,1,104.739]]], +[[13665,4530.2,0],0,true,[[4171,0,227.959],[1721,0,16.5128],[4994,0,7.68017]]],[[19060.6,4364.88,0],0,false,[[3233,0,392.336],[3585,0,325.556]]],[[4206.7,10280,0],0,false,[[4989,0,13.737],[709,0,19.7632]]],[[14925.7,5846.58,0],0,false,[[1839,0,79.7697],[2566,0,287.127]]],[[6466.56,10878.1,0],0,false,[[2321,0,37.692],[2396,0,15.7103]]], +[[6219.05,16673,0],0,true,[[266,1,377.248],[1972,1,32.1629],[4603,1,10.9791]]],[[4317.83,7390.7,0],0,false,[[554,0,323.729],[1612,0,205.975]]],[[13294.2,13243.3,0],0,true,[[56,0,106.544],[44,0,102.222],[3201,0,116.814]]],[[15067,6228.94,0],0,false,[[2338,0,40.3735],[2098,0,378.897]]],[[7922.62,18059.9,0],0,false,[[3374,0,353.595],[2524,0,362.774]]], +[[13136.8,14002.4,0],0,false,[[4557,0,308.423],[2391,0,300.943]]],[[8279.05,12810.8,0],0,true,[[2181,0,126.401],[4170,0,327.811],[3241,0,302.198]]],[[14652.2,12901.5,0],0,false,[[1976,1,204.241],[3749,1,368.249]]],[[16630.7,9998.6,0],0,false,[[4544,1,28.6123],[3405,1,240.691]]],[[13251.7,8841.48,0],0,true,[[4639,0,31.6799],[4536,0,32.6347],[3279,0,32.1511]]], +[[10418.8,7441.21,0],0,false,[[3274,0,26.1577],[2969,0,147.581]]],[[11973.6,8243.63,0],0,false,[[172,0,322.774],[4948,0,352.139]]],[[7412.46,8306.25,0],0,false,[[4026,0,2.27462],[5386,2,2.79096]]],[[303.114,8620.62,0],0,true,[[4476,1,25.9049],[911,1,213.156],[87,1,15.4352]]],[[12838,8309.12,0],0,true,[[2224,1,24.9442],[1058,1,101.262],[3134,1,3.97712],[3522,1,4.68024]]], +[[18143.6,17075.2,0],0,false,[[4769,1,4.33107],[207,0,3.58962]]],[[2429.16,15804.6,0],0,false,[[491,0,158.856],[4601,1,12.2368]]],[[8830.53,2222.41,0],0,false,[[2500,0,57.6176],[5212,0,330.784]]],[[12121.6,10011.2,0],0,true,[[4509,0,90.8299],[1687,0,3.49673],[3120,1,5.67281]]],[[2866.24,12705.9,0],0,true,[[4084,0,7.46449],[5506,0,3.42752],[2318,1,11.0165]]], +[[14224,8705.2,0],0,false,[[366,1,296.296],[4741,1,385.05]]],[[12537.9,6377.71,0],0,false,[[2195,0,52.8601],[3763,0,83.4418]]],[[19325.4,14269.3,0],0,true,[[2414,0,24.1664],[1884,0,25.834],[5128,0,3.14922],[3737,0,7.75638]]],[[1108.3,17879.4,0],0,true,[[4071,0,2.16599],[547,0,8.11856],[2453,0,4.70716],[3087,0,13.8931]]],[[1690.28,13996.7,0],0,true,[[5446,1,96.7383],[108,1,207.338],[4892,1,202.899]]], +[[10876.7,4613.7,0],0,false,[[2557,0,262.585],[5571,0,313.945]]],[[2562.67,20100.7,0],0,true,[[2976,1,15.6183],[5551,1,291.128],[2678,1,6.67929],[500,1,8.76887]]],[[3728.52,15222.7,0],0,true,[[5103,1,11.2561],[3071,0,45.5873],[2994,1,8.50321]]],[[19186.1,16785.2,0],0,false,[[171,0,352.055],[367,0,369.152]]],[[15809,2708.07,0],0,false,[[1748,0,258.912],[2385,0,322.126]]], +[[2816.79,13600.4,0],0,false,[[1995,1,357.198],[5700,1,264.178]]],[[10557.8,20159.3,0],0,false,[[4108,0,17.441],[4997,0,362.989]]],[[15216.5,5665.94,0],0,false,[[1540,0,51.7081],[3225,0,225.62]]],[[16247.1,9944.7,0],0,false,[[2789,0,342.306],[2477,0,229.196]]],[[10163.2,8171.66,0],0,true,[[4493,1,29.2033],[4144,1,27.1061],[938,1,13.9915],[838,1,10.1114]]], +[[10665.3,11259.7,0],0,false,[[4099,0,136.167],[3076,0,27.0288]]],[[3667.99,769.903,0],0,false,[[4332,0,366.901],[4231,0,315.113]]],[[19666.4,7558.95,0],0,false,[[4339,0,351.48],[1891,0,294.871]]],[[3488.8,19197.1,0],0,false,[[5051,0,301.997],[4325,0,380.723]]],[[9829.25,18625.4,0],0,true,[[800,0,11.7517],[584,0,4.68483],[545,0,11.17]]], +[[19195.4,3396.89,0],0,false,[[2726,0,18.9553],[3239,0,304.735]]],[[15115.5,7243.53,0],0,false,[[291,0,364.863],[2160,0,213.787]]],[[4670.63,10678.1,0],0,true,[[3951,0,398.137],[1190,0,9.30513],[676,0,25.8422]]],[[10156.3,7260.17,0],0,false,[[4592,1,174.965],[103,1,253.081]]],[[16143.5,4163.86,0],0,false,[[3332,0,305.547],[3293,0,376.544]]], +[[18287.7,4538.31,0],0,false,[[2281,0,301.296],[3266,0,315.481]]],[[8204.44,6990.61,0],0,true,[[2374,0,3.19425],[903,0,6.05545],[5258,0,10.8547]]],[[13840.4,15187.2,0],0,false,[[5368,0,170.157],[1439,0,212.493]]],[[11009.1,15302,0],0,true,[[824,0,32.5277],[3316,0,129.558],[4848,0,7.77807]]],[[19546.4,11438.2,0],0,false,[[1785,1,21.0348],[2596,1,173.66]]], +[[10189.1,5475.18,0],0,false,[[5577,0,19.4998],[2176,0,154.74]]],[[7205.86,17238.8,0],0,true,[[4134,1,329.936],[3430,1,16.9598],[169,1,10.5595]]],[[11291,1091.07,0],0,false,[[193,1,378.905],[1102,1,172.256]]],[[1463.71,6774.07,0],0,false,[[2755,1,358.195],[1038,1,377.551]]],[[18773.8,11483.4,0],0,false,[[4085,0,242.602],[2671,0,208.058]]], +[[6831.69,10689.4,0],0,false,[[802,1,366.324],[1245,2,4.7094]]],[[1337.7,3427.87,0],0,false,[[3863,0,275.004],[5488,0,161.849]]],[[8280.18,11390.5,0],0,false,[[2982,0,145.995],[5611,0,188.464]]],[[8977.34,19694.9,0],0,false,[[4766,0,188.715],[1494,0,65.1129]]],[[13268.8,7820.08,0],0,true,[[2699,0,98.5463],[4035,0,9.83651],[2802,1,8.60446]]], +[[13136.2,8423.19,0],0,true,[[234,0,122.957],[871,1,18.3363],[461,1,5.17029],[430,1,6.9476]]],[[13467,8271.32,0],0,true,[[492,1,255.362],[1213,1,23.9487],[175,1,6.38609]]],[[12602.5,4541.47,0],0,false,[[226,0,24.2315],[1420,0,47.6334]]],[[18187.2,2745.34,0],0,false,[[1067,0,272.018],[5710,0,343.622]]],[[14938.2,7594.5,0],0,false,[[2160,0,230.455],[508,0,308.045]]], +[[7043.98,11281,0],0,false,[[4079,1,5.70288],[2061,0,183.784]]],[[11022.2,4353.88,0],0,false,[[2557,0,35.2324],[549,0,195.953]]],[[8435.64,9333.28,0],0,false,[[797,1,350.117],[5362,1,286.491]]],[[7425.5,6518.59,0],0,false,[[3665,0,134.003],[1565,0,399.621]]],[[10358.8,7320.56,0],0,false,[[2910,0,147.581],[1636,0,371.533]]], +[[10533.5,17177,0],0,false,[[950,0,69.5178],[3733,0,127.799]]],[[3909.22,13299.7,0],0,false,[[3687,0,28.6946],[1287,0,22.484]]],[[13887.2,4380.34,0],0,true,[[3982,0,12.625],[3656,0,79.8999],[4703,1,20.2947]]],[[4787.19,13703.7,0],0,false,[[698,1,344.601],[1529,1,155.155]]],[[12407.8,5969.29,0],0,false,[[870,0,203.32],[1727,0,187.312]]], +[[3427.35,12781.4,0],0,false,[[4506,0,93.5078]]],[[2547.73,20096.2,0],0,true,[[706,1,286.191],[2926,1,15.6183],[4271,1,1.20816],[500,1,7.61024],[2708,1,4.18011]]],[[19131,3917.43,0],0,true,[[5283,0,244.72],[2424,0,25.728],[4029,0,0.462335],[2586,0,3.0162]]],[[19535.2,11311,0],0,true,[[1644,0,83.4508],[2420,1,13.2574],[1468,1,9.59308]]],[[19206.4,2527,0],0,false,[[5612,0,321.561],[456,0,351.001]]], +[[8360.32,4595.2,0],0,false,[[2162,0,23.6787],[2246,0,116.761]]],[[14416.6,19470,0],0,false,[[5172,0,126.454],[348,0,103.214]]],[[8398.28,11458.1,0],0,false,[[2957,0,145.995],[1595,0,67.6705]]],[[4637.78,12777.7,0],0,false,[[5089,0,62.3958],[4388,0,255.235]]],[[14018.3,13077.3,0],0,false,[[4867,0,118.031],[3652,0,141.298]]], +[[19742.2,14418.9,0],0,false,[[4420,0,352.278],[2676,0,244.784]]],[[11458.5,9301.89,0],0,false,[[3927,0,228.409],[2139,0,262.557]]],[[9958.26,498.936,0],0,true,[[3493,1,23.0501],[5654,1,27.9098],[2372,2,20.0796],[1725,2,15.4315]]],[[13234.7,9099.69,0],0,false,[[3089,0,372.259],[2456,0,46.8839]]],[[17731.2,12023.8,0],0,true,[[4358,0,1.76768],[1679,0,0.653458],[3346,0,0.723228]]], +[[3876.09,14723.1,0],0,false,[[1425,2,21.2781],[914,2,196.55]]],[[11944.3,11672.9,0],0,false,[[2104,0,363.286],[1763,0,151.665]]],[[10125.2,18169.1,0],0,false,[[2577,0,343.659],[3991,0,169.85]]],[[409.498,2981.6,0],0,false,[[2776,0,66.4786],[3786,0,67.7293]]],[[3734.56,15228.7,0],0,true,[[5103,1,17.6866],[3550,1,157.747],[2927,1,8.50321]]], +[[10761.4,17234.2,0],0,false,[[4770,0,21.9002],[2199,0,89.2009]]],[[3113.38,6276.79,0],0,true,[[5478,0,3.41632],[967,0,3.26301],[2556,1,4.5794]]],[[15244.5,698.244,0],0,true,[[5296,0,105.517],[4492,0,158.359],[3352,0,100.247]]],[[6324.04,18049.9,0],0,true,[[861,1,23.3077],[2717,1,193.815],[704,1,5.53177]]],[[17373.9,17289.6,0],0,false,[[3802,0,169.305],[1625,0,337.938]]], +[[12725.5,17194.2,0],0,false,[[95,0,3.31318],[4460,0,2.58999]]],[[3103.93,6625.15,0],0,false,[[2753,0,195.733]]],[[18421.2,435.417,0],0,false,[[1136,1,9.82512],[939,1,45.8804]]],[[9601.84,2761.61,0],0,true,[[2343,0,4.51128],[413,0,10.8609],[3046,0,3.52809]]],[[9696.42,10979.6,0],0,false,[[3535,0,248.916],[1041,0,210.98]]], +[[17891.5,19671.9,0],0,true,[[5287,0,4.26638],[4370,0,45.723],[3774,1,7.02777]]],[[17809.1,13998.5,0],0,false,[[5151,1,2.27039],[4280,0,3.35166]]],[[15536.5,2773.21,0],0,false,[[3837,0,132.909],[5137,0,19.2022]]],[[17046,8593.54,0],0,false,[[3756,1,223.766],[5354,1,195.125]]],[[12578.1,4183.22,0],0,false,[[1739,0,26.391],[4971,0,196.981]]], +[[2748.37,19426.7,0],0,true,[[3675,0,5.03241],[636,0,3.32117],[2773,0,7.37401],[2570,0,3.75553]]],[[8367.59,2676.71,0],0,false,[[5702,2,19.8035],[4485,2,31.5133]]],[[15609.4,4933.69,0],0,false,[[1568,0,26.9589],[4502,0,213.037]]],[[4997.02,10920.2,0],0,true,[[3566,0,5.94161],[5625,0,1.45411],[1258,0,0.233385]]],[[16239,11583,0],0,false,[[5095,0,281.395],[2758,0,390.773]]], +[[3360.58,1479.79,0],0,false,[[5183,1,25.6961],[4482,1,181.336]]],[[17671.3,12218.5,0],0,true,[[1840,0,2.0364],[5616,0,2.58054],[1514,0,4.10445]]],[[17298.9,17468.8,0],0,false,[[1638,0,41.9925],[1028,0,114.766]]],[[3385.65,1072.99,0],0,false,[[1196,1,8.39023],[1915,1,26.93]]],[[16964.7,18067.2,0],0,true,[[1481,0,117.509],[4361,0,136.061],[5261,0,65.8524]]], +[[8622.49,10811.3,0],0,false,[[745,0,119.279],[1319,0,165.382]]],[[10341.2,2600.64,0],0,true,[[644,0,218.948],[3061,0,8.86154],[1074,0,8.52992]]],[[8469.04,19353.5,0],0,true,[[2599,0,20.8647],[4459,0,340.862],[397,0,8.03979],[1375,0,10.6071],[3270,0,13.4302]]],[[5257.63,6435.1,0],0,false,[[2772,0,114.504],[2559,0,238.128]]],[[5575.56,8283.39,0],0,false,[[3631,1,186.657],[3903,1,314.897]]], +[[13696.5,20473.5,0],0,false,[[3503,0,175.895]]],[[9870.79,462.239,0],0,true,[[999,1,13.1782],[1773,1,10.9497],[4687,1,9.92179]]],[[14824.7,9635.26,0],0,false,[[3890,0,267.871]]],[[3432.57,5445.18,0],0,false,[[4410,1,347.287],[5357,1,315.232]]],[[1093.2,17859.9,0],0,false,[[593,0,265.944],[2375,0,15.3121]]], +[[13269.9,13547.2,0],0,true,[[1393,0,3.66905],[4409,0,15.8936],[1035,0,7.44618]]],[[17301,11406.9,0],0,true,[[2427,1,27.0466],[1673,1,347.614],[1580,1,16.9779]]],[[5004.93,10914.8,0],0,true,[[2364,0,3.80785],[2304,0,1.39775],[426,0,2.50806],[3342,0,1.15915],[5391,0,7.00784]]],[[19802.5,8443.99,0],0,false,[[3231,0,82.3095],[3558,0,53.2557]]],[[18068.4,11985.2,0],0,false,[[579,0,1.78721],[5355,0,3.85596]]], +[[3458.28,18281.9,0],0,false,[[38,0,341.376],[5457,0,227.479]]],[[3814.17,3321.43,0],0,false,[[1675,0,22.7874],[5431,0,180.759]]],[[1277,666.725,0],0,true,[[4027,0,2.28719],[1148,0,2.19555],[4925,0,5.18883],[3155,0,2.83054]]],[[19578.1,14116.7,0],0,false,[[5334,0,67.6005]]],[[17661.3,12033,0],0,false,[[1135,0,45.2347],[1100,0,4.40309]]], +[[17762.9,4741.41,0],0,true,[[5188,0,25.5595],[2281,0,282.638],[874,0,4.9873]]],[[10317.7,2586.21,0],0,true,[[3306,0,12.0115],[3109,0,7.70376],[4178,0,4.52597],[3936,0,3.69292]]],[[19593.8,4784.84,0],0,true,[[3880,0,18.4353],[4984,0,133.576],[904,0,10.5432]]],[[18917.6,14916.7,0],0,false,[[2829,0,101.175],[5404,0,368.352]]],[[8843.24,14708.9,0],0,true,[[2657,1,10.3917],[4637,1,386.41],[2537,1,14.8521],[3625,1,16.9966]]], +[[1126.82,2563.75,0],0,false,[[846,0,265.862]]],[[9605.02,2763.15,0],0,true,[[1599,0,5.35033],[5340,0,12.5592],[2343,0,3.11743],[3003,0,3.52809]]],[[18993,19660,0],0,false,[[2658,0,353.601],[3771,0,379.642]]],[[13724.1,4679.77,0],0,true,[[5407,0,73.388],[2303,0,20.9785],[1556,1,22.4725]]],[[13468.5,12947.9,0],0,false,[[4132,0,75.8316],[2520,0,82.4008]]], +[[17663.2,12227.1,0],0,true,[[5247,0,3.46095],[336,0,2.10239],[1039,0,1.25545],[3166,0,3.45192],[5624,0,0.944513]]],[[13243.8,10001.2,0],0,false,[[1343,0,391.453],[4837,0,156.652]]],[[12364.4,6551.21,0],0,false,[[3628,0,58.023],[2226,0,358.528]]],[[8746.35,13821,0],0,false,[[5312,0,335.536],[2804,0,87.2857]]],[[3275.21,7254.99,0],0,true,[[1376,0,38.7575],[5480,0,3.48788],[2863,1,5.80002]]], +[[13236.1,8708.21,0],0,false,[[3572,1,16.1266],[4302,1,18.957]]],[[5194.87,20020.4,0],0,false,[[3626,2,359.601],[504,2,288.099]]],[[2008.64,684.125,0],0,true,[[4765,1,21.4534],[3910,1,358.377],[4709,1,7.90129],[329,1,7.29543]]],[[15528,490.266,0],0,false,[[334,1,112.948],[3655,1,30.9181]]],[[16093.9,19247.8,0],0,false,[[5583,0,347.577],[4730,0,106.132]]], +[[10772,11373.8,0],0,true,[[4377,0,22.492],[4099,0,20.2665],[854,0,13.6094],[2738,0,10.0163]]],[[10337.5,2592.6,0],0,true,[[3021,0,8.86154],[1074,0,0.499409],[3671,0,10.3185],[2126,0,2.4968]]],[[17727.8,3844.08,0],0,false,[[5003,0,335.572],[936,0,315.217]]],[[1627.89,17667.3,0],0,false,[[5343,0,337.608],[5462,0,104.613]]],[[18557,17594.9,0],0,true,[[3735,0,4.10146],[4868,0,3.28787],[5607,0,6.46575],[605,1,9.24816]]], +[[3833.11,16181.9,0],0,false,[[2442,2,376.62],[5633,2,27.1574]]],[[10658.8,269.066,0],0,false,[[2322,0,289.603],[2083,0,239.064]]],[[15776.7,17958.5,0],0,false,[[4285,0,355.534],[442,0,179.855]]],[[26.421,8080.64,0],0,false,[[1500,1,329.392],[1643,1,263.052]]],[[15237.4,93.8569,0],0,false,[[3918,0,167.185],[119,0,97.1153]]], +[[4762.82,7774.21,0],0,false,[[1612,0,383.066],[5367,0,157.807]]],[[3734.9,15177.6,0],0,true,[[2927,0,45.5873],[3255,0,32.3572],[3213,0,15.3761]]],[[13619.8,12473.7,0],0,false,[[626,0,80.951]]],[[18432.5,1102.61,0],0,false,[[1510,0,3.81771],[4953,0,5.58844]]],[[18460.9,17623.8,0],0,true,[[3705,1,30.5508],[4747,1,30.6447],[1674,1,4.50743],[3815,1,13.8434]]], +[[14316.6,15569.4,0],0,false,[[3491,0,241.617],[302,0,176.27]]],[[10644.7,11242.3,0],0,true,[[2935,0,27.0288],[4386,0,23.6807],[5456,0,27.0149],[3955,1,12.9112]]],[[15950.8,11673.7,0],0,false,[[793,0,348.129],[3928,0,40.2835]]],[[12318.7,11210.8,0],0,false,[[4109,0,144.953],[1434,0,271.174]]],[[16719.4,17262.7,0],0,false,[[5707,0,245.244],[3930,0,183.338]]], +[[7458.19,19850.5,0],0,false,[[2412,0,216.522],[5262,0,228.388]]],[[7545.67,19289.7,0],0,true,[[2082,0,20.4333],[3470,0,7.66014],[2635,1,11.4578]]],[[9808.68,594.985,0],0,false,[[5377,1,82.0378],[287,1,15.6379]]],[[16924.7,4811.13,0],0,true,[[772,0,2.91982],[915,0,2.71358],[4667,0,5.54084],[497,0,8.06161]]],[[2395.15,19170.1,0],0,false,[[1918,0,172.112],[3857,0,310.192]]], +[[19573.9,12821.4,0],0,false,[[5203,0,97.1657],[1486,0,320.928]]],[[1518.77,2754.97,0],0,false,[[41,1,363.628],[2867,1,158.06]]],[[1119.89,17887,0],0,true,[[2375,0,22.8349],[4727,0,107.067],[4071,0,11.9838],[2923,0,13.8931],[2453,0,9.44423]]],[[15403.5,6018.96,0],0,false,[[1954,0,289.405],[5134,0,2.98066]]],[[13270.3,9469.5,0],0,false,[[818,0,348.668],[2988,0,372.259]]], +[[16767.3,8586.34,0],0,false,[[4455,1,19.5086],[3756,1,55.7082]]],[[17565.5,12070,0],0,true,[[5517,0,27.1573],[4153,0,148.575],[1464,0,104.129]]],[[9955.25,476.477,0],0,true,[[2337,1,31.091],[4881,1,20.1981],[1725,2,9.40792]]],[[10766.8,7737.41,0],0,false,[[5689,1,129.525],[4778,1,255.026]]],[[14259.8,6836.75,0],0,false,[[1621,0,356.431],[282,0,19.953]]], +[[3126.29,20434,0],0,true,[[4196,0,294.077],[269,0,3.76461],[1204,1,15.8999]]],[[9823.67,17125.1,0],0,false,[[4074,1,246.514],[407,1,250.451]]],[[18015.1,7717.36,0],0,true,[[5011,0,17.019],[1247,0,2.74223],[1709,0,9.54547]]],[[11982.8,6085.5,0],0,true,[[237,0,1.7927],[1791,0,3.47394],[2868,0,8.15548]]],[[10542.2,7721.6,0],0,true,[[261,1,82.0634],[1562,1,19.7658],[71,1,4.32177],[4793,1,3.71072]]], +[[17769.8,13946.9,0],0,false,[[5162,0,55.4308],[977,0,151.627]]],[[17006.2,12932,0],0,false,[[4809,0,339.664],[5194,0,372.431]]],[[17318.8,5006.45,0],0,false,[[1754,0,119.833],[42,0,294.186]]],[[17674.2,12214.5,0],0,true,[[1506,0,3.42647],[753,0,2.56277],[5616,0,2.74105],[3732,0,2.80033],[1514,0,5.55857],[1004,0,10.6186]]],[[12808.6,8445.5,0],0,false,[[4896,0,74.2292],[5141,0,61.7457]]], +[[9807.1,6423.77,0],0,true,[[681,0,1.52479],[5678,0,1.79362],[992,1,3.79858]]],[[2262.64,11.1697,0],0,false,[[3910,1,361.965]]],[[10117.8,1874.82,0],0,false,[[671,0,347.891],[4795,0,389.096]]],[[9363.41,20107.6,0],0,false,[[4773,0,332.791],[1957,0,143.743]]],[[10325.4,2585.98,0],0,true,[[5353,0,3.85498],[3936,0,4.04065],[3041,0,7.70376],[3306,0,4.69055]]], +[[6551.36,3440.44,0],0,false,[[2446,2,253.525],[5025,2,207.325]]],[[19218.3,9494.16,0],0,false,[[3353,0,332.263],[1670,0,2.56015]]],[[7080.32,628.448,0],0,false,[[693,1,337.13],[2595,1,73.3858]]],[[12817,13951.4,0],0,true,[[4791,0,349.62],[5675,0,15.1097],[4557,0,15.8103]]],[[16423.1,7270.96,0],0,false,[[5160,0,22.2947],[4350,0,87.7641]]], +[[13423.2,9000.81,0],0,false,[[3888,1,397.919],[4988,1,217.701]]],[[4841.61,11703.2,0],0,false,[[399,0,234.861],[1909,0,187.402]]],[[18975.6,3842.29,0],0,false,[[2424,0,146.942],[4805,0,237.849]]],[[11680.2,14483.7,0],0,false,[[2723,0,110.017],[4705,0,16.797]]],[[8347.9,8635.67,0],0,true,[[1061,0,300.765],[189,0,10.3719],[1244,0,10.8916]]], +[[12118.9,10006.3,0],0,true,[[3823,1,24.095],[4252,1,21.4176],[3271,1,4.0791],[2918,1,5.67281],[1687,1,3.0369]]],[[8747.79,3391.06,0],0,false,[[2179,0,338.306],[1856,0,179.103]]],[[5931.52,8913.92,0],0,true,[[1581,0,1.67835],[1490,0,4.76093],[4610,1,7.49497]]],[[8446.58,19367.5,0],0,false,[[3270,0,13.4746],[1152,0,139.268]]],[[9813.08,295.279,0],0,false,[[3382,1,301.805],[141,1,177.607]]], +[[14919.9,951.238,0],0,true,[[1869,0,193.392],[3138,0,268.308],[5641,0,90.6586]]],[[15876.9,14476.4,0],0,true,[[1929,1,22.4218],[4977,1,21.4012],[3855,1,2.54151],[527,1,6.51899],[1741,1,3.37767],[4919,1,0.603608]]],[[10054.1,9018.25,0],0,false,[[182,0,204.13],[3743,0,369.378]]],[[17666,12223.1,0],0,true,[[336,0,2.7442],[5686,0,2.77438],[1975,0,1.85599],[3878,0,2.2795]]],[[11831.9,7875.44,0],0,false,[[807,0,66.844],[3519,0,17.3226],[2874,0,10.7258],[4899,0,22.4135]]], +[[12827.9,14448.7,0],0,false,[[4883,0,113.966],[455,0,393.105]]],[[19532.6,11400.6,0],0,false,[[4685,0,14.4102],[3472,0,146.873]]],[[7964.72,15533.8,0],0,true,[[3650,1,29.033],[2713,1,229.221],[1757,1,5.91431]]],[[17943.2,12337.5,0],0,false,[[3178,0,41.2912],[632,0,19.6594]]],[[12835.4,8312.11,0],0,true,[[3537,0,77.9975],[3522,0,8.28738],[2914,1,3.97712]]], +[[17287.8,1124.84,0],0,false,[[1950,0,326.288],[357,0,367.831]]],[[2198.06,15745.8,0],0,false,[[2891,1,242.403],[2661,1,88.8937]]],[[2328.97,13705.7,0],0,false,[[4275,1,8.93322],[5682,0,37.4878]]],[[14703,817.584,0],0,true,[[3125,0,268.308],[1463,0,14.4226],[2602,0,231.131]]],[[5918.74,8897.03,0],0,true,[[3903,1,388.576],[4610,1,27.8661],[3865,1,8.15331],[3799,1,11.5469]]], +[[17338.1,5123.23,0],0,false,[[4140,0,162.323]]],[[8334.15,20252.7,0],0,false,[[247,1,291.689],[5627,1,86.728]]],[[13182.6,8289.17,0],0,false,[[307,0,79.8244],[1503,0,41.8502]]],[[6519.89,17381.6,0],0,false,[[878,0,165.005]]],[[3383.64,1082.58,0],0,false,[[1196,1,2.224],[3280,0,11.6607]]], +[[17592.3,16799.8,0],0,false,[[4444,0,376.054],[4644,0,87.8118]]],[[342.643,7321.77,0],0,false,[[4910,1,248.197],[1525,1,144.968]]],[[2316.97,13717.8,0],0,false,[[1640,1,72.9164],[4275,1,22.5538]]],[[3749.85,4783.76,0],0,false,[[4718,0,179.239]]],[[13588.5,421.745,0],0,false,[[794,0,358.121],[1857,0,28.7584]]], +[[5650.6,18606.2,0],0,true,[[1730,1,24.8994],[5270,1,250.446],[796,1,17.4021]]],[[5447.71,3232.17,0],0,false,[[1945,0,2.4624],[975,1,2.0094]]],[[6696.6,10938.4,0],0,true,[[4651,0,24.5272],[1971,1,10.975],[1906,2,5.39742]]],[[557.139,3017.89,0],0,true,[[1189,1,22.3489],[4887,1,16.5608],[5666,1,32.5936]]],[[9128.16,16230.8,0],0,false,[[883,1,27.3853],[4820,1,71.4207]]], +[[1276.11,669.41,0],0,true,[[3261,0,23.1021],[150,0,267.85],[4027,0,2.61136],[3037,0,2.83054],[4925,0,5.27195]]],[[17754.5,2608.83,0],0,true,[[3158,0,270.672],[5535,0,9.19726],[1246,0,7.179]]],[[13672,7390.69,0],0,false,[[1893,0,385.669],[3765,0,249.791]]],[[17608.1,2401.23,0],0,false,[[2295,0,352.143],[3156,0,270.672]]],[[2972.2,1460.13,0],0,true,[[1953,1,20.998],[1973,1,23.124],[2866,1,25.9986]]], +[[13202,4471.7,0],0,true,[[4737,0,7.16489],[1164,0,130.912],[741,0,11.6233]]],[[7005.38,833.77,0],0,true,[[2857,0,1.85851],[4799,0,2.26356],[117,1,2.99188]]],[[3220.74,12694.2,0],0,true,[[4167,0,12.9023],[4506,0,130.762],[3183,0,5.93123],[718,0,7.89746]]],[[19708.4,8082.07,0],0,true,[[130,1,162.733],[213,1,63.6388],[1678,1,3.13016]]],[[8187.17,6985.69,0],0,false,[[5258,0,28.3847],[4571,0,331.376]]], +[[499.961,3065.88,0],0,false,[[2889,1,19.0748],[5482,1,41.3177]]],[[17662.6,12223.7,0],0,true,[[1039,0,3.80095],[3479,0,3.1272],[3050,0,3.45192],[5624,0,2.65513],[1975,0,1.61131]]],[[10401.9,15833.6,0],0,false,[[1841,0,269.866],[1747,0,301.367]]],[[19439.1,19652.8,0],0,false,[[3315,0,358.753],[803,0,10.8926]]],[[8087.89,16838.3,0],0,true,[[3817,1,14.2048],[841,1,136.9],[2759,1,6.51467]]], +[[8210.61,8588.15,0],0,false,[[2071,0,119.964],[3541,0,365.778]]],[[17740.8,12013.6,0],0,true,[[1679,0,14.64],[4790,0,189.297],[3346,0,13.3304]]],[[9513.38,19803.2,0],0,false,[[18,0,180.444],[1085,0,248.908]]],[[16754,17821.9,0],0,true,[[221,1,51.6948],[490,1,23.6251],[1967,1,8.15012],[2662,1,10.8307]]],[[12412.9,6551.03,0],0,false,[[3763,0,130.502]]], +[[19496,8625.5,0],0,true,[[3841,0,2.96986],[3946,0,3.30938],[815,0,4.75377]]],[[2297.98,15950.4,0],0,false,[[106,1,52.5085],[5528,1,21.6673]]],[[17680.1,16813.9,0],0,true,[[4644,0,1.44747],[1385,0,1.43258],[2085,0,4.38579]]],[[17964.1,12373,0],0,false,[[5145,0,63.3583],[3133,0,41.2912]]],[[6226.59,6105.57,0],0,true,[[4328,1,23.1033],[9,1,22.221],[3829,1,6.34403]]], +[[14628.3,18984.9,0],0,false,[[4128,0,132.043],[2756,0,289.384]]],[[15982.6,7135.47,0],0,false,[[3601,0,243.836],[820,0,148.3]]],[[411.58,1633.99,0],0,false,[[5266,1,241.394],[2204,1,396.782]]],[[3219.34,12688.4,0],0,true,[[4167,0,16.3191],[4427,0,148.281],[718,0,5.91925],[3162,0,5.93123]]],[[13463,8259.2,0],0,false,[[458,0,208.042],[175,1,6.38609]]], +[[10157.1,7727.93,0],0,false,[[5146,0,17.5437],[1681,0,57.4261]]],[[10745.3,12632.6,0],0,false,[[3506,0,218.048],[1749,0,8.72595]]],[[4089.68,4787.5,0],0,false,[[4856,2,56.2111],[3945,2,319.468]]],[[13980.2,7099.79,0],0,true,[[3765,0,174.152],[462,0,16.1011],[3894,0,12.3266],[2394,0,8.12801],[1621,0,27.4692]]],[[8850.67,1407.45,0],0,false,[[5129,2,335.497],[3943,2,112.527]]], +[[15754.8,3556.09,0],0,false,[[1659,0,257.631],[1654,0,224.852]]],[[5926.52,8918.94,0],0,true,[[5661,0,2.48356],[1490,0,2.32656],[3453,0,2.75391],[4610,1,6.25387]]],[[10340.6,11897.7,0],0,true,[[4179,0,49.7581],[1340,0,22.8441],[5476,0,13.2168]]],[[10128.4,10496.1,0],0,true,[[4880,0,324.485],[356,0,339.518],[3434,0,255.64]]],[[6929.87,20259.6,0],0,false,[[1605,0,398.808]]], +[[19903.8,4522.84,0],0,true,[[4743,0,29.199],[3987,0,28.7304],[5050,0,19.669]]],[[4897.65,16323.5,0],0,true,[[512,1,26.936],[4751,1,26.4702],[4675,1,9.2465],[4152,1,10.9947]]],[[15402.9,2806.96,0],0,true,[[1422,1,24.036],[185,1,129.91],[3837,1,5.87201]]],[[13045.3,8528.61,0],0,true,[[1682,0,17.6194],[2872,0,84.3489],[4903,0,8.33499]]],[[691.176,19821.7,0],0,true,[[5692,0,3.32215],[4802,0,4.03017],[4416,1,4.65095]]], +[[3080.61,17789.5,0],0,false,[[1188,0,286.08],[4621,0,383.218]]],[[13407.3,13219.4,0],0,false,[[2902,0,116.814]]],[[9399.88,10910.4,0],0,false,[[3937,0,122.946],[5467,0,189.269]]],[[4307.06,11145.6,0],0,false,[[4111,0,304.644],[2565,0,342.279]]],[[14375.6,15070.8,0],0,false,[[459,0,300.333],[340,0,115.795]]], +[[6824.06,2279.2,0],0,false,[[4421,0,386.858]]],[[10863.4,11001.1,0],0,false,[[3889,0,3.54196],[5102,1,0.863975]]],[[15455.4,603.151,0],0,true,[[4016,0,6.74654],[2344,0,22.0417],[3532,1,7.21439]]],[[13938.5,18064,0],0,false,[[4729,0,34.3687],[3534,0,242.788]]],[[17335.6,12246.7,0],0,false,[[5047,0,389.737],[5081,0,213.508]]], +[[16385.9,2337.55,0],0,false,[[2385,0,364.56],[2775,0,15.3345]]],[[12593.5,8157.29,0],0,false,[[2869,1,24.1315],[4613,1,55.9724]]],[[3457.27,5088.36,0],0,false,[[83,0,215.521],[5461,0,205.93]]],[[3733.25,15162.3,0],0,true,[[2475,0,86.1399],[3255,0,17.8615],[3071,0,15.3761]]],[[1665.56,13721.9,0],0,false,[[823,1,111.941],[2351,1,31.2745]]], +[[18818.5,14931.2,0],0,true,[[4589,0,3.32954],[2829,0,3.25142],[2646,1,9.02103]]],[[10694.9,11722.9,0],0,false,[[3947,0,154.107],[15,0,111.618]]],[[11716.6,9370.03,0],0,true,[[4417,0,73.2951],[4503,0,1.64381],[2139,0,5.13324]]],[[4098.04,10209.4,0],0,false,[[1369,0,85.847],[1661,0,107.828]]],[[19507.7,17465.2,0],0,false,[[145,1,381.306],[5378,1,134.747]]], +[[10757.6,11369.9,0],0,false,[[1552,0,97.2843],[2738,0,5.21167]]],[[17225.9,3267.85,0],0,false,[[1448,0,365.792],[5101,0,135.016]]],[[18834.8,7853.65,0],0,true,[[173,0,3.92829],[1572,0,4.74537],[2675,0,5.14627]]],[[16508.5,9423.19,0],0,false,[[4133,0,316.083],[437,0,33.3961]]],[[18138.4,17059.4,0],0,false,[[1628,1,87.5535],[4769,1,20.7751]]], +[[15435.4,5645.07,0],0,false,[[2932,0,225.62],[1445,0,267.84]]],[[7537.84,19288.4,0],0,true,[[4811,1,47.4006],[2635,1,15.1467],[3470,1,11.7444]]],[[14232.5,4042.68,0],0,true,[[2131,1,21.1459],[2178,1,355.542],[1060,1,5.96577],[4707,1,8.86128],[1440,1,11.8825]]],[[10872.5,11683.1,0],0,false,[[986,0,197.844],[1068,0,218.729]]],[[14641.7,19880.2,0],0,true,[[4779,0,6.16234],[4036,0,10.021],[2812,0,10.0898]]], +[[15688.7,14171.5,0],0,true,[[4669,1,21.488],[3568,1,39.7706],[1238,1,11.1989]]],[[19803,8526.26,0],0,false,[[3033,0,82.3095]]],[[16626,17627.5,0],0,false,[[1775,0,16.9086],[5707,0,131.299]]],[[18673,4425.54,0],0,false,[[3266,0,90.0947],[2896,0,392.336]]],[[8209.66,19989.3,0],0,true,[[2588,1,62.1861],[247,1,15.2881],[2439,1,3.14596]]], +[[8852.45,8874.33,0],0,false,[[2421,0,170.817],[4587,0,221.781]]],[[16545.2,389.757,0],0,false,[[2257,1,5.83028],[5481,0,94.8611]]],[[16847.6,16761.5,0],0,false,[[3930,0,334.318],[5239,0,69.9208]]],[[10504.5,10618.2,0],0,false,[[4880,0,93.9058],[655,0,313.852]]],[[19295.6,3109.16,0],0,false,[[2940,0,304.735],[1438,0,247.916]]], +[[9333.42,10407.9,0],0,false,[[5484,0,113.09]]],[[8398.27,13082,0],0,false,[[2906,0,302.198],[2610,0,216.135]]],[[8589.49,1439.22,0],0,false,[[5495,1,221.148],[4930,1,281.403]]],[[9712.21,5609.98,0],0,false,[[2834,0,282.251],[2751,0,121.26]]],[[11020.5,17491.4,0],0,false,[[2062,0,153.318],[5634,0,141.355]]], +[[6444.99,10845.8,0],0,false,[[1232,0,198.82],[2352,0,29.6623]]],[[8737.73,6168.6,0],0,false,[[2219,0,155.743],[850,0,316.463]]],[[12549.5,16524.9,0],0,false,[[5314,0,315.536],[3640,0,384.287]]],[[5598.9,6349.1,0],0,true,[[5098,0,8.64323],[2633,0,6.53882],[5586,1,5.33438]]],[[10986,11562,0],0,true,[[3809,0,10.9488],[1669,0,44.9758],[1235,0,4.34283],[79,0,3.22845]]], +[[1683.87,19905.9,0],0,false,[[85,1,358.385],[230,1,343.662]]],[[16011.6,9648.81,0],0,false,[[2387,1,365.686],[1598,1,230.931]]],[[16277.2,7107.35,0],0,true,[[4151,0,11.5151],[3313,0,32.1844],[1702,0,7.0262]]],[[15265.4,14424.5,0],0,false,[[2702,0,32.0014],[546,0,373.052]]],[[7035.87,4620.31,0],0,false,[[2528,1,133.643],[274,1,17.0054]]], +[[3739.46,15145.5,0],0,true,[[3071,0,32.3572],[3619,0,26.9946],[3213,0,17.8615]]],[[13417.3,4517.08,0],0,false,[[4063,0,24.0969],[3715,0,68.1515]]],[[5108.82,14037.5,0],0,false,[[1529,1,308.44],[2653,1,234.602]]],[[9861.28,480.004,0],0,false,[[1773,1,9.21435],[1564,1,86.7905]]],[[15620.7,14145.8,0],0,true,[[1541,1,14.314],[5363,1,354.413],[3361,1,8.30674]]], +[[9040.04,14496,0],0,false,[[1349,1,32.2195],[2657,1,279.877]]],[[1299.2,669.915,0],0,false,[[1273,0,392.082],[3155,0,23.1021]]],[[3599.55,6223.28,0],0,false,[[1402,1,180.466],[424,1,16.9572]]],[[19696.5,9163.54,0],0,false,[[365,1,237.52],[86,1,376.701]]],[[13012.2,11793.5,0],0,true,[[2464,0,24.7005],[1182,0,24.5363],[2638,0,14.0865]]], +[[14346.6,15868.7,0],0,true,[[5291,0,2.94123],[3831,0,2.07401],[1126,0,6.41543],[2027,0,3.51922]]],[[18583.9,4439.11,0],0,false,[[2945,0,315.481],[3233,0,90.0947]]],[[18858.2,17566.2,0],0,false,[[5544,1,158.065],[1804,1,255.791]]],[[3949.47,17905.6,0],0,false,[[1449,0,334.707],[5305,0,289.36]]],[[19648.7,4333.67,0],0,false,[[819,0,33.6716],[2184,0,185.252]]], +[[8459.03,19362.4,0],0,true,[[397,0,5.47043],[3123,0,13.4746],[3022,0,13.4302],[1375,0,2.92103]]],[[12122.3,10004,0],0,false,[[1687,0,3.80209],[3120,1,4.0791]]],[[3210.41,5746.7,0],0,false,[[3520,1,35.2641],[658,1,14.8564]]],[[9049.33,5801.51,0],0,true,[[2354,1,4.81723],[375,0,117.379],[1576,1,11.8892]]],[[10444.3,7446.92,0],0,true,[[4058,0,86.3666],[2910,0,26.1577],[205,0,162.897]]], +[[11097.4,17640,0],0,true,[[5087,0,14.7609],[2470,0,91.9438],[147,0,9.07149]]],[[3572.31,14955.6,0],0,false,[[2594,0,21.7524],[618,0,171.874]]],[[12566.2,4578.33,0],0,false,[[90,0,25.5669],[2737,0,22.214]]],[[13138.6,8310.24,0],0,true,[[1270,1,33.1173],[612,1,27.6091],[1503,1,7.62707]]],[[13229.4,8857.7,0],0,false,[[2909,0,32.1511],[5504,0,148.441]]], +[[3391.88,1074.33,0],0,true,[[3144,0,11.6607],[4332,0,48.7774],[1196,1,11.4218]]],[[4902.51,10170.5,0],0,false,[[517,0,335.977],[4775,0,292.934]]],[[19965.3,4865.28,0],0,true,[[342,0,301.695],[4529,0,6.03756],[1416,1,16.092]]],[[11811.7,14919.1,0],0,true,[[123,0,27.7381],[826,0,391.658],[2381,0,16.1934],[5606,0,12.2709]]],[[13539,2273.44,0],0,false,[[3383,0,157.116],[1822,0,388.172]]], +[[5819.43,16244.9,0],0,true,[[3604,1,23.2121],[5468,1,164.599],[2455,1,4.35289]]],[[242.643,18395.8,0],0,false,[[1326,0,383.431]]],[[18331.5,17574.9,0],0,true,[[5348,0,27.9874],[5374,0,6.51619],[1618,1,3.48072]]],[[14726.2,7838.05,0],0,false,[[4277,0,16.2107],[5440,0,8.26825]]],[[12709.7,8318.41,0],0,false,[[5521,1,22.5856],[5069,1,45.8589]]], +[[9674.08,5830.38,0],0,true,[[1627,0,367.062],[4380,0,20.4903],[665,0,13.2567]]],[[17707.3,12025.3,0],0,true,[[1135,0,1.60417],[4195,0,3.95704],[5086,0,2.08851]]],[[6025.42,703.482,0],0,false,[[968,1,380.157],[3351,1,368.377]]],[[16433.5,4403.85,0],0,false,[[2944,0,376.544],[4473,0,251.243]]],[[16050.5,13901.1,0],0,false,[[2379,0,338.538],[4844,0,314.007]]], +[[14916.4,16092.4,0],0,false,[[4157,0,347.852],[751,0,30.6946]]],[[1539.11,13879.3,0],0,true,[[2102,0,3.81343],[4746,1,3.48604],[4028,1,4.34031]]],[[7824.77,15721.1,0],0,true,[[998,0,7.19992],[1900,0,3.59129],[2713,1,6.13263]]],[[5228.14,18712.9,0],0,true,[[2332,1,3.48097],[2259,0,15.8544],[761,1,5.37116]]],[[17834.2,8056.05,0],0,false,[[2143,0,370.967],[1645,0,378.111]]], +[[7343.3,9839.19,0],0,false,[[721,2,152.214],[4940,2,274.005]]],[[11242.9,20108,0],0,false,[[1368,0,39.0532],[208,0,22.3656]]],[[3851.79,15015,0],0,false,[[3417,0,11.2841],[4008,2,7.55249]]],[[9413,18034.2,0],0,true,[[1903,0,327.545],[4346,0,345.831],[557,0,250.741]]],[[14214.4,11442.9,0],0,false,[[1108,1,388.353],[1384,1,139.299]]], +[[8018.23,4077.34,0],0,false,[[4146,2,252.426],[5024,2,165.594]]],[[10329.4,2583.55,0],0,true,[[3041,0,12.0115],[1711,0,15.2128],[4178,0,16.5336],[3109,0,4.69055],[3936,0,8.34767]]],[[13275.1,8079.74,0],0,true,[[3714,0,7.38045],[5554,0,162.824],[3718,1,18.7678]]],[[11300.1,20105,0],0,false,[[5580,0,3.24917],[2260,0,0.597899]]],[[14294.5,6855.67,0],0,false,[[3916,0,37.7832],[4103,0,91.0125]]], +[[13341.3,14554.5,0],0,false,[[1922,0,27.4328],[1106,0,58.6141]]],[[5746.32,17591.3,0],0,false,[[2234,0,65.8441],[2305,0,351.63]]],[[9103.07,15187.3,0],0,false,[[4330,1,20.3669],[5002,1,159.982]]],[[16297.4,7130.75,0],0,true,[[3252,0,32.1844],[1118,0,24.673],[3872,0,32.8375]]],[[14800.4,654.818,0],0,false,[[1463,0,175.408],[4481,0,245.024]]], +[[19402.1,19297.7,0],0,false,[[3168,0,358.753],[5435,0,319.589]]],[[11126.7,15247.8,0],0,false,[[2948,0,129.558],[4500,0,303.783]]],[[13727.3,16200.8,0],0,false,[[5632,0,29.7833],[601,0,18.5244]]],[[838.946,6894.23,0],0,false,[[4258,0,36.0661],[4241,0,20.5992]]],[[15733.9,9251.06,0],0,false,[[2656,1,12.1526],[537,1,14.7169]]], +[[4774.98,11157.7,0],0,false,[[3400,0,126.064],[3566,0,332.174]]],[[13698.5,4812.73,0],0,true,[[318,1,193.967],[3979,1,16.4659],[4331,1,4.16386]]],[[10829.4,17744,0],0,false,[[4172,0,130.696],[3989,0,184.854]]],[[6505.14,1734.68,0],0,false,[[4438,0,68.4715],[4452,0,230.319]]],[[6129.67,16898.8,0],0,false,[[4955,0,236.574],[4603,0,239.506]]], +[[9300.08,16366.2,0],0,true,[[1377,0,137.32],[5519,0,26.2205],[4767,0,13.9679]]],[[5422.2,4115.74,0],0,false,[[129,0,136.001],[5408,0,57.3382]]],[[14479.4,7288.03,0],0,false,[[4103,0,379.333],[4102,0,330.036]]],[[3236.64,5017.3,0],0,true,[[4872,0,49.2763],[83,0,21.3467],[1009,0,8.47489],[284,0,8.63944],[256,0,11.155]]],[[10337.8,7606.6,0],0,true,[[5214,1,119.597],[4282,1,5.98043],[2823,1,7.69023],[5672,1,16.9835]]], +[[12992.5,11796,0],0,false,[[320,0,6.71598],[1182,0,6.71598]]],[[19328.2,18669.9,0],0,true,[[5435,0,312.652],[2003,0,5.50876],[2792,0,6.76206]]],[[15915.7,3962.45,0],0,false,[[5238,0,192.553],[2944,0,305.547]]],[[1785.88,9754.52,0],0,false,[[4366,0,2.56525],[4180,1,4.79404]]],[[17689,4653.88,0],0,false,[[874,0,110.4],[1639,0,318.214]]], +[[19013.8,8780.72,0],0,false,[[4550,1,262.042],[4372,1,315.727]]],[[10776.7,2518.99,0],0,false,[[4435,0,342.937],[1128,0,293.802]]],[[19466.4,12816.3,0],0,true,[[2616,1,35.0999],[72,1,215.551],[4434,1,17.3463],[1750,1,17.6936]]],[[10344.9,12556.6,0],0,true,[[5059,0,362.987],[495,0,2.78539],[2314,1,4.76043]]],[[18993.8,3558.87,0],0,false,[[5148,0,3.46406],[290,0,7.08653]]], +[[16897,17969.2,0],0,false,[[5198,0,20.5287],[4405,0,19.937]]],[[4799.42,952.315,0],0,true,[[2,1,26.4319],[195,1,174.525],[138,1,14.8603]]],[[5003.89,10914.3,0],0,true,[[426,0,1.40301],[2304,0,1.95585],[2364,0,3.57238],[3032,0,1.15915]]],[[12193.8,5541.62,0],0,true,[[3379,0,231.264],[94,0,10.3933],[830,0,135.401]]],[[9344.22,9466.12,0],0,false,[[4273,0,309.614],[2373,0,285.076]]], +[[16276.9,16595.5,0],0,true,[[675,1,20.0062],[5215,1,17.7533],[5260,1,4.66932],[4046,1,3.20877],[2644,1,6.61298]]],[[17731.9,12023.5,0],0,true,[[2154,0,2.63778],[1679,0,1.36039],[3171,0,13.3304],[2989,0,0.723228],[4358,0,2.46696]]],[[1875.83,5449.02,0],0,false,[[2413,2,187.063],[3517,2,276.211]]],[[7050.62,1370.64,0],0,false,[[2555,0,207.733],[755,0,195.831]]],[[13526.2,19225.1,0],0,false,[[892,0,305.56],[941,0,311.486]]], +[[11505.6,18865.2,0],0,false,[[1412,0,246.088],[2111,0,346.844]]],[[6382.7,623.288,0],0,false,[[3292,1,368.377],[2761,1,43.5914]]],[[15253.9,598.559,0],0,false,[[2997,0,100.247],[2172,0,20.938]]],[[19291.2,9174.5,0],0,false,[[3111,0,332.263],[4682,0,253.1]]],[[5204.83,7504.61,0],0,false,[[3843,1,14.0831],[4432,1,248.907]]], +[[9311,7376.35,0],0,false,[[1688,0,340.009],[955,0,94.7414]]],[[7058.98,4629.58,0],0,true,[[5664,0,3.0978],[4148,0,3.0375],[274,1,8.00274],[3729,1,11.5305]]],[[7221.85,4625.16,0],0,true,[[5152,1,23.9285],[4399,1,354.405],[149,1,15.7681]]],[[18324.3,17665.8,0],0,true,[[5244,1,29.0474],[1885,1,206.606],[162,1,16.8939]]],[[19478.6,12796,0],0,true,[[1557,0,4.24132],[1902,0,2.49954],[2616,1,12.5549]]], +[[5622.92,14176.9,0],0,false,[[5604,1,33.0714],[99,1,70.0655]]],[[15625,14152.9,0],0,true,[[546,0,89.7178],[1541,1,8.01689],[3259,1,8.30674]]],[[9644.61,13926.5,0],0,false,[[2808,1,32.543],[4600,1,168.726]]],[[10381.7,7723.44,0],0,true,[[5214,1,25.6303],[1934,1,18.766],[1294,1,3.06347]]],[[1554.71,9222.31,0],0,false,[[241,1,353.781],[2371,1,151.217]]], +[[11947.5,15320.2,0],0,false,[[4864,0,171.34],[12,0,247.48]]],[[7403.65,8983.68,0],0,false,[[466,2,364.182],[1097,2,341.6]]],[[3095.28,20031,0],0,false,[[3736,0,342.33],[4196,0,111.285]]],[[10773.2,11490.2,0],0,false,[[854,0,104.204]]],[[6847.25,18918.9,0],0,false,[[5124,0,140.359],[253,0,330.595]]], +[[15346.2,11922.5,0],0,true,[[667,0,252.142],[4652,0,223.745],[1337,0,323.775]]],[[16353.4,6925.87,0],0,false,[[1702,0,194.227],[5299,0,261.805]]],[[10087.4,8402.08,0],0,false,[[4383,1,229.093],[3385,1,152.623]]],[[16911.5,8304.26,0],0,false,[[347,0,287.821],[1671,0,306.581]]],[[7601.52,18208,0],0,false,[[2904,0,353.595]]], +[[15093.9,6431.11,0],0,true,[[3883,0,2.91417],[3806,0,3.65305],[4202,1,5.95951],[3764,1,14.4073]]],[[10565.4,14164.9,0],0,true,[[2272,0,24.7448],[272,0,238.967],[1990,0,8.12585]]],[[7291.12,7819.32,0],0,false,[[24,0,265.238],[795,0,40.6905]]],[[13750.4,2142.7,0],0,false,[[1321,0,220.343],[4947,0,27.8684]]],[[12074.5,5735.66,0],0,false,[[764,0,87.5636],[3343,0,231.264]]], +[[13173.7,8701.52,0],0,false,[[4302,1,56.9363],[4267,1,118.964]]],[[9717.96,3991.45,0],0,true,[[3751,0,3.05861],[5323,0,0.679511],[414,0,9.51137],[4233,0,2.35842]]],[[9559.01,139.231,0],0,false,[[326,1,308.554],[3124,1,301.805]]],[[13686.5,2322.32,0],0,false,[[4947,0,200.922],[3284,0,157.116]]],[[4149.96,6318.74,0],0,false,[[5673,1,386.006],[1402,1,378.588]]], +[[10135.1,8257.17,0],0,false,[[3372,1,152.623],[3495,1,30.4857]]],[[10232.6,18938.7,0],0,false,[[5601,0,345.822],[2348,0,50.2058]]],[[18778.8,17096.6,0],0,false,[[5079,0,231.063],[1090,0,136.258]]],[[2849.65,12612.9,0],0,true,[[4738,0,2.2098],[3926,0,21.2266],[2086,0,4.40531],[1781,0,4.04455]]],[[17948.8,1934.16,0],0,false,[[2289,0,397.491],[198,0,330.288]]], +[[19926.8,4491.95,0],0,true,[[2229,0,30.5878],[659,0,116.441],[3647,0,19.1175]]],[[13066.7,6259.59,0],0,false,[[733,1,222.269],[2511,1,253.839]]],[[12101.3,1571.01,0],0,false,[[5494,0,363.966],[2854,0,313.078]]],[[488.532,2953.9,0],0,true,[[2664,1,181.832],[1262,1,21.4826],[1330,1,6.60858]]],[[17025.1,7417.67,0],0,true,[[1806,0,34.7499],[4983,0,27.0536],[2205,0,6.76123]]], +[[11029.8,4384.46,0],0,false,[[2557,0,35.181],[4803,0,363.352]]],[[19047.6,13642.2,0],0,false,[[4568,1,381.674],[2807,1,379.435]]],[[16844.3,10644.2,0],0,false,[[1437,1,154.862],[2490,1,249.3]]],[[15290.2,525.745,0],0,false,[[4828,0,65.1904],[1293,0,49.9722]]],[[9993.42,349.835,0],0,false,[[971,1,11.1196],[900,1,62.72]]], +[[4691.5,11210.7,0],0,false,[[1228,0,22.6862],[3320,0,126.064]]],[[17942.2,12325,0],0,true,[[5229,0,4.70229],[4821,0,15.8494],[632,0,10.0476]]],[[11746.4,8025.2,0],0,false,[[404,0,49.7833],[2173,0,53.7583]]],[[15644.8,9564.06,0],0,false,[[849,0,135.532],[3923,0,293.28]]],[[17019.5,5113.03,0],0,true,[[3677,0,129.42],[4255,0,32.3009],[910,0,143.416]]], +[[16694.1,10230.8,0],0,false,[[2908,1,240.691],[1437,1,287.622]]],[[10161.2,12450.4,0],0,false,[[3956,1,344.528],[2693,1,190.569]]],[[3630.52,16316.8,0],0,true,[[4602,0,2.10895],[3649,0,3.3171],[1219,0,5.45227]]],[[10250.3,11373,0],0,true,[[408,0,5.74259],[2200,0,2.45557],[235,0,3.182]]],[[16474.4,4906.84,0],0,false,[[3807,0,335.306]]], +[[14512.7,18076.1,0],0,true,[[1199,0,14.1996],[5372,0,3.79833],[2886,0,11.018]]],[[14227.6,4060.44,0],0,true,[[1440,0,7.43152],[1657,0,296.443],[2131,1,7.78183]]],[[2256.83,2394.11,0],0,true,[[4859,0,3.60199],[1968,0,21.8965],[1560,1,14.6941]]],[[19695.9,11347.5,0],0,false,[[4183,0,131.536],[1281,0,32.0567]]],[[14898,5948.45,0],0,true,[[5070,0,3.07496],[2028,0,9.9741],[1801,1,10.0662]]], +[[6501.37,10871.6,0],0,false,[[3469,1,9.58435],[2666,0,15.1498]]],[[18937.7,3469.97,0],0,false,[[290,0,98.3235],[1637,0,151.981]]],[[3840.69,15017,0],0,true,[[4335,0,68.859],[3302,0,11.2841],[4008,2,15.9056]]],[[17552.8,2045.33,0],0,false,[[2289,0,13.9704],[5537,0,5.78767],[2734,0,8.43323]]],[[4498.69,19177.3,0],0,true,[[389,1,21.7266],[5657,1,22.9944],[5546,1,9.38743],[1094,1,6.26223],[5165,1,2.85704],[2484,1,4.27347]]], +[[2277.75,15998.3,0],0,false,[[372,0,16.0824],[1125,0,25.4726]]],[[13836.7,17116.5,0],0,false,[[1539,0,364.096],[3803,0,214.219]]],[[11510.1,19132.3,0],0,true,[[5026,0,84.7275],[4077,0,10.6551],[4878,0,5.02117]]],[[17832.5,4951.58,0],0,false,[[921,0,210.017],[3934,0,363.705]]],[[10550.7,14158.7,0],0,false,[[3635,0,2.72103],[2272,0,9.19442]]], +[[17951.4,11902.5,0],0,false,[[4790,0,75.6329],[951,0,140.065]]],[[3320.95,6366.8,0],0,true,[[2188,1,30.5262],[5284,1,118.695],[4911,1,13.4939]]],[[6852.71,6184.17,0],0,false,[[3965,0,132.694],[3897,0,228.657]]],[[9608.6,4015.19,0],0,false,[[919,0,100.1],[5020,0,318.121]]],[[20037.3,4757.14,0],0,false,[[5565,0,23.7851],[2297,0,177.389]]], +[[7194.58,17251.5,0],0,true,[[2951,1,16.9598],[2507,1,112.057],[169,1,8.29423]]],[[15249.2,8934.22,0],0,false,[[5511,0,64.9372],[1300,0,143.095]]],[[15816.9,14210.6,0],0,true,[[3741,1,16.3307],[4669,1,115.342],[1020,1,5.41448]]],[[12212.6,7842.26,0],0,false,[[4931,0,370.424],[1093,0,136.35]]],[[10141.1,10241.7,0],0,false,[[3193,0,255.64],[4431,0,186.359]]], +[[9923.13,19261.2,0],0,false,[[4272,0,168.4],[5557,0,321.729]]],[[699.337,19824.5,0],0,false,[[4802,0,4.61524],[4416,1,4.7711]]],[[240.377,12753.3,0],0,false,[[5276,1,306.461],[4555,1,167.515]]],[[17092.9,18005.1,0],0,true,[[1274,1,101.16],[1467,1,14.0509],[5110,1,10.5814]]],[[11989,7933.62,0],0,false,[[2185,0,41.2016],[2720,0,55.4001]]], +[[11718.8,11550,0],0,true,[[1923,0,100.425],[1240,0,23.8406],[134,0,317.166]]],[[9465.45,8515.84,0],0,false,[[1616,0,39.37],[2860,0,9.19076]]],[[20049.1,4287.17,0],0,false,[[4208,0,87.2561],[4990,0,14.2676]]],[[13050.8,8505.09,0],0,false,[[4903,0,18.0133],[234,0,22.1531]]],[[12781.4,11772.6,0],0,false,[[1182,0,207.207],[619,0,294.522]]], +[[5457.02,3251.39,0],0,false,[[975,1,22.8671],[1992,1,186.987]]],[[8882.65,12677.1,0],0,false,[[3467,0,23.7654],[4098,0,229.717]]],[[10082.4,6742.1,0],0,false,[[1651,1,7.85184],[2623,0,57.7366]]],[[13186.3,8552.88,0],0,false,[[3721,1,3.50077],[1682,0,127.457]]],[[6799.16,17357,0],0,false,[[4691,1,21.5165],[5459,1,86.2507]]], +[[16415.5,7258.19,0],0,false,[[5160,0,12.7464],[1031,0,137.061]]],[[13098,15251.6,0],0,false,[[3789,0,298.873],[5426,0,389.712]]],[[16186.7,7363.22,0],0,false,[[2360,1,75.7606],[5196,1,352.278]]],[[5923.82,8919.47,0],0,true,[[5496,0,3.63906],[1341,0,3.86691],[3191,0,2.75391],[4546,0,3.68284],[5661,0,1.6353],[4610,1,8.67588]]],[[6350.59,17583.1,0],0,false,[[1744,0,111.79],[353,0,145.29]]], +[[5942.44,3956.76,0],0,false,[[3584,1,201.075],[445,1,248.739]]],[[19717.2,4532.02,0],0,true,[[869,0,185.662],[2501,0,47.4751],[5542,0,41.0434]]],[[7190.1,15698.6,0],0,false,[[2169,0,299.4],[506,0,307.791]]],[[11256.2,19772.4,0],0,true,[[621,0,6.06886],[1088,0,6.66654],[661,0,6.16268]]],[[12305.7,10403,0],0,false,[[1745,0,246.503],[4509,0,351.74]]], +[[5924.48,8912.58,0],0,true,[[995,0,3.54559],[5496,0,3.37143],[4610,1,11.763]]],[[13942.3,19397.3,0],0,false,[[2476,0,20.2912],[1714,0,25.8264]]],[[2990.95,10474.2,0],0,false,[[1361,0,297.428],[2144,0,129.84]]],[[10333.7,11839.7,0],0,false,[[4369,0,278.791],[4364,0,50.674]]],[[10770,12842.3,0],0,true,[[2760,0,16.623],[3524,0,20.6328],[5509,0,3.52656]]], +[[16538.5,7304.96,0],0,false,[[5,0,14.0704],[374,0,154.076]]],[[10237.1,7597.37,0],0,true,[[5613,1,72.5067],[1771,1,26.985],[5122,1,11.6419]]],[[8876.55,12656.2,0],0,true,[[4170,0,292.308],[3935,0,293.151],[3446,0,23.7654]]],[[8395.62,11021.2,0.0418701],0,false,[[959,0,35.3384],[2312,0,44.5195]]],[[6510.67,10873.7,8.60278],0,true,[[3415,1,9.58435],[5202,1,22.3434],[2666,1,24.6499],[1502,1,10.4764]]], +[[7545.42,19297.3,0],0,true,[[3081,0,7.66014],[2635,1,3.84005],[3226,1,11.7444]]],[[9145.66,2546.1,0],0,false,[[5212,0,135.834],[5379,0,327.998]]],[[19401.2,11338.8,0],0,false,[[3131,0,146.873],[4265,0,234.982]]],[[13858.9,10405.7,0],0,true,[[2127,0,2.26293],[3915,0,3.37948],[219,1,8.61991]]],[[1888.07,13914,0],0,true,[[2855,0,3.99258],[3734,0,3.44109],[4892,1,11.5193],[2434,1,8.39623]]], +[[3580.89,1505.07,0],0,false,[[1484,1,5.97231],[4924,0,100.509]]],[[15111.2,12402.9,0],0,false,[[1110,0,299.845],[1211,0,152.622]]],[[5188.62,11176.3,0],0,false,[[2495,0,380.741],[5391,0,313.545]]],[[1476.56,18207.6,0],0,false,[[4727,0,372.619],[5513,0,370.294]]],[[17662.9,12220.6,0],0,true,[[3166,0,3.1272],[2079,0,1.70215],[1514,0,7.86213]]], +[[14574.3,6577.3,0],0,false,[[799,0,370.594],[2459,0,160.125]]],[[14416.1,15839.2,0],0,false,[[4014,0,59.3436],[4561,0,250.899]]],[[10638.2,17081.8,0],0,false,[[1184,0,26.5408],[1713,0,30.5858]]],[[12476.6,11745.3,0],0,true,[[848,0,3.98848],[1371,0,4.60763],[619,0,11.5698]]],[[10136.9,916.205,0],0,true,[[581,1,323.853],[2296,1,2.4592],[4237,1,5.39991],[2252,1,7.14955]]], +[[17658.6,12214.9,0],0,true,[[387,0,27.7966],[1514,0,10.1342],[100,0,4.44847],[168,0,2.63006]]],[[14790.5,16600.7,0],0,true,[[4295,0,3.19362],[2687,0,159.236],[4962,0,7.08116],[5424,0,12.1483]]],[[5695.16,14195.2,0],0,true,[[5524,0,134.527],[1379,0,13.2894],[99,1,13.6945]]],[[19002.6,10014.3,0],0,false,[[5329,0,272.035]]],[[5702.91,18542.3,0],0,false,[[4876,1,46.5289],[796,1,84.2351]]], +[[15727.3,9247.94,0],0,true,[[2451,0,5.13906],[4706,0,15.6104],[2656,1,8.32758]]],[[14291.5,15804.2,0],0,false,[[1828,0,102.562],[3075,0,241.617]]],[[18820.3,7850.67,0],0,true,[[4384,0,334.297],[2675,0,19.9611],[173,0,11.0885]]],[[9975.76,483.925,0],0,true,[[4149,1,16.9806],[2987,1,23.0501],[1824,2,14.0549],[1725,2,14.5749]]],[[16357.8,7698.56,0],0,false,[[2578,0,223.571],[84,0,381.919]]], +[[10144.6,8228.21,0],0,true,[[3385,1,30.4857],[4493,1,30.3324],[933,1,15.0573],[1354,1,11.6698],[1664,1,8.72266],[2400,1,6.91723]]],[[13280.1,19619.4,0],0,true,[[257,0,61.876],[5655,0,90.2154],[2861,0,110.985]]],[[6675.87,17449.8,0],0,false,[[558,1,3.99196],[878,0,5.2199]]],[[12097.9,17576.4,0],0,true,[[4113,0,1.8847],[3529,0,24.7903],[2612,0,15.5401]]],[[19775.6,19684.5,0],0,false,[[2650,0,317.134],[3616,0,169.156]]], +[[18291.5,13281,0],0,false,[[4726,0,208.403],[3668,0,352.561]]],[[10742.4,18545.6,0],0,false,[[2709,0,384.516],[4393,0,293.278]]],[[19158.7,11179,0],0,false,[[873,0,110.739],[2094,0,162.703]]],[[13728.6,20300.7,0],0,false,[[3025,0,175.895],[14,0,136.382]]],[[15176.6,13486,0],0,false,[[5670,0,116.416]]], +[[14234.6,670.051,0],0,false,[[2011,0,35.5844]]],[[10811.9,12429.6,0],0,false,[[1496,0,267.887],[3186,0,218.048]]],[[11255.5,11595.1,0],0,false,[[5286,0,256.089],[2584,0,230.723]]],[[15064,13726.5,0],0,false,[[4735,0,29.4787],[5670,0,149.25]]],[[6842.61,8079.55,0],0,false,[[1104,0,333.133],[24,0,254.232]]], +[[12181.9,10647.1,0],0,false,[[2730,0,49.1945],[1745,0,27.282]]],[[12306.5,7979,0],0,true,[[65,0,20.9529],[4059,0,61.5724],[1093,0,31.1849]]],[[638.827,19406.9,0],0,false,[[166,0,10.3972],[5169,0,122.406]]],[[14013.9,18765.9,0],0,false,[[4229,0,308.31],[3797,0,178.631]]],[[12025.4,9484.78,0],0,false,[[4081,0,268.058]]], +[[11417.8,12287,0],0,false,[[4400,0,177.698],[4882,0,254.974]]],[[10550.9,6173.83,0],0,false,[[829,0,366.523],[268,0,151.131]]],[[1648.02,5605.21,0],0,false,[[3347,2,276.211],[1547,2,341.928]]],[[18672.7,11074.8,0],0,false,[[2058,0,161.33],[3589,0,46.6479]]],[[11815.7,7881.62,0],0,false,[[3129,0,17.3226],[2292,0,27.9041],[816,0,45.4415],[4899,0,12.7378]]], +[[3208.45,5781.9,0],0,false,[[4048,1,167.504],[3272,1,35.2641]]],[[6745.68,7417.59,0],0,false,[[2256,0,231.204]]],[[12842.5,8307.92,0],0,true,[[3134,0,8.28738],[2024,0,71.596],[2914,1,4.68024]]],[[15642.3,14320,0],0,false,[[2499,0,48.6321]]],[[10788.4,12833,0],0,false,[[3464,0,20.6328],[1608,0,30.3291]]], +[[15046.7,4532.23,0],0,true,[[4909,0,27.484],[541,0,32.1414],[4692,0,2.71097],[1847,0,2.24867],[4889,0,5.83101],[769,0,10.1368]]],[[9897.49,18458.8,0],0,false,[[3991,0,216.341],[545,0,168.865]]],[[13945.5,18095.2,0],0,true,[[1683,0,178.535],[28,0,1.77658],[691,0,3.66188],[4729,0,4.52117]]],[[9685.24,11562.5,0],0,false,[[3679,0,140.866],[3745,0,347.861]]],[[12097.1,17552.6,0],0,false,[[3498,0,24.7903],[4715,0,181.992]]], +[[19188.7,9488.53,0],0,false,[[1670,0,32.3855],[432,0,75.0689]]],[[7567.67,13690.3,0],0,false,[[574,1,306.799],[1348,1,140.759]]],[[15460.1,608.573,0],0,true,[[654,1,169.924],[334,1,23.4894],[4016,1,10.1988],[3207,1,7.21439]]],[[12513.7,8033.78,0],0,true,[[4507,0,80.8632],[656,0,58.7239],[5384,0,118.213]]],[[13912.5,17822.6,0],0,false,[[3208,0,242.788],[1539,0,346.087]]], +[[9447.65,10987.8,0],0,false,[[4324,0,77.3791],[3004,0,248.916]]],[[8771.45,10928.8,0],0,false,[[5514,0,212.268],[745,0,178.069]]],[[12786.1,8370.03,0],0,true,[[5141,0,18.5267],[3134,0,77.9975],[364,1,12.7137]]],[[16598.5,7176.7,0],0,false,[[2865,0,18.8293],[315,0,32.2134]]],[[12640,8268.85,0],0,false,[[1286,0,20.9058],[1081,0,10.625]]], +[[13101.9,11081.3,0],0,false,[[4616,0,341.282],[1268,0,329.271]]],[[7864.87,8468.97,0],0,false,[[3170,0,365.778],[3961,0,304.69]]],[[7793.18,15771.7,0],0,true,[[1149,0,3.90396],[4736,0,6.14253],[2032,0,2.42874],[2101,0,9.17773]]],[[15239.5,482.912,0],0,true,[[3992,0,26.2179],[2005,0,30.4386],[1534,0,9.64071],[4522,0,8.68538]]],[[8899.46,20078.4,0],0,false,[[4505,0,291.148],[3972,0,327.494]]], +[[10593.6,17066.2,0],0,false,[[1032,0,24.9648],[950,0,56.5087]]],[[11173.5,12471.5,0],0,false,[[3925,0,249.61],[7,0,195.483]]],[[7349.81,7785.27,0],0,true,[[795,0,27.2593],[478,0,34.5907],[3742,0,12.7716],[4080,0,16.142]]],[[2034.99,9748.72,0],0,false,[[3981,0,133.474],[4142,0,233.044]]],[[3345.16,1474.03,0],0,false,[[5183,1,10.6008],[5054,0,45.3942]]], +[[3886.92,15263.8,0],0,false,[[2994,1,157.747],[30,2,10.1134]]],[[18223.9,15987.5,3.52245],0,false,[[359,1,20.0071],[5693,1,17.8948]]],[[14359.4,19248.8,0],0,false,[[877,0,25.8842],[1017,0,43.4121]]],[[2145.11,10937,0],0,true,[[1147,0,2.98756],[273,0,2.89484],[5156,0,5.02597],[3899,1,7.7965]]],[[8510.15,17473.8,0],0,false,[[3772,0,66.5322],[4708,0,393.563]]], +[[19418.1,537.832,0],0,false,[[2263,1,129.159],[4297,1,283.08]]],[[19527.5,7063.46,0],0,false,[[494,0,288.303],[984,0,161.212]]],[[10428.4,5216.25,0],0,true,[[1879,0,139.716],[60,0,24.2053],[441,0,51.643]]],[[19805.3,8391.51,0],0,true,[[2422,0,18.8061],[1932,0,82.9887],[3033,0,53.2557]]],[[5559.44,11661.7,0],0,false,[[2495,0,232.618],[5713,0,187.244]]], +[[5816.02,13799.1,0],0,false,[[4993,0,114.882],[1050,0,333.939]]],[[12398.9,4839.24,0],0,true,[[1712,0,17.4438],[5293,0,242.272],[2569,0,14.4757]]],[[1134.28,8400.61,0],0,true,[[2821,0,4.17141],[1982,0,2.78686],[394,1,11.462]]],[[4578.78,3538.61,0],0,false,[[2448,0,200.925],[503,0,356.814]]],[[1654.88,19436.2,0],0,false,[[2818,0,199.389],[1342,0,307.154]]], +[[5526.46,18571.8,0],0,true,[[5676,0,8.19235],[1451,0,64.3845],[3840,1,11.6699]]],[[4992.22,10923.7,0],0,true,[[3320,0,332.174],[3013,0,5.94161],[1258,0,5.87373]]],[[18272.5,20471.4,0],0,false,[[756,1,354.392]]],[[15650.2,14161.4,0],0,false,[[4845,1,7.43139],[3230,1,39.7706]]],[[13167.3,8110.06,0],0,false,[[3666,1,1.60231],[4137,0,40.7436]]], +[[9242.87,16445.2,0],0,true,[[2725,0,131.229],[4951,0,20.7854],[1476,0,11.566]]],[[5811.29,14059,0],0,true,[[3582,0,139.291],[4348,0,4.68003],[231,0,11.7552]]],[[13246.4,8720.6,0],0,true,[[4437,1,17.156],[3055,1,16.1266],[4256,1,4.82989]]],[[17209.3,18019.3,0],0,false,[[896,1,14.4629],[1783,1,64.5827]]],[[7731.43,12529.6,0],0,false,[[2341,0,384.062],[893,0,371.233]]], +[[15388.5,2668.07,0],0,false,[[4645,1,10.7699],[5450,0,177.413]]],[[2676.03,15159.8,0],0,false,[[124,0,313.956],[4498,0,379.674]]],[[13858.9,4763.47,0],0,false,[[2779,1,29.388],[2574,1,357.94]]],[[2783.28,17727.7,0],0,true,[[2839,0,308.859],[1877,0,1.88849],[5309,0,2.50923]]],[[10545.7,7675.58,0],0,false,[[71,0,42.8835],[5652,0,33.6149]]], +[[3099.71,1344.41,0],0,true,[[788,1,14.9823],[4345,0,82.3888],[622,1,13.3905]]],[[4017.04,13363.3,0],0,true,[[1229,2,33.3851],[2280,2,181.678],[5012,2,9.97686],[2362,2,9.03368]]],[[5913.09,14149.1,0],0,false,[[843,0,48.2675],[3571,0,139.291]]],[[11172.6,4085.13,0],0,false,[[549,0,112.123],[2873,0,127.826]]],[[5759.91,3872.89,0],0,true,[[5449,1,21.7053],[3455,1,201.075],[2388,1,3.2385]]], +[[19385.8,4368.97,0],0,false,[[2896,0,325.556],[62,0,205.819]]],[[2952.83,10606,0],0,false,[[271,0,4.48234],[2144,0,7.836]]],[[12577.3,8183.49,0],0,true,[[5395,0,85.974],[5080,0,17.0638],[3942,0,30.5934]]],[[9444.35,8513.02,0],0,false,[[361,0,21.2064],[4019,0,303.732]]],[[18710.5,11102.2,0],0,false,[[3518,0,46.6479],[4209,0,391.625]]], +[[12431.3,16163.6,0],0,false,[[2840,0,393.504],[2627,0,277.663]]],[[15017.3,13595.6,0],0,false,[[522,1,119.185],[1134,1,253.767]]],[[4004.21,4457.43,0],0,false,[[4718,0,234.517],[4042,0,295.037]]],[[3353.49,6323.5,0],0,false,[[2017,0,23.2674],[4238,0,34.9647]]],[[17599.3,8532.54,0],0,false,[[2235,0,100.166],[2143,0,160.441]]], +[[17163,7457.3,0],0,false,[[4983,0,116.459],[2320,0,186.105]]],[[15165.6,18887.2,0],0,false,[[5547,0,175.511],[4808,0,356.975]]],[[5016.8,18651.3,0],0,false,[[4658,0,239.829],[276,1,4.20634]]],[[14925.9,15380.1,0],0,true,[[4408,0,23.3599],[4381,0,11.12],[1166,0,10.6745],[4634,1,20.2532]]],[[15887.8,6754,0],0,false,[[4050,1,383.318],[4879,1,300.272]]], +[[7443.94,19635.2,0],0,false,[[153,0,146.632],[1614,0,48.0522]]],[[16131.2,6942.22,0],0,false,[[4879,1,9.45573],[3181,0,243.836]]],[[13272.3,7811.27,0],0,true,[[4035,0,4.53678],[2300,0,14.119],[2802,1,17.2165]]],[[14048.5,13278.8,0.026001],0,false,[[4239,0,40.8288],[448,0,24.1691],[2526,0,12.7555],[3788,0,22.9676]]],[[5798.26,16237,0],0,false,[[2600,1,387.918],[3285,1,23.2121]]], +[[18399.5,345.144,0],0,false,[[1520,1,5.62858],[4165,0,64.4421]]],[[15221.8,14450.2,0],0,false,[[1567,0,6.8727],[2702,0,18.6495]]],[[16139.3,6946.79,0],0,false,[[2560,1,5.98357],[4879,1,17.9464]]],[[16624.3,17653.7,0],0,true,[[629,1,20.368],[312,1,23.8115],[3871,1,1.5619],[4441,1,2.36379],[1578,1,6.39382],[1775,1,9.70116]]],[[2885.77,12610.1,0],0,true,[[2689,0,210.954],[4579,0,9.51864],[1401,0,11.8371]]], +[[18515.8,10976.5,0],0,true,[[1138,0,230.779],[2058,0,24.125],[4606,0,10.5055]]],[[13896,11893.4,0],0,false,[[4688,0,272.23],[5429,0,166.715]]],[[14537.8,5106.32,0],0,false,[[4760,1,13.9194],[5585,1,56.6338]]],[[11343.2,8372.91,0],0,false,[[821,0,175.285],[3684,0,15.9821]]],[[5839.61,6260.98,0],0,true,[[9,1,395.001],[1970,1,35.5481],[2571,1,9.63661]]], +[[15045.4,13766.2,0],0,false,[[4711,1,5.26173],[4735,0,14.277]]],[[19940,19724.2,0],0,false,[[3499,0,169.156],[1223,0,291.489]]],[[16086.8,5672.27,0],0,false,[[4287,0,193.662],[23,0,264.01]]],[[15542.8,5117.64,0],0,false,[[3850,0,270.909],[1880,0,141.101]]],[[3743.31,15118.8,0],0,true,[[3255,0,26.9946],[2194,0,35.7342],[4512,0,26.9437]]], +[[19630.1,13910.8,0],0,false,[[787,0,101.941],[2097,0,384.186]]],[[14148.8,15478,0],0,false,[[5698,0,78.7711],[2309,0,91.5949]]],[[19187.7,3411.54,0],0,true,[[140,0,212.047],[3960,0,2.21561],[2726,0,3.09249]]],[[10763,12769.9,0],0,true,[[4932,1,2.7587],[540,0,34.8948],[1418,1,13.8769]]],[[14849.6,3830.65,0],0,false,[[2178,1,388.465],[1853,1,381.978]]], +[[8854.32,14721.8,0],0,true,[[2537,1,30.4676],[1063,1,124.195],[3044,1,16.9966]]],[[5213.98,19661.9,0],0,false,[[2389,2,30.8305],[3056,2,359.601]]],[[8951.99,9902.87,0],0,false,[[623,0,379.576],[4273,0,355.451]]],[[12378.9,6495.04,0],0,false,[[2141,0,106.726],[3052,0,58.023]]],[[17284.4,11392.6,0],0,true,[[1908,0,8.58698],[1580,0,5.19188],[2427,1,5.30667]]], +[[8594.23,2051.45,0],0,false,[[2221,2,288.235],[3909,2,28.6733]]],[[5480.1,8123.4,0],0,false,[[2547,1,271.622],[3024,1,186.657]]],[[11077.5,17976.7,0],0,false,[[2732,0,12.0845],[2739,0,239.525]]],[[25.3956,6716.94,0],0,false,[[4891,2,290.724]]],[[13309,13599.9,0],0,true,[[4261,0,13.9616],[2291,0,2.93745],[4542,0,13.6209],[5512,0,14.1842]]], +[[10553.1,14157.4,0],0,true,[[1873,0,2.37324],[3424,0,2.72103],[641,0,2.7648]]],[[4900.64,18999.1,0],0,false,[[4160,0,198.973]]],[[14952.6,13952.4,0],0,false,[[4053,0,264.863],[2515,0,195.858]]],[[10958.6,17626.8,0],0,false,[[1479,0,13.3788],[2850,0,60.9977]]],[[16932.8,17655.9,0],0,false,[[5510,0,191.528]]], +[[12191.4,16658.5,0],0,false,[[3247,0,384.287],[317,0,174.697]]],[[9555.76,16498.1,0],0,true,[[4245,1,139.453],[898,1,10.9155],[1366,1,6.92158]]],[[13230.1,13133.4,0],0,false,[[4450,0,154.688],[56,0,20.7845]]],[[1517.87,13797.4,0],0,true,[[381,1,112.792],[4624,1,10.7398],[5629,1,7.43798]]],[[16274.6,16606.7,0],0,true,[[2798,0,2.9371],[1941,0,2.53502],[675,1,9.15468]]], +[[5995.43,7615.7,0],0,false,[[5631,0,358.837],[1335,0,104.206]]],[[499.5,2999.14,0],0,false,[[5007,1,8.60407],[791,0,14.5092]]],[[19927.9,4510.81,0],0,false,[[3987,0,20.0114],[3390,0,19.1175]]],[[2152.27,6634.36,0],0,false,[[1038,1,326.507],[2705,1,168.985]]],[[3627.25,16317.3,0],0,true,[[3407,0,3.3171],[1036,0,5.27418],[4602,0,4.31436]]], +[[7982.42,15510.8,0],0,false,[[1874,1,144.727],[3132,1,29.033]]],[[19087.7,3693.6,0],0,false,[[3767,0,21.1264],[34,0,49.9944]]],[[13979.5,12941.4,0],0,false,[[4858,0,84.6674],[2984,0,141.298]]],[[2075.7,10333.9,0],0,false,[[891,1,213.057],[1911,1,316.713]]],[[5756.59,12134.5,0],0,false,[[5713,0,349.568],[4748,0,35.1262]]], +[[15543.5,463.48,0],0,true,[[3058,1,30.9181],[1961,1,226.078],[1611,1,4.63669]]],[[13941.2,4438.02,0],0,false,[[2972,0,79.8999],[1072,1,5.09289]]],[[19488.9,8301.47,0],0,false,[[4806,0,18.5399],[4031,0,29.7116]]],[[17461.4,9207.17,0],0,false,[[1646,0,321.43]]],[[3152.9,8450.38,0],0,false,[[536,1,133.662],[5320,1,281.199]]], +[[6903.96,11004.7,0],0,true,[[979,1,140.029],[4079,1,307.914],[5029,1,2.51494]]],[[1191.21,19469.2,0],0,false,[[3898,0,326.023],[2818,0,278.829]]],[[18007.9,7717.08,0],0,true,[[1645,0,7.47577],[1247,0,4.56046],[5011,0,10.0944]]],[[12315.8,4962.33,0],0,true,[[4200,0,16.0964],[1548,0,136.64],[1756,0,3.07017]]],[[5531.73,6318.05,0],0,false,[[5647,0,37.5984],[5098,0,70.9786]]], +[[7301.84,6477.37,0],0,true,[[5289,0,8.20277],[2968,0,134.003],[2342,1,19.2735]]],[[13165.7,8110.43,0],0,true,[[1115,1,30.2879],[5626,1,27.0984],[3569,1,1.60231]]],[[11852.4,11775.9,0],0,false,[[2820,0,74.721],[757,0,357.198]]],[[18245.2,12931.9,0],0,false,[[3500,0,352.561],[2356,0,20.0345]]],[[13629,7762.79,0],0,false,[[2153,0,94.2559],[3727,0,215.186]]], +[[7759.19,1122.92,0],0,false,[[2133,1,368.389],[5351,1,80.7864]]],[[10333.9,2582.91,0],0,true,[[1470,0,6.763],[3061,0,10.3185],[2126,0,7.90202],[2349,0,5.87998],[1143,0,4.91589],[58,0,9.66427],[5423,0,10.7914],[1074,0,10.6348]]],[[17822.1,12158.9,0],0,true,[[2819,0,138.4],[1778,0,4.45594],[3845,0,11.8216]]],[[5846.21,7181.4,0],0,false,[[2876,0,366.951],[5631,0,100.466]]],[[19618.5,4525.13,0],0,false,[[1261,0,192.655],[2609,0,155.563]]], +[[2743.39,19426,0],0,false,[[4559,0,21.6612],[3010,0,5.03241]]],[[16617.9,18256.7,0],0,true,[[4719,0,25.5936],[1889,0,22.9079],[1394,0,12.1194]]],[[16941.5,5215.82,0],0,false,[[2401,0,340.968],[3404,0,129.42]]],[[18738.6,3725.74,0],0,true,[[1003,0,1.45467],[98,0,1.41871],[1037,0,1.68707]]],[[9612.04,11639.7,0],0,true,[[308,0,15.5599],[2118,0,231.087],[3528,0,140.866]]], +[[2575.47,8072,0],0,false,[[5412,0,350.914],[3824,0,267.899]]],[[19122.1,14135.1,0],0,false,[[2531,0,86.6663]]],[[3070.44,10937.4,0],0,false,[[1450,0,19.4893],[4173,0,8.08779]]],[[12631.3,7861.4,0],0,true,[[5000,0,399.011],[1271,0,16.2009],[5232,0,18.6759]]],[[11331.3,8364.63,0],0,true,[[4254,0,18.0152],[2527,0,292.287],[3613,0,15.9821]]], +[[12301.6,18602.1,0],0,false,[[960,0,23.8552],[2116,0,85.2734]]],[[12129.6,4123.94,0],0,false,[[4971,0,260.031]]],[[3926.74,13322.4,0],0,false,[[2362,0,96.8952],[2971,0,28.6946]]],[[6800.01,19049.8,0],0,false,[[2170,1,352.427],[4594,1,27.8439]]],[[12934.1,8891.29,0],0,false,[[125,1,213.412],[2398,1,20.5098]]], +[[19713.8,8423.32,0],0,true,[[1322,0,62.907],[4357,0,19.8512],[228,1,6.51212]]],[[19335.6,10979.6,0],0,false,[[3997,1,257.635],[137,1,226.812]]],[[13189.6,8048.01,0],0,true,[[834,1,78.5867],[4563,1,5.9721],[4186,1,8.38473]]],[[11275.9,3833.94,0],0,false,[[243,0,28.5537],[1390,0,27.9612]]],[[6231.16,13858.8,9.29042],0,true,[[705,1,16.4541],[81,1,18.0151],[5008,1,10.7732],[2543,1,4.42003]]], +[[6789.52,17490,0],0,true,[[164,0,72.5889],[3864,0,7.42591],[768,0,2.27352]]],[[13741.2,4208.33,0],0,true,[[928,0,281.231],[961,0,17.4299],[963,0,61.2008]]],[[15394.6,6015.51,0],0,false,[[617,0,365.738],[5134,0,7.85513]]],[[14054.1,15481.4,0],0,false,[[2309,0,3.21224],[4787,0,11.3069]]],[[17440.7,13998.6,0],0,false,[[2742,1,325.399],[4569,1,254.524]]], +[[12945,8886.29,0],0,false,[[4873,0,189.964],[2398,1,12.5458]]],[[8993.45,5640.09,0],0,true,[[68,0,164.89],[2747,0,100.876],[2060,0,101.607]]],[[4684.95,3921.83,0],0,false,[[5245,0,337.449],[3716,0,365.504]]],[[19679,7123.89,0],0,false,[[984,0,3.93729],[5376,0,3.26121]]],[[3869.45,2301.37,0],0,true,[[4807,1,6.73192],[1304,0,15.7951],[5335,1,8.88446]]], +[[18490.1,17615,0],0,false,[[605,1,60.5194],[3074,1,30.5508]]],[[14929.7,15346.6,0],0,true,[[4634,1,13.4312],[4934,0,109.145],[5099,0,5.71896]]],[[6440.35,13787.7,0],0,false,[[705,0,204.678],[4260,0,378.163]]],[[5487.8,14186.6,0],0,false,[[5636,1,203.155],[5604,1,103.02]]],[[13137.8,8371.15,0],0,false,[[871,1,33.8669],[1270,1,27.8102]]], +[[17137.3,5061.58,0],0,false,[[3785,0,36.3944],[4140,0,64.3599]]],[[17729.8,12030.9,0],0,true,[[2810,0,3.087],[5704,0,3.037],[2091,0,6.75369]]],[[16662,13296.4,0],0,false,[[922,0,381.265],[4809,0,165.693]]],[[9828.52,4554.15,0],0,false,[[1753,0,289.705],[5453,0,187.512]]],[[13268.7,8083.39,0],0,true,[[834,1,8.50897],[3307,0,7.38045],[3718,1,18.8539]]], +[[13484.4,4528.45,0],0,true,[[3256,0,68.1515],[4994,0,174.146],[4627,0,216.566]]],[[5018.73,3772.9,0],0,false,[[3702,0,365.504],[884,0,240.429]]],[[987.805,16989.7,0],0,false,[[5041,0,397.063],[217,0,287.844]]],[[13281.2,8097.48,0],0,true,[[1213,1,232.594],[834,1,27.1112],[3307,1,18.7678],[3714,1,18.8539]]],[[12596.2,19609.7,0],0,false,[[4786,0,242.869],[391,0,219.999]]], +[[4755.08,2564.02,0],0,false,[[4206,1,128.463],[5483,1,23.3761]]],[[13189.5,8554.37,0],0,true,[[4673,1,21.5357],[3980,1,22.3959],[3448,1,3.50077]]],[[19482.3,10076,0],0,true,[[319,0,3.91525],[2066,0,3.25149],[5681,1,7.92315]]],[[13831.9,4651.02,0],0,false,[[4684,1,19.7497],[2779,1,87.9883]]],[[9719.41,3997.09,0],0,true,[[4233,0,3.46576],[5466,0,5.27936],[4946,0,1.62354],[3751,0,2.81232]]], +[[7174.8,6431.8,0],0,false,[[3739,0,379.212],[1492,0,98.321]]],[[13968.3,19410.8,0],0,true,[[5358,0,18.5964],[1508,0,15.0863],[2267,0,4.56837],[2476,0,9.22145]]],[[13442.7,7870.38,0],0,false,[[3669,0,215.186],[2580,0,95.781]]],[[17361.2,7193.46,0],0,false,[[418,0,133.529],[771,0,272.47]]],[[7070.18,4632.34,0],0,true,[[274,1,19.5331],[5152,1,129.082],[5664,1,8.53564],[3356,1,11.5305]]], +[[3893.74,15148.6,0],0,true,[[2679,0,382.232],[1542,0,11.5043],[1846,2,16.392]]],[[18813.1,14944,0],0,true,[[2055,0,336.605],[1462,0,3.9828],[1185,0,7.18265],[2646,1,5.14334]]],[[17676.9,12215.4,0],0,true,[[5616,0,3.85366],[753,0,1.98565],[3103,0,2.80033],[1514,0,8.14677],[1004,0,8.25589]]],[[10473.3,17289.7,0],0,false,[[1772,0,200.111],[2970,0,127.799]]],[[1891.43,13914.7,0],0,true,[[3474,0,3.44109],[1818,0,3.09131],[2434,1,6.11451]]], +[[18555,17598.5,0],0,true,[[5432,0,203.151],[3064,0,4.10146],[605,1,7.11228]]],[[3153.74,19702.1,0],0,false,[[2063,0,357.002],[3367,0,342.33]]],[[19333,14270.6,0],0,true,[[5128,0,4.80614],[2824,0,12.6252],[2922,0,7.75638]]],[[10666.7,12731.9,0],0,false,[[4976,1,341.658],[855,1,23.8722]]],[[6816.16,6308.76,0],0,false,[[5056,0,50.0401],[3725,0,379.212]]], +[[5617.41,3531.67,0],0,true,[[805,0,119.482],[5326,0,267.856],[1078,0,57.9927]]],[[15826.9,14223.4,0],0,false,[[4127,1,19.3178],[3432,1,16.3307]]],[[7338.36,7790.91,0],0,false,[[4080,0,3.51514],[3547,0,12.7716]]],[[10027.9,8649.84,0],0,false,[[3127,0,369.378],[716,0,14.4637]]],[[5234.18,19643.7,0],0,false,[[4119,0,16.4102],[3827,0,351.845]]], +[[10015.1,11453.3,0],0,false,[[3528,0,347.861],[408,0,243.013]]],[[12759.4,8212.8,0],0,false,[[1058,1,23.5128],[1994,1,116.392]]],[[18963.7,7145.24,0],0,false,[[1914,0,394.782],[5643,0,29.7368]]],[[7777.34,15779.7,0],0,false,[[260,1,2.94108],[2148,0,3.4375]]],[[14594.1,12538,0],0,false,[[2907,1,368.249],[2740,1,401.399]]], +[[7396.02,7780.62,0],0,false,[[280,2,26.6613],[5032,2,87.465]]],[[9718.36,3994.48,0],0,true,[[4946,0,2.48916],[4233,0,0.768597],[5323,0,3.736],[3381,0,3.05861],[3724,0,2.81232]]],[[16893.4,19264.1,0],0,true,[[2282,0,17.0358],[2558,0,384.27],[5158,0,9.45642]]],[[3282.73,7359.93,0],0,false,[[2509,1,260.251],[2035,1,85.2223]]],[[3269.2,6639.9,0],0,false,[[1980,1,378.708],[2831,1,236.7]]], +[[16002.8,15060.7,0],0,false,[[2410,1,374.346],[4508,1,236.768]]],[[16822.7,8581.01,0],0,false,[[3090,1,55.7082],[3008,1,223.766]]],[[11468.2,7786.73,0],0,false,[[5311,0,276.96],[1770,0,141.917]]],[[17247.9,17489.7,0],0,true,[[3861,0,2.56259],[1638,0,13.2531],[5656,0,4.02221]]],[[18853.5,3289.93,0],0,false,[[5475,0,47.1096],[140,0,144.828]]], +[[19929,4774.41,0],0,true,[[2879,0,19.7334],[763,0,3.53731],[5222,0,6.28958]]],[[12693.4,8328.29,0],0,false,[[1049,0,46.0443],[3917,0,25.8859]]],[[6377.76,4182.84,0],0,false,[[445,1,242.564],[1441,1,273.909]]],[[12485.5,6442.65,0],0,false,[[2921,0,83.4418],[3174,0,130.502]]],[[15105.6,6439.39,0],0,true,[[4202,1,20.0986],[4513,1,174.582],[3375,1,14.4073],[3806,1,11.3918],[2248,1,8.61094]]], +[[13853.4,7219.1,0],0,false,[[3157,0,249.791],[3188,0,174.152]]],[[10576,20169.1,0],0,false,[[4064,0,326.561],[4108,0,24.4944]]],[[19083,3714.2,0],0,false,[[2811,0,15.6561],[3651,0,21.1264]]],[[7496.71,19635.7,0],0,true,[[1614,0,4.89817],[1474,0,3.05251],[2412,0,7.76055]]],[[16961.9,2979.97,0],0,false,[[5101,0,290.241],[0,0,208.562]]], +[[4126.77,14714,0],0,false,[[2701,0,30.401],[1705,0,172.284]]],[[19372.6,19655.5,0],0,false,[[3047,0,379.642],[803,0,55.7131]]],[[8566.67,17508.9,0],0,true,[[5578,0,333.092],[3554,0,66.5322],[1587,0,392.843]]],[[3586.71,6219.99,0],0,true,[[5327,0,6.94589],[943,0,12.2108],[424,1,5.54821]]],[[17884.5,19671.5,0],0,true,[[2049,1,22.986],[4992,1,22.7085],[4041,1,4.48251],[5287,1,3.60892],[3005,1,7.02777]]], +[[7434.7,10121.3,0],0,false,[[1324,1,132.301],[4653,1,354.846]]],[[6987.56,10894.3,0],0,true,[[5029,0,136.126],[942,0,6.61855],[5436,1,15.1651]]],[[9720.76,698.04,0],0,true,[[5009,2,28.0041],[983,2,29.0042],[1593,2,23.0112],[4995,2,24.5616],[1731,2,18.0144],[4352,2,10.006],[2290,2,29.5811]]],[[2341.42,14373.8,0],0,false,[[3902,0,204.713],[4457,0,364.624]]],[[16480.1,9009.72,0],0,false,[[437,0,382.119],[1831,0,339.847]]], +[[10149.8,7051.75,0],0,true,[[1651,1,313.07],[4592,1,33.5992],[2163,1,9.86262]]],[[15229.2,3958.13,0],0,false,[[3932,0,217.469],[1151,0,318.04]]],[[20095.6,8395.6,0],0,false,[[5257,0,186.979],[264,0,393.231]]],[[10571.1,12923,0],0,true,[[4141,1,87.5881],[4286,1,30.1063],[3933,1,8.19402]]],[[15679.2,16947.6,0],0,false,[[937,0,184.989],[3891,0,239.185]]], +[[17110.7,5036.84,0],0,true,[[4717,0,4.99146],[3710,0,36.3944],[1323,0,8.65831]]],[[465.102,2961.7,0],0,false,[[2993,0,67.7293],[1330,0,23.3973]]],[[17410.2,17940.4,0],0,true,[[2298,1,313.502],[5455,1,22.4742],[1380,1,6.81847]]],[[14061.2,13259.7,0],0,false,[[2526,0,20.5364],[1734,0,24.3238],[3603,0,22.9676]]],[[13263.4,15003.1,0],0,false,[[1106,0,396.835],[3451,0,298.873]]], +[[14708.5,11934.9,0],0,true,[[5708,0,10.0079],[2608,0,16.3686],[252,0,4.15311]]],[[19889.7,11272.6,0],0,false,[[902,0,194.4]]],[[18893,14277.7,0],0,true,[[2486,1,4.18688],[4193,1,3.53985],[5190,1,13.9892],[4203,1,4.49385]]],[[15672,3119.65,0],0,false,[[5397,0,112.788]]],[[10353.8,7879.23,0],0,false,[[1894,0,99.9238],[4073,0,169.287]]], +[[12440.9,9560.97,0],0,true,[[1649,1,301.292],[1233,1,23.4251],[2648,1,12.5676],[3879,1,10.5344]]],[[7391.61,16309.5,0],0,false,[[2045,1,379.254],[674,1,337.246]]],[[13994.8,18588.3,0],0,false,[[3513,0,178.631],[609,0,323.197]]],[[11207.8,3878.76,6.10352e-005],0,false,[[885,0,77.1885],[3819,0,35.3523]]],[[5927.48,8904.56,0],0,true,[[3865,0,3.39858],[82,0,3.30969],[995,0,6.21763],[3139,1,11.5469],[4610,1,17.487]]], +[[6931.07,17629,0],0,false,[[2140,0,156.642],[164,0,148.08]]],[[3552.35,15195.5,0],0,true,[[5223,1,175.839],[4394,1,8.76555],[4088,1,3.31244]]],[[17281.4,17431.3,0],0,false,[[879,0,47.0169],[2999,0,169.305]]],[[13813.8,16903.6,0],0,false,[[3421,0,214.219],[1214,0,386.88]]],[[12153.5,9947.51,0],0,false,[[4252,1,47.0458],[1101,1,16.7166]]], +[[16922.3,17993.5,0],0,false,[[126,0,44.4816],[4405,0,41.6234]]],[[15095.4,6434.42,0],0,true,[[3375,0,3.65305],[2248,0,5.93854],[3764,1,11.3918]]],[[16421.7,5237.89,0],0,false,[[4181,0,407.217],[3409,0,335.306]]],[[7149.89,13395.3,0],0,false,[[5191,1,15.674],[574,1,209.33]]],[[10987.6,11572.8,0],0,false,[[2014,0,27.0178],[3249,0,10.9488]]], +[[14714.7,221.081,0],0,true,[[2236,0,63.4925],[4015,0,40.2832],[429,0,93.7788]]],[[18007.7,6839.05,0],0,false,[[4585,0,309.276],[2241,0,384.957]]],[[2958,5058.99,0],0,false,[[1796,0,136.425],[2478,0,178.528]]],[[14948,16106.9,0],0,false,[[2687,0,359.923],[751,0,4.61412]]],[[6753.18,16914.1,0],0,false,[[5375,1,163.045],[376,1,383.425]]], +[[18450.2,17615.1,0],0,true,[[1674,0,15.7306],[485,0,20.4591],[3074,1,13.8434]]],[[15574.8,8802.91,0],0,false,[[1515,1,263.043],[2465,1,12.6986]]],[[8076.04,16846.2,0],0,false,[[3996,1,273.121],[3169,1,14.2048]]],[[481.187,3079.97,0],0,true,[[2149,0,15.9581],[57,1,9.54622],[2889,1,5.30569]]],[[11243,3875.92,-0.00012207],0,false,[[3798,0,35.3523],[5579,0,19.1531],[243,0,28.5542]]], +[[14270.7,11937,0],0,false,[[2740,1,340.943],[1082,1,42.6682]]],[[13615.9,5289.62,0],0,false,[[1865,1,383.619],[318,1,304.514]]],[[10960.2,17643.9,0],0,false,[[862,0,123.943],[1479,0,21.6886]]],[[12104.1,10025.3,0],0,false,[[1421,1,360.358],[3120,1,24.095]]],[[2661.53,7818.34,0],0,false,[[3680,0,267.899],[766,0,359.751]]], +[[4284.34,17919.7,0],0,true,[[5277,2,179.406],[349,2,17.2621],[743,2,9.39226]]],[[13706.3,18096,0],0,false,[[1708,0,374.295],[4729,0,235.977]]],[[5562.28,19770.2,0],0,false,[[3744,0,351.845],[702,0,212.276]]],[[4277.84,16476.5,0],0,true,[[4163,2,19.7286],[3849,2,368.947],[196,2,8.87339]]],[[6232.32,6108.29,0],0,false,[[3179,1,6.34403],[4816,0,13.3022]]], +[[20402.9,5940,0],0,true,[[1722,0,4.44436],[2429,0,3.92445],[4395,0,4.5245]]],[[14346.9,15870.7,0],0,true,[[3265,0,2.07401],[918,0,21.3338],[2027,0,4.77566]]],[[11706.6,11637.7,0],0,false,[[5464,0,112.408],[2820,0,163.601]]],[[16743.6,463.891,0],0,true,[[2257,1,208.824],[1615,1,15.3862],[1836,1,8.13025]]],[[9007.2,238.54,0],0,false,[[4043,1,171.111],[2050,1,322.573]]], +[[15011.8,970.072,0],0,true,[[4492,0,336.242],[1622,0,6.5424],[5019,0,4.76097],[5603,0,3.50541]]],[[6132.75,155.288,0],0,false,[[5458,1,311.758],[5023,1,146.953]]],[[15408.5,2808.8,0],0,false,[[3197,1,5.87201],[3007,0,132.909]]],[[2967.28,2069,0],0,false,[[634,1,96.8902],[712,1,230.394]]],[[2769,11492.9,0],0,false,[[1647,0,373.491]]], +[[5535.07,18579.7,0],0,true,[[2697,1,24.0823],[1730,1,95.2166],[5676,1,13.1801],[3565,1,11.6699]]],[[19496.6,8628.42,0],0,true,[[4682,0,340.411],[3175,0,2.96986],[3946,0,6.26543]]],[[9730.51,16582.6,0],0,true,[[898,1,198.76],[4672,1,139.545],[5288,1,3.36002]]],[[5204.02,7490.56,0],0,true,[[1112,1,163.588],[3354,1,14.0831],[5373,1,3.63398],[2346,1,11.9357]]],[[3855.59,16289,0],0,false,[[550,2,7.97313],[1219,0,221.479]]], +[[17812.2,12152.4,0],0,true,[[2541,0,30.6633],[427,0,61.5864],[3672,0,11.8216],[1778,0,10.7167]]],[[4360.8,4600.41,0],0,false,[[1257,1,161.429],[635,1,267.301]]],[[17143.5,17876.9,0],0,false,[[2171,0,100.623],[1013,0,34.8645]]],[[14422.3,19693.6,0],0,false,[[2812,0,280.041],[4573,0,232.719]]],[[4493.43,16773.8,0],0,false,[[3828,2,368.947],[2064,2,251.974]]], +[[15450.7,5372.29,0],0,true,[[1445,0,5.74608],[3618,0,270.909],[4862,0,5.50441]]],[[5174.29,6807.14,0],0,false,[[3966,1,271.456],[1633,1,141.385]]],[[17660.7,12231.3,0],0,true,[[488,0,5.59229],[1039,0,4.0991],[1609,0,3.06096],[5247,0,1.47903]]],[[3412.86,1284.87,0],0,false,[[4870,1,187.191],[314,1,27.1479]]],[[13551.6,13578.2,0],0,false,[[976,0,54.7028],[1700,0,18.3808]]], +[[15877.3,14478.9,0],0,false,[[4919,0,3.11176],[3126,1,2.54151]]],[[14374.1,7969.69,0],0,true,[[5159,0,1.78602],[2606,0,1.78185],[1367,0,13.1612]]],[[2647.66,19350.2,0],0,false,[[3084,0,310.192],[1472,0,104.394]]],[[1118.96,8406.01,0],0,true,[[4299,1,235.093],[394,1,27.2964],[2821,1,12.2764]]],[[7056.63,673.751,0],0,false,[[4182,0,173.756]]], +[[13109.1,2540.51,0],0,false,[[4929,0,387.659],[4693,0,293.732]]],[[17245.3,17489.7,0],0,true,[[4853,0,1.7341],[3758,0,2.56259],[5656,0,1.67266]]],[[9716.44,3998.82,0],0,true,[[1442,0,2.71861],[4946,0,2.34272],[1218,0,2.60452]]],[[1417.09,3691.04,0],0,false,[[1653,0,392.484],[2956,0,275.004]]],[[6787.47,17482.8,0],0,true,[[3695,0,7.42591],[4941,0,90.7281],[768,0,6.20558]]], +[[5925.01,8902.23,0],0,false,[[3139,1,8.15331],[3799,0,3.39858]]],[[5200.86,12590.8,0],0,false,[[2688,2,328.857],[5187,2,271.235]]],[[18478.7,6618.76,0],0,true,[[2241,0,136.949],[1162,0,19.6749],[479,0,7.24317]]],[[7618.46,3126.24,0],0,false,[[1844,2,291.249],[4469,2,391.085]]],[[187.638,19232.8,0],0,false,[[4070,0,327.95]]], +[[20202.5,16256.6,0],0,false,[[4236,0,316.394],[4468,0,202.096]]],[[16625.5,17654.6,0],0,false,[[3608,1,1.5619],[4441,0,3.5065]]],[[16324.3,7118.63,0],0,false,[[3313,0,32.8375],[309,0,160.157]]],[[17033.5,17818.7,0],0,true,[[2033,0,14.3737],[5510,0,145.972],[5574,0,8.78806]]],[[14790.4,207.782,0],0,false,[[2403,0,31.724]]], +[[7758.95,15799.1,0],0,false,[[260,1,25.182],[2045,1,250.893]]],[[19482,18486.1,0],0,false,[[2003,0,235.393],[1899,0,223.901]]],[[13604.3,12713.5,0],0,true,[[2520,0,217.457],[2634,0,25.4553],[672,0,216.492]]],[[17666.1,12220.9,0],0,true,[[1975,0,3.19163],[2793,0,2.29699],[3128,0,2.2795],[5686,0,1.9311]]],[[12445.4,9551.45,0],0,true,[[2648,0,3.46888],[1589,0,184.961],[3795,1,10.5344]]], +[[19608.4,4773.66,0],0,true,[[2247,0,85.4574],[3042,0,18.4353],[904,0,9.63588]]],[[19493.4,14116.5,0],0,false,[[3920,0,35.8171],[787,0,148.948]]],[[6872.09,10656.9,0],0,false,[[2735,2,84.84],[4908,2,26.8941]]],[[15092.2,6428.78,0],0,false,[[4202,1,3.05011],[3375,0,2.91417]]],[[5919.56,14201.5,0],0,true,[[450,1,19.5526],[5361,1,389.698],[843,1,7.10407]]], +[[5691.6,13985.1,0],0,false,[[4168,0,44.6364],[4057,0,141.972]]],[[13462.1,13796,0],0,false,[[2620,0,185.831],[2391,0,247.966]]],[[10392.3,11499.3,0],0,false,[[1947,0,54.2231],[4369,0,151.437]]],[[13600.6,9356.77,0],0,false,[[5452,1,169.699],[3115,1,397.919]]],[[10864.5,10997.7,0],0,true,[[4783,0,3.46724],[3206,0,3.54196],[5102,1,3.87693]]], +[[15000.6,9433.32,0],0,false,[[1789,0,211.733],[3027,0,267.871]]],[[15902.5,17033.4,0],0,false,[[3784,0,239.185],[5178,0,308.709]]],[[15131.2,8875.32,0],0,true,[[4322,0,3.17281],[5640,0,3.03744],[19,1,3.0379]]],[[14057.3,13319.1,0],0,false,[[4423,0,20.8817],[448,0,19.0088]]],[[13989.9,7092.12,0],0,true,[[462,0,3.96485],[2394,0,5.43814],[3188,0,12.3266],[1621,0,15.2202]]], +[[7822.99,15739.8,0],0,false,[[5074,0,6.38827],[4784,0,6.86952]]],[[13483.5,16323.2,0],0,false,[[3957,0,296.6],[1715,0,63.5308]]],[[7009.8,6018.02,0],0,false,[[3427,0,228.657],[4860,0,255.705]]],[[873.833,19468.8,0],0,false,[[1216,0,225.123],[3661,0,326.023]]],[[2142.57,10944.4,0],0,true,[[5553,1,21.4565],[1904,1,20.5253],[5156,1,5.87143],[5564,1,3.58926],[5331,1,3.99984],[1147,1,10.1604],[3553,1,7.7965],[273,1,6.98156]]], +[[10646.7,11565,0],0,false,[[2070,0,70.7341],[2719,0,71.7432]]],[[5126.33,6497.57,0],0,false,[[1172,1,5.09209],[2772,0,30.9179]]],[[2147.96,14309.2,0],0,false,[[2497,0,145.572],[3778,0,204.713]]],[[5729.98,8557.56,0],0,false,[[3024,1,314.897],[3139,1,388.576]]],[[4236.31,16168.8,0],0,false,[[982,0,47.0634]]], +[[14055.8,15495.1,0],0,false,[[302,0,133.699],[4333,0,11.5234]]],[[10360.6,6887.32,0],0,true,[[1636,0,61.7908],[4852,0,13.2437],[1351,0,24.516]]],[[997.437,6614.76,0],0,false,[[677,0,174.611],[1680,0,317.642]]],[[15489.3,16313.8,0],0,false,[[4635,0,392.663],[120,0,256.286]]],[[8583.83,2078.17,0],0,true,[[3630,2,28.6733],[1243,2,285.798],[538,2,10.0584]]], +[[2123.18,344.974,0],0,false,[[3057,1,358.377],[3106,1,361.965]]],[[7319.43,7788.18,0],0,false,[[4080,0,15.896],[1826,0,82.5927]]],[[12772.4,5836,0],0,false,[[486,0,254.482],[4480,0,280.398]]],[[15727.3,9238.52,0],0,false,[[2656,1,2.39135],[2451,0,4.29981]]],[[12457.6,14783.3,0],0,false,[[826,0,285.913],[148,0,146.849]]], +[[13860.1,10402.5,0],0,true,[[3473,0,3.37948],[2791,0,3.89552],[219,1,11.6612]]],[[14281.4,6820.49,0],0,true,[[2378,0,4.82268],[3309,0,37.7832],[282,0,7.51104]]],[[12713.6,8344.52,0],0,false,[[3761,0,25.8859],[597,0,22.7648]]],[[15201.6,256.814,0],0,false,[[1410,0,140.906],[3069,0,167.185]]],[[11418.4,18343.4,0],0,false,[[2111,0,182.362],[2137,0,309.49]]], +[[19484,14151,0],0,false,[[4376,0,3.1619],[3881,0,35.8171]]],[[10862.4,841.072,0],0,false,[[4957,1,361.356],[193,1,167.478]]],[[14285.2,654.166,0],0,false,[[2602,0,219.923],[5344,0,24.6711]]],[[15570.6,9847.74,0],0,false,[[3403,0,293.28],[4832,0,154.445]]],[[9949.94,629.204,0],0,false,[[4697,1,11.5079],[5042,1,35.3505]]], +[[11081.4,12703,0],0,true,[[258,0,4.41967],[3546,0,249.61],[4284,1,6.61928]]],[[2870.69,12610.6,0],0,true,[[3388,0,21.2266],[4579,0,5.58178],[1401,0,3.27185]]],[[11240.9,9233.1,0],0,true,[[2533,0,7.27314],[2986,0,228.409],[4970,0,12.7602]]],[[15958.6,11634.3,0],0,false,[[3077,0,40.2835],[5095,0,24.0904]]],[[16467.9,8463.39,0],0,false,[[4752,0,182.519],[2369,0,367.836]]], +[[16764.8,17085.3,0],0,false,[[3079,0,183.338],[3237,0,334.318]]],[[16711.1,18230,0],0,false,[[1582,0,3.38866],[1952,0,3.6141]]],[[15108.7,4138.07,0],0,false,[[541,0,366.997],[3781,0,217.469]]],[[10568.9,12930.9,0],0,false,[[3783,1,8.19402],[5342,0,78.4303]]],[[18082.3,5211.1,12.471],0,true,[[3423,0,363.705],[5371,0,18.4735],[2239,0,11.5242]]], +[[8921.33,12367.1,0],0,false,[[3467,0,293.151],[1224,0,275.244]]],[[10321.3,2585.77,0],0,true,[[3109,0,4.04065],[3041,0,3.69292],[4178,0,8.20899],[3306,0,8.34767]]],[[9456.74,10807.5,0],0,false,[[4123,0,385.187],[3202,0,122.946]]],[[3919.34,14092.3,0],0,false,[[2016,2,339.031],[4915,2,114.989]]],[[17559.1,12379.2,0],0,false,[[482,0,34.7101],[5561,0,307.58]]], +[[18001,16327.3,0],0,false,[[1819,0,248.918],[2508,0,140.766]]],[[826.757,6937.42,0],0,true,[[5532,0,2.50903],[2452,0,2.45096],[2384,1,1.04431]]],[[12590.6,8210.78,0],0,false,[[3587,0,30.5934],[1456,0,26.5922]]],[[8808.45,1511.71,0],0,true,[[3189,2,112.527],[4125,2,27.2533],[5495,2,13.8145]]],[[4607.05,1032.51,0],0,false,[[5596,1,318.295],[2,1,181.989]]], +[[3775.02,4842.69,0],0,false,[[3187,2,319.468],[4964,2,116.108]]],[[19495,8622.35,0],0,true,[[3175,0,3.30938],[3841,0,6.26543],[815,0,7.18418]]],[[10558.7,11650.9,0],0,false,[[2564,0,214.51],[3216,0,154.107]]],[[9144.62,1563.33,0],0,false,[[4661,2,345.828],[2130,2,325.139]]],[[14249.8,14603.8,0],0,false,[[1180,0,373.374],[459,0,243.093]]], +[[19980.8,7876.95,0],0,false,[[213,1,278.039],[4228,1,342.082]]],[[4993.72,10910,0],0,true,[[4114,0,6.05337],[2942,0,398.137],[2370,0,5.51388],[515,0,8.07953]]],[[5713.76,14169.7,0],0,true,[[2135,0,15.6035],[4666,0,59.243],[285,1,13.6585]]],[[17719.7,4772.23,0],0,false,[[42,0,175.206],[5188,0,27.5161]]],[[11673.4,11539.4,0],0,false,[[1240,0,22.9171],[5286,0,167.108]]], +[[10636.9,11232,0],0,true,[[5102,1,323.51],[4386,1,12.7643],[3076,1,12.9112]]],[[9849.65,12311.2,0],0,false,[[5359,1,22.4128],[3406,1,344.528]]],[[13337,16065.3,0],0,false,[[4861,0,141.408],[3896,0,296.6]]],[[2779.08,17728.6,0],0,true,[[1877,0,2.44197],[212,0,3.17911],[5309,0,3.53805]]],[[17260.2,11393.8,0],0,false,[[2463,0,349.169],[1908,0,15.7905]]], +[[19187.9,3413.75,0],0,false,[[3622,0,2.21561],[2726,0,1.00245]]],[[7577,8369.79,0],0,false,[[3541,0,304.69],[4463,0,166.548]]],[[12580.3,8075.35,0],0,true,[[1737,1,19.5415],[5149,1,13.2125],[4613,1,27.1779]]],[[10151.2,7712.39,0],0,false,[[2182,0,24.8622],[1803,0,45.8155]]],[[11494.5,12928,0],0,false,[[337,1,20.5286],[731,1,396.442]]], +[[6761.2,6280.26,0],0,false,[[5316,0,6.56837],[3427,0,132.694]]],[[5092.91,6550.75,0],0,false,[[1686,1,54.3391],[3851,1,271.456]]],[[12766.8,9376.36,0],0,false,[[4429,0,120.611]]],[[12599.1,4186.98,0],0,true,[[2294,0,3.58925],[283,0,3.96539],[1739,0,5.32617]]],[[13361.3,15847.2,0],0,true,[[2549,0,240.481],[4620,0,4.44992],[135,0,8.10997]]], +[[3230.89,10968.6,0],0,false,[[1450,0,144.766],[2284,0,225.953]]],[[8492.54,4765.24,0],0,false,[[4191,0,179.934],[4129,0,158.867]]],[[8674.41,20316.3,0],0,false,[[3544,0,327.494],[2125,0,218.871]]],[[13848.5,19463.1,0],0,false,[[1569,0,241.724],[4898,0,20.0929]]],[[2325.47,15940.8,0],0,false,[[1881,0,19.4986]]], +[[9720.47,4003.29,0],0,true,[[2763,0,3.98552],[229,0,3.48154],[5466,0,1.35345]]],[[11111.1,19065.7,0],0,false,[[738,0,322.927],[867,0,380.327]]],[[14273,636.328,0],0,false,[[780,0,196.125],[1417,0,21.1102]]],[[864.008,8848.13,0],0,false,[[1986,1,374.508],[1320,1,377.868]]],[[13703.3,4796.99,0],0,false,[[3321,1,16.4659],[2393,1,101.043]]], +[[13187.8,8532.05,0],0,false,[[3721,1,22.3959],[5268,1,45.5658]]],[[1967.07,9835.3,0],0,true,[[449,0,2.98213],[3548,0,133.474],[858,1,7.18102]]],[[13877.1,4373.47,0],0,false,[[2972,0,12.625],[4075,1,4.32129]]],[[18601.4,17576.6,0],0,true,[[2706,0,4.15438],[5079,0,318.463],[1129,0,2.1326],[1804,1,5.26513]]],[[14083.5,19410.3,0],0,true,[[1538,0,54.2665],[5358,0,96.9773],[4229,0,339.987]]], +[[16263.6,12518.5,0],0,false,[[5536,1,9.12554],[4289,0,6.56227]]],[[5834.24,17560.4,0],0,false,[[4143,0,31.2881],[4130,0,323.747]]],[[19927.2,4530.8,0],0,true,[[2297,0,104.201],[3647,0,20.0114],[3195,0,28.7304]]],[[8252.49,20467.6,0],0,false,[[5627,1,148.122]]],[[10891.1,17918.3,0],0,false,[[3322,0,184.854],[2115,0,143.897]]], +[[1002.33,2868.99,0],0,false,[[4921,1,386.877],[2201,1,135.555]]],[[10061.1,18324.1,0],0,false,[[2992,0,169.85],[3526,0,216.341]]],[[15213.3,483.573,0],0,false,[[415,0,89.6565],[3543,0,26.2179]]],[[11738.6,1046.74,0],0,false,[[4477,1,89.8807],[1736,1,20.2956]]],[[17264.6,4195.07,0],0,false,[[1062,0,321.622],[1724,0,78.6115]]], +[[11333.3,7490.72,0],0,false,[[1849,0,118.679],[5218,0,331.044]]],[[7806.34,16882,0],0,false,[[5394,1,186.6],[3817,1,273.121]]],[[19412.3,10733.7,0],0,false,[[1044,1,187.728],[3691,1,257.635]]],[[8038.27,3444.9,0],0,false,[[1936,2,241.862],[4293,2,201.599]]],[[19785.7,11594.9,0],0,false,[[1650,0,202.968]]], +[[14601.7,5117.38,0],0,false,[[5315,0,56.8219],[1168,0,364.676]]],[[2962.05,19393,0],0,true,[[5066,0,206.369],[4220,0,2.83957],[5333,0,3.3997]]],[[10456.4,11460,0],0,false,[[1947,0,21.0901],[2564,0,4.33158]]],[[5544.39,12353.2,0],0,true,[[2625,0,228.995],[4483,0,5.24046],[5120,2,11.483]]],[[19073.8,3714.94,0],0,false,[[4221,0,24.1641],[947,0,27.6936]]], +[[6980,13556.6,0],0,false,[[4260,0,215.308],[4039,0,218.24]]],[[4847.47,18802.5,0],0,true,[[1460,2,10.9884],[4728,2,5.75141],[4160,2,5.20088]]],[[7140.85,13385.8,0],0,false,[[4039,0,16.374],[5191,1,4.66794]]],[[3856.01,15021.2,0],0,true,[[4533,2,23.102],[842,2,50.2665],[3302,2,7.55249],[3417,2,15.9056]]],[[13535,13321.7,0],0,false,[[1700,0,246.627],[2105,0,371.292]]], +[[4036.61,13129.4,0],0,true,[[5590,2,230.374],[5584,2,137.392],[948,2,5.47551]]],[[17712.5,12019.8,0],0,true,[[1333,0,7.9939],[4195,0,3.77682],[2301,0,3.57208]]],[[16980.1,17925.8,0],0,true,[[1200,0,18.1785],[5198,0,78.0249],[2749,0,5.2197]]],[[17687.4,12063.1,0],0,true,[[1051,0,7.44243],[1139,0,40.5697],[1209,0,5.95531]]],[[14360.8,15860.8,0],0,true,[[2027,0,18.8804],[3481,0,59.3436],[1126,0,10.2968]]], +[[14678.9,237.73,0],0,false,[[3810,0,40.2832],[780,0,388.479]]],[[15460.1,598.375,0],0,true,[[3207,0,6.74654],[4888,0,13.9282],[3532,1,10.1988]]],[[11614.6,8099.41,0],0,false,[[404,0,101.916],[4254,0,371.713]]],[[13192.2,982.547,0],0,false,[[2592,0,365.38],[2468,0,249.947]]],[[9212.35,8318.58,0],0,false,[[3588,0,303.732],[5522,0,219.181]]], +[[12381.5,4840,0],0,true,[[1548,0,3.31638],[2569,0,3.01154],[1712,0,1.73751]]],[[1190.49,9980.8,0],0,false,[[5195,0,144.922],[2087,0,294.777]]],[[3188.81,12673.4,0],0,false,[[1012,0,53.2131],[718,0,30.2511]]],[[9516.32,16605.3,0],0,true,[[2313,0,232.959],[2725,0,185.666],[435,0,200.411]]],[[12607,4189.44,0],0,true,[[1984,0,2.96635],[2593,0,2.26719],[1739,0,3.565],[59,0,3.38239]]], +[[10327.6,7723.5,0],0,false,[[833,1,52.8269],[5214,1,28.4465]]],[[7413.15,8308.41,0],0,true,[[144,0,2.52533],[2912,0,2.27462],[5386,2,0.914303]]],[[1278.53,668.429,0],0,true,[[4925,0,3.04994],[3037,0,2.28719],[3155,0,2.61136]]],[[1543.38,13878.5,0],0,true,[[4746,1,4.64055],[48,1,122.677],[3296,1,4.34031],[2102,1,6.71315]]],[[19131,3916.97,0],0,false,[[2586,0,2.65657],[2977,0,0.462335]]], +[[3078.2,10959.2,0],0,false,[[1436,0,234.436],[4173,0,29.8875]]],[[19518.4,8298.1,0],0,true,[[3657,0,29.7116],[1634,0,32.937],[880,0,37.0556]]],[[9794.77,16584,7.94703],0,true,[[1080,1,17.6497],[4656,1,16.0047],[5409,1,8.83336],[1696,1,11.0873]]],[[3165.4,15596.5,0],0,false,[[2514,0,35.7062]]],[[12378.3,4830.96,0],0,false,[[5321,0,3.04349],[2827,0,81.5384]]], +[[13267.9,7810.29,0],0,true,[[2959,0,9.83651],[3602,0,4.53678],[242,1,18.0412],[2802,1,15.753]]],[[14651.6,19881.4,0],0,true,[[3229,0,10.021],[4772,0,56.0961],[2812,0,19.6676]]],[[2463.98,8407.11,0],0,true,[[4107,1,19.7671],[4375,1,395.017],[4319,1,15.9458],[4701,1,11.7711],[5412,1,9.14416]]],[[8630.93,7344.29,0],0,false,[[1938,0,245.561],[2814,0,382.848]]],[[7129.63,13397.7,0],0,false,[[4005,0,218.24],[4007,0,16.374]]], +[[15055.5,523.247,0],0,true,[[4481,0,151.27],[2426,0,69.5262],[4492,0,135.541]]],[[17885.1,19667,0],0,false,[[3774,1,4.48251],[5287,0,3.9444]]],[[4185.57,4224.72,0],0,false,[[3592,0,295.037],[5245,0,258.705]]],[[9132.72,122.253,0],0,false,[[5369,1,147.175],[3834,1,171.111]]],[[10255.9,7712.39,0],0,false,[[1173,0,19.0599],[505,0,53.726]]], +[[9731.64,16731.3,0],0,true,[[4975,0,5.28337],[2313,0,16.515],[4672,1,11.0493]]],[[16280.1,16595.6,0],0,true,[[5260,0,4.65952],[2644,0,4.44293],[3345,1,3.20877]]],[[11531.1,15049.9,0],0,true,[[2668,0,30.5272],[123,0,282.238],[2447,0,391.269]]],[[3177.63,5946.54,0],0,false,[[2187,1,315.745],[3520,1,167.504]]],[[1413,6099.18,0],0,false,[[1680,0,352.689],[570,0,276.139]]], +[[15533.3,6610.78,0],0,false,[[4513,1,288.812],[3599,1,383.318]]],[[11742.5,1023.04,0],0,false,[[1413,0,25.2363],[613,0,127.883]]],[[11884.5,13053.1,0],0,false,[[1279,1,397.588],[337,1,389.081]]],[[14834,14187.3,0],0,true,[[1352,0,11.8828],[1617,0,367.782],[3637,0,264.863]]],[[19014.9,14245.5,0],0,true,[[1331,0,106.513],[4309,0,11.8415],[2521,0,8.44282]]], +[[6827.89,14957.3,0],0,true,[[2669,1,176.653],[588,1,20.1193],[1461,1,3.08011],[957,1,7.29286]]],[[6515.68,14501.9,0],0,false,[[5361,1,295.587],[2669,1,378.795]]],[[5788.14,14084.6,0],0,true,[[4666,0,53.8095],[231,0,22.7755],[3885,0,141.972]]],[[10530.5,7450.93,0],0,false,[[5550,0,27.6354],[3274,0,86.3666]]],[[12366.9,7990.47,0],0,false,[[3511,0,61.5724],[5088,0,24.9245]]], +[[7201.46,4904.87,0],0,false,[[149,1,267.981],[1313,1,267.034]]],[[17318.3,4048.85,0],0,false,[[936,0,159.47],[2572,0,27.9383]]],[[4608.83,8225.28,0],0,false,[[828,0,342.522],[989,0,157.845]]],[[13393.5,4513.13,0],0,true,[[4670,0,179.083],[3256,0,24.0969],[4268,0,22.1532]]],[[10899.2,20126.1,0],0,false,[[208,0,321.836],[3766,0,326.561]]], +[[1155.28,2835.74,0],0,true,[[5593,0,5.07636],[4083,0,3.09806],[41,1,8.79897]]],[[8402.53,4303.61,0],0,false,[[484,0,101.075]]],[[18110.5,16402.4,0],0,false,[[2217,1,186.993],[1816,1,260.979]]],[[16252.9,9703.55,0],0,false,[[1598,1,32.3706],[5680,1,151.612]]],[[9867,9999.56,0],0,false,[[715,0,268.904],[1937,0,115.564]]], +[[495.565,19345.6,0],0,false,[[3869,0,327.95],[2124,0,150.32]]],[[1110.45,17879.7,0],0,true,[[2453,0,2.60627],[2923,0,2.16599],[3087,0,11.9838]]],[[11240.1,19780.5,0],0,false,[[4511,0,210.083],[661,0,21.4003]]],[[10299.8,8039.58,0],0,false,[[3794,0,169.287],[1931,0,16.0463]]],[[9645.31,16973.2,0],0,false,[[4694,1,243.763],[3096,1,246.514]]], +[[13873.5,4371.67,3.0143],0,false,[[4703,1,4.32129],[3982,1,4.32129]]],[[18843.4,7849.98,0],0,true,[[1572,0,4.6972],[1914,0,321.714],[2675,0,5.71072]]],[[11515.2,19123,0],0,false,[[3422,0,10.6551],[2339,0,147.63]]],[[11110.1,14313.3,0],0,false,[[272,0,325.715],[37,0,152.472]]],[[7039.5,11277.4,0],0,true,[[3660,1,307.914],[1533,1,30.5554],[2965,1,5.70288]]], +[[7334.89,7791.37,0],0,true,[[3742,0,3.51514],[3911,0,15.896],[3547,0,16.142]]],[[11876.1,9701.27,0],0,true,[[701,0,25.5165],[4131,0,137.109],[3514,0,268.058]]],[[9904.18,631.172,0],0,false,[[2878,1,92.3814],[5416,1,18.4079]]],[[1157.92,2834.12,0],0,true,[[4065,0,3.09806],[5593,0,2.04255],[41,1,5.87207]]],[[2873.48,12704,0],0,true,[[5506,0,4.17172],[1781,0,94.4814],[2919,0,7.46449],[2318,1,5.50247]]], +[[18991.6,11376.5,0],0,false,[[2431,0,29.677],[2954,0,242.602]]],[[7590.39,622.248,0],0,true,[[4733,1,15.6435],[1575,1,18.8178],[2067,1,3.54105],[2238,1,0.279949],[363,1,4.48612],[4403,1,9.04912]]],[[13269.6,9845.18,0],0,true,[[1652,0,2.47214],[5690,0,1.86321],[296,0,5.61991],[4837,0,2.17731]]],[[3553.67,15192.4,0],0,true,[[3801,1,3.31244],[1886,0,86.0674],[4394,1,7.58879]]],[[8091.54,15376.3,0],0,true,[[4327,1,227.446],[2227,1,10.7286],[4551,1,5.68752]]], +[[10969.8,17053.4,0],0,false,[[4517,0,323.904],[4770,0,253.963]]],[[11789.7,1045.55,0],0,false,[[4774,0,363.009],[1413,0,27.0394]]],[[18142.6,14089,0],0,false,[[514,1,108.303],[5151,1,344.206]]],[[11452,5658.84,0],0,false,[[4430,0,18.9841],[1527,0,298.652]]],[[7008.37,17983.2,0],0,false,[[935,0,363.884],[2140,0,265.092]]], +[[10358.4,6696.96,0],0,false,[[1351,0,166.024]]],[[9753.36,5763.78,0],0,true,[[1076,0,34.9782],[5121,0,45.4111],[1027,0,1.74205]]],[[12106.3,7933.66,0],0,false,[[4956,0,6.13936],[5338,0,34.6727]]],[[8958.01,12893.5,0],0,false,[[3446,0,229.717],[457,0,209.304]]],[[10756.5,11360.8,0],0,true,[[3060,0,20.2665],[2935,0,136.167],[2738,0,11.029]]], +[[15098.6,14688.1,0],0,false,[[4782,0,306.48],[2069,0,237.05]]],[[12154.8,17291.4,0],0,false,[[4715,0,130.514],[5618,0,310.987]]],[[14609,7591.5,0],0,false,[[3327,0,330.036]]],[[14330.3,6939.31,0],0,false,[[3309,0,91.0125],[3327,0,379.333]]],[[6436.89,1352.41,0],0,false,[[263,1,367.788],[4540,1,235.419]]], +[[12686,4434.81,0],0,false,[[1420,0,87.7927],[5181,0,104.75]]],[[9268.58,44.0127,0],0,false,[[4466,2,20.3435],[2795,2,142.216]]],[[2444.66,8402.93,0],0,true,[[159,1,11.9808],[4037,1,19.7671],[249,1,3.18332],[1635,1,0.546445],[4319,1,4.00769]]],[[10551.9,20173.8,0],0,true,[[3766,0,24.4944],[176,0,397.994],[2931,0,17.441]]],[[12348.3,11352.7,0],0,true,[[1033,0,12.9663],[3078,0,144.953],[2193,0,189.506]]], +[[1415.98,13584,0],0,true,[[4318,0,247.004],[827,1,14.5283],[1364,1,17.3687]]],[[4006.66,11095,0],0,false,[[4317,0,287.014],[3203,0,304.644]]],[[12974.6,12211.7,0],0,true,[[2376,0,15.4248],[685,0,10.6541],[4117,0,6.37207]]],[[12096.6,17577.7,0],0,true,[[2395,0,3.74128],[3498,0,1.8847],[5085,0,1.49303],[5049,0,7.3235],[2612,0,16.8516]]],[[4997.84,10914.5,0],0,true,[[572,0,2.29599],[515,0,2.26319],[2370,0,1.81566],[3951,0,6.05337]]], +[[8388.47,6633,0],0,false,[[850,0,267.771],[903,0,401.738]]],[[12192.7,5536.35,0],0,false,[[94,0,8.08161],[2752,0,155.746]]],[[12968.5,12209.9,0],0,true,[[2110,0,352.147],[4112,0,6.37207],[685,0,15.1033]]],[[5834.22,17590.1,0],0,false,[[353,0,371.134],[2234,0,22.0823]]],[[5220.52,19635.1,0],0,true,[[2851,0,3.49562],[3744,0,16.4102],[2389,2,8.17559]]], +[[12291.9,5080.64,0],0,false,[[1054,0,363.989],[4200,0,105.175]]],[[2617.08,15676.9,0],0,false,[[4212,0,7.52443],[5040,0,75.9772]]],[[7680.4,1094.49,0],0,false,[[1334,0,2.80656],[5351,1,3.3306]]],[[9576.53,10441.8,0],0,false,[[5140,0,189.515],[3937,0,385.187]]],[[14221.5,19457.5,0],0,false,[[695,0,52.1455],[4523,0,101.954]]], +[[8798.12,1536.93,0],0,false,[[3943,2,27.2533],[2221,2,265.325]]],[[15124.3,20227.9,0],0,false,[[5622,0,281.193],[5015,0,156.309]]],[[15837,14239.9,0],0,true,[[5401,1,95.3822],[3741,1,19.3178],[2836,1,7.19845]]],[[14645.2,19115.8,0],0,true,[[735,0,2.67018],[3180,0,132.043],[2880,0,16.8513]]],[[8607.59,4874.8,0],0,false,[[3971,0,158.867],[5623,0,257.523]]], +[[5966.08,17264.7,0],0,false,[[3986,0,323.747],[4955,0,164.286]]],[[11773.1,9610.79,0],0,false,[[4081,0,137.109],[4417,0,198.303]]],[[13433.3,12884.3,0],0,false,[[1809,0,257.21],[3049,0,75.8316]]],[[16411.3,9707.49,0],0,false,[[1064,1,8.11091],[3223,0,316.083]]],[[7307.4,16926.2,0],0,true,[[674,1,286.256],[2951,1,329.936],[5394,1,314.446]]], +[[9844.17,6461,0],0,false,[[992,1,50.2268],[292,1,23.3795]]],[[12709.5,19796.4,0],0,true,[[5668,0,4.77196],[354,0,331.962],[286,0,4.06063]]],[[13196.1,8138.39,0],0,false,[[3569,0,40.7436],[307,0,91.438]]],[[10394.7,9558.41,0],0,false,[[224,0,394.82],[2614,0,195.781]]],[[1889,1077.06,0],0,false,[[510,1,170.874],[4765,1,389.366]]], +[[17185.3,5103.73,0],0,true,[[1920,0,23.6617],[3140,0,162.323],[3710,0,64.3599]]],[[10628,12856.5,0],0,false,[[2487,1,113.452],[3783,1,87.5881]]],[[2261.65,9694.62,0],0,false,[[3548,0,233.044],[1306,0,302.198]]],[[5821.4,17588.9,0],0,false,[[2234,0,9.38385],[3986,0,31.2881]]],[[10171.7,8145.93,0],0,true,[[2934,1,27.1061],[1181,1,129.495],[5497,1,8.00836],[938,1,13.8782],[64,1,10.6861]]], +[[3847.08,20086.5,0],0,false,[[4681,1,389.712],[2788,1,390.956]]],[[7965.23,3832.33,0],0,false,[[5650,2,14.0615],[3305,2,252.426]]],[[15039.8,13762.3,0],0,false,[[4711,1,9.93772],[5204,1,18.258]]],[[7056.75,4627.52,0],0,true,[[3356,0,3.0375],[17,0,3.84196],[274,1,5.52406]]],[[9988.96,473.249,0],0,true,[[3493,1,16.9806],[4253,2,13.2844],[1824,2,11.6514]]], +[[7629.22,1073.42,0],0,false,[[5292,1,28.7825],[1234,1,307.667]]],[[16266.1,7104.44,0],0,true,[[4292,0,20.9332],[1702,0,8.70218],[3252,0,11.5151]]],[[4886.7,16324.5,0],0,true,[[4675,0,7.5533],[512,1,16.1141],[3196,1,10.9947]]],[[17630.1,12198.7,0],0,true,[[3091,0,148.575],[387,0,5.34796],[2123,0,3.44647]]],[[14657,19893.4,0],0,false,[[1206,0,21.0628],[2812,0,30.219]]], +[[7545.91,7379.05,0],0,true,[[4382,0,2.86345],[4834,0,163.345],[835,2,10.0164]]],[[18902.9,14276,0],0,true,[[844,1,52.8905],[2486,1,5.87894],[4203,1,5.9651]]],[[14592,15966.9,0],0,false,[[1163,0,166.781],[3295,0,347.852]]],[[896.977,6886.82,0],0,false,[[1355,1,58.5664],[2755,1,229.821]]],[[18517.9,224.724,0],0,false,[[1432,0,18.2306],[1150,0,60.3188]]], +[[4848.38,18807.6,0],0,true,[[4006,2,5.20088],[3636,0,198.973],[4728,2,7.33374]]],[[2539.81,1196.82,0],0,false,[[1465,1,347.817],[2539,1,341.709]]],[[12308.1,12197.8,0],0,false,[[932,0,201.173],[2110,0,318.171]]],[[4266.05,16460.7,0],0,false,[[1767,2,229.581],[3828,2,19.7286]]],[[10890.8,5503.76,0],0,false,[[5062,0,374.371],[2138,0,342.262]]], +[[18463.9,346.955,0],0,true,[[3605,0,64.4421],[379,0,21.0591],[1755,0,85.559]]],[[19424.1,8536.01,0],0,true,[[1933,0,22.2817],[4398,0,27.3535],[529,0,25.5802]]],[[3210.67,12702.3,0],0,true,[[616,0,66.9104],[3162,0,12.9023],[3183,0,16.3191],[718,0,12.195]]],[[5652.8,13963.1,0],0,true,[[5255,0,10.7936],[3885,0,44.6364],[1007,0,12.7451]]],[[10885.5,17520.4,0],0,false,[[5242,0,219.466],[467,0,24.4609]]], +[[8599.53,12744.1,0],0,false,[[2906,0,327.811],[3467,0,292.308]]],[[13744.5,4318.47,0],0,true,[[4530,0,73.6419],[2895,0,227.959],[4244,0,85.2372]]],[[10804.4,17626.8,0],0,false,[[403,0,102.655],[3322,0,130.696]]],[[3063.57,10933.1,0],0,true,[[4030,0,29.8875],[1391,0,31.2191],[3682,0,8.08779]]],[[1042.54,7959.22,0],0,false,[[209,0,386.347]]], +[[16618.4,19373.3,0],0,false,[[5158,0,292.92],[335,0,371.261]]],[[10764.8,13588.8,0],0,false,[[1386,0,373.53],[1872,0,357.999]]],[[15160,8911.09,0],0,false,[[88,0,35.3632],[5511,0,27.5293]]],[[10313.3,2587.17,0],0,true,[[4226,0,317.457],[3041,0,4.52597],[3936,0,8.20899],[3306,0,16.5336]]],[[10291.6,11889.1,0],0,false,[[4686,0,345.058],[3192,0,49.7581]]], +[[1787.49,9759.03,0],0,true,[[5253,1,207.875],[573,1,18.8453],[3333,1,4.79404],[313,1,9.8746],[4366,1,7.19542]]],[[16373.3,5632.11,0],0,true,[[23,0,29.6469],[2450,0,276.553],[3807,0,407.217]]],[[7010.17,828.233,0],0,true,[[4799,0,5.17705],[3859,0,173.756],[117,1,8.7789]]],[[19814.1,11405.1,0],0,false,[[3413,0,131.536]]],[[2754.64,19432,0],0,true,[[2570,0,4.96855],[4629,0,1.16272],[5515,0,2.51579]]], +[[3692.23,13556.4,0],0,false,[[4329,1,334.877],[4642,1,292.877]]],[[13185,8054.98,0],0,true,[[5626,1,31.6069],[2536,1,34.6278],[3692,1,8.38473],[4563,1,9.07069]]],[[3051.82,4799.64,0],0,false,[[1706,0,199.077],[4211,0,121.917]]],[[6321.19,18868.2,0],0,false,[[4796,1,377.989],[2170,1,159.757]]],[[9586.36,17706.9,0],0,true,[[407,1,389.864],[2745,1,14.2945],[2435,1,10.5964]]], +[[13161,11807,0],0,false,[[4817,0,385.087],[2464,0,124.68]]],[[8362.15,4641.26,0],0,false,[[571,0,45.544],[3971,0,179.934]]],[[3147.27,12745.1,0],0,true,[[2781,1,27.2672],[5027,1,24.2713],[1344,1,12.2668]]],[[18890,14279.6,0],0,true,[[3792,1,3.53985],[5444,1,3.21811],[5190,1,11.4255]]],[[8111.37,6199.51,0],0,false,[[5549,2,264.902],[246,2,373.088]]], +[[17710.4,12022.9,0],0,true,[[4011,0,3.77682],[5086,0,1.95417],[1135,0,5.5213],[3291,0,3.95704],[139,0,0.904326],[2301,0,1.80756],[5366,0,3.59186]]],[[3102.84,20141.9,0],0,false,[[3367,0,111.285],[3095,0,294.077]]],[[13871.6,3125.43,0],0,false,[[646,0,3.64854],[673,0,265.885]]],[[15296.9,13986.2,0],0,false,[[5662,0,43.4402],[1018,0,151.378]]],[[7987.3,15354.9,0],0,false,[[2523,1,387.359],[2227,1,96.4639]]], +[[12309.4,4977.11,0],0,false,[[4120,0,105.175],[3663,0,16.0964]]],[[2675.95,15659.8,0],0,false,[[1069,1,49.2908],[662,1,211.343]]],[[15090.6,6426.2,0],0,true,[[542,1,174.698],[3764,1,20.0986],[3883,1,3.05011],[3375,1,5.95951]]],[[18897,14275.6,0],0,true,[[4156,1,5.9651],[5190,1,17.8506],[2486,1,1.10551],[3792,1,4.49385]]],[[18285.5,245.264,0],0,false,[[4219,1,6.73686],[5393,0,35.2638]]], +[[2837.02,5010.25,0],0,false,[[2513,2,89.9892],[711,2,160.458]]],[[4630.96,2531.17,0],0,false,[[4756,1,388.433],[3720,1,128.463]]],[[19534.1,9843.37,0],0,false,[[1302,1,242.157],[4217,1,220.095]]],[[19963.5,4303.63,0],0,true,[[2317,0,23.5214],[3442,0,87.2561],[692,0,13.2354],[881,0,10.1878]]],[[19001.9,11363.5,0],0,false,[[3589,0,391.625],[2431,0,16.8274]]], +[[17719.7,12026.5,0],0,true,[[4632,0,2.9031],[1956,0,2.37142],[2485,0,3.15739],[1333,0,13.7683],[2091,0,14.9637]]],[[3130.36,4892.81,0],0,false,[[4187,0,121.917]]],[[2614.91,15684,0],0,true,[[5225,0,3.33325],[4121,0,7.52443],[1925,1,9.16654]]],[[3784.27,6945.56,0],0,true,[[2757,0,11.6453],[648,0,21.5973],[402,0,9.62927],[2146,0,9.02304],[2835,0,14.59]]],[[10720.4,7802.56,0],0,false,[[5434,0,134.421]]], +[[15206.1,8887.4,0],0,false,[[2483,1,79.5473],[5116,1,47.2218]]],[[19675.6,8811.28,0],0,false,[[1084,0,99.4222],[815,0,254.662]]],[[19486.3,10058.1,0],0,false,[[4207,1,220.095],[5681,1,26.135]]],[[3709.49,14930.2,0],0,true,[[1282,0,24.6313],[559,0,25.9311],[4250,0,122.114]]],[[18279.9,249,0],0,true,[[2482,1,336.053],[289,1,24.7523],[4204,1,6.73686]]], +[[2964.49,19394.4,0],0,true,[[4001,0,2.83957],[897,0,2.96446],[5333,0,2.85697]]],[[19079.8,3738.33,0],0,true,[[1325,0,151.734],[4004,0,24.1641],[4674,0,4.12134],[2877,0,6.65961],[2811,0,8.90991]]],[[8461.33,10992.4,0],0,false,[[2848,0,15.1286],[5045,0,12.2799]]],[[18632.5,1394.94,0],0,false,[[5516,0,139.508],[1862,0,312.502]]],[[16709,18236.6,0],0,false,[[5597,0,42.2542],[1582,0,3.50591]]], +[[13517.8,19547.2,0],0,false,[[642,0,324.737],[257,0,186.513]]],[[10004.3,2659.83,0],0,false,[[1526,0,381.331],[4178,0,317.457]]],[[7150.71,13002.4,0],0,false,[[5108,1,4.48516],[663,0,133.128]]],[[20249.1,7664.91,0],0,false,[[3950,1,342.082],[2621,1,349.093]]],[[14046.8,19072.4,0],0,false,[[3984,0,339.987],[3513,0,308.31]]], +[[2279.76,2719.83,0],0,false,[[1968,0,308.109],[988,0,381.198]]],[[3927.62,616.879,0],0,false,[[2936,0,315.113],[4298,0,336.771]]],[[14153.1,16361.2,0],0,false,[[4958,0,323.832],[483,0,349.924]]],[[9718.54,3993.74,0],0,true,[[3751,0,0.768597],[3724,0,3.46576],[3381,0,2.35842],[5323,0,3.03768]]],[[11136.2,9508.01,0],0,false,[[4970,0,285.528],[2279,0,275.51]]], +[[15379,2.07357,0],0,false,[[119,0,138.77]]],[[19907,16369.6,0],0,false,[[5161,0,347.099],[3870,0,316.394]]],[[10138.2,921.44,0],0,true,[[2306,0,3.43873],[2296,0,2.97264],[3484,1,5.39991],[2252,1,2.29654]]],[[3384.53,6327.15,0],0,false,[[3593,0,34.9647],[2892,0,6.4344]]],[[14007.7,13278.2,0.0401611],0,false,[[4290,0,38.037],[3603,0,40.8288]]], +[[20131.9,5899.25,0],0,false,[[1692,0,236.195],[2084,0,272.578]]],[[849.161,6876.34,0],0,false,[[3318,0,20.5992],[677,0,126.132]]],[[3483.8,1331.79,0],0,false,[[314,1,58.084],[5712,1,130.584]]],[[10327.4,2566.96,0],0,true,[[58,0,7.61664],[671,0,376.413],[5423,0,6.48943]]],[[13824.4,4347.23,0],0,true,[[4171,0,85.2372],[888,0,26.6359],[2830,0,108.588]]], +[[9540.14,16365.9,0],0,false,[[4359,1,98.3344],[3641,1,139.453]]],[[15908,8048.66,0],0,false,[[5196,1,393.336],[2856,1,392.509]]],[[18143.5,17093.4,0],0,true,[[4725,0,3.52178],[2582,0,2.61971],[2885,1,15.3588]]],[[3152.28,12117.5,0],0,false,[[2667,0,390.775],[535,0,372.807]]],[[5445.08,18908.5,0],0,false,[[1015,0,97.5922]]], +[[3743.05,15029.1,0],0,false,[[4218,0,122.114],[4335,0,41.0754]]],[[2249.54,15970.4,0],0,true,[[2800,0,6.90483],[106,1,2.57724],[610,1,8.63768]]],[[12131.3,9988.83,0],0,false,[[3120,1,21.4176],[3804,1,47.0458]]],[[9989.98,460.004,0],0,true,[[1963,2,36.4343],[1824,2,15.7913],[1629,2,12.3836],[4149,2,13.2844]]],[[11342.8,8350.71,0],0,false,[[4017,0,371.713],[3684,0,18.0152]]], +[[17041,5089,0],0,true,[[3404,0,32.3009],[1047,0,76.8567],[5439,0,92.1614]]],[[13246.2,8725.42,0],0,false,[[1191,0,20.703],[3572,1,4.82989]]],[[16807.3,17870.7,0],0,true,[[377,1,127.363],[221,1,20.6261],[4939,1,14.4013]]],[[827.254,6927.25,0],0,true,[[2452,0,7.7849],[3318,0,36.0661],[2384,1,9.84442]]],[[1008.24,16213.6,0],0,true,[[1195,0,6.60141],[4532,0,53.2452],[1978,1,7.26679]]], +[[6796.1,13659.9,0],0,false,[[3707,0,378.163],[4005,0,215.308]]],[[13299.1,13590.1,0],0,false,[[1035,0,45.0898],[3634,0,13.9616]]],[[18126,12405.6,0],0,false,[[767,0,154.802],[1563,0,280.18]]],[[18115.1,16965.3,0],0,true,[[2437,0,3.85965],[1043,0,3.60596],[1628,1,9.81452]]],[[6323.86,6139.85,0],0,false,[[4816,0,83.641],[1848,0,342.142]]], +[[19166.8,11331.4,0],0,false,[[3472,0,234.982],[11,0,72.665]]],[[13158.9,8483.93,0],0,false,[[146,0,17.055],[234,0,108.053]]],[[13056.7,8690.33,0],0,true,[[3380,1,118.964],[5192,1,22.8607],[4987,1,95.4569]]],[[13408.3,4499.61,0],0,false,[[4063,0,22.1532],[1318,0,76.1897]]],[[6914.37,17528,0],0,false,[[768,0,133.948]]], +[[10715.9,7449.02,0],0,false,[[2072,0,303.322],[5550,0,157.728]]],[[2548.76,20095.5,0],0,false,[[2708,0,3.20164],[2976,1,1.20816]]],[[9818.88,19393.2,0],0,false,[[1085,0,262.451],[3435,0,168.4]]],[[9050.23,9561.8,0],0,true,[[3627,0,355.451],[2480,0,83.7995],[3344,0,309.614]]],[[10910.7,12766.1,0],0,true,[[1298,1,4.83879],[758,0,96.692],[4937,1,5.97363]]], +[[2337.47,13708.4,0],0,true,[[3147,1,22.5538],[4396,1,49.6007],[3137,1,8.93322]]],[[8480.25,5632.41,0],0,true,[[5380,2,18.7642],[533,2,61.2762],[1782,2,7.7263]]],[[14723.2,7853.93,0],0,false,[[5665,0,139.101],[3288,0,16.2107]]],[[5739.26,5202.31,0],0,false,[[1019,0,376.249],[4846,0,264.011]]],[[10443,8890.05,0],0,false,[[5605,0,163.147]]], +[[17805.8,13997.9,0],0,true,[[3006,0,3.35166],[2728,0,3.93598],[5151,1,5.60202]]],[[12928.1,13757.7,0],0,false,[[5675,0,208.515],[2411,0,262.29]]],[[10337.6,7600.62,0],0,true,[[3329,1,5.98043],[2386,1,82.3789],[2823,1,8.67585],[5672,1,17.1627]]],[[15868.3,8823.32,0],0,false,[[2150,1,25.0825],[4843,1,372.707]]],[[11079.5,12709.4,0],0,true,[[731,1,77.7671],[5503,1,123.3],[258,1,2.32933],[3925,1,6.61928]]], +[[16128.7,17909,0],0,false,[[4996,0,257.527],[3067,0,355.534]]],[[10551.5,12945.9,0],0,false,[[3783,1,30.1063],[722,1,392.638]]],[[15905.5,5740.15,0],0,false,[[5705,0,371.623],[3617,0,193.662]]],[[9.98306,1847.56,0],0,false,[[831,1,34.5362]]],[[16269.2,12521.6,0],0,true,[[5536,1,15.3171],[857,0,286.34],[3985,0,6.56227]]], +[[13969.7,13278.8,0],0,false,[[2105,0,65.5971],[4239,0,38.037]]],[[5665.95,3869.3,0],0,false,[[2164,2,50.0505],[411,2,92.707]]],[[16245.4,7105.33,0],0,false,[[2636,1,9.28401],[4151,0,20.9332]]],[[7971.7,3634.63,0],0,false,[[3998,2,201.599],[2469,2,166.175]]],[[17180.4,7813.32,0],0,false,[[1671,0,253.617],[2262,0,345.53]]], +[[14792,16603.5,0],0,true,[[4962,0,3.95815],[3486,0,3.19362],[5424,0,13.7954]]],[[4941.01,7805.51,0],0,false,[[1603,0,384.42],[4702,0,35.0159]]],[[19700.9,547.689,0],0,false,[[3555,1,283.08],[20,1,265.836]]],[[4258.75,555.577,0],0,false,[[4231,0,336.771],[1667,0,180.099]]],[[888.67,8453.08,0],0,false,[[4739,1,369.913],[3858,1,235.093]]], +[[13401.9,3280.78,0],0,false,[[673,0,259.005],[499,0,281.999]]],[[9146.78,3387.48,0],0,false,[[52,0,381.309],[2179,0,113.558]]],[[13227.1,8691.52,0],0,true,[[3055,1,18.957],[1175,1,26.8974],[3380,1,56.9363]]],[[10175.6,5549.88,0],0,false,[[566,0,20.9779],[279,0,24.4415]]],[[7402.1,7756.12,0],0,true,[[2722,0,3.66144],[811,0,3.54893],[280,2,2.83349]]], +[[11441.3,5610.34,0],0,false,[[160,0,300.213],[4430,0,30.7278]]],[[8063.95,4303.36,0],0,true,[[5024,2,67.159],[5173,2,24.013],[5078,2,6.75291]]],[[14774.8,19832.2,0],0,false,[[4772,0,78.6647]]],[[3356.66,16349.7,0],0,true,[[1036,0,267.362],[5267,0,12.6181],[2128,0,7.4676]]],[[19004.6,14239.7,0],0,true,[[4054,0,11.8415],[1693,0,58.2863],[2521,0,3.8845]]], +[[10571.8,10317.3,0],0,false,[[697,0,376.462],[4880,0,259.993]]],[[10478.4,26.1586,0],0,false,[[2813,2,36.1355]]],[[7540.24,7374.44,0],0,true,[[410,0,2.72821],[2402,0,2.46977],[1830,0,5.28822],[835,2,7.71086]]],[[13671.5,4615.9,0],0,false,[[5407,0,9.66647],[1699,1,9.52362]]],[[17549.9,8625.65,0],0,true,[[4465,0,3.4444],[5469,0,3.85028],[323,1,7.11513]]], +[[12003.6,20006,0],0,false,[[2336,0,371.253],[2408,0,183.996]]],[[18891.6,16995,0],0,true,[[2180,0,2.02291],[2822,0,2.15851],[171,0,9.75596]]],[[3723.41,11048.8,0],0,false,[[2284,0,273.097],[4111,0,287.014]]],[[1662.57,13598.1,0],0,false,[[1901,1,10.0869],[4110,0,247.004]]],[[2448.66,8402.69,0],0,true,[[1635,0,3.7245],[4701,0,4.58576],[4107,1,4.00769],[4037,1,15.9458]]], +[[5392.01,19047.7,0],0,false,[[5290,0,241.188]]],[[13278.1,7767.04,0],0,false,[[242,1,26.4602],[592,1,139.836]]],[[15128.4,8873.78,0],0,false,[[19,1,0.906081],[3892,0,3.17281]]],[[14898,5957.94,0],0,false,[[1801,1,0.573412],[5428,0,3.41109]]],[[9370.32,10990.3,0],0,false,[[4824,0,159.349],[3535,0,77.3791]]], +[[3115.79,19273.3,0],0,false,[[2938,0,380.723],[1797,0,202.035]]],[[12699.6,1602.04,0],0,false,[[1091,0,351.857],[1910,0,105.18]]],[[8286.84,15492.7,0],0,false,[[1871,1,386.79],[4089,1,227.446]]],[[6244.56,6091.06,0],0,false,[[1427,1,102.572],[3179,1,23.1033]]],[[3357.79,13573.2,0],0,false,[[5700,1,277.711],[4185,1,334.877]]], +[[9090.29,15171.4,0],0,true,[[4440,1,19.1309],[3312,1,20.3669],[2202,1,7.01063]]],[[13702.6,4813.11,0],0,false,[[633,0,63.65],[3321,1,4.16386]]],[[3426.22,1039.74,0],0,false,[[3280,0,48.7774],[2936,0,366.901]]],[[14056.2,15483.6,0],0,false,[[3905,0,11.5234],[2309,0,2.98379]]],[[2928.76,12709.9,0],0,true,[[5027,1,200.989],[5651,1,25.3343],[4676,1,16.4791]]], +[[3778.24,15044.4,0],0,true,[[5071,0,40.9128],[3417,0,68.859],[4250,0,41.0754]]],[[18344.3,18478.2,0],0,false,[[1011,0,313.435],[151,0,54.1402]]],[[9909.67,20292.4,0],0,false,[[176,0,255.243],[2046,0,399.338]]],[[7545.3,19220.1,0],0,true,[[1053,0,8.63108],[2082,0,49.1636],[1443,0,8.8236]]],[[19661.4,7909.98,0],0,false,[[2762,0,138.662],[2937,0,351.48]]], +[[19666.4,4370.97,0],0,true,[[1046,0,17.5177],[819,0,7.62196],[412,0,4.42985]]],[[7543.05,7361.04,0],0,true,[[468,2,250.448],[1830,2,8.71233],[410,2,11.3216],[835,2,21.0804]]],[[11351.8,17903.2,0],0,false,[[2265,0,58.7509],[63,0,18.6907]]],[[7953.63,11022.2,0],0,false,[[4543,0,276.899],[5139,0,25.7842]]],[[15529.8,12894.4,0],0,false,[[4973,0,246.79],[5345,0,313.144]]], +[[3150.85,1408.91,0],0,false,[[3580,0,82.3888],[5265,0,48.1785]]],[[9573.55,17727.9,0],0,true,[[3303,0,345.831],[2745,1,10.2979],[398,0,7.64963]]],[[13028.1,17800.7,0],0,false,[[638,0,348.904],[2806,0,210.242]]],[[5812.27,14054.4,0],0,true,[[231,0,15.9154],[916,0,110.876],[3571,0,4.68003]]],[[5812.03,14191.9,0],0,true,[[5237,1,25.2598],[450,1,88.4078],[1356,1,14.7183]]], +[[16506.2,7298.02,0],0,true,[[3114,0,87.7641],[5,0,18.9786],[4829,0,13.0941]]],[[13108.3,13461,0],0,true,[[2411,0,84.8804],[1077,0,19.7267],[2302,1,14.7472]]],[[9729.72,702.481,0],0,true,[[4995,1,26.1549],[2290,1,24.5543],[3777,2,10.006]]],[[11728.2,9367.29,0],0,false,[[2139,0,16.5302],[21,0,71.004]]],[[3781.62,3329.69,0],0,true,[[1210,0,26.1932],[5111,0,243.196],[615,0,6.65444],[1675,0,12.0044]]], +[[18815,14915.4,0],0,true,[[440,1,177.988],[2646,1,24.3977],[4589,1,12.7921]]],[[3834.62,14918,0],0,false,[[785,0,72.2165],[914,2,6.89888]]],[[19731.5,8414.25,0],0,true,[[3690,0,19.8512],[2422,0,58.5779],[228,1,15.3106]]],[[17729.4,12023.9,0],0,true,[[2989,0,1.76768],[1966,0,2.62794],[1679,0,1.28957],[2154,0,2.33482],[3346,0,2.46696]]],[[9478.86,16307.6,0],0,true,[[446,1,228.71],[5115,1,31.21],[4245,1,98.3344]]], +[[16733.6,18556.4,0],0,false,[[2558,0,341.399],[5597,0,281.294]]],[[17087.1,18123.7,0],0,false,[[3019,0,136.061],[2842,0,99.7714]]],[[16894.4,10052.8,0],0,false,[[2552,0,235.828],[1684,0,367.069]]],[[16608,18232,0],0,false,[[1394,0,27.8455],[5285,0,10.3005]]],[[10350,11887.7,0],0,false,[[3463,0,50.674],[5476,0,11.8173]]], +[[17058.6,7394.59,0],0,false,[[2205,0,33.9678],[418,0,230.284]]],[[1784.07,9752.7,0],0,true,[[313,0,2.98695],[3333,0,2.56525],[4180,1,7.19542],[573,1,11.697]]],[[19393.5,4688.48,0],0,false,[[534,0,186.938]]],[[12920,8264.23,9.74778],0,true,[[1887,1,15.0257],[2024,1,17.4094],[2310,1,9.06899],[2274,1,9.18181]]],[[10263.3,11578.6,0],0,false,[[3887,0,151.437],[3463,0,278.791]]], +[[17937.1,19672.5,0],0,false,[[3005,0,45.723],[1057,0,155.684]]],[[1189.88,14644.1,0],0,false,[[4566,0,399.785],[2353,0,227.733]]],[[19298.2,8655.25,0],0,false,[[3335,1,315.727],[2270,1,163.01]]],[[18418.7,8924.18,0],0,false,[[5639,1,251.13],[4550,1,354.09]]],[[4146.5,10275.5,0],0,false,[[709,0,40.6184],[2587,0,121.661]]], +[[2856.13,8453.71,0],0,false,[[4037,1,395.017],[536,1,188.097]]],[[19483,14154,0],0,true,[[101,0,2.85688],[3920,0,3.1619],[1623,0,9.76962]]],[[10791.2,11385.5,0],0,false,[[1669,0,233.182],[3060,0,22.492]]],[[823.836,1647.71,0],0,true,[[2204,1,15.8689],[1222,1,17.514],[4412,1,3.93283],[2538,1,1.02695],[2053,1,1.95616],[1743,1,4.08549],[4565,1,6.34401]]],[[18431,1114.28,0],0,false,[[1862,0,34.2449],[4953,0,16.9029]]], +[[9689.77,5817.2,0],0,true,[[3290,0,20.4903],[1076,0,48.0935],[665,0,8.00103]]],[[14927.3,15369.1,0],0,true,[[3598,0,11.12],[5099,0,17.1708],[4634,1,9.18074]]],[[7543.31,7377.87,0],0,true,[[2402,0,2.17938],[4155,0,2.86345],[835,2,7.85472]]],[[10029,8623.24,0],0,true,[[4700,1,9.8111],[3372,1,229.093],[2359,1,3.09834],[917,1,6.89253]]],[[18490.2,7798.21,0],0,false,[[2585,0,276.607],[3492,0,334.297]]], +[[12726.3,8240.85,0],0,false,[[2054,0,61.3014],[2870,0,40.4427]]],[[10624.2,11230.3,0],0,true,[[3076,0,23.6807],[5559,0,40.5873],[3955,1,12.7643]]],[[3896.97,14548.2,0],0,false,[[4915,2,350.756],[1425,2,155.321]]],[[4686.03,12527.1,0],0,false,[[2983,0,255.235],[2428,0,348.788]]],[[15499,3038.62,0],0,false,[[630,0,105.447],[2425,1,3.16333]]], +[[10588.5,17014.6,1.63208],0,false,[[2741,0,35.1701],[1505,0,22.6474]]],[[4179.56,4770.41,0],0,false,[[1099,1,38.5961],[1227,1,34.0511]]],[[15371.1,577.322,0],0,true,[[2344,0,66.2152],[4828,0,31.5235],[4436,0,13.3391]]],[[10963,18352.4,0],0,false,[[3501,0,293.278],[4582,0,43.7677]]],[[3561.03,15194.2,0],0,true,[[3801,1,8.76555],[1690,1,63.0902],[4088,1,7.58879]]], +[[20401.9,5935.59,0],0,true,[[1722,0,8.8883],[5280,0,25.6029],[1405,0,5.80472],[3830,0,4.5245],[2429,0,2.44552],[1855,0,19.7044]]],[[2382.55,13687.9,0],0,false,[[4275,1,49.6007],[1995,1,92.8772]]],[[9773.21,647.955,0],0,true,[[2166,2,23.4507],[5263,2,22.8533],[4847,2,24.2582],[2210,2,12.8163],[1665,2,19.3186],[5679,2,17.204]]],[[19450.4,8543.2,0],0,true,[[4166,0,27.3535],[199,0,208.684],[210,0,78.5245]]],[[7522.12,4437.28,0],0,false,[[3357,1,354.405],[1949,1,171.508]]], +[[11251.3,12227.6,0],0,false,[[3515,0,177.698],[5582,0,3.60937]]],[[18371.8,17801.7,0],0,false,[[1389,0,236.687],[4949,0,148.379]]],[[12821.2,1678.82,0.00012207],0,false,[[4928,0,18.915],[1256,0,38.9334]]],[[7599.1,619.807,0],0,true,[[363,0,4.5686],[516,0,4.53801],[4086,1,9.04912],[4733,1,7.66007]]],[[13347.6,4997.18,0],0,false,[[4627,0,273.988],[1026,0,301.503]]], +[[16884.8,17985,0],0,true,[[3340,0,19.937],[777,0,44.6464],[3805,0,41.6234]]],[[9433.68,20462.8,0],0,false,[[2046,0,129.273],[4773,0,98.6222]]],[[9369.42,8866.04,0],0,false,[[1837,1,358.247],[2736,1,359.944]]],[[14923.3,15403.3,0],0,true,[[4591,0,217.297],[3598,0,23.3599],[1166,0,14.0457]]],[[13285.6,13544.8,0],0,false,[[3030,0,15.8936],[866,0,105.985]]], +[[3217.01,5717.32,0],0,false,[[1790,1,7.19279],[3028,1,347.287]]],[[19762.3,4346.25,0],0,false,[[1285,0,27.7329],[1491,0,133.334]]],[[820.18,1649.16,0],0,false,[[4378,1,3.93283],[2538,0,3.0671]]],[[3139.82,20441.6,0],0,true,[[1204,1,28.8037],[5350,1,309.444],[2147,1,1.64935],[269,1,11.8623],[5534,1,7.8749],[5389,1,4.7414]]],[[3338.43,906.403,0],0,false,[[1915,1,148.239],[551,1,326.911]]], +[[20023.6,14982.1,0],0,false,[[2676,0,387.187],[1277,0,230.027]]],[[694.584,19824.9,0],0,true,[[2796,1,25.0084],[5365,1,26.0783],[3436,1,4.7711],[5692,1,7.96656],[3199,1,4.65095],[4802,1,1.55589]]],[[11712.8,9442.59,0],0,false,[[4131,0,198.303],[3217,0,73.2951]]],[[11925.6,7071.54,0],0,false,[[1423,0,72.4021],[894,0,236.962]]],[[9864.39,11760.5,0],0,false,[[2118,0,119.979],[4686,0,109.218]]], +[[19410.8,14299.7,0],0,false,[[2824,0,70.4808],[2985,0,352.278]]],[[6839.46,1894.91,0],0,false,[[4452,0,175.047],[3205,0,386.858]]],[[16597.5,9881.06,0],0,false,[[1064,1,252.172],[4544,1,93.563]]],[[14054.7,13339.8,0],0,false,[[1553,0,96.2849],[3893,0,20.8817]]],[[4482.25,10488.7,0],0,false,[[676,0,241.407],[2231,0,315.486]]], +[[16843.1,18040.6,0],0,true,[[1481,0,15.0238],[1952,0,228.05],[777,0,24.909]]],[[8114.99,3736.27,0],0,false,[[2213,0,215.81],[2392,0,162.994]]],[[3325.99,12585.6,0],0,false,[[3183,0,148.281]]],[[17516.7,1885.01,0],0,true,[[2534,0,146.237],[5599,0,149.552],[4952,0,90.6016]]],[[12670.5,9337.1,0],0,false,[[2843,1,6.06922],[3967,0,120.611]]], +[[11447.7,5640.4,0],0,true,[[4305,0,30.7278],[4093,0,18.9841],[1504,0,7.59534],[2496,0,3.9364],[690,0,1.84511]]],[[10148.5,10055.6,0],0,false,[[3434,0,186.359],[1089,0,81.5513]]],[[5299.99,7733.95,0],0,false,[[3354,1,248.907],[2547,1,157.614]]],[[3738.59,10110.3,0],0,false,[[4521,0,95.6081]]],[[19468.5,12799.1,0],0,true,[[5645,0,312.196],[1750,0,2.23939],[3337,1,17.3463]]], +[[10445.2,2551.4,0],0,false,[[5186,0,90.3958],[3336,0,342.937]]],[[15357.9,579.044,0],0,false,[[1766,0,45.9947],[4392,0,13.3391]]],[[13258.9,8732.4,0],0,false,[[2323,1,32.5515],[3572,1,17.156]]],[[6439.46,1715.35,0],0,false,[[1554,0,14.5538],[3323,0,68.4715]]],[[11801.4,14501.6,0],0,false,[[2089,0,93.0937]]], +[[9076.82,15157.9,0],0,false,[[1063,1,369.03],[4330,1,19.1309]]],[[16624.3,17651.3,0],0,true,[[3871,0,3.5065],[1578,0,4.07844],[3608,1,2.36379]]],[[13131.6,8161.61,0],0,true,[[864,0,206.19],[4781,0,14.707],[2817,1,15.958]]],[[13043,5156.98,0],0,true,[[5273,0,2.302],[5035,0,2.60527],[4617,0,8.01492]]],[[17220.4,16744.3,0],0,false,[[5433,0,336.318],[3145,0,376.054]]], +[[8418.11,19467.4,0],0,false,[[813,0,392.017],[2599,0,104.252]]],[[6231.93,10318.4,0],0,false,[[822,0,205.702]]],[[12367.1,19281.8,0],0,false,[[391,0,206.757],[2029,0,253.968]]],[[7951.78,7574.53,0],0,false,[[4834,0,304.238]]],[[10620.4,11431.8,0],0,true,[[250,0,6.50736],[5588,0,58.8409],[1996,0,4.98435]]], +[[13150,13001.1,0],0,false,[[3642,0,154.688]]],[[18323.6,17051.9,0],0,false,[[4489,0,178.478],[5501,0,369.315]]],[[6725.83,1800.07,0],0,false,[[3323,0,230.319],[4421,0,175.047]]],[[11839.1,16342.8,0],0,false,[[1532,0,187.044],[1530,0,153.012]]],[[7782.06,6765.84,0],0,true,[[4571,0,131.556],[4461,0,12.1941],[1120,2,13.4914]]], +[[16748.2,8590.13,0],0,true,[[2494,1,265.555],[3090,1,19.5086],[2023,1,3.43994],[2225,1,6.79726],[5005,1,10.0105],[1917,1,13.4979]]],[[11066,3894.19,0.00012207],0,false,[[1691,0,44.3397],[885,0,65.5105]]],[[2688.78,14483.7,0],0,false,[[3778,0,364.624],[2649,0,83.1848]]],[[8225.52,4249.04,0],0,false,[[4553,0,56.2065],[5360,0,58.5143]]],[[8703.94,19106.6,0],0,false,[[3022,0,340.862],[5132,0,186.832]]], +[[12724.5,17191.8,0],0,true,[[2540,0,21.2037],[91,0,23.8458],[3000,0,2.58999],[95,0,5.68925]]],[[7772.32,6758.52,0],0,true,[[1565,0,22.4705],[4454,0,12.1941],[1120,2,10.2491]]],[[18996.2,18515.4,0],0,false,[[2792,0,360.691],[244,0,110.033]]],[[7419.77,8315.25,0],0,true,[[3961,0,166.548],[5113,0,2.28793],[5386,2,9.57932]]],[[8164.15,10638,0],0,false,[[657,0,168.35],[1631,0,291.986]]], +[[17546.6,8624.66,0],0,true,[[1250,0,3.21842],[4314,0,3.4444],[4978,1,15.3482],[323,1,10.345]]],[[9274.48,24.5426,0],0,true,[[115,2,7.69087],[4106,2,20.3435],[326,2,10.3515]]],[[17691.4,16802.4,0],0,true,[[2085,0,18.8235],[1819,0,318.393],[1197,0,6.46384],[1336,0,8.52359],[2683,0,10.4523]]],[[20391.2,16184.4,0],0,false,[[3870,0,202.096]]],[[7257.93,3277.07,0],0,false,[[3868,2,391.085],[1779,2,169.064]]], +[[17211.6,18007.9,0],0,false,[[896,1,7.39749],[2504,0,100.258]]],[[17509.4,13463.3,0],0,false,[[977,0,397.638]]],[[15529.4,3091.68,0],0,false,[[5118,1,206.948],[2425,1,61.151]]],[[16627.1,4563.96,0],0,false,[[3293,0,251.243],[4667,0,381.354]]],[[2476.31,5131.69,0],0,false,[[711,2,220.492],[599,2,190.826]]], +[[1739.82,5810.79,0],0,false,[[570,0,159.756],[4762,0,282.389]]],[[328.954,8622.42,0],0,true,[[1320,1,212.415],[2913,1,25.9049],[87,1,11.9864]]],[[11651.5,1068.77,0],0,false,[[1102,1,212.761],[3993,1,89.8807]]],[[9722.79,4006.6,0],0,true,[[2763,0,0.119379],[1169,0,3.9853],[5466,0,4.81081]]],[[12908.8,1739.73,0],0,false,[[5278,0,121.024],[2390,0,25.0047]]], +[[12668.7,6095.93,0],0,false,[[3912,0,280.398],[2710,0,173.441]]],[[14928.8,447.055,0],0,true,[[5717,0,11.2919],[4040,0,151.27],[3314,0,245.024],[5568,0,162.412]]],[[3537.34,1447.3,0],0,false,[[3015,1,181.336],[5712,1,25.4393]]],[[5541.25,12349,0],0,true,[[4003,0,5.24046],[5120,2,8.65766],[1008,2,13.5758]]],[[17796.2,19451.8,0],0,false,[[451,0,12.9086],[934,0,286.54]]], +[[8374.56,2706.82,0],0,false,[[3011,2,31.5133],[5125,2,54.0238]]],[[17558.4,12341.2,0],0,true,[[128,0,25.4176],[143,0,23.2619],[482,0,3.47241]]],[[14632.8,19876.5,0],0,false,[[4779,0,3.51363],[2812,0,1.58379]]],[[8933.69,9021.87,0],0,true,[[5620,0,118.563],[2421,0,10.4952],[1308,1,9.23786]]],[[18147.8,17080.1,0],0,true,[[207,0,2.93628],[4451,0,178.478],[4769,1,4.36139]]], +[[11696.3,8665.73,0],0,false,[[4695,0,272.949],[4948,0,282.835]]],[[12182.7,3789.38,0],0,false,[[4771,0,364.658],[29,0,359.134]]],[[15098,647.4,0],0,true,[[4040,0,135.541],[3835,0,336.242],[2997,0,158.359]]],[[10154,8199.4,0],0,true,[[3495,1,30.3324],[2934,1,29.2033],[933,1,15.2831]]],[[10235.7,14075.1,0],0,false,[[2786,0,178.778],[2272,0,316.899]]], +[[3097.91,6427.44,0],0,true,[[5518,0,3.26312],[2753,0,3.09709],[4501,1,11.9268]]],[[13142.1,13424.5,0],0,true,[[5425,0,146.858],[420,0,4.34449],[1820,0,5.99326]]],[[14365.3,7976.37,0],0,true,[[2606,0,9.37458],[1109,0,228.66],[1367,0,24.2168]]],[[2718.43,14782.5,0],0,false,[[3576,0,379.674],[2649,0,285.535]]],[[13057,5182.08,0],0,true,[[1026,0,43.7528],[2454,0,139.499],[1835,0,18.3709]]], +[[11399.4,15114.3,0],0,false,[[3316,0,303.783],[2668,0,116.081]]],[[3109.39,6424.21,0],0,true,[[1672,1,92.6939],[76,1,18.9911],[4732,1,5.38201],[5518,1,8.77348],[4495,1,11.9268],[2753,1,14.6204]]],[[15681.8,4733.36,0],0,false,[[3012,0,213.037]]],[[11715.3,9369.08,0],0,false,[[3217,0,1.64381],[2139,0,3.58582]]],[[19675,7236.06,0],0,false,[[1891,0,28.1595],[4857,0,90.427]]], +[[9099.44,19866.8,0],0,false,[[4764,0,79.7611],[3544,0,291.148]]],[[3341.2,12745.1,0],0,false,[[3162,0,130.762],[2975,0,93.5078]]],[[12437.6,8006.99,0],0,false,[[5088,0,47.8146],[3533,0,80.8632]]],[[15925.8,14836.9,0],0,false,[[3755,1,236.768],[1929,1,342.237]]],[[12165.6,10090.6,0],0,false,[[3459,0,351.74],[2918,0,90.8299]]], +[[12588.2,7916.33,0],0,false,[[5384,0,23.2499],[1620,0,52.3537]]],[[11213.8,19976.1,0],0,false,[[208,0,133.725],[4072,0,210.083]]],[[3764.78,15129.5,0],0,false,[[3619,0,26.9437],[386,0,112.18]]],[[15261.7,6513.1,0],0,false,[[3764,1,174.582],[4050,1,288.812]]],[[17723.4,12033.7,0],0,true,[[1139,0,7.09006],[4572,0,6.94237],[2091,0,7.35297]]], +[[13113.3,13142.4,0],0,false,[[4840,0,105.404]]],[[5540.53,3503.84,0],0,false,[[5526,1,40.6977],[5057,1,83.1935]]],[[11211.5,16838,0],0,false,[[2750,0,401.142],[4090,0,323.904]]],[[11856.6,7700.63,0],0,false,[[1428,0,52.704],[1447,0,72.0485]]],[[5899.65,16000.7,0],0,false,[[5022,0,376.049],[2455,0,254.952]]], +[[19423,2798.7,0],0,true,[[2250,0,231.52],[1438,0,110.565],[5612,0,28.3595]]],[[3833.91,10117.5,0],0,false,[[1661,0,193.29],[4433,0,95.6081]]],[[15247.4,486.43,0],0,false,[[1293,0,8.68538],[3543,0,8.68538]]],[[14156.6,19387,0],0,true,[[4638,0,52.5101],[1538,0,22.9503],[4124,0,101.954]]],[[17320.9,18387,0],0,false,[[5208,1,126.16],[1002,1,327.351]]], +[[5933.55,8907.63,0],0,true,[[82,0,3.54628],[1403,0,3.41226],[1794,0,3.11764]]],[[13659.3,4593.21,0],0,true,[[1721,0,48.0616],[1573,0,5.861],[1699,1,16.2388]]],[[5610.59,14105.5,0],0,false,[[2619,0,70.783],[1007,0,136.044]]],[[18772.5,14279.1,0],0,false,[[5190,1,106.738],[5696,1,19.0632]]],[[19963.2,4859.7,0],0,false,[[3282,0,6.03756],[1416,1,10.1275]]], +[[13747.1,4244.9,0],0,false,[[961,0,19.7296],[4171,0,73.6419]]],[[1278.63,13110.7,0],0,false,[[4755,0,94.4874],[872,0,23.7817]]],[[1002.6,16265.9,0],0,false,[[4259,0,53.2452],[5041,0,327.273]]],[[3851.99,14998.5,0],0,false,[[2684,2,65.2645],[4008,2,23.102]]],[[9059.78,18293.8,0],0,false,[[1165,0,359.135],[923,0,179.587]]], +[[7998.17,17027.5,0],0,false,[[1289,0,89.7914],[860,0,183.164]]],[[13250.2,8808.88,0],0,false,[[2909,0,32.6347],[1191,0,62.8524]]],[[8764.73,2185.59,7.94],0,false,[[1252,2,28.0219],[1107,2,121.259]]],[[14980.1,11827.9,0],0,false,[[525,0,124.768],[360,0,288.869]]],[[1083.46,3465.15,0],0,false,[[5488,0,237.548],[1,0,211.792]]], +[[6427.8,1587.54,0],0,false,[[4104,1,235.419],[487,1,102.009]]],[[14697.1,7.9227,0],0,false,[[2236,0,195.195]]],[[13319.2,13608.9,0],0,true,[[3634,0,13.6209],[39,0,60.9817],[2291,0,11.1957]]],[[7677.06,11035,0],0,false,[[2155,0,278.54],[4343,0,276.899]]],[[16623.2,9970.98,0],0,true,[[4422,1,93.563],[2908,1,28.6123],[4608,1,7.56958]]], +[[6445.36,637.34,0],0,false,[[368,1,13.0007],[4671,1,84.264]]],[[5922.76,8922.99,0],0,true,[[4804,0,4.95408],[5661,0,3.04829],[3453,0,3.68284],[1006,0,2.55577],[1341,0,0.795262]]],[[14110.1,7377.23,0],0,false,[[2394,0,306.667],[1507,0,346.32]]],[[1268.49,1478.8,0],0,false,[[2894,1,104.739],[625,1,305.212]]],[[8168.62,4902.38,0],0,false,[[2417,2,298.759],[5077,2,375.866]]], +[[18763.1,8856.95,0],0,false,[[4373,1,354.09],[3335,1,262.042]]],[[8088.47,15371.5,0],0,true,[[1942,1,320.584],[1874,1,30.3761],[2227,1,6.5343],[4089,1,5.68752]]],[[4136.71,16268.5,0],0,true,[[1519,0,20.6708],[944,0,71.7607],[1767,2,21.4282]]],[[8225.53,4304.92,0],0,true,[[1055,0,74.0293],[484,0,75.963],[4458,0,56.2065]]],[[512.356,3008.35,0],0,false,[[5007,1,19.6704],[5482,1,33.5509]]], +[[336.111,12890.6,0],0,false,[[3437,1,167.515],[465,1,295.204]]],[[16612.5,7187.54,0],0,false,[[4761,0,102.079],[315,0,15.62]]],[[12832.5,13952,0],0,false,[[3113,0,15.8103],[2905,0,308.423]]],[[19402.1,11272.1,0],0,false,[[1924,1,158.873],[2420,1,125.714]]],[[2721.86,19428,0],0,false,[[5248,0,80.0581],[3675,0,21.6612]]], +[[20110.5,2975.05,0],0,false,[[5523,0,302.803],[4972,0,341.83]]],[[14649.6,15747.8,0],0,false,[[3481,0,250.899],[4591,0,279.495]]],[[11687.6,14470.6,0],0,true,[[1207,0,57.6796],[5075,0,14.4129],[1221,0,10.9514],[2089,0,24.8975],[4705,0,7.87597]]],[[13184,8045.96,0],0,true,[[3692,1,5.9721],[54,0,159.954],[4186,1,9.07069]]],[[8362.45,2667.78,9.98016],0,false,[[5388,2,76.8475],[1777,2,33.7338]]], +[[827.295,1642.39,0],0,true,[[1743,0,2.26422],[5649,0,235.84],[4378,1,6.34401]]],[[1122.14,15037.9,0],0,false,[[49,0,227.581],[4371,0,399.785]]],[[1084.31,5990.08,0],0,false,[[1547,2,340.641],[523,2,278.336]]],[[19202,13297,0],0,false,[[72,1,333.198],[3396,1,381.674]]],[[17188.7,14028.6,0],0,false,[[3699,1,254.524],[1023,1,191.608]]], +[[18411.1,441.805,0],0,false,[[4731,0,24.361],[5419,0,15.3894]]],[[7888.4,6843.21,0],0,false,[[3164,0,331.376],[4454,0,131.556]]],[[17727.4,12028,0],0,true,[[4514,0,6.94237],[1679,0,5.01956],[5447,0,1.38002],[5704,0,2.74155],[2091,0,9.89683]]],[[14279.7,19512.1,0],0,false,[[3848,0,232.719],[695,0,27.5743]]],[[17996.6,15007.8,0],0,false,[[4900,0,223.667],[476,0,257.994]]], +[[13741.9,16233.9,0],0,false,[[1214,0,286.814],[2503,0,20.8638]]],[[8869.47,18911.1,0],0,false,[[5479,0,56.1299],[4740,0,30.9961]]],[[6403.63,500.945,0],0,false,[[2846,0,54.9868]]],[[20471.1,548.034,0],0,false,[[1585,1,237.047]]],[[2876.26,12610.3,0],0,true,[[3926,0,5.58178],[3609,0,9.51864],[1401,0,2.31957]]], +[[10999.4,18359,0],0,false,[[867,0,335.276],[5318,0,35.9807]]],[[11328.6,6603.38,0],0,false,[[4836,0,364.318],[4690,0,367.362]]],[[10992.8,18320.5,0],0,true,[[4393,0,43.7677],[2293,0,13.1185],[2209,0,8.33803],[5318,0,6.00163]]],[[6999.17,10871.3,0],0,false,[[4724,0,7.639],[5436,1,10.6186]]],[[627.373,3001.52,0],0,false,[[5581,0,319.406],[2640,0,24.8795]]], +[[17736.4,6987.37,0],0,false,[[771,0,155.729],[3811,0,309.276]]],[[9155.85,19194.6,0],0,false,[[2605,0,187.722],[927,0,358.149]]],[[8652.06,8779.38,0],0,false,[[3235,0,221.781],[1061,0,35.6498]]],[[3627.67,14793.8,0],0,false,[[618,0,28.0878],[5091,0,126.608]]],[[18817.6,14928,0],0,true,[[2829,0,6.52994],[3215,0,3.32954],[4355,1,12.7921],[2646,1,11.9654]]], +[[10172.6,5591.3,0],0,false,[[2715,0,249.752],[566,0,20.574]]],[[14889.8,15617,0],0,false,[[4561,0,279.495],[4408,0,217.297]]],[[10150.9,7085.33,0],0,false,[[3780,1,33.5992],[2943,1,174.965]]],[[6905.61,10709.1,0],0,false,[[4724,0,201.735],[5216,0,55.7425]]],[[6826.05,19059.7,0],0,true,[[3688,1,27.8439],[5010,1,122.899],[5124,1,1.98395]]], +[[8067.23,11868.4,0],0,false,[[2692,1,375.647],[2026,1,94.5506]]],[[9927.6,626.313,0],0,true,[[1387,1,12.3257],[2883,1,10.8651],[4697,1,11.9164]]],[[4759,2590.39,0],0,false,[[2157,0,333.18],[32,0,30.2142]]],[[13210,8639.69,0],0,false,[[2535,0,20.9356],[1480,1,4.42662]]],[[6090.21,10145.3,0],0,false,[[2266,0,210.596]]], +[[9526.8,14047.2,0],0,false,[[3362,1,168.726],[2093,1,358.521]]],[[2422.75,15815,0],0,true,[[2081,1,69.4439],[5275,1,33.8893],[2916,1,12.2368]]],[[3630.64,16314.7,0],0,true,[[1219,0,5.03095],[749,0,388.168],[3407,0,2.10895],[3649,0,4.31436]]],[[6227.39,16680.2,0],0,false,[[3324,0,239.506],[2900,1,10.9791]]],[[6503.08,10116.4,0],0,false,[[170,1,224.954],[802,1,295.199]]], +[[18865.2,7860.56,0],0,false,[[2675,0,26.0904],[2505,0,328.43]]],[[18525.6,10980.4,0],0,true,[[1817,0,24.2683],[3610,0,10.5055],[2058,0,13.9845]]],[[3745.36,15079.2,0],0,true,[[220,0,49.4104],[5071,0,7.72241],[2194,0,5.48765]]],[[16628.9,9975.92,0],0,false,[[4544,1,7.56958],[2552,0,40.5577]]],[[4193.25,16206.8,0],0,true,[[5093,0,65.0158],[944,0,12.3649],[982,0,10.8641]]], +[[5932.28,8921.38,0],0,true,[[3139,1,27.8661],[1685,1,227.988],[1581,1,8.65378],[3122,1,7.49497],[3191,1,6.25387],[1490,1,5.81965],[995,1,15.0881],[3460,1,11.763],[5496,1,9.32337],[3453,1,8.67588],[3799,1,17.487],[82,1,15.0957],[5661,1,7.4816]]],[[620.591,6306.47,0],0,false,[[523,2,283.044],[5332,2,246.446]]],[[14030.2,15104.7,0],0,false,[[340,0,265.917],[5123,0,160.93]]],[[12583.9,8102.2,0],0,false,[[3211,1,55.9724],[3962,1,27.1779]]],[[15418.3,6006.26,0],0,false,[[5134,0,18.6727],[5705,0,185.051]]], +[[5378.92,6017.48,0],0,false,[[839,0,324.653],[4768,0,158.609]]],[[13065.6,11420.7,0],0,false,[[2638,0,372.601],[3540,0,341.282]]],[[13039.3,5149.87,0],0,true,[[5330,0,187.582],[1835,0,18.7962],[1176,0,5.35758],[5273,0,6.23917],[4443,0,8.01492],[5035,0,10.5219]]],[[12920.7,13385.4,0],0,false,[[5381,1,152.182],[4759,1,280.122]]],[[10346.7,2578.81,0],0,true,[[5186,0,11.7863],[2801,0,4.92361],[1711,0,2.93125]]], +[[13359.3,15851.1,0],0,true,[[3969,0,4.44992],[2191,0,154.445],[135,0,5.43615]]],[[3458.53,17850.3,0],0,false,[[2368,0,165.61],[3200,0,383.218]]],[[3985.43,13561.7,0],0,false,[[2280,2,20.3509],[2016,2,212.668]]],[[15159.5,5677.17,0],0,false,[[617,0,48.4277],[1540,0,6.69825]]],[[1522.92,13806.9,0],0,false,[[3643,1,10.7398],[4746,1,71.6572]]], +[[18126.8,12649,0],0,false,[[2356,0,290.631],[5145,0,257.054]]],[[7666.82,19542.4,0],0,true,[[1431,0,4.19226],[254,0,2.43792],[2233,1,8.82095],[330,1,12.6912]]],[[13431.8,4738.3,0],0,false,[[3715,0,216.566],[4404,0,273.988]]],[[8628.15,8762.87,0],0,true,[[1073,0,14.6173],[2491,0,2.95668],[1061,0,8.39325]]],[[2755.4,19432.8,0],0,true,[[2570,0,6.12156],[5608,0,229.741],[4184,0,1.16272],[5515,0,3.67348]]], +[[20002.9,3448.05,0],0,false,[[1786,0,332.429],[1997,0,181.14]]],[[3149.06,4945.51,0],0,false,[[343,2,68.5046],[2809,2,71.5727]]],[[17720.1,12029.3,0],0,true,[[1883,0,3.44526],[4210,0,2.9031],[2091,0,12.6961]]],[[6527.16,829.302,0],0,false,[[4671,1,128.043],[263,1,174.337]]],[[14928.2,15360,3.82954],0,true,[[3706,1,13.4312],[3598,1,20.2532],[5099,1,8.11732],[4381,1,9.18074]]], +[[15123,16172.2,0],0,false,[[4776,0,159.676],[3908,0,392.663]]],[[3607.9,1639.58,0],0,false,[[1484,1,131.426],[2561,1,357.238]]],[[8490,14850.6,0],0,false,[[3044,1,386.41],[2106,1,147.483]]],[[14199.7,19357,0],0,false,[[262,0,18.6218],[4523,0,52.5101]]],[[13253.1,8873.1,0],0,false,[[2456,0,181.269],[2909,0,31.6799]]], +[[8331.29,11010.4,0],0,false,[[4854,0,326.536],[2312,0,21.0588]]],[[1835.4,1254.64,0],0,true,[[580,1,12.7263],[510,1,14.6607],[2828,1,13.481]]],[[3984.7,13541.8,0],0,false,[[4185,1,292.877],[2280,2,6.02778]]],[[10319.9,5367.91,0],0,false,[[2138,0,244.619],[2176,0,26.5751]]],[[17679.1,16813,0],0,true,[[3145,0,87.8118],[3177,0,1.44747],[2085,0,5.62602]]], +[[15383.6,2658.49,0],0,true,[[185,1,21.0426],[2041,1,133.361],[3575,1,10.7699]]],[[3375.31,6342.85,0],0,false,[[611,1,25.0089],[2188,1,28.8854]]],[[13428.9,7143.47,0],0,false,[[2065,1,238.95],[1201,1,372.951]]],[[19594.4,9592.73,0],0,true,[[13,0,5.41707],[107,0,2.87235],[1546,1,13.9282],[1302,1,15.6569]]],[[9546.94,15259.3,0],0,false,[[4680,0,366.193],[781,0,387.282]]], +[[10656.5,11405.8,0],0,true,[[1996,0,43.7529],[1297,0,9.20941],[1552,0,11.3889]]],[[6674.66,10927.6,0],0,false,[[5202,0,150.659],[3152,0,24.5272]]],[[15477.8,11759.8,0],0,false,[[3370,0,223.745],[793,0,135.81]]],[[7752.9,9993.14,0],0,false,[[3775,1,354.846],[518,1,354.424]]],[[1942.59,13359.7,0],0,false,[[2264,1,197.813],[1901,1,367.247]]], +[[3688.96,10241.3,0],0,false,[[2841,0,223.737],[5302,0,108.376]]],[[9810.75,16584.8,0],0,true,[[5448,0,382.505],[1696,0,4.91993],[4032,1,16.0047]]],[[13438,8000.98,0],0,true,[[1292,0,18.6723],[2665,0,11.367],[1239,0,7.6844]]],[[4856.66,18482.5,0],0,true,[[5709,0,9.85141],[3597,0,239.829],[670,2,12.7012]]],[[10773.8,17225.8,0],0,false,[[5242,0,102.709],[4770,0,7.10842]]], +[[12829.6,4431.02,0],0,false,[[1164,0,245.122],[1407,0,102.79]]],[[9301.25,1255.04,0],0,false,[[1793,2,279.272],[3948,2,345.828]]],[[5570.59,3451.28,0],0,true,[[2416,1,22.2012],[5526,1,19.9251],[1992,1,43.0305],[1570,1,4.57902]]],[[4673.61,18968.6,0],0,true,[[1658,1,29.1562],[2406,1,230.5],[2816,1,7.46137]]],[[13116,9013.15,0],0,false,[[4873,0,23.2316],[2456,0,140.247]]], +[[20195.3,4320.92,0],0,false,[[75,0,112.304]]],[[5752.63,14125,0],0,true,[[3952,0,59.243],[4057,0,53.8095],[5252,0,58.8388]]],[[16920.5,4807.5,0],0,true,[[4473,0,381.354],[497,0,13.5135],[3083,0,5.54084],[915,0,3.57726]]],[[7790.46,15758.7,0],0,false,[[1194,1,27.4882],[260,1,26.1267]]],[[15709.9,14175,0],0,true,[[3432,1,115.342],[3230,1,21.488],[1238,1,11.9461]]], +[[13218.4,4476.46,0],0,true,[[4737,0,10.0222],[4063,0,179.083],[741,0,15.5418]]],[[6475.82,714.045,0],0,false,[[4545,1,84.264],[4633,1,128.043]]],[[9737.35,16721.8,0],0,true,[[3842,1,139.545],[4694,1,29.19],[4975,1,12.1471],[4045,1,11.0493]]],[[13192,8575.76,0],0,false,[[1480,1,66.3202],[3721,1,21.5357]]],[[19079.3,3734.26,0],0,false,[[2877,0,2.54802],[4221,0,4.12134]]], +[[4890.36,16317.9,0],0,true,[[4152,0,7.5533],[5096,0,13.4004],[3196,1,9.2465]]],[[2913.01,12714.7,0],0,true,[[5651,1,11.111],[255,1,85.0235],[4334,1,16.4791]]],[[1778.26,9750.49,0],0,true,[[2087,0,347.484],[313,0,3.30537],[573,1,8.96083]]],[[20328.9,5757.61,0],0,false,[[5280,0,166.815],[2844,0,353.347]]],[[4623.34,12854.2,0],0,true,[[2670,0,2.52501],[5089,0,15.4445],[2604,0,4.20293]]], +[[9905.54,15333.4,0],0,false,[[5082,0,134.674],[4649,0,366.193]]],[[3589.22,20375.6,0],0,false,[[5350,1,175.466],[4145,1,389.712]]],[[19355.9,8929.83,0],0,false,[[3353,0,253.1],[3841,0,340.411]]],[[8377.85,14974.8,2.65774],0,false,[[1942,1,170.715],[2106,1,21.5434]]],[[13828.3,4632.98,0],0,true,[[2076,1,34.1603],[5182,1,180.48],[3723,1,19.7497]]], +[[19544,11409.4,0],0,true,[[4720,0,7.09057],[3131,0,14.4102],[5427,1,11.8789],[1785,1,8.13269]]],[[9953.09,11823.9,0],0,false,[[4419,0,109.218],[4179,0,345.058]]],[[9862.87,468.215,0],0,true,[[999,1,22.9021],[1811,1,16.6046],[3026,1,9.92179],[1773,1,4.55444]]],[[14145.3,11830.9,0],0,true,[[1140,1,5.76102],[3611,0,272.23],[1108,1,6.93747]]],[[13533.9,13563.2,7.56432],0,true,[[1700,1,16.0502],[5310,1,17.7289],[5438,1,9.64719],[5545,1,10.5407]]], +[[11644.7,6782.53,0],0,false,[[4581,0,367.362],[1423,0,334.547]]],[[6816.26,17343.9,0],0,true,[[1798,1,177.694],[3449,1,21.5165],[306,1,4.08951]]],[[15044.4,4530.7,0],0,true,[[2308,0,35.7125],[1847,0,3.48515],[3525,0,2.71097]]],[[13030.3,2823.29,0],0,false,[[3860,0,293.732],[4750,0,372.065]]],[[9737.7,16751,0],0,true,[[4672,1,29.19],[4074,1,243.763],[4975,1,17.1587]]], +[[11443.9,8617.89,0],0,true,[[1156,0,39.1722],[4490,0,272.949],[5669,0,64.6506]]],[[7119.85,12532.2,0],0,true,[[682,1,27.0114],[2698,1,70.0329],[1939,1,17.6488],[5694,1,22.872]]],[[9938.56,630.973,0],0,true,[[5416,1,16.0064],[3924,1,11.5079],[2883,1,2.5917],[4596,1,11.9164]]],[[15472.7,20476.5,0],0,false,[[5622,0,146.793]]],[[14356.3,19304.2,0],0,false,[[2859,0,124.717],[109,0,53.5309]]], +[[10023.6,8631.45,0],0,true,[[2430,1,68.0639],[4383,1,9.8111],[716,1,6.10966],[917,1,6.01695]]],[[2453.23,8402.32,0],0,true,[[4319,0,4.58576],[5412,0,3.94016],[4037,1,11.7711]]],[[4919.31,7832.99,0],0,false,[[4296,0,35.0159],[994,0,31.4736]]],[[13869.8,4369.87,6.02859],0,true,[[888,1,24.1107],[2972,1,20.2947],[1746,1,8.41207],[4075,1,4.32129]]],[[17307,4115.93,0],0,true,[[513,0,10.5078],[1254,0,6.39327],[2695,0,4.21144]]], +[[11694.3,14474.7,0],0,true,[[3118,0,16.797],[1221,0,3.70213],[4562,0,7.87597]]],[[15723.6,9263.09,0],0,false,[[3490,0,15.6104],[1040,0,22.4676]]],[[14227.4,4049.86,0],0,true,[[1060,0,2.95199],[1440,0,3.24911],[3227,1,8.86128]]],[[8176.22,17265.7,0],0,false,[[3554,0,393.563],[1289,0,283.706]]],[[2004.29,690.725,0],0,false,[[3057,1,7.90129],[329,0,4.24402]]], +[[5393.52,15396.1,0],0,false,[[177,0,198.222],[1178,0,245.081]]],[[15044,13771.2,0],0,true,[[5556,1,297.899],[4147,1,9.93772],[3615,1,5.26173],[2515,1,8.03445]]],[[9372.94,6051.29,0],0,false,[[1278,1,138.595],[2077,1,16.5865]]],[[6811.66,5437.91,0],0,false,[[1313,1,399.741],[631,1,203.118]]],[[10175.7,8184.23,0],0,false,[[293,0,20.2104],[838,0,19.9215]]], +[[12160.8,17401.5,0],0,false,[[3529,0,181.992],[4101,0,130.514]]],[[10718.4,9041.18,0],0,false,[[2382,0,371.869],[224,0,230.325]]],[[17106.4,5034.19,0],0,true,[[1047,0,9.72863],[1323,0,11.5359],[3785,0,4.99146]]],[[3860.03,4642.38,0],0,false,[[3148,0,179.239],[3592,0,234.517]]],[[16643.1,18252.4,0],0,true,[[1522,0,65.0076],[3676,0,25.5936],[1394,0,14.7593]]], +[[19549.6,11413.7,0],0,true,[[1299,0,14.4213],[4685,0,7.09057],[1785,1,4.75331]]],[[6382.75,560.147,0],0,false,[[2761,1,43.8968],[4966,1,20.3323]]],[[14968,2148.33,0],0,false,[[1604,0,157.719],[1916,0,371.898]]],[[19731.9,8651.46,0],0,false,[[2771,1,203.055],[2436,1,102.608]]],[[7002.27,10864.3,0],0,true,[[4583,0,7.639],[4593,0,201.735],[5436,1,18.2014]]], +[[18139.9,17093.5,0],0,true,[[1105,0,342.647],[4247,0,3.52178],[2885,1,17.3288]]],[[18376.8,13470.8,0],0,false,[[783,0,386.044],[3500,0,208.403]]],[[1199.54,17958.6,0],0,false,[[3087,0,107.067],[3478,0,372.619]]],[[4853.21,18802.1,0],0,true,[[4006,2,5.75141],[1897,2,154.925],[4160,2,7.33374]]],[[13942.1,18098.1,0],0,true,[[5572,0,34.2518],[3208,0,34.3687],[3527,0,4.52117],[28,0,4.54394],[691,0,5.71212],[3826,0,235.977]]], +[[16152.4,19336.3,0],0,false,[[3059,0,106.132]]],[[18411.8,466.135,0],0,false,[[2568,0,370.515],[4570,0,24.361]]],[[3104.05,6424.92,0],0,false,[[4501,1,5.38201],[5518,0,3.41639]]],[[7606.01,623.122,0],0,true,[[5714,1,144.596],[4086,1,15.6435],[363,1,11.4234],[4403,1,7.66007],[516,1,6.52749]]],[[16992.6,18005.1,0],0,true,[[5110,0,92.3616],[126,0,27.1784],[5261,0,19.1117]]], +[[15051.5,13753.2,0],0,false,[[3615,0,14.277],[3508,0,29.4787]]],[[7798.02,15767.9,0],0,false,[[3542,0,6.14253],[5370,0,2.85475]]],[[13208.6,4474.34,0],0,true,[[4670,0,10.0222],[3160,0,7.16489],[741,0,9.7216]]],[[2847.57,12612.2,0],0,true,[[2086,0,2.27602],[3388,0,2.2098],[1781,0,4.4323]]],[[527.938,8533.71,0],0,false,[[2198,1,102.523],[4299,1,369.913]]], +[[8899.63,18904.8,0],0,true,[[555,0,29.2457],[1478,0,26.0483],[4576,0,30.9961]]],[[13882,8556.53,0],0,false,[[2920,1,385.05],[492,1,260.212]]],[[10727.8,12632.7,0],0,false,[[5199,0,116.442],[1749,0,8.72595]]],[[19874.6,4523.72,0],0,false,[[5542,0,126.402],[3195,0,29.199]]],[[17612.8,11826.7,0],0,true,[[5356,0,21.4336],[596,0,12.2859],[2579,0,33.4501]]], +[[16212.4,10598.1,0],0,false,[[2206,0,135.141],[2789,0,319.618]]],[[1539.57,13875.9,0],0,true,[[4624,1,71.6572],[4028,1,4.64055],[3296,1,3.48604]]],[[18431.6,17632.8,0],0,false,[[3074,1,30.6447],[2473,1,56.0278]]],[[5789.26,12142.3,0],0,false,[[3654,0,35.1262],[388,2,9.11985]]],[[11830.7,12442.7,0],0,false,[[4882,0,186.65]]], +[[12930.3,3181.6,0],0,false,[[4693,0,372.065],[362,0,29.4961]]],[[4923.48,16317.7,0],0,false,[[3196,1,26.4702],[4913,1,353.015]]],[[16472,8645.82,0],0,false,[[1831,0,24.2216],[3929,0,182.519]]],[[16227.9,16595.5,0],0,false,[[1592,0,347.26],[2798,0,46.1962]]],[[6486.92,10869.8,0],0,false,[[2396,0,6.36879],[2666,0,1.81111]]], +[[1275.57,13205.1,0],0,false,[[1236,1,4.64229],[4531,0,94.4874]]],[[4256.9,2426.51,0],0,false,[[5335,1,400.97],[4206,1,388.433]]],[[13654.1,12729.4,0],0,false,[[2634,0,26.7916],[4858,0,325.516]]],[[8903.53,11420,0],0,false,[[1543,0,271.957],[5264,0,242.611]]],[[12653.9,13299.8,0],0,false,[[4618,1,280.122],[1768,1,121.091]]], +[[14527.8,5096.62,0],0,true,[[2574,1,392.898],[3612,1,13.9194],[1280,1,7.51853]]],[[16546.7,7265.47,0],0,false,[[4829,0,42.4783],[4556,0,102.079]]],[[1951.37,5623.77,0],0,false,[[4475,0,282.389],[5628,0,164.493]]],[[13181.6,8469.22,0],0,true,[[2211,1,5.39674],[248,0,20.721],[265,1,6.57412]]],[[9151.08,19806.1,0],0,true,[[4766,0,17.6198],[4505,0,79.7611],[1926,0,9.25214]]], +[[2002.32,704.625,0],0,false,[[4139,1,389.366],[3057,1,21.4534]]],[[9137.09,19795.4,0],0,true,[[4764,0,17.6198],[2958,0,188.715],[1926,0,26.6518]]],[[9287.9,16359.3,0],0,true,[[1476,0,95.7446],[5519,0,12.3232],[3325,0,13.9679]]],[[5326.91,5867.67,0],0,false,[[4615,0,158.609],[73,0,332.472]]],[[18143.5,17079.6,0],0,true,[[3224,1,20.7751],[2885,1,28.2617],[2915,1,4.33107],[207,1,2.43519],[4489,1,4.36139]]], +[[10778.4,17220.4,0],0,true,[[4090,0,253.963],[2995,0,21.9002],[4659,0,7.10842]]],[[12477.1,3575.34,0],0,false,[[1991,0,367.03],[4491,0,364.658]]],[[14702.9,19862.4,0],0,false,[[4036,0,56.0961],[4307,0,78.6647]]],[[9354.96,20440.2,0],0,false,[[4406,0,98.6222],[3108,0,332.791]]],[[12110.1,1215.21,0],0,false,[[669,0,127.332],[4091,0,363.009]]], +[[4774.39,10433.9,0],0,false,[[3281,0,292.934],[2208,0,139.939]]],[[14974.1,16114.7,0],0,false,[[751,0,31.1306],[4635,0,159.676]]],[[2242.17,3384.14,0],0,false,[[988,0,290.953],[985,0,336.242]]],[[11021.8,7738.26,0],0,true,[[3093,1,255.026],[1314,1,2.0117],[2258,1,9.33118]]],[[14635.9,19878.1,0],0,true,[[4487,0,3.51363],[3229,0,6.16234],[2812,0,4.25446]]], +[[13719.1,9857.47,0],0,true,[[5418,0,12.6957],[5259,0,2.31635],[4833,1,7.7156]]],[[13145.7,8165.59,0],0,false,[[4442,0,14.707],[2817,1,3.05443]]],[[14976.1,14968,0],0,false,[[1052,0,241.591],[4100,0,306.48]]],[[10864.9,10994.2,0],0,true,[[1373,0,2.84758],[3889,0,3.46724],[5102,1,7.16558]]],[[7823.94,15733,0],0,false,[[3895,0,6.86952],[998,0,4.96475]]], +[[5754.06,18495.2,0],0,false,[[2590,1,199.4],[4876,1,23.0205]]],[[12837.5,19623.1,0],0,false,[[2716,0,224.488],[3719,0,242.869]]],[[14045.7,15488.6,0],0,false,[[3698,0,11.3069],[5221,0,32.0433]]],[[8760.38,2177.21,0],0,false,[[538,0,195.38],[2500,0,26.0286]]],[[6004.36,12760.8,0],0,false,[[2119,0,307.707],[5241,0,105.686]]], +[[17877.6,11887,0],0,false,[[3171,0,189.297],[3425,0,75.6329]]],[[12744.6,14293.4,0],0,false,[[4883,0,137.452],[3113,0,349.62]]],[[19467.5,8277.23,0],0,false,[[203,0,15.654]]],[[10544.6,7724.35,0],0,true,[[71,0,5.93387],[477,0,57.7878],[3099,1,3.71072]]],[[17680.6,16817.3,0],0,false,[[1385,0,2.04726],[2085,0,1.04994]]], +[[10027,1496.87,0],0,false,[[3107,0,389.096],[2783,0,256.984]]],[[5967.78,18734.1,0],0,false,[[5270,1,91.9035],[4188,1,377.989]]],[[18075.6,10760.2,0],0,false,[[806,0,377.158],[1138,0,268.985]]],[[17662.8,12218.1,0],0,true,[[2079,0,0.751723],[100,0,0.989701],[1514,0,6.55532]]],[[7007.26,832.514,0],0,true,[[3161,0,2.26356],[4182,0,5.17705],[117,1,3.8717]]], +[[5918.87,8926.72,0],0,true,[[4801,0,11.0554],[1006,0,2.8312],[4804,0,0.509471]]],[[5910.52,8933.97,0],0,true,[[4800,0,11.0554],[2575,0,173.377],[4804,0,11.485]]],[[694.86,19823.4,0],0,true,[[3199,0,4.03017],[3436,0,4.61524],[4416,1,1.55589]]],[[11195.4,4694.5,0],0,false,[[3395,0,363.352],[2837,0,261.046]]],[[5919,8926.23,0],0,true,[[1341,0,4.4855],[4800,0,0.509471],[4546,0,4.95408],[1006,0,2.40968],[4801,0,11.485]]], +[[18761.6,3738.51,0],0,false,[[3117,0,237.849],[1037,0,25.5098]]],[[19470.4,8302.71,0],0,true,[[3657,0,18.5399],[5614,0,14.5314],[203,0,10.2884]]],[[3869.23,2294.64,0],0,true,[[2561,1,358.253],[5335,1,13.7674],[3704,1,6.73192]]],[[14839.8,19032.9,0],0,false,[[3596,0,356.975],[5256,0,200.339]]],[[16786.9,13187.7,0],0,false,[[3712,0,165.693],[3101,0,339.664]]], +[[10725.7,11959.4,0],0,false,[[1340,0,367.857],[986,0,153.872]]],[[7505.54,19253.9,0],0,false,[[2493,1,237.864],[3226,1,47.4006]]],[[12582.7,4530.27,0],0,false,[[5671,0,40.4998],[90,0,25.2658]]],[[17334,10194.3,0],0,true,[[639,0,1.26283],[1265,0,1.32784],[750,0,10.4327]]],[[7203.9,19718,0],0,false,[[1605,0,208.174],[153,0,144.674]]], +[[4596.88,12885.9,0],0,false,[[553,2,29.9237],[5590,2,402.061]]],[[6244.87,6112.64,0],0,false,[[3829,0,13.3022],[4264,0,83.641]]],[[13544.4,11842,0],0,false,[[33,0,163.61],[4190,0,385.087]]],[[9479.39,8521.06,0],0,true,[[1851,0,23.958],[1545,0,14.186],[2860,0,12.1518]]],[[14233.2,641.967,0],0,false,[[1417,0,19.3814],[794,0,335.746]]], +[[9198.35,16217.6,0],0,false,[[3154,1,71.4207],[2268,1,13.4882]]],[[17956.6,12331.5,0],0,false,[[3401,0,15.8494],[767,0,30.0815]]],[[15223.2,1095.06,0],0,false,[[1622,0,239.412],[1444,0,15.7954]]],[[7968.98,3816.87,0],0,true,[[2392,0,4.12005],[2845,0,2.53905],[5650,2,4.86857]]],[[9211.06,10995.5,0],0,false,[[179,0,233.412],[4324,0,159.349]]], +[[4715.55,19007,0],0,false,[[2816,0,55.3792]]],[[2872.81,6243.29,0],0,false,[[762,0,239.59],[2790,0,279.922]]],[[11265.3,19775.2,0],0,true,[[2696,0,2.72656],[621,0,3.52465],[661,0,4.28672]]],[[15342.3,564.736,0],0,false,[[4392,0,31.5235],[3398,0,65.1904]]],[[16519.3,7297.91,0],0,true,[[5,0,6.85151],[4761,0,42.4783],[4350,0,13.0941]]], +[[10699.5,12753.3,0],0,true,[[855,1,15.2886],[2444,1,5.56441],[2487,1,13.1839]]],[[12286.1,18610.5,0],0,false,[[2546,0,64.6767],[960,0,24.8284]]],[[15531.3,9997.07,0],0,false,[[3923,0,154.445],[2782,0,303.292]]],[[13721.5,9850.14,0],0,true,[[5688,1,18.8049],[5452,1,338.504],[5418,1,16.326],[4780,1,7.7156],[5259,1,8.43044],[67,1,10.5024]]],[[7704.65,7416.94,0],0,false,[[4155,0,163.345],[4448,0,304.238]]], +[[17549.8,8620.97,0],0,true,[[1250,0,2.53738],[2235,0,2.75833],[323,1,8.0105]]],[[10995.5,6459.62,0],0,false,[[268,0,395.557],[4581,0,364.318]]],[[13267.8,9846.45,0],0,true,[[3051,0,156.652],[818,0,29.195],[296,0,6.70684],[1652,0,3.59262],[4087,0,2.17731],[5690,0,3.37832]]],[[4791.39,2566.45,0],0,true,[[1358,0,4.72056],[1588,0,3.70268],[1998,1,10.7628]]],[[16415.8,14165.7,0],0,false,[[2654,1,278.41],[1079,1,393.908]]], +[[13218.6,13147.1,0],0,false,[[56,0,23.2644],[4515,0,105.404]]],[[9860.37,568.605,0],0,false,[[5217,2,26.0975],[2134,2,48.0744]]],[[10382.5,121.787,0],0,false,[[2813,2,99.6474],[200,2,372.94]]],[[16231.5,8749.14,0],0,false,[[4283,1,372.707],[346,1,253.017]]],[[16259.9,13667.1,0],0,false,[[3294,0,314.007],[922,0,168.218]]], +[[15643.4,14158.5,0],0,false,[[3568,1,7.43139],[1541,1,11.6834]]],[[5756.01,5465.74,0],0,false,[[4278,0,264.011],[2078,0,337.926]]],[[9750.44,656.331,0],0,true,[[2210,1,30.7952],[1731,1,35.1466],[5009,2,24.275],[4397,2,24.2582]]],[[11001.8,15299.4,0],0,false,[[393,0,170.121],[2948,0,7.77807]]],[[18577.5,10497.7,0],0,false,[[1695,0,297.243]]], +[[9807.43,615.859,0],0,true,[[2134,2,22.8952],[2166,2,23.4647],[287,2,10.9931],[5282,2,19.3439]]],[[9087.55,18661,0],0,false,[[1478,0,283.541],[923,0,296.58]]],[[10356.9,6874.61,0],0,true,[[2712,0,15.1122],[3906,0,13.2437],[1351,0,12.3599]]],[[17243.8,17490.4,0],0,true,[[2152,0,2.40809],[3861,0,1.7341],[2186,0,4.64409],[5656,0,1.76654]]],[[8005.03,11020.6,0],0,false,[[5139,0,25.6392],[4640,0,326.536]]], +[[17370.5,358.191,0],0,false,[[46,1,349.078],[1263,1,192.482]]],[[4144.98,4777.46,0],0,false,[[3187,2,56.2111],[93,2,34.411]]],[[19678.1,7145.69,0],0,false,[[4504,0,90.427],[5376,0,23.5499]]],[[13936,12875.5,0],0,false,[[4757,0,325.516],[3652,0,84.6674]]],[[2253.24,2394.39,0],0,true,[[473,0,4.46911],[3412,0,3.60199],[1560,1,11.1531]]], +[[7185.34,5832.1,0],0,false,[[3897,0,255.705]]],[[13412.6,15994.9,0],0,false,[[2191,0,4.11109],[3957,0,141.408]]],[[15445.6,5374.48,0],0,true,[[222,0,199.419],[1445,0,5.21421],[3850,0,5.50441]]],[[13741.8,16112,0],0,false,[[338,0,129.383],[1495,0,11.7804]]],[[12005.3,15481.4,0],0,false,[[3365,0,171.34]]], +[[19498.3,12465.1,0],0,false,[[5053,1,387.054],[2616,1,319.295]]],[[15269,590.828,0],0,false,[[2172,0,23.1185],[1766,0,46.3446]]],[[14050.8,13190.8,0],0,false,[[1558,0,19.9122],[2984,0,118.031]]],[[18559.4,17592.7,0],0,true,[[3064,0,3.28787],[5607,0,3.26194],[605,1,12.2357]]],[[10054.5,6689.24,0],0,false,[[292,1,289.299],[1059,1,44.7283]]], +[[3246.39,1208.96,0],0,true,[[2498,1,27.9108],[4968,1,174.584],[3853,1,187.191]]],[[4903.04,7851.41,0],0,true,[[5367,0,3.56936],[5417,0,3.62375],[994,0,7.06295]]],[[3203.43,4980.9,0],0,false,[[3328,0,49.2763]]],[[13096.5,9000.43,0],0,true,[[3700,0,189.964],[4664,0,23.2316],[5504,0,60.2626]]],[[6683.16,15532.1,0],0,false,[[506,0,225.818],[2681,0,170.234]]], +[[10137.1,928.389,0],0,true,[[2783,0,347.141],[2306,0,3.62135],[2252,1,6.62454]]],[[5737.34,18511,0],0,true,[[4785,1,23.0205],[3489,1,46.5289],[2073,1,5.61074]]],[[15356,4803.53,0],0,false,[[2329,0,283.366],[436,0,183.138]]],[[11507.2,19128.2,0],0,false,[[3422,0,5.02117],[1412,0,17.3477]]],[[16127,6933.76,0],0,true,[[3599,1,300.272],[2560,1,23.9275],[3601,1,9.45573],[3607,1,17.9464]]], +[[10448.8,10545.8,0],0,true,[[4310,0,259.993],[3238,0,93.9058],[3193,0,324.485]]],[[9970.72,463.481,0],0,true,[[3092,1,20.1981],[1629,1,9.34504],[1824,2,9.61314],[1725,2,22.4288]]],[[11656.3,12377,0],0,false,[[3515,0,254.974],[4749,0,186.65]]],[[12716.4,14427.9,0],0,true,[[5211,0,22.7227],[4791,0,137.452],[3130,0,113.966]]],[[10539.6,7782.68,0],0,true,[[2784,0,90.4412],[2008,0,5.16543],[477,0,4.01887]]], +[[9529.96,5746.14,0],0,false,[[2326,0,316.83],[1489,0,141.575]]],[[4470.94,19176.2,0],0,false,[[2484,0,23.7357],[912,0,200.994]]],[[567.976,3005.37,0],0,true,[[5460,0,8.00156],[3153,1,16.5608],[5666,1,17.0475]]],[[15454.5,585.675,0],0,false,[[4016,0,13.9282],[1260,0,76.1486]]],[[15045.7,4537.98,0],0,true,[[1847,0,3.93131],[769,0,4.31235],[3525,0,5.83101]]], +[[15117.5,374.561,0],0,false,[[2542,0,108.54]]],[[264.618,6551.74,0],0,false,[[5332,2,185.847],[3633,2,290.724]]],[[1877.5,13918.6,0],0,true,[[2924,1,202.899],[2434,1,19.9075],[2855,1,7.75609],[3474,1,11.5193]]],[[6832.92,667.919,0],0,false,[[406,1,27.6762],[1591,1,283.733]]],[[13836.6,10317.4,0],0,false,[[1065,1,67.7195],[1930,1,349.516]]], +[[16400.4,2344.92,0],0,false,[[1726,0,361.639],[2775,0,15.7532]]],[[12782.3,8501.11,0],0,false,[[419,0,87.3546],[3104,0,74.2292]]],[[11237,12266.4,0],0,false,[[7,0,19.1779],[5582,0,38.4417]]],[[13848.2,19445.7,0],0,true,[[174,0,91.1766],[642,0,20.9678],[3973,0,20.0929]]],[[11810.1,7870.19,0.00012207],0,false,[[2095,0,44.0947],[3129,0,22.4135],[3519,0,12.7378],[2292,0,20.9314]]], +[[17792.6,15094.6,0],0,false,[[2158,0,275.233],[4574,0,223.667]]],[[2112.16,1151.09,0],0,false,[[2828,1,282.602],[1465,1,105.171]]],[[5736.88,3888.41,0],0,false,[[2388,0,24.6694],[1586,0,99.4812]]],[[13051.5,8523.08,0],0,true,[[3198,0,8.33499],[3443,0,18.0133],[1682,0,11.2295]]],[[16664.7,17707.6,0],0,false,[[490,1,121.476],[629,1,47.0368]]], +[[6159.32,8684.91,0],0,false,[[2622,0,302.022],[1626,0,244.809]]],[[1429.52,13334.4,0],0,false,[[5454,1,153.453],[827,1,235.566]]],[[4250.33,8678.24,0],0,false,[[2601,0,147.05]]],[[6852.66,10675.5,0],0,true,[[3882,2,26.8941],[1245,2,24.0503],[5216,2,11.477]]],[[15042.5,4559.4,0],0,false,[[436,0,230.664],[3525,0,27.484]]], +[[253.524,7547.39,0],0,false,[[1643,1,334.905],[3146,1,248.197]]],[[3331.46,6358.33,0],0,false,[[3426,1,13.4939],[2017,0,18.2985]]],[[5691.92,6704.49,0],0,false,[[2853,0,312.206],[1707,0,111.09]]],[[5267.88,16240.3,0],0,false,[[4751,1,353.015],[2600,1,146.161]]],[[9000.85,5400.24,0],0,false,[[2060,0,220.442],[594,0,131.091]]], +[[3929.18,14205,0],0,false,[[3938,2,114.989],[4387,2,350.756]]],[[10230.8,8330.74,0],0,false,[[493,0,119.916],[293,0,136.314]]],[[16955.3,4937.74,0],0,true,[[714,0,7.92136],[910,0,77.9012],[543,0,14.9552]]],[[19231.4,6790.08,0],0,false,[[1198,0,167.523]]],[[15876.6,14475.8,0],0,true,[[1741,0,2.77716],[3855,0,3.11176],[3126,1,0.603608]]], +[[12764.2,8366.65,0],0,false,[[364,1,22.8078],[4954,1,27.8973]]],[[630.362,2967.41,0],0,true,[[1397,1,25.7132],[3990,1,386.877],[2640,1,11.6459]]],[[6686.77,17286.1,0],0,true,[[739,0,8.38212],[376,1,6.50765],[645,1,6.17212]]],[[3084.99,6420.72,0],0,true,[[167,1,279.669],[2556,1,145.933],[76,1,6.09774]]],[[3675.57,1473,0],0,false,[[3475,0,100.509]]], +[[1281.38,669.513,0],0,true,[[3037,0,5.18883],[4027,0,3.04994],[3155,0,5.27195]]],[[14950.9,6311.23,0],0,false,[[2459,0,301.155],[1117,0,80.2164]]],[[17718,12021.2,0],0,true,[[1956,0,3.20783],[1955,0,2.90641],[1131,0,2.17339],[2485,0,2.91853],[1333,0,8.20723]]],[[12803.1,1673.48,0.00012207],0,false,[[1910,0,22.3482],[4402,0,18.915]]],[[13136.9,2160.12,0],0,false,[[2099,0,18.6019],[3860,0,387.659]]], +[[8326.56,1339.08,0],0,false,[[3242,1,281.403],[2133,1,239.086]]],[[12083.5,7495.1,0],0,false,[[5507,0,186.159],[3433,0,370.424]]],[[10763.2,12772.6,0],0,true,[[790,1,33.6604],[1418,1,15.1974],[3623,1,2.7587]]],[[11673.4,16617.7,0],0,false,[[1530,0,221.337],[2750,0,119.069]]],[[14941.2,15238.1,0],0,true,[[3706,0,109.145],[2632,0,9.04622],[678,1,18.6124]]], +[[11051.5,552.726,0],0,false,[[5234,0,359.45],[2322,0,195.249]]],[[10004.2,370.344,0],0,false,[[971,1,31.7285],[114,1,52.1293]]],[[10916.5,12767.8,0],0,true,[[5503,1,84.0437],[1298,1,7.15446],[4274,1,5.97363]]],[[9554.52,12241.4,0],0,false,[[2471,1,293.126],[5359,1,280.863]]],[[16793.9,17865.3,0],0,true,[[221,1,8.1429],[5347,0,125.802],[4257,1,14.4013]]], +[[7300.69,10108.8,0],0,false,[[3300,2,274.005],[5246,2,21.2819]]],[[6721.7,17421.2,0],0,true,[[3864,0,90.7281],[1381,0,4.91937],[2132,1,6.42506]]],[[8160.42,4579.98,0],0,false,[[5107,2,246.137],[2417,2,25.9849]]],[[18323.8,17555.9,0],0,false,[[759,1,332.674],[1618,1,21.3755]]],[[1808.63,15957.6,0],0,false,[[607,1,398.89],[5135,1,344.771]]], +[[5212.48,19602.9,0],0,false,[[1802,2,265.079],[2389,2,28.1982]]],[[9717.8,3996.91,0],0,true,[[3862,0,2.34272],[3751,0,2.48916],[3724,0,1.62354]]],[[13775.9,2153.78,0],0,true,[[3378,0,27.8684],[853,0,202.85],[3383,0,200.922]]],[[11968.8,8590.67,0],0,true,[[4490,0,282.835],[1435,0,389.527],[2911,0,352.139]]],[[18378,17655.4,0],0,false,[[4401,0,148.379],[2473,1,6.28917]]], +[[6419.14,1723.82,0],0,false,[[2637,1,15.4749],[649,1,43.5162]]],[[9224.93,16434.7,0],0,true,[[3570,0,20.7854],[400,0,92.5625],[1476,0,9.40108]]],[[17429.7,1904.84,0],0,false,[[5083,0,301.102],[4428,0,90.6016]]],[[18430.5,1097.39,0],0,true,[[4379,0,16.9029],[2568,0,261.057],[3073,0,5.58844],[1510,0,9.39397]]],[[12743.3,8348.15,0],0,false,[[4920,1,27.8973],[5521,1,22.2712]]], +[[6033.07,17114.7,0],0,false,[[4130,0,164.286],[3324,0,236.574]]],[[12112.1,7935.65,0],0,true,[[4097,0,6.13936],[65,0,178.435],[172,0,16.3105]]],[[10527.9,942.353,0],0,false,[[2252,1,391.101],[3921,1,361.356]]],[[13850.8,16245.1,0],0,false,[[601,0,112.852],[4232,0,323.832]]],[[15256.9,2417.5,0],0,false,[[4960,1,194.845],[2041,1,185.389]]], +[[15160.4,2250.85,0],0,true,[[4959,1,194.845],[447,1,399.882],[2269,1,6.86598]]],[[12764.7,4330.43,0],0,true,[[1407,0,21.0938],[105,0,25.5019],[5181,0,26.9182]]],[[14794.8,16606.3,0],0,true,[[3486,0,7.08116],[4295,0,3.95815],[5424,0,17.1274],[1487,0,16.7179]]],[[17225.3,10639.9,0],0,false,[[1142,0,188.634]]],[[3660.55,4861.94,0],0,false,[[3945,2,116.108],[552,2,248.302]]], +[[12790.2,16185.4,0],0,false,[[345,0,132.779],[5314,0,149.068]]],[[6369.76,544.507,0],0,true,[[4721,1,20.3323],[5458,1,146.365],[2846,1,10.3207]]],[[6461.63,17596.4,0],0,false,[[2278,1,28.4753],[1433,1,177.024]]],[[3374.96,1090.94,0],0,false,[[4870,1,174.584],[1196,1,12.6451]]],[[15630.4,3303.64,0],0,true,[[2767,0,16.4026],[1659,0,24.4288],[2075,1,11.3254]]], +[[11233.2,9243.28,0],0,true,[[2533,0,19.8065],[4234,0,285.528],[3927,0,12.7602]]],[[12383.1,4160.18,0],0,false,[[3009,0,196.981],[3686,0,260.031]]],[[20112.2,2634.52,0],0,false,[[4560,0,341.83],[316,0,255.159]]],[[15358.8,12721.9,0],0,false,[[1211,0,259.767],[4344,0,246.79]]],[[18733.6,3725.02,0],0,true,[[1003,0,3.56807],[270,0,1.82016],[1037,0,5.58207]]], +[[9736.21,16733.9,0],0,true,[[4045,0,5.28337],[4672,1,12.1471],[4694,1,17.1587]]],[[10368.8,12564.7,0],0,false,[[2314,1,23.2842],[3738,1,341.658]]],[[15876.7,14455,0],0,false,[[3126,1,21.4012],[5401,1,127.528]]],[[17531.3,8623,0],0,true,[[5354,1,291.159],[323,1,25.6569],[4465,1,15.3482],[1250,1,16.0834]]],[[3642.7,17871.7,0],0,true,[[2042,0,12.6424],[2368,0,19.8168],[5336,0,9.30003],[556,0,5.338],[298,0,4.10483],[5305,0,19.2724]]], +[[20469.6,4793.03,0],0,false,[[786,0,383.592]]],[[12740.7,8373.27,0],0,false,[[597,0,17.053],[509,0,51.998]]],[[480.015,2999.39,0],0,false,[[443,0,12.0177],[2776,0,20.5296]]],[[17051.1,7425.14,0],0,false,[[3394,0,27.0536],[3595,0,116.459]]],[[19529.6,4900.29,0],0,false,[[3042,0,133.576]]], +[[19683.4,8242.71,0],0,false,[[5175,0,135.442],[130,1,3.7448]]],[[17071.8,17953.9,0],0,true,[[2171,0,25.391],[1200,0,78.0689],[2433,1,8.02755]]],[[13006.7,8771.56,0],0,false,[[2398,1,119.505],[4267,1,95.4569]]],[[13311.9,8813.76,0],0,false,[[3115,1,217.701],[2323,1,64.8986]]],[[4220.39,10281.2,0],0,true,[[875,0,4.93043],[2897,0,13.737],[2881,0,3.40957]]], +[[20061.9,4280.74,0],0,true,[[3442,0,14.2676],[840,0,259.782],[75,0,48.5203]]],[[17301.7,4103.37,0],0,false,[[1254,0,7.27693],[1850,0,33.4866]]],[[17874.6,19651,0],0,false,[[3774,1,22.7085],[2838,1,192.889]]],[[5819.5,13913.8,0],0,true,[[916,0,31.1713],[3560,0,114.882],[2744,0,13.7208]]],[[13658.3,4534.06,0],0,false,[[3715,0,174.146],[2895,0,7.68017]]], +[[9710.73,720.462,0],0,true,[[77,1,19.0089],[4352,1,26.1549],[983,2,11.2824],[3777,2,24.5616]]],[[16383.1,17868.9,0],0,false,[[5573,0,311.76],[4285,0,257.527]]],[[10634.5,19814.7,0],0,false,[[2931,0,362.989]]],[[15823.5,3791.41,0],0,false,[[1151,0,347.883],[5238,0,16.2179]]],[[17759.7,12104.3,0],0,false,[[2012,0,25.3163],[427,0,10.5415]]], +[[13009.9,7987.47,0],0,true,[[602,0,16.8553],[3683,0,399.011],[5529,0,16.9789]]],[[1938.59,18840.8,0],0,false,[[1066,0,82.3296],[1918,0,390.937]]],[[9154.16,15336.4,0],0,false,[[3312,1,159.982],[2036,1,99.4465]]],[[18058.7,3788.99,0],0,false,[[5180,0,313.134],[3062,0,335.572]]],[[19745,8905.17,0],0,true,[[5364,0,2.04011],[1084,0,18.2864],[742,1,7.861]]], +[[16757,8585.34,0],0,true,[[2225,0,3.28576],[1917,0,3.75336],[4455,1,10.0105]]],[[17661.3,17302.1,0],0,false,[[1028,0,284.202],[1105,0,180.068]]],[[502.767,2991.18,0],0,true,[[1262,1,18.493],[4554,1,19.6704],[3646,1,8.60407],[804,1,3.27195]]],[[6241.66,13856.4,0],0,false,[[705,0,5.68138],[3694,1,10.7732]]],[[9741.01,678.696,0],0,true,[[5263,2,21.6682],[3777,2,28.0041],[4847,2,24.275],[1731,2,16.1647]]], +[[6940.92,19103.4,0],0,false,[[4594,1,122.899],[2493,1,351.916]]],[[17998.7,7712.79,0],0,true,[[2694,0,74.0422],[1709,0,26.5644],[3097,0,17.019],[1247,0,14.2941],[1645,0,6.09227],[3662,0,10.0944]]],[[4022.99,13355.3,0],0,true,[[2362,1,10.7643],[236,1,394.805],[3581,2,9.97686]]],[[13274,12382.2,0],0,false,[[685,0,342.025],[1809,0,272.312]]],[[3301.86,5843.37,0],0,false,[[118,0,157.876],[2833,0,107.327]]], +[[14997.2,20137,0],0,false,[[4126,0,156.309],[1206,0,397.48]]],[[14167.1,4137.22,0],0,false,[[5638,1,362.544],[2131,1,94.0743]]],[[10833,12812.9,0],0,false,[[1608,0,18.5511],[45,1,6.59183]]],[[1055.95,15336.5,0],0,false,[[49,0,152.482]]],[[15013.6,974.471,0],0,true,[[1622,0,2.60296],[5603,0,5.45857],[3835,0,4.76097]]], +[[9292.75,4051.17,0],0,false,[[3428,0,318.121],[52,0,315.361]]],[[8331.52,17871.4,0],0,true,[[2524,0,87.5159],[2794,0,6.49787],[2651,0,7.76962]]],[[5999.9,15638.3,0],0,false,[[2212,0,385.425],[4519,0,376.049]]],[[6067.81,23.4753,0],0,false,[[3836,1,146.953]]],[[8039.47,4240.95,0],0,true,[[3305,2,165.594],[4306,2,67.159],[2544,2,22.7752]]], +[[6355.18,3506.7,0],0,false,[[3110,2,207.325],[55,2,227.008]]],[[11498,19216.1,0],0,false,[[180,0,354.503],[3422,0,84.7275]]],[[3126.74,12732.2,0],0,true,[[4192,1,24.2713],[4334,1,200.989],[1344,1,12.4732]]],[[1263.08,13083.4,0],0,false,[[1092,0,16.4418],[809,0,21.9767]]],[[6905.11,11002.4,0],0,false,[[3660,1,2.51494],[3776,0,136.126]]], +[[11342.7,17872.4,0],0,true,[[5430,0,257.853],[598,0,25.9846],[63,0,16.3498],[2832,0,13.6642],[5092,0,11.2962]]],[[12592.3,4232.81,0],0,false,[[1005,0,41.0959],[2652,0,220.205]]],[[7367.3,7863.22,0],0,false,[[3750,2,87.465],[5646,2,262.138]]],[[12231.3,1286.88,0],0,false,[[719,0,10.2381],[1091,0,214.922]]],[[7099.89,12157.6,0],0,false,[[687,1,174.218],[682,1,348.861]]], +[[13044.9,5158.79,0],0,true,[[4443,0,2.60527],[1835,0,8.27483],[4617,0,10.5219]]],[[11303.5,20465.4,0],0,false,[[5615,0,356.409]]],[[11327.1,11978.2,0],0,false,[[1921,0,241.488]]],[[13392,13381.4,0],0,false,[[1346,0,73.2369]]],[[8233.94,2780.47,0],0,false,[[1810,2,56.5961],[647,2,230.47]]], +[[2626.15,15601.4,0],0,false,[[4121,0,75.9772],[124,0,130.562]]],[[996.056,16593,0],0,false,[[4532,0,327.273],[3717,0,397.063]]],[[9983.45,618.061,0],0,false,[[3924,1,35.3505],[5301,1,81.4043]]],[[1312.98,592.057,0],0,false,[[1148,0,81.455],[390,0,312.797]]],[[3180.76,1458.63,0],0,false,[[1269,1,27.8185],[5183,1,155.938]]], +[[8456.68,10981.1,0],0,false,[[970,0,34.4952],[4222,0,12.2799]]],[[16237.1,7265.82,0],0,false,[[2129,0,14.0892],[1400,1,5.99408]]],[[16995.2,12435.7,0],0,false,[[561,0,274.294],[3209,0,389.737]]],[[5440.53,3227.83,0],0,true,[[2022,0,13.6114],[730,0,3.37089],[975,1,6.42435]]],[[12090.4,17581.5,0],0,true,[[624,0,163.247],[2612,0,23.5643],[2395,0,3.58598],[5085,0,5.8702],[4113,0,7.3235]]], +[[19899.9,4504,0],0,false,[[2229,0,18.2193],[3195,0,19.669]]],[[3785.98,19164.6,0],0,false,[[1426,0,111.389],[2938,0,301.997]]],[[6441,1695.69,0],0,true,[[2275,0,18.6155],[5587,0,175.927],[2637,1,22.7951]]],[[19520,12079,0],0,false,[[2466,1,384.275],[4865,1,387.054]]],[[3350.58,1429.11,0],0,false,[[3549,0,45.3942],[1601,0,152.39]]], +[[14730.8,7825.78,0],0,false,[[5440,0,5.03785],[508,0,4.97608]]],[[6768.83,6292.52,0],0,false,[[5701,0,27.7282],[3739,0,50.0401]]],[[5510.37,3581.34,0],0,true,[[4516,1,83.1935],[154,1,11.5764],[805,1,9.52042],[2345,1,22.2581]]],[[1020.67,16203.7,0],0,true,[[1978,1,19.3092],[116,1,191.055],[5058,1,0.0160225],[358,1,3.97516],[1195,1,9.40391]]],[[10102.6,12826.9,0],0,false,[[5548,0,396.437],[3338,0,362.987]]], +[[19004.5,3572.78,0],0,false,[[1882,0,114.371],[290,0,24.2854]]],[[248.422,2600.83,0],0,false,[[980,1,354.109],[2664,1,270.673]]],[[11254.8,5590.97,0],0,false,[[1159,0,121.948],[4164,0,374.371]]],[[18824.1,15133.4,0],0,false,[[5491,1,170.438],[1409,1,371.846]]],[[2656.88,12688.4,0],0,false,[[1718,1,195.704],[1177,1,306.81]]], +[[8464.19,14106.3,0],0,false,[[2367,1,201.397],[1455,1,396.177]]],[[2758.1,19423.2,0],0,false,[[471,0,6.6938],[4001,0,206.369]]],[[8341.69,17878.3,0],0,true,[[2794,0,6.3171],[1086,0,6.77856],[1399,0,2.56139]]],[[18801.9,3276.78,0],0,false,[[305,0,28.7303],[1284,0,12.7085]]],[[12675.4,8287.97,0],0,false,[[3289,1,45.8589],[131,1,24.6868]]], +[[14897.6,5951.5,0],0,true,[[5428,0,3.05775],[3414,0,3.07496],[1801,1,7.01907]]],[[3751.26,15074.2,0],0,true,[[4607,0,7.72241],[4335,0,40.9128],[2457,0,5.44463],[2194,0,9.57769]]],[[19245.9,9501.85,0],0,false,[[5396,0,356.554],[1670,0,26.3292]]],[[17934.9,12320,0],0,false,[[5229,0,4.14966],[632,0,1.81238]]],[[7821.32,15746,0],0,false,[[2366,0,16.812],[3895,0,6.38827]]], +[[11701.5,14474.3,0],0,true,[[4562,0,14.4129],[1221,0,3.57707],[2089,0,10.4848]]],[[2286.53,19486.8,0],0,false,[[1342,0,342.822],[5248,0,359.306]]],[[8432.06,5170.36,0],0,false,[[4549,2,375.866],[2189,2,189.089]]],[[8070.13,4306.07,0],0,false,[[4306,2,6.75291],[1055,0,81.4046]]],[[18617.2,17259.8,0],0,false,[[3983,0,318.463],[3387,0,231.063]]], +[[12593.4,8177.89,0],0,false,[[3587,0,17.0638],[2869,1,7.42688]]],[[17547.3,12230.6,0],0,false,[[3209,0,213.508],[2123,0,85.9411]]],[[10037.4,15360.7,0],0,false,[[1823,0,334.106],[4680,0,134.674]]],[[17150.4,2017.19,0],0,false,[[1656,0,316.982],[4952,0,301.102]]],[[15886.4,14323.5,0],0,false,[[1079,1,178.831],[5401,1,13.8497]]], +[[12095.6,17578.8,0],0,true,[[2395,0,2.28596],[4113,0,1.49303],[5049,0,5.8702]]],[[17709.1,12024.4,0],0,true,[[4195,0,1.95417],[139,0,1.6255],[1135,0,3.69071],[3291,0,2.08851]]],[[11111.1,17645.6,0],0,true,[[3275,0,14.7609],[578,0,38.9518],[147,0,19.2913]]],[[12391.2,7995.84,0],0,true,[[4059,0,24.9245],[4507,0,47.8146],[752,0,81.8253]]],[[4626.19,12839,0],0,false,[[4679,0,15.4445],[2983,0,62.3958]]], +[[18068.6,5352.63,0],0,false,[[5371,0,131.42],[27,0,209.027]]],[[3730.8,14861.6,0],0,false,[[4588,0,126.608],[785,0,71.6263]]],[[11351,17880.1,0],0,true,[[2832,0,2.39622],[63,0,5.25724],[5030,0,11.2962]]],[[4134.59,16184.3,0],0,false,[[1765,0,198.417],[4609,0,65.0158]]],[[8276.82,2861.36,0],0,false,[[5125,2,129.75],[1936,2,388.658]]], +[[15961.9,11610.5,0],0,true,[[3928,0,24.0904],[2405,0,384.661],[3014,0,281.395]]],[[4896.81,16306.1,0],0,false,[[4675,0,13.4004],[294,0,321.513]]],[[13527.4,3963.97,0],0,false,[[696,0,169.656],[928,0,69.3877]]],[[5594.75,6341.52,0],0,false,[[3664,0,70.9786],[3248,0,8.64323]]],[[14929.1,15352.1,0],0,true,[[4381,0,17.1708],[4634,1,8.11732],[3706,0,5.71896]]], +[[13132.5,8357.38,0],0,false,[[16,0,99.8822],[1270,1,15.1947]]],[[17192.8,3137.36,0],0,false,[[3221,0,135.016],[3769,0,290.241]]],[[10862.5,11001,0],0,true,[[3955,1,323.51],[1276,1,19.5063],[3206,1,0.863975],[1373,1,9.86888],[4783,1,7.16558],[3889,1,3.87693]]],[[3717.39,15224.4,0],0,true,[[1690,1,96.4797],[2994,1,17.6866],[2927,1,11.2561]]],[[13026.2,8665.85,0],0,false,[[5192,1,16.3711],[2319,1,96.0122]]], +[[9605.36,16003.8,0],0,true,[[1895,1,12.5715],[847,1,101.023],[2040,1,8.99677]]],[[1725.53,11122.4,0],0,false,[[5143,0,278.532],[370,0,158.774]]],[[8086.79,4348.9,0],0,true,[[5173,2,26.9502],[4942,2,246.137],[2489,2,16.2956]]],[[7147.11,12999.7,0],0,true,[[1473,1,26.3195],[519,1,28.7656],[4227,1,4.48516]]],[[8610.13,11014.8,0],0,false,[[53,0,141.19],[2207,0,105.98]]], +[[17084.6,17998.5,0],0,true,[[1467,1,4.49387],[4734,0,92.3616],[3438,1,10.5814]]],[[3635.97,3524.42,0],0,false,[[4354,0,243.196],[70,0,173.253]]],[[15856,14473.4,0],0,false,[[2432,0,273.894],[527,0,16.0041]]],[[7417.79,8314.1,0],0,true,[[4463,0,2.28793],[5592,0,2.23967],[5386,2,7.34112]]],[[7142.37,12950.1,0],0,false,[[5498,0,15.9858],[2887,1,9.1731]]], +[[9449.04,16316.8,0],0,false,[[4359,1,31.21],[1378,1,93.0711]]],[[15159.6,8879.04,0],0,false,[[4215,1,47.2218],[19,1,31.1502]]],[[18118.6,16971.3,0],0,false,[[1043,0,3.35005],[1628,1,2.89744]]],[[15618.2,3278.55,0],0,true,[[2075,1,17.618],[4472,1,206.948],[2767,1,11.558]]],[[14315.2,2388.32,0],0,false,[[5127,0,125.895],[5589,0,246.29]]], +[[5533.01,12351.6,0],0,true,[[1008,2,21.3815],[2688,2,81.609],[4483,2,8.65766],[4003,2,11.483]]],[[9788.13,5734.58,0],0,false,[[4096,0,45.4111],[201,0,303.332]]],[[10246.1,7604.74,0],0,true,[[5672,1,74.8539],[3466,1,11.6419],[1771,1,17.704]]],[[14011.2,15264.3,0],0,false,[[4612,0,160.93],[5368,0,115.492]]],[[6826.29,19057.7,0],0,false,[[4594,1,1.98395],[3369,0,140.359]]], +[[8348.27,2753.4,0],0,false,[[4485,2,54.0238],[5094,2,129.75]]],[[13710,15242.6,0],0,false,[[2852,0,114.204],[1098,0,193.796]]],[[14199.9,2337.85,0],0,true,[[853,0,259.469],[5119,0,125.895],[1974,0,223.857]]],[[19328.2,14270.6,0],0,false,[[3737,0,4.80614],[2922,0,3.14922]]],[[8976.75,1096.58,0],0,false,[[1122,2,349.227],[3189,2,335.497]]], +[[4811.76,5399.31,0],0,false,[[1305,0,172.27]]],[[1347.15,4586.16,0],0,false,[[1132,0,398.522],[1536,0,273.218]]],[[8833.97,18972.5,0],0,false,[[4459,0,186.832],[555,0,65.0799]]],[[4881.61,18410.6,0],0,false,[[444,2,216.504],[930,2,51.2595]]],[[15402.5,6016.17,0],0,true,[[2098,0,18.4438],[4614,0,18.6727],[3697,0,7.85513],[3088,0,2.98066]]], +[[2138.27,15899.2,0],0,false,[[4944,1,344.771],[610,1,125.332]]],[[5614.65,10858.3,0],0,false,[[1226,0,326.888],[1312,0,224.429]]],[[15555,2768.06,0],0,true,[[3007,0,19.2022],[1339,0,4.81846],[1748,0,4.68247]]],[[3823.24,13253.2,0],0,false,[[1287,0,82.4631]]],[[7979.4,11021.4,0],0,true,[[4343,0,25.7842],[4854,0,25.6392],[637,0,22.1382]]], +[[9635.62,10261.7,0],0,false,[[5174,0,369.341],[4123,0,189.515]]],[[12785.7,8388.54,0],0,true,[[3104,0,61.7457],[3537,0,18.5267],[364,1,8.11652]]],[[417.46,16392.1,0],0,false,[[760,1,362.316],[47,1,291.454]]],[[1981.78,11013.3,0],0,false,[[5331,0,171.394],[5106,0,278.532]]],[[8647.49,19910.9,0],0,false,[[1310,0,355.669],[2780,0,232.809]]], +[[17996.3,12427.6,0],0,false,[[4625,0,257.054],[3178,0,63.3583]]],[[10168.9,7714.96,0],0,false,[[3185,0,17.5437],[2182,0,7.61705]]],[[12646.4,8255.37,0],0,false,[[2458,1,3.9503],[2054,0,20.1554]]],[[18994.3,3562.3,0],0,false,[[136,0,266.761],[3339,0,3.46406]]],[[12569.8,8067.43,0],0,false,[[3962,1,13.2125],[656,1,6.69397]]], +[[2395.75,10837.9,0],0,false,[[273,0,270.062],[2114,0,269.893]]],[[17811.2,13999.3,0],0,true,[[4092,1,344.206],[620,1,26.4708],[3006,1,2.27039],[5162,1,14.2165],[4280,1,5.60202],[2728,1,9.53388]]],[[7198.79,4631.53,0],0,false,[[3729,1,129.082],[3357,1,23.9285]]],[[6481.66,18102.2,0],0,false,[[704,0,167.729],[5200,0,25.3382]]],[[6739.8,17300.1,0],0,false,[[645,1,50.0745],[306,1,88.961]]], +[[18052.2,11997.2,0],0,false,[[5355,0,24.0018],[2819,0,143.064]]],[[2140.45,10938.9,0],0,true,[[3553,0,5.02597],[5564,0,2.8162],[1147,0,5.71881],[3899,1,5.87143]]],[[14985.1,18043.5,0],0,false,[[1717,0,350.964],[1760,0,113.246]]],[[16893,19273.5,0],0,false,[[4175,0,292.92],[3752,0,9.45642]]],[[14374.6,7967.99,0],0,true,[[798,0,71.5357],[3856,0,1.78602],[1367,0,11.8229]]], +[[16403.1,7261.08,0],0,true,[[1118,0,151.005],[3114,0,22.2947],[3450,0,12.7464]]],[[19588.4,16504.4,0],0,false,[[367,0,121.503],[4236,0,347.099]]],[[17797.8,13994.5,0],0,true,[[2728,0,4.74854],[3100,0,55.4308],[5151,1,14.2165]]],[[4695.06,12807.4,0],0,false,[[5187,2,280.281],[1698,2,67.3083]]],[[8411.41,2527.76,0],0,false,[[1951,2,111.062],[2100,2,68.5758]]], +[[4498.98,19174.4,0],0,true,[[1094,0,4.04341],[2484,0,4.61077],[5546,0,7.11174],[3419,1,2.85704]]],[[5771.65,18527.2,0],0,false,[[2073,0,33.4014],[1875,0,191.358]]],[[19643,11299.3,0],0,false,[[902,0,53.7867],[1644,0,24.9677]]],[[11443.4,5638.44,0],0,false,[[690,0,3.60045],[1159,0,72.7677]]],[[657.815,19526.8,0],0,false,[[3512,0,122.406],[5692,0,297.196]]], +[[7652.99,19514.9,0],0,true,[[1663,1,25.7744],[2233,1,22.0869],[2363,1,3.09187]]],[[18405.5,6379.28,0],0,false,[[5493,0,312.346],[479,0,249.15]]],[[14290.3,19464.4,0],0,true,[[5308,0,8.74448],[2981,0,126.454],[1383,0,6.64313]]],[[8074.45,4324.95,0],0,true,[[4306,2,24.013],[5107,2,26.9502],[2489,2,12.8179]]],[[9751.79,9911.23,0],0,false,[[1937,0,81.8858],[5140,0,369.341]]], +[[19556.6,8227.21,0],0,false,[[880,0,49.5261],[4985,0,135.442]]],[[13859,10410.7,0],0,false,[[219,1,3.81012],[2127,0,2.71965]]],[[8854.5,5711.28,0],0,true,[[2031,1,25.773],[2714,1,93.1232],[2407,1,6.77755]]],[[16190.6,17144.1,0],0,false,[[3891,0,308.709],[1610,0,68.7299]]],[[10644.8,11469.8,0],0,true,[[5531,0,36.2092],[186,0,21.236],[2719,0,26.6088]]], +[[18360.1,3706.16,0],0,false,[[5595,0,370.886],[5003,0,313.134]]],[[12750.4,4352.2,0],0,false,[[4105,0,104.75],[4961,0,26.9182]]],[[13912,4473.63,0],0,true,[[4684,1,180.48],[2777,1,12.9139],[2680,1,6.56924]]],[[3335.03,1477.14,0],0,true,[[5044,1,155.938],[3015,1,25.6961],[3549,1,10.6008]]],[[9204.42,16205.3,0],0,true,[[5653,1,29.8061],[748,1,73.9305],[2268,1,12.1969]]], +[[12607.7,8199.32,0],0,false,[[1642,1,24.0436],[2869,1,20.2691]]],[[10358.2,2576.24,0],0,true,[[4619,0,11.7863],[4435,0,90.3958],[1711,0,14.5788]]],[[4947.97,12688.8,0],0,false,[[3866,2,271.235],[5163,2,280.281]]],[[17742.1,4756.25,0],0,true,[[3953,0,27.5161],[3040,0,25.5595],[921,0,14.1416]]],[[20411.6,6337.37,0],0,false,[[2674,0,198.398],[1855,0,383.668]]], +[[18879.1,14276.2,0],0,true,[[4203,1,17.8506],[4528,1,106.738],[3792,1,13.9892],[4193,1,11.4255],[5444,1,10.5445]]],[[7142.57,13381.5,0],0,true,[[480,1,264.481],[3808,1,15.674],[4007,1,4.66794]]],[[13038.2,8676.95,0],0,true,[[4267,1,22.8607],[5104,1,16.3711],[2021,1,7.79624]]],[[3373.38,15289.7,0],0,true,[[1388,1,340.073],[5223,1,26.6243],[202,1,8.73016]]],[[17259.5,12658.9,0],0,false,[[3101,0,372.431],[2502,0,324.666]]], +[[1095.38,9929.09,0],0,false,[[218,0,93.944],[4021,0,144.922]]],[[16013.8,7669.84,0],0,false,[[3452,1,352.278],[4246,1,393.336]]],[[20283.8,13486.4,0],0,false,[[1171,0,22.3686],[156,0,302.675]]],[[16910.4,17953.7,0],0,true,[[4012,0,78.0249],[3340,0,20.5287],[377,1,5.13432]]],[[10684.9,12740.3,0],0,false,[[855,1,4.88893],[4742,0,116.442]]], +[[6490.54,18079.2,0],0,false,[[5153,0,25.3382]]],[[10583,3174.41,0],0,false,[[369,0,293.731],[1876,0,204.773]]],[[6532.4,10878.9,0],0,true,[[1502,0,11.8697],[4651,0,150.659],[3469,1,22.3434]]],[[19479.5,12800.5,0],0,true,[[1902,0,2.16052],[3085,0,97.1657],[2616,1,17.0922]]],[[15036.5,13744.3,0],0,false,[[4147,1,18.258],[522,1,30.732]]], +[[4373.18,17402.9,0],0,false,[[2064,2,389.902],[5277,2,354.426]]],[[4811.31,6446.38,0],0,false,[[1686,1,290.126],[5673,1,287.651]]],[[5332.13,4335.87,0],0,false,[[703,0,134.56],[5251,0,354.399]]],[[17364.2,18505.4,0],0,false,[[1550,1,304.326],[4524,1,126.16]]],[[19473.7,14163.9,0],0,true,[[1623,0,21.6151],[2414,0,158.077],[101,0,10.8016]]], +[[3052.86,15464.1,0],0,false,[[662,1,213.449],[1388,1,24.8715]]],[[12711.7,14450.1,0],0,false,[[5398,0,391.386],[4883,0,22.7227]]],[[9041.95,2459.77,0],0,false,[[2917,0,330.784],[3471,0,135.834]]],[[10383.5,7776.83,0],0,true,[[5421,0,13.1751],[1894,0,6.85199],[310,0,1.85243]]],[[10356.1,7723.59,0],0,true,[[4025,1,28.4465],[3363,1,25.6303],[2092,1,25.9472],[3329,1,119.597]]], +[[16275.7,16577.8,0],0,false,[[3345,1,17.7533],[651,1,240.486]]],[[6863.69,10672.3,0],0,false,[[4593,0,55.7425],[4908,2,11.477]]],[[9880.19,551.622,0],0,false,[[2019,2,26.3871],[4841,2,26.0975]]],[[11067.8,7292.97,0],0,false,[[3995,0,331.044],[2072,0,111.334]]],[[14541.5,8747.45,0],0,true,[[1630,1,106.993],[366,1,25.8251],[952,1,11.1812],[5403,1,13.5813],[5533,1,15.7884],[2639,1,17.5625]]], +[[5178.22,2754.93,0],0,false,[[1577,1,299.32],[2525,1,352.45]]],[[14027.4,15514.9,0],0,false,[[4787,0,32.0433],[1594,0,316.379]]],[[19929.8,4780.65,0],0,true,[[778,0,62.1434],[763,0,6.56137],[3760,0,6.28958]]],[[3396.76,15277,0],0,false,[[5193,1,26.6243],[3801,1,175.839]]],[[12202.8,10698.9,0],0,false,[[1434,0,253.693],[2165,0,46.6707]]], +[[2613.39,15687,0],0,true,[[1237,0,3.27861],[4212,0,3.33325],[1925,1,5.87272]]],[[19314.4,8476.5,0],0,false,[[439,0,279.157],[1933,0,103.424]]],[[3918.37,13285.2,0],0,false,[[2617,0,95.9032],[1287,0,23.4638]]],[[12719.2,19789.4,0],0,true,[[2232,0,10.6685],[2825,0,2.98227],[286,0,10.7104]]],[[17938.1,12322.6,0],0,true,[[5073,0,4.14966],[3401,0,4.70229],[632,0,5.3656]]], +[[16402.4,6668.41,0],0,false,[[1347,1,7.95211],[5299,0,8.4182]]],[[10618.2,15496.5,0],0,false,[[1747,0,100.953],[886,0,19.3759]]],[[12615.3,7851.85,0],0,true,[[1620,0,17.7844],[1742,0,86.9389],[1271,0,4.48024],[3683,0,18.6759]]],[[13724.9,9863.77,0],0,false,[[67,0,3.70336],[5688,1,4.75005]]],[[11290.2,820.32,0],0,false,[[613,0,368.115],[4935,0,359.45]]], +[[19940.4,6569.42,0],0,false,[[1295,0,382.487],[2518,0,265.48]]],[[2762.25,17725.3,0],0,true,[[303,0,248.096],[212,0,14.0688],[5309,0,20.6696]]],[[5786.86,14189.7,0],0,true,[[285,1,74.722],[4349,1,25.2598],[1356,1,11.0091]]],[[15832.6,3788.99,0],0,true,[[1654,0,22.1294],[3332,0,192.553],[4998,0,16.2179]]],[[16863.1,16693.8,0],0,true,[[3237,0,69.9208],[945,0,2.27139],[355,0,1.03489]]], +[[12986.9,11990.1,0],0,false,[[727,0,33.8933],[2376,0,206.521]]],[[5941.44,12693.6,0],0,false,[[4789,0,105.686],[2625,0,343.714]]],[[10828.6,17310.5,0],0,false,[[4659,0,102.709],[4169,0,219.466]]],[[9003.88,12100.9,0],0,true,[[2358,1,21.9179],[2471,1,275.389],[1224,1,14.0369]]],[[18352,17657.1,0],0,true,[[2473,1,27.238],[162,1,13.6297],[3358,1,29.0474]]], +[[4376.81,4059.34,0],0,false,[[4042,0,258.705],[3702,0,337.449]]],[[7295.26,10129.3,0],0,true,[[4940,2,21.2819],[158,2,260.419],[1324,2,8.31126]]],[[17661.6,12230.1,0],0,true,[[1609,0,4.50358],[5624,0,3.93592],[3050,0,3.46095],[3852,0,1.47903],[1039,0,2.72774]]],[[2642.57,19438.8,0],0,false,[[5076,0,359.306],[4559,0,80.0581]]],[[7124.05,4134.91,0],0,false,[[1024,0,241.545]]], +[[7442.05,11685.7,0],0,false,[[5341,1,280.335],[2692,1,276.921]]],[[5478.89,4658.41,0],0,false,[[5207,0,354.399],[1019,0,232.381]]],[[5786.19,14170.7,0],0,false,[[4666,0,58.8388],[1356,0,21.0589]]],[[1957.12,9837.11,0],0,false,[[858,1,6.21819],[4180,1,207.875]]],[[18468.3,3102.49,0],0,false,[[5710,0,119.01],[2068,0,355.842]]], +[[5653.76,13952.3,0],0,true,[[1007,0,23.1958],[2530,0,13.4107],[4168,0,10.7936]]],[[14656.9,19114.8,0],0,false,[[4808,0,200.339],[2880,0,27.5474]]],[[19914.6,8366.63,0],0,false,[[1932,0,29.132],[3782,0,186.979]]],[[8213.18,6997.05,0],0,true,[[2814,0,178.403],[3164,0,28.3847],[903,0,6.59594],[2374,0,8.12933],[2946,0,10.8547]]],[[13721.1,9858.56,0],0,true,[[4780,0,2.31635],[67,0,2.79922],[4833,1,8.43044]]], +[[16278.7,16591.2,0],0,false,[[3345,1,4.66932],[4046,0,4.65952]]],[[16973.5,18005.5,0],0,true,[[3019,0,65.8524],[126,0,8.20088],[4734,0,19.1117]]],[[7445.17,20078.5,0],0,false,[[3080,0,228.388],[2567,0,387.392]]],[[9756.66,663.715,0],0,true,[[4397,2,22.8533],[5009,2,21.6682],[2290,2,23.7512],[1665,2,11.7628]]],[[9131.02,11476.1,0],0,false,[[4758,0,242.611],[1119,0,401.259]]], +[[3164.59,1453.39,0],0,false,[[4345,0,48.1785],[1269,1,12.8104]]],[[187.39,1664.35,0],0,false,[[43,1,229.937],[3182,1,241.394]]],[[3344.23,16351.8,0],0,true,[[4308,0,12.6181],[5505,0,15.846],[2128,0,5.2151],[378,0,2.75781],[5352,0,3.3236]]],[[13183.8,8486.7,0],0,true,[[3980,1,45.5658],[265,1,11.6198],[146,1,8.3517]]],[[16654.7,5655.99,0],0,true,[[776,0,161.473],[1360,0,5.35952],[2450,0,6.93415]]], +[[5881.85,18701.6,0],0,false,[[3150,1,250.446],[4796,1,91.9035]]],[[9858.6,13708.7,0],0,false,[[5691,1,380.798],[2808,1,272.967]]],[[374.13,19799.9,0],0,false,[[1419,1,361.641],[2796,1,296.509]]],[[13041,5155.88,0],0,true,[[1176,0,3.52962],[4443,0,2.302],[4617,0,6.23917]]],[[17321.2,4139.17,0],0,false,[[1639,0,316.776],[513,0,16.7217]]], +[[2449.51,15794.2,0],0,false,[[4601,1,33.8893],[325,1,166.266]]],[[10.2581,12552.8,0],0,false,[[3437,1,306.461]]],[[4289.68,17747.3,0],0,false,[[5205,2,354.426],[3825,2,179.406]]],[[12974.2,1841.47,0],0,false,[[2099,0,345.168],[4479,0,121.024]]],[[17333.9,10198.1,0],0,false,[[1142,0,266.396],[639,0,2.53019]]], +[[20392.2,5911.9,0],0,false,[[4395,0,25.6029],[4678,0,166.815]]],[[3644.45,5187.13,0],0,true,[[5357,1,18.7985],[1267,1,301.889],[5461,1,8.04177]]],[[9788.62,620.37,0],0,true,[[287,1,16.7907],[2210,1,21.65],[2166,2,11.6034],[4850,2,19.3439]]],[[19351.6,4023.23,0],0,false,[[2184,0,268.715],[2977,0,244.72]]],[[3212.53,6415.07,0],0,true,[[3426,1,118.695],[1672,1,11.7142],[2831,1,5.97696]]], +[[16600.5,18225.4,0],0,true,[[548,0,13.4562],[1338,0,143.741],[4363,0,10.3005]]],[[11506.5,11545.7,0],0,false,[[3954,0,167.108],[3507,0,256.089]]],[[17887.7,19669.9,0],0,true,[[4041,0,3.9444],[3005,0,4.26638],[3774,1,3.60892]]],[[9733.49,16581.1,0],0,false,[[1080,0,43.793],[3842,1,3.36002]]],[[7294.24,6474.56,0],0,false,[[3665,0,8.20277],[2342,1,11.192]]], +[[5178.8,18943.9,0],0,false,[[2316,0,66.327],[4320,0,241.188]]],[[14348,15866.1,0],0,true,[[1126,0,3.68636],[3265,0,2.94123],[2027,0,4.99725]]],[[7656.11,1083.66,0],0,false,[[5351,1,29.5626],[4150,1,28.7825]]],[[12637,4876.55,0],0,false,[[3561,0,242.272],[5330,0,346.679]]],[[8621.69,8763.03,0],0,false,[[2491,0,3.52436],[1061,0,2.13204]]], +[[9176.3,16285.1,0],0,false,[[5519,0,121.786],[5463,0,73.8069]]],[[15317.5,772.965,0],0,false,[[2700,1,4.0475],[2997,0,105.517]]],[[11654.3,18129.4,0],0,false,[[1913,0,301.245],[2103,0,187.289]]],[[13580.7,8059.15,0],0,false,[[458,0,24.203],[2057,0,130.057]]],[[16405,6676.36,0],0,true,[[3371,0,261.805],[1347,1,16.241],[5230,0,8.4182]]], +[[17713.4,12078.4,0],0,false,[[2012,0,27.867],[1209,0,26.2503]]],[[10050.3,574.234,0],0,true,[[5527,1,106.315],[581,1,29.2141],[5042,1,81.4043]]],[[3580.93,10233.2,0],0,false,[[4655,0,108.376],[5399,0,305.805]]],[[16166.6,6978.45,0],0,false,[[1888,1,15.8225],[2183,1,129.617]]],[[13971.8,16013.1,0],0,false,[[1495,0,255.646],[1828,0,338.143]]], +[[3661.85,17873.9,0],0,true,[[3268,0,289.36],[2042,0,6.64894],[5336,0,9.97246],[4979,0,19.2724]]],[[12688.3,19798.6,0],0,false,[[286,0,21.4978],[2336,0,344.205]]],[[5279.23,9488.87,0],0,false,[[1353,0,281.919],[2196,0,300.304]]],[[14282.7,19460,0],0,true,[[890,0,16.3191],[5172,0,8.74448],[1383,0,4.17064]]],[[2782.33,17730,0],0,true,[[5236,0,20.6696],[1188,0,18.1273],[3578,0,2.50923],[1877,0,1.86525],[3958,0,3.53805],[212,0,6.60704]]], +[[13516.5,13566.7,0],0,true,[[866,0,135.476],[5438,0,8.08338],[4689,1,17.7289]]],[[11736.6,7855.02,0],0,false,[[3757,0,276.96],[2095,0,30.9505]]],[[8603.39,13517.5,0],0,false,[[2610,0,265.469],[3053,0,335.536]]],[[11916.3,6267.15,0],0,false,[[2868,0,185.739]]],[[12674.9,16248.3,0],0,false,[[4965,0,149.068],[3247,0,315.536]]], +[[14547.3,5100.82,0],0,false,[[1280,0,12.501],[4000,0,56.8219]]],[[6755.72,6283.82,0],0,true,[[2283,0,3.95907],[3965,0,6.56837],[5701,0,13.1157]]],[[5490.54,3702.55,0],0,true,[[2345,1,101.264],[341,1,250.777],[972,1,147.319]]],[[10998.2,18323.2,0],0,true,[[4580,0,35.9807],[2209,0,8.51884],[4582,0,6.00163]]],[[10996.1,12617.1,0],0,false,[[758,0,96.8121]]], +[[3234.05,8181.18,0],0,false,[[3659,1,281.199],[416,1,329.197]]],[[12379.4,4833.71,0],0,true,[[810,0,1.96662],[4034,0,3.04349],[1712,0,5.00958]]],[[9593.86,2751.78,0],0,true,[[906,0,2.89941],[1704,0,12.1618],[413,0,2.67038],[31,0,6.29859]]],[[9717.81,3990.79,0],0,true,[[3381,0,0.679511],[3751,0,3.736],[414,0,8.83252],[4233,0,3.03768]]],[[11091.7,11376.2,0],0,false,[[1669,0,186.006]]], +[[16393.2,6642.75,0],0,true,[[2251,0,8.83995],[1025,0,215.425],[1347,1,19.3603]]],[[5875.78,3479.31,0],0,false,[[3740,0,267.856]]],[[3589.15,6226.49,0],0,true,[[3773,0,6.94589],[331,0,291.646],[424,1,7.11699]]],[[623.066,7086.69,0],0,false,[[1525,1,241.676],[5538,1,235.872]]],[[19272.7,10046.4,0],0,false,[[191,0,207.189],[3488,0,272.035]]], +[[12965.4,4986.14,0],0,false,[[5293,0,346.679],[4617,0,187.582]]],[[2138.58,10944.7,0],0,true,[[5564,0,3.37958],[5143,0,171.394],[3899,1,3.99984]]],[[417.603,6446.22,0],0,false,[[4611,2,246.446],[4891,2,185.847]]],[[2965.18,19391.7,0],0,true,[[1797,0,25.1089],[897,0,5.35269],[4001,0,3.3997],[4220,0,2.85697],[2063,0,12.4152]]],[[19516,14142.9,0],0,false,[[3038,0,67.6005],[1623,0,25.6574]]], +[[3877.04,2305.98,0],0,true,[[4807,1,13.7674],[4756,1,400.97],[3704,1,8.88446]]],[[3651.94,17872.8,0],0,true,[[2042,0,3.35815],[556,0,4.36919],[5305,0,9.97246],[4979,0,9.30003]]],[[9634.8,6303.64,0],0,false,[[908,1,330.239],[2512,1,190.83]]],[[12071.8,7931.34,0],0,false,[[4097,0,34.6727],[2185,0,41.9592]]],[[17250.8,15298.2,0],0,false,[[2631,0,392.347],[2158,0,309.043]]], +[[9612.95,2753.74,0],0,true,[[3046,0,12.5592],[474,0,5.12398],[1704,0,7.20403],[576,0,4.70846]]],[[7176.41,11616.1,0],0,true,[[1533,1,336.219],[687,1,376.407],[5250,1,280.335]]],[[10632.8,12976.3,0],0,false,[[3933,0,78.4303],[1488,0,94.4544]]],[[1306.21,17761.4,0],0,false,[[78,0,219.257],[3063,0,337.608]]],[[14261.8,646.544,0],0,false,[[3922,0,24.6711],[2011,0,11.4966]]], +[[15627.6,13176.6,0],0,false,[[4344,0,313.144],[36,0,27.7926]]],[[11359,3748.23,0],0,false,[[589,0,183.526],[5635,0,54.6343]]],[[16721.2,17967.9,0],0,false,[[4939,0,125.802]]],[[18359.4,17576.3,0],0,false,[[485,0,78.6134],[3287,0,27.9874]]],[[2217.51,11470.4,0],0,false,[[2038,1,6.63397],[2074,0,3.78151]]], +[[3448.74,20449.8,0],0,false,[[4413,1,309.444],[4681,1,175.466]]],[[7683.72,1094.17,0],0,true,[[3670,1,80.7864],[5292,1,29.5626],[4122,1,3.3306],[2242,1,17.8868],[1457,1,13.1933],[1878,1,8.91248],[1334,1,5.97461]]],[[3342.6,16348.9,0],0,true,[[378,0,3.93206],[1813,0,80.8503],[5267,0,3.3236]]],[[10329.2,2586.6,0],0,false,[[2349,0,5.64867],[3109,0,3.85498]]],[[17240.8,8605.37,0],0,false,[[3008,1,195.125],[4978,1,291.159]]], +[[18071.7,11983.3,0],0,true,[[481,0,322.428],[5155,0,24.0018],[951,0,10.0484],[1861,0,7.41187],[579,0,5.61581],[3034,0,3.85596]]],[[17623.1,11845.5,0],0,false,[[1333,0,191.834],[4744,0,21.4336]]],[[3631.01,5200.28,0],0,true,[[3028,1,315.232],[5281,1,18.7985],[5461,1,12.326]]],[[13986.9,19411.7,0],0,true,[[3984,0,96.9773],[3726,0,18.5964],[2267,0,14.2193]]],[[9827.75,12306.4,0],0,true,[[4938,1,280.863],[3956,1,22.4128],[792,1,6.60236]]], +[[8171.64,4229.98,0],0,false,[[4458,0,58.5143],[2056,0,90.1453]]],[[6287.72,14317.3,0],0,false,[[3884,1,389.698],[4056,1,295.587]]],[[8639.02,9131.73,0],0,false,[[2967,1,286.491],[1308,1,307.294]]],[[15325.3,13950.6,0],0,false,[[3259,1,354.413],[5556,1,36.077]]],[[19746.7,8906.33,0],0,true,[[187,0,1.5695],[5004,0,2.04011],[742,1,7.79946]]], +[[720.619,19826.4,0],0,false,[[4416,1,26.0783],[438,1,263.606]]],[[17714,12023.1,0],0,true,[[2301,0,1.84624],[1131,0,2.9164],[4195,0,3.59186]]],[[4899.57,7852.23,0],0,true,[[3070,0,157.807],[4871,0,3.56936],[5417,0,7.11894]]],[[13929.2,15322,0],0,false,[[5123,0,115.492],[2947,0,170.157]]],[[9241.48,23.1919,0],0,false,[[115,1,31.0481],[4043,1,147.175]]], +[[7799.9,15765.8,0],0,false,[[4736,0,2.85475],[2174,0,4.54128]]],[[18089,5228.29,0],0,true,[[3934,0,18.4735],[5090,0,131.42],[2239,0,6.97065]]],[[14509.2,18077.6,0],0,true,[[1155,0,164.544],[1199,0,10.7416],[3410,0,3.79833],[2886,0,14.6695]]],[[5200.9,7492.41,0],0,false,[[3843,1,3.63398],[2346,0,8.32356]]],[[18325.1,17575.8,0],0,true,[[3287,0,6.51619],[281,0,87.6998],[1618,1,3.63925]]], +[[6604.88,16846.4,0],0,false,[[1972,1,390.872],[3814,1,163.045]]],[[19681.9,7122.46,0],0,true,[[4857,0,23.5499],[1295,0,242.866],[984,0,4.77677],[3703,0,3.26121]]],[[9834.1,517.455,0],0,false,[[1852,1,30.108],[3082,1,82.0378]]],[[19374.6,17485.9,0],0,false,[[3219,1,134.747],[5544,1,364.531]]],[[9433.98,2691.72,0],0,false,[[3471,0,327.998],[31,0,164.817]]], +[[8486.65,5614.78,0],0,false,[[2189,2,321.916],[4276,2,18.7642]]],[[13065.6,13431.9,0],0,false,[[2302,1,50.6926],[4618,1,152.182]]],[[14402.8,15472.1,0],0,false,[[2550,0,101.565],[5698,0,175.286]]],[[13241.9,4430.36,0],0,false,[[1458,0,331.443],[5630,0,39.5118]]],[[12575.7,7935.91,0],0,false,[[3533,0,118.213],[4510,0,23.2499]]], +[[5144.62,15852.2,0],0,false,[[294,0,195.704],[177,0,321.367]]],[[7412.48,8309.04,0],0,true,[[1179,2,21.3967],[104,2,20.79],[2912,2,2.79096],[4463,2,9.57932],[5113,2,7.34112],[5592,2,5.11378],[144,2,2.46575],[4026,2,0.914303]]],[[9026.97,17417.3,0],0,false,[[422,0,384.43],[1242,0,327.494]]],[[8417.53,2614.25,0],0,false,[[725,2,117.468],[4564,2,76.8475]]],[[3135.39,20439.9,0],0,true,[[5534,0,3.13764],[2147,0,3.16702],[4413,1,4.7414]]], +[[16931,19430.1,0],0,false,[[1960,0,260.901],[2282,0,153.148]]],[[5005.46,10921.8,0],0,true,[[3477,0,313.545],[515,0,8.62489],[2364,0,5.4942],[3032,0,7.00784]]],[[3218.49,5731.91,0],0,false,[[2833,0,31.9342],[2607,0,3.29357]]],[[18312.3,223.579,0],0,false,[[4204,0,35.2638],[472,0,74.9044]]],[[7620.5,16898.8,0],0,false,[[4134,1,314.446],[3996,1,186.6]]], +[[12506.9,8143.72,0],0,false,[[752,0,120.167],[3587,0,85.974]]],[[19592.3,9584.31,0],0,true,[[13,0,3.3926],[5072,0,356.554],[1546,1,7.59753]]],[[15629.3,3016.8,0],0,true,[[1838,0,60.0373],[3793,0,112.788],[1788,0,69.4441]]],[[12652.2,14836.3,0],0,false,[[148,0,86.2866],[5211,0,391.386]]],[[3276.01,10210.3,0],0,false,[[5302,0,305.805],[1361,0,208.635]]], +[[13843.5,4752.81,0],0,false,[[633,0,95.0579],[2779,1,15.305]]],[[15873.3,14327.8,0],0,true,[[4977,1,127.528],[4127,1,95.3822],[5084,1,13.8497]]],[[1914.76,2593.18,0],0,false,[[2867,1,274.346],[1560,1,381.744]]],[[14528.9,8742.5,0],0,true,[[952,0,2.51475],[5533,0,2.50839],[5219,1,13.5813]]],[[19275.7,14830.7,0],0,false,[[3043,0,368.352],[1249,0,105.61]]], +[[3140.07,12662.6,0],0,false,[[686,0,57.1988],[2168,0,26.6384]]],[[10313.2,7790.62,0],0,false,[[1864,1,135.391],[2092,1,56.2821]]],[[13676.3,4624.2,0],0,true,[[4313,0,9.66647],[3048,0,73.388],[1699,1,19.1062]]],[[5375.73,4149.32,0],0,false,[[3326,0,57.3382],[703,0,102.606]]],[[9786.1,16583.1,0],0,false,[[4032,1,8.83336],[1080,0,9.09521]]], +[[15661.2,14090.7,0],0,false,[[304,0,367.936],[1296,0,60.8843]]],[[13423,8613.8,0],0,false,[[699,0,155.393]]],[[2457.01,8401.2,0],0,true,[[4701,0,3.94016],[3680,0,350.914],[4037,1,9.14416]]],[[13529.2,16372.3,0],0,false,[[5659,0,25.8191],[2090,0,224.868]]],[[8280.14,16433.5,0],0,false,[[841,1,312.603],[808,1,199.354]]], +[[19473.7,12797.2,0],0,true,[[2142,0,1.73257],[1557,0,1.71102],[2616,1,14.6319]]],[[9922.58,631.793,0],0,true,[[4082,1,18.4079],[4697,1,16.0064],[2883,1,16.0437]]],[[4906.19,7849.62,0],0,true,[[4871,0,3.62375],[5367,0,7.11894],[994,0,10.2953]]],[[13706.5,9856.47,0],0,true,[[2331,0,341.208],[4780,0,12.6957],[4833,1,16.326]]],[[18410.7,426.428,0],0,true,[[4570,0,15.3894],[5575,1,12.0739],[1136,1,5.24087]]], +[[14183.7,13874.3,0],0,false,[[1617,0,358.191]]],[[10383.9,7763.67,0],0,true,[[1294,0,38.2272],[5213,0,13.1751],[310,0,13.6142]]],[[10581.8,17704,0],0,false,[[1772,0,245.779],[2577,0,323.465]]],[[10329.9,2572.95,0],0,true,[[58,0,1.12977],[1470,0,4.17141],[4243,0,6.48943],[3671,0,10.7914]]],[[14778.4,16601.5,0],0,true,[[483,0,319.967],[1487,0,33.7178],[4962,0,17.1274],[4295,0,13.7954],[3486,0,12.1483]]], +[[13186,13312.6,0],0,false,[[44,0,104.21],[4496,0,146.858]]],[[12874.5,15570.8,0],0,false,[[3451,0,389.712],[2840,0,348.122]]],[[19545.7,11397.6,0],0,true,[[1468,1,78.0367],[1785,1,19.5665],[4685,1,11.8789]]],[[14897.5,5954.56,0],0,true,[[4323,0,3.41109],[5070,0,3.05775],[1801,1,3.98098]]],[[13733.1,11859,0],0,true,[[3611,0,166.715],[33,0,25.8159],[2001,0,100.93]]], +[[11170.3,17681.3,0],0,false,[[1860,0,23.1551],[5030,0,257.853]]],[[3992.22,3305.68,0],0,false,[[3036,0,180.759],[1799,0,277.333]]],[[18586.8,17798,0],0,false,[[1511,0,372.297],[3735,0,203.151]]],[[16887.7,16694.6,0],0,false,[[5677,0,26.3057],[4444,0,336.318]]],[[10586.3,7798.43,0],0,false,[[2008,0,44.3317],[4214,0,134.421]]], +[[19365.2,18980.3,0],0,false,[[3315,0,319.589],[3331,0,312.652]]],[[6994.44,10880.7,4.31381],0,true,[[3776,1,15.1651],[4724,1,18.2014],[4583,1,10.6186],[942,1,8.70514]]],[[6235.11,9419.47,0],0,false,[[2145,1,139.081],[1676,1,215.289]]],[[13524.5,13565.2,0],0,false,[[5310,0,8.08338],[4689,1,9.64719]]],[[17118.5,5127.57,0],0,false,[[4255,0,92.1614],[2797,0,53.0106]]], +[[14728,7830.03,0],0,true,[[3288,0,8.26825],[5055,0,5.03785],[1493,0,8.8803],[508,0,10.0035]]],[[17778.4,19452.7,0],0,false,[[2838,1,27.5584],[577,1,362.19]]],[[10894,17569.3,0],0,true,[[1959,0,6.60697],[1719,0,1.22767],[403,0,11.0392]]],[[11222.6,11763.3,0],0,false,[[1068,0,142.358],[2034,0,184.395]]],[[18887.9,14282,0],0,true,[[4193,1,3.21811],[2516,1,156.669],[5190,1,10.5445]]], +[[15839.8,8827.46,0],0,true,[[2770,1,25.9002],[1759,1,20.8606],[1515,1,6.23799],[2150,1,3.74937]]],[[1666.48,13903.2,0],0,false,[[48,1,21.8448],[2924,1,96.7383]]],[[17726.2,12027.4,0],0,true,[[683,0,3.8763],[4572,0,1.38002],[2091,0,10.8091]]],[[10147.4,16765.3,0],0,false,[[1357,0,385.307],[4656,0,382.505]]],[[5741.6,3861.26,0],0,false,[[2803,1,25.594],[3584,1,21.7053]]], +[[15545.5,2741.48,0],0,false,[[3575,0,177.413],[1339,0,24.8192]]],[[17771.7,2612.59,0],0,true,[[1246,0,10.4442],[1067,0,165.308],[5535,0,8.42082]]],[[13642.3,9521.04,0],0,false,[[4833,1,338.504],[3888,1,169.699]]],[[9793.2,4370.03,0],0,false,[[3713,0,187.512],[1169,0,366.32]]],[[1379.79,13216.9,0],0,false,[[1236,1,103.54],[4906,1,153.453]]], +[[17388.6,17946.4,0],0,false,[[3787,1,22.4742],[896,1,181.992]]],[[10650.5,11267.3,0],0,false,[[1521,0,113.321],[3076,0,27.0149]]],[[3365.94,18489.8,0],0,false,[[3035,0,227.479]]],[[6277.32,431.035,0],0,false,[[4966,1,146.365],[3836,1,311.758]]],[[6730.8,17409.6,0],0,false,[[3449,1,86.2507],[2132,1,19.5868]]], +[[561.085,3001.3,0],0,false,[[2589,0,51.9437],[4887,0,8.00156]]],[[3636.72,5189.35,0],0,true,[[3212,0,205.93],[5281,1,8.04177],[5357,1,12.326]]],[[1731.73,17654.7,0],0,false,[[3063,0,104.613],[652,0,346.153]]],[[9114.58,16244.6,0],0,false,[[5295,0,73.8069],[590,0,12.2521]]],[[11594.3,11632.9,0],0,false,[[2034,0,243.185],[3832,0,112.408]]], +[[12453,9550.03,0],0,true,[[396,0,2.95372],[2648,0,4.23703],[1233,1,7.33437]]],[[9721.1,4002.09,0],0,true,[[3724,0,5.27936],[2763,0,4.73486],[229,0,3.6187],[3975,0,1.35345],[4478,0,4.81081]]],[[9212.79,10883.4,0],0,false,[[3202,0,189.269],[5514,0,250.849]]],[[5819.31,16408.7,0],0,false,[[3285,1,164.599],[266,1,141.044]]],[[17553.4,8627.26,0],0,true,[[4314,0,3.85028],[301,0,2.71873],[323,1,4.40557]]], +[[18457.4,244.802,0],0,true,[[1432,0,62.7159],[1780,0,9.29584],[1755,0,17.8521]]],[[3136.44,12639.1,0],0,true,[[1012,0,9.48005],[2689,0,43.1642],[2168,0,5.23049]]],[[20267.5,13469.1,0],0,true,[[2097,0,393.251],[1946,0,2.6395],[717,0,5.29745]]],[[11187.4,17545,0],0,false,[[5541,0,168.814],[2470,0,139.066]]],[[5317.86,20462.1,0],0,false,[[504,2,173.763]]], +[[18810.4,3271.06,0],0,false,[[2068,0,26.4646],[3759,0,47.1096]]],[[10353.7,11898.9,0],0,true,[[4364,0,11.8173],[1340,0,9.75247],[3192,0,13.2168]]],[[5472.89,4004.97,0],0,false,[[411,2,143.256],[498,2,117.66]]],[[3113.66,6280.19,0],0,false,[[2556,1,1.18767],[2996,0,3.41632]]],[[8814.78,18923.8,0],0,false,[[89,0,129.221],[4576,0,56.1299]]], +[[3276.87,7251.92,0],0,true,[[3054,0,3.48788],[5697,0,3.41209],[2863,1,4.19597]]],[[16496.5,471.151,0],0,false,[[3236,0,94.8611]]],[[529.605,3037.12,0],0,true,[[3165,1,41.3177],[1189,1,11.2403],[4554,1,33.5509]]],[[4778.37,2566,0],0,true,[[3720,1,23.3761],[1358,1,8.89909],[32,1,5.64118],[1998,1,23.4564]]],[[9224.43,10377.7,0],0,false,[[3240,0,113.09],[929,0,396.942]]], +[[9242.44,16244.2,0],0,true,[[1303,1,23.2226],[5653,1,24.5865],[2890,1,9.24805]]],[[13406.6,14171.8,0],0,false,[[2391,0,132.023],[1922,0,360.801]]],[[13484.9,6653.25,0],0,false,[[1201,1,121.706],[733,1,390.306]]],[[1266.8,3314.11,0],0,false,[[2956,0,161.849],[4539,0,237.548]]],[[2554.59,11323.5,0],0,false,[[969,0,266.979]]], +[[5938.04,2047.88,0],0,false,[[322,1,189.151],[1632,1,364.396]]],[[18817,14963.1,0],0,false,[[2646,1,23.3314],[5063,1,170.438]]],[[13804.6,4234.39,0],0,false,[[961,0,63.5068],[2830,0,37.6319]]],[[18303.5,6084.07,0],0,false,[[423,0,394.177],[5171,0,312.346]]],[[11954.7,1904.06,0],0,false,[[2220,0,396.824],[3392,0,363.966]]], +[[8796.09,1517.86,0],0,false,[[3242,1,221.148],[3943,2,13.8145]]],[[5924.71,8915.94,0],0,true,[[3460,0,3.37143],[3453,0,3.63906],[4610,1,9.32337]]],[[10170.9,8153.9,0],0,false,[[64,0,2.6784],[4144,1,8.00836]]],[[7133.2,12963.2,0],0,true,[[1070,0,64.434],[5114,0,15.9858],[2887,1,24.5391]]],[[14915.6,1668.62,0],0,false,[[1916,0,111.092],[5695,0,313.106]]], +[[16904.5,433.774,0],0,false,[[1615,1,149.106],[46,1,123.077]]],[[18687.4,16988,0],0,false,[[4451,0,369.315],[112,0,165.28]]],[[2859.78,17263.7,0],0,false,[[2548,0,246.602],[2839,0,161.968]]],[[10998,12784,0],0,false,[[4284,1,123.3],[4937,1,84.0437]]],[[13131.2,8957.53,0],0,false,[[3279,0,148.441],[4873,0,60.2626]]], +[[3331.05,16360.3,0],0,false,[[5267,0,15.846],[132,0,273.431]]],[[2869.67,12705.7,0],0,true,[[2919,0,3.42752],[4084,0,4.17172],[2318,1,7.7536]]],[[12019.1,7320.51,0],0,true,[[5683,0,29.3987],[4931,0,186.159],[539,0,200.382]]],[[9507.23,8468.16,0],0,false,[[40,0,74.0998],[1616,0,24.0404]]],[[10767.1,12840.3,0],0,true,[[2641,0,14.9735],[2760,0,15.7431],[3464,0,3.52656]]], +[[17110.8,17694.8,0],0,true,[[3873,0,145.972],[1549,0,27.8784],[3639,0,191.528]]],[[15187,8916.37,0],0,false,[[4177,0,27.5293],[3431,0,64.9372]]],[[13294.9,13598.3,0],0,true,[[2291,0,15.6543],[405,0,57.0938],[3634,0,14.1842]]],[[1727.63,18474.9,0],0,false,[[3478,0,370.294],[1066,0,340.972]]],[[8981.88,10916,0],0,false,[[5467,0,250.849],[3536,0,212.268]]], +[[2753.22,19429.9,0],0,true,[[636,0,2.58928],[2570,0,2.45525],[4629,0,3.67348],[4184,0,2.51579]]],[[18701.9,1515.72,0],0,false,[[1559,0,299.972],[4223,0,139.508]]],[[17564.5,12042.9,0],0,false,[[2579,0,193.07],[3091,0,27.1573]]],[[3100.78,6425.89,0],0,true,[[4732,0,3.41639],[4495,0,3.26312],[4501,1,8.77348]]],[[9278.15,16351.8,0],0,true,[[3325,0,26.2205],[5295,0,121.786],[4767,0,12.3232]]], +[[12248.6,17504.9,0],0,false,[[2612,0,154.191],[2686,0,396.987]]],[[12726.6,8333.38,0],0,false,[[4954,1,22.2712],[3289,1,22.5856]]],[[9037.82,8451.04,0],0,false,[[4019,0,219.181],[1666,0,204.484]]],[[20038.5,3261.56,0],0,true,[[297,0,8.72268],[4560,0,302.803],[2731,0,6.00833],[1997,0,14.6207]]],[[5633.49,14314.2,0],0,true,[[2039,0,232.391],[3487,0,134.527],[1812,0,81.7958]]], +[[1136.82,8396.19,0],0,true,[[1982,0,2.39853],[209,0,60.8501],[394,1,10.027]]],[[5559.63,3467.92,0],0,false,[[4662,1,19.9251],[4516,1,40.6977]]],[[10026.7,471.007,0],0,false,[[2768,1,26.6671],[5301,1,106.315]]],[[2311.52,15933.5,0],0,false,[[3176,1,21.6673],[851,1,71.9791]]],[[13026.6,7990.79,0],0,true,[[602,0,2.10702],[1174,0,235.935],[5000,0,16.9789],[54,0,7.16235]]], +[[5977.56,18461.1,0],0,false,[[1875,0,54.2339]]],[[10623.3,11440.6,0],0,true,[[1996,0,5.56425],[5179,0,36.2092],[5558,0,2.57387],[250,0,2.77284],[2554,0,8.13842]]],[[825.366,6939.51,0],0,false,[[2384,1,3.39803],[3941,0,2.50903]]],[[14527.3,8740.52,0],0,true,[[5403,0,2.50839],[2639,0,2.21209],[952,0,4.97966],[5219,1,15.7884]]],[[3132.54,20438.6,0],0,true,[[269,0,4.01552],[5389,0,3.13764],[4413,1,7.8749]]], +[[17763.5,2610.56,0],0,true,[[3156,0,9.19726],[5451,0,8.42082],[1246,0,2.09665]]],[[16255.7,12514.4,8.07674],0,true,[[5715,1,16.1632],[4289,1,15.3171],[3985,1,9.12554],[5684,1,11.0081]]],[[17549.4,2050.04,0],0,false,[[2295,0,5.78767],[3418,0,5.78767]]],[[812.626,6948.48,0],0,false,[[5328,1,235.872],[2384,1,18.9425]]],[[3697.17,13065.9,0],0,false,[[779,1,186.484],[1733,1,290.685]]], +[[1441.26,8331.02,0],0,false,[[394,1,303.95],[1205,1,385.248]]],[[11352.5,17559.8,0],0,false,[[2629,0,94.6728],[5473,0,168.814]]],[[19749,4515.29,0],0,true,[[3456,0,41.0434],[4743,0,126.402],[2244,0,79.1304]]],[[19832.8,3144.17,0],0,false,[[1544,0,137.425],[2250,0,310.543]]],[[19014.4,17541.9,0],0,false,[[5378,1,364.531],[3267,1,158.065]]], +[[13544.3,13561.4,0],0,false,[[1700,0,5.61641],[4689,1,10.5407]]],[[4504.39,19169.8,0],0,true,[[5165,0,7.11174],[1094,0,3.1333],[3419,1,9.38743]]],[[15325.8,18815.5,0],0,false,[[1761,0,396.988],[3596,0,175.511]]],[[9838.18,13122.3,0],0,false,[[1466,0,110.593],[5059,0,396.437]]],[[8269.86,5987.75,0],0,false,[[533,2,357.761],[4194,2,264.902]]], +[[10558.1,7450.81,0],0,true,[[4270,0,157.728],[4058,0,27.6354],[5652,0,196.913]]],[[2803.02,20261.2,0],0,false,[[2926,1,291.128],[1204,1,363.069]]],[[5705.37,18227,0],0,false,[[1451,0,326.087]]],[[2145.23,10965.6,0],0,false,[[700,1,171.551],[3899,1,21.4565]]],[[13419.5,8004.7,0],0,true,[[3307,0,162.824],[1239,0,23.7612],[2665,0,15.0623]]], +[[6985.32,828.161,0],0,false,[[117,1,23.0552],[2399,1,185.213]]],[[15294.7,13931.5,0],0,true,[[5363,1,36.077],[4711,1,297.899],[5662,1,14.2046]]],[[10166.1,19050.4,0],0,false,[[3435,0,321.729],[2223,0,107.223]]],[[10620.9,11439.6,0],0,true,[[2554,0,6.13036],[5531,0,2.57387],[250,0,2.36515],[1996,0,5.51031]]],[[10586.1,11216.4,0],0,true,[[4386,0,40.5873],[1531,0,377.271],[1114,0,21.86]]], +[[13770.3,19859.9,0],0,false,[[14,0,331.612],[1569,0,162.758]]],[[17657.8,12665.3,0],0,false,[[3939,0,307.58],[2122,0,361.319]]],[[17669.1,12217.5,0],0,true,[[2793,0,2.22956],[1506,0,2.5762],[1514,0,2.23583]]],[[947.404,16226.6,0],0,false,[[47,1,263.792],[1978,1,57.4522]]],[[2140.17,10941.7,0],0,true,[[5156,0,2.8162],[5331,0,3.37958],[3899,1,3.58926]]], +[[20044.6,4771.23,0],0,true,[[786,0,43.1337],[74,0,23.8648],[3429,0,23.7851]]],[[12599.5,8331.38,0],0,false,[[2707,0,88.2729],[1477,0,33.8304]]],[[20444,15425.9,0],0,false,[[1277,0,396.699]]],[[15009.5,307.094,0],0,false,[[4481,0,162.412],[1410,0,58.4139]]],[[3890.64,3183.95,0],0,false,[[1962,0,408.422],[1210,0,155.818]]], +[[12134.8,5834.9,0],0,false,[[830,0,252.667],[870,0,118.337]]],[[10707.7,4877.66,0],0,false,[[2925,0,313.945],[1879,0,299.576]]],[[13945.8,18132.2,0],0,false,[[609,0,135.496],[4729,0,34.2518]]],[[16690.9,17819.5,0],0,false,[[371,0,49.2013],[4996,0,311.76]]],[[17033.4,17827.5,0],0,true,[[2033,0,7.40644],[1482,0,116.676],[3873,0,8.78806]]], +[[18410.9,414.358,0],0,true,[[1520,1,69.9428],[1136,1,13.7496],[5419,1,12.0739]]],[[8775.6,12046.4,0],0,false,[[2325,1,240.411],[2358,1,212.797]]],[[10181.3,5493.05,0],0,false,[[740,0,15.5047],[2950,0,19.4998]]],[[8849.63,17684.6,0],0,false,[[1242,0,25.6276],[3772,0,333.092]]],[[11260.2,3884.15,0],0,false,[[2873,0,92.5018],[243,0,24.0489],[3819,0,19.1531]]], +[[11303,20106.5,0],0,true,[[3308,0,3.24917],[5615,0,3.18599],[2260,0,2.7061]]],[[669.96,3317.85,0],0,false,[[5609,0,148.461],[4584,0,319.406]]],[[11248.3,12229.7,0],0,true,[[4897,0,38.4417],[1921,0,22.0503],[4400,0,3.60937]]],[[15902.4,18958.1,0],0,false,[[2222,0,367.215],[3059,0,347.577]]],[[4019.09,13262.3,0],0,false,[[4010,2,137.392],[2460,2,21.7334]]], +[[14565.6,5155.46,0],0,false,[[3612,1,56.6338],[1471,1,326.649]]],[[5603.95,6350.82,0],0,true,[[1970,1,216.79],[728,1,16.2103],[3248,1,5.33438],[2633,1,4.30066]]],[[6587.24,1597.93,0],0,false,[[5052,0,175.927],[2555,0,314.644]]],[[10600.7,11376.4,0],0,true,[[4449,0,58.8409],[1114,0,140.925],[1521,0,45.8388]]],[[14546.8,2424.33,0],0,false,[[5119,0,246.29],[1624,0,96.2617]]], +[[4263.05,13106,0],0,false,[[4815,2,402.061],[4010,2,230.374]]],[[1255.9,13208.2,0],0,false,[[1231,1,279.8],[1236,1,20.6544]]],[[7416.04,8312.71,0],0,true,[[5113,0,2.23967],[144,0,2.67074],[5386,2,5.11378]]],[[1159.24,2832.56,0],0,true,[[4083,0,2.04255],[2120,0,2.68882],[4065,0,5.07636],[41,1,4.56752]]],[[13405.9,12173,0],0,false,[[2778,0,251.191],[1075,0,316.576]]], +[[18722.9,3720.38,0],0,false,[[1037,0,17.2143],[5180,0,370.886]]],[[4313.3,1155.06,0],0,false,[[565,1,383.229],[3944,1,318.295]]],[[16705.1,18278.6,0],0,false,[[4360,0,281.294],[4224,0,42.2542]]],[[20464.2,17316.8,0],0,false,[[216,1,332.848]]],[[17542.1,2032.27,0],0,false,[[4428,0,149.552],[2295,0,22.8564],[2734,0,8.43323]]], +[[2322.16,5348.6,0],0,false,[[5628,0,297.392],[5617,0,226.484]]],[[9973.11,18719.9,0],0,false,[[1983,0,165.126],[3386,0,345.822]]],[[11688.8,17620.2,0],0,true,[[2629,0,310.218],[624,0,240.311],[384,0,167.973]]],[[15008.8,971.898,0],0,true,[[5019,0,5.45857],[5641,0,7.40546],[3835,0,3.50541]]],[[5589.88,14175.5,0],0,true,[[3708,1,103.02],[3360,1,33.0714],[2619,1,2.42885]]], +[[10385.1,8737.59,0],0,false,[[4279,0,163.147],[493,0,315.211]]],[[11801.9,14926.5,0],0,true,[[12,0,173.54],[2381,0,4.7682],[3283,0,12.2709]]],[[18562.3,17591.3,0],0,true,[[4868,0,3.26194],[3064,0,6.46575],[605,1,15.4944]]],[[2701.59,19653.8,0],0,false,[[4629,0,229.741],[2871,0,130.486]]],[[755.085,3437.37,0],0,false,[[1,0,250.359],[5581,0,148.461]]], +[[3591.61,14971.6,0],0,true,[[614,0,15.7668],[1282,0,103.068],[2594,0,7.03554]]],[[8361.26,11220.4,0],0,false,[[2630,0,155.274],[2957,0,188.464]]],[[19403.7,2777.93,0],0,false,[[4520,0,28.3595],[2979,0,321.561]]],[[10205.1,7532.29,0],0,true,[[103,1,27.5448],[3466,1,72.5067],[560,1,1.98932]]],[[19467,8316.83,0],0,true,[[529,0,200.997],[203,0,23.9492],[4806,0,14.5314]]], +[[11304.8,20109.1,0],0,true,[[5580,0,3.18599],[5036,0,356.409],[2260,0,5.80469]]],[[17673.4,12217.1,0],0,true,[[3016,0,2.58054],[3732,0,3.85366],[3103,0,2.74105],[1514,0,5.02665],[1004,0,12.0843]]],[[2508.77,5220.36,0],0,false,[[5600,0,226.484],[1029,0,223.958]]],[[12014.7,17016.3,0],0,false,[[4101,0,310.987],[317,0,315.491]]],[[6223.17,13860.6,0],0,false,[[81,0,10.3675],[2543,1,4.42003]]], +[[8957.81,9137.93,0],0,false,[[2480,0,350.093],[4488,0,118.563]]],[[9978.36,11053.8,0],0,false,[[1041,0,113.445],[1964,0,397.234]]],[[15353.2,20391.3,0],0,false,[[4698,0,146.793],[4126,0,281.193]]],[[8796.29,5049.59,0],0,false,[[4129,0,257.523],[2519,0,189.543]]],[[17662.6,12226.3,0],0,true,[[5247,0,3.93592],[1975,0,3.28519],[1039,0,1.26222],[3166,0,2.65513],[3050,0,0.944513],[336,0,2.01946]]], +[[4997.99,10919.2,0],0,true,[[3013,0,1.45411],[585,0,1.24337],[1475,0,1.85482],[1258,0,1.58353]]],[[13174.6,8084.82,0],0,false,[[3666,1,27.0984],[4186,1,31.6069]]],[[8323.81,20338.4,0],0,false,[[3141,1,86.728],[3988,1,148.122]]],[[2081.63,5523.49,0],0,false,[[4762,0,164.493],[5600,0,297.392]]],[[1525.24,13798.4,0],0,false,[[3643,1,7.43798],[2659,0,147.578]]], +[[13219.1,4462.36,0],0,false,[[5383,0,39.5118],[741,0,25.4316]]],[[5878.82,7276.39,0],0,false,[[3673,0,100.466],[3645,0,358.837]]],[[13698.3,16205,0],0,false,[[2090,0,13.2415],[3317,0,29.7833]]],[[3836.9,16208.8,0],0,true,[[3065,2,27.1574],[550,2,81.9838],[1192,2,12.6778]]],[[10907.1,17575.3,0],0,false,[[3244,0,141.355],[403,0,12.301]]], +[[11304.7,3742.53,0],0,false,[[1390,0,67.8844],[5346,0,54.6343]]],[[5287.96,14213.3,0],0,true,[[2653,1,17.1315],[3708,1,203.155],[965,1,2.36194],[1769,1,9.5575]]],[[5940.06,8906,0],0,true,[[865,0,0.528997],[1403,0,3.40155],[2622,0,9.37091]]],[[13964.7,4425.44,0],0,false,[[1072,1,28.1214],[5016,1,362.544]]],[[18181.6,8841.86,0],0,false,[[1316,1,202.856],[4373,1,251.13]]], +[[15132.8,8877.9,0],0,true,[[3892,0,3.03744],[88,0,16.7746],[19,1,6.0386]]],[[15002.2,968.543,0],0,false,[[5603,0,7.40546],[3125,0,90.6586]]],[[18216,18859,0],0,false,[[887,0,294.425],[1011,0,109.158]]],[[18978.3,7121.96,0],0,false,[[3747,0,29.7368],[157,0,234.738]]],[[14656,7861.14,0],0,false,[[1493,0,69.932],[1367,0,291.398]]], +[[19164.1,12729.7,0],0,false,[[327,0,148.427],[4434,0,312.196]]],[[7384.43,8121.63,0],0,false,[[5032,2,262.138],[1179,2,168.169]]],[[5494.57,6323.38,0],0,false,[[2559,0,24.0972],[3664,0,37.5984]]],[[9919.3,542.272,0],0,false,[[5654,1,30.3966],[1387,1,102.666]]],[[840.875,1407.16,0],0,false,[[4565,0,235.84],[1048,0,387.953]]], +[[7964.35,3818.38,0],0,true,[[2469,2,18.4698],[4146,2,14.0615],[1655,2,4.52029],[2392,2,8.67783],[4823,2,4.86857],[2845,2,3.66168]]],[[2903.45,12709.1,0],0,true,[[4334,1,25.3343],[2318,1,26.4755],[4676,1,11.111]]],[[10546.2,7641.97,0],0,true,[[3579,0,33.6149],[5550,0,196.913],[8,1,9.58985]]],[[9225.2,16226.7,0],0,true,[[5485,1,24.5865],[5184,1,29.8061],[2268,1,17.8152],[2890,1,16.0329]]],[[9938.89,519.027,0],0,true,[[2987,1,27.9098],[5648,1,30.3966],[2372,2,16.4188]]], +[[13193.8,19645.6,0],0,false,[[3496,0,90.2154],[1905,0,243.615]]],[[17244,17488.7,0],0,true,[[2108,0,20.026],[879,0,21.4664],[2186,0,6.19107],[2152,0,3.9743],[4853,0,1.76654],[3861,0,1.67266],[3758,0,4.02221]]],[[4512.78,19159.1,0],0,false,[[3419,1,22.9944],[1658,1,220.275]]],[[9971.91,7566.54,0],0,false,[[259,0,190.728],[1688,0,368.018]]],[[13511.1,16390.8,0],0,true,[[194,0,391.68],[5413,0,25.8191],[2733,0,6.46715]]], +[[14275.7,19483.3,0],0,false,[[695,0,25.5925],[1383,0,26.8651]]],[[5924.83,8920.75,0],0,true,[[4546,0,3.04829],[3191,0,2.48356],[3453,0,1.6353],[4610,1,7.4816]]],[[15302.8,13943.2,0],0,false,[[4198,0,43.4402],[5556,1,14.2046]]],[[18912.3,598.107,0],0,false,[[1225,1,243.727],[2263,1,380.41]]],[[7061.75,4630.96,0],0,false,[[3729,1,8.53564],[3356,0,3.0978]]], +[[14693.3,7989.64,0],0,false,[[2107,0,208.164],[4277,0,139.101]]],[[583.903,2999.29,0],0,true,[[3153,1,32.5936],[1397,1,30.6334],[4887,1,17.0475]]],[[5891.12,15071.8,0],0,false,[[1395,0,105.702],[1111,0,308.012]]],[[12712.7,19792.9,0],0,true,[[2825,0,4.41647],[4136,0,4.77196],[286,0,3.8205]]],[[11384.1,8593.37,0],0,false,[[4695,0,64.6506],[821,0,98.4285]]], +[[15127.3,13591.4,0],0,false,[[3508,0,149.25],[3504,0,116.416]]],[[12595.8,4491.99,0],0,false,[[2652,0,64.2425],[4812,0,40.4998]]],[[10321,7604.72,0],0,true,[[2823,1,24.329],[5122,1,74.8539],[3329,1,16.9835],[4282,1,17.1627]]],[[4528.87,6392.14,0],0,false,[[5206,1,287.651],[3384,1,386.006]]],[[7671.71,19547.2,0],0,true,[[1829,0,3.12002],[1431,0,2.66884],[330,1,7.40626]]], +[[12822.2,13937.2,0],0,false,[[3113,0,15.1097],[4281,0,208.515]]],[[5521.94,18578.6,0],0,true,[[2697,1,11.145],[3565,0,8.19235],[3840,1,13.1801]]],[[16861.7,16690.7,0],0,true,[[328,0,226.233],[5433,0,26.3057],[355,0,2.34576],[945,0,1.25996]]],[[9807.5,6425.52,0],0,true,[[3105,0,1.79362],[496,0,1.47043],[681,0,3.30433],[992,1,3.96369]]],[[9790.33,646.24,0],0,true,[[1665,1,30.1499],[2286,1,19.2591],[2166,2,14.3836],[4397,2,17.204]]], +[[16389.9,9700.63,0],0,false,[[4068,1,151.612],[1064,1,28.3581]]],[[19482,10083.9,0],0,true,[[4217,1,26.135],[1030,1,162.986],[319,1,4.14822],[191,1,12.9416],[3722,1,7.92315],[2066,1,10.7948]]],[[2323.05,13670.5,0],0,false,[[3137,0,37.4878],[2522,0,62.8516]]],[[12014,7292.04,0],0,false,[[1290,0,241.878],[5507,0,29.3987]]],[[16246,12509.2,0],0,false,[[5715,0,5.16095],[5536,1,11.0081]]], +[[15622.2,3326.98,0],0,false,[[765,1,147.644],[190,1,14.5173]]],[[17668,12221.2,0],0,true,[[3128,0,2.77438],[1840,0,2.20537],[3878,0,1.9311],[2793,0,2.11611]]],[[11835.9,7824.12,0],0,false,[[2292,0,33.0911],[1428,0,73.0644]]],[[13726,9868.39,0],0,true,[[1930,1,112.969],[4833,1,18.8049],[5233,1,4.75005],[67,1,8.38507]]],[[10638.8,7722.87,0],0,false,[[1562,1,76.881],[3093,1,129.525]]], +[[13271.2,9846.14,0],0,true,[[4087,0,1.86321],[2331,0,94.306],[4837,0,3.37832]]],[[10131.4,13445.1,0],0,false,[[722,1,259.84],[5271,1,380.798]]],[[688.564,19819.7,0],0,true,[[5169,0,297.196],[3199,0,3.32215],[4416,1,7.96656]]],[[18213.4,16001.9,0],0,false,[[3551,1,17.8948],[188,1,143.426]]],[[7134.97,12515,0],0,true,[[1939,0,13.8287],[2341,0,212.692],[4696,1,22.872]]], +[[14909.6,1356.32,0],0,false,[[5499,0,313.106],[1869,0,212.714]]],[[18753.5,14277.6,0],0,true,[[4528,1,19.0632],[2030,1,26.4653],[1607,1,7.02514]]],[[3277.77,7248.63,0],0,false,[[5480,0,3.41209],[2863,1,5.65567]]],[[14227.6,15476.1,0],0,false,[[5382,0,175.286],[3621,0,78.7711]]],[[9548.13,16503.7,0],0,false,[[1366,0,10.127],[1377,0,148.687]]], +[[3080.45,13587.1,0],0,false,[[2930,1,264.178],[4329,1,277.711]]],[[6742.61,6283.52,0],0,true,[[1524,0,31.6663],[5056,0,27.7282],[2283,0,9.27688],[5316,0,13.1157]]],[[8358.34,2659.2,0],0,false,[[2704,2,20.6217],[3011,2,19.8035]]],[[6520.58,20138.4,0],0,false,[[1453,0,155.11]]],[[17730.2,12027.9,0],0,true,[[3711,0,3.037],[2154,0,2.08271],[4572,0,2.74155],[1679,0,3.72144]]], +[[15575.1,5908.08,0],0,false,[[4614,0,185.051],[4287,0,371.623]]],[[15128.4,16736,0],0,false,[[1487,0,341.235],[507,0,137.924]]],[[16658.6,17500.3,0],0,false,[[3232,0,131.299],[3079,0,245.244]]],[[14718,11938.3,0],0,true,[[3790,0,10.0079],[1863,0,159.869],[252,0,12.2668]]],[[4847.76,18478.3,0],0,false,[[670,2,3.34146],[4658,0,9.85141]]], +[[18399.6,3008.94,0],0,false,[[2963,0,343.622],[5254,0,119.01]]],[[3026.76,14639,0],0,false,[[2649,0,289.462],[110,0,381.944]]],[[3560.25,1436.26,0],0,true,[[4482,1,25.4393],[2340,1,121.543],[978,1,53.7989],[4242,1,130.584]]],[[5687.8,11792.8,0],0,false,[[3559,0,187.244],[3654,0,349.568]]],[[7744.15,664.857,0],0,false,[[586,1,389.701],[4733,1,144.596]]], +[[16241.4,12506.8,0],0,true,[[2315,0,243.351],[5684,0,5.16095],[5536,1,16.1632]]],[[4791.83,4238.87,0],0,false,[[635,1,295.302],[949,1,228.033]]],[[14919.3,440.943,0],0,false,[[429,0,212.352],[4481,0,11.2919]]] +]; \ No newline at end of file diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/Pictures/Mission/pic.jpg b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/Pictures/Mission/pic.jpg new file mode 100644 index 0000000000..c5290f6099 Binary files /dev/null and b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/Pictures/Mission/pic.jpg differ diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/Pictures/Mission/whiteboard.jpg b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/Pictures/Mission/whiteboard.jpg new file mode 100644 index 0000000000..c66ffb7074 Binary files /dev/null and b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/Pictures/Mission/whiteboard.jpg differ diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/cba_settings.sqf b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/cba_settings.sqf new file mode 100644 index 0000000000..1d06e32420 --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/cba_settings.sqf @@ -0,0 +1 @@ +#include "\x\A3A\Addons\core\Includes\cba_settings.sqf" diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/description.ext b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/description.ext new file mode 100644 index 0000000000..b296d34262 --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/description.ext @@ -0,0 +1,41 @@ +#include "..\missionDescription\master.hpp" + +OnLoadName = $STR_antistasi_mission_info_gm_weferlingen_winter_mapname_short_text; +OnLoadMission = $STR_antistasi_mission_info_gm_weferlingen_winter_blurb_text; +briefingName = $STR_antistasi_mission_info_gm_weferlingen_winter_mapname_text; +overviewText = $STR_antistasi_mission_info_gm_weferlingen_winter_description_text; +loadScreen = "Pictures\Mission\pic.jpg"; // NB, this will resolve from root +overviewPicture = "Pictures\Mission\pic.jpg"; // NB, this will resolve from root + +class CfgNotifications +{ + #include "..\missionDescription\CfgNotificationsContents.hpp" +}; + +class CfgDebriefing { + #include "..\missionDescription\CfgDebriefingContents.hpp" + class End1 + { + title = "V I C T O R Y"; + subtitle = "Weferlingen is Ours!"; + description = "The population of Weferlingen loves you!
The brave soldiers have proven their valour, and Petros, Weferlingen new Prime Minister, could at last to have a nice holidays. A deserved rest in a Greek island with drinks and fine food."; + picture = "n_inf"; + pictureColor[] = {0.0,0.5,0.0,1}; + }; + class petrosDead + { + title = "Petros is Dead"; + subtitle = "Petros is Dead"; + description = "Congratulations!: Petros is Dead. Now with rebels without a leader, you may think about joining them, and free Weferlingen"; + picture = "b_unknown"; + pictureColor[] = {0.5,0.0,0.0,1}; + }; + class destroyedSites + { + title = "Weferlingen is Destroyed"; + subtitle = "Weferlingen got Destroyed by OPFOR"; + description = "One third of the population in Weferlingen has been murdered by the OPFOR.
Weferlingen no longer exists, nobody wants to live here."; + picture = "b_unknown"; + pictureColor[] = {0.5,0.0,0.0,1}; + }; +}; diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/initPlayerLocal.sqf b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/initPlayerLocal.sqf new file mode 100644 index 0000000000..87472583fe --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/initPlayerLocal.sqf @@ -0,0 +1 @@ +_this spawn A3A_fnc_initClient; diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/initServer.sqf b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/initServer.sqf new file mode 100644 index 0000000000..bc311d07b9 --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/initServer.sqf @@ -0,0 +1 @@ +call A3A_fnc_initServer; diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/mapInfo.hpp b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/mapInfo.hpp new file mode 100644 index 0000000000..489d5db685 --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/mapInfo.hpp @@ -0,0 +1,38 @@ +class gm_weferlingen_winter { + population[] = { + {"gm_name_grasleben",250},{"gm_name_weferlingen",420},{"gm_name_doehren",150},{"gm_name_seggerde",50},{"gm_name_belsdorf",110},{"gm_name_behnsdorf",2010},{"gm_name_eschenrode",125},{"gm_name_walbeck",215},{"gm_name_beendorf",175},{"gm_name_mariental",100},{"gm_name_querenhorst",110},{"gm_name_bahrdorf",275},{"DefaultKeyPoint53",90},{"DefaultKeyPoint1",160},{"DefaultKeyPoint2",65},{"DefaultKeyPoint3",120},{"DefaultKeyPoint4",218},{"DefaultKeyPoint5",147},{"DefaultKeyPoint6",325},{"DefaultKeyPoint7",100},{"DefaultKeyPoint8",201},{"DefaultKeyPoint9",164},{"DefaultKeyPoint10",194},{"DefaultKeyPoint11",104},{"DefaultKeyPoint12",121},{"DefaultKeyPoint13",94},{"DefaultKeyPoint14",43},{"DefaultKeyPoint15",70},{"DefaultKeyPoint17",69},{"DefaultKeyPoint18",179},{"DefaultKeyPoint19",152},{"DefaultKeyPoint20",88},{"DefaultKeyPoint21",97},{"DefaultKeyPoint22",135},{"DefaultKeyPoint23",50},{"DefaultKeyPoint24",52},{"DefaultKeyPoint25",57},{"DefaultKeyPoint26",89},{"DefaultKeyPoint27",147},{"DefaultKeyPoint28",240},{"DefaultKeyPoint29",124},{"DefaultKeyPoint30",75},{"DefaultKeyPoint44",133},{"DefaultKeyPoint157",180},{"DefaultKeyPoint158",42},{"DefaultKeyPoint159",142},{"DefaultKeyPoint160",69},{"DefaultKeyPoint161",72},{"DefaultKeyPoint162",59} + }; + disabledTowns[] = {}; //no towns that need to be disabled + antennas[] = { + {13492.2,9346.15,0},{7694.42,13715.5,0},{14654.1,12117.2,-7.62939e-006},{13451.1,4033.84,0},{11575.2,17731.8,0},{5298.28,4077.87,0},{2530.6,8367.89,0},{6849.02,17665.4,0},{19569.3,9448.69,1.52588e-005},{19562.8,17421.6,7.62939e-006} + }; + antennasBlacklistIndex[] = {}; + banks[] = { + }; + garrison[] = { + {},{"airport_4","outpost_8","outpost_16","outpost_19","resource_6","resource_7","control_3","control_4","control_8","control_9","control_10","control_29"},{},{"control_3","control_4","control_8","control_9","control_10","control_29"} + }; + fuelStationTypes[] = { + "Land_Fuelstation_Feed_F","Land_fs_feed_F","Land_FuelStation_01_pump_F","Land_FuelStation_01_pump_malevil_F","Land_FuelStation_03_pump_F","Land_FuelStation_02_pump_F","land_gm_euro_fuelpump_01_e","land_gm_euro_fuelpump_02_e","land_gm_euro_fuelpump_02_w","land_gm_euro_fuelpump_01_w" + }; + climate = "arctic"; + buildObjects[] = { + //barbed wire + {"land_gm_barbedwire_01", 5},{"land_gm_barbedwire_02", 5}, + //small structures and camo nets + {"land_gm_sandbags_01_door_02", 10},{"land_gm_sandbags_01_round_01", 20},{"land_gm_sandbags_01_wall_01", 20}, + {"gm_berm_02", 20},{"gm_berm_01", 20},{"gm_berm_03", 20}, + {"land_gm_camonet_04_east_winter", 20},{"land_gm_camonet_03_east_winter", 20}, + //medium sandbag structures + {"land_gm_sandbags_01_wall_02", 50},{"land_gm_tanktrap_02", 50}, + {"land_gm_sandbags_02_wall", 50},{"land_gm_woodbunker_01", 50}, + //large sandbag structures + {"land_gm_sandbags_02_bunker_high", 100},{"land_gm_woodbunker_01_bags", 100}, + //other large + {"land_gm_euro_misc_viewplatform_01", 150}, + //small bunker + {"Land_Bunker_02_light_double_F", 500}, + //big bunker + {"gm_bunker_command_01_plain", 5000} + }; +}; \ No newline at end of file diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/mission.sqm b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/mission.sqm new file mode 100644 index 0000000000..27b174f8bb --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/mission.sqm @@ -0,0 +1,33069 @@ +version=54; +class EditorData +{ + moveGridStep=1; + angleGridStep=0.2617994; + scaleGridStep=1; + autoGroupingDist=10; + toggles=1025; + class ItemIDProvider + { + nextID=3267; + }; + class MarkerIDProvider + { + nextID=15; + }; + class LayerIndexProvider + { + nextID=1066; + }; + class Camera + { + pos[]={19679.877,576.73639,3042.1973}; + dir[]={-0.52141881,-0.42104471,0.74236709}; + up[]={-0.24204594,0.90722054,0.34460363}; + aside[]={0.81843603,3.8135331e-006,0.57484174}; + }; +}; +binarizationWanted=0; +sourceName="Antistasi-Weferlingen"; +addons[]= +{ + "A3_Modules_F", + "A3_Ui_F", + "A3_Structures_F_Enoch_Decals_Horizontal", + "A3_Structures_F_Enoch_Infrastructure_Railways", + "A3_Structures_F_Training", + "gm_core_objects", + "A3_Structures_F_Enoch_Military_Airfield", + "gm_objects_fortification", + "gm_objects_bunkers", + "A3_Structures_F_Mil_Cargo", + "gm_objects_tents", + "A3_Structures_F_Mil_Helipads", + "A3_Characters_F", + "A3_Weapons_F", + "A3_Structures_F_Exp_Military_Flags", + "A3_Weapons_F_Ammoboxes", + "A3_Props_F_Enoch_Military_Camps", + "A3_Structures_F_EPC_Civ_InfoBoards", + "A3_Modules_F_Curator_Curator", + "A3_Modules_F_Hc", + "A3_Structures_F_Exp_Military_Fortifications", + "A3_Structures_F_Enoch_Civilian_Police" +}; +class AddonsMetaData +{ + class List + { + items=18; + class Item0 + { + className="A3_Modules_F"; + name="Arma 3 Alpha - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item1 + { + className="A3_Ui_F"; + name="Arma 3 - User Interface"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item2 + { + className="A3_Structures_F_Enoch"; + name="Arma 3 Contact Platform - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item3 + { + className="A3_Structures_F_Enoch_Infrastructure"; + name="Arma 3 Contact Platform - Infrastructure Objects"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item4 + { + className="A3_Structures_F"; + name="Arma 3 - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item5 + { + className="gm_core_objects"; + name="gm_core_objects"; + author="Global Mobilization"; + url="global-mobilization.com"; + }; + class Item6 + { + className="A3_Structures_F_Enoch_Military"; + name="Arma 3 Contact Platform - Military Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item7 + { + className="gm_objects_fortification"; + name="gm_objects_fortification"; + author="Global Mobilization"; + url="global-mobilization.com"; + }; + class Item8 + { + className="gm_objects_bunkers"; + name="gm_objects_bunkers"; + author="Global Mobilization"; + url="global-mobilization.com"; + }; + class Item9 + { + className="A3_Structures_F_Mil"; + name="Arma 3 - Military Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item10 + { + className="gm_objects_tents"; + name="gm_objects_tents"; + author="Global Mobilization"; + url="global-mobilization.com"; + }; + class Item11 + { + className="A3_Characters_F"; + name="Arma 3 Alpha - Characters and Clothing"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item12 + { + className="A3_Weapons_F"; + name="Arma 3 Alpha - Weapons and Accessories"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item13 + { + className="A3_Structures_F_Exp"; + name="Arma 3 Apex - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item14 + { + className="A3_Props_F_Enoch"; + name="Arma 3 Contact Platform - Decorative and Mission Objects"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item15 + { + className="A3_Structures_F_EPC"; + name="Arma 3 Win Episode - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item16 + { + className="A3_Modules_F_Curator"; + name="Arma 3 Zeus Update - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item17 + { + className="A3_Structures_F_Enoch_Civilian"; + name="Arma 3 Contact Platform - Civilian Buildings"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + }; +}; +dlcs[]= +{ + "Enoch", + "gm", + "Expansion", + "Contact" +}; +randomSeed=15014942; +class Mission +{ + class Intel + { + briefingName=$STR_antistasi_mission_info_gm_weferlingen_winter_mapname_text; + resistanceWest=0; + startWind=0.1; + forecastWind=0.1; + forecastWaves=0.1; + year=1980; + month=7; + day=11; + hour=10; + minute=0; + startFogDecay=0.0049333; + forecastFogDecay=0.0049333; + }; + class Entities + { + items=21; + class Item0 + { + dataType="Layer"; + name="border crossings"; + state=2; + class Entities + { + items=389; + class Item0 + { + dataType="Logic"; + class PositionInfo + { + position[]={12600.89,150.56111,4188.9775}; + angles[]={0.023993526,2.7745724,6.2651882}; + }; + areaSize[]={2.8158264,0,9.4642506}; + areaIsRectangle=1; + flags=1; + id=791; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.032592773; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Logic"; + class PositionInfo + { + position[]={11046.173,152.41835,3895.738}; + angles[]={6.2392135,2.7375741,6.2412086}; + }; + areaSize[]={25.147297,0,16.259506}; + areaIsRectangle=1; + flags=1; + id=858; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.33103943; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={10087.832,180.67712,5507.895}; + angles[]={0.019996032,2.9152946,0.0060001095}; + }; + areaSize[]={83.19973,0,15.677117}; + areaIsRectangle=1; + flags=1; + id=860; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.83256531; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={11771.028,98.326469,7864.7998}; + angles[]={0.0019834081,2.9152946,0}; + }; + areaSize[]={38.273262,0,14.662416}; + areaIsRectangle=1; + flags=1; + id=867; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.4613266; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={8390.5654,119.19156,11019.873}; + angles[]={0,2.876092,0}; + }; + areaSize[]={65.791,0,20.492165}; + flags=1; + id=868; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.87579346; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={8577.3428,110.89438,11016.497}; + angles[]={0.0019834081,3.1567075,0}; + }; + areaSize[]={45.175735,0,5.8245659}; + areaIsRectangle=1; + flags=1; + id=869; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.33179474; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={14008.905,76.7892,13277.715}; + angles[]={0.0019834081,3.2050686,0}; + }; + areaSize[]={20.861385,0,15.22388}; + areaIsRectangle=1; + flags=1; + id=871; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.4037323; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={10579.688,69.086227,17009.385}; + angles[]={0,2.5818233,0.017997233}; + }; + areaSize[]={14.679894,0,13.194307}; + areaIsRectangle=1; + flags=1; + id=872; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.028175354; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Marker"; + position[]={10562.091,68.823456,17000.725}; + name="marker_0"; + type="mil_marker"; + id=873; + }; + class Item9 + { + dataType="Marker"; + position[]={14008.74,77.182785,13278.074}; + name="marker_1"; + type="mil_marker"; + id=874; + }; + class Item10 + { + dataType="Marker"; + position[]={12812.144,186.42999,1669.5276}; + name="marker_11"; + type="mil_marker"; + id=884; + }; + class Item11 + { + dataType="Marker"; + position[]={8381.0723,119.35034,11008.315}; + name="marker_3"; + type="mil_marker"; + id=876; + }; + class Item12 + { + dataType="Marker"; + position[]={11778.828,97.817947,7863.5718}; + name="marker_4"; + type="mil_marker"; + id=877; + }; + class Item13 + { + dataType="Marker"; + position[]={10056.944,179.80315,5492.7856}; + name="marker_7"; + type="mil_marker"; + id=880; + }; + class Item14 + { + dataType="Marker"; + position[]={11072.584,151.44315,3894.3164}; + name="marker_8"; + type="mil_marker"; + id=881; + atlOffset=1.5258789e-005; + }; + class Item15 + { + dataType="Logic"; + class PositionInfo + { + position[]={12790.22,186.92418,1670.4569}; + angles[]={0.0019834081,4.6487756,0}; + }; + areaSize[]={2.8491449,0,7.4870682}; + areaIsRectangle=1; + flags=1; + id=2215; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item16 + { + dataType="Logic"; + class PositionInfo + { + position[]={12876.484,183.61086,1694.6183}; + angles[]={0.1858315,2.7840583,5.9358611}; + }; + areaSize[]={5.6993561,0,13.912006}; + areaIsRectangle=1; + flags=1; + id=2216; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.049209595; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item17 + { + dataType="Logic"; + class PositionInfo + { + position[]={12815.531,186.4122,1675.6602}; + angles[]={0.075855196,2.9152946,6.2312298}; + }; + areaSize[]={12.370825,0,14.59547}; + areaIsRectangle=1; + flags=1; + id=2217; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item18 + { + dataType="Logic"; + class PositionInfo + { + position[]={10956.209,157.87408,4000.1733}; + angles[]={0,2.6338284,0}; + }; + areaSize[]={5.2476454,0,13.239826}; + areaIsRectangle=1; + flags=1; + id=2262; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.52099609; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item19 + { + dataType="Logic"; + class PositionInfo + { + position[]={11249.92,150.28342,3877.2708}; + angles[]={6.2392135,2.8322382,6.2432079}; + }; + areaSize[]={10.380065,0,16.259506}; + areaIsRectangle=1; + flags=1; + id=2264; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item20 + { + dataType="Logic"; + class PositionInfo + { + position[]={11128.083,148.95547,3891.7798}; + angles[]={6.2392135,1.9893272,6.2412086}; + }; + areaSize[]={25.147297,0,16.259506}; + areaIsRectangle=1; + flags=1; + id=2265; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.33103943; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item21 + { + dataType="Logic"; + class PositionInfo + { + position[]={10167.095,182.59158,5493.105}; + angles[]={0.019996032,2.9152946,0.0060001095}; + }; + areaSize[]={13.425053,0,20.738062}; + areaIsRectangle=1; + flags=1; + id=2336; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.0235748; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={10606.24,69.392815,17028.203}; + angles[]={0,4.0808678,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2561; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={10611.921,69.392967,17033.527}; + angles[]={0,4.0808678,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2562; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={10616.188,69.386124,17036.939}; + angles[]={0,4.0808678,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2563; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={10599.937,69.590065,17023.99}; + angles[]={0,0.97509539,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2566; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.3846817; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={10607.589,69.656044,17038.854}; + angles[]={0,3.2258835,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2570; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27857208; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={10609.108,69.671883,17033.344}; + angles[]={0,3.6733992,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2573; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27857208; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={10604.415,69.668007,17028.236}; + angles[]={0,3.6733992,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2574; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27857208; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={10578.939,69.379494,17009.053}; + angles[]={0,0.93663925,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2575; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27858734; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={10572.566,69.280899,17004.381}; + angles[]={0,0.93663925,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2576; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27858734; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={10562.249,69.108215,16998.184}; + angles[]={0,0.93663925,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2577; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27858734; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={10568.274,69.209702,16998.922}; + angles[]={0,0.93663925,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2578; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.27858734; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={10604.911,69.391998,17028.133}; + angles[]={0,0.95976162,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2564; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={10612.315,69.393196,17033.414}; + angles[]={0,0.95976162,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2565; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={10601.269,69.706978,17024.012}; + angles[]={0,4.1371756,0}; + }; + side="Empty"; + flags=1; + class Attributes + { + disableSimulation=1; + }; + id=2567; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.32698059; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={10605.539,69.391098,17034.449}; + angles[]={0,0.10477777,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2571; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={10608.657,69.390472,17034.762}; + angles[]={0,0.40022224,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2572; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={10566.601,68.898811,17001.174}; + angles[]={0,0.96231383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2579; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={10571.336,68.984062,17000.215}; + angles[]={0,0.90375358,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2580; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={10576.548,69.062286,17006.24}; + angles[]={0,0.90375358,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2581; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={10579.862,69.117523,17005.824}; + angles[]={0,0.90375358,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2582; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={10595.948,67.993332,17019.951}; + angles[]={0,0.91079772,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2560; + type="Land_Rail_ConcreteRamp_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={14037.38,75.43898,13278.815}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2526; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={14042.844,76.114113,13278.804}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2527; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={14022.063,75.39875,13278.884}; + angles[]={0,1.651792,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2530; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={13974.282,75.439026,13279.005}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2532; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={13990.371,76.040344,13277.248}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2533; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={14010.674,77.102943,13279.176}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2534; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={14002.937,76.942009,13278.304}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2535; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={13997.476,76.410507,13278.119}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2536; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={13986.65,75.890236,13277.892}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2537; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={13980.008,75.634102,13278.112}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2538; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={14018.246,75.915833,13278.784}; + angles[]={0,4.757515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2543; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={14051.941,77.776222,13278.697}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2545; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item55 + { + dataType="Object"; + class PositionInfo + { + position[]={14056.824,77.769722,13279.173}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2546; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item56 + { + dataType="Object"; + class PositionInfo + { + position[]={14048.816,77.343605,13275.854}; + angles[]={0,4.9340305,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2550; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=9.9182129e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item57 + { + dataType="Object"; + class PositionInfo + { + position[]={14056.563,77.707329,13275.076}; + angles[]={0,4.9340305,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2551; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item58 + { + dataType="Object"; + class PositionInfo + { + position[]={14048.632,77.364914,13280.771}; + angles[]={0,4.5115414,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2554; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item59 + { + dataType="Object"; + class PositionInfo + { + position[]={14056.017,77.972366,13283.237}; + angles[]={0,4.5115414,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2555; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item60 + { + dataType="Object"; + class PositionInfo + { + position[]={14059.199,77.533264,13272.378}; + angles[]={0,5.7185411,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2559; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item61 + { + dataType="Object"; + class PositionInfo + { + position[]={14028.536,75.297989,13279}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2528; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item62 + { + dataType="Object"; + class PositionInfo + { + position[]={14037.615,75.403908,13278.479}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2529; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0002822876; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item63 + { + dataType="Object"; + class PositionInfo + { + position[]={14023.115,75.369545,13278.067}; + angles[]={0,4.8138719,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2531; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item64 + { + dataType="Object"; + class PositionInfo + { + position[]={14011.781,77.051277,13278.437}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2539; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item65 + { + dataType="Object"; + class PositionInfo + { + position[]={14002.69,76.88868,13278.631}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2540; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item66 + { + dataType="Object"; + class PositionInfo + { + position[]={13985.834,75.858017,13277.664}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2541; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item67 + { + dataType="Object"; + class PositionInfo + { + position[]={13978.171,75.571327,13278.252}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2542; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item68 + { + dataType="Object"; + class PositionInfo + { + position[]={14017.165,76.166023,13279.563}; + angles[]={0,1.6364093,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2544; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=3.0517578e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item69 + { + dataType="Object"; + class PositionInfo + { + position[]={14047.809,77.106087,13279.117}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2548; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item70 + { + dataType="Object"; + class PositionInfo + { + position[]={14057.06,77.765526,13278.837}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2549; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item71 + { + dataType="Object"; + class PositionInfo + { + position[]={14047.89,77.071236,13276.811}; + angles[]={0,1.8129244,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2552; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item72 + { + dataType="Object"; + class PositionInfo + { + position[]={14056.736,77.686279,13274.704}; + angles[]={0,1.8129244,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2553; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item73 + { + dataType="Object"; + class PositionInfo + { + position[]={14047.395,76.966766,13281.263}; + angles[]={0,1.3904352,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2556; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item74 + { + dataType="Object"; + class PositionInfo + { + position[]={14056.327,77.958733,13282.969}; + angles[]={0,1.3904352,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2557; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item75 + { + dataType="Object"; + class PositionInfo + { + position[]={14054.82,77.532616,13272.788}; + angles[]={0,5.0757599,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2558; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item76 + { + dataType="Object"; + class PositionInfo + { + position[]={14029.616,75.304222,13278.222}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2525; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item77 + { + dataType="Object"; + class PositionInfo + { + position[]={8437.8281,114.25486,11036.894}; + angles[]={0.059934605,1.1099945,0.029984757}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2522; + type="Land_RampConcrete_F"; + atlOffset=0.099998474; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item78 + { + dataType="Object"; + class PositionInfo + { + position[]={8435.6123,113.93171,11041.345}; + angles[]={0.055937801,1.1099945,0.023998277}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2523; + type="Land_RampConcrete_F"; + atlOffset=0.13500214; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item79 + { + dataType="Object"; + class PositionInfo + { + position[]={8442.2695,114.92334,11027.937}; + angles[]={0.061924282,1.1100119,0.029984757}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2524; + type="Land_RampConcrete_F"; + atlOffset=0.16999054; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item80 + { + dataType="Object"; + class PositionInfo + { + position[]={8438.8369,114.41267,11031.062}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2437; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item81 + { + dataType="Object"; + class PositionInfo + { + position[]={8422.7529,115.97564,11029.26}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2438; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item82 + { + dataType="Object"; + class PositionInfo + { + position[]={8403.3623,117.09212,11022.942}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2439; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item83 + { + dataType="Object"; + class PositionInfo + { + position[]={8410.7217,116.84298,11025.484}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2440; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item84 + { + dataType="Object"; + class PositionInfo + { + position[]={8416.0107,116.29073,11026.857}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2441; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item85 + { + dataType="Object"; + class PositionInfo + { + position[]={8426.5244,115.99105,11029.445}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2442; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item86 + { + dataType="Object"; + class PositionInfo + { + position[]={8433.0547,116.06068,11030.682}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2443; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item87 + { + dataType="Object"; + class PositionInfo + { + position[]={8443.4902,114.20846,11032.438}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2444; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item88 + { + dataType="Object"; + class PositionInfo + { + position[]={8449.8906,114.32417,11033.664}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2445; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item89 + { + dataType="Object"; + class PositionInfo + { + position[]={8453.6914,114.38214,11034.52}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2446; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item90 + { + dataType="Object"; + class PositionInfo + { + position[]={8376.2842,118.93114,11016.051}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2453; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item91 + { + dataType="Object"; + class PositionInfo + { + position[]={8395.8877,117.55757,11021.67}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2454; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item92 + { + dataType="Object"; + class PositionInfo + { + position[]={8388.4424,118.35426,11019.395}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2455; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item93 + { + dataType="Object"; + class PositionInfo + { + position[]={8383.1074,118.55647,11018.211}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2456; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item94 + { + dataType="Object"; + class PositionInfo + { + position[]={8372.5078,118.99321,11016.002}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2457; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item95 + { + dataType="Object"; + class PositionInfo + { + position[]={8365.9375,119.23649,11015}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2458; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item96 + { + dataType="Object"; + class PositionInfo + { + position[]={8591.1895,110.90759,11015.287}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2463; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item97 + { + dataType="Object"; + class PositionInfo + { + position[]={8575.1738,111.23545,11017.619}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2464; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item98 + { + dataType="Object"; + class PositionInfo + { + position[]={8554.8154,112.2138,11016.422}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2465; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item99 + { + dataType="Object"; + class PositionInfo + { + position[]={8562.5791,111.80317,11017.016}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2466; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item100 + { + dataType="Object"; + class PositionInfo + { + position[]={8568.043,111.53573,11017.004}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2467; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item101 + { + dataType="Object"; + class PositionInfo + { + position[]={8578.8701,111.17048,11016.844}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2468; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item102 + { + dataType="Object"; + class PositionInfo + { + position[]={8585.5,111.01158,11016.385}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2469; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item103 + { + dataType="Object"; + class PositionInfo + { + position[]={8596.04,110.79609,11015.439}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2470; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item104 + { + dataType="Object"; + class PositionInfo + { + position[]={8602.542,110.74475,11015.004}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2471; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item105 + { + dataType="Object"; + class PositionInfo + { + position[]={8606.4355,110.72139,11014.869}; + angles[]={0,4.7575645,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2472; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item106 + { + dataType="Object"; + class PositionInfo + { + position[]={8547.2627,112.55685,11017.084}; + angles[]={0,1.651792,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2479; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item107 + { + dataType="Object"; + class PositionInfo + { + position[]={8499.4814,114.22971,11017.205}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2481; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item108 + { + dataType="Object"; + class PositionInfo + { + position[]={8515.5703,114.01159,11015.448}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2482; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item109 + { + dataType="Object"; + class PositionInfo + { + position[]={8535.873,112.6039,11017.376}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2483; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item110 + { + dataType="Object"; + class PositionInfo + { + position[]={8528.1357,113.19049,11016.504}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2484; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item111 + { + dataType="Object"; + class PositionInfo + { + position[]={8522.6748,113.48913,11016.319}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2485; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item112 + { + dataType="Object"; + class PositionInfo + { + position[]={8511.8496,113.99194,11016.092}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2486; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item113 + { + dataType="Object"; + class PositionInfo + { + position[]={8505.207,114.19095,11016.313}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2487; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.00032043457; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item114 + { + dataType="Object"; + class PositionInfo + { + position[]={8494.6396,114.51554,11016.879}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2488; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item115 + { + dataType="Object"; + class PositionInfo + { + position[]={8488.126,115.65162,11017.081}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2489; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item116 + { + dataType="Object"; + class PositionInfo + { + position[]={8484.2305,116.19049,11017.076}; + angles[]={0,1.580102,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2490; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item117 + { + dataType="Object"; + class PositionInfo + { + position[]={8543.4453,112.74623,11016.984}; + angles[]={0,4.757515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2497; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item118 + { + dataType="Object"; + class PositionInfo + { + position[]={8467.8135,115.41978,11024.637}; + angles[]={0,5.0997925,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2499; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item119 + { + dataType="Object"; + class PositionInfo + { + position[]={8474.9258,115.61654,11025.017}; + angles[]={0,5.0997925,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2500; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item120 + { + dataType="Object"; + class PositionInfo + { + position[]={8480.9043,115.85114,11022.424}; + angles[]={0,5.0997925,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2501; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item121 + { + dataType="Object"; + class PositionInfo + { + position[]={8490.1689,114.82401,11020.15}; + angles[]={0,5.0997925,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2502; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item122 + { + dataType="Object"; + class PositionInfo + { + position[]={8447.0449,114.46485,11029.881}; + angles[]={0,4.7597446,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2506; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item123 + { + dataType="Object"; + class PositionInfo + { + position[]={8449.5605,114.60864,11028.735}; + angles[]={0,4.7597446,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2507; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item124 + { + dataType="Object"; + class PositionInfo + { + position[]={8456.0615,114.83154,11028.286}; + angles[]={0,4.7597446,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2508; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item125 + { + dataType="Object"; + class PositionInfo + { + position[]={8463.2158,115.02046,11028.688}; + angles[]={0,4.7597446,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2509; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item126 + { + dataType="Object"; + class PositionInfo + { + position[]={8345.5225,119.94508,11011.14}; + angles[]={0,1.4559571,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2513; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item127 + { + dataType="Object"; + class PositionInfo + { + position[]={8357.8594,119.6768,11013.744}; + angles[]={0,1.4559571,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2514; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item128 + { + dataType="Object"; + class PositionInfo + { + position[]={8352.4629,119.91185,11012.885}; + angles[]={0,1.4559571,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2515; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item129 + { + dataType="Object"; + class PositionInfo + { + position[]={8341.75,119.94546,11011.318}; + angles[]={0,1.4559571,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2516; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item130 + { + dataType="Object"; + class PositionInfo + { + position[]={8335.1309,119.95193,11010.715}; + angles[]={0,1.4559571,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2517; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item131 + { + dataType="Object"; + class PositionInfo + { + position[]={8402.1201,117.07297,11023.422}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2447; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item132 + { + dataType="Object"; + class PositionInfo + { + position[]={8411.0342,116.8195,11025.219}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2448; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item133 + { + dataType="Object"; + class PositionInfo + { + position[]={8427.2715,115.97584,11029.846}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2449; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item134 + { + dataType="Object"; + class PositionInfo + { + position[]={8434.8779,115.96671,11030.946}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2450; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item135 + { + dataType="Object"; + class PositionInfo + { + position[]={8444.0244,114.20214,11032.81}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2451; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item136 + { + dataType="Object"; + class PositionInfo + { + position[]={8450.3447,114.29872,11034.338}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2452; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item137 + { + dataType="Object"; + class PositionInfo + { + position[]={8397.1123,117.50407,11021.146}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2459; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item138 + { + dataType="Object"; + class PositionInfo + { + position[]={8388.1396,118.3467,11019.671}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2460; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item139 + { + dataType="Object"; + class PositionInfo + { + position[]={8371.7471,119.05117,11015.628}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2461; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item140 + { + dataType="Object"; + class PositionInfo + { + position[]={8364.1064,119.29404,11014.801}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2462; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item141 + { + dataType="Object"; + class PositionInfo + { + position[]={8553.7354,112.23199,11017.2}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2473; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item142 + { + dataType="Object"; + class PositionInfo + { + position[]={8562.8145,111.80639,11016.68}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2474; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item143 + { + dataType="Object"; + class PositionInfo + { + position[]={8579.6934,111.13872,11017.042}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2475; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item144 + { + dataType="Object"; + class PositionInfo + { + position[]={8587.3311,110.97222,11016.179}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2476; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item145 + { + dataType="Object"; + class PositionInfo + { + position[]={8596.6514,110.78291,11015.664}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2477; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item146 + { + dataType="Object"; + class PositionInfo + { + position[]={8603.1523,110.74109,11015.541}; + angles[]={0,1.6364583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2478; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item147 + { + dataType="Object"; + class PositionInfo + { + position[]={8548.3145,112.54338,11016.268}; + angles[]={0,4.8138719,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2480; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item148 + { + dataType="Object"; + class PositionInfo + { + position[]={8536.9805,112.73569,11016.637}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2491; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item149 + { + dataType="Object"; + class PositionInfo + { + position[]={8527.8896,113.11986,11016.831}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2492; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item150 + { + dataType="Object"; + class PositionInfo + { + position[]={8511.0332,114.08395,11015.864}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2493; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item151 + { + dataType="Object"; + class PositionInfo + { + position[]={8503.3701,114.2275,11016.452}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2494; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item152 + { + dataType="Object"; + class PositionInfo + { + position[]={8494.0371,114.64744,11016.633}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2495; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item153 + { + dataType="Object"; + class PositionInfo + { + position[]={8487.5361,115.79943,11016.522}; + angles[]={0,4.7421813,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2496; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item154 + { + dataType="Object"; + class PositionInfo + { + position[]={8542.3643,112.75863,11017.763}; + angles[]={0,1.6364093,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2498; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item155 + { + dataType="Object"; + class PositionInfo + { + position[]={8460.3682,114.65441,11033.171}; + angles[]={0,1.9786863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2503; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item156 + { + dataType="Object"; + class PositionInfo + { + position[]={8481.0508,115.79126,11023.771}; + angles[]={0,1.9786863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2504; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=5.3405762e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item157 + { + dataType="Object"; + class PositionInfo + { + position[]={8477.8193,115.89964,11020.621}; + angles[]={0,1.9786863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2505; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item158 + { + dataType="Object"; + class PositionInfo + { + position[]={8452.7627,114.91446,11025.444}; + angles[]={0,1.6386383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2510; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item159 + { + dataType="Object"; + class PositionInfo + { + position[]={8462.3955,115.2418,11024.869}; + angles[]={0,1.6386383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2511; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item160 + { + dataType="Object"; + class PositionInfo + { + position[]={8471.2227,115.31037,11027.949}; + angles[]={0,1.9786863,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2512; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item161 + { + dataType="Object"; + class PositionInfo + { + position[]={8357.5742,119.67995,11014.038}; + angles[]={0,4.6180367,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2518; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item162 + { + dataType="Object"; + class PositionInfo + { + position[]={8340.9678,119.94547,11010.991}; + angles[]={0,4.6180367,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2519; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item163 + { + dataType="Object"; + class PositionInfo + { + position[]={8333.291,120.01028,11010.626}; + angles[]={0,4.6180367,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2520; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item164 + { + dataType="Object"; + class PositionInfo + { + position[]={8440.04,114.58323,11032.422}; + angles[]={0.059934605,1.1099945,0.029984757}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2521; + type="Land_RampConcrete_F"; + atlOffset=0.16999817; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item165 + { + dataType="Object"; + class PositionInfo + { + position[]={11784.728,97.928513,7867.3301}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2408; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item166 + { + dataType="Object"; + class PositionInfo + { + position[]={11765.337,97.652222,7861.0127}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2409; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item167 + { + dataType="Object"; + class PositionInfo + { + position[]={11772.696,97.844368,7863.5542}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2410; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item168 + { + dataType="Object"; + class PositionInfo + { + position[]={11777.985,97.835541,7864.9282}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2411; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item169 + { + dataType="Object"; + class PositionInfo + { + position[]={11788.499,98.090172,7867.5156}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2412; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item170 + { + dataType="Object"; + class PositionInfo + { + position[]={11795.029,98.475609,7868.752}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2413; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item171 + { + dataType="Object"; + class PositionInfo + { + position[]={11805.465,97.965034,7870.5078}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2414; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item172 + { + dataType="Object"; + class PositionInfo + { + position[]={11811.865,98.275726,7871.7349}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2415; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item173 + { + dataType="Object"; + class PositionInfo + { + position[]={11815.666,98.242851,7872.5903}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2416; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item174 + { + dataType="Object"; + class PositionInfo + { + position[]={11738.259,97.583435,7854.1216}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2426; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item175 + { + dataType="Object"; + class PositionInfo + { + position[]={11757.862,97.654419,7859.7407}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2427; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item176 + { + dataType="Object"; + class PositionInfo + { + position[]={11750.417,97.584755,7857.4644}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2428; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item177 + { + dataType="Object"; + class PositionInfo + { + position[]={11745.082,97.644081,7856.2808}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2429; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item178 + { + dataType="Object"; + class PositionInfo + { + position[]={11734.482,97.566277,7854.0718}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2430; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item179 + { + dataType="Object"; + class PositionInfo + { + position[]={11727.912,97.526764,7853.0698}; + angles[]={0,1.3956271,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2431; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item180 + { + dataType="Object"; + class PositionInfo + { + position[]={11764.095,97.677315,7861.4922}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2417; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item181 + { + dataType="Object"; + class PositionInfo + { + position[]={11773.009,97.840027,7863.2886}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2418; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item182 + { + dataType="Object"; + class PositionInfo + { + position[]={11789.246,98.160889,7867.9155}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2419; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item183 + { + dataType="Object"; + class PositionInfo + { + position[]={11796.853,98.539024,7869.0166}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2420; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item184 + { + dataType="Object"; + class PositionInfo + { + position[]={11805.999,98.002327,7870.8799}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2421; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item185 + { + dataType="Object"; + class PositionInfo + { + position[]={11812.319,98.2994,7872.4082}; + angles[]={0,1.3802934,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2422; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item186 + { + dataType="Object"; + class PositionInfo + { + position[]={11759.087,97.632095,7859.2173}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2432; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item187 + { + dataType="Object"; + class PositionInfo + { + position[]={11750.114,97.598473,7857.7412}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2433; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item188 + { + dataType="Object"; + class PositionInfo + { + position[]={11733.722,97.552078,7853.6982}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2434; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item189 + { + dataType="Object"; + class PositionInfo + { + position[]={11726.081,97.520973,7852.8706}; + angles[]={0,4.5577068,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2435; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item190 + { + dataType="Object"; + class PositionInfo + { + position[]={11800.812,98.513855,7869.1318}; + angles[]={0,4.5013995,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2407; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item191 + { + dataType="Object"; + class PositionInfo + { + position[]={10170.864,180.10466,5494.1499}; + angles[]={0.024068089,1.2665505,0.0079237949}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2396; + type="Land_RampConcrete_F"; + atlOffset=-0.029998779; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item192 + { + dataType="Object"; + class PositionInfo + { + position[]={10169.442,180.00943,5498.9531}; + angles[]={0,1.2665679,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2397; + type="Land_RampConcrete_F"; + atlOffset=-0.1000061; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item193 + { + dataType="Object"; + class PositionInfo + { + position[]={10167.909,180.01477,5503.6899}; + angles[]={0,1.2666378,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2398; + type="Land_RampConcrete_F"; + atlOffset=0.13002014; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item194 + { + dataType="Object"; + class PositionInfo + { + position[]={10158.668,182.04131,5494.6929}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2338; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item195 + { + dataType="Object"; + class PositionInfo + { + position[]={10136.463,181.03734,5494.3477}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2339; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item196 + { + dataType="Object"; + class PositionInfo + { + position[]={10120.342,180.85486,5495.7876}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2340; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item197 + { + dataType="Object"; + class PositionInfo + { + position[]={10094.884,180.90541,5492.7056}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2341; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item198 + { + dataType="Object"; + class PositionInfo + { + position[]={10077.812,179.99367,5494.1729}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2342; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item199 + { + dataType="Object"; + class PositionInfo + { + position[]={10056.257,179.80345,5492.7725}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2343; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item200 + { + dataType="Object"; + class PositionInfo + { + position[]={10030.587,180.02,5494.5474}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2344; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item201 + { + dataType="Object"; + class PositionInfo + { + position[]={10043.259,179.85429,5493.2373}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2345; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item202 + { + dataType="Object"; + class PositionInfo + { + position[]={10064.031,179.84192,5493.2251}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2346; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item203 + { + dataType="Object"; + class PositionInfo + { + position[]={10070.132,179.8024,5494.1704}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2347; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item204 + { + dataType="Object"; + class PositionInfo + { + position[]={10083.328,180.44846,5493.8545}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2348; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item205 + { + dataType="Object"; + class PositionInfo + { + position[]={10090.277,180.87511,5493.4287}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2349; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item206 + { + dataType="Object"; + class PositionInfo + { + position[]={10100.082,180.87737,5493.4609}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2350; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item207 + { + dataType="Object"; + class PositionInfo + { + position[]={10107.8,180.8472,5494.4854}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2351; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item208 + { + dataType="Object"; + class PositionInfo + { + position[]={10113.257,180.84358,5494.7773}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2352; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item209 + { + dataType="Object"; + class PositionInfo + { + position[]={10124.074,180.89041,5495.2178}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2353; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item210 + { + dataType="Object"; + class PositionInfo + { + position[]={10130.721,180.95686,5495.1274}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2354; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item211 + { + dataType="Object"; + class PositionInfo + { + position[]={10141.297,181.14023,5494.7686}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2355; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item212 + { + dataType="Object"; + class PositionInfo + { + position[]={10147.813,181.55772,5494.6958}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2356; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item213 + { + dataType="Object"; + class PositionInfo + { + position[]={10151.708,181.93777,5494.7764}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2357; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item214 + { + dataType="Object"; + class PositionInfo + { + position[]={10163.839,181.33931,5494.502}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2358; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item215 + { + dataType="Object"; + class PositionInfo + { + position[]={10049.847,179.75844,5492.8613}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2359; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item216 + { + dataType="Object"; + class PositionInfo + { + position[]={10037.773,180.02,5494.0049}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2360; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item217 + { + dataType="Object"; + class PositionInfo + { + position[]={10024.637,180.63675,5494.3516}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2361; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item218 + { + dataType="Object"; + class PositionInfo + { + position[]={10013.389,180.12218,5494.7227}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2378; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item219 + { + dataType="Object"; + class PositionInfo + { + position[]={10020.575,180.59984,5494.1802}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2379; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item220 + { + dataType="Object"; + class PositionInfo + { + position[]={10007.438,179.7984,5494.5269}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2380; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item221 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.149,179.95804,5491.3833}; + angles[]={0,1.0562778,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2383; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item222 + { + dataType="Object"; + class PositionInfo + { + position[]={10173.736,179.83791,5494.6558}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2385; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item223 + { + dataType="Object"; + class PositionInfo + { + position[]={10164.819,181.16632,5494.5264}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2386; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item224 + { + dataType="Object"; + class PositionInfo + { + position[]={10168.714,180.13016,5494.6069}; + angles[]={0,4.7020383,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2387; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item225 + { + dataType="Object"; + class PositionInfo + { + position[]={10175.041,179.91127,5492.0371}; + angles[]={0,1.8782754,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2388; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item226 + { + dataType="Object"; + class PositionInfo + { + position[]={10024.822,180.63503,5494.5752}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2362; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item227 + { + dataType="Object"; + class PositionInfo + { + position[]={10033.444,180.02,5493.8374}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2363; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item228 + { + dataType="Object"; + class PositionInfo + { + position[]={10039.555,180.02,5494.3096}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2364; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item229 + { + dataType="Object"; + class PositionInfo + { + position[]={10048.75,179.73689,5493.5347}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2365; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item230 + { + dataType="Object"; + class PositionInfo + { + position[]={10057.062,179.79553,5493.2202}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2366; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item231 + { + dataType="Object"; + class PositionInfo + { + position[]={10063.666,179.8335,5493.8496}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2367; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item232 + { + dataType="Object"; + class PositionInfo + { + position[]={10071.696,179.81837,5493.6997}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2368; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item233 + { + dataType="Object"; + class PositionInfo + { + position[]={10079.737,180.10791,5494.3901}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2369; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item234 + { + dataType="Object"; + class PositionInfo + { + position[]={10087.63,180.74535,5494.3467}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2370; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item235 + { + dataType="Object"; + class PositionInfo + { + position[]={10098.96,180.86684,5494.1787}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2371; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item236 + { + dataType="Object"; + class PositionInfo + { + position[]={10108.053,180.85172,5494.1626}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2372; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item237 + { + dataType="Object"; + class PositionInfo + { + position[]={10124.887,180.8938,5495.4604}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2373; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item238 + { + dataType="Object"; + class PositionInfo + { + position[]={10132.561,180.98039,5495.0239}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2374; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item239 + { + dataType="Object"; + class PositionInfo + { + position[]={10141.895,181.16182,5495.0269}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2375; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item240 + { + dataType="Object"; + class PositionInfo + { + position[]={10148.393,181.61929,5495.2646}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2376; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item241 + { + dataType="Object"; + class PositionInfo + { + position[]={10163.274,181.4474,5494.4409}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2377; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item242 + { + dataType="Object"; + class PositionInfo + { + position[]={10008.074,179.7757,5497.8511}; + angles[]={0,4.9434118,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2381; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item243 + { + dataType="Object"; + class PositionInfo + { + position[]={10016.246,180.36702,5494.0127}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2382; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item244 + { + dataType="Object"; + class PositionInfo + { + position[]={10165.398,180.94084,5495.0952}; + angles[]={0,1.5809324,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2389; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item245 + { + dataType="Object"; + class PositionInfo + { + position[]={10173.925,179.7458,5498.3647}; + angles[]={0,1.0594469,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2390; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item246 + { + dataType="Object"; + class PositionInfo + { + position[]={10172.27,180.25427,5489.3535}; + angles[]={0.02199479,1.2665454,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2395; + type="Land_RampConcrete_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item247 + { + dataType="Object"; + class PositionInfo + { + position[]={12883.453,182.42032,1692.847}; + angles[]={0,1.2090943,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2403; + type="Land_RampConcrete_F"; + atlOffset=-0.089996338; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item248 + { + dataType="Object"; + class PositionInfo + { + position[]={12881.695,182.4162,1697.515}; + angles[]={0,1.2090943,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2404; + type="Land_RampConcrete_F"; + atlOffset=-0.24499512; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item249 + { + dataType="Object"; + class PositionInfo + { + position[]={12879.93,182.4147,1702.1639}; + angles[]={0,1.2090943,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2405; + type="Land_RampConcrete_F"; + atlOffset=-0.16499329; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item250 + { + dataType="Object"; + class PositionInfo + { + position[]={12885.229,182.42024,1688.1624}; + angles[]={0,1.2090943,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + disableSimulation=1; + }; + id=2406; + type="Land_RampConcrete_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item251 + { + dataType="Object"; + class PositionInfo + { + position[]={12890.909,182.69075,1696.7906}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2219; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item252 + { + dataType="Object"; + class PositionInfo + { + position[]={12879.953,182.33308,1696.6089}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2220; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item253 + { + dataType="Object"; + class PositionInfo + { + position[]={12868.76,184.06952,1691.915}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2221; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item254 + { + dataType="Object"; + class PositionInfo + { + position[]={12853.839,184.02681,1687.9716}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2222; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item255 + { + dataType="Object"; + class PositionInfo + { + position[]={12843.686,184.26492,1683.3218}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2223; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item256 + { + dataType="Object"; + class PositionInfo + { + position[]={12833.109,185.12059,1682.957}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2224; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item257 + { + dataType="Object"; + class PositionInfo + { + position[]={12815.93,186.14381,1678.9186}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2225; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item258 + { + dataType="Object"; + class PositionInfo + { + position[]={12809.844,186.42969,1674.423}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2226; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item259 + { + dataType="Object"; + class PositionInfo + { + position[]={12801.29,186.45906,1674.0126}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2227; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item260 + { + dataType="Object"; + class PositionInfo + { + position[]={12790.108,186.98125,1669.2257}; + angles[]={0,1.3223437,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2228; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item261 + { + dataType="Object"; + class PositionInfo + { + position[]={11245.489,151.51395,3876.6497}; + angles[]={0,4.404922,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2263; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=0.014877319; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item262 + { + dataType="Object"; + class PositionInfo + { + position[]={11238.396,151.32611,3876.4563}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2266; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item263 + { + dataType="Object"; + class PositionInfo + { + position[]={11219.885,149.92976,3877.8274}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2267; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item264 + { + dataType="Object"; + class PositionInfo + { + position[]={11197.807,150.05948,3880.2292}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2268; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item265 + { + dataType="Object"; + class PositionInfo + { + position[]={11181.987,149.65715,3883.6509}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2269; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item266 + { + dataType="Object"; + class PositionInfo + { + position[]={11156.344,149.0416,3883.7393}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2270; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item267 + { + dataType="Object"; + class PositionInfo + { + position[]={11139.584,149.17152,3887.3054}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2271; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item268 + { + dataType="Object"; + class PositionInfo + { + position[]={11118.021,149.30991,3888.5798}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2272; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item269 + { + dataType="Object"; + class PositionInfo + { + position[]={11092.768,150.0899,3893.5149}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2273; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item270 + { + dataType="Object"; + class PositionInfo + { + position[]={11054.112,152.42249,3896.2144}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2274; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item271 + { + dataType="Object"; + class PositionInfo + { + position[]={11026.11,153.69527,3899.4072}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2275; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item272 + { + dataType="Object"; + class PositionInfo + { + position[]={11105.181,149.64432,3890.6482}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2276; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item273 + { + dataType="Object"; + class PositionInfo + { + position[]={11125.792,149.06181,3888.0681}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2277; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item274 + { + dataType="Object"; + class PositionInfo + { + position[]={11131.963,149.09698,3888.2524}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2278; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item275 + { + dataType="Object"; + class PositionInfo + { + position[]={11145.019,149.20549,3886.3081}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2279; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item276 + { + dataType="Object"; + class PositionInfo + { + position[]={11151.862,149.15016,3885.0266}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2280; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item277 + { + dataType="Object"; + class PositionInfo + { + position[]={11161.596,149.08681,3883.8469}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2281; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item278 + { + dataType="Object"; + class PositionInfo + { + position[]={11169.381,149.29063,3883.9094}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2282; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item279 + { + dataType="Object"; + class PositionInfo + { + position[]={11174.832,149.36191,3883.5244}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2283; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item280 + { + dataType="Object"; + class PositionInfo + { + position[]={11185.621,149.79875,3882.6238}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2284; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item281 + { + dataType="Object"; + class PositionInfo + { + position[]={11192.205,149.99431,3881.7126}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2285; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item282 + { + dataType="Object"; + class PositionInfo + { + position[]={11202.656,150.14423,3880.05}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2286; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item283 + { + dataType="Object"; + class PositionInfo + { + position[]={11209.113,150.21452,3879.1719}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2287; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item284 + { + dataType="Object"; + class PositionInfo + { + position[]={11212.988,150.12946,3878.7708}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2288; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item285 + { + dataType="Object"; + class PositionInfo + { + position[]={11224.992,149.94789,3876.9985}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2289; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item286 + { + dataType="Object"; + class PositionInfo + { + position[]={11232.305,150.91104,3876.9851}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2290; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item287 + { + dataType="Object"; + class PositionInfo + { + position[]={11111.671,149.50868,3889.4609}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2291; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item288 + { + dataType="Object"; + class PositionInfo + { + position[]={11099.832,149.79868,3892.0881}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2292; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item289 + { + dataType="Object"; + class PositionInfo + { + position[]={11086.839,150.38026,3894.0559}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2293; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item290 + { + dataType="Object"; + class PositionInfo + { + position[]={11078.329,150.98944,3894.657}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2294; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item291 + { + dataType="Object"; + class PositionInfo + { + position[]={11069.535,151.66667,3894.8718}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2295; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item292 + { + dataType="Object"; + class PositionInfo + { + position[]={11060.389,152.13138,3895.8374}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2296; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item293 + { + dataType="Object"; + class PositionInfo + { + position[]={11050.182,152.62697,3896.9309}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2297; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item294 + { + dataType="Object"; + class PositionInfo + { + position[]={11042.876,152.96979,3897.7341}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2298; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item295 + { + dataType="Object"; + class PositionInfo + { + position[]={11034.995,153.31587,3898.2305}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2299; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item296 + { + dataType="Object"; + class PositionInfo + { + position[]={11021.445,153.89462,3899.9878}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2300; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item297 + { + dataType="Object"; + class PositionInfo + { + position[]={11013.574,154.30571,3900.7886}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2301; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item298 + { + dataType="Object"; + class PositionInfo + { + position[]={11006.141,154.8633,3901.7368}; + angles[]={0,4.8259611,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2302; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item299 + { + dataType="Object"; + class PositionInfo + { + position[]={10999.789,155.03592,3902.9783}; + angles[]={0,5.1566529,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2303; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item300 + { + dataType="Object"; + class PositionInfo + { + position[]={11252.839,150.08447,3878.3042}; + angles[]={0,1.2132117,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2333; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item301 + { + dataType="Object"; + class PositionInfo + { + position[]={11257.155,150.10316,3881.4507}; + angles[]={0,0.90418619,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2334; + type="Land_dirt_road_damage_long_02_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item302 + { + dataType="Object"; + class PositionInfo + { + position[]={11258.707,150.02954,3877.6111}; + angles[]={0,1.5463668,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2335; + type="Land_dirt_road_damage_long_02_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item303 + { + dataType="Object"; + class PositionInfo + { + position[]={12801.802,186.55309,1670.9442}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2229; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item304 + { + dataType="Object"; + class PositionInfo + { + position[]={12810.687,186.19704,1677.7734}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2230; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item305 + { + dataType="Object"; + class PositionInfo + { + position[]={12820.425,186.1465,1677.4808}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2231; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item306 + { + dataType="Object"; + class PositionInfo + { + position[]={12824.833,186.04163,1679.408}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2232; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item307 + { + dataType="Object"; + class PositionInfo + { + position[]={12839.237,184.77673,1683.8949}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2233; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item308 + { + dataType="Object"; + class PositionInfo + { + position[]={12845.579,184.10542,1684.7424}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2234; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item309 + { + dataType="Object"; + class PositionInfo + { + position[]={12851.542,184.04012,1688.1586}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2235; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item310 + { + dataType="Object"; + class PositionInfo + { + position[]={12858.734,183.98094,1688.3849}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2236; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item311 + { + dataType="Object"; + class PositionInfo + { + position[]={12863.393,183.97057,1689.6522}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2237; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item312 + { + dataType="Object"; + class PositionInfo + { + position[]={12861.244,183.95781,1690.9659}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2238; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item313 + { + dataType="Object"; + class PositionInfo + { + position[]={12874.709,184.19366,1693.2817}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2239; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item314 + { + dataType="Object"; + class PositionInfo + { + position[]={12883.012,182.43066,1695.0291}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2240; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item315 + { + dataType="Object"; + class PositionInfo + { + position[]={12888.107,182.8494,1698.4341}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2241; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item316 + { + dataType="Object"; + class PositionInfo + { + position[]={12891.174,182.84148,1702.9679}; + angles[]={0,0.63466871,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2242; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item317 + { + dataType="Object"; + class PositionInfo + { + position[]={12890.518,182.43121,1691.9324}; + angles[]={0,2.1654959,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2243; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item318 + { + dataType="Object"; + class PositionInfo + { + position[]={12894.802,182.69952,1693.9625}; + angles[]={0,2.2460773,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2244; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item319 + { + dataType="Object"; + class PositionInfo + { + position[]={12897.673,182.64113,1687.7864}; + angles[]={0,5.4296012,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2245; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item320 + { + dataType="Object"; + class PositionInfo + { + position[]={12795.157,186.76607,1671.1903}; + angles[]={0,4.6447644,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2258; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item321 + { + dataType="Object"; + class PositionInfo + { + position[]={12784.184,187.1313,1669.3125}; + angles[]={0,1.3168881,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2259; + type="Land_dirt_road_damage_long_03_F"; + atlOffset=0.0028381348; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item322 + { + dataType="Object"; + class PositionInfo + { + position[]={12782.863,187.30927,1665.8243}; + angles[]={0,4.2846975,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2260; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item323 + { + dataType="Object"; + class PositionInfo + { + position[]={12794.572,186.85907,1669.3647}; + angles[]={0,1.2333163,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2261; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item324 + { + dataType="Object"; + class PositionInfo + { + position[]={11017.216,154.10426,3900.77}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2304; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item325 + { + dataType="Object"; + class PositionInfo + { + position[]={11029.467,153.56676,3899.3813}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2305; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item326 + { + dataType="Object"; + class PositionInfo + { + position[]={11039.59,153.0843,3897.177}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2306; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item327 + { + dataType="Object"; + class PositionInfo + { + position[]={11050.777,152.59543,3896.8101}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2307; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item328 + { + dataType="Object"; + class PositionInfo + { + position[]={11058.478,152.19415,3895.3901}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2308; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item329 + { + dataType="Object"; + class PositionInfo + { + position[]={11067.508,151.72215,3893.9219}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2309; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item330 + { + dataType="Object"; + class PositionInfo + { + position[]={11078.545,150.98558,3895.0964}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2310; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item331 + { + dataType="Object"; + class PositionInfo + { + position[]={11087.051,150.37766,3894.2551}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2311; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item332 + { + dataType="Object"; + class PositionInfo + { + position[]={11095.516,149.94485,3892.4568}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2312; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item333 + { + dataType="Object"; + class PositionInfo + { + position[]={11101.637,149.76237,3892.1704}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2313; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item334 + { + dataType="Object"; + class PositionInfo + { + position[]={11110.666,149.55835,3890.2644}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2314; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item335 + { + dataType="Object"; + class PositionInfo + { + position[]={11118.875,149.28304,3888.9253}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2315; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item336 + { + dataType="Object"; + class PositionInfo + { + position[]={11125.507,149.09908,3888.7334}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2316; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item337 + { + dataType="Object"; + class PositionInfo + { + position[]={11133.457,149.06863,3887.5923}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2317; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item338 + { + dataType="Object"; + class PositionInfo + { + position[]={11141.521,149.20088,3887.283}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2318; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item339 + { + dataType="Object"; + class PositionInfo + { + position[]={11149.349,149.22061,3886.2644}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2319; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item340 + { + dataType="Object"; + class PositionInfo + { + position[]={11160.57,149.11493,3884.6975}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2320; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item341 + { + dataType="Object"; + class PositionInfo + { + position[]={11169.592,149.27809,3883.5574}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2321; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item342 + { + dataType="Object"; + class PositionInfo + { + position[]={11186.457,149.84955,3882.7646}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2322; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item343 + { + dataType="Object"; + class PositionInfo + { + position[]={11194.018,150.0239,3881.3828}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2323; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item344 + { + dataType="Object"; + class PositionInfo + { + position[]={11203.281,150.16072,3880.2319}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2324; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item345 + { + dataType="Object"; + class PositionInfo + { + position[]={11209.759,150.23708,3879.6653}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2325; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item346 + { + dataType="Object"; + class PositionInfo + { + position[]={11224.424,149.94241,3877.0078}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2326; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item347 + { + dataType="Object"; + class PositionInfo + { + position[]={11238.695,151.33156,3876.77}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2327; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item348 + { + dataType="Object"; + class PositionInfo + { + position[]={11245.939,151.38606,3876.3015}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2328; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item349 + { + dataType="Object"; + class PositionInfo + { + position[]={11253.09,150.10039,3875.9846}; + angles[]={0,1.7048554,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2329; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item350 + { + dataType="Object"; + class PositionInfo + { + position[]={11259.058,149.96875,3873.7917}; + angles[]={0,1.9025697,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2330; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item351 + { + dataType="Object"; + class PositionInfo + { + position[]={11250.735,150.14072,3880.6726}; + angles[]={0,0.94830769,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2331; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item352 + { + dataType="Object"; + class PositionInfo + { + position[]={11255.477,150.17734,3885.012}; + angles[]={0,0.72126567,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2332; + type="Land_dirt_road_damage_long_03_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item353 + { + dataType="Object"; + class PositionInfo + { + position[]={12892.414,182.7587,1696.7853}; + angles[]={0,1.231416,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2247; + type="Land_dirt_road_rocks_01_F"; + atlOffset=0.01789856; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item354 + { + dataType="Object"; + class PositionInfo + { + position[]={12876.313,183.78795,1694.1317}; + angles[]={0,4.126647,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2248; + type="Land_dirt_road_rocks_01_F"; + atlOffset=0.018341064; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item355 + { + dataType="Object"; + class PositionInfo + { + position[]={12860.021,183.97426,1689.2275}; + angles[]={0,1.4391268,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2249; + type="Land_dirt_road_rocks_01_F"; + atlOffset=0.01789856; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item356 + { + dataType="Object"; + class PositionInfo + { + position[]={12844.377,184.19565,1684.0309}; + angles[]={0,0.92412937,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2250; + type="Land_dirt_road_rocks_01_F"; + atlOffset=0.01789856; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item357 + { + dataType="Object"; + class PositionInfo + { + position[]={12813.287,186.33939,1676.6815}; + angles[]={0,4.5331993,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2251; + type="Land_dirt_road_rocks_01_F"; + atlOffset=0.01789856; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item358 + { + dataType="Object"; + class PositionInfo + { + position[]={12833.143,185.13338,1682.6649}; + angles[]={0,0.70285583,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2252; + type="Land_dirt_road_rocks_01_F"; + atlOffset=0.01789856; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item359 + { + dataType="Object"; + class PositionInfo + { + position[]={12802.432,186.44958,1673.047}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2253; + type="Land_dirt_road_rocks_04_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item360 + { + dataType="Object"; + class PositionInfo + { + position[]={12852.926,184.03406,1687.3726}; + angles[]={0,1.7709632,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2254; + type="Land_dirt_road_rocks_04_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item361 + { + dataType="Object"; + class PositionInfo + { + position[]={12868.917,184.08261,1691.2544}; + angles[]={0,1.0542818,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2255; + type="Land_dirt_road_rocks_04_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item362 + { + dataType="Object"; + class PositionInfo + { + position[]={12885.356,182.70395,1696.788}; + angles[]={0,4.1236539,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2256; + type="Land_dirt_road_rocks_04_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item363 + { + dataType="Object"; + class PositionInfo + { + position[]={12890.908,182.81856,1699.1476}; + angles[]={0,0.52703762,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + disableSimulation=1; + }; + id=2257; + type="Land_dirt_road_rocks_04_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item364 + { + dataType="Logic"; + class PositionInfo + { + position[]={9148.1348,65.087563,19800.82}; + angles[]={0,0.40464753,0}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3179; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0033874512; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item365 + { + dataType="Logic"; + class PositionInfo + { + position[]={10251.02,72.998192,18963.063}; + angles[]={6.2312322,0.40464753,0.04796192}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3180; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item366 + { + dataType="Logic"; + class PositionInfo + { + position[]={12099.129,77.118271,17569.105}; + angles[]={0,0.40464753,0}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3181; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0033874512; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item367 + { + dataType="Logic"; + class PositionInfo + { + position[]={13413.511,71.856033,15989.161}; + angles[]={6.2771854,0.40464753,0.0060001095}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3182; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item368 + { + dataType="Logic"; + class PositionInfo + { + position[]={15202.51,83.740326,14455.62}; + angles[]={0.0063757747,0.40464753,6.2795973}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3183; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item369 + { + dataType="Logic"; + class PositionInfo + { + position[]={15036.18,91.79258,13778.797}; + angles[]={0,0.40464753,0}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3184; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0033874512; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item370 + { + dataType="Logic"; + class PositionInfo + { + position[]={13725.985,75.953506,11866.243}; + angles[]={0.041975394,6.2169943,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3185; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item371 + { + dataType="Logic"; + class PositionInfo + { + position[]={12997.39,79.284264,11800.564}; + angles[]={0.041975394,6.2169943,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3186; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item372 + { + dataType="Logic"; + class PositionInfo + { + position[]={12463.108,83.440956,11746.383}; + angles[]={0.041975394,5.1509137,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3187; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item373 + { + dataType="Logic"; + class PositionInfo + { + position[]={11813.757,83.942513,11586.238}; + angles[]={6.2751846,0.32991028,0.013995145}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3188; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item374 + { + dataType="Logic"; + class PositionInfo + { + position[]={10987.459,90.220016,11570.04}; + angles[]={0.041975394,6.2169943,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3189; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item375 + { + dataType="Logic"; + class PositionInfo + { + position[]={10448.783,94.85347,11463.464}; + angles[]={0.041975394,6.2169943,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3190; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item376 + { + dataType="Logic"; + class PositionInfo + { + position[]={10239.588,96.059418,11374.88}; + angles[]={0.041975394,6.2169943,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3191; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item377 + { + dataType="Logic"; + class PositionInfo + { + position[]={9901.2305,103.31811,10969.913}; + angles[]={0.012000273,5.1540132,0.02199479}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3192; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item378 + { + dataType="Logic"; + class PositionInfo + { + position[]={10124.593,115.26189,10490.45}; + angles[]={0.041975394,6.2169943,6.2812018}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3193; + type="ModuleHideTerrainObjects_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item379 + { + dataType="Logic"; + class PositionInfo + { + position[]={11437.25,127.0759,8615.0596}; + angles[]={0.041975394,1.1383014,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3194; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.005897522; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item380 + { + dataType="Logic"; + class PositionInfo + { + position[]={12106.039,108.7159,7934.52}; + angles[]={0.041975394,0.91110659,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3195; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.005897522; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item381 + { + dataType="Logic"; + class PositionInfo + { + position[]={12012.916,100.02363,7319.3159}; + angles[]={0.041975394,5.1183763,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3196; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item382 + { + dataType="Logic"; + class PositionInfo + { + position[]={12191.092,112.02395,5544.3301}; + angles[]={0.041975394,5.537075,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3197; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item383 + { + dataType="Logic"; + class PositionInfo + { + position[]={12310.751,128.71591,4961.9551}; + angles[]={0.041975394,1.138145,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3198; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item384 + { + dataType="Logic"; + class PositionInfo + { + position[]={13129.465,136.97327,3427.7939}; + angles[]={0.041975394,0.4901309,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3199; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item385 + { + dataType="Logic"; + class PositionInfo + { + position[]={14186.52,140.03177,2332.0706}; + angles[]={0.041975394,0.61889124,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3200; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item386 + { + dataType="Logic"; + class PositionInfo + { + position[]={14698.704,132.64015,813.46594}; + angles[]={0.041975394,1.0396113,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3201; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item387 + { + dataType="Logic"; + class PositionInfo + { + position[]={14921.282,135.5446,442.40591}; + angles[]={0.041975394,0.97193956,0.010000871}; + }; + areaSize[]={7.0737524,0,5}; + flags=1; + id=3202; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0059051514; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item388 + { + dataType="Logic"; + class PositionInfo + { + position[]={10896.68,67.991577,17574.533}; + angles[]={0,0.40464753,0}; + }; + areaSize[]={6.2571611,0,5}; + flags=1; + id=3178; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0033874512; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=1813; + atlOffset=8.0728836; + }; + class Item1 + { + dataType="Layer"; + name="airports"; + class Entities + { + items=4; + class Item0 + { + dataType="Layer"; + name="airport_1"; + class Entities + { + items=56; + class Item0 + { + dataType="Marker"; + position[]={5439.2964,117.64545,3984.3342}; + name="airp_1_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1347; + atlOffset=-7.6293945e-006; + }; + class Item1 + { + dataType="Marker"; + position[]={5250.1958,117.396,4192.4648}; + name="airp_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=216.77896; + id=1350; + atlOffset=-0.00025177002; + }; + class Item2 + { + dataType="Marker"; + position[]={5367.7739,117.006,4107.4409}; + name="airport_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=150; + b=300; + angle=307.58499; + id=1351; + atlOffset=-0.0033340454; + }; + class Item3 + { + dataType="Marker"; + position[]={5119.5835,118.85518,4260.2305}; + name="spawnPoint_1"; + type="hd_start"; + id=1352; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={5352.6592,117.01376,4089.5374}; + angles[]={6.2812018,3.7632718,6.2812018}; + }; + side="Empty"; + class Attributes + { + }; + id=886; + type="gm_airport_object"; + atlOffset=7.6293945e-006; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={5344.9644,126.70583,4156.4946}; + angles[]={0,3.7439022,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1588; + type="Land_ControlTower_02_F"; + atlOffset=7.6293945e-006; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={5387.4355,118.55162,3976.4304}; + angles[]={6.2791886,5.5488682,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1570; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={5381.0581,118.65441,3979.8079}; + angles[]={6.2791886,0.63203079,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1571; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={5564.8867,115.9507,3893.9546}; + angles[]={6.2721205,4.6802487,6.2800975}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1572; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={5558.1895,115.97836,3891.2649}; + angles[]={0.0076272152,6.0464859,6.2640424}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1573; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={5626.2817,112.76685,3989.2522}; + angles[]={0.051953323,3.5517128,6.2192731}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1574; + type="gm_berm_02"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={5625.8525,113.48309,3982.0496}; + angles[]={0.09570726,4.9181271,6.1894603}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1575; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={5512.9878,113.03804,4118.3652}; + angles[]={0.012000273,2.766434,6.2491965}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1576; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={5517.771,112.92655,4112.9619}; + angles[]={0.0079935296,4.1327591,6.247201}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1577; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={5322.5737,114.66,4246.666}; + angles[]={0,2.2117906,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1578; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={5329.4858,114.65185,4244.5918}; + angles[]={0.0019834081,3.5781281,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1579; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={5159.7607,116.05701,4310.3027}; + angles[]={6.2631893,1.4807712,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1580; + type="gm_berm_02"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={5166.2925,116.10224,4313.3706}; + angles[]={6.2631893,2.8473184,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1581; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={5095.3086,115.09831,4185.0122}; + angles[]={6.269186,0.38548639,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1582; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={5095.5713,115.19213,4192.2246}; + angles[]={6.2711854,1.7510344,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1583; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={5239.4766,116.90714,4076.4343}; + angles[]={0.015176191,5.6688409,0.01842924}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1584; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={5233.5518,116.7235,4080.5525}; + angles[]={6.2801557,0.75269246,0.033593766}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1585; + type="gm_berm_02"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={5295.9902,117.95162,4075.9624}; + angles[]={0.045225922,0.89731789,6.276135}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1586; + type="gm_berm_03"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={5301.4839,117.68964,4080.5127}; + angles[]={0.042929024,4.0855985,6.2689624}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1587; + type="gm_berm_03"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={5326.9819,115.88831,4208.9624}; + angles[]={0,2.2056572,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1589; + type="land_gm_bunker_command_01"; + atlOffset=7.6293945e-006; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={5280.6621,117.95605,4095.9319}; + angles[]={0,3.8947434,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1590; + type="Land_Cargo_House_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={5326.9565,118.76215,4065.1042}; + angles[]={0,3.8947434,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1591; + type="Land_Cargo_House_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={5395.4463,119.00603,4014.9978}; + angles[]={0,3.1926777,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1592; + type="Land_Cargo_House_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={5417.1729,117.7503,4130.5483}; + angles[]={0,0.65766495,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1593; + type="Land_Cargo_House_V2_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={5253.6211,120.66149,4115.9424}; + angles[]={0,0.66630477,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1594; + type="Land_Cargo_HQ_V2_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={5386.2246,123.49879,3981.4153}; + angles[]={0,0.57049632,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1595; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={5324.854,119.565,4240.9146}; + angles[]={0,3.45454,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1596; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={5512.6045,118.01666,4112.4736}; + angles[]={0,3.9963074,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1597; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={5622.0562,118.4147,3985.9602}; + angles[]={0,4.9102325,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1598; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={5560.0801,120.89934,3896.4812}; + angles[]={0,6.0590835,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1599; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={5100.0449,120.02,4188.7725}; + angles[]={0,1.6255784,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1600; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={5164.7671,120.90245,4307.8491}; + angles[]={0,2.8177409,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1601; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={5238.5244,121.70544,4082.2632}; + angles[]={0,0.69090194,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1602; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={5457.9995,129.64461,4104.5063}; + angles[]={0,5.5488663,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1603; + type="Land_Cargo_Tower_V2_F"; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={5298.2764,117.84743,4077.8687}; + angles[]={0,5.5488663,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1604; + type="land_gm_radio_antenna_01"; + atlOffset=-7.6293945e-006; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={5375.8213,116.2198,4168.1582}; + angles[]={0.081817582,3.8021989,6.245204}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1605; + type="gm_gc_tent_5x5m"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={5395.4204,116.72273,4150.2427}; + angles[]={0.059928458,3.8022182,6.2292366}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1606; + type="gm_gc_tent_5x5m"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={5427.2402,117.1384,4120.7983}; + angles[]={0.0019834081,3.8021996,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1607; + type="gm_gc_tent_5x5m"; + atlOffset=-7.6293945e-006; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={5439.0181,117.12679,4112.4097}; + angles[]={6.2812018,3.8021674,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1608; + type="gm_gc_tent_5x5m"; + atlOffset=7.6293945e-006; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={5379.6875,118.61739,4023.2158}; + angles[]={0.0219975,0.49321148,6.2571907}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1609; + type="gm_gc_tent_5x5m"; + atlOffset=1.5258789e-005; + }; + class Item45 + { + dataType="Logic"; + class PositionInfo + { + position[]={5360.9478,117.0081,4097.6182}; + angles[]={0,0.61823052,6.2812018}; + }; + areaSize[]={306.83658,0,31.182405}; + areaIsRectangle=1; + flags=1; + id=1371; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=4; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item46 + { + dataType="Marker"; + position[]={5519.3901,116.504,4001.229}; + name="airp_1_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=216.77896; + id=2092; + atlOffset=0.00032043457; + }; + class Item47 + { + dataType="Marker"; + position[]={5272.2559,117.06412,4105.3965}; + name="airp_1_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=38.158958; + id=2093; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={5288.3208,117.26879,4166.9067}; + angles[]={0.063912325,3.7606452,6.2172809}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2090; + type="Land_HelipadSquare_F"; + atlOffset=7.6293945e-006; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={5308.999,117.16639,4152.1753}; + angles[]={0.03975033,3.7606452,6.2392135}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2091; + type="Land_HelipadSquare_F"; + }; + class Item50 + { + dataType="Marker"; + position[]={5485.0947,116.62038,4025.283}; + name="airp_1_plane"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=216.12729; + id=2086; + }; + class Item51 + { + dataType="Marker"; + position[]={5458.5308,116.71147,4044.2688}; + name="airp_1_plane_1"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=216.12729; + id=2087; + }; + class Item52 + { + dataType="Marker"; + position[]={5434.6089,116.79156,4061.4319}; + name="airp_1_plane_2"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=216.12729; + id=2088; + atlOffset=-7.6293945e-006; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={5353.1943,117.06444,4120.4141}; + angles[]={6.2812018,3.7606452,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2089; + type="Land_HelipadSquare_F"; + }; + class Item54 + { + dataType="Marker"; + position[]={5020.4692,120.278,4333.832}; + name="detectPlayer_1"; + markerType="RECTANGLE"; + type=""; + a=119.408; + b=73.560997; + angle=35.980999; + id=2208; + atlOffset=0.03969574; + }; + class Item55 + { + dataType="Marker"; + position[]={5664.3071,116.111,3868.7439}; + name="detectPlayer"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.671997; + angle=35.980999; + id=2207; + atlOffset=0.23033905; + }; + }; + id=1125; + atlOffset=0.59835815; + }; + class Item1 + { + dataType="Layer"; + name="airport_2"; + class Entities + { + items=56; + class Item0 + { + dataType="Marker"; + position[]={7835.5928,98.143997,13786.977}; + name="airp_2_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=331.57199; + id=1355; + atlOffset=-0.00019836426; + }; + class Item1 + { + dataType="Marker"; + position[]={7718.9375,100.05085,13792.529}; + name="airport_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=150; + b=300; + angle=64.846977; + id=1356; + }; + class Item2 + { + dataType="Marker"; + position[]={7471.6777,102.82555,13644.613}; + name="spawnPoint_2"; + type="hd_start"; + id=1357; + atlOffset=7.6293945e-006; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={7736.3394,99.595154,13773.532}; + angles[]={6.2761173,2.6935711,0.0054797619}; + }; + side="Empty"; + class Attributes + { + }; + id=887; + type="gm_airport_object"; + atlOffset=7.6293945e-006; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={7648.3613,109.78467,13798.474}; + angles[]={0,2.7158968,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1548; + type="Land_ControlTower_02_F"; + atlOffset=7.6293945e-006; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={7826.8188,98.361832,13742.267}; + angles[]={0.0019834081,4.520896,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1530; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={7820.6333,98.380363,13738.55}; + angles[]={0.0019834081,5.887269,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1531; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={7987.5093,97.989929,13850.729}; + angles[]={0,3.1142664,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1532; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={7990.1689,97.968307,13844.021}; + angles[]={0,4.4804816,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1533; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={7944.5659,98.53894,13942.633}; + angles[]={0.02599225,2.426759,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1534; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={7950.8789,98.640656,13939.139}; + angles[]={0.023993526,3.7922547,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1535; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={7770.6445,95.900703,13920.22}; + angles[]={0.031990308,1.7384118,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1536; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={7777.7417,95.944107,13921.524}; + angles[]={0.031988446,3.1047325,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1537; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={7562.5996,97.662094,13824.181}; + angles[]={0.02599225,1.3055381,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1538; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={7568.4966,98.283813,13828.34}; + angles[]={0.027993103,2.6719363,0.20507599}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1539; + type="gm_berm_02"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={7423.8423,98.679756,13716.902}; + angles[]={0.02999169,0.45248285,0.019999012}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1540; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={7424.5889,98.478531,13724.08}; + angles[]={0.02999169,1.8189732,0.0219975}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1541; + type="gm_berm_02"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={7497.8335,102.73535,13596.998}; + angles[]={0.015998369,5.6408038,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1542; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={7491.7935,102.70314,13600.948}; + angles[]={0.013999403,0.72386807,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1543; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={7659.2085,101.56839,13660.477}; + angles[]={0.0099949092,4.6411591,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1544; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={7652.6216,101.62421,13657.53}; + angles[]={0.010000871,6.0075369,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1545; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={7694.8667,99.820663,13712.508}; + angles[]={0.015998369,6.1526527,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1546; + type="gm_berm_03"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={7693.8086,99.714149,13719.563}; + angles[]={0.015998369,3.0579655,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1547; + type="gm_berm_03"; + atlOffset=3.0517578e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={7557.0337,98.972595,13767.887}; + angles[]={0,1.1776524,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1549; + type="land_gm_bunker_command_01"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={7674.9546,100.67075,13709.96}; + angles[]={0,2.8667381,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1550; + type="Land_Cargo_House_V2_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={7723.0874,99.887749,13733.196}; + angles[]={0,2.8667381,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1551; + type="Land_Cargo_House_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={7804.6865,98.974098,13769.423}; + angles[]={0,2.8667381,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1552; + type="Land_Cargo_House_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={7707.1113,98.936836,13831.173}; + angles[]={0,2.8667381,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1553; + type="Land_Cargo_House_V2_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={7641.2031,105.11397,13695.752}; + angles[]={0,5.9214854,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1554; + type="Land_Cargo_HQ_V2_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={7821.9253,103.27354,13743.804}; + angles[]={0,5.8256769,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1555; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={7568.5322,102.84981,13822.426}; + angles[]={0,2.5487316,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1556; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={7775.4912,100.97176,13916.848}; + angles[]={0,2.968302,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1557; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={7945.7129,103.5788,13937.4}; + angles[]={0,3.7854862,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1558; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={7984.9609,102.91524,13845.934}; + angles[]={0,4.4927034,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1559; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={7497.0596,107.55067,13602.996}; + angles[]={0,0.59757346,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1560; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-1.5258789e-005; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={7428.5288,103.59499,13719.922}; + angles[]={0,1.789736,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1561; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=1.5258789e-005; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={7653.7256,106.47083,13662.672}; + angles[]={0,5.9460826,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1562; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={7759.4141,110.57117,13855.782}; + angles[]={0,4.5208616,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1563; + type="Land_Cargo_Tower_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={7694.4155,99.776291,13715.45}; + angles[]={0,4.5208616,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1564; + type="land_gm_radio_antenna_01"; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={7668.4961,99.119766,13810.477}; + angles[]={0.031986579,2.7742357,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1565; + type="gm_gc_tent_5x5m"; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={7692.6157,98.604607,13821.124}; + angles[]={0.025994543,2.7742145,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1566; + type="gm_gc_tent_5x5m"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={7727.4312,98.052841,13835.779}; + angles[]={0.02199479,2.7741618,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1567; + type="gm_gc_tent_5x5m"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={7741.3301,97.936195,13841.657}; + angles[]={0.02199479,2.7741144,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1568; + type="gm_gc_tent_5x5m"; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={7789.4707,98.444397,13754.878}; + angles[]={0.0099949092,5.7484407,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1569; + type="gm_gc_tent_5x5m"; + }; + class Item44 + { + dataType="Logic"; + class PositionInfo + { + position[]={7731.437,99.595131,13783.723}; + angles[]={0.023998277,5.8340216,6.2791882}; + }; + areaSize[]={306.83701,0,32.981365}; + areaIsRectangle=1; + flags=1; + id=1610; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.17951202; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=12; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item45 + { + dataType="Marker"; + position[]={7586.9868,87.604431,13778.902}; + name="airp_2_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=2100; + atlOffset=-11.607292; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={7941.1548,98.213074,13803.842}; + angles[]={0,5.7845654,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2097; + type="Land_HelipadSquare_F"; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={7908.0068,98.256035,13785.992}; + angles[]={0.0039967569,5.7845654,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2098; + type="Land_HelipadSquare_F"; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={7877.1992,98.275284,13769.558}; + angles[]={0.0019834081,5.7845654,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2099; + type="Land_HelipadSquare_F"; + }; + class Item49 + { + dataType="Marker"; + position[]={7967.1636,99.187386,13912.445}; + name="airp_2_plane"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=154.80901; + id=2096; + }; + class Item50 + { + dataType="Marker"; + position[]={7936.9243,99.29158,13897.454}; + name="airp_2_plane_1"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=154.80901; + id=2095; + atlOffset=0.00018310547; + }; + class Item51 + { + dataType="Marker"; + position[]={7865.9106,99.3508,13864.121}; + name="airp_2_plane_2"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=154.80901; + id=2094; + }; + class Item52 + { + dataType="Marker"; + position[]={7759.9282,98.795998,13738.91}; + name="airp_2_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=331.57199; + id=2111; + atlOffset=2.2888184e-005; + }; + class Item53 + { + dataType="Marker"; + position[]={7626.4111,100.977,13785.118}; + name="airp_2_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=149.452; + id=2112; + atlOffset=-0.00016784668; + }; + class Item54 + { + dataType="Marker"; + position[]={8087.9048,96.454002,13946.781}; + name="detectPlayer_6"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.612; + angle=153.94797; + id=2213; + atlOffset=0.00017547607; + }; + class Item55 + { + dataType="Marker"; + position[]={7378.2749,101.668,13592.055}; + name="detectPlayer_7"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.612; + angle=151.66197; + id=2214; + atlOffset=-3.0517578e-005; + }; + }; + id=1132; + atlOffset=-1.1144943; + }; + class Item2 + { + dataType="Layer"; + name="airport_3"; + class Entities + { + items=57; + class Item0 + { + dataType="Marker"; + position[]={19422.811,76.295113,17439.672}; + name="airp_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=8.4976244; + id=1361; + }; + class Item1 + { + dataType="Marker"; + position[]={19600.367,79.300003,17455.676}; + name="airport_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=320; + b=160; + angle=6.9159946; + id=1362; + atlOffset=-0.00012207031; + }; + class Item2 + { + dataType="Marker"; + position[]={19288.752,77.522491,17501.295}; + name="spawnPoint_3"; + type="hd_start"; + id=1363; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={19600.25,79.301003,17451.766}; + angles[]={6.2825789,3.2939663,6.2792349}; + }; + side="Empty"; + class Attributes + { + }; + id=888; + type="gm_airport_object"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={19568.785,87.250359,17516.324}; + angles[]={0,3.2851138,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1508; + type="Land_ControlTower_02_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={19688.811,77.786102,17372.797}; + angles[]={0.013999403,5.0899734,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1490; + type="gm_berm_02"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={19681.596,77.754372,17373}; + angles[]={0.013999403,0.17306881,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1491; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={19883.318,79.614906,17374.746}; + angles[]={0.057934806,4.2218361,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1492; + type="gm_berm_02"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={19878.504,79.984398,17369.371}; + angles[]={0.057934806,5.5879674,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1493; + type="gm_berm_02"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={19895.984,75.858109,17478.107}; + angles[]={0.03798008,2.9956541,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1494; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={19899.418,76.044754,17471.762}; + angles[]={0.035984326,4.3619275,6.2691903}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1495; + type="gm_berm_02"; + atlOffset=2.2888184e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={19737.406,76.445145,17552.967}; + angles[]={0.013999403,2.3072498,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1496; + type="gm_berm_02"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={19744.088,76.363045,17550.24}; + angles[]={0.013999403,3.6734443,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1497; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={19510.402,76.239998,17584.201}; + angles[]={0,1.8751986,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1498; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={19517.611,76.226685,17584.527}; + angles[]={0.0039967569,3.2415206,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1499; + type="gm_berm_02"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={19335.703,76.674599,17568.625}; + angles[]={6.2812018,1.0221019,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1500; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={19340.201,76.59597,17574.27}; + angles[]={0,2.388649,6.2631865}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1501; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={19333.404,76.831177,17427.748}; + angles[]={0.0060001095,6.2101398,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1502; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={19330.443,76.758873,17434.332}; + angles[]={0.0039967569,1.2932335,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1503; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={19510.746,77.415535,17394.244}; + angles[]={0.017997233,5.2104659,0.015994642}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1504; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={19503.609,77.30555,17395.313}; + angles[]={0.015998369,0.29363206,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1505; + type="gm_berm_02"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={19561.625,77.773743,17418.848}; + angles[]={0.017997233,0.4424127,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1506; + type="gm_berm_03"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={19564.537,77.750427,17425.361}; + angles[]={6.1050925,3.6267512,0.0099949092}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1507; + type="gm_berm_03"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={19501.922,76.525513,17532.771}; + angles[]={0,1.7468688,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1509; + type="land_gm_bunker_command_01"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={19543.479,78.053925,17427.436}; + angles[]={0,3.4359548,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1510; + type="Land_Cargo_House_V2_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={19596.547,78.798958,17421.064}; + angles[]={0,3.4359548,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1511; + type="Land_Cargo_House_V2_F"; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={19684.805,78.581345,17407.6}; + angles[]={0,3.4359548,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1512; + type="Land_Cargo_House_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={19635.896,78.110138,17512.203}; + angles[]={0,3.4359548,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1513; + type="Land_Cargo_House_V2_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={19507.393,80.598297,17433.656}; + angles[]={0,0.20751639,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1514; + type="Land_Cargo_HQ_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={19685.518,82.62632,17376.729}; + angles[]={0,0.1117079,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1515; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={19514.453,81.145943,17579.527}; + angles[]={0,3.1179481,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1516; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={19739.67,81.380775,17547.514}; + angles[]={0,3.537519,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1517; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={19894.129,80.97448,17473.082}; + angles[]={0,4.3547029,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1518; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={19877.891,84.581184,17374.885}; + angles[]={0,5.6002951,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1519; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={19335.984,81.737526,17433.217}; + angles[]={0,1.16679,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1520; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={19341.279,81.476692,17568.643}; + angles[]={0,2.3589525,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1521; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={19507.313,82.200699,17399.049}; + angles[]={0,0.23211356,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1522; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={19693.215,90.565926,17504.742}; + angles[]={0,5.0900779,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1523; + type="Land_Cargo_Tower_V2_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={19562.832,77.731247,17421.57}; + angles[]={0,5.0900779,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1524; + type="land_gm_radio_antenna_01"; + atlOffset=7.6293945e-006; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={19592.217,77.152794,17515.582}; + angles[]={0.019999012,3.3433995,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1525; + type="gm_gc_tent_5x5m"; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={19618.27,77.321671,17511.553}; + angles[]={0.017997233,3.3434234,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1526; + type="gm_gc_tent_5x5m"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={19655.494,77.631371,17505.133}; + angles[]={0.011995304,3.3433847,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1527; + type="gm_gc_tent_5x5m"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={19670.371,77.728897,17502.592}; + angles[]={0.012000273,3.3433347,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1528; + type="gm_gc_tent_5x5m"; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={19664.148,77.587219,17403.547}; + angles[]={0.0060001095,0.034453798,6.2731848}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1529; + type="gm_gc_tent_5x5m"; + }; + class Item44 + { + dataType="Logic"; + class PositionInfo + { + position[]={19602.174,79.119995,17466.721}; + angles[]={0.023998277,0.15482816,6.2791882}; + }; + areaSize[]={306.83701,0,31.181999}; + areaIsRectangle=1; + flags=1; + id=1373; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=12; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item45 + { + dataType="Marker"; + position[]={19537.188,65.13504,17525.895}; + name="airp_3_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=2107; + atlOffset=-11.607346; + }; + class Item46 + { + dataType="Marker"; + position[]={19472.088,76.459999,17436.811}; + name="airp_3_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=8.4979992; + id=2108; + atlOffset=-0.00025177002; + }; + class Item47 + { + dataType="Marker"; + position[]={19640.961,77.786003,17407.42}; + name="airp_3_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=8.4979992; + id=2109; + atlOffset=-0.00018310547; + }; + class Item48 + { + dataType="Marker"; + position[]={19736.715,77.170998,17494.865}; + name="airp_3_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=187.05298; + id=2110; + atlOffset=0.00025939941; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={19428.088,76.365433,17545.373}; + angles[]={0.0019834081,3.3015642,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2105; + type="Land_HelipadSquare_F"; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={19466.645,76.428612,17539.113}; + angles[]={0.0060001095,3.307198,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2106; + type="Land_HelipadSquare_F"; + atlOffset=7.6293945e-006; + }; + class Item51 + { + dataType="Marker"; + position[]={19821.564,79.530998,17404.719}; + name="airp_3_plane"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=278.91788; + id=2103; + atlOffset=0.00016784668; + }; + class Item52 + { + dataType="Marker"; + position[]={19848.795,79.778999,17400.648}; + name="airp_3_plane_1"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=278.83701; + id=2102; + atlOffset=-0.00025177002; + }; + class Item53 + { + dataType="Marker"; + position[]={19873.438,79.859001,17396.939}; + name="airp_3_plane_2"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=278.67999; + id=2101; + atlOffset=-0.00039672852; + }; + class Item54 + { + dataType="Object"; + class PositionInfo + { + position[]={19390.945,76.280075,17550.906}; + angles[]={0.0019834081,3.2738464,0.0019834081}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2104; + type="Land_HelipadSquare_F"; + }; + class Item55 + { + dataType="Marker"; + position[]={20015.693,78.007004,17385.717}; + name="detectPlayer_4"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.612; + angle=6.2099981; + id=2211; + atlOffset=-0.00022125244; + }; + class Item56 + { + dataType="Marker"; + position[]={19184.244,77.790001,17514.584}; + name="detectPlayer_5"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.612; + angle=6.8419981; + id=2212; + }; + }; + id=1139; + atlOffset=-0.4221344; + }; + class Item3 + { + dataType="Layer"; + name="airport_4"; + class Entities + { + items=56; + class Item0 + { + dataType="Marker"; + position[]={19655.199,131.739,9511.5547}; + name="airp_4_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=258.10394; + id=1367; + atlOffset=-0.00030517578; + }; + class Item1 + { + dataType="Marker"; + position[]={19628.939,133.774,9420.6914}; + name="airport_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=150; + b=300; + angle=349.55487; + id=1368; + atlOffset=-0.00024414063; + }; + class Item2 + { + dataType="Marker"; + position[]={19699.748,139.25749,9150.8271}; + name="spawnPoint_4"; + type="hd_start"; + id=1369; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={19635.834,133.79343,9423.2832}; + angles[]={0.00045535064,1.3391502,6.2812552}; + }; + side="Empty"; + class Attributes + { + }; + id=889; + type="gm_airport_object"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={19659.607,142.65118,9478.1025}; + angles[]={0,4.4782209,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1444; + type="Land_ControlTower_02_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={19570.457,132.24843,9313.6074}; + angles[]={0.0099949092,0,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1471; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={19567.986,132.20755,9320.3877}; + angles[]={0.012000273,1.3663459,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1472; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={19644,137.20398,9133.5264}; + angles[]={0.037981652,5.4146395,0.0020132356}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1473; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={19637.227,137.09024,9136.0176}; + angles[]={0.037981652,0.49766928,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1474; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={19744.746,139.19365,9159.8721}; + angles[]={0.0060001095,4.188118,0.027990974}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1475; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={19740.113,139.11935,9154.3398}; + angles[]={0.010000871,5.5545769,0.023993526}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1476; + type="gm_berm_02"; + atlOffset=3.0517578e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={19755.85,135.63647,9334.8799}; + angles[]={0.023998493,3.5007355,0.016002094}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1477; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={19755.779,135.79854,9327.6641}; + angles[]={0.023998493,4.8670564,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1478; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={19701.17,131.79843,9557.4023}; + angles[]={6.2671871,3.0682566,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1479; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={19704.131,131.71823,9550.8213}; + angles[]={6.2731905,4.4346108,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1480; + type="gm_berm_02"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={19622.268,131.99335,9714.0439}; + angles[]={6.2812018,2.2150908,0.041976813}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1481; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={19629.172,132.27078,9711.9443}; + angles[]={6.2811723,3.5816371,0.039977662}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1482; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={19490.471,128.99736,9664.2305}; + angles[]={0.013999403,1.1199294,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1483; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={19495.498,128.98643,9669.4082}; + angles[]={0.015998369,2.4862878,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1484; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={19524.729,130.46152,9487.0303}; + angles[]={0.02199479,0.12038162,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1485; + type="gm_berm_02"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={19523.09,130.28783,9494.0576}; + angles[]={0.02199479,1.4867275,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1486; + type="gm_berm_02"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={19566.361,131.72838,9448.8115}; + angles[]={0.0039967569,1.6316541,0.0099949092}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1488; + type="gm_berm_03"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={19573.488,131.78691,9448.5078}; + angles[]={0.0039967569,4.8199835,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=1489; + type="gm_berm_03"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={19650.238,131.33502,9546.3184}; + angles[]={0,2.9399765,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1452; + type="land_gm_bunker_command_01"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={19567.65,132.1703,9468.8447}; + angles[]={0,4.6290622,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1454; + type="Land_Cargo_House_V2_F"; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={19581.299,132.50128,9417.1689}; + angles[]={0,4.6290622,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1457; + type="Land_Cargo_House_V2_F"; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={19603.912,132.55197,9320.8838}; + angles[]={0,4.6290622,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1458; + type="Land_Cargo_House_V2_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={19680.525,133.49954,9414.2021}; + angles[]={0,4.6290622,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1459; + type="Land_Cargo_House_V2_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={19560.127,134.3754,9504.6836}; + angles[]={0,1.400624,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1453; + type="Land_Cargo_HQ_V2_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={19572.898,137.06697,9318.1191}; + angles[]={0,1.3048155,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1461; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={19698.318,136.63078,9551.9121}; + angles[]={0,4.3110557,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1462; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=1.5258789e-005; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={19751.617,140.56932,9330.7637}; + angles[]={0,4.7306261,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1464; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={19739.391,143.95296,9159.7422}; + angles[]={0,5.5478101,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1465; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={19642.125,141.91307,9138.623}; + angles[]={0,0.51021713,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1466; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={19496.506,133.9922,9663.8486}; + angles[]={0,2.3598976,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1467; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={19624.34,136.9799,9708.8682}; + angles[]={0,3.5520601,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1468; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={19527.928,135.30209,9491.9951}; + angles[]={0,1.4252212,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1469; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={19694.729,146.40492,9358.1709}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1456; + type="Land_Cargo_Tower_V2_F"; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={19569.336,131.75859,9448.6943}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1487; + type="land_gm_radio_antenna_01"; + atlOffset=1.5258789e-005; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={19667.559,132.65321,9456.0508}; + angles[]={0.0060001095,4.5365348,6.2751918}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1446; + type="gm_gc_tent_5x5m"; + atlOffset=-1.5258789e-005; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={19673.42,132.73247,9430.3457}; + angles[]={0.0019834081,4.5365348,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1448; + type="gm_gc_tent_5x5m"; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={19681.18,133.00006,9393.377}; + angles[]={0.0080009829,4.5365348,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1450; + type="gm_gc_tent_5x5m"; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={19684.305,133.17693,9378.6133}; + angles[]={0.010000871,4.5365348,0.010000871}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1451; + type="gm_gc_tent_5x5m"; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={19592.209,131.6687,9342.8076}; + angles[]={0.0079935296,1.2275156,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=1460; + type="gm_gc_tent_5x5m"; + }; + class Item44 + { + dataType="Logic"; + class PositionInfo + { + position[]={19625.576,132.94485,9420.5752}; + angles[]={0,1.3395053,0}; + }; + areaSize[]={306.83701,0,33.141998}; + areaIsRectangle=1; + flags=1; + id=1372; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.6000061; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=12; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item45 + { + dataType="Marker"; + position[]={19619.043,132.77942,9266.0508}; + name="airp_4_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=2118; + }; + class Item46 + { + dataType="Marker"; + position[]={19721.363,137.592,9220.0703}; + name="airp_4_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=253.20193; + id=2120; + atlOffset=3.0517578e-005; + }; + class Item47 + { + dataType="Marker"; + position[]={19610.699,132.245,9292.0117}; + name="airp_4_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=79.539978; + id=2121; + atlOffset=0.00036621094; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={19591.252,131.57219,9364.8496}; + angles[]={6.2812018,1.3554635,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2117; + type="Land_HelipadSquare_F"; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={19633.609,131.93318,9585.0947}; + angles[]={6.2551923,4.4609513,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2119; + type="Land_HelipadSquare_F"; + }; + class Item50 + { + dataType="Marker"; + position[]={19568.367,131.435,9703.4121}; + name="airp_4_plane"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=167.06799; + id=2115; + atlOffset=-0.00022888184; + }; + class Item51 + { + dataType="Marker"; + position[]={19575.084,132.397,9578.8027}; + name="airp_4_plane_1"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=77.436989; + id=2113; + atlOffset=-0.00025939941; + }; + class Item52 + { + dataType="Marker"; + position[]={19547.527,132.11501,9572.2246}; + name="airp_4_plane_2"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=77.282982; + id=2114; + atlOffset=0.00032043457; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={19584.875,131.69435,9392.3516}; + angles[]={6.2771854,1.3554635,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2116; + type="Land_HelipadSquare_F"; + }; + class Item54 + { + dataType="Marker"; + position[]={19726.838,142.356,9038.8936}; + name="detectPlayer_2"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.612; + angle=78.755974; + id=2209; + atlOffset=0.00030517578; + }; + class Item55 + { + dataType="Marker"; + position[]={19543.111,130.405,9811.0898}; + name="detectPlayer_3"; + markerType="RECTANGLE"; + type=""; + a=101.18; + b=66.612; + angle=78.755974; + id=2210; + atlOffset=-0.00033569336; + }; + }; + id=1146; + atlOffset=1.6990356; + }; + }; + id=1124; + atlOffset=21.92865; + }; + class Item2 + { + dataType="Layer"; + name="Antistasi assets"; + state=2; + class Entities + { + items=5; + class Item0 + { + dataType="Layer"; + name="HQ assets"; + class Entities + { + items=23; + class Item0 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=1; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={12119.71,148.07764,4125.5859}; + angles[]={0,2.2023785,0}; + }; + side="Independent"; + flags=7; + class Attributes + { + name="petros"; + }; + id=1286; + type="I_G_officer_F"; + class CustomAttributes + { + class Attribute0 + { + property="face"; + expression="_this setface _value;"; + class Value + { + class data + { + singleType="STRING"; + value=""; + }; + }; + }; + class Attribute1 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + singleType="SCALAR"; + value=1; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + }; + id=1285; + atlOffset=-116.76; + }; + class Item1 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=38; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={12130.041,148.80635,4124.3311}; + }; + side="Independent"; + flags=3; + class Attributes + { + name="commanderX"; + description="Default Commander"; + isPlayer=1; + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1288; + type="I_G_Soldier_TL_F"; + atlOffset=0.57569885; + class CustomAttributes + { + class Attribute0 + { + property="speaker"; + expression="_this setspeaker _value;"; + class Value + { + class data + { + singleType="STRING"; + value="Male04GRE"; + }; + }; + }; + class Attribute1 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + singleType="SCALAR"; + value=1; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.836,148.43134,4121.6279}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1289; + type="I_G_Soldier_TL_F"; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.975,148.47874,4123.8633}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1290; + type="I_G_Soldier_TL_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.917,148.51758,4126.1963}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1291; + type="I_G_Soldier_TL_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.754,148.55049,4128.5107}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1292; + type="I_G_Soldier_TL_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.713,148.61304,4130.9639}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1293; + type="I_G_Soldier_TL_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.527,148.65808,4133.2803}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1294; + type="I_G_Soldier_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={12134.32,148.70929,4135.1758}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1295; + type="I_G_Soldier_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={12137.195,148.56064,4121.751}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1296; + type="I_G_Soldier_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={12137.194,148.60269,4124.0908}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1297; + type="I_G_Soldier_F"; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={12137.088,148.63968,4126.4639}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1298; + type="I_G_Soldier_F"; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={12137.029,148.67609,4128.6631}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1299; + type="I_G_Soldier_F"; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={12136.826,148.70869,4131.0859}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1300; + type="I_G_Soldier_F"; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={12136.639,148.74057,4133.417}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1301; + type="I_G_Soldier_F"; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={12139.304,148.67514,4121.7871}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1302; + type="I_G_Soldier_AR_F"; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={12139.466,148.72783,4124.2275}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1303; + type="I_G_Soldier_AR_F"; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={12139.065,148.74966,4126.6416}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1304; + type="I_G_Soldier_AR_F"; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={12139.042,148.78703,4128.791}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1305; + type="I_G_Soldier_AR_F"; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={12138.842,148.81656,4131.0322}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1306; + type="I_G_Soldier_AR_F"; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={12138.755,148.85616,4133.4912}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1307; + type="I_G_Soldier_AR_F"; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={12141.393,148.78934,4121.8662}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1308; + type="I_G_Soldier_GL_F"; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={12141.263,148.8233,4124.1846}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1309; + type="I_G_Soldier_GL_F"; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={12141.139,148.86447,4126.9287}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1310; + type="I_G_Soldier_GL_F"; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={12140.965,148.89162,4128.9375}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1311; + type="I_G_Soldier_GL_F"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={12140.896,148.92732,4131.1221}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1312; + type="I_G_Soldier_GL_F"; + atlOffset=-7.6293945e-005; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={12140.79,148.96661,4133.6123}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1313; + type="I_G_Soldier_GL_F"; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={12142.92,148.87321,4121.9443}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1314; + type="I_G_medic_F"; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={12142.744,148.90091,4124.2236}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1315; + type="I_G_medic_F"; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={12142.702,148.94879,4127.0957}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1316; + type="I_G_medic_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={12142.614,148.97675,4128.9023}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1317; + type="I_G_medic_F"; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={12142.431,149.00963,4131.2617}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1318; + type="I_G_medic_F"; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={12142.441,149.05359,4133.6729}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1319; + type="I_G_medic_F"; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={12144.722,148.96992,4122.1094}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1320; + type="I_G_engineer_F"; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={12144.745,149.00792,4124.4092}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1321; + type="I_G_engineer_F"; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={12144.503,149.04431,4127.2002}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1322; + type="I_G_engineer_F"; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={12144.248,149.06609,4129.1475}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1323; + type="I_G_engineer_F"; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={12144.053,149.09619,4131.3838}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1324; + type="I_G_engineer_F"; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={12143.948,149.13524,4133.8525}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=1325; + type="I_G_engineer_F"; + }; + }; + class Attributes + { + }; + id=1287; + atlOffset=-116.76; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={12128.114,152.29456,4130.6943}; + }; + side="Empty"; + flags=5; + class Attributes + { + name="flagX"; + }; + id=1326; + type="Flag_Syndikat_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={12128.798,149.01559,4122.0342}; + angles[]={6.2651849,0,0.053948916}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="boxX"; + }; + id=1327; + type="IG_supplyCrate_F"; + class CustomAttributes + { + class Attribute0 + { + property="ammoBox"; + expression="[_this,_value] call bis_fnc_initAmmoBox;"; + class Value + { + class data + { + singleType="STRING"; + value=""; + }; + }; + }; + class Attribute1 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={12124.939,148.54031,4124.8369}; + angles[]={6.2651882,0,6.2691903}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="fireX"; + }; + id=1328; + type="Land_TentSolar_01_olive_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={12128.73,148.99232,4126.709}; + angles[]={6.2671871,0,0.051955618}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="vehicleBox"; + }; + id=1329; + type="Box_East_AmmoVeh_F"; + class CustomAttributes + { + class Attribute0 + { + property="ammoBox"; + expression="[_this,_value] call bis_fnc_initAmmoBox;"; + class Value + { + class data + { + singleType="STRING"; + value="[[[[],[]],[[],[]],[[],[]],[[],[]]],false]"; + }; + }; + }; + class Attribute1 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={12122.172,149.16496,4128.6689}; + angles[]={6.2651882,5.6506429,6.2272449}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="mapX"; + }; + id=1330; + type="MapBoard_seismic_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={12123.137,147.8708,4117.5654}; + angles[]={0.032489564,0,6.2706842}; + }; + name="garrison"; + id=1331; + type="Logic"; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={12130.396,148.38213,4111.6455}; + angles[]={0.029989703,0,6.2581916}; + }; + name="killZones"; + id=1332; + type="Logic"; + atlOffset=-6.1035156e-005; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={12131.113,148.4566,4110.6533}; + angles[]={0.027492445,0,6.2581916}; + }; + name="pathfinding"; + id=1333; + type="Logic"; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={12126.799,148.04826,4114.8135}; + angles[]={0.029989703,0,6.2656889}; + }; + name="roadsX"; + id=1334; + type="Logic"; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={12121.563,147.82834,4118.9775}; + angles[]={0.034986377,0,6.2706842}; + }; + name="server"; + id=1335; + type="Logic"; + atlOffset=-3.0517578e-005; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={12129.484,148.29887,4112.4775}; + angles[]={0.029989703,0,6.2581916}; + }; + name="sidesX"; + id=1336; + type="Logic"; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={12124.924,147.91719,4116.1445}; + angles[]={0.032489564,0,6.2706842}; + }; + name="spawner"; + id=1337; + type="Logic"; + }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={12128.215,148.17508,4113.7295}; + angles[]={0.029989703,0,6.2656889}; + }; + name="timer"; + id=1338; + type="Logic"; + }; + class Item15 + { + dataType="Logic"; + class PositionInfo + { + position[]={12117.33,147.56805,4116.2773}; + angles[]={0.039977662,0,6.2656889}; + }; + name="hc"; + isPlayable=1; + id=1339; + type="HeadlessClient_F"; + }; + class Item16 + { + dataType="Logic"; + class PositionInfo + { + position[]={12118.358,147.56432,4115.293}; + angles[]={0.039977662,0,6.2656889}; + }; + name="hc_1"; + isPlayable=1; + id=1340; + type="HeadlessClient_F"; + }; + class Item17 + { + dataType="Logic"; + class PositionInfo + { + position[]={12119.304,147.61533,4114.4707}; + angles[]={0.034986377,0,6.2656851}; + }; + name="hc_2"; + isPlayable=1; + id=1341; + type="HeadlessClient_F"; + }; + class Item18 + { + dataType="Logic"; + class PositionInfo + { + position[]={12107.915,146.89709,4111.4531}; + angles[]={0.047464538,0,6.2631893}; + }; + id=1342; + type="ModuleCurator_F"; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCurator_F_Owner"; + expression="_this setVariable ['Owner',_value,true];"; + class Value + { + class data + { + singleType="STRING"; + value="#adminLogged"; + }; + }; + }; + class Attribute1 + { + property="ModuleCurator_F_Forced"; + expression="_this setVariable ['Forced',_value,true];"; + class Value + { + class data + { + singleType="SCALAR"; + value=0; + }; + }; + }; + class Attribute2 + { + property="ModuleCurator_F_Name"; + expression="_this setVariable ['Name',_value,true];"; + class Value + { + class data + { + singleType="STRING"; + value=""; + }; + }; + }; + class Attribute3 + { + property="ModuleCurator_F_Addons"; + expression="_this setVariable ['Addons',_value,true];"; + class Value + { + class data + { + singleType="SCALAR"; + value=3; + }; + }; + }; + nAttributes=4; + }; + }; + class Item19 + { + dataType="Logic"; + class PositionInfo + { + position[]={12111.848,147.50761,4118.4043}; + angles[]={0.039977662,0,6.2706842}; + }; + name="HC_commanderX"; + id=1343; + type="HighCommand"; + }; + class Item20 + { + dataType="Logic"; + class PositionInfo + { + position[]={12115.248,147.57779,4118.3105}; + angles[]={0.039979152,0,6.2681832}; + }; + id=1344; + type="HighCommandSubordinate"; + }; + class Item21 + { + dataType="Marker"; + position[]={12123.812,146.39278,4125.6592}; + name="Synd_HQ"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorPink"; + a=50; + b=50; + id=1345; + atlOffset=-1.6334076; + }; + class Item22 + { + dataType="Marker"; + position[]={12125.145,2.7037606e+012,4127.8379}; + name="respawn_guerrila"; + text="Your Headquarters"; + type="hd_flag"; + colorName="ColorGUER"; + id=1346; + atlOffset=2.7037606e+012; + }; + }; + id=1168; + atlOffset=-116.76; + }; + class Item1 + { + dataType="Layer"; + name="seaSpawnAttack"; + class Entities + { + items=16; + class Item0 + { + dataType="Marker"; + position[]={-541.60089,120.94968,10363.386}; + name="seaAttackSpawn"; + type="mil_ambush"; + angle=28.695; + id=1234; + atlOffset=12.071991; + }; + class Item1 + { + dataType="Marker"; + position[]={-530.30298,122.13212,15218.493}; + name="seaAttackSpawn_2"; + type="mil_ambush"; + angle=28.695; + id=1798; + }; + class Item2 + { + dataType="Marker"; + position[]={-212.28186,103.25352,20654.59}; + name="seaAttackSpawn_3"; + type="mil_ambush"; + angle=28.695; + id=1799; + atlOffset=15.805367; + }; + class Item3 + { + dataType="Marker"; + position[]={5339.916,86.458763,20756.906}; + name="seaAttackSpawn_4"; + type="mil_ambush"; + angle=28.695; + id=1800; + atlOffset=12.072006; + }; + class Item4 + { + dataType="Marker"; + position[]={10198.398,79.689728,20845.016}; + name="seaAttackSpawn_5"; + type="mil_ambush"; + angle=28.695; + id=1801; + atlOffset=12.072006; + }; + class Item5 + { + dataType="Marker"; + position[]={15547.764,68.083984,20895.361}; + name="seaAttackSpawn_6"; + type="mil_ambush"; + angle=28.695; + id=1802; + atlOffset=12.072006; + }; + class Item6 + { + dataType="Marker"; + position[]={20639.379,68.888596,20982.627}; + name="seaAttackSpawn_7"; + type="mil_ambush"; + angle=28.695; + id=1803; + atlOffset=12.166344; + }; + class Item7 + { + dataType="Marker"; + position[]={21526.469,110.3116,15432.715}; + name="seaAttackSpawn_8"; + type="mil_ambush"; + angle=28.695; + id=1804; + atlOffset=12.072006; + }; + class Item8 + { + dataType="Marker"; + position[]={21236.975,139.46201,10700.098}; + name="seaAttackSpawn_9"; + type="mil_ambush"; + angle=28.695; + id=1805; + atlOffset=12.071999; + }; + class Item9 + { + dataType="Marker"; + position[]={21224.385,156.28535,5212.2754}; + name="seaAttackSpawn_10"; + type="mil_ambush"; + angle=28.695; + id=1806; + atlOffset=12.072006; + }; + class Item10 + { + dataType="Marker"; + position[]={21111.104,155.62074,-86.745605}; + name="seaAttackSpawn_11"; + type="mil_ambush"; + angle=28.695; + id=1807; + atlOffset=12.072006; + }; + class Item11 + { + dataType="Marker"; + position[]={16126.752,128.47021,-816.77734}; + name="seaAttackSpawn_12"; + type="mil_ambush"; + angle=28.695; + id=1808; + atlOffset=12.072006; + }; + class Item12 + { + dataType="Marker"; + position[]={9531.2979,168.43552,-753.84277}; + name="seaAttackSpawn_13"; + type="mil_ambush"; + angle=28.695; + id=1809; + atlOffset=12.072006; + }; + class Item13 + { + dataType="Marker"; + position[]={5428.0181,120.62491,-602.80273}; + name="seaAttackSpawn_14"; + type="mil_ambush"; + angle=28.695; + id=1810; + atlOffset=12.072006; + }; + class Item14 + { + dataType="Marker"; + position[]={-286.36374,121.15128,-363.65479}; + name="seaAttackSpawn_15"; + type="mil_ambush"; + angle=28.695; + id=1811; + atlOffset=12.072014; + }; + class Item15 + { + dataType="Marker"; + position[]={-701.72656,132.92821,5287.7939}; + name="seaAttackSpawn_16"; + type="mil_ambush"; + angle=28.695; + id=1812; + atlOffset=12.072006; + }; + }; + id=1233; + atlOffset=-116.76; + }; + class Item2 + { + dataType="Layer"; + name="controls"; + class Entities + { + items=86; + class Item0 + { + dataType="Marker"; + position[]={6085.1201,113.35244,3611.3062}; + name="control_1"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1815; + atlOffset=-3.8914337; + }; + class Item1 + { + dataType="Marker"; + position[]={4593.2905,114.94939,4609.4385}; + name="control_2"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1816; + atlOffset=-3.8914337; + }; + class Item2 + { + dataType="Marker"; + position[]={19273.572,127.88426,8679.7178}; + name="control_3"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1817; + atlOffset=-3.8914337; + }; + class Item3 + { + dataType="Marker"; + position[]={19417.424,118.30719,10714.497}; + name="control_4"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1818; + atlOffset=-3.8914337; + }; + class Item4 + { + dataType="Marker"; + position[]={18770.068,75.087746,17575.283}; + name="control_5"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1819; + atlOffset=-3.8914337; + }; + class Item5 + { + dataType="Marker"; + position[]={8354.4531,89.084793,14043.658}; + name="control_6"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1820; + atlOffset=-3.8914337; + }; + class Item6 + { + dataType="Marker"; + position[]={7141.1714,103.9023,12908.135}; + name="control_7"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=1821; + atlOffset=-3.8914337; + }; + class Item7 + { + dataType="Marker"; + position[]={15888.915,95.745712,6755.8276}; + name="control_8"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2122; + atlOffset=-3.8914337; + }; + class Item8 + { + dataType="Marker"; + position[]={14781.513,91.383026,8798.3252}; + name="control_9"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2123; + }; + class Item9 + { + dataType="Marker"; + position[]={13885.697,81.522095,10518.442}; + name="control_10"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2124; + atlOffset=-3.8914337; + }; + class Item10 + { + dataType="Marker"; + position[]={18389.422,70.722183,15766.309}; + name="control_11"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2125; + atlOffset=-3.8914337; + }; + class Item11 + { + dataType="Marker"; + position[]={16226.108,74.374756,15845.986}; + name="control_12"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2126; + atlOffset=-3.8914337; + }; + class Item12 + { + dataType="Marker"; + position[]={15368.424,81.540985,13977.197}; + name="control_13"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2127; + }; + class Item13 + { + dataType="Marker"; + position[]={8303.3125,139.25282,5040.1528}; + name="control_14"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2141; + atlOffset=-3.8914337; + }; + class Item14 + { + dataType="Marker"; + position[]={7408.4443,127.52812,8932.8203}; + name="control_15"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2143; + atlOffset=-3.8914337; + }; + class Item15 + { + dataType="Marker"; + position[]={6014.2261,112.27684,11897.128}; + name="control_16"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2145; + atlOffset=-3.8914337; + }; + class Item16 + { + dataType="Marker"; + position[]={3903.0967,113.95963,13865.268}; + name="control_17"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2147; + atlOffset=-3.8914337; + }; + class Item17 + { + dataType="Marker"; + position[]={3826.741,92.823578,15763.559}; + name="control_18"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2149; + atlOffset=-3.8914337; + }; + class Item18 + { + dataType="Marker"; + position[]={4632.7021,75.552147,18126.566}; + name="control_19"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2151; + atlOffset=-3.8914337; + }; + class Item19 + { + dataType="Marker"; + position[]={6677.3799,67.351372,19003.699}; + name="control_20"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2153; + atlOffset=-3.8914337; + }; + class Item20 + { + dataType="Marker"; + position[]={7566.8711,77.616989,16044.532}; + name="control_21"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2155; + atlOffset=-3.8914337; + }; + class Item21 + { + dataType="Marker"; + position[]={2270.6587,128.51105,11709.743}; + name="control_22"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2157; + atlOffset=-3.8914337; + }; + class Item22 + { + dataType="Marker"; + position[]={5906.293,159.26677,8873.4541}; + name="control_23"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2159; + atlOffset=-3.8914337; + }; + class Item23 + { + dataType="Marker"; + position[]={8698.5771,139.36383,1785.8486}; + name="control_24"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2161; + atlOffset=-3.8914337; + }; + class Item24 + { + dataType="Marker"; + position[]={4117.147,107.82697,2388.467}; + name="control_25"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2163; + atlOffset=-3.8914261; + }; + class Item25 + { + dataType="Marker"; + position[]={1346.5555,101.61857,2793.4304}; + name="control_26"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2165; + atlOffset=-3.8914337; + }; + class Item26 + { + dataType="Marker"; + position[]={3288.7114,107.16778,7665.3936}; + name="control_27"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2167; + atlOffset=-3.8914337; + }; + class Item27 + { + dataType="Marker"; + position[]={10071.744,87.55529,12399.857}; + name="control_28"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2169; + atlOffset=-3.8914337; + }; + class Item28 + { + dataType="Marker"; + position[]={16557.588,128.78297,4506.2139}; + name="control_29"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2171; + atlOffset=-3.8914337; + }; + class Item29 + { + dataType="Marker"; + position[]={13265.039,99.508415,5695.835}; + name="control_30"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2173; + atlOffset=-3.8914337; + }; + class Item30 + { + dataType="Marker"; + position[]={15163.07,102.66952,2189.1934}; + name="control_31"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2175; + atlOffset=-3.8914337; + }; + class Item31 + { + dataType="Marker"; + position[]={11295.695,90.049973,10624.298}; + name="control_32"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2177; + atlOffset=-3.8914337; + }; + class Item32 + { + dataType="Marker"; + position[]={13956.692,71.950256,18229.152}; + name="control_33"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2179; + atlOffset=-3.8914337; + }; + class Item33 + { + dataType="Marker"; + position[]={9949.1611,119.76003,8665.5322}; + name="control_34"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2181; + }; + class Item34 + { + dataType="Marker"; + position[]={11533.387,90.571625,7803.0889}; + name="control_35"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2183; + atlOffset=-3.8914337; + }; + class Item35 + { + dataType="Marker"; + position[]={10359.588,64.967743,16886.316}; + name="control_36"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2185; + atlOffset=-3.8914337; + }; + class Item36 + { + dataType="Marker"; + position[]={12591.521,180.31,1507.5975}; + name="control_37"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2187; + atlOffset=-3.8914337; + }; + class Item37 + { + dataType="Marker"; + position[]={13056.367,142.25862,3344.1885}; + name="control_38"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2189; + atlOffset=-3.8914337; + }; + class Item38 + { + dataType="Marker"; + position[]={10460.766,181.50572,5401.2832}; + name="control_39"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2191; + atlOffset=-3.8914337; + }; + class Item39 + { + dataType="Marker"; + position[]={10761.432,115.33353,8975.4541}; + name="control_40"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2193; + atlOffset=-3.8914337; + }; + class Item40 + { + dataType="Marker"; + position[]={9606.6855,99.691399,10983.214}; + name="control_41"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2195; + atlOffset=-3.8914337; + }; + class Item41 + { + dataType="Marker"; + position[]={13492.182,74.85392,13571.608}; + name="control_42"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2197; + atlOffset=-3.8914337; + }; + class Item42 + { + dataType="Marker"; + position[]={10907.249,64.913803,17613.195}; + name="control_43"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=2199; + atlOffset=-3.8914337; + }; + class Item43 + { + dataType="Logic"; + class PositionInfo + { + position[]={16225.714,78.264343,15846.118}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2128; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item44 + { + dataType="Logic"; + class PositionInfo + { + position[]={6084.8511,117.23922,3611.5112}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2129; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item45 + { + dataType="Logic"; + class PositionInfo + { + position[]={13885.175,85.406738,10518.932}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2130; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item46 + { + dataType="Logic"; + class PositionInfo + { + position[]={18389.225,74.611862,15766.646}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2131; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item47 + { + dataType="Logic"; + class PositionInfo + { + position[]={15368.475,81.536888,13977.221}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2132; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item48 + { + dataType="Logic"; + class PositionInfo + { + position[]={4593.6709,118.84402,4609.418}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2133; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item49 + { + dataType="Logic"; + class PositionInfo + { + position[]={19273.277,131.76894,8680.0381}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2134; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item50 + { + dataType="Logic"; + class PositionInfo + { + position[]={19417.326,122.18738,10714.878}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2135; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item51 + { + dataType="Logic"; + class PositionInfo + { + position[]={18771.285,78.964577,17575.635}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2136; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item52 + { + dataType="Logic"; + class PositionInfo + { + position[]={8355.0508,92.978447,14044.019}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2137; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item53 + { + dataType="Logic"; + class PositionInfo + { + position[]={7141.3555,107.79391,12908.047}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2138; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item54 + { + dataType="Logic"; + class PositionInfo + { + position[]={15888.455,99.643044,6756.2622}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2139; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item55 + { + dataType="Logic"; + class PositionInfo + { + position[]={14781.295,91.382591,8797.8301}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2140; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item56 + { + dataType="Logic"; + class PositionInfo + { + position[]={8302.79,143.14406,5040.6421}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2142; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item57 + { + dataType="Logic"; + class PositionInfo + { + position[]={7407.9219,131.43437,8933.3096}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2144; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item58 + { + dataType="Logic"; + class PositionInfo + { + position[]={6013.7036,116.15823,11897.617}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2146; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item59 + { + dataType="Logic"; + class PositionInfo + { + position[]={3902.5742,117.85303,13865.757}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2148; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item60 + { + dataType="Logic"; + class PositionInfo + { + position[]={3826.2185,96.710052,15764.048}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2150; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item61 + { + dataType="Logic"; + class PositionInfo + { + position[]={4632.1797,79.445862,18127.057}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2152; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item62 + { + dataType="Logic"; + class PositionInfo + { + position[]={6676.8574,71.249336,19004.189}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2154; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item63 + { + dataType="Logic"; + class PositionInfo + { + position[]={7566.3486,81.505348,16045.021}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2156; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item64 + { + dataType="Logic"; + class PositionInfo + { + position[]={2270.1362,132.39525,11710.232}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2158; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item65 + { + dataType="Logic"; + class PositionInfo + { + position[]={5905.7705,163.1608,8873.9434}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2160; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item66 + { + dataType="Logic"; + class PositionInfo + { + position[]={8698.0547,143.27629,1786.3379}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2162; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item67 + { + dataType="Logic"; + class PositionInfo + { + position[]={4116.6245,111.71415,2388.9563}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2164; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item68 + { + dataType="Logic"; + class PositionInfo + { + position[]={1346.0331,105.51,2793.9197}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2166; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item69 + { + dataType="Logic"; + class PositionInfo + { + position[]={3288.189,111.05824,7665.8828}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2168; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item70 + { + dataType="Logic"; + class PositionInfo + { + position[]={10071.222,91.450119,12400.347}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2170; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item71 + { + dataType="Logic"; + class PositionInfo + { + position[]={16557.066,132.67572,4506.7031}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2172; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item72 + { + dataType="Logic"; + class PositionInfo + { + position[]={13264.517,103.40097,5696.3242}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2174; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item73 + { + dataType="Logic"; + class PositionInfo + { + position[]={15162.548,106.56982,2189.6826}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2176; + type="ModuleHideTerrainObjects_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item74 + { + dataType="Logic"; + class PositionInfo + { + position[]={11295.173,93.94043,10624.787}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2178; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item75 + { + dataType="Logic"; + class PositionInfo + { + position[]={13956.17,75.840714,18229.641}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2180; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item76 + { + dataType="Logic"; + class PositionInfo + { + position[]={9948.6387,119.75842,8666.0215}; + angles[]={0.0060001095,0,0.019996032}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2182; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.011772156; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item77 + { + dataType="Logic"; + class PositionInfo + { + position[]={11532.864,94.454498,7803.5781}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2184; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item78 + { + dataType="Logic"; + class PositionInfo + { + position[]={10359.065,68.858131,16886.805}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2186; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item79 + { + dataType="Logic"; + class PositionInfo + { + position[]={12590.999,184.19843,1508.0868}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2188; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item80 + { + dataType="Logic"; + class PositionInfo + { + position[]={13055.845,146.15038,3344.6777}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2190; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item81 + { + dataType="Logic"; + class PositionInfo + { + position[]={10460.243,185.395,5401.7725}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2192; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item82 + { + dataType="Logic"; + class PositionInfo + { + position[]={10760.909,119.21791,8975.9434}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2194; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item83 + { + dataType="Logic"; + class PositionInfo + { + position[]={9606.1631,103.59112,10983.703}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2196; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item84 + { + dataType="Logic"; + class PositionInfo + { + position[]={13491.659,78.83744,13572.098}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2198; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item85 + { + dataType="Logic"; + class PositionInfo + { + position[]={10906.727,68.802666,17613.684}; + }; + areaSize[]={20,0,20}; + flags=1; + id=2200; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=1235; + atlOffset=-116.76; + }; + class Item3 + { + dataType="Marker"; + position[]={21594.354,146.22559,7284.3301}; + name="CSAT_carrier"; + type="flag_CSAT"; + id=1794; + atlOffset=13.598297; + }; + class Item4 + { + dataType="Marker"; + position[]={-1087.282,102.995,17670.42}; + name="NATO_carrier"; + type="flag_UN"; + id=1795; + atlOffset=8.528511; + }; + }; + id=1167; + atlOffset=8.4492517e+010; + }; + class Item3 + { + dataType="Layer"; + name="factories"; + state=2; + class Entities + { + items=7; + class Item0 + { + dataType="Layer"; + name="factory_1"; + class Entities + { + items=6; + class Item0 + { + dataType="Marker"; + position[]={12671.63,95.913025,8328.0527}; + name="fact_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=142.42159; + id=1823; + }; + class Item1 + { + dataType="Marker"; + position[]={12655.872,95.709511,8319.7715}; + name="factory_1"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorBrown"; + a=176.65199; + b=51.507999; + angle=316.58197; + id=1824; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={12559.348,100.28281,8205.3594}; + angles[]={0,0.51823127,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1976; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={12665.895,101.65913,8386.5273}; + angles[]={0,2.4180295,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1975; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={12684.605,100.20187,8311.0537}; + angles[]={0,5.4538622,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1977; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item5 + { + dataType="Marker"; + position[]={12648.693,95.642258,8305.334}; + name="fact_1_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=124.26476; + id=2585; + }; + }; + id=1244; + atlOffset=-116.76; + }; + class Item1 + { + dataType="Layer"; + name="factory_2"; + class Entities + { + items=8; + class Item0 + { + dataType="Marker"; + position[]={10394.598,106.47,7256.123}; + name="fact_2_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=271.35046; + id=1826; + }; + class Item1 + { + dataType="Marker"; + position[]={10446.199,106.47,7260.189}; + name="factory_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=86.49707; + b=96.506836; + id=1827; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={10375.987,111.36992,7180.2842}; + angles[]={0,0.65339965,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1979; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0050811768; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={10460.791,111.375,7300.9546}; + angles[]={0,3.105648,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1980; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={10472.979,111.36992,7177.3037}; + angles[]={0,6.0528712,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1981; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0050811768; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={10372.662,106.47,7256.3779}; + }; + areaSize[]={7.1690001,0,7.2269959}; + areaIsRectangle=1; + flags=1; + id=1982; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={10374.77,111.3653,7316.354}; + angles[]={0,2.4213428,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1978; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0050811768; + }; + class Item7 + { + dataType="Marker"; + position[]={10378.977,106.47,7241.272}; + name="fact_2_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=358.14099; + id=2588; + }; + }; + id=1248; + atlOffset=-116.76; + }; + class Item2 + { + dataType="Layer"; + name="factory_3"; + class Entities + { + items=6; + class Item0 + { + dataType="Marker"; + position[]={3636.979,107.83969,1496.1901}; + name="fact_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=230.73042; + id=1832; + atlOffset=0.60869598; + }; + class Item1 + { + dataType="Marker"; + position[]={3658.0813,106.50443,1493.7296}; + name="factory_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=75; + b=75; + angle=12.812506; + id=1833; + atlOffset=7.6293945e-006; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={3622.8694,113.53773,1456.7115}; + angles[]={0,0.94378805,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1984; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={3680.9949,111.50799,1471.1035}; + angles[]={0,5.0341015,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1985; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.16716003; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={3625.3755,111.20934,1539.2191}; + angles[]={0,2.3321397,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1983; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item5 + { + dataType="Marker"; + position[]={3619.468,108.46128,1504.4885}; + name="fact_3_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=201.4278; + id=2587; + atlOffset=0.60869598; + }; + }; + id=1252; + atlOffset=-116.76; + }; + class Item3 + { + dataType="Layer"; + name="factory_4"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={12859.642,106.62936,5587.2197}; + name="fact_4_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=88.091858; + id=1835; + }; + class Item1 + { + dataType="Marker"; + position[]={12840.15,106.51001,5542.0801}; + name="factory_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=97.571136; + b=108.52962; + angle=341.09393; + id=1836; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={12896.069,111.39414,5508.897}; + angles[]={0,5.3829384,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1988; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={12769.937,111.41501,5590.9668}; + angles[]={0,1.9743924,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1986; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={12843.663,111.77507,5625.0044}; + angles[]={0,2.7320015,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1987; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={12808.396,111.46455,5466.6382}; + angles[]={0,0.16666034,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1989; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Marker"; + position[]={12866.298,106.57363,5568.9951}; + name="fact_4_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=45.467579; + id=2586; + }; + }; + id=1256; + atlOffset=-116.76; + }; + class Item4 + { + dataType="Layer"; + name="factory_5"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={3072.1316,82.370422,15502.81}; + name="fact_5_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=112.37476; + id=1838; + }; + class Item1 + { + dataType="Marker"; + position[]={3100.6304,82.021011,15545.356}; + name="factory_5"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=85.275757; + b=97.295898; + angle=18.806229; + id=1839; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={3030.0916,86.772797,15505.266}; + angles[]={0,1.3068883,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1991; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0025024414; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={3051.2144,84.803841,15606.565}; + angles[]={0,2.3169119,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1992; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={3171.1135,86.764282,15607.965}; + angles[]={0,4.2236938,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1993; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={3138.645,88.200485,15433.863}; + angles[]={0,5.9836292,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1990; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Marker"; + position[]={3092.4165,82.655998,15497.225}; + name="fact_5_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=275.02606; + id=2583; + }; + }; + id=1260; + atlOffset=-116.76; + }; + class Item5 + { + dataType="Layer"; + name="factory_6"; + class Entities + { + items=5; + class Item0 + { + dataType="Marker"; + position[]={11026.419,91.088745,11438.381}; + name="fact_6_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=48.631687; + id=1844; + }; + class Item1 + { + dataType="Marker"; + position[]={11051.099,91.236687,11414.195}; + name="factory_6"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=75; + b=75; + angle=326.08301; + id=1845; + atlOffset=7.6293945e-006; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={11109.945,96.327988,11408.825}; + angles[]={0,5.0136008,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1996; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={11020.02,96.092369,11430.629}; + angles[]={0,2.151962,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1994; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={11061.062,95.347351,11464.775}; + angles[]={0,3.3601818,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1995; + type="Land_Cargo_Patrol_V2_F"; + }; + }; + id=1264; + atlOffset=-116.76; + }; + class Item6 + { + dataType="Layer"; + name="factory_7"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={16760.596,77.210693,17940.248}; + name="fact_7_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=229.81485; + id=1829; + }; + class Item1 + { + dataType="Marker"; + position[]={16735.154,77.031525,17971.348}; + name="factory_7"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=68.728333; + b=68.069115; + angle=324.72681; + id=1830; + atlOffset=0.025985718; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={16663.436,80.933868,17987.148}; + angles[]={0,1.9932342,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1998; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.002243042; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={16732.926,81.787468,18032.828}; + angles[]={0,3.2010744,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1999; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={16801.578,82.216713,17951.713}; + angles[]={0,4.6165199,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2000; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.002243042; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={16723.236,82.103714,17896.887}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=1997; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.002243042; + }; + class Item6 + { + dataType="Marker"; + position[]={16746.547,77.124077,17951.059}; + name="fact_7_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=229.81485; + id=2584; + }; + }; + id=1268; + atlOffset=-116.76; + }; + }; + id=1243; + atlOffset=10.792679; + }; + class Item4 + { + dataType="Layer"; + name="outposts"; + state=2; + class Entities + { + items=19; + class Item0 + { + dataType="Layer"; + name="outpost_1"; + class Entities + { + items=8; + class Item0 + { + dataType="Marker"; + position[]={15633.15,85.537964,14670.242}; + name="outp_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=117.04991; + id=1859; + atlOffset=10.456795; + }; + class Item1 + { + dataType="Marker"; + position[]={15581.271,75.0476,14691.373}; + name="outpost_1"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=87.57959; + b=86.227051; + id=1860; + }; + class Item2 + { + dataType="Marker"; + position[]={15554.472,75.0476,14675.992}; + name="outp_1_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1861; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={15521.987,79.79808,14722.072}; + angles[]={0,1.8385134,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2001; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.022438049; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={15554.798,79.953133,14637.702}; + angles[]={0,0.37216347,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2002; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.00017547607; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={15628.306,79.952599,14660.607}; + angles[]={0,4.7565007,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2003; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Marker"; + position[]={15620.24,85.503998,14672.294}; + name="outp_1_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=117.05; + id=3242; + atlOffset=10.456398; + }; + class Item7 + { + dataType="Marker"; + position[]={15611.142,85.50444,14681.657}; + name="outp_1_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=117.0499; + id=3243; + atlOffset=10.456741; + }; + }; + id=892; + atlOffset=-116.76; + }; + class Item1 + { + dataType="Layer"; + name="outpost_2"; + class Entities + { + items=31; + class Item0 + { + dataType="Marker"; + position[]={1249.0989,138.20007,13046.974}; + name="outp_2_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1880; + }; + class Item1 + { + dataType="Marker"; + position[]={1255.4949,138.07477,13087.986}; + name="outp_2_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=89.548355; + id=1882; + }; + class Item2 + { + dataType="Marker"; + position[]={1246.0703,138.20007,13064.899}; + name="outpost_2"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=89.734741; + b=75; + angle=351.87891; + id=1883; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={1192.0974,137.99977,13045.146}; + angles[]={6.2765622,1.5212603,0.037314966}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2050; + type="Land_HelipadSquare_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={1166.9175,140.90005,13085.983}; + angles[]={0,2.1112397,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2046; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={1169.6104,140.95894,13030.66}; + angles[]={0,0.35281283,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2047; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=1.5258789e-005; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={1265.4636,143.1037,13064.781}; + angles[]={0,4.6492176,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2048; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=1.5258789e-005; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={1215.4692,138.20007,13065.025}; + }; + areaSize[]={5,0,13.370605}; + flags=1; + id=2044; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={1190.5487,138.13112,13077.099}; + angles[]={0.0045412821,1.5212603,0.0098809516}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2049; + type="Land_HelipadSquare_F"; + }; + class Item9 + { + dataType="Marker"; + position[]={1238.0984,138.17445,13086.19}; + name="outp_2_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=89.548355; + id=2743; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={1204.1948,138.9257,13029.783}; + angles[]={6.2817621,3.0766568,0.006108406}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2725; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={1195.8751,138.82249,13029.316}; + angles[]={6.2799101,3.0766568,0.018335201}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2726; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={1187.6259,138.43057,13028.925}; + angles[]={6.2776828,3.0766568,0.070187747}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2727; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={1180.0378,137.78667,13028.456}; + angles[]={0.0009765625,3.0766568,0.089890592}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2728; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={1167.5331,136.64796,13026.121}; + angles[]={6.2769899,3.4800482,0.075287566}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2729; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={1163.5402,136.41869,13033.795}; + angles[]={0.00077204045,4.6520095,0.040550709}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2730; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={1161.2377,136.39944,13074.71}; + angles[]={0.0089769717,1.5047461,0.11834706}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2731; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={1161.5791,136.5374,13066.007}; + angles[]={0.0085762804,1.5050913,0.087116994}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2732; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={1162.0782,136.49911,13057.689}; + angles[]={6.2761774,1.5034623,0.05732841}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2733; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={1162.5018,136.43503,13049.441}; + angles[]={6.2712302,1.5015601,0.046556387}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2734; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={1163.0001,136.40073,13041.855}; + angles[]={6.2799282,1.5009267,0.037316564}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2735; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={1160.4563,136.12161,13081.632}; + angles[]={0.024000978,1.5047461,0.12121963}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2736; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={1161.7966,136.13614,13087.803}; + angles[]={0.018099615,2.1394482,0.11180585}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2737; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={1209.0465,138.84105,13092.579}; + angles[]={0.0220327,3.0766568,0.016406724}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2738; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={1200.3427,138.72209,13092.271}; + angles[]={0.04544818,3.0766568,0.012318902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2739; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={1192.0229,138.44453,13091.805}; + angles[]={0.075691424,3.0766568,0.041763216}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2740; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={1183.7737,137.94992,13091.413}; + angles[]={0.083921663,3.0766568,0.082314923}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2741; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={1176.1857,137.34055,13090.944}; + angles[]={0.072513729,3.0766568,0.088982351}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2742; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={1212.8987,138.93968,13030.091}; + angles[]={0,3.0766568,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2724; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Marker"; + position[]={1278.8931,138.02501,13075.991}; + name="outp_2_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=356.36734; + id=3235; + }; + class Item30 + { + dataType="Marker"; + position[]={1279.698,138.18391,13062.932}; + name="outp_2_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=356.36731; + id=3236; + }; + }; + id=897; + atlOffset=-116.76; + }; + class Item2 + { + dataType="Layer"; + name="outpost_3"; + class Entities + { + items=10; + class Item0 + { + dataType="Marker"; + position[]={1758.2034,100.43763,1350.2983}; + name="outp_3_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1890; + }; + class Item1 + { + dataType="Marker"; + position[]={1761.6918,101.10288,1317.1868}; + name="outp_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=178.80249; + id=1892; + }; + class Item2 + { + dataType="Marker"; + position[]={1774.413,100.758,1332.741}; + name="outpost_3"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=100; + b=100; + id=1893; + atlOffset=0.00047302246; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={1788.5601,106.30859,1291.7905}; + angles[]={0,6.0255494,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2052; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={1729.7472,106.23087,1311.621}; + angles[]={0,0.89104187,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2053; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={1751.4733,105.137,1361.5557}; + angles[]={0,2.6313961,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2054; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={1794.5317,100.61826,1331.5084}; + angles[]={0.019999012,0.38352445,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2051; + type="Land_HelipadSquare_F"; + }; + class Item7 + { + dataType="Marker"; + position[]={1776.4186,101.13681,1313.0176}; + name="outp_3_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=215.32669; + id=2628; + }; + class Item8 + { + dataType="Marker"; + position[]={1764.6893,101.25735,1276.9482}; + name="outp_3_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=21.71221; + id=3217; + }; + class Item9 + { + dataType="Marker"; + position[]={1775.1497,101.27321,1273.1384}; + name="outp_3_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=22.680872; + id=3218; + }; + }; + id=902; + atlOffset=-116.76; + }; + class Item3 + { + dataType="Layer"; + name="outpost_4"; + class Entities + { + items=12; + class Item0 + { + dataType="Marker"; + position[]={15120.294,109.14326,2290.2268}; + name="outp_4_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=205.4153; + id=1895; + }; + class Item1 + { + dataType="Marker"; + position[]={15110.995,109.4379,2306.8838}; + name="outpost_4"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1896; + atlOffset=-7.6293945e-006; + }; + class Item2 + { + dataType="Marker"; + position[]={15094.674,109.81705,2317.6914}; + name="outp_4_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1897; + atlOffset=-7.6293945e-006; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={15167.303,112.33624,2309.3328}; + angles[]={0,4.6557531,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2055; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={15146.808,112.94214,2264.1138}; + angles[]={0,5.1548843,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2056; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={15067.184,115.16982,2286.4114}; + angles[]={0,0.95286024,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2057; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={15110.549,109.15569,2269.3391}; + angles[]={0,0.32386065,0}; + }; + areaSize[]={6.7210813,0,2.7798028}; + areaIsRectangle=1; + flags=1; + id=2058; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0052642822; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Marker"; + position[]={15106.287,109.50629,2293.656}; + name="outp_4_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=168.02142; + id=2620; + atlOffset=-7.6293945e-006; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={15086.711,114.72629,2348.7373}; + angles[]={0,2.868202,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2621; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={15087.989,109.80878,2345.9402}; + angles[]={0.0080009829,0.32386065,6.2551947}; + }; + areaSize[]={4.2854767,0,2.7798028}; + areaIsRectangle=1; + flags=1; + id=2622; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Marker"; + position[]={15060.712,110.26378,2268.0042}; + name="outp_4_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=17.000061; + id=3219; + atlOffset=-7.6293945e-006; + }; + class Item11 + { + dataType="Marker"; + position[]={15074.979,109.94851,2264.0259}; + name="outp_4_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=17.000059; + id=3220; + }; + }; + id=907; + atlOffset=-116.76; + }; + class Item4 + { + dataType="Layer"; + name="outpost_5"; + class Entities + { + items=14; + class Item0 + { + dataType="Marker"; + position[]={13447.321,112.12154,4064.0037}; + name="outp_5_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=77.139015; + id=1899; + atlOffset=8.3115387; + }; + class Item1 + { + dataType="Marker"; + position[]={13429.197,103.81,4073.8738}; + name="outpost_5"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1900; + }; + class Item2 + { + dataType="Marker"; + position[]={13433.703,103.8101,4021.1667}; + name="outp_5_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1901; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={13436.125,108.73244,4009.3853}; + angles[]={0,0.032253198,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2062; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.007194519; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={13495.305,108.24335,4047.603}; + angles[]={0,5.3862629,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2063; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={13428.089,116.69592,4124.2544}; + angles[]={0,4.1171794,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2061; + type="Land_Cargo_Tower_V2_F"; + atlOffset=-7.6293945e-005; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={13484.369,103.40858,4073.3083}; + angles[]={0,0.92666101,0}; + }; + areaSize[]={7.6739011,0,5}; + areaIsRectangle=1; + flags=1; + id=2059; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0026016235; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={13410.813,103.81,4098.6851}; + angles[]={0,2.5410647,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2060; + type="Land_HelipadSquare_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={13451.068,103.80999,4033.8403}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2202; + type="land_gm_radio_antenna_01"; + }; + class Item9 + { + dataType="Marker"; + position[]={13454.301,112.12154,4051.6028}; + name="outp_5_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=59.216202; + id=2623; + atlOffset=8.3115387; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={13374.623,103.84199,4094.9177}; + angles[]={6.2792792,0.92666101,6.2734323}; + }; + areaSize[]={4.3568487,0,3.5200722}; + areaIsRectangle=1; + flags=1; + id=2624; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={13373.955,108.75827,4095.4641}; + angles[]={0,1.7266352,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2625; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item12 + { + dataType="Marker"; + position[]={13504.577,110.69067,4079.9331}; + name="outp_5_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=233.79573; + id=3221; + atlOffset=8.3115921; + }; + class Item13 + { + dataType="Marker"; + position[]={13487.231,111.099,4101.6172}; + name="outp_5_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=231.75591; + id=3222; + atlOffset=8.3114395; + }; + }; + id=912; + atlOffset=-116.76; + }; + class Item5 + { + dataType="Layer"; + name="outpost_6"; + class Entities + { + items=15; + class Item0 + { + dataType="Marker"; + position[]={13498.969,91.831268,9224.1328}; + name="outp_6_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=113.78967; + id=1903; + }; + class Item1 + { + dataType="Marker"; + position[]={13501.369,91.831001,9277.0449}; + name="outpost_6"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=109.60435; + angle=24.260649; + id=1904; + atlOffset=-0.00026702881; + }; + class Item2 + { + dataType="Marker"; + position[]={13471.723,80.22374,9241.7852}; + name="outp_6_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1905; + atlOffset=-11.607529; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={13508.286,91.852631,9303.333}; + angles[]={0,5.1541762,6.2707272}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2069; + type="Land_HelipadSquare_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={13558.151,96.296211,9333.4707}; + angles[]={0,5.2037067,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2065; + type="Land_Cargo_HQ_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={13501.696,96.604141,9195.5322}; + angles[]={0,6.01828,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2066; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.02571106; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={13574.026,97.236794,9351.9111}; + angles[]={0,4.3577056,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2067; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.02571106; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={13507.49,105.80425,9367.5771}; + angles[]={0,5.1838312,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2064; + type="Land_Cargo_Tower_V2_F"; + atlOffset=-0.011550903; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={13520.177,91.60704,9216.6885}; + angles[]={0,0.47667342,0}; + }; + areaSize[]={5,0,8.062953}; + areaIsRectangle=1; + flags=1; + id=2070; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.0017166138; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={13486.947,91.831268,9257.6768}; + angles[]={0,5.1541762,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2068; + type="Land_HelipadSquare_F"; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={13492.151,93.061394,9346.1533}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2203; + type="land_gm_radio_antenna_01"; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={13423.315,97.1661,9225.002}; + angles[]={0,1.026235,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2752; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item12 + { + dataType="Marker"; + position[]={13505.59,91.831268,9235.9902}; + name="outp_6_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=113.78964; + id=3228; + }; + class Item13 + { + dataType="Marker"; + position[]={13546.086,91.309761,9213.1016}; + name="outp_6_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=293.34119; + id=3229; + }; + class Item14 + { + dataType="Marker"; + position[]={13540.591,91.296356,9202.8076}; + name="outp_6_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=293.34119; + id=3230; + }; + }; + id=917; + atlOffset=-116.76; + }; + class Item6 + { + dataType="Layer"; + name="outpost_7"; + class Entities + { + items=11; + class Item0 + { + dataType="Marker"; + position[]={14588.525,80.489998,12105.863}; + name="outp_7_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=145.45479; + id=1907; + }; + class Item1 + { + dataType="Marker"; + position[]={14618.196,80.489998,12132.646}; + name="outpost_7"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1908; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={14639.702,85.394997,12107.547}; + angles[]={0,5.6162901,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2072; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={14623.435,85.395004,12139.475}; + angles[]={0,3.0617981,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2073; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={14573.504,85.067467,12113.272}; + angles[]={0,1.8417231,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2071; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={14654.066,81.09697,12117.222}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2206; + type="land_gm_radio_antenna_01"; + atlOffset=-7.6293945e-006; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={14611.437,85.407402,12084.225}; + angles[]={0,0.11271781,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2750; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item7 + { + dataType="Marker"; + position[]={14601.199,80.489998,12115.471}; + name="outp_7_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=145.36368; + id=2751; + }; + class Item8 + { + dataType="Marker"; + position[]={14572.311,80.150841,12064.998}; + name="outp_7_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=51.269989; + id=3239; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={14571.968,80.132385,12069.446}; + angles[]={0.011995304,0,0.0080009829}; + }; + areaSize[]={1,0,1}; + flags=1; + id=3241; + type="ModuleHideTerrainObjects_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={14572.38,80.08963,12065.108}; + angles[]={0,5.6163297,0}; + }; + areaSize[]={5.2854471,0,10.37831}; + areaIsRectangle=1; + flags=1; + id=3238; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.062950134; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=7; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=922; + atlOffset=-116.76; + }; + class Item7 + { + dataType="Layer"; + name="outpost_8"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={19827.615,129.19023,11298.506}; + name="outp_8_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=20; + b=5; + angle=185.79483; + id=1912; + }; + class Item1 + { + dataType="Marker"; + position[]={19805.076,129.2737,11318.366}; + name="outpost_8"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + angle=335.53992; + id=1913; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={19865.557,133.59615,11288.875}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2075; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={19737.027,135.60248,11334.207}; + angles[]={0,1.1485656,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2076; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={19821.076,141.67122,11326.739}; + angles[]={0,2.6351585,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2074; + type="Land_Cargo_Tower_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={19777.654,129.8502,11331.519}; + angles[]={0.0039967569,5.8545904,6.259192}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2077; + type="Land_HelipadSquare_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={19830.113,132.55159,11395.092}; + angles[]={0,3.2595847,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2594; + type="Land_Cargo_Patrol_V2_F"; + }; + }; + id=927; + atlOffset=-116.76; + }; + class Item8 + { + dataType="Layer"; + name="outpost_9"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={13730.116,76.082947,16338.41}; + name="outp_9_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=94.831978; + id=1916; + }; + class Item1 + { + dataType="Marker"; + position[]={13692.993,75.536179,16351.436}; + name="outpost_9"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1917; + atlOffset=-0.00022888184; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={13732.262,81.105812,16291.379}; + angles[]={0,5.8103423,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2080; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={13742.173,80.762604,16371.673}; + angles[]={0,3.5555058,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2081; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={13644.126,79.450676,16365.859}; + angles[]={0,1.7572714,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2082; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={13694.561,80.657967,16295.923}; + angles[]={0,0.046005353,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2083; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={13745.043,76.093285,16339.714}; + angles[]={0,0.11079395,0}; + }; + areaSize[]={2.4740005,0,7.5796685}; + areaIsRectangle=1; + flags=1; + id=2078; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.0016555786; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={13669.86,75.098358,16354.893}; + angles[]={0.0080009829,3.1068482,0.017997233}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2079; + type="Land_HelipadSquare_F"; + }; + class Item8 + { + dataType="Marker"; + position[]={13717.743,75.965431,16339.371}; + name="outp_9_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=94.83197; + id=3244; + }; + }; + id=932; + atlOffset=-116.76; + }; + class Item9 + { + dataType="Layer"; + name="outpost_10"; + class Entities + { + items=10; + class Item0 + { + dataType="Marker"; + position[]={11588.91,74.168686,17636.938}; + name="outp_10_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=184.66779; + id=1919; + }; + class Item1 + { + dataType="Marker"; + position[]={11619.842,74.340874,17704.918}; + name="outpost_10"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=92.023926; + b=98.558594; + id=1920; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={11657.781,78.106293,17642.506}; + angles[]={0,5.5271368,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2005; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.010932922; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={11625.84,79.455666,17782.531}; + angles[]={0,3.180779,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2006; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.010932922; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={11589.194,74.167725,17641.822}; + angles[]={0,0.077683806,0}; + }; + areaSize[]={11.562381,0,5.7774029}; + areaIsRectangle=1; + flags=1; + id=2007; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.001121521; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={11551.618,79.769882,17655.381}; + angles[]={0,1.1026609,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2004; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.010932922; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={11648.881,74.072662,17721.152}; + angles[]={6.2751918,4.0974216,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2084; + type="Land_HelipadSquare_F"; + atlOffset=7.6293945e-006; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={11575.245,75.056374,17731.84}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2205; + type="land_gm_radio_antenna_01"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={11550.44,80.015327,17715.631}; + angles[]={0,1.6276745,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2593; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.010932922; + }; + class Item9 + { + dataType="Marker"; + position[]={11589.917,74.258835,17647.766}; + name="outp_10_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=184.66777; + id=3245; + }; + }; + id=937; + atlOffset=-116.76; + }; + class Item10 + { + dataType="Layer"; + name="outpost_11"; + class Entities + { + items=10; + class Item0 + { + dataType="Marker"; + position[]={6859.0835,84.845795,17599.609}; + name="outp_11_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=152.56854; + id=1923; + atlOffset=9.8995209; + }; + class Item1 + { + dataType="Marker"; + position[]={6872.6704,74.128189,17643.93}; + name="outpost_11"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=62.931515; + b=54.077778; + angle=332.30432; + id=1924; + atlOffset=-0.0013580322; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={6876.4658,78.83963,17683.328}; + angles[]={0,3.0551841,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2009; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-3.0517578e-005; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={6843.1494,79.647461,17603.924}; + angles[]={0,0.43242469,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2010; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.044845581; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={6915.0488,79.457245,17639.873}; + angles[]={0,5.0670762,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2008; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.019927979; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={6849.0181,73.708038,17665.438}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2201; + type="land_gm_radio_antenna_01"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={6815.4136,78.8526,17647.91}; + angles[]={0,1.5805334,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2744; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item7 + { + dataType="Marker"; + position[]={6912.4976,85.049591,17628.479}; + name="outp_11_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=151.8688; + id=2745; + atlOffset=10.366539; + }; + class Item8 + { + dataType="Marker"; + position[]={6879.3877,84.730583,17610.289}; + name="outp_11_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=152.56854; + id=3246; + atlOffset=9.9073868; + }; + class Item9 + { + dataType="Marker"; + position[]={6897.0366,84.649475,17620.074}; + name="outp_11_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=152.56854; + id=3247; + atlOffset=9.899559; + }; + }; + id=942; + atlOffset=-116.76; + }; + class Item11 + { + dataType="Layer"; + name="outpost_12"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={9074.1729,158.47949,5742.0869}; + name="outp_12_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=358.39633; + id=1927; + atlOffset=5.9995575; + }; + class Item1 + { + dataType="Marker"; + position[]={9101.6465,152.3924,5722.0864}; + name="outpost_12"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + angle=59.041492; + id=1928; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={9089.6494,157.28761,5787.291}; + angles[]={0,1.7936208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2012; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={9155.5732,157.55609,5695.7827}; + angles[]={0,4.210515,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2013; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={9040.0645,158.03778,5759.1597}; + angles[]={0,1.7936208,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2011; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item5 + { + dataType="Marker"; + position[]={9084.5732,158.32396,5727.958}; + name="outp_12_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=358.39633; + id=2626; + atlOffset=5.9995575; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={9091.6152,155.64215,5659.5054}; + angles[]={0,6.2104936,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2627; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item7 + { + dataType="Marker"; + position[]={9090.9443,158.39583,5749.3564}; + name="outp_12_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=277.68164; + id=3231; + atlOffset=5.9995575; + }; + class Item8 + { + dataType="Marker"; + position[]={9098.1953,158.41924,5735.2598}; + name="outp_12_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=275.12006; + id=3232; + atlOffset=5.9995575; + }; + }; + id=947; + atlOffset=-116.76; + }; + class Item12 + { + dataType="Layer"; + name="outpost_13"; + class Entities + { + items=37; + class Item0 + { + dataType="Marker"; + position[]={2524.4529,110.59265,8400.9375}; + name="outp_13_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=359.62262; + id=1931; + }; + class Item1 + { + dataType="Marker"; + position[]={2542.6458,110.94485,8381.6895}; + name="outpost_13"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1932; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={2591.6958,116.3632,8407.7861}; + angles[]={0,4.4270768,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2017; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={2542.4417,117.82993,8396.5781}; + angles[]={0,3.0853114,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2014; + type="Land_PoliceStation_01_F"; + atlOffset=7.6293945e-006; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={2544.2744,116.06319,8393.2607}; + angles[]={0,6.2321205,0}; + }; + areaSize[]={9.665,0,11.316}; + areaIsRectangle=1; + flags=1; + id=2015; + type="ModuleHideTerrainObjects_F"; + atlOffset=5.2179871; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={2530.3601,113.49259,8409.5205}; + angles[]={6.0421505,6.2321205,6.2541389}; + }; + areaSize[]={12.216654,0,3.4238324}; + areaIsRectangle=1; + flags=1; + id=2018; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.8687439; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={2513.8354,115.41034,8403.1709}; + angles[]={0,2.4898901,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2016; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={2530.6047,110.94519,8367.8926}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2204; + type="land_gm_radio_antenna_01"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={2596.1516,117.14606,8361.6484}; + angles[]={0,5.5609131,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2653; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={2520.4934,115.99566,8353.7627}; + angles[]={0,0.73171252,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2654; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item10 + { + dataType="Marker"; + position[]={2526.2043,110.75706,8379.7383}; + name="outp_13_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=356.23157; + id=2656; + atlOffset=-7.6293945e-006; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={2526.8955,112.02416,8348.1445}; + angles[]={0.019996032,3.0238769,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2630; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={2535.095,112.11345,8348.9102}; + angles[]={0.019996032,3.0238769,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2631; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={2542.8474,112.20276,8349.8672}; + angles[]={0.017997233,3.0238769,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2632; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={2550.6802,112.28131,8350.8682}; + angles[]={0.019996032,3.0238769,0.011995304}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2633; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={2559.2153,112.38361,8351.9082}; + angles[]={0.017997233,3.0238769,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2634; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={2566.6584,112.52095,8352.5586}; + angles[]={0.018000545,3.0238769,0.0219975}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2635; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={2574.5183,112.67894,8353.3877}; + angles[]={0.018000545,3.0238769,0.0219975}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2636; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={2582.2163,112.83306,8354.2344}; + angles[]={0.018000545,3.0238769,0.0219975}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2637; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={2589.7505,112.9755,8355.001}; + angles[]={0.017997233,3.0238769,0.019999012}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2638; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={2598.3784,113.12208,8356.001}; + angles[]={0.015998369,3.0238769,0.019996032}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2639; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={2598.2905,112.19465,8414.3623}; + angles[]={0.01799392,4.6260214,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2640; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={2599.002,112.36455,8406.583}; + angles[]={0.02399601,4.6259823,0.017997233}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2641; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={2599.7546,112.50349,8398.7227}; + angles[]={0.013995145,4.6259918,0.019996032}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2642; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={2600.5242,112.63877,8390.1592}; + angles[]={0.013995145,4.6260214,0.019996032}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2643; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={2600.939,112.75422,8382.6992}; + angles[]={0.015998369,4.6259823,0.01799392}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2644; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={2601.519,112.88346,8374.8174}; + angles[]={0.013995145,4.6259918,0.019996032}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2645; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={2602.1218,113.00941,8367.0957}; + angles[]={0.015998369,4.6260505,0.019996032}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2646; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={2602.6499,113.14085,8359.541}; + angles[]={0.015998369,4.6261106,0.019996032}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2647; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={2567.5024,111.74556,8412.2266}; + angles[]={0,3.0238769,0.013999403}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2649; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={2575.2004,111.85529,8413.0732}; + angles[]={0.0060001095,3.0238769,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2650; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={2582.7346,111.96272,8413.8398}; + angles[]={0.012000273,3.0238769,0.013995145}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2651; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={2591.3625,112.07487,8414.8398}; + angles[]={0.015998369,3.0238769,0.015998369}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2652; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={2584.1924,111.67066,8382.2539}; + angles[]={0.013999403,4.6338568,0.02199479}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2655; + type="Land_HelipadSquare_F"; + atlOffset=-2.2888184e-005; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={2518.9202,111.94121,8347.3174}; + angles[]={0.019996032,3.0238769,0.012000273}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2629; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item35 + { + dataType="Marker"; + position[]={2546.2275,110.8189,8426.665}; + name="outp_13_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=10; + b=5; + angle=174.42795; + id=3233; + }; + class Item36 + { + dataType="Logic"; + class PositionInfo + { + position[]={2546.46,113.68739,8426.835}; + angles[]={6.0421505,6.1829777,6.2541389}; + }; + areaSize[]={10.72115,0,5.3924003}; + areaIsRectangle=1; + flags=1; + id=3234; + type="ModuleHideTerrainObjects_F"; + atlOffset=2.8614044; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=952; + atlOffset=-116.76; + }; + class Item13 + { + dataType="Layer"; + name="outpost_14"; + class Entities + { + items=10; + class Item0 + { + dataType="Marker"; + position[]={9826.0215,94.327438,12332.119}; + name="outp_14_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=168.58397; + id=1935; + atlOffset=1.1073685; + }; + class Item1 + { + dataType="Marker"; + position[]={9817.2305,94.440895,12370.373}; + name="outpost_14"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1936; + atlOffset=1.2208939; + }; + class Item2 + { + dataType="Marker"; + position[]={9799.5459,93.220001,12371.12}; + name="outp_14_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1937; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={9808.5225,98.142784,12316.194}; + angles[]={0,0.73362988,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2019; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={9867.3223,98.122253,12328.801}; + angles[]={0,5.2581339,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2020; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.0019073486; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={9783.8555,98.1614,12404.862}; + angles[]={0,2.063705,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2021; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={9855.8223,98.126907,12382.127}; + angles[]={0,3.667861,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2746; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.0019073486; + }; + class Item7 + { + dataType="Marker"; + position[]={9827.2773,94.224564,12296.883}; + name="outp_14_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=348.02493; + id=2748; + atlOffset=1.1076584; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={9827.6152,93.114998,12297.004}; + angles[]={6.2608171,6.0882683,6.2695265}; + }; + areaSize[]={15,0,5}; + areaIsRectangle=1; + flags=1; + id=2749; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={9828.7207,93.220566,12319.597}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=2747; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=957; + atlOffset=-116.76; + }; + class Item14 + { + dataType="Layer"; + name="outpost_15"; + class Entities + { + items=24; + class Item0 + { + dataType="Marker"; + position[]={8572.0439,123.38824,8766.5928}; + name="outp_15_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=155.3643; + id=1939; + }; + class Item1 + { + dataType="Marker"; + position[]={8574.1816,123.68843,8781.7578}; + name="outpost_15"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1940; + }; + class Item2 + { + dataType="Marker"; + position[]={8558.4551,123.71842,8780.6123}; + name="outp_15_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1941; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={8552.5039,128.29422,8761.8994}; + angles[]={0,1.0145866,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2027; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.019958496; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={8571.292,123.3849,8769.1846}; + angles[]={0,5.8690186,0}; + }; + areaSize[]={5,0,7.8041506}; + areaIsRectangle=1; + flags=1; + id=2023; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.057495117; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={8613.3428,127.97569,8773.0078}; + angles[]={0,4.584012,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2026; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={8557.9902,124.22746,8802.4395}; + angles[]={6.2571931,2.5108528,6.2811723}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2085; + type="Land_HelipadSquare_F"; + atlOffset=7.6293945e-006; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={8532.4092,129.27097,8802.2803}; + angles[]={0,1.6255685,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2657; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.019958496; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={8557.6045,129.66527,8823.5615}; + angles[]={0,3.0955534,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2658; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=7.6293945e-006; + }; + class Item9 + { + dataType="Marker"; + position[]={8617.7881,123.02,8754.4932}; + name="outp_15_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=15; + b=5; + angle=334.69891; + id=2659; + atlOffset=-0.0001449585; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={8532.8604,124.81293,8789.3291}; + angles[]={6.2591896,4.2679367,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2661; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={8529.9092,125.01656,8795.6465}; + angles[]={6.261188,4.2679367,6.2631865}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2662; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={8528.1836,125.20826,8802.6416}; + angles[]={6.2571907,4.7906561,6.2671833}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2663; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={8530.7646,125.33381,8809.0586}; + angles[]={6.2571907,5.5560393,6.2671833}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2664; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={8535.4951,125.41014,8813.5518}; + angles[]={6.2531939,5.5536561,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2665; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={8540.0527,125.47736,8817.583}; + angles[]={6.2531939,5.5536561,6.2711802}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2666; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={8550.2559,125.57806,8825.3242}; + angles[]={6.2551947,5.839704,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2667; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={8545.5605,125.49018,8820.4717}; + angles[]={6.2531958,5.5536561,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2668; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={8557.7227,125.61548,8828.1602}; + angles[]={6.259192,6.2527909,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2669; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={8578.3359,125.19683,8813.833}; + angles[]={6.2571907,0.70793402,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2670; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={8573.4277,125.32484,8818.251}; + angles[]={6.259192,0.70793402,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2671; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={8568.2783,125.44467,8822.5293}; + angles[]={6.2591896,0.70793402,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2672; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={8563.5859,125.55641,8826.6768}; + angles[]={6.259192,0.70793402,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2673; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={8535.7598,124.63975,8783.6895}; + angles[]={6.2631893,4.2679367,6.2771854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2660; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + }; + id=962; + atlOffset=-116.76; + }; + class Item15 + { + dataType="Layer"; + name="outpost_16"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={15252.072,100.83026,8833.4678}; + name="outp_16_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=359.85968; + id=1943; + atlOffset=5.6883698; + }; + class Item1 + { + dataType="Marker"; + position[]={15246.287,95.37838,8817.1484}; + name="outpost_16"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=40.708424; + b=75; + angle=357.66083; + id=1944; + atlOffset=-0.084999084; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={15228.87,100.01158,8842.917}; + angles[]={0,2.4844019,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2028; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.032424927; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={15251.684,108.24159,8774.8691}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2029; + type="Land_Cargo_Tower_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={15270.172,98.689331,8872.5244}; + angles[]={0,4.2681999,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2595; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=0.032424927; + }; + class Item5 + { + dataType="Marker"; + position[]={15238.412,100.91006,8836.4443}; + name="outp_16_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=35.476204; + id=2596; + atlOffset=5.6883698; + }; + class Item6 + { + dataType="Marker"; + position[]={15241.921,98.873039,8900.8486}; + name="outp_16_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=175.12392; + id=3225; + atlOffset=5.7236252; + }; + class Item7 + { + dataType="Marker"; + position[]={15255.351,98.716118,8902.0801}; + name="outp_16_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=175.12392; + id=3226; + atlOffset=5.7236252; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={15248.604,93.149467,8901.4727}; + angles[]={0.045966074,6.2047477,6.2771854}; + }; + areaSize[]={12.181802,0,5}; + areaIsRectangle=1; + flags=1; + id=3227; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.060462952; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=967; + atlOffset=-116.76; + }; + class Item16 + { + dataType="Layer"; + name="outpost_17"; + class Entities + { + items=12; + class Item0 + { + dataType="Marker"; + position[]={7848.7397,70.384644,19119.844}; + name="outp_17_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=11.233276; + id=1947; + }; + class Item1 + { + dataType="Marker"; + position[]={7841.6343,70.327904,19107.314}; + name="outpost_17"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=75; + id=1948; + }; + class Item2 + { + dataType="Marker"; + position[]={7793.1191,69.925964,19102.676}; + name="outp_17_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1949; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={7878.3691,70.540573,19088.438}; + angles[]={6.2812018,0.19969021,0.0099949092}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2034; + type="Land_HelipadSquare_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={7823.083,74.142197,19119.152}; + angles[]={0,3.3131812,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2030; + type="Land_Cargo_HQ_V2_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={7792.5269,74.982254,19134.26}; + angles[]={0,2.17009,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2032; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={7903.2944,83.827423,19102.918}; + angles[]={0,1.7737942,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2031; + type="Land_Cargo_Tower_V2_F"; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={7848.7676,70.325073,19094.379}; + angles[]={0,0.19969021,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2033; + type="Land_HelipadSquare_F"; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={7786.7266,74.733284,19101.029}; + angles[]={0,0.94445658,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2592; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item9 + { + dataType="Marker"; + position[]={7863.7197,70.484123,19116.73}; + name="outp_17_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=280.69373; + id=3248; + }; + class Item10 + { + dataType="Marker"; + position[]={7877.5186,70.620712,19114.254}; + name="outp_17_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=280.69373; + id=3249; + }; + class Item11 + { + dataType="Marker"; + position[]={7889.1206,70.7715,19112.596}; + name="outp_17_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=280.69373; + id=3250; + }; + }; + id=972; + atlOffset=-116.76; + }; + class Item17 + { + dataType="Layer"; + name="outpost_18"; + class Entities + { + items=54; + class Item0 + { + dataType="Marker"; + position[]={6584.9087,107.36572,11142.578}; + name="outp_18_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=20; + b=5; + angle=236.00896; + id=1951; + atlOffset=1.5258789e-005; + }; + class Item1 + { + dataType="Marker"; + position[]={6626.9009,107.16579,11158.8}; + name="outpost_18"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=75; + b=62.627659; + angle=56.348862; + id=1952; + atlOffset=-7.6293945e-006; + }; + class Item2 + { + dataType="Marker"; + position[]={6678.8335,107.13889,11136.432}; + name="outp_18_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=1953; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={6594.0371,107.33845,11181.552}; + angles[]={0.0019834081,0.96281868,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2035; + type="Land_HelipadSquare_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={6627.6201,107.29672,11130.82}; + angles[]={0.0039967569,0.96281868,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2036; + type="Land_HelipadSquare_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={6634.9355,110.83137,11177.48}; + angles[]={0,5.7358379,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2039; + type="Land_Cargo_HQ_V2_F"; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={6553.9263,112.68661,11182.694}; + angles[]={0,1.7512522,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2037; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0074462891; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={6601.3901,112.16214,11100.396}; + angles[]={0,0.12810124,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2038; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-7.6293945e-006; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={6640.2959,111.39104,11235.761}; + angles[]={0,3.3958242,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2674; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0074462891; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={6694.9634,112.27981,11121.887}; + angles[]={0,5.1517525,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2675; + type="Land_Cargo_Patrol_V2_F"; + atlOffset=-0.0074462891; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={6571.3618,108.38452,11202.896}; + angles[]={6.2812018,2.5971124,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2677; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={6578.5605,108.28354,11207.747}; + angles[]={0,2.5971124,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2678; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={6632.2632,107.38633,11239.463}; + angles[]={0.0020132356,2.5971124,6.2631865}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2679; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={6624.2388,107.54458,11234.82}; + angles[]={0.0019834081,2.5971124,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2680; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={6616.1045,107.70256,11230.143}; + angles[]={0.0019834081,2.5971124,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2681; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={6608.8789,107.81961,11225.542}; + angles[]={0.0019834081,2.5971124,6.2651882}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2682; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={6601.9966,107.93858,11220.775}; + angles[]={0,2.5971124,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2683; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={6590.3687,108.11462,11214.975}; + angles[]={0,2.5971124,6.2671909}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2684; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={6555.417,108.55792,11193.102}; + angles[]={6.2791886,2.5971124,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2685; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={6558.9971,108.36147,11159.46}; + angles[]={6.2812018,1.0110784,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2686; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={6554.4517,108.45084,11165.782}; + angles[]={6.2812018,1.0110784,6.2671871}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2687; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={6548.2866,108.57693,11176.5}; + angles[]={6.2771854,1.0110784,6.2671909}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2688; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={6547.2495,108.62244,11184.82}; + angles[]={6.2771854,1.7342572,6.2711854}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2689; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={6641.5,107.19997,11242.269}; + angles[]={0.0019834081,3.4602919,6.2591896}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2690; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={6659.1563,106.85013,11219.401}; + angles[]={0.0099949092,4.2429905,6.2551947}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2692; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={6654.9248,106.90162,11226.833}; + angles[]={0.0060001095,4.2429748,6.2551947}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2693; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={6650.272,106.98209,11235.405}; + angles[]={0.0020132356,4.2428365,6.2551923}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2694; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={6663.4746,106.82277,11210.544}; + angles[]={0.0080009829,4.2429905,6.259192}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2695; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={6676.6709,106.92525,11185.659}; + angles[]={0.018000545,4.2429905,6.2631865}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2696; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={6672.6143,106.85538,11194.12}; + angles[]={0.019996032,4.2429748,6.2591896}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2697; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={6668.5664,106.81822,11201.669}; + angles[]={0.016002094,4.2428365,6.2591896}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2698; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={6680.7998,107.01324,11177.403}; + angles[]={0.0219975,4.2429905,6.2651849}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2699; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={6693.3945,107.442,11153.523}; + angles[]={0.023993526,4.2429905,6.2731905}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2700; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={6689.3379,107.25818,11161.984}; + angles[]={0.025994543,4.2429748,6.269186}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2701; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={6685.29,107.12765,11169.533}; + angles[]={0.023993526,4.2428365,6.2691903}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2702; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={6697.5234,107.60391,11145.268}; + angles[]={0.02399601,4.2429905,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2703; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={6702.2231,107.81731,11135.551}; + angles[]={0.02599225,4.2429905,6.2791886}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2704; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={6702.7129,108.01092,11127.254}; + angles[]={0.02199479,5.0470562,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2705; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item38 + { + dataType="Object"; + class PositionInfo + { + position[]={6699.2378,108.201,11117.976}; + angles[]={0.019999012,5.0470562,0}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2708; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item39 + { + dataType="Object"; + class PositionInfo + { + position[]={6696.0083,108.35249,11109.56}; + angles[]={0.017997233,5.0470562,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2709; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item40 + { + dataType="Object"; + class PositionInfo + { + position[]={6693.4468,108.48781,11100.955}; + angles[]={0.013999403,5.0470562,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2710; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item41 + { + dataType="Object"; + class PositionInfo + { + position[]={6686.2661,108.51045,11096.02}; + angles[]={0.0099949092,0.094797857,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2711; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item42 + { + dataType="Object"; + class PositionInfo + { + position[]={6675.9629,108.43477,11097.152}; + angles[]={0.0099949092,0.094797857,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2712; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item43 + { + dataType="Object"; + class PositionInfo + { + position[]={6666.1909,108.3682,11097.432}; + angles[]={0.0080009829,6.1979084,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2713; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item44 + { + dataType="Object"; + class PositionInfo + { + position[]={6655.9272,108.30645,11096.605}; + angles[]={0.0060001095,6.1979084,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2714; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item45 + { + dataType="Object"; + class PositionInfo + { + position[]={6646.1514,108.24967,11096.293}; + angles[]={0.0060001095,6.1979084,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2715; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item46 + { + dataType="Object"; + class PositionInfo + { + position[]={6636.4277,108.18661,11096.24}; + angles[]={0.0019834081,6.1979084,0.0060001095}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2716; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item47 + { + dataType="Object"; + class PositionInfo + { + position[]={6629.6875,108.14851,11094.758}; + angles[]={0.0019834081,0.10500713,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2717; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item48 + { + dataType="Object"; + class PositionInfo + { + position[]={6620.4775,108.09135,11095.543}; + angles[]={0.0019834081,0.10500713,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2718; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item49 + { + dataType="Object"; + class PositionInfo + { + position[]={6611.7129,108.03738,11096.298}; + angles[]={0,0.10500713,0.0039967569}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2719; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item50 + { + dataType="Object"; + class PositionInfo + { + position[]={6679.7744,107.79633,11140.8}; + angles[]={0.019996032,3.3868487,6.2751846}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2721; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item51 + { + dataType="Object"; + class PositionInfo + { + position[]={6683.377,107.88791,11135.326}; + angles[]={0.017997233,1.7902299,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2722; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item52 + { + dataType="Object"; + class PositionInfo + { + position[]={6677.7412,107.96165,11131.854}; + angles[]={0.017997233,3.4086554,6.2812018}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2723; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item53 + { + dataType="Object"; + class PositionInfo + { + position[]={6565.2754,108.45399,11199.193}; + angles[]={6.2791886,2.5971124,6.2711902}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2676; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + }; + id=977; + atlOffset=-116.76; + }; + class Item18 + { + dataType="Layer"; + name="outpost_19"; + class Entities + { + items=31; + class Item0 + { + dataType="Marker"; + position[]={17452.285,117.06059,4943.9395}; + name="outp_19_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=183.98265; + id=1955; + }; + class Item1 + { + dataType="Marker"; + position[]={17430.807,117.15714,4969.3574}; + name="outpost_19"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorGUER"; + a=76.570068; + b=69.102295; + angle=27.628748; + id=1956; + atlOffset=0.002281189; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={17469.76,123.35373,4951.9561}; + angles[]={0,5.3742857,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2040; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={17366.047,120.75838,4993.6821}; + angles[]={0,1.9570378,0}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2041; + type="Land_Cargo_Patrol_V2_F"; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={17449.092,130.98631,5000.6313}; + }; + side="Empty"; + flags=5; + class Attributes + { + }; + id=2042; + type="Land_Cargo_Tower_V2_F"; + atlOffset=0.033409119; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={17465.641,118.47387,4979.4932}; + angles[]={6.2771854,1.2013135,0.041976813}; + }; + side="Empty"; + flags=4; + class Attributes + { + }; + id=2043; + type="Land_HelipadSquare_F"; + }; + class Item6 + { + dataType="Marker"; + position[]={17427.633,116.1931,4948.6914}; + name="outp_19_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=192.63248; + id=2597; + atlOffset=7.6293945e-006; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={17481.27,119.67017,4957.3228}; + angles[]={6.2771955,1.673365,0.035982672}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2599; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={17482.354,119.78099,4965.7188}; + angles[]={6.2751918,1.6067935,0.035984326}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2600; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={17482.143,119.84176,4973.438}; + angles[]={6.2711902,1.4955691,0.041973971}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2601; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={17480.441,119.86517,4982.6978}; + angles[]={6.2731848,1.2265524,0.039977662}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2602; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={17476.156,119.78059,4990.4927}; + angles[]={6.269186,0.88909173,0.045966074}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2603; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=-7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={17469.344,119.57181,4997.5107}; + angles[]={6.2711854,0.72364759,0.043971907}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2604; + type="Land_HBarrier_01_line_5_green_F"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={17399.186,117.13012,5004.6597}; + angles[]={6.2751918,6.1645393,0.033985451}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2605; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={17407.713,117.43137,5005.6123}; + angles[]={6.2691817,6.1645393,0.033988956}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2606; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={17415.225,117.70667,5006.584}; + angles[]={6.2651882,6.1645393,0.033987202}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2607; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={17423.266,118.00343,5007.3271}; + angles[]={6.2651849,6.1645393,0.033988956}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2608; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={17431.004,118.29817,5008.6743}; + angles[]={6.2631865,6.1645393,0.033988956}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2609; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={17437.123,118.51553,5009.1416}; + angles[]={6.2631893,6.1645393,0.033987202}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2610; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={17444.377,118.78262,5009.6948}; + angles[]={6.2651882,6.1645393,0.035984326}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2611; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={17450.715,119.01349,5009.8452}; + angles[]={6.2651849,0.098500527,0.035984326}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2612; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={17458.209,119.23594,5006.8677}; + angles[]={6.2671871,0.54957843,0.035984326}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2613; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={17464.217,119.40578,5002.2124}; + angles[]={6.2711854,0.6997239,0.039979152}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2614; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={17393.283,116.55124,4967.5825}; + angles[]={6.24121,0.47122952,0.0219975}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2615; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={17400.563,116.63328,4963.6084}; + angles[]={6.2531958,0.47122952,0.0080009829}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2616; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={17407.512,116.69592,4960.0991}; + angles[]={6.2352238,0.47122952,0.051953323}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2617; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={17413.262,116.72955,4956.7446}; + angles[]={6.229239,0.47122952,0.02599225}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2618; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={17419.006,116.86794,4953.3262}; + angles[]={6.2372193,0.47122952,0.065902762}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2619; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={17479.771,119.4489,4948.7764}; + angles[]={6.2232571,1.7968762,0.035984326}; + }; + side="Empty"; + flags=4; + class Attributes + { + createAsLocalObject=1; + disableSimulation=1; + }; + id=2598; + type="Land_HBarrier_01_line_5_green_F"; + atlOffset=7.6293945e-006; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item29 + { + dataType="Marker"; + position[]={17438.947,116.58504,4946.0752}; + name="outp_19_vehicle_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=192.63248; + id=3223; + atlOffset=7.6293945e-006; + }; + class Item30 + { + dataType="Marker"; + position[]={17447.875,117.69507,4958.1567}; + name="outp_19_vehicle_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=192.63248; + id=3224; + atlOffset=7.6293945e-006; + }; + }; + id=982; + atlOffset=-116.76; + }; + }; + id=891; + atlOffset=8.6177597; + }; + class Item5 + { + dataType="Layer"; + name="resources"; + state=2; + class Entities + { + items=12; + class Item0 + { + dataType="Layer"; + name="resource_1"; + class Entities + { + items=3; + class Item0 + { + dataType="Marker"; + position[]={5434.3276,83.680008,18818.35}; + name="reso_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=288.37589; + id=1847; + }; + class Item1 + { + dataType="Marker"; + position[]={5424.0132,83.680008,18870.529}; + name="resource_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=75; + b=75; + angle=25.613014; + id=1848; + }; + class Item2 + { + dataType="Marker"; + position[]={5412.7368,83.680008,18826.602}; + name="reso_1_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=108.85677; + id=2589; + }; + }; + id=993; + atlOffset=-116.76; + }; + class Item1 + { + dataType="Layer"; + name="resource_2"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={9496.3105,77.183769,16183.688}; + name="reso_2_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=71.732544; + id=1850; + }; + class Item1 + { + dataType="Marker"; + position[]={9458.7197,77.162216,16175.302}; + name="resource_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=75; + b=57.917969; + angle=350.40897; + id=1851; + }; + }; + id=997; + atlOffset=-116.76; + }; + class Item2 + { + dataType="Layer"; + name="resource_3"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={14723.655,61.7966,19857.195}; + name="reso_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=290.76596; + id=1853; + }; + class Item1 + { + dataType="Marker"; + position[]={14712.743,62.641411,19829.672}; + name="resource_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=75; + b=87.039063; + angle=19.513546; + id=1854; + atlOffset=0.20744324; + }; + }; + id=1001; + atlOffset=-116.76; + }; + class Item3 + { + dataType="Layer"; + name="resource_4"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={18882.281,81.718613,14501.991}; + name="reso_4_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=264.36624; + id=1856; + }; + class Item1 + { + dataType="Marker"; + position[]={18902.367,80.997711,14523.215}; + name="resource_4"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=52.689331; + b=68.988693; + angle=322.86694; + id=1857; + }; + }; + id=1005; + atlOffset=-116.76; + }; + class Item4 + { + dataType="Layer"; + name="resource_5"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={13393.521,80.351387,13209.059}; + name="reso_5_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=357.68716; + id=1863; + }; + class Item1 + { + dataType="Marker"; + position[]={13405.606,79.982315,13214.134}; + name="resource_5"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=60.662598; + b=61.202148; + id=1864; + }; + }; + id=1009; + atlOffset=-116.76; + }; + class Item5 + { + dataType="Layer"; + name="resource_6"; + class Entities + { + items=3; + class Item0 + { + dataType="Marker"; + position[]={15986.146,94.708031,7153.79}; + name="reso_6_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=228.87512; + id=1866; + }; + class Item1 + { + dataType="Marker"; + position[]={16024.65,94.122452,7164.5562}; + name="resource_6"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=75; + b=120.58705; + angle=325.202; + id=1867; + atlOffset=7.6293945e-006; + }; + class Item2 + { + dataType="Marker"; + position[]={16010.482,94.227036,7118.3306}; + name="reso_6_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=230.95328; + id=2590; + }; + }; + id=1013; + atlOffset=-116.76; + }; + class Item6 + { + dataType="Layer"; + name="resource_7"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={19456.871,153.17096,4407.3521}; + name="reso_7_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=181.70285; + id=1869; + }; + class Item1 + { + dataType="Marker"; + position[]={19454.885,153.16805,4421.2036}; + name="resource_7"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=75; + b=75; + id=1870; + }; + }; + id=1017; + atlOffset=-116.76; + }; + class Item7 + { + dataType="Layer"; + name="resource_8"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={16472.68,116.49223,472.18271}; + name="reso_8_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=81.082069; + id=1872; + atlOffset=7.6293945e-006; + }; + class Item1 + { + dataType="Marker"; + position[]={16442.99,116.41669,462.78824}; + name="resource_8"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=54.295319; + b=63.428711; + angle=335.0246; + id=1873; + }; + }; + id=1021; + atlOffset=-116.76; + }; + class Item8 + { + dataType="Layer"; + name="resource_9"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={5493.3394,139.10976,6346.7827}; + name="reso_9_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=195.87982; + id=1875; + }; + class Item1 + { + dataType="Marker"; + position[]={5475.9019,138.368,6359.4922}; + name="resource_9"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=50; + b=50; + id=1876; + atlOffset=-0.00012207031; + }; + }; + id=1025; + atlOffset=-116.76; + }; + class Item9 + { + dataType="Layer"; + name="resource_10"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={1513.5341,118.31029,13867.071}; + name="reso_10_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=120.23499; + id=1878; + atlOffset=7.6293945e-006; + }; + class Item1 + { + dataType="Marker"; + position[]={1502.5994,118.43075,13862.252}; + name="resource_10"; + markerType="ELLIPSE"; + type="rectangle"; + colorName="ColorOrange"; + a=57.004272; + b=75; + angle=16.653296; + id=1879; + }; + }; + id=1029; + atlOffset=-116.76; + }; + class Item10 + { + dataType="Layer"; + name="resource_11"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={3307.1741,86.753159,16309.177}; + name="reso_11_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=318.06049; + id=1885; + }; + class Item1 + { + dataType="Marker"; + position[]={3292.4446,86.872314,16299.71}; + name="resource_11"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=75; + b=75; + id=1886; + }; + }; + id=1033; + atlOffset=-116.76; + }; + class Item11 + { + dataType="Layer"; + name="resource_12"; + class Entities + { + items=3; + class Item0 + { + dataType="Marker"; + position[]={6833.9531,132.96523,2165.4988}; + name="reso_12_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=269.78851; + id=1888; + atlOffset=4.5352325; + }; + class Item1 + { + dataType="Marker"; + position[]={6839.6108,128.42999,2190.4861}; + name="resource_12"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=57.074463; + b=118.9386; + id=1889; + }; + class Item2 + { + dataType="Marker"; + position[]={6833.7705,132.96523,2178.2837}; + name="reso_12_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=269.78848; + id=2591; + atlOffset=4.5352325; + }; + }; + id=1037; + atlOffset=-116.76; + }; + }; + id=992; + atlOffset=-13.804932; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={8172.2339,95.959999,13971.856}; + angles[]={0.0019834081,5.8956175,6.2731848}; + }; + areaSize[]={60.595909,0,6.6209078}; + areaIsRectangle=1; + flags=1; + id=3251; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.050437927; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=7; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={14291.979,121.12771,6853.5425}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=3252; + type="ModuleHideTerrainObjects_F"; + atlOffset=-1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={14453.633,129.95746,7220.873}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3254; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={14477.478,131.24565,7283.561}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3255; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={9989.7891,167.27742,1349.0759}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3256; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={10562.073,158.38026,3126.041}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3257; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={10573.454,157.18472,3153.9719}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3258; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={10626.105,152.80077,3264.688}; + angles[]={0.10165027,0,6.2731848}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3259; + type="ModuleHideTerrainObjects_F"; + atlOffset=1.5258789e-005; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={10674.577,150.31,3387.731}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3260; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item15 + { + dataType="Logic"; + class PositionInfo + { + position[]={10747.798,152.8139,3559.0132}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3261; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item16 + { + dataType="Logic"; + class PositionInfo + { + position[]={20013.188,87.865662,14954.038}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={5.5429688,0,5.1049805}; + flags=1; + id=3262; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.043235779; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item17 + { + dataType="Logic"; + class PositionInfo + { + position[]={19882.25,95.754738,14698.395}; + angles[]={0.02599225,0,6.2711854}; + }; + areaSize[]={6.5097656,0,5.1049805}; + flags=1; + id=3263; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item18 + { + dataType="Logic"; + class PositionInfo + { + position[]={19434.434,132.84302,12787.354}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3264; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item19 + { + dataType="Logic"; + class PositionInfo + { + position[]={19383.484,133.51141,12775.182}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3265; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item20 + { + dataType="Logic"; + class PositionInfo + { + position[]={18140.91,126.87093,12407.216}; + angles[]={6.2631865,0,0.0080009829}; + }; + areaSize[]={7.5947266,0,5.1049805}; + flags=1; + id=3266; + type="ModuleHideTerrainObjects_F"; + atlOffset=0.030929565; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Connections + { + class LinkIDProvider + { + nextID=39; + }; + class Links + { + items=39; + class Item0 + { + linkID=0; + item0=1343; + item1=1344; + class CustomData + { + type="Sync"; + }; + }; + class Item1 + { + linkID=1; + item0=1288; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item2 + { + linkID=2; + item0=1289; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item3 + { + linkID=3; + item0=1290; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item4 + { + linkID=4; + item0=1291; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item5 + { + linkID=5; + item0=1292; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item6 + { + linkID=6; + item0=1293; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item7 + { + linkID=7; + item0=1294; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item8 + { + linkID=8; + item0=1295; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item9 + { + linkID=9; + item0=1296; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item10 + { + linkID=10; + item0=1297; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item11 + { + linkID=11; + item0=1298; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item12 + { + linkID=12; + item0=1299; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item13 + { + linkID=13; + item0=1300; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item14 + { + linkID=14; + item0=1301; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item15 + { + linkID=15; + item0=1302; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item16 + { + linkID=16; + item0=1303; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item17 + { + linkID=17; + item0=1304; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item18 + { + linkID=18; + item0=1305; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item19 + { + linkID=19; + item0=1306; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item20 + { + linkID=20; + item0=1307; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item21 + { + linkID=21; + item0=1308; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item22 + { + linkID=22; + item0=1309; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item23 + { + linkID=23; + item0=1310; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item24 + { + linkID=24; + item0=1311; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item25 + { + linkID=25; + item0=1312; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item26 + { + linkID=26; + item0=1313; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item27 + { + linkID=27; + item0=1314; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item28 + { + linkID=28; + item0=1315; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item29 + { + linkID=29; + item0=1316; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item30 + { + linkID=30; + item0=1317; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item31 + { + linkID=31; + item0=1318; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item32 + { + linkID=32; + item0=1319; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item33 + { + linkID=33; + item0=1320; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item34 + { + linkID=34; + item0=1321; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item35 + { + linkID=35; + item0=1322; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item36 + { + linkID=36; + item0=1323; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item37 + { + linkID=37; + item0=1324; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + class Item38 + { + linkID=38; + item0=1325; + item1=1343; + class CustomData + { + type="Sync"; + }; + }; + }; + }; +}; \ No newline at end of file diff --git a/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/onPlayerRespawn.sqf b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/onPlayerRespawn.sqf new file mode 100644 index 0000000000..0d38ff4d19 --- /dev/null +++ b/A3A/addons/maps/Antistasi_gm_weferlingen_winter.gm_weferlingen_winter/onPlayerRespawn.sqf @@ -0,0 +1 @@ +_this call A3A_fnc_onPlayerRespawn; diff --git a/A3A/addons/maps/Antistasi_isladuala3.isladuala3/Pictures/Mission/pic.jpg b/A3A/addons/maps/Antistasi_isladuala3.isladuala3/Pictures/Mission/pic.jpg index d995beb9eb..0ddc86e795 100644 Binary files a/A3A/addons/maps/Antistasi_isladuala3.isladuala3/Pictures/Mission/pic.jpg and b/A3A/addons/maps/Antistasi_isladuala3.isladuala3/Pictures/Mission/pic.jpg differ diff --git a/A3A/addons/maps/Antistasi_tem_kujari.tem_kujari/Pictures/Mission/PIC.jpg b/A3A/addons/maps/Antistasi_tem_kujari.tem_kujari/Pictures/Mission/PIC.jpg index 997a64e94e..0ad886dff5 100644 Binary files a/A3A/addons/maps/Antistasi_tem_kujari.tem_kujari/Pictures/Mission/PIC.jpg and b/A3A/addons/maps/Antistasi_tem_kujari.tem_kujari/Pictures/Mission/PIC.jpg differ diff --git a/A3A/addons/maps/Antistasi_tem_kujari.tem_kujari/mission.sqm b/A3A/addons/maps/Antistasi_tem_kujari.tem_kujari/mission.sqm index a3117e7a55..df94d63943 100644 --- a/A3A/addons/maps/Antistasi_tem_kujari.tem_kujari/mission.sqm +++ b/A3A/addons/maps/Antistasi_tem_kujari.tem_kujari/mission.sqm @@ -8,7 +8,7 @@ class EditorData toggles=1093; class ItemIDProvider { - nextID=5621; + nextID=5633; }; class MarkerIDProvider { @@ -16,18 +16,18 @@ class EditorData }; class LayerIndexProvider { - nextID=649; + nextID=715; }; class Camera { - pos[]={6715.1411,36.751183,8567.3418}; - dir[]={0,-0.70710683,0.70710683}; - up[]={0,0.70710677,0.70710677}; - aside[]={0.99999994,0,-0}; + pos[]={14873.845,91.222519,7433.2544}; + dir[]={0.24843508,-0.75327218,-0.60901171}; + up[]={0.28452367,0.65769827,-0.69748044}; + aside[]={-0.92594105,-3.618843e-007,-0.37772116}; }; }; binarizationWanted=0; -sourceName="Antistasi_Kujari"; +sourceName="Antistasi-Kujari"; addons[]= { "A3_Props_F_Decade_Spaceship", @@ -329,7 +329,7 @@ class Mission }; class Entities { - items=8; + items=9; class Item0 { dataType="Layer"; @@ -368,10 +368,9 @@ class Mission { dataType="Layer"; name="airport_1"; - state=2; class Entities { - items=83; + items=81; class Item0 { dataType="Marker"; @@ -429,7 +428,7 @@ class Mission colorName="ColorCIV"; a=8; b=8; - angle=333.06546; + angle=333.06543; id=427; }; class Item5 @@ -1088,7 +1087,7 @@ class Mission dataType="Object"; class PositionInfo { - position[]={12086.75,18.850937,15033.375}; + position[]={12061.125,16.930313,15031}; angles[]={0,0.43820873,0}; }; side="Empty"; @@ -1098,7 +1097,6 @@ class Mission }; id=3557; type="Land_Cargo_Patrol_V3_F"; - atlOffset=-9.5367432e-007; }; class Item29 { @@ -1425,42 +1423,6 @@ class Mission }; }; class Item45 - { - dataType="Object"; - class PositionInfo - { - position[]={12092,11.054697,15022.249}; - angles[]={6.1034164,3.120352,6.2637596}; - }; - side="Empty"; - flags=4; - class Attributes - { - createAsLocalObject=1; - disableSimulation=1; - }; - id=3567; - type="Base_WarfareBBarrier10x"; - atlOffset=0.10000038; - class CustomAttributes - { - class Attribute0 - { - property="allowDamage"; - expression="_this allowdamage _value;"; - class Value - { - class data - { - singleType="BOOL"; - value=0; - }; - }; - }; - nAttributes=1; - }; - }; - class Item46 { dataType="Object"; class PositionInfo @@ -1496,43 +1458,7 @@ class Mission nAttributes=1; }; }; - class Item47 - { - dataType="Object"; - class PositionInfo - { - position[]={12076.25,11.010207,15022.124}; - angles[]={5.9916282,3.124017,0.027000245}; - }; - side="Empty"; - flags=4; - class Attributes - { - createAsLocalObject=1; - disableSimulation=1; - }; - id=3569; - type="Base_WarfareBBarrier10x"; - atlOffset=-0.19999981; - class CustomAttributes - { - class Attribute0 - { - property="allowDamage"; - expression="_this allowdamage _value;"; - class Value - { - class data - { - singleType="BOOL"; - value=0; - }; - }; - }; - nAttributes=1; - }; - }; - class Item48 + class Item46 { dataType="Object"; class PositionInfo @@ -1567,7 +1493,7 @@ class Mission nAttributes=1; }; }; - class Item49 + class Item47 { dataType="Object"; class PositionInfo @@ -1602,7 +1528,7 @@ class Mission nAttributes=1; }; }; - class Item50 + class Item48 { dataType="Object"; class PositionInfo @@ -1637,7 +1563,7 @@ class Mission nAttributes=1; }; }; - class Item51 + class Item49 { dataType="Object"; class PositionInfo @@ -1672,7 +1598,7 @@ class Mission nAttributes=1; }; }; - class Item52 + class Item50 { dataType="Object"; class PositionInfo @@ -1707,7 +1633,7 @@ class Mission nAttributes=1; }; }; - class Item53 + class Item51 { dataType="Object"; class PositionInfo @@ -1742,7 +1668,7 @@ class Mission nAttributes=1; }; }; - class Item54 + class Item52 { dataType="Object"; class PositionInfo @@ -1778,7 +1704,7 @@ class Mission nAttributes=1; }; }; - class Item55 + class Item53 { dataType="Object"; class PositionInfo @@ -1813,7 +1739,7 @@ class Mission nAttributes=1; }; }; - class Item56 + class Item54 { dataType="Object"; class PositionInfo @@ -1848,7 +1774,7 @@ class Mission nAttributes=1; }; }; - class Item57 + class Item55 { dataType="Object"; class PositionInfo @@ -1884,7 +1810,7 @@ class Mission nAttributes=1; }; }; - class Item58 + class Item56 { dataType="Object"; class PositionInfo @@ -1919,7 +1845,7 @@ class Mission nAttributes=1; }; }; - class Item59 + class Item57 { dataType="Object"; class PositionInfo @@ -1954,7 +1880,7 @@ class Mission nAttributes=1; }; }; - class Item60 + class Item58 { dataType="Object"; class PositionInfo @@ -1990,7 +1916,7 @@ class Mission nAttributes=1; }; }; - class Item61 + class Item59 { dataType="Object"; class PositionInfo @@ -2025,7 +1951,7 @@ class Mission nAttributes=1; }; }; - class Item62 + class Item60 { dataType="Object"; class PositionInfo @@ -2060,7 +1986,7 @@ class Mission nAttributes=1; }; }; - class Item63 + class Item61 { dataType="Object"; class PositionInfo @@ -2096,7 +2022,7 @@ class Mission nAttributes=1; }; }; - class Item64 + class Item62 { dataType="Object"; class PositionInfo @@ -2131,7 +2057,7 @@ class Mission nAttributes=1; }; }; - class Item65 + class Item63 { dataType="Object"; class PositionInfo @@ -2166,7 +2092,7 @@ class Mission nAttributes=1; }; }; - class Item66 + class Item64 { dataType="Object"; class PositionInfo @@ -2201,7 +2127,7 @@ class Mission nAttributes=1; }; }; - class Item67 + class Item65 { dataType="Object"; class PositionInfo @@ -2236,7 +2162,7 @@ class Mission nAttributes=1; }; }; - class Item68 + class Item66 { dataType="Object"; class PositionInfo @@ -2272,7 +2198,7 @@ class Mission nAttributes=1; }; }; - class Item69 + class Item67 { dataType="Object"; class PositionInfo @@ -2307,7 +2233,7 @@ class Mission nAttributes=1; }; }; - class Item70 + class Item68 { dataType="Object"; class PositionInfo @@ -2342,7 +2268,7 @@ class Mission nAttributes=1; }; }; - class Item71 + class Item69 { dataType="Object"; class PositionInfo @@ -2377,7 +2303,7 @@ class Mission nAttributes=1; }; }; - class Item72 + class Item70 { dataType="Object"; class PositionInfo @@ -2412,7 +2338,7 @@ class Mission nAttributes=1; }; }; - class Item73 + class Item71 { dataType="Object"; class PositionInfo @@ -2448,7 +2374,7 @@ class Mission nAttributes=1; }; }; - class Item74 + class Item72 { dataType="Object"; class PositionInfo @@ -2484,7 +2410,7 @@ class Mission nAttributes=1; }; }; - class Item75 + class Item73 { dataType="Object"; class PositionInfo @@ -2519,7 +2445,7 @@ class Mission nAttributes=1; }; }; - class Item76 + class Item74 { dataType="Object"; class PositionInfo @@ -2554,7 +2480,7 @@ class Mission nAttributes=1; }; }; - class Item77 + class Item75 { dataType="Object"; class PositionInfo @@ -2589,7 +2515,7 @@ class Mission nAttributes=1; }; }; - class Item78 + class Item76 { dataType="Object"; class PositionInfo @@ -2624,7 +2550,7 @@ class Mission nAttributes=1; }; }; - class Item79 + class Item77 { dataType="Object"; class PositionInfo @@ -2659,7 +2585,7 @@ class Mission nAttributes=1; }; }; - class Item80 + class Item78 { dataType="Object"; class PositionInfo @@ -2694,7 +2620,7 @@ class Mission nAttributes=1; }; }; - class Item81 + class Item79 { dataType="Object"; class PositionInfo @@ -2710,7 +2636,7 @@ class Mission id=3547; type="Land_Mil_ControlTower_EP1"; }; - class Item82 + class Item80 { dataType="Marker"; position[]={11901.509,20.76,15127.716}; @@ -2731,7 +2657,6 @@ class Mission { dataType="Layer"; name="airport_2"; - state=2; class Entities { items=66; @@ -4512,7 +4437,6 @@ class Mission { dataType="Layer"; name="airport_4"; - state=2; class Entities { items=173; @@ -10149,7 +10073,6 @@ class Mission { dataType="Layer"; name="airport_5"; - state=2; class Entities { items=299; @@ -10163,7 +10086,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=65.489235; + angle=65.489227; id=653; }; class Item1 @@ -10237,7 +10160,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=65.489227; + angle=65.48922; id=3538; }; class Item7 @@ -10250,7 +10173,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=173.32787; + angle=173.32785; id=3539; }; class Item8 @@ -10356,7 +10279,7 @@ class Mission flags=1; id=3528; type="ModuleHideTerrainObjects_F"; - atlOffset=8.0680294; + atlOffset=4.0687122; class CustomAttributes { class Attribute0 @@ -18956,13 +18879,13 @@ class Mission angles[]={0,0.39058572,0}; }; side="Empty"; - flags=1; + flags=5; class Attributes { }; id=2477; type="Land_Mil_WallBig_Corner_F"; - atlOffset=1.341692; + atlOffset=0.0087871552; }; class Item270 { @@ -18973,13 +18896,13 @@ class Mission angles[]={0,1.9613823,0}; }; side="Empty"; - flags=1; + flags=5; class Attributes { }; id=2478; type="Land_Mil_WallBig_Corner_F"; - atlOffset=1.2935848; + atlOffset=0.0013923645; }; class Item271 { @@ -19606,7 +19529,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=192.6093; + angle=192.60928; id=5559; }; }; @@ -19617,7 +19540,6 @@ class Mission { dataType="Layer"; name="airport_3"; - state=2; class Entities { items=177; @@ -25088,7 +25010,7 @@ class Mission flags=1; id=2280; type="ModuleHideTerrainObjects_F"; - atlOffset=9.4470158; + atlOffset=0.86082077; class CustomAttributes { class Attribute0 @@ -25132,7 +25054,7 @@ class Mission flags=1; id=2311; type="ModuleHideTerrainObjects_F"; - atlOffset=1.4734364; + atlOffset=1.2048779; class CustomAttributes { class Attribute0 @@ -25176,7 +25098,7 @@ class Mission flags=1; id=2312; type="ModuleHideTerrainObjects_F"; - atlOffset=4.4346867; + atlOffset=1.1064396; class CustomAttributes { class Attribute0 @@ -25220,7 +25142,7 @@ class Mission flags=1; id=2313; type="ModuleHideTerrainObjects_F"; - atlOffset=1.2003117; + atlOffset=0.92197227; class CustomAttributes { class Attribute0 @@ -27092,7 +27014,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=56.964504; + angle=56.9645; id=1680; atlOffset=0.63437462; }; @@ -29065,7 +28987,7 @@ class Mission name="factory_3"; class Entities { - items=14; + items=25; class Item0 { dataType="Marker"; @@ -29401,13 +29323,505 @@ class Mission id=1687; type="Land_fortified_nest_small_EP1"; }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={14283.875,13.731563,2968.5}; + angles[]={0.01749678,6.0678992,6.2806959}; + }; + areaSize[]={5,0,43.929001}; + areaIsRectangle=1; + flags=1; + id=5621; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=2; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item15 + { + dataType="Logic"; + class PositionInfo + { + position[]={14220.208,13.989401,3076.2788}; + angles[]={0.01749678,5.6204371,6.2806959}; + }; + areaSize[]={5,0,49.164047}; + areaIsRectangle=1; + flags=1; + id=5622; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.60610104; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=2; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item16 + { + dataType="Logic"; + class PositionInfo + { + position[]={14053.486,14.36343,3063.2827}; + angles[]={0.01749678,1.1675153,6.2806959}; + }; + areaSize[]={5,0,128.87111}; + areaIsRectangle=1; + flags=1; + id=5623; + type="ModuleHideTerrainObjects_F"; + atlOffset=-3.5487137; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=2; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item17 + { + dataType="Logic"; + class PositionInfo + { + position[]={14027.058,16.945938,2977.1836}; + angles[]={6.2008719,4.3173938,6.2631893}; + }; + areaSize[]={5,0,59.023716}; + areaIsRectangle=1; + flags=1; + id=5624; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.19181442; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=2; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item18 + { + dataType="Logic"; + class PositionInfo + { + position[]={14115.099,12.031249,2999.7083}; + angles[]={0.02999169,4.5954556,6.2631865}; + }; + areaSize[]={3.9017944,0,38.991325}; + areaIsRectangle=1; + flags=1; + id=5625; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.13501263; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=2; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item19 + { + dataType="Logic"; + class PositionInfo + { + position[]={14290.218,14.157743,2901.9016}; + angles[]={0.01749678,6.2292242,6.2806959}; + }; + areaSize[]={5.8882651,0,28.401655}; + areaIsRectangle=1; + flags=1; + id=5626; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.25722122; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=2; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item20 + { + dataType="Logic"; + class PositionInfo + { + position[]={14279.98,13.861918,2886.26}; + angles[]={0.01749678,0.34160328,6.2806959}; + }; + areaSize[]={5.8882651,0,28.401655}; + areaIsRectangle=1; + flags=1; + id=5627; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.25722122; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=2; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item21 + { + dataType="Logic"; + class PositionInfo + { + position[]={14217.375,16.998125,3121.125}; + angles[]={6.2357221,1.2500687,6.1563697}; + }; + areaSize[]={5.8882651,0,28.401655}; + areaIsRectangle=1; + flags=1; + id=5628; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=2; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item22 + { + dataType="Logic"; + class PositionInfo + { + position[]={14296.036,9.9545717,3157.0891}; + angles[]={0.01749678,1.4645691,6.2806959}; + }; + areaSize[]={12.592743,0,40.903484}; + areaIsRectangle=1; + flags=1; + id=5629; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.44377041; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=2; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item23 + { + dataType="Logic"; + class PositionInfo + { + position[]={14362.125,12.692903,3055.9109}; + angles[]={0.01749678,1.1623862,6.2806959}; + }; + areaSize[]={8.4319668,0,102.16197}; + areaIsRectangle=1; + flags=1; + id=5630; + type="ModuleHideTerrainObjects_F"; + atlOffset=-1.211832; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=2; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item24 + { + dataType="Logic"; + class PositionInfo + { + position[]={14246.75,12.161875,3085.25}; + angles[]={0.024993783,6.0671086,6.161293}; + }; + areaSize[]={5,0,49.164047}; + areaIsRectangle=1; + flags=1; + id=5631; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=2; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; }; id=134; - atlOffset=1.0862808; + atlOffset=1.7193584; }; }; id=125; - atlOffset=4.6505928; + atlOffset=-1.4734402; }; class Item4 { @@ -29420,10 +29834,9 @@ class Mission { dataType="Layer"; name="outpost_1"; - state=2; class Entities { - items=32; + items=31; class Item0 { dataType="Marker"; @@ -30141,41 +30554,6 @@ class Mission }; }; class Item22 - { - dataType="Object"; - class PositionInfo - { - position[]={14906.375,4.362483,7356.125}; - angles[]={0,4.5496302,0.0052476097}; - }; - side="Empty"; - flags=4; - class Attributes - { - createAsLocalObject=1; - disableSimulation=1; - }; - id=1227; - type="Land_HBarrier_Big_F"; - class CustomAttributes - { - class Attribute0 - { - property="allowDamage"; - expression="_this allowdamage _value;"; - class Value - { - class data - { - singleType="BOOL"; - value=0; - }; - }; - }; - nAttributes=1; - }; - }; - class Item23 { dataType="Object"; class PositionInfo @@ -30210,7 +30588,7 @@ class Mission nAttributes=1; }; }; - class Item24 + class Item23 { dataType="Object"; class PositionInfo @@ -30227,7 +30605,7 @@ class Mission type="Land_Cargo_Patrol_V3_F"; atlOffset=-2.3841858e-007; }; - class Item25 + class Item24 { dataType="Object"; class PositionInfo @@ -30244,7 +30622,7 @@ class Mission type="Land_Cargo_Patrol_V3_F"; atlOffset=-4.7683716e-007; }; - class Item26 + class Item25 { dataType="Object"; class PositionInfo @@ -30261,7 +30639,7 @@ class Mission type="Land_Cargo_Patrol_V3_F"; atlOffset=-9.5367432e-007; }; - class Item27 + class Item26 { dataType="Object"; class PositionInfo @@ -30278,7 +30656,7 @@ class Mission type="Land_Cargo_Patrol_V3_F"; atlOffset=-4.7683716e-007; }; - class Item28 + class Item27 { dataType="Object"; class PositionInfo @@ -30295,7 +30673,7 @@ class Mission type="Land_Cargo_Patrol_V3_F"; atlOffset=-2.3841858e-007; }; - class Item29 + class Item28 { dataType="Object"; class PositionInfo @@ -30330,7 +30708,7 @@ class Mission nAttributes=1; }; }; - class Item30 + class Item29 { dataType="Marker"; position[]={14885.215,3.6076798,7342.5107}; @@ -30340,10 +30718,10 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=70.352753; + angle=70.352745; id=5566; }; - class Item31 + class Item30 { dataType="Marker"; position[]={14888.188,3.4947755,7331.2285}; @@ -30364,7 +30742,6 @@ class Mission { dataType="Layer"; name="outpost_10"; - state=2; class Entities { items=78; @@ -32659,7 +33036,6 @@ class Mission { dataType="Layer"; name="outpost_11"; - state=2; class Entities { items=92; @@ -32673,7 +33049,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=353.02838; + angle=353.02835; id=754; }; class Item1 @@ -35460,7 +35836,6 @@ class Mission { dataType="Layer"; name="outpost_12"; - state=2; class Entities { items=31; @@ -36284,7 +36659,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=208.03596; + angle=208.03595; id=5590; atlOffset=6.0184374; }; @@ -36298,19 +36673,18 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=279.04947; + angle=279.04944; id=5591; atlOffset=6.1990633; }; }; id=220; - atlOffset=5.4938173; + atlOffset=5.4932451; }; class Item4 { dataType="Layer"; name="outpost_13"; - state=2; class Entities { items=55; @@ -37947,13 +38321,12 @@ class Mission }; }; id=225; - atlOffset=-0.2688942; + atlOffset=-0.26891327; }; class Item5 { dataType="Layer"; name="outpost_14"; - state=2; class Entities { items=31; @@ -38796,13 +39169,12 @@ class Mission }; }; id=230; - atlOffset=0.64379501; + atlOffset=0.64327812; }; class Item6 { dataType="Layer"; name="outpost_15"; - state=2; class Entities { items=84; @@ -41296,7 +41668,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=96.202705; + angle=96.202698; id=5607; }; class Item83 @@ -41320,7 +41692,6 @@ class Mission { dataType="Layer"; name="outpost_16"; - state=2; class Entities { items=69; @@ -41334,7 +41705,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=155.40869; + angle=155.40868; id=774; }; class Item1 @@ -41374,7 +41745,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=155.40868; + angle=155.40866; id=4901; }; class Item4 @@ -43297,7 +43668,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=155.40868; + angle=155.40866; id=5562; }; class Item68 @@ -43310,18 +43681,18 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=155.40868; + angle=155.40866; id=5563; + atlOffset=-9.5367432e-007; }; }; id=240; - atlOffset=0.92384911; + atlOffset=0.92384815; }; class Item8 { dataType="Layer"; name="outpost_17"; - state=2; class Entities { items=31; @@ -44159,13 +44530,12 @@ class Mission }; }; id=245; - atlOffset=-0.25468063; + atlOffset=-0.25468636; }; class Item9 { dataType="Layer"; name="outpost_18"; - state=2; class Entities { items=78; @@ -44179,7 +44549,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=185.36502; + angle=185.36501; id=782; }; class Item1 @@ -44218,7 +44588,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=7.0942025; + angle=7.094202; id=5099; }; class Item4 @@ -45299,6 +45669,7 @@ class Mission }; id=5059; type="Land_HBarrier_5_F"; + atlOffset=9.5367432e-007; class CustomAttributes { class Attribute0 @@ -46447,7 +46818,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=7.094202; + angle=7.0942016; id=5574; }; class Item77 @@ -46460,7 +46831,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=7.094202; + angle=7.0942016; id=5575; }; }; @@ -46471,7 +46842,6 @@ class Mission { dataType="Layer"; name="outpost_19"; - state=2; class Entities { items=32; @@ -46521,16 +46891,16 @@ class Mission dataType="Object"; class PositionInfo { - position[]={996.98608,27.324295,12550.35}; + position[]={996.98608,23.870918,12550.35}; angles[]={0.010000871,4.6888309,0.09471602}; }; side="Empty"; + flags=4; class Attributes { }; id=1093; type="Land_Ind_Garage01_EP1"; - atlOffset=3.4533768; }; class Item4 { @@ -47325,7 +47695,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=343.49557; + angle=343.49554; id=5550; }; class Item31 @@ -47340,16 +47710,16 @@ class Mission b=5; angle=354.40018; id=5551; + atlOffset=6.1035156e-005; }; }; id=255; - atlOffset=-0.063404083; + atlOffset=-0.063379288; }; class Item11 { dataType="Layer"; name="outpost_2"; - state=2; class Entities { items=21; @@ -47613,7 +47983,7 @@ class Mission flags=1; id=1138; type="ModuleHideTerrainObjects_F"; - atlOffset=5.9278793; + atlOffset=2.9150467; class CustomAttributes { class Attribute0 @@ -47951,7 +48321,6 @@ class Mission { dataType="Layer"; name="outpost_3"; - state=2; class Entities { items=32; @@ -48863,7 +49232,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=252.4052; + angle=252.40517; id=5617; atlOffset=1.9073486e-006; }; @@ -48875,7 +49244,6 @@ class Mission { dataType="Layer"; name="outpost_5"; - state=2; class Entities { items=73; @@ -48889,7 +49257,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=51.004822; + angle=51.004818; id=730; }; class Item1 @@ -48902,7 +49270,7 @@ class Mission colorName="ColorGUER"; a=63.117001; b=51.050999; - angle=48.987251; + angle=48.987247; id=731; }; class Item2 @@ -51126,7 +51494,6 @@ class Mission { dataType="Layer"; name="outpost_6"; - state=2; class Entities { items=49; @@ -52541,6 +52908,7 @@ class Mission }; id=5612; type="Land_HBarrier_Big_F"; + atlOffset=1.9073486e-006; class CustomAttributes { class Attribute0 @@ -52576,6 +52944,7 @@ class Mission }; id=5613; type="Land_HBarrier_Big_F"; + atlOffset=1.9073486e-006; class CustomAttributes { class Attribute0 @@ -52617,18 +52986,17 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=83.156982; + angle=83.156975; id=5615; }; }; id=190; - atlOffset=1.4795876; + atlOffset=1.3628521; }; class Item15 { dataType="Layer"; name="outpost_7"; - state=2; class Entities { items=31; @@ -53451,7 +53819,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=136.90892; + angle=136.90891; id=5588; }; class Item30 @@ -53469,13 +53837,12 @@ class Mission }; }; id=195; - atlOffset=-0.27063942; + atlOffset=-0.27065849; }; class Item16 { dataType="Layer"; name="outpost_8"; - state=2; class Entities { items=68; @@ -55280,7 +55647,7 @@ class Mission }; id=4779; type="Land_Mil_WallBig_Corner_F"; - atlOffset=2.9300957; + atlOffset=1.5279198; }; class Item57 { @@ -55463,7 +55830,6 @@ class Mission { dataType="Layer"; name="outpost_9"; - state=2; class Entities { items=73; @@ -55477,7 +55843,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=17.785477; + angle=17.785475; id=747; }; class Item1 @@ -55503,7 +55869,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=208.32109; + angle=208.32108; id=5221; atlOffset=1.9073486e-006; }; @@ -56741,7 +57107,7 @@ class Mission class PositionInfo { position[]={1445,15.923014,7872.875}; - angles[]={-0,3.4357383,6.255693}; + angles[]={0,3.4357383,6.255693}; }; side="Empty"; flags=4; @@ -57648,7 +58014,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=208.32108; + angle=208.32106; id=5581; }; }; @@ -57659,7 +58025,6 @@ class Mission { dataType="Layer"; name="outpost_4"; - state=2; class Entities { items=80; @@ -57711,7 +58076,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=307.98523; + angle=307.9852; id=5297; }; class Item4 @@ -60047,7 +60412,7 @@ class Mission colorName="ColorGreen"; a=5; b=5; - angle=307.9852; + angle=307.98517; id=5579; }; }; @@ -60058,7 +60423,6 @@ class Mission { dataType="Layer"; name="outpost_20"; - state=2; class Entities { items=35; @@ -60917,6 +61281,7 @@ class Mission flags=1; id=5599; type="ModuleHideTerrainObjects_F"; + atlOffset=4.7683716e-006; class CustomAttributes { class Attribute0 @@ -61079,11 +61444,11 @@ class Mission }; }; id=1012; - atlOffset=0.62589455; + atlOffset=0.62582111; }; }; id=635; - atlOffset=0.67125225; + atlOffset=0.66858006; }; class Item5 { @@ -70847,7 +71212,6 @@ class Mission { dataType="Layer"; name="seaport_1"; - state=2; class Entities { items=66; @@ -72001,7 +72365,6 @@ class Mission flags=1; id=4209; type="ModuleHideTerrainObjects_F"; - atlOffset=0.60472202; class CustomAttributes { class Attribute0 @@ -72361,7 +72724,7 @@ class Mission }; }; id=1773; - atlOffset=0.043733597; + atlOffset=-17.48; }; class Item1 { @@ -72534,7 +72897,7 @@ class Mission }; }; id=1774; - atlOffset=0.25453758; + atlOffset=-17.48; }; class Item2 { @@ -72708,7 +73071,7 @@ class Mission }; }; id=1775; - atlOffset=0.0835495; + atlOffset=-17.48; }; class Item3 { @@ -72881,7 +73244,7 @@ class Mission }; }; id=1776; - atlOffset=0.046322823; + atlOffset=-17.48; }; class Item4 { @@ -73055,7 +73418,7 @@ class Mission }; }; id=1777; - atlOffset=0.054544449; + atlOffset=-17.48; }; class Item5 { @@ -73182,7 +73545,7 @@ class Mission }; }; id=1778; - atlOffset=0.0084457397; + atlOffset=-17.48; }; class Item6 { @@ -73354,7 +73717,7 @@ class Mission }; }; id=1779; - atlOffset=0.012942314; + atlOffset=-17.48; }; class Item7 { @@ -73528,7 +73891,7 @@ class Mission }; }; id=1780; - atlOffset=0.062161446; + atlOffset=-17.48; }; class Item8 { @@ -73702,7 +74065,7 @@ class Mission }; }; id=1781; - atlOffset=0.015105247; + atlOffset=-17.48; }; class Item9 { @@ -73876,12 +74239,55 @@ class Mission }; }; id=1839; - atlOffset=-0.021958351; + atlOffset=-17.48; }; }; id=1772; atlOffset=1.1283016; }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={11562.738,3.3868916,10840.326}; + }; + areaSize[]={7.1083984,0,13.100703}; + flags=1; + id=5632; + type="ModuleHideTerrainObjects_F"; + atlOffset=-0.0005106926; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; }; class Connections { diff --git a/A3A/addons/maps/NavGrid.hpp b/A3A/addons/maps/NavGrid.hpp index 832086877a..eb5e1ad75c 100644 --- a/A3A/addons/maps/NavGrid.hpp +++ b/A3A/addons/maps/NavGrid.hpp @@ -1,25 +1,28 @@ class NavGrid { Altis = QPATHTOFOLDER(Antistasi_Altis.Altis\navGrid.sqf); + cam_lao_nam = QPATHTOFOLDER(Antistasi_cam_lao_nam.cam_lao_nam\navGrid.sqf); + chernarus = QPATHTOFOLDER(Antistasi_chernarus.chernarus\navGrid.sqf); + chernarus_summer = QPATHTOFOLDER(Antistasi_chernarus_summer.chernarus_summer\navGrid.sqf); + chernarus_winter = QPATHTOFOLDER(Antistasi_chernarus_winter.chernarus_winter\navGrid.sqf); + cup_chernarus_A3 = QPATHTOFOLDER(Antistasi_cup_chernarus_A3.cup_chernarus_A3\navGrid.sqf); Enoch = QPATHTOFOLDER(Antistasi_Enoch.Enoch\navGrid.sqf); Hyde_Sark = QPATHTOFOLDER(Antistasi_Hyde_Sark.Hyde_Sark\navGrid.sqf); iron_excelsior_Tobruk = QPATHTOFOLDER(Antistasi_iron_excelsior_Tobruk.iron_excelsior_Tobruk\navGrid.sqf); + gm_weferlingen_summer = QPATHTOFOLDER(Antistasi_gm_weferlingen_summer.gm_weferlingen_summer\navGrid.sqf); + gm_weferlingen_winter = QPATHTOFOLDER(Antistasi_gm_weferlingen_winter.gm_weferlingen_winter\navGrid.sqf); + isladuala3 = QPATHTOFOLDER(Antistasi_isladuala3.isladuala3\navGrid.sqf); Kunduz = QPATHTOFOLDER(Antistasi_Kunduz.Kunduz\navGrid.sqf); Malden = QPATHTOFOLDER(Antistasi_Malden.Malden\navGrid.sqf); + sara = QPATHTOFOLDER(Antistasi_sara.sara\navGrid.sqf); SPE_Normandy = QPATHTOFOLDER(Antistasi_SPE_Normandy.SPE_Normandy\navGrid.sqf); Staszow = QPATHTOFOLDER(Antistasi_Staszow.Staszow\navGrid.sqf); Stratis = QPATHTOFOLDER(Antistasi_Stratis.Stratis\navGrid.sqf); + takistan = QPATHTOFOLDER(Antistasi_takistan.takistan\navGrid.sqf); Tanoa = QPATHTOFOLDER(Antistasi_Tanoa.Tanoa\navGrid.sqf); Tembelan = QPATHTOFOLDER(Antistasi_Tembelan.Tembelan\navGrid.sqf); - cam_lao_nam = QPATHTOFOLDER(Antistasi_cam_lao_nam.cam_lao_nam\navGrid.sqf); - chernarus = QPATHTOFOLDER(Antistasi_chernarus.chernarus\navGrid.sqf); - chernarus_summer = QPATHTOFOLDER(Antistasi_chernarus_summer.chernarus_summer\navGrid.sqf); - chernarus_winter = QPATHTOFOLDER(Antistasi_chernarus_winter.chernarus_winter\navGrid.sqf); - cup_chernarus_A3 = QPATHTOFOLDER(Antistasi_cup_chernarus_A3.cup_chernarus_A3\navGrid.sqf); - isladuala3 = QPATHTOFOLDER(Antistasi_isladuala3.isladuala3\navGrid.sqf); - sara = QPATHTOFOLDER(Antistasi_sara.sara\navGrid.sqf); - takistan = QPATHTOFOLDER(Antistasi_takistan.takistan\navGrid.sqf); tem_anizay = QPATHTOFOLDER(Antistasi_tem_anizay.tem_anizay\navGrid.sqf); tem_kujari = QPATHTOFOLDER(Antistasi_tem_kujari.tem_kujari\navGrid.sqf); + UMB_Colombia = QPATHTOFOLDER(Antistasi_UMB_Colombia.UMB_Colombia\navGrid.sqf); vn_khe_sanh = QPATHTOFOLDER(Antistasi_vn_khe_sanh.vn_khe_sanh\navGrid.sqf); vt7 = QPATHTOFOLDER(Antistasi_vt7.vt7\navGrid.sqf); -}; +}; \ No newline at end of file diff --git a/A3A/addons/maps/Stringtable.xml b/A3A/addons/maps/Stringtable.xml index 5a6876f37e..3e822bf767 100644 --- a/A3A/addons/maps/Stringtable.xml +++ b/A3A/addons/maps/Stringtable.xml @@ -9,7 +9,6 @@ Comunidad Oficial Antistasi y Barbolani La Communauté Officielle d'Antistasi et Barbolani 공식 안티스타시 커뮤니티와 Barbolani - Placeholder Официальное Сообщество Antistasi и Barbolani Oficjalna Społeczność Antistasi i Barbolaniego Oficiální komunita Antistasi a Barbolani @@ -43,7 +42,7 @@ Стань лидером Сопротивления. Сражайся против врага превосходящего в технологии, количестве, вооружении и технике. Используй партизанскую тактику в полностью динамическом мире с около 18 побочными заданиями, в любом месте, в любое время, против чего угодно. Bądź liderem ruchu oporu. Walcz z lepszym wrogiem pod względem technologii, liczby żołnierzy, zasobów i pojazdów. Używaj taktyk partyzanckich w całkowicie dynamicznym świecie, z około 18 misjami pobocznymi, w dowolnym miejscu i czasie. Buďte vůdcem odboje. Bojujte proti nadřazenému nepříteli v technologii, počtu, majetku a vozidlech. Použijte partyzánskou taktiku ve zcela dynamickém světě, přibližně s 18 vedlejšími misemi, všude kdykoli a cokoli. - Seja o Líder da Resistência. Lute contra um inimigo superior em tecnologia, número, recursos e veículos. Use tácticas de guerrilha num mundo totalmente dinâmico, com cerca de 18 missões secundárias, em qualquer lado, a quaquer altura. + Seja o Líder da Resistência. Lute contra um inimigo superior em tecnologia, número, recursos e veículos. Use tácticas de guerrilha num mundo totalmente dinâmico, com cerca de 18 missões secundárias, em qualquer lado, a qualquer altura. Direniş Lideri olun. Teknoloji, sayı, kaynak ve araçlarda üstün bir düşmana karşı savaşın. Her yerde ve her zaman yaklaşık 18 yan görevle tamamen dinamik bir dünyada gerilla taktiklerini kullanın. 成为抵抗军领袖。与技术、数量、资产和载具远胜于你的强大敌人作战。面对完全动态的世界和大约18种支线任务, 在任何时间, 任何地点, 任何情况, 运用游击战术。
@@ -190,7 +189,7 @@ Revolution in a pile of leaves. Revolution im Blätterhaufen - Rivoluzione in una mucchio di foglie. + Rivoluzione in un mucchio di foglie. Revolución en una montaña de hojas. La révolution au milieu des feuilles. 나뭇잎 더미 속의 혁명 @@ -307,7 +306,7 @@ Attention : le Père Noël vous chasse ! 경고: 산타 할아버지가 당신을 사냥하고 있습니다! Остерегайтесь: Санта-Клаус охотится на вас! - Uwaga: Święty Mikołaj Cię szuka! + Uwaga: Święty Mikołaj poluje na Ciebie! Pozor: Santa Claus tě loví! Cuidado: O Pai Natal anda à tua caça! Dikkat: Noel Baba seni avlıyor! @@ -335,7 +334,7 @@ Antistasi Chernarus Hiver 안티스타시 체르나루스 겨울 Antistasi Чернорусь Зима - Antistasi Chernarus Winter + Antistasi Czarnoruś Zima Antistasi Zimní Černarus Antistasi Chernarus Inverno Antistasi Chernarus Winter @@ -405,7 +404,7 @@ Antistasi - Une autre liberation de Cherno 안티스타시 - 또 다른 체르나루스의 자유 Antistasi - Ещё одно Освобождение Черноруси - Antistasi - Kolejne wyzwolenie Czarnorusi + Antistasi - Kolejne wyzwalanie Czarnorusi Antistasi - Další osvobození Černa Antistasi - Outra Libertação de Cherno Antistasi - Cherno'nun Başka Bir Kurtuluşu @@ -467,6 +466,111 @@ Antistasi - Baltık Devrimi Antistasi - 波罗的海革命 + + United Germany is Best Germany. + L'Allemagne unie est la meilleure Allemagne. + 통일된 독일이 최고의 독일이다. + Zjednoczone Niemcy to najlepsze Niemcy + Spojené Německo je nejlepší Německo. + + + Be the Resistance Leader. Fight against a superior enemy in technology, number, assets and vehicles. Use guerrilla tactics in a totally dynamic world, with around 18 sidemissions, everywhere, anytime, anything. + Devenez le Chef de la Résistance. Battez-vous contre un ennemi en surnombre et avec un niveau technologique supérieur. Utilisez les tactiques des Guerrillas dans un monde complétement dynamique, avec environ 18 missions secondaires. Quand vous voulez, où vous voulez, avec ce que vous voulez. + 반군 지도자가 되어 아군보다 기술, 머릿수, 차량, 자산이 월등한 적과 싸우십시오. 완전 다이나믹한 세계에서 게릴라 전술을 활용하십시오. 약 18개 이상의 사이드 임무가 있으며, 언제 어디서나 무엇이든 가능합니다. + Bądź liderem ruchu oporu. Walcz z lepszym wrogiem pod względem technologii, liczby żołnierzy, zasobów i pojazdów. Używaj taktyk partyzanckich w całkowicie dynamicznym świecie, z około 18 misjami pobocznymi, w dowolnym miejscu i czasie. + Buďte vůdcem odboje. Bojujte proti nadřazenému nepříteli v technologii, počtu, majetku a vozidlech. Použijte partyzánskou taktiku ve zcela dynamickém světě, přibližně s 18 vedlejšími misemi, všude kdykoli a cokoli. + + + Antistasi Weferlingen Summer + Antistasi Weferlingen Eté + 안티스타시 웨퍼링겐 여름 + Antistasi Léto ve Weferlingenu + + + Antistasi - Liberation of Weferlingen - Summer + Antistasi - Liberation de Weferlingen - Eté + 안티스타시 - 웨퍼링겐 해방 - 여름 + Antistasi - Osvobození Weferlingenu - Léto + + + United Germany is Best Germany, also in the winter. + L'Allemagne unie est la meilleure Allemagne, même en hiver. + 겨울에 통일된 독일이 최고의 독일이다. + Zjednoczone Niemcy to najlepsze Niemcy, również w zimę. + Spojené Německo je nejlepší Německo, i přes zimu. + + + Be the Resistance Leader. Fight against a superior enemy in technology, number, assets and vehicles. Use guerrilla tactics in a totally dynamic world, with around 18 sidemissions, everywhere, anytime, anything. + Devenez le Chef de la Résistance. Battez-vous contre un ennemi en surnombre et avec un niveau technologique supérieur. Utilisez les tactiques des Guerrillas dans un monde complétement dynamique, avec environ 18 missions secondaires. Quand vous voulez, où vous voulez, avec ce que vous voulez. + 반군 지도자가 되어 아군보다 기술, 머릿수, 차량, 자산이 월등한 적과 싸우십시오. 완전 다이나믹한 세계에서 게릴라 전술을 활용하십시오. 약 18개 이상의 사이드 임무가 있으며, 언제 어디서나 무엇이든 가능합니다. + Bądź liderem ruchu oporu. Walcz z lepszym wrogiem pod względem technologii, liczby żołnierzy, zasobów i pojazdów. Używaj taktyk partyzanckich w całkowicie dynamicznym świecie, z około 18 misjami pobocznymi, w dowolnym miejscu i czasie. + Buďte vůdcem odboje. Bojujte proti nadřazenému nepříteli v technologii, počtu, majetku a vozidlech. Použijte partyzánskou taktiku ve zcela dynamickém světě, přibližně s 18 vedlejšími misemi, všude kdykoli a cokoli. + + + Antistasi Weferlingen Winter + Antistasi Weferlingen Hiver + 안티스타시 웨퍼링겐 겨울 + Antistasi Weferlingenská Zima + + + Antistasi - Liberation of Weferlingen - Winter + Antistasi - Liberation de Weferlingen - Hiver + 안티스타시 - 웨퍼링겐 해방 - 겨울 + Antistasi - Osvobození Weferlingenu - Zima + + + African Islands under siege + Les îles africaines en état de siège + 포위당한 아프리카의 섬들 + Oblężenie Afrykańskich wysp + + + Be the Resistance Leader. Fight against a superior enemy in technology, number, assets and vehicles. Use guerrilla tactics in a totally dynamic world, with around 18 sidemissions, everywhere, anytime, anything. + Devenez le Chef de la Résistance. Battez-vous contre un ennemi en surnombre et avec un niveau technologique supérieur. Utilisez les tactiques des Guerrillas dans un monde complétement dynamique, avec environ 18 missions secondaires. Quand vous voulez, où vous voulez, avec ce que vous voulez. + 반군 지도자가 되어 아군보다 기술, 머릿수, 차량, 자산이 월등한 적과 싸우십시오. 완전 다이나믹한 세계에서 게릴라 전술을 활용하십시오. 약 18개 이상의 사이드 임무가 있으며, 언제 어디서나 무엇이든 가능합니다. + Bądź liderem ruchu oporu. Walcz z lepszym wrogiem pod względem technologii, liczby żołnierzy, zasobów i pojazdów. Używaj taktyk partyzanckich w całkowicie dynamicznym świecie, z około 18 misjami pobocznymi, w dowolnym miejscu i czasie. + Buďte vůdcem odboje. Bojujte proti nadřazenému nepříteli v technologii, počtu, majetku a vozidlech. Použijte partyzánskou taktiku ve zcela dynamickém světě, přibližně s 18 vedlejšími misemi, všude kdykoli a cokoli. + + + Antistasi Isla Duala + Antistasi Isla Duala + 안티스타시 이슬라 듀알라 + Antistasi Ostrov Duala + + + Antistasi - Liberation of Isla Duala + Antistasi - Libération d'Isla Duala + 안티스타시 - 이슬라 듀알라 해방 + Antistasi - Osvobození Ostrova Duala + + + African Action + Action africaine + 아프리카 작전 + Afrykańska Akcja + Africká Mise + + + Be the Resistance Leader. Fight against a superior enemy in technology, number, assets and vehicles. Use guerrilla tactics in a totally dynamic world, with around 18 sidemissions, everywhere, anytime, anything. + Devenez le Chef de la Résistance. Battez-vous contre un ennemi en surnombre et avec un niveau technologique supérieur. Utilisez les tactiques des Guerrillas dans un monde complétement dynamique, avec environ 18 missions secondaires. Quand vous voulez, où vous voulez, avec ce que vous voulez. + 반군 지도자가 되어 아군보다 기술, 머릿수, 차량, 자산이 월등한 적과 싸우십시오. 완전 다이나믹한 세계에서 게릴라 전술을 활용하십시오. 약 18개 이상의 사이드 임무가 있으며, 언제 어디서나 무엇이든 가능합니다. + Bądź liderem ruchu oporu. Walcz z lepszym wrogiem pod względem technologii, liczby żołnierzy, zasobów i pojazdów. Używaj taktyk partyzanckich w całkowicie dynamicznym świecie, z około 18 misjami pobocznymi, w dowolnym miejscu i czasie. + Buďte vůdcem odboje. Bojujte proti nadřazenému nepříteli v technologii, počtu, majetku a vozidlech. Použijte partyzánskou taktiku ve zcela dynamickém světě, přibližně s 18 vedlejšími misemi, všude kdykoli a cokoli. + + + Antistasi Kujari + <br/>Antistasi Kujari + 안티스타시 쿠자리 + Antistasi Kujari + Antistasi Kujari + + + Antistasi - Liberation of Kujari + Antistasi - Libération de Kujari + 안티스타시 - 쿠자리 해방 + Antistasi - Wyzwolenie Kujari + Antistasi - Osvobození Kujari + Sand and blood Sand und Blut @@ -915,6 +1019,34 @@ Antistasi - Tembelan Adasının Kurtuluşu Antistasi - 解放 Tembelan + + Something with cocaine or such. + Quelque chose avec de la cocaine ou autre. + 코카인같은 뭔가가 있습니다. + Coś z kokainą lub czymś podobnym. + Něco s kokainem, nebo tak něco. + + + Be the Resistance Leader. Fight against a superior enemy in technology, number, assets and vehicles. Use guerrilla tactics in a totally dynamic world, with around 18 sidemissions, everywhere, anytime, anything. + Devenez le Chef de la Résistance. Battez-vous contre un ennemi en surnombre et avec un niveau technologique supérieur. Utilisez les tactiques des Guerrillas dans un monde complétement dynamique, avec environ 18 missions secondaires. Quand vous voulez, où vous voulez, avec ce que vous voulez. + 반군 지도자가 되어 아군보다 기술, 머릿수, 차량, 자산이 월등한 적과 싸우십시오. 완전 다이나믹한 세계에서 게릴라 전술을 활용하십시오. 약 18개 이상의 사이드 임무가 있으며, 언제 어디서나 무엇이든 가능합니다. + Bądź liderem ruchu oporu. Walcz z lepszym wrogiem pod względem technologii, liczby żołnierzy, zasobów i pojazdów. Używaj taktyk partyzanckich w całkowicie dynamicznym świecie, z około 18 misjami pobocznymi, w dowolnym miejscu i czasie. + Buďte vůdcem odboje. Bojujte proti nadřazenému nepříteli v technologii, počtu, majetku a vozidlech. Použijte partyzánskou taktiku ve zcela dynamickém světě, přibližně s 18 vedlejšími misemi, všude kdykoli a cokoli. + + + Antistasi Colombia + Antistasi Colombia + 안티스타시 콜롬비아 + Antistasi Columbia + Antistasi Kolumbie + + + Antistasi - Liberation of Colombia + Antistasi - Libération de Colombia + 안티스타시 - 콜롬비아 해방 + Antistasi - Wyzwolenie Kolumbii + Antistasi - Osvobození Kolumbie + Another jungle, another fight. Ein anderer Dschungel, ein anderer Kampf. @@ -1027,155 +1159,188 @@ Antistasi - Virolahti'nin Kurtuluşu Antistasi - 解放 Virolahti - - Placeholder - - - Be the Resistance Leader. Fight against a superior enemy in technology, number, assets and vehicles. Use guerrilla tactics in a totally dynamic world, with around 18 sidemissions, everywhere, anytime, anything. - - - Antistasi Isla Duala - - - Antistasi - Liberation of Isla Duala - - - African Action - - - Be the Resistance Leader. Fight against a superior enemy in technology, number, assets and vehicles. Use guerrilla tactics in a totally dynamic world, with around 18 sidemissions, everywhere, anytime, anything. - - - Antistasi Kujari - - - Antistasi - Liberation of Kujari -
10 minutes + 10 Minuten 10 minuti 10 minutos 10 minutes 10분 + 10 minut 10 minut + 10 minutos 10 分钟 1 minute + 1 Minute 1 minuto 1 minuto 1 minute 1분 + 1 minuta 1 minuta + 1 minuto 1 分钟 2 minutes + 2 Minuten 2 minuti 2 minutos 2 minutes 2분 + 2 minuty 2 minuty + 2 minutos 2 分钟 3 minutes + 3 Minuten 3 minuti 3 minutos 3 minutes 3분 + 3 minuty 3 minuty + 3 minutos 3 分钟 5 minutes + 5 Minuten 5 minuti 5 minutos 5 minutes 5분 + 5 minut 5 minut + 5 minutos 5 分钟 No automatic load + Kein automatisches Laden + No caricamento automatico Pas de chargement automatique 자동 로드 없음 + Brak automatycznego ładowania Žádné automatické načtění + Não carregar automaticamente 取消自动读取最近的存档 Automatically load last valid save after delay + Automatisch letzten gültigen Spielstand nach eingestellter Verzögerung laden + Caricato automaticamente l'ultimo salvataggio valido dopo il ritardo Cargar el último guardado válido después del retraso Chargement automatique de la dernière sauvegarde valide après un délai 딜레이 후 마지막으로 유효한 저장을 자동으로 로드 Automaticky načíst poslední platné uložení po zpoždění + Carregar ultimo save automaticamente depois de um intervalo 自动读取最近的有效存档 All + Alle + Tutto Todos Tout 모두 + wszystko Vše + Todos All non-dev + Alle nicht Entwickler + Tutto non-dev Tout les non-dév 모두(개발자 버전 제외) Všechny non-dev + Todos exceto dev None + Keiner + Nessuno Ninguno Aucun 없음 + Nic Nic + Nenhum Log debug console use during setup + Debzug Konsole während des Setups loggen + Registra la console di debug durante il setup Enregistrer l'usage de la console de débogage pendant la préparration 설정 중 디버그 콘솔 사용 로그 작성 Zapsat konzoli ladění při nastavování + Usar o console de debug durante o setup 在设立过程中保存调试台使用记录 Debug + Debug + Debug Debug Déboguer 디버그 + Отладка + Debug Ladění + Debug 调试 Error + Fehler + Errore Error Erreur 오류 + Ошибки + Błąd Chyba + Erro 错误 Info + Info + Info Info Info 정보 + Информация + Informacja Informace + Info 信息 Logging Level during setup + Logging-Level während des Setups + Registrando il Livello durante il setup Niveau de logs pendant la préparation 설정 중 로그 작성 수준 <br/>Úroveň záznamu během nastavování + Detalhes do Log durante o setup Verbose + Ausführlich + Verboso Verbose Verbeux 세부 정보 Podrobný + Completo diff --git a/A3A/addons/maps/config.cpp b/A3A/addons/maps/config.cpp index 5e8eded574..dfa22f3382 100644 --- a/A3A/addons/maps/config.cpp +++ b/A3A/addons/maps/config.cpp @@ -28,23 +28,26 @@ class CfgMissions class MPMissions { // mission folder names need to be `Antistasi_{Map name}.{Map name}` A3A_Mission(Altis) - A3A_Mission(Enoch) - A3A_Mission(iron_excelsior_Tobruk) - A3A_Mission(Kunduz) - A3A_Mission(Malden) - A3A_Mission(SPE_Normandy) - A3A_Mission(Tanoa) - A3A_Mission(Tembelan) A3A_Mission(cam_lao_nam) A3A_Mission(chernarus) A3A_Mission(chernarus_summer) A3A_Mission(chernarus_winter) A3A_Mission(cup_chernarus_A3) + A3A_Mission(Enoch) + A3A_Mission(gm_weferlingen_summer) + A3A_Mission(gm_weferlingen_winter) + A3A_Mission(Kunduz) + A3A_Mission(iron_excelsior_Tobruk) + A3A_Mission(Malden) A3A_Mission(sara) A3A_Mission(Staszow) + A3A_Mission(SPE_Normandy) A3A_Mission(takistan) + A3A_Mission(Tanoa) + A3A_Mission(Tembelan) A3A_Mission(tem_anizay) A3A_Mission(tem_kujari) + A3A_Mission(UMB_Colombia) A3A_Mission(vn_khe_sanh) A3A_Mission(vt7) #if __A3_DEBUG__ diff --git a/A3A/addons/maps/mapInfo.hpp b/A3A/addons/maps/mapInfo.hpp index f2fb53b620..f83c53b443 100644 --- a/A3A/addons/maps/mapInfo.hpp +++ b/A3A/addons/maps/mapInfo.hpp @@ -1,25 +1,28 @@ class mapInfo { #include "Antistasi_Altis.Altis\mapInfo.hpp" + #include "Antistasi_cam_lao_nam.cam_lao_nam\mapInfo.hpp" + #include "Antistasi_chernarus.chernarus\mapInfo.hpp" + #include "Antistasi_chernarus_summer.chernarus_summer\mapInfo.hpp" + #include "Antistasi_chernarus_winter.chernarus_winter\mapInfo.hpp" + #include "Antistasi_cup_chernarus_A3.cup_chernarus_A3\mapInfo.hpp" #include "Antistasi_Enoch.Enoch\mapInfo.hpp" #include "Antistasi_Hyde_Sark.Hyde_Sark\mapInfo.hpp" #include "Antistasi_iron_excelsior_Tobruk.iron_excelsior_Tobruk\mapInfo.hpp" + #include "Antistasi_gm_weferlingen_summer.gm_weferlingen_summer\mapInfo.hpp" + #include "Antistasi_gm_weferlingen_winter.gm_weferlingen_winter\mapInfo.hpp" + #include "Antistasi_isladuala3.isladuala3\mapInfo.hpp" #include "Antistasi_Kunduz.Kunduz\mapInfo.hpp" #include "Antistasi_Malden.Malden\mapInfo.hpp" + #include "Antistasi_sara.sara\mapInfo.hpp" #include "Antistasi_SPE_Normandy.SPE_Normandy\mapInfo.hpp" #include "Antistasi_Staszow.Staszow\mapInfo.hpp" #include "Antistasi_Stratis.Stratis\mapInfo.hpp" + #include "Antistasi_takistan.takistan\mapInfo.hpp" #include "Antistasi_Tanoa.Tanoa\mapInfo.hpp" #include "Antistasi_Tembelan.Tembelan\mapInfo.hpp" - #include "Antistasi_cam_lao_nam.cam_lao_nam\mapInfo.hpp" - #include "Antistasi_chernarus.chernarus\mapInfo.hpp" - #include "Antistasi_chernarus_summer.chernarus_summer\mapInfo.hpp" - #include "Antistasi_chernarus_winter.chernarus_winter\mapInfo.hpp" - #include "Antistasi_cup_chernarus_A3.cup_chernarus_A3\mapInfo.hpp" - #include "Antistasi_isladuala3.isladuala3\mapInfo.hpp" - #include "Antistasi_sara.sara\mapInfo.hpp" - #include "Antistasi_takistan.takistan\mapInfo.hpp" #include "Antistasi_tem_anizay.tem_anizay\mapInfo.hpp" #include "Antistasi_tem_kujari.tem_kujari\mapInfo.hpp" + #include "Antistasi_UMB_Colombia.UMB_Colombia\mapInfo.hpp" #include "Antistasi_vn_khe_sanh.vn_khe_sanh\mapInfo.hpp" #include "Antistasi_vt7.vt7\mapInfo.hpp" -}; +}; \ No newline at end of file diff --git a/A3A/addons/patcom/functions/Patcom/fn_patrolArmStatics.sqf b/A3A/addons/patcom/functions/Patcom/fn_patrolArmStatics.sqf index efb20dabfe..384624f1fb 100644 --- a/A3A/addons/patcom/functions/Patcom/fn_patrolArmStatics.sqf +++ b/A3A/addons/patcom/functions/Patcom/fn_patrolArmStatics.sqf @@ -39,6 +39,11 @@ _staticsNear = _staticsNear select {(crew _x) isequalto []}; // Only get statics which are not current assigned. _staticsNear = _staticsNear select {(_x getVariable ["PATCOM_STATIC_ASSIGNED", false]) == false}; +// Only get statics with no players nearby. +if (side _leader != teamPlayer) then { + _staticsNear = _staticsNear select {allPlayers inAreaArray [getPosATL _x, 50, 50] isEqualTo [];}; +}; + // Exit if no statics are near. if (count _staticsNear == 0) exitWith {}; @@ -72,7 +77,7 @@ if (count _assignedPairs isEqualTo 0) exitWith {}; _x spawn { params ["_unit", "_static", "_group"]; private _assignedGunner = assignedGunner _static; - if ((isNull _assignedGunner) && ((_static getVariable ["PATCOM_STATIC_ASSIGNED", false]) == false)) then { + if ((isNull _assignedGunner) && {(_static getVariable ["PATCOM_STATIC_ASSIGNED", false]) == false}) then { [_unit] joinSilent grpnull; _static setVariable ["PATCOM_STATIC_ASSIGNED", true]; _unit setCombatBehaviour "SAFE"; diff --git a/README.md b/README.md index 33e9751c85..7244c3c30d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- Antistasi Version + Antistasi Version Issues diff --git a/changelog.rst b/changelog.rst index 29a0c83aef..3fabaecefb 100644 --- a/changelog.rst +++ b/changelog.rst @@ -3,6 +3,133 @@ Changelog ========== +Version 3.5.1 +=============== + +.. note:: + 18th February 2024 + +.. admonition:: Bugfixes + + * :issue:`3155` Applied Kujari map fixes + * :issue:`3151` Disabled forced marker spawn in artySupport + * :issue:`3150` Deleted rogue variable in vanilla LDF template + * :issue:`3147` Fixed issues regarding undercover and HQ defense + +.. warning:: + + * Please note that this changelog may contain both spelling/grammatical errors and/or factual errors. Should any factual errors exist, we apologise but with the sheer number of changes made per version it can be easy to lose or mistake a change when writing up the changelog. + +| + +----- + +| + + + + +Version 3.5.0 +=============== + +.. note:: + 11th February 2024 + +.. admonition:: Major + + .. rubric:: :issue:`3075` Weferlingen Map Ports + + + * [Added] - Complete port for Weferlingen Summer - requires `Global Mobilisation CDLC `_ + * [Added] - Complete port for Weferlingen Winter - requires `Global Mobilisation CDLC `_ + * In the summer and in the winter, resistance fighters armed with their R-700 bolt-action rifles trudge through the fields towards ill-prepared Bundeswehr and NVA roadblocks. In an occupied post-WW2 Germany, the citizens are ready to take up arms for freedom, no matter which time of the year. + + .. rubric:: :issue:`3073` UMB Colombia Map Port + + + * [Added] - Complete port for UMB Colombia - requires `UMB Colombia `_ + * The rebellion has never gotten it's money through fully ... legitimate sources. Using face paint and camouflage, the rebel squads begin their rush to the poorly-guarded poppy field. The South American jungle, just as warm as advertised. + + .. rubric:: :issue:`3072` Kujari Map Port + + + * [Added] - Complete port for Kujari - requires `Kujari `_ + * Specks of sand in his sandals, a rebel cell leader watches the road with a pair of binoculars and a clacker. The enemy ammunition convoy is carrying high value weaponry, and they have no idea what's about to happen. Sub-Saharan Africa is a harsh climate, but is a excellent battle-ground for mercenaries and revolutionaries alike. + + .. rubric:: New Templates + + + * [Added] - :issue:`3082` Vanilla Rebel LFF template + * [Added] - :issue:`3081` 3CB Rebel LSM template + * [Added] - :issue:`3022` CUP AFRF Desert template + * [Added] - :issue:`2802` GM BW Desert template + * [Added] - :issue:`2802` GM NVA Desert template + +.. admonition:: Minor + + * :issue:`3137` Added vehicle discount functionality based on war level for maps without seaports. + * :issue:`3134` Added hint on old build button in Y menu to help older players find the new construction system. + * :issue:`3131` Added debug functions to test-spawn units and vehicles from templates checking. + * :issue:`3115` Rebel and enemy airstrikes will now be shown in the log. + * :issue:`3110` Aircraft can now be accessed from any garage, but cannot be removed unless the player is at an airbase. + * :issue:`3102` Seaports will only cut 5% of vehicle price each (changed from 10% each) and now cap at 6 maximum, for a total of a max 30% discount on vehicles. + * :issue:`3102` Garage will now delete blacklisted vehicles, so hopefully no more empty "Vehicle" entities. + * :issue:`3102` Added the last victim to the hint admins receive for friendly fire. + * :issue:`3098` & :issue:`3139` Added one additional builder box with capacity of 1500. + * :issue:`3088` ACE Hunger - Added bananas! And sunflower seeds and humanitarian rations, but more importantly, bananas. + * :issue:`3087` Kat's Advanced Medical (KAM) support has been updated to 2.13.3. + * :issue:`3083` Rebel AI will now sometimes be equipped with pistols if they don't have any good primary weapons. + * :issue:`3049` APCs in the default Arma 3 factions will now use slat cages to boost their combat effectiveness where able. + + .. admonition:: Template updates + + * :issue:`3091` WS ION - Multiple small changes to the template, mostly vehicles and weapons. + * :issue:`3037` RHS ChDKZ - Added additional uniforms and unit templates. + * :issue:`2802` GM templates - Fixed mag issues, added rebel uniforms, added additional logistic nodes and adjusted some trucks. + +.. admonition:: Bugfixes + + * :issue:`3126` Fixed an exploit where helicopters could retain undercover in enemy airspace. + * :issue:`3116` Fixed a minor issue with outpost vehicle spawns. + * :issue:`3114` Fixed a bug where remote-controlling players could despawn garrisons. + * :issue:`3110` Fixed crew mounting statics while under active attack. + * :issue:`3110` Added that garbage cleans now move dead soldiers out of their vehicle, fixing a bug with ACE where seats would be locked if bodies were deleted in a seat. + * :issue:`3102` Fixed a bug where the hint would be empty if you tried to purchase vehicles at HQ with enemies nearby. + * :issue:`3102` Fixed a bug where refugee missions would spawn on top of people. + * :issue:`3102` Fixed a bug where the Kill the Traitor mission would break if the traitor surrendered. + * :issue:`3102` Fixed Guided launchers being unlockable from large intel. + * :issue:`3102` Fixed ASFs climbing endlessly during circling. + * :issue:`3102` Added vehicles now have a few more restrictions before being turned into airstrikes, which fixes a few exploits. + * :issue:`3102` Added that the garage now deletes bugged vehicles instead of registering them. + * :issue:`3093` Fixed a bug where garrisons would have trouble spawning without buildings. + * :issue:`3092` Fixed a check broken in #3031 for patrols. + * :issue:`3090` Fixed a tiny bug where garage interactions would cause a logs error. + * :issue:`3086` Fixed packed objects (e.g. repair station) not returning money when sold. + * :issue:`3079` Fixed a bug where trying to breach whilst undercover will do nothing and an exploit where you could breach for free under certain circumstances. + * :issue:`3053` Fixed an issue where fuel trucks could spawn fuel out of thin air with ACE. + +.. admonition:: Groundwork + + * :issue:`3102` Added a system for blacklisting vehicles from the garage. + +.. admonition:: Localization + + * [Multiple PRs] - Localized a few hundred hard coded strings for them to be translated. + * [Multiple PRs] - Multiple hundred new translations accumulative for all the supported languages + +.. warning:: + + * Please note that this changelog may contain both spelling/grammatical errors and/or factual errors. Should any factual errors exist, we apologise but with the sheer number of changes made per version it can be easy to lose or mistake a change when writing up the changelog. + +| + +----- + +| + + + + Version 3.4.1 ===============