admiral\admiral.h~dbedescription.ext"byhull3\briefing\blufor.sqf"b1hull3\briefing\civilian.sqfn_hull3\briefing\indfor.sqfn_hull3\briefing\opfor.sqfn_hull3\hull3.hbHhull3\LICENSEn_8hull3\SS_G.hbhull3\SS_U.hbinit.sqf "bmission.sqmfbs"class Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "GMX_CHDKZ"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "GMX_CHDKZ"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "GMX_CHDKZ"; defaultZoneTemplate = "Cqc"; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" allowProfileGlasses = 0; enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "seaside sweep"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 50; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 1; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 1; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 1; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"}; default = 1; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
ChDKZ rebels are in control of the Green Sea coastline, we are forming up to disrupt their activities in support of Pro-Government partisans.

ENEMY FORCES
ChDKZ rebels, armed with captured Government weapons, vehicles and equipment.

FRIENDLY FORCES
Besides our armoured taskforce we have been supported by Pro-Government partisans who have by now melted back into the countryside. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Sweep along the Green Sea coastline undertaking the following objectives

Ensure the complete destruction of the ChDKZ supply train previously derailed by Partisans outside Kamenka

Destroy the ChDKZ firebase and related ammunition stockpile located within Komarovo

Assault the Balota Airstrip, ensuring its commander is eliminated and all ChDKZ assets including the Ammo Dump are destroyed

Once the above have been achieved eliminate ChDKZ resistance and hold in place "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Undertake objectives in the given order, remain close to the coastal main road, our tanks won't fair well climbing hills.

MOVEMENT SUPPORT PLAN
Each squad has an integrated T-55AM2B for transport and support.

SPECIAL TASKS
ChDKZ vehicles and supplies should be destroyed where found, minimise civilian property damage where possible. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]]; // CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; class Hull3 { isEnabled = 1; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class GMX_CDF_TTSKO { gear = "SS_G"; uniform = "SS_U"; languages[] = { {"west", 100} }; }; }; class Gear { #include "SS_G.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "SS_U.h" unitBaseClass = "Rifleman"; }; };The MIT License (MIT) Copyright (c) 2014 László Major Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.class SS_G { class Rifleman { primaryWeapon = "CUP_arifle_AK105_railed"; primaryWeaponItems[] = {"CUP_optic_ZDDot", "CUP_acc_Flashlight"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 1}, {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1} }; vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 4}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 2} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { primaryWeapon = "CUP_arifle_AK74M_GL_railed"; primaryWeaponItems[] = {"CUP_optic_ZDDot", "CUP_acc_Flashlight"}; handgunWeapon = "CUP_hgun_PMM"; vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 4}, {"CUP_1Rnd_HE_GP25_M", 4}, {"CUP_1Rnd_SMOKE_GP25_M", 2}, {"CUP_1Rnd_SmokeRed_GP25_M", 2}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2}, {"CUP_12Rnd_9x18_PMM_M", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2}, {"CUP_1Rnd_SMOKE_GP25_M", 2}, {"CUP_1Rnd_SmokeRed_GP25_M", 2}, {"CUP_IlumFlareWhite_GP25_M", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {"ItemGPS"}; binocular = "ACE_Vector"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "CUP_arifle_AKS74U_railed"; primaryWeaponItems[] = {"CUP_optic_MRad", "CUP_acc_Flashlight"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"CUP_30Rnd_545x39_AK74M_M", 4}}; backpackMagazines[] = {}; assignItems[] = {"ItemGPS"}; }; class CO : Officer { }; class XO : CO { backpackMagazines[] = { {"CUP_1Rnd_SMOKE_GP25_M", 8}, {"CUP_1Rnd_SmokeRed_GP25_M", 8} }; backpackRadios[] = {"ACRE_PRC117F"}; }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_AKS74U_railed"; vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellBlue", 4}, {"CUP_30Rnd_545x39_AK74M_M", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; backpackMedicalItems[] = { {"ACE_fieldDressing", 30}, {"ACE_morphine", 30}, {"ACE_epinephrine", 30}, {"ACE_bloodIV_500", 24}, {"ACE_splint", 4} }; }; class FTL : Leader { }; class RAT : Rifleman { primaryWeapon = "CUP_arifle_AKS74U_railed"; secondaryWeapon = "CUP_launch_HCPF3"; vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_545x39_AK74M_M", 4}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2} }; }; class ENG : Rifleman { primaryWeapon = "CUP_arifle_AKS74U_railed"; vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 2} }; backpackMagazines[] = { {"DemoCharge_Remote_Mag", 5}, {"SatchelCharge_Remote_Mag", 2} }; assignItems[] = {"ItemGPS"}; vestItems[] = { {"ACE_DefusalKit", 1}, {"ACE_M26_Clacker", 1} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class ENGA : ENG { uniformRadios[] = {"ACRE_PRC343"}; }; class VC : Crew { binocular = "ACE_Vector"; }; class VG : Crew { }; class VD : Crew { }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = {{"CUP_launch_HCPF3", 15}}; magazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 100}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 50}, {"CUP_1Rnd_HE_GP25_M", 25}, {"CUP_1Rnd_SMOKE_GP25_M", 25}, {"CUP_1Rnd_SmokeRed_GP25_M", 25}, {"CUP_IlumFlareWhite_GP25_M", 15}, {"ACE_HandFlare_White", 25}, {"HandGrenade", 25}, {"SmokeShell", 25}, {"DemoCharge_Remote_Mag", 20}, {"SatchelCharge_Remote_Mag", 10} }; items[] = {{"ItemGPS", 1}}; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; }; class SS_U { class Rifleman { headGear = "gmx_cdf2022_army_headgear_m92_digittsko"; goggles = ""; uniform = "gmx_cdf2022_army_uniform_soldier_digittsko"; vest = "gmx_cdf2022_army_vest_armor_90_rifleman_digittsko_ARM"; backpack = "ark_backpack_med"; insignia = ""; }; class Leader : Rifleman { uniform = "gmx_cdf2022_army_uniform_soldier_rolled_digittsko"; vest = "gmx_cdf2022_army_vest_armor_90_leader_digittsko_ARM"; }; class Officer : Leader { headGear = "gmx_cdf2022_army_beret_grn"; }; class Crew : Rifleman { headGear = "gm_gc_army_headgear_crewhat_80_blk"; uniform = "gmx_cdf2022_army_uniform_crew_digittsko"; vest = "gmx_cdf2022_army_vest_armor_90_crew_digittsko_ARM"; backpack = "ark_backpack_small"; }; class CO : Officer { }; class XO : CO { backpack = "ark_backpack_large"; }; class SL : Officer { }; class Medic : Rifleman { vest = "gmx_cdf2022_army_vest_armor_90_medic_digittsko_ARM"; backpack = "ark_backpack_large"; insignia = ""; }; class FTL : Leader { headGear = "gmx_cdf2022_army_headgear_m92_glasses_digittsko"; }; class RAT : Rifleman { headGear = "gmx_cdf2022_army_headgear_m92_glasses_digittsko"; }; class ENG : Rifleman { headGear = "gmx_cdf2022_army_headgear_m92_glasses_digittsko"; vest = "gmx_cdf2022_army_vest_armor_90_demolition_digittsko_ARM"; backpack = "ark_backpack_large"; }; class ENGA : ENG { }; class VC : Crew { }; class VG : Crew { }; class VD : Crew { }; class P : Crew { headGear = "gm_gc_headgear_zsh3_wht"; vest = "gm_ge_army_vest_pilot_oli_ARM"; }; class PCM : P { }; }; ark_fnc_cleanUpAI = { params ["_trigger"]; private _side = [adm_camp_defaultUnitTemplate] call adm_common_fnc_getUnitTemplateSide; { if ((side _x == _side) && (!isPlayer _x) && (_x inArea _trigger)) then { if (isNull objectParent _x) then { deleteVehicle _x; } else { private _vehicle = objectParent _x; {_vehicle deleteVehicleCrew _x} forEach crew _vehicle; deleteVehicle _vehicle; }; }; } forEach allUnits; }; if (isServer) then { {_x forceFlagTexture "\ca\data\Flag_chernarus_co.paa"} forEach [co_vic, eng_1, eng_2, tank_a, tank_b, tank_c, tank_d]; };raPo" version6EditorData6 sourceNameark_co49_seaside_sweepaddonsFA3_Characters_Face_nouniformrestrictionsace_explosivesCUP_AirVehicles_Mi24gmx_cdf2022_vehicles_land_tracked_ural4320gmx_cdf2022_vehicles_land_tracked_ural375dgmx_cdf2022_vehicles_land_tracked_uaz469gmx_cdf2022_vehicles_land_tracked_brdm2gmx_cdf2022_vehicles_land_tracked_t55ark_ace_rearmA3_Modules_Fark_clear_cargoark_ai_sentryark_chase_aiark_rotorAdmiralA3_Structures_F_Civ_Campingcba_xehCUP_Misc3_ConfigA3_Structures_F_Items_ToolsCUP_WarfareBuildingsCUP_StandaloneTerrains_Core_FactionA3_Structures_F_Argo_Military_Fortificationsgm_structures_euro_80A3_Structures_F_EPA_Civ_Campingace_sittingA3_Structures_F_Civ_Accessoriesgmx_chdkz_vehicles_land_tracked_uaz469gmx_chdkz_vehicles_land_tracked_ural375dA3_Structures_F_Naval_PiersA3_Data_F_ParticleEffectsA3_Structures_F_Enoch_Military_TrainingCUP_CAStructures_RailA3_Structures_F_Kart_Civ_SportsGroundsA3_Props_F_Exp_Industrial_HeavyEquipmentCUP_Weapons_AmmoBoxesgmx_chdkz_vehicles_land_tracked_btr60CUP_CAMiscgmx_chdkz_vehicles_land_tracked_ot64gmx_chdkz_vehicles_land_tracked_ural4320A3_Props_F_Orange_Humanitarian_GarbageA3_Structures_F_Oldman_DecalsCUP_WaterVehicles_Fishing_Boatgm_objects_fortificationgmx_chdkz_charactersgmx_chdkz_weapons_machineguns_dshkmgmx_chdkz_vehicles_land_tracked_pt76gmx_chdkz_vehicles_land_tracked_brdm2gmx_chdkz_vehicles_land_tracked_bmp1A3_Structures_F_Mil_BagFenceA3_Structures_F_Systemgmx_chdkz_vehicles_air_helicopters_mi2gm_weapons_ammoboxesCUP_Creatures_StaticWeaponsgmx_chdkz_vehicles_land_tracked_t55CUP_ibr_plantsCUP_Misc_e_ConfigCUP_CAStructures_MilCUP_CAStructuresHouse_rail_station_bigA3_Structures_F_Mil_BarracksCUP_New_Buildings_BunkerA3_Structures_F_Ind_Transmitter_TowerA3_Structures_F_Enoch_Military_BarracksA3_Structures_F_Argo_Walls_MilitaryA3_Structures_F_Enoch_Military_RadarCUP_Editor_A2_Roads_Configgmx_chdkz_vehicles_air_planes_l410gmx_chdkz_weapons_launchers_fagotgmx_chdkz_weapons_launchers_spg9A3_Ui_FAddonsMetaData~ dlcs CUP_Vehiclesgmx_cdf2022Argogmx_chdkzEnochKartExpansionCUP_WeaponsORANGEOldmangmCUP_UnitsrandomSeedScenarioData(CustomAttributes0)Mission*o" moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProvider MarkerIDProvider LayerIndexProvider Camera# ~ nextID nextID nextID# posDgDDdirw}>;f?up">7.?h"?aside_]?=~ List (>items=Item0r Item1 Item2~Item3Item4,Item5Item6PItem7Item8jItem9Item10]Item11Item12KItem13Item14Item15Item16Item17=Item18xItem19Item20Item21Item22,Item23Item24)Item25Item26AItem27Item28fItem29Item30:Item31Item32 Item33Item34Item35JItem36Item37kItem38Item39UItem40Item41 Item42 Item43(!Item44!Item456"Item46"Item47Q#Item48#Item49 $Item50$Item51$Item52%Item53[%Item54%Item55 &Item56&Item57&Item58c'Item59'Item60a((classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttps://ace3.acemod.org/~classNameace_explosivesnameACE3 - ExplosivesauthorACE-Teamurlhttps://ace3.acemod.org/classNameCUP_AirVehicles_Mi24nameCUP_AirVehicles_Mi24,classNamegmx_cdf2022_vehicles_land_tracked_ural4320namegmx_cdf2022_vehicles_land_tracked_ural4320authorGlobal Mobilization ExtraclassNamegmx_cdf2022_vehicles_land_tracked_ural375dnamegmx_cdf2022_vehicles_land_tracked_ural375dauthorGlobal Mobilization ExtraPclassNamegmx_cdf2022_vehicles_land_tracked_uaz469namegmx_cdf2022_vehicles_land_tracked_uaz469authorGlobal Mobilization ExtraclassNamegmx_cdf2022_vehicles_land_tracked_brdm2namegmx_cdf2022_vehicles_land_tracked_brdm2authorGlobal Mobilization ExtrajclassNamegmx_cdf2022_vehicles_land_tracked_t55namegmx_cdf2022_vehicles_land_tracked_t55authorGlobal Mobilization ExtraclassNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.org]classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.orgKclassNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.orgclassNameark_chase_ainameARK Inhouse - Chase AIauthorARKurlhttp://www.ark-group.orgclassNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.orgclassNameAdmiralnameAdmiralauthorKamiclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com=classNameCUP_Misc3_ConfignameCUP_Misc3_ConfigxclassNameCUP_WarfareBuildingsnameCUP_WarfareBuildingsclassNameCUP_StandaloneTerrains_Core_FactionnameCUP_StandaloneTerrains_Core_FactionclassNameA3_Structures_F_ArgonameArma 3 Malden - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNamegm_structures_euro_80namegm_structures_euro_80authorGlobal Mobilizationurlglobal-mobilization.com,classNameA3_Structures_F_EPAnameArma 3 Survive Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_sittingnameACE3 - SittingauthorACE-Teamurlhttps://ace3.acemod.org/)classNamegmx_chdkz_vehicles_land_tracked_uaz469namegmx_chdkz_vehicles_land_tracked_uaz469authorGlobal Mobilization ExtraclassNamegmx_chdkz_vehicles_land_tracked_ural375dnamegmx_chdkz_vehicles_land_tracked_ural375dauthorGlobal Mobilization ExtraAclassNameA3_Data_FnameArma 3 - Main ConfigurationauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_Enoch_MilitarynameArma 3 Contact Platform - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comfclassNameCUP_CAStructures_RailnameCUP_CAStructures_RailclassNameA3_Structures_F_KartnameArma 3 Karts - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com:classNameA3_Props_F_ExpnameArma 3 Apex - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxes classNamegmx_chdkz_vehicles_land_tracked_btr60namegmx_chdkz_vehicles_land_tracked_btr60authorGlobal Mobilization ExtraclassNameCUP_CAMiscnameCUP_CAMiscclassNamegmx_chdkz_vehicles_land_tracked_ot64namegmx_chdkz_vehicles_land_tracked_ot64authorGlobal Mobilization ExtraJclassNamegmx_chdkz_vehicles_land_tracked_ural4320namegmx_chdkz_vehicles_land_tracked_ural4320authorGlobal Mobilization ExtraclassNameA3_Props_F_OrangenameArma 3 Orange - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comkclassNameA3_Structures_F_OldmannameArma 3 Old Man - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_WaterVehicles_Fishing_BoatnameCUP_WaterVehicles_Fishing_BoatUclassNamegm_objects_fortificationnamegm_objects_fortificationauthorGlobal Mobilizationurlglobal-mobilization.comclassNamegmx_chdkz_charactersnamegmx_chdkz_characters classNamegmx_chdkz_weapons_machineguns_dshkmnamegmx_chdkz_weapons_machineguns_dshkmauthorGlobal Mobilization Extra classNamegmx_chdkz_vehicles_land_tracked_pt76namegmx_chdkz_vehicles_land_tracked_pt76authorGlobal Mobilization Extra(!classNamegmx_chdkz_vehicles_land_tracked_brdm2namegmx_chdkz_vehicles_land_tracked_brdm2authorGlobal Mobilization Extra!classNamegmx_chdkz_vehicles_land_tracked_bmp1namegmx_chdkz_vehicles_land_tracked_bmp1authorGlobal Mobilization Extra6"classNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com"classNamegmx_chdkz_vehicles_air_helicopters_mi2namegmx_chdkz_vehicles_air_helicopters_mi2authorGlobal Mobilization ExtraQ#classNamegm_weapons_ammoboxesnamegm_weapons_ammoboxesauthorGlobal Mobilizationurlglobal-mobilization.com#classNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeapons $classNamegmx_chdkz_vehicles_land_tracked_t55namegmx_chdkz_vehicles_land_tracked_t55authorGlobal Mobilization Extra$classNameCUP_ibr_plantsnameCUP_ibr_plants$classNameCUP_Misc_e_ConfignameCUP_Misc_e_Config%classNameCUP_CAStructures_MilnameCUP_CAStructures_Mil[%classNameCUP_CAStructuresHouse_rail_station_bignameCUP_CAStructuresHouse_rail_station_big%classNameCUP_New_Buildings_BunkernameCUP_New_Buildings_Bunker &classNameA3_Structures_F_IndnameArma 3 - Industrial StructuresauthorBohemia Interactiveurlhttps://www.arma3.com&classNameCUP_Editor_A2_Roads_ConfignameCUP_Editor_A2_Roads_Config&classNamegmx_chdkz_vehicles_air_planes_l410namegmx_chdkz_vehicles_air_planes_l410authorGlobal Mobilization Extrac'classNamegmx_chdkz_weapons_launchers_fagotnamegmx_chdkz_weapons_launchers_fagotauthorGlobal Mobilization Extra'classNamegmx_chdkz_weapons_launchers_spg9namegmx_chdkz_weapons_launchers_spg9authorGlobal Mobilization Extraa(classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.com(authordancemooxHeader(0)gameTypeCoopminPlayersmaxPlayers10)Category0E)*nameMultiplayerAttribute0)Attribute1 *nAttributes*propertyRespawnButtonexpressiontrueValue) *data) *type)value? *typeSCALAR *propertyRespawnTemplatesexpressiontrueValueL**data\**typew*value**typeARRAY*itemsItem0**data**type*valueNone*typeSTRING*Intel+Entities,Connectionso"briefingNameark_co49_seaside_sweepoverviewTextCDF armoured troops advance on ChDKZ held positionstimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<,itemsItem0.Item13Item26Item3<Item4HItem5!LItem6`RItem7!^Item8aItem9ehItem10nItem11sItem12XItem13Item14(Item15BItem16Item17Item18Item19Item20nItem21Item22Item23H}Item24Item25Item26jItem27ռItem281Item29dataTypeGroupsideWestEntitiesh.Attributes2id3itemsItem0.Item1$0Item212dataTypeObjectPositionInfo /sideWestflagsAttributesA/idtypeB_officer_F$0position"C @Danglesb?@A/skill?rankCAPTAINinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionCDF - Commanding Officer@COisPlayerisPlayable$0dataTypeObjectPositionInfo0sideWestflagsAttributes0idtypeB_Soldier_F1position*OC @)$Dangles?@0skill?rankCORPORALinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionCDF - Platoon Rifleman@COisPlayable1dataTypeObjectPositionInfo1sideWestflagsAttributes(2idtypeB_officer_F2positionAC @;;Dangles?@(2skill?rankLIEUTENANTinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionCDF - Executive Officer@COisPlayable2formationDIAMOND3dataTypeGroupsideWestEntitiesb3Attributes6id6itemsItem03Item1 56dataTypeObjectPositionInfo3sideWestflagsAttributes34idtypeB_Soldier_SL_F 5positionC @Dangles5@34skill?rankSERGEANTinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF - Alpha Squad Leader@Alpha SLisPlayable 5dataTypeObjectPositionInfox5sideWestflagsAttributes5idtypeB_medic_F6position|C @xDangles$@5skill?rankCORPORALinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF - Alpha Squad Medic@Alpha SLisPlayable6formationDIAMOND6dataTypeGroupsideWestEntities6Attributes<id<itemsItem0!7Item18Item2b;<dataTypeObjectPositionInfo7sideWestflagsAttributes7idtypeB_Soldier_TL_F8position_C @o&Dangles0@7skill?rankCORPORALinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 1 Fireteam Leader@Alpha 1isPlayable8dataTypeObjectPositionInfo-9sideWestflagsAttributese9idtypeB_Soldier_A_FCustomAttributes:b;position:] C @.2Dangles]@e9skill?init [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 1 Rifleman@Alpha 1isPlayable:Attribute0J:Attribute1:nAttributesb;propertyspeakerexpression_this setspeaker _value;Value::data::type:valueMale04ENG:typeSTRING:propertypitchexpression_this setpitch _value;Value!;b;data1;b;typeM;value\?b;typeSCALARb;dataTypeObjectPositionInfo;sideWestflagsAttributes <idtypeB_soldier_LAT_F<positionRHC@Danglesz@-@ <skill?init[this, ["faction", "GMX_CDF_TTSKO"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 1 Rifleman (AT)@Alpha 1isPlayable<formationDIAMOND<dataTypeGroupsideWestEntities=AttributeshHidHitemsItem0Z=Item1D@Item2BItem3EhHdataTypeObjectPositionInfo=sideWestflagsAttributes>idtypeB_crew_FCustomAttributes>D@positiontC @Y~Dangles*@>skill?rankSERGEANTinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "VC"], ["marker", "TNKA", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF - Tank A Commander (T-55AM2B)@Tank AisPlayable>Attribute0,?Attribute1?nAttributesD@propertyspeakerexpression_this setspeaker _value;Valuev??data??type?valueMale09ENG?typeSTRING?propertypitchexpression_this setpitch _value;Value@D@data@D@type/@valueHz?D@typeSCALARD@dataTypeObjectPositionInfo@sideWestflagsAttributes@idtypeB_crew_FCustomAttributesABposition C@Dangles@n,@@skill?init [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - Tank A Driver@Tank AisPlayableAAttribute0AAttribute1iBnAttributesBpropertyspeakerexpression_this setspeaker _value;Value"BiBdata2BiBtypeTBvalueMale01ENGiBtypeSTRINGiBpropertypitchexpression_this setpitch _value;ValueBBdataBBtypeBvalueQx?BtypeSCALARB dataTypeObjectPositionInfoCsideWestflagsAttributesCidtypeB_crew_FatlOffset5CustomAttributes\DEpositionC@{Dangles1l@Q<@~@Cskill?init [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF - Tank A Gunner@Tank AisPlayable\DAttribute0DAttribute1%EnAttributesEpropertyspeakerexpression_this setspeaker _value;ValueD%EdataD%EtypeEvalueMale01ENG%EtypeSTRING%Epropertypitchexpression_this setpitch _value;ValuekEEdata{EEtypeEvalue ׃?EtypeSCALARE dataTypeObjectPositionInfo=FsideWestflagsAttributesuFid typeB_crew_FatlOffset5CustomAttributesGhHpositiona C$@{Dangles*~@F1@_@uFskill?init [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF - Tank A Loader@Tank AisPlayableGAttribute0PGAttribute1GnAttributeshHpropertyspeakerexpression_this setspeaker _value;ValueGGdataGGtypeGvalueMale12ENGGtypeSTRINGGpropertypitchexpression_this setpitch _value;Value'HhHdata7HhHtypeSHvalue ׃?hHtypeSCALARhHformationDIAMONDHdataTypeGroupsideWestEntitiesHAttributesLid!LitemsItem0HItem1xJLdataTypeObjectPositionInfoeIsideWestflagsAttributesIidtypeB_Soldier_SL_FxJposition~ C @WDangles@Iskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo Squad Leader @Bravo SLisPlayablexJdataTypeObjectPositionInfoJsideWestflagsAttributes,KidtypeB_medic_FatlOffset5LpositiontCN @WDangles@@,Kskill?rankCORPORALinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo Squad Medic@Bravo SLisPlayableLformationDIAMOND!LdataTypeGroupsideWestEntitieskLAttributesFRid`RitemsItem0LItem1%NItem2PFRdataTypeObjectPositionInfoMsideWestflagsAttributesGMidtypeB_Soldier_TL_F%Nposition&C @fDangles.@GMskill?rankCORPORALinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Fireteam Leader@Bravo 1isPlayable%N dataTypeObjectPositionInfoNsideWestflagsAttributesNidtypeB_Soldier_A_FatlOffset5CustomAttributesOPpositionSC.@fDangles.@@Nskill?init [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Rifleman@Bravo 1isPlayableOAttribute0OAttribute1iPnAttributesPpropertyspeakerexpression_this setspeaker _value;Value"PiPdata2PiPtypeTPvalueMale07ENGiPtypeSTRINGiPpropertypitchexpression_this setpitch _value;ValuePPdataPPtypePvaluep}?PtypeSCALARPdataTypeObjectPositionInfobQsideWestflagsAttributesQidtypeB_soldier_LAT_FFRposition<C @idatlOffset5XitemsItem0tItem1wItem2yItem3|> dataTypeObjectPositionInfotsideWestflagsAttributestidtypeB_crew_FatlOffset5CustomAttributesuwpositionrB@Dangles/@@̌@tskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "VC"], ["marker", "TNKC", "ColorGreen"]] call hull3_unit_fnc_init;descriptionCDF - Tank C Commander (T-55AM2B)@Tank CisPlayableuAttribute0vAttribute1vnAttributeswpropertyspeakerexpression_this setspeaker _value;ValueLvvdata\vvtype~vvalueMale03ENGvtypeSTRINGvpropertypitchexpression_this setpitch _value;Valuevwdatavwtypewvalue?wtypeSCALARw dataTypeObjectPositionInfowsideWestflagsAttributeswidtypeB_crew_FatlOffset5CustomAttributesxypositionprBm@DanglesQ@T@̌@wskill?init [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - Tank C Driver@Tank CisPlayablexAttribute0xAttribute1OynAttributesypropertyspeakerexpression_this setspeaker _value;ValueyOydatayOytype:yvalueMale04ENGOytypeSTRINGOypropertypitchexpression_this setpitch _value;ValueyydatayytypeyvalueQx?ytypeSCALARy dataTypeObjectPositionInfogzsideWestflagsAttributeszidtypeB_crew_FatlOffset5CustomAttributesB{|positionB@sDangles@@ @zskill?init [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF - Tank C Gunner@Tank CisPlayableB{Attribute0z{Attribute1 |nAttributes|propertyspeakerexpression_this setspeaker _value;Value{ |data{ |type{valueMale11ENG |typeSTRING |propertypitchexpression_this setpitch _value;ValueQ||dataa||type}|value?|typeSCALAR|dataTypeObjectPositionInfo}sideWestflagsAttributesK}id typeB_crew_FCustomAttributes}>positionBu@uDangles/l@B@ @K}skill?init [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF - Tank C Loader@Tank CisPlayable}Attribute0&~Attribute1~nAttributes>propertyspeakerexpression_this setspeaker _value;Valuep~~data~~type~valueMale11ENG~typeSTRING~propertypitchexpression_this setpitch _value;Value~>data >type)valueHz?>typeSCALAR>formationDIAMONDXdataTypeGroupsideWestEntitiesAttributes΂iditemsItem0Item1N΂dataTypeObjectPositionInfo;sideWestflagsAttributessidtypeB_Soldier_SL_FNpositionBB@(Dangles@ę@sskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "SL"], ["marker", "DSL", "ColorBrown"]] call hull3_unit_fnc_init;descriptionCDF - Delta Squad Leader@Delta SLisPlayableNdataTypeObjectPositionInfosideWestflagsAttributesidtypeB_medic_F΂positionJB@Dangles1l@@skill?rankCORPORALinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Medic"], ["marker", "DM", "ColorBrown"]] call hull3_unit_fnc_init;descriptionCDF - Delta Squad Medic@Delta SLisPlayable΂formationDIAMONDdataTypeGroupsideWestEntities2Attributesid(itemsItem0eItem1Item2dataTypeObjectPositionInfoփsideWestflagsAttributesidtypeB_Soldier_TL_Fposition6`B@Dangles@џ@!@skill?rankCORPORALinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "FTL"], ["marker", "D1", "ColorBrown"]] call hull3_unit_fnc_init;descriptionCDF - Delta 1 Fireteam Leader@Delta 1isPlayabledataTypeObjectPositionInfossideWestflagsAttributesidtypeB_Soldier_A_FCustomAttributesXpositionKhB&@~ Dangles/l@٠@P@skill?init [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionCDF - Delta 1 Rifleman@Delta 1isPlayableXAttribute0Attribute1!nAttributespropertyspeakerexpression_this setspeaker _value;Valueچ!data!type valueMale08ENG!typeSTRING!propertypitchexpression_this setpitch _value;ValuegdatawtypevalueHz?typeSCALARdataTypeObjectPositionInfo*sideWestflagsAttributesbidtypeB_soldier_LAT_FatlOffset5position/B%,@qDanglesV@@@bskill?init[this, ["faction", "GMX_CDF_TTSKO"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Delta 1 Rifleman (AT)@Delta 1isPlayableformationDIAMOND(dataTypeGroupsideWestEntitiesAttributes(idatlOffset5BitemsItem0Item1ΌItem2Item3Z( dataTypeObjectPositionInfoQsideWestflagsAttributesidtypeB_crew_FatlOffset5CustomAttributes~ΌpositionB@otypeZvalueotypeSCALARodatatypevaluehideAtakatypeSTRINGdataƶtypevaluetypeSCALAR dataTypeObjectPositionInfosideEmptyflagsAttributesطidtypegmx_cdf2022_ural4320_reammo_wdlatlOffset̼CustomAttributes:position" B1ADangles@طinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;:Attribute0bnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedata̸typeӹvalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesidtypegmx_cdf2022_ural375d_refuel_wdlCustomAttributespositionSAADanglesN@init [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Vehicle"]] call hull3_unit_fnc_init; Attribute0Attribute1ϼAttribute2Attribute3Attribute4Attribute5jAttribute6RAttribute7Attribute8Attribute9Attribute10nAttributes propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueϼdataϼtypevalue-1ϼtypeSTRINGϼpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuetdatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueZdatajtypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value@dataPtypekvalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value*jdata:jtypeUvalue-1jtypeSTRINGjpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueRdata"Rtype=value-1RtypeSTRINGRpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]typeSTRINGpropertyace_refuel_fuelCargoexpressionif (_value != (if (isNumber (configOf _this >> "ace_refuel_fuelCargo")) then {getNumber (configOf _this >> "ace_refuel_fuelCargo")} else {-1})) then {[_this, _value] call ace_refuel_fnc_makeSource}Valuedatatypevalue typeSCALARpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRING dataTypeObjectPositionInfo~sideEmptyflagsAttributesid typegmx_cdf2022_ural4320_cargo_wdlatlOffsetBCustomAttributespositionSBF A2Dangles@V@~@init [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Vehicle"]] call hull3_unit_fnc_init; Attribute0Attribute1Attribute2Attribute3vAttribute4\Attribute5FAttribute6.Attribute7Attribute8nAttributes propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuekdata{typevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValuePdata`type{value-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value6vdataFvtypeavalue-1vtypeSTRINGvpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value\data,\typeGvalue-1\typeSTRING\propertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueFdataFtype1value-1FtypeSTRINGFpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value.data.typevalue-1.typeSTRING.propertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesid typegmx_cdf2022_uaz469_cargo_wdlatlOffsetCustomAttributes'position`GBdZADangles@>$@!@init [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;' Attribute0Attribute1Attribute2Attribute3Attribute4Attribute5lAttribute6TAttribute7:Attribute8%Attribute9 nAttributes propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueodatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value\dataltypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueBdataRtypemvalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value,ldata<ltypeWvalue-1ltypeSTRINGlpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueTdata$Ttype?value-1TtypeSTRINGTpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value:data :type%value-1:typeSTRING:propertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value%data%typevalue-1%typeSTRING%propertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value data typevalue-1 typeSTRING propertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesid typegmx_cdf2022_uaz469_cargo_wdlatlOffsetr;CustomAttributes3position=B7ADanglesf@>$@@init [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;3 Attribute0Attribute1Attribute2Attribute3Attribute4Attribute5xAttribute6`Attribute7FAttribute81Attribute9nAttributes propertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value{datatypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuehdataxtypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueNdata^typeyvalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value8xdataHxtypecvalue-1xtypeSTRINGxpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value `data0`typeKvalue-1`typeSTRING`propertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueFdataFtype1value-1FtypeSTRINGFpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value1data1typevalue-11typeSTRING1propertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesid typegmx_cdf2022_brdm2um_wdlatlOffsetCustomAttributes~ positionofB?ADanglesQ@7@BK@skill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;nameeng_2texturesgmx_cdf2022_wdl~Attribute0Attribute1Attribute2Attribute3xAttribute4lAttribute5RAttribute6FAttribute7:Attribute8#Attribute9Attribute10Attribute11Attribute12Attribute13Attribute14Attribute15nAttributes propertygm_vehicleMarkings_tacticalNumber_Number_attributeexpression[_this,_value,2,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueFdataVtypeqvalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value1dataAtypejvaluegm_insignia_nonetypeSTRINGpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value*xdata:xtypecvaluegm_insignia_nonextypeSTRINGxpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueldata.ltypeWvaluegm_insignia_noneltypeSTRINGlpropertygm_vehicleMarkings_tacticalSign_Icon_attributeexpression[_this,_value,1,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueRdata"Rtype=value-1RtypeSTRINGRpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueFdataFtype1valuegm_insignia_noneFtypeSTRINGFpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value:data:type%valuegm_insignia_none:typeSTRING:propertygm_vehicleMarkings_tacticalSign_PreIcon_attributeexpression[_this,_value,1,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value#data#typevalue-1#typeSTRING#propertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevaluegm_insignia_cdf_army_01typeSTRINGpropertygm_vehicleMarkings_tacticalSign_PostIcon_attributeexpression[_this,_value,1,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_tacticalNumber_Numberfont_attributeexpression[_this,_value,2,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevaluegm_gc_schablonier_yeltypeSTRINGpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevaluegm_insignia_nonetypeSTRINGpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValuedatatypevaluetypeARRAYitemsItem0 Item1datatype8valueLtypeARRAYLitemsItem0tItem1datatypevaluegmx_cdf2022_wdltypeSTRINGdatatypevalue?typeSCALARdatatype-valueAtypeARRAYAitemsItem0Item1Item2Item3fdatatypevaluecamonet_hull_unhidetypeSTRINGdatatypevaluetypeSCALARdata!ftypeQvaluecamofoilage_hull_unhideftypeSTRINGfdatavtypevaluetypeSCALARpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueQdataatype|value-1typeSTRINGpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]typeSTRINGpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value data typevaluegm_nl_civ_yel typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesid typegmx_cdf2022_brdm2um_wdlatlOffsetCustomAttributesposition#Ce AhDangles @[@@@skill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;nameeng_1texturesgmx_cdf2022_wdlAttribute0Attribute1Attribute2Attribute3Attribute4wAttribute5]Attribute6QAttribute7EAttribute8.Attribute9(Attribute10Attribute11 Attribute12 Attribute13 Attribute14Attribute15"nAttributespropertygm_vehicleMarkings_tacticalNumber_Number_attributeexpression[_this,_value,2,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueQdataatype|value-1typeSTRINGpropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value<dataLtypeuvaluegm_insignia_nonetypeSTRINGpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value5dataEtypenvaluegm_insignia_nonetypeSTRINGpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value)wdata9wtypebvaluegm_insignia_nonewtypeSTRINGwpropertygm_vehicleMarkings_tacticalSign_Icon_attributeexpression[_this,_value,1,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value]data-]typeHvalue-1]typeSTRING]propertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueQdataQtype<valuegm_insignia_noneQtypeSTRINGQpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueEdataEtype0valuegm_insignia_noneEtypeSTRINGEpropertygm_vehicleMarkings_tacticalSign_PreIcon_attributeexpression[_this,_value,1,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value.data.typevalue-1.typeSTRING.propertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value(data(typevaluegm_insignia_cdf_army_01(typeSTRING(propertygm_vehicleMarkings_tacticalSign_PostIcon_attributeexpression[_this,_value,1,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevalue-1typeSTRINGpropertygm_vehicleMarkings_tacticalNumber_Numberfont_attributeexpression[_this,_value,2,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value data typevaluegm_gc_schablonier_yel typeSTRING propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value  data  type valuegm_insignia_none typeSTRING propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value  data  type value  typeARRAY itemsItem0 Item1  data(  typeC valueW  typeARRAYW itemsItem0 Item1  data  type valuegmx_cdf2022_wdl typeSTRING data  type value? typeSCALAR data  type8 valueL  typeARRAYL itemsItem0 Item1 Item2 Item3q  data  type valuecamonet_hull_unhide typeSTRING data  type value typeSCALAR data, q type\ valuecamofoilage_hull_unhideq typeSTRINGq data  type value typeSCALAR propertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value\dataltypevalue-1typeSTRINGpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value"data"type value[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]"typeSTRING"propertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevaluegm_nl_civ_yeltypeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesidtypegmx_cdf2022_brdm2um_wdlatlOffsetCustomAttributes!&positionCN AûDanglesX@?@skill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;nameco_victexturesgmx_cdf2022_wdlAttribute0Attribute1Attribute2Attribute3Attribute4Attribute5iAttribute6]Attribute7QAttribute8:Attribute94Attribute10Attribute11Attribute12Attribute13"Attribute14#Attribute15.%nAttributes!&propertygm_vehicleMarkings_tacticalNumber_Number_attributeexpression[_this,_value,2,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value]datamtypevalue-1typeSTRINGpropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueHdataXtypevaluegm_insignia_nonetypeSTRINGpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueAdataQtypezvaluegm_insignia_nonetypeSTRINGpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value5dataEtypenvaluegm_insignia_nonetypeSTRINGpropertygm_vehicleMarkings_tacticalSign_Icon_attributeexpression[_this,_value,1,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value)idata9itypeTvalue-1itypeSTRINGipropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value]data]typeHvaluegm_insignia_none]typeSTRING]propertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueQdataQtype<valuegm_insignia_noneQtypeSTRINGQpropertygm_vehicleMarkings_tacticalSign_PreIcon_attributeexpression[_this,_value,1,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value:data :type%value-1:typeSTRING:propertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value4data4typevaluegm_insignia_cdf_army_014typeSTRING4propertygm_vehicleMarkings_tacticalSign_PostIcon_attributeexpression[_this,_value,1,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatype value-1typeSTRINGpropertygm_vehicleMarkings_tacticalNumber_Numberfont_attributeexpression[_this,_value,2,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatype valuegm_gc_schablonier_yeltypeSTRINGpropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedatatypevaluegm_insignia_nonetypeSTRINGpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value"data"typevalue"typeARRAYitemsItem0$ Item1!"data4 !typeO valuec !typeARRAYc itemsItem0 Item1 !data  type valuegmx_cdf2022_wdl typeSTRING data !type!value?!typeSCALAR!data)!"typeD!valueX!"typeARRAYX!itemsItem0!Item1!Item2("Item3}""data!!type!valuecamonet_hull_unhide!typeSTRING!data!("type"value("typeSCALAR("data8"}"typeh"valuecamofoilage_hull_unhide}"typeSTRING}"data""type"value"typeSCALAR"propertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueh##datax##type#value-1#typeSTRING#propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value$.%data$.%type%value[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false].%typeSTRING.%propertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value%!&data%!&type &valuegm_nl_civ_yel!&typeSTRING!& dataTypeObjectPositionInfo&sideEmptyflagsAttributes&idtypegmx_cdf2022_t55am2b_wdlatlOffsetpCustomAttributes'CpositionJC{3 AuDangles@*@w@&skill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;nametank_atexturesgmx_cdf2022_wdl'Attribute0(Attribute1)Attribute28Attribute39Attribute4:Attribute5;Attribute6}<Attribute7q=Attribute8>Attribute9?Attribute10@Attribute11AAttribute12BnAttributes Cpropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value7))dataG))typep)valuegm_insignia_none)typeSTRING)propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value-*8data=*8typeX*valuel*8typeARRAYl*itemsItem0*Item1+8data*+type*value*+typeARRAY*itemsItem0*Item1H++data +H+type3+valuegmx_cdf2022_wdlH+typeSTRINGH+dataX++typet+value?+typeSCALAR+data+8type+value+8typeARRAY+'items&Item0-Item1-Item2*.Item3{.Item4.Item5 /Item6N/Item7/Item8/Item9K0Item100Item110Item1231Item131Item141Item152Item16P2Item172Item182Item19/3Item20p3Item213Item224Item23S4Item244Item254Item26#5Item27u5Item285Item296Item30H6Item316Item326Item33:7Item34{7Item357Item368Item37x88data--type-valueturretBox_03_unhide-typeSTRING-data-*.type.value?*.typeSCALAR*.data:.{.typef.valueturretBox_01_unhide{.typeSTRING{.data..type.value?.typeSCALAR.data. /type.valueturretBox_02_unhide /typeSTRING /data/N/type9/value?N/typeSCALARN/data^//type/valueMainTurret_SearchLight_cover_unhide/typeSTRING/data//type/value/typeSCALAR/data0K0type60valueMainTurret_Optic_cover_unhideK0typeSTRINGK0data[00typew0value0typeSCALAR0data00type0valueCommanderTurret_SearchLight_cover_unhide0typeSTRING0data131type1value31typeSCALAR31dataC11typej1valuebuoy_01_unhide1typeSTRING1data11type1value1typeSCALAR1data12type1valuecamoNet_01_unhide2typeSTRING2data2P2type;2value?P2typeSCALARP2data`22type2valuesnorkel_02_unhide2typeSTRING2data22type2value?2typeSCALAR2data2/3type3valuerearbar_01_unhide/3typeSTRING/3data?3p3type[3value?p3typeSCALARp3data33type3valuebarrelHolder_01_unhide3typeSTRING3data34type3value?4typeSCALAR4data4S4type>4valuebarrel_01_unhideS4typeSTRINGS4datac44type4value?4typeSCALAR4data44type4valuebarrel_02_unhide4typeSTRING4data4#5type5value?#5typeSCALAR#5data35u5type`5valuewheelChock_01_unhideu5typeSTRINGu5data55type5value?5typeSCALAR5data56type5valuecamonet_hull_unhide6typeSTRING6data6H6type36valueH6typeSCALARH6dataX66type6valuecamofoilage_hull_unhide6typeSTRING6data66type6value6typeSCALAR6data6:7type%7valuecamonet_MainTurret_trav_unhide:7typeSTRING:7dataJ7{7typef7value{7typeSCALAR{7data77type7valuecamofoilage_MainTurret_trav_unhide7typeSTRING7data78type8value8typeSCALAR8data,8x8typec8valuecamonet_MainTurret_elev_unhidex8typeSTRINGx8data88type8value8typeSCALAR8propertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value^99datan99type9valuegm_insignia_cdf_army_019typeSTRING9propertygm_vehicleMarkings_tacticalNumber_Number_attributeexpression[_this,_value,2,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value]::datam::type:value-1:typeSTRING:propertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueG;;dataW;;typer;value-1;typeSTRING;propertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value/<}<data?<}<typeh<valuegm_insignia_none}<typeSTRING}<propertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value#=q=data3=q=type\=valuegm_insignia_noneq=typeSTRINGq=propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value=>data=>type>value[[[["CUP_arifle_AKS74U","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]>typeSTRING>propertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value??data??type?valuegm_insignia_formation_A_yel?typeSTRING?propertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value@@data@@type@valuegm_insignia_none@typeSTRING@propertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueAAdataAAtypeAvaluegm_insignia_noneAtypeSTRINGApropertygm_vehicleMarkings_tacticalNumber_Numberfont_attributeexpression[_this,_value,2,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueBBdataBBtypeBvaluegm_gc_schablonier_yelBtypeSTRINGBpropertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueCCdataCCtypeCvaluegm_nl_civ_yelCtypeSTRINGC dataTypeObjectPositionInfozDsideEmptyflagsAttributesDidtypegmx_cdf2022_t55am2b_wdlatlOffsetCustomAttributesYEapositionBt A!Dangles@;@BK@Dskill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;nametank_btexturesgmx_cdf2022_wdlYEAttribute0DFAttribute1=GAttribute2qVAttribute3kWAttribute4UXAttribute5?YAttribute65ZAttribute7)[Attribute8\Attribute9]Attribute10^Attribute11_Attribute12`nAttributes apropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueF=GdataF=Gtype(Gvaluegm_insignia_none=GtypeSTRING=GpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueGqVdataGqVtypeHvalue$HqVtypeARRAY$HitemsItem0LHItem1AIqVdata\HAItypewHvalueHAItypeARRAYHitemsItem0HItem1IAIdataHItypeHvaluegmx_cdf2022_wdlItypeSTRINGIdataIAItype,Ivalue?AItypeSCALARAIdataQIqVtypelIvalueIqVtypeARRAYI'items&Item0PKItem1KItem2KItem33LItem4tLItem5LItem6MItem7gMItem8MItem9NItem10DNItem11NItem12NItem137OItem14xOItem15OItem16PItem17WPItem18PItem19PItem20(QItem21|QItem22QItem23 RItem24LRItem25RItem26RItem27-SItem28nSItem29SItem30TItem31UTItem32TItem33TItem343UItem35UItem36UItem370VqVdata`KKtypeKvalueturretBox_03_unhideKtypeSTRINGKdataKKtypeKvalue?KtypeSCALARKdataK3LtypeLvalueturretBox_01_unhide3LtypeSTRING3LdataCLtLtype_Lvalue?tLtypeSCALARtLdataLLtypeLvalueturretBox_02_unhideLtypeSTRINGLdataLMtypeLvalue?MtypeSCALARMdataMgMtypeRMvalueMainTurret_SearchLight_cover_unhidegMtypeSTRINGgMdatawMMtypeMvalueMtypeSCALARMdataMNtypeMvalueMainTurret_Optic_cover_unhideNtypeSTRINGNdataNDNtype/NvalueDNtypeSCALARDNdataTNNtypeNvalueCommanderTurret_SearchLight_cover_unhideNtypeSTRINGNdataNNtypeNvalueNtypeSCALARNdataN7Otype"Ovaluebuoy_01_unhide7OtypeSTRING7OdataGOxOtypecOvaluexOtypeSCALARxOdataOOtypeOvaluecamoNet_01_unhideOtypeSTRINGOdataOPtypeOvalue?PtypeSCALARPdataPWPtypeBPvaluesnorkel_02_unhideWPtypeSTRINGWPdatagPPtypePvalue?PtypeSCALARPdataPPtypePvaluerearbar_01_unhidePtypeSTRINGPdataP(QtypeQvalue?(QtypeSCALAR(Qdata8Q|QtypegQvaluebarrelHolder_01_unhide|QtypeSTRING|QdataQQtypeQvalue?QtypeSCALARQdataQ RtypeQvaluebarrel_01_unhide RtypeSTRING RdataRLRtype7Rvalue?LRtypeSCALARLRdata\RRtypeRvaluebarrel_02_unhideRtypeSTRINGRdataRRtypeRvalue?RtypeSCALARRdataR-StypeSvaluewheelChock_01_unhide-StypeSTRING-Sdata=SnStypeYSvalue?nStypeSCALARnSdata~SStypeSvaluecamonet_hull_unhideStypeSTRINGSdataSTtypeSvalueTtypeSCALARTdataTUTtype@Tvaluecamofoilage_hull_unhideUTtypeSTRINGUTdataeTTtypeTvalueTtypeSCALARTdataTTtypeTvaluecamonet_MainTurret_trav_unhideTtypeSTRINGTdataU3UtypeUvalue3UtypeSCALAR3UdataCUUtype~Uvaluecamofoilage_MainTurret_trav_unhideUtypeSTRINGUdataUUtypeUvalueUtypeSCALARUdataU0VtypeVvaluecamonet_MainTurret_elev_unhide0VtypeSTRING0Vdata@VqVtype\VvalueqVtypeSCALARqVpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueWkWdata&WkWtypeVWvaluegm_insignia_cdf_army_01kWtypeSTRINGkWpropertygm_vehicleMarkings_tacticalNumber_Number_attributeexpression[_this,_value,2,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueXUXdata%XUXtype@Xvalue-1UXtypeSTRINGUXpropertygm_vehicleMarkings_LicensePlates_Numbers_attributeexpression[_this,_value,0,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueX?YdataY?Ytype*Yvalue-1?YtypeSTRING?Ypropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueY5ZdataY5Ztype Zvaluegm_insignia_none5ZtypeSTRING5Zpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueZ)[dataZ)[type[valuegm_insignia_none)[typeSTRING)[propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value[\data[\type\value[[[["CUP_arifle_AKS74U","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]\typeSTRING\propertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueW]]datag]]type]valuegm_insignia_formation_B_yel]typeSTRING]propertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value[^^datak^^type^valuegm_insignia_none^typeSTRING^propertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueO__data___type_valuegm_insignia_none_typeSTRING_propertygm_vehicleMarkings_tacticalNumber_Numberfont_attributeexpression[_this,_value,2,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueK``data[``type`valuegm_gc_schablonier_yel`typeSTRING`propertygm_vehicleMarkings_LicensePlates_Plate_attributeexpression[_this,_value,0,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueFaadataVaatype|avaluegm_nl_civ_yelatypeSTRINGa dataTypeObjectPositionInfo2bsideEmptyflagsAttributesjbidtypegmx_cdf2022_t55am2b_wdlatlOffsetP)CustomAttributescIpositionB A6Dangles@j@#a@jbskill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_TTSKO"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;nametank_ctexturesgmx_cdf2022_wdlcAttribute0cAttribute1dAttribute2)tAttribute3#uAttribute4 vAttribute5vAttribute6wAttribute7xAttribute8izAttribute9h{Attribute10a|Attribute11U}Attribute12V~nAttributes Ipropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuedddataddtypedvaluegm_insignia_nonedtypeSTRINGdpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Valuee)tdatae)ttypeevaluee)ttypeARRAYeitemsItem0fItem1f)tdatafftype/fvalueCfftypeARRAYCfitemsItem0kfItem1ffdata{fftypefvaluegmx_cdf2022_wdlftypeSTRINGfdatafftypefvalue?ftypeSCALARfdata g)ttype$gvalue8g)ttypeARRAY8g'items&Item0iItem1YiItem2iItem3iItem4,jItem5}jItem6jItem7kItem8`kItem9kItem10kItem11blItem12lItem13lItem140mItem15mItem16mItem17nItem18PnItem19nItem20nItem214oItem22uoItem23oItem24pItem25RpItem26pItem27pItem28&qItem29wqItem30qItem31 rItem32NrItem33rItem34rItem35KsItem36sItem37s)tdataiYitypeDivalueturretBox_03_unhideYitypeSTRINGYidataiiitypeivalue?itypeSCALARidataiitypeivalueturretBox_01_unhideitypeSTRINGidatai,jtypejvalue?,jtypeSCALAR,jdataCustomAttributesӣApositionEA'<Eanglesen;d?J<ӣAttribute0 Attribute1nAttributesAproperty#filterexpression_this setVariable ["#filter",_value]ValueadataqtypevaluepAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueAdataAtype.valueAtypeBOOLAdataTypeLogicPositionInfoareaSizeT?AρAareaIsRectangleflagsid>typeModuleHideTerrainObjects_FCustomAttributespositionE\ A/Eanglesd?Attribute0WAttribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]Valuedatatype٦valuepAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueNdata^typezvaluetypeBOOL dataTypeLogicPositionInfoCareaSize1AAbAareaIsRectangleflagsid?typeModuleHideTerrainObjects_FatlOffsetR">CustomAttributes{position 'EZ AdEanglesQ@{Attribute0Attribute1JnAttributesproperty#filterexpression_this setVariable ["#filter",_value]Value JdataJtype5valuepAJtypeSCALARJproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]Valuedatatype֩valuetypeBOOL dataTypeLogicPositionInfoareaSizeGAjAareaIsRectangleflagsidAtypeModuleHideTerrainObjects_FatlOffsetνCustomAttributesתEpositionEAoEangles3<NP+?K@תAttribute0Attribute1nAttributesEproperty#filterexpression_this setVariable ["#filter",_value]Valueedatautypevalue@AtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueEdataEtype2valueEtypeBOOLE dataTypeLogicPositionInfoareaSizenBAareaIsRectangleflagsidWtypeModuleHideTerrainObjects_FatlOffset<CustomAttributes3position3D@{Eangles%@<3Attribute0kAttribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]Valuedataѭtypevalue@typeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuebdatartypevaluetypeBOOL dataTypeLogicPositionInfoWareaSize+BAareaIsRectangleflagsidtypeModuleHideTerrainObjects_FatlOffset`.>CustomAttributesposition@FD(@d Eanglesܥ@Ԍ@Attribute0ǯAttribute1^nAttributesproperty#filterexpression_this setVariable ["#filter",_value]Value^data-^typeIvalue@^typeSCALAR^property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedataΰtypevaluetypeBOOL dataTypeLogicPositionInfoareaSize,B BareaIsRectangleflagsid9typeModuleHideTerrainObjects_FatlOffsett=CustomAttributesYposition4EAk@7Dangles~@#@P@Attribute0#Attribute1nAttributesYproperty#filterexpression_this setVariable ["#filter",_value]Valueydatatypevalue@typeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueYdata*YtypeFvalueYtypeBOOLYdataTypeLogicPositionInfoidtypeARK_Clear_Vehicleܳposition7kE%? Eangles/@#+@ܳdataTypeLogicPositionInfoKidtypeARK_Make_SentryatlOffset5CustomAttributesnpositionmEw@Eangles!a@!@Attribute0nAttributesnpropertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];Value/ndata?ntype[valuentypeBOOLndataTypeLayernameSpawn & CleanEntitiesid.atlOffset  items Item0YItem1<Item2Item3UItem42Item5Item6Item7;Item8}Item9Item10]Item11dataTypeTriggerpositionMD]@rEangleu@AttributesͶidtypeEmptyDetectorAreaR50<nametgr_kamenka_bridgesizeA"1AsizeBCsizeCAactivationByANYPLAYERisRectangle<dataTypeTriggerpositionNDp@ц Eangle=I@AttributesidtypeEmptyDetectorAreaR50nametgr_kamenkasizeA"1AsizeB{CsizeCAactivationByANYPLAYERisRectangledataTypeTriggerposition1r'EX@aEangle=I@AttributesidtypeEmptyDetectorAreaR50atlOffsetUnametgr_lighthouseonActivationif (isServer) then {[tgr_clean_up_1] call ark_fnc_cleanUpAI;};sizeA"1AsizeBq]CsizeCAactivationByANYPLAYERisRectangleUdataTypeTriggerpositionsXEr@bEangles#@AttributesɹidtypeEmptyDetectorAreaR502nametgr_komarovosizeA"1AsizeBCsizeC BactivationByANYPLAYERisRectangle2dataTypeTriggerpositionjE4@*Eangle@AttributesidtypeEmptyDetectorAreaR50nametgr_komarovo_exitsizeA"1AsizeBCsizeC BactivationByANYPLAYERisRectangledataTypeTriggerpositionEd@w>EangleB>AttributesidtypeEmptyDetectorAreaR50atlOffsetnametgr_balotasizeA"1AsizeBCsizeC BactivationByANYPLAYERisRectangledataTypeTriggerpositionwEc$Am"Eangle@AttributesidtypeEmptyDetectorAreaR50atlOffset5;nametgr_balota_hqonActivationif (isServer) then {[tgr_clean_up_2] call ark_fnc_cleanUpAI;};sizeA3BsizeBŠBsizeC BactivationByANYPLAYERisRectangle;dataTypeTriggerposition۠E{ A~Eangle@AttributesidtypeEmptyDetectorAreaR50}nametgr_balota_bunkeronActivationif (isServer) then {ark_chase_ai_var_spawning = false};sizeA3BsizeBŠBsizeC BtimeoutBBBactivationByANYPLAYERisRectangle}dataTypeTriggerpositionE @Eangle@AttributesidtypeEmptyDetectorAreaR50atlOffsetqnametgr_balota_chaseconditiontriggeractivated tgr_balota_hq;sizeA9=CsizeBCsizeC BisRectangledataTypeLogicPositionInfoidtypeark_chase_ai_moduleCustomAttributes]positionZE;B"E Attribute0Attribute1eAttribute2*Attribute3Attribute4Attribute5eAttribute6Attribute7Attribute8nAttributes ]propertyark_chase_ai_module_Unit_Amountexpression_this setVariable ['Unit_Amount',_value,true];Value$edata4etypePvalue AetypeSCALARepropertyark_chase_ai_module_Waypoint_Accuracyexpression_this setVariable ['Waypoint_Accuracy',_value,true];Value*data*typevalueHB*typeSCALAR*propertyark_chase_ai_module_Spawn_Timeexpression_this setVariable ['Spawn_Time',_value,true];Valuedatatypevalue AtypeSCALARpropertyark_chase_ai_module_Max_Distanceexpression_this setVariable ['Max_Distance',_value,true];Value[dataktypevalueCtypeSCALARpropertyark_chase_ai_module_Allow_BuildingSearchexpression_this setVariable ['Allow_BuildingSearch',_value,true];Value&edata6etypeRvalueetypeBOOLepropertyark_chase_ai_module_Allow_NVGsexpression_this setVariable ['Allow_NVGs',_value,true];ValuedatatypevaluetypeBOOLpropertyark_chase_ai_module_Unit_Classnamesexpression_this setVariable ['Unit_Classnames',_value,true];Valuedatatypevalue[ADMIRAL]typeSTRINGpropertyark_chase_ai_module_Min_Distanceexpression_this setVariable ['Min_Distance',_value,true];Value[dataktypevalueCtypeSCALARpropertyark_chase_ai_module_Unit_Templateexpression_this setVariable ['Unit_Template',_value,true];Value]data(]typeHvalueADMIRAL]typeSTRING]dataTypeTriggerpositionFE'AEAttributesidtypeEmptyDetectorAreaR50atlOffsetnametgr_clean_up_2sizeA>IbDsizeBCisRectangledataTypeTriggerpositionϵDBFEAttributesidtypeEmptyDetectorAreaR50atlOffsetAnametgr_clean_up_1sizeAKDsizeBCisRectangledataTypeLayernameKamenkaEntities&id/atlOffset>!@itemsItem0YItem1;Item2dataTypeLayernameAdmiralEntitiesid8atlOffseth A;itemsItem0Item1Item2*;dataTypeLayernameCounterEntities&id;atlOffsetxg#itemsItem0Item1 Item2GItem3cItem4Item5Item6,Item7Item8Item9<Item10Item11Item12RItem13Item14Item150dataTypeGroupsideCivilianEntities<Attributesid itemsItem0oItem1Item2dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Jeff_VRpositionzEnbA4EdataTypeWaypointloiterAltitudepositionD5@.EEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionݨZFsA3EEffectsshowWPNEVERidtypeMove dataTypeGroupsideCivilianEntitiesiAttributesAidatlOffsetGitemsItem0Item1AItem2AdataTypeObjectPositionInfosideCivilianflagsAttributes;idtypeC_Bob_VRatlOffsetAposition'D<˿@)E;AdataTypeWaypointloiterAltitudepositionY DA@;EEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionbیD/@ڐEEffects;showWPNEVERidtypeMoveAAGdataTypeGroupsideCivilianEntitiesAttributes]idcitemsItem0Item1]Item2]dataTypeObjectPositionInfo7sideCivilianflagsAttributesWidtypeC_Bob_VR]position0 D @&EW]dataTypeWaypointloiterAltitudepositionhADV@"EEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionbیD/@ڐEEffectsWshowWPNEVERidtypeMove]]cdataTypeGroupsideCivilianEntitiesAttributesyiditemsItem0Item1yItem2ydataTypeObjectPositionInfoSsideCivilianflagsAttributessidtypeC_Bob_VRypositionHrDN>@ EsydataTypeWaypointloiterAltitudepositionD@@"EEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionbیD/@ڐEEffectssshowWPNEVERidtypeMoveyydataTypeGroupsideCivilianEntitiesAttributesiditemsItem0Item1Item2dataTypeObjectPositionInfoosideCivilianflagsAttributesidtypeC_Bob_VRpositionDA EdataTypeWaypointloiterAltitudepositionD@zEEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionbیD/@ڐEEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributes&id,itemsItem0Item1&dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRposition\DAttribute12 Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueUdata'Utype@valueUtypeSTRINGUpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueZdatajtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value$edata4etypePvalue AetypeSCALARepropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value%data%typevalue%typeBOOL%propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value[dataktypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value-ndata=ntypeYvaluentypeSCALARnpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value>data >type)value>typeSCALAR>propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value data typevalue? typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valuemdata}typevaluetypeSTRINGdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes3Rposition,DȲ@ E3Attribute0/Attribute1Attribute2Attribute3Attribute4BAttribute5 Attribute6Attribute7Attribute8kAttribute9CAttribute10Attribute11Attribute12Attribute13nAttributesRpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value}datatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value?dataOtypekvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueBdataBtype-valueBBtypeSCALARBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value data typevalue A typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueedatautypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value-kdata=ktypeVvaluektypeSTRINGkpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueCdataCtype.value@CtypeSCALARCpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuepdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueDdataTtypepvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueRdata$Rtype=valueRtypeSTRINGRdataTypeLogicPositionInfoidtypeARK_Rotor_InsertCustomAttributesposition+E>A{EAttribute0:Attribute1Attribute2Attribute3sAttribute4'nAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValuedatatypevalueBtypeSCALARpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValueydatatypevalueDefaulttypeSTRINGpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value/sdata?stype^valueNORMALstypeSTRINGspropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value'data'typevalueHB'typeSCALAR'propertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Valuedatatypevalueark_rotor_fnc_inserttypeSTRINGdataTypeGroupsideCivilianEntitiesFAttributesiditemsItem0nItem1dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRposition1ER@DdataTypeWaypointloiterAltitudepositionD:(@u EEffects}showWPNEVERidtypeMovedataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes0positionϷ4E@BDAttribute0 Attribute1Attribute2Attribute3^Attribute4 Attribute5Attribute6Attribute7Attribute8IAttribute9!Attribute10Attribute11Attribute12Attribute13cnAttributes0propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value[dataktypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value^data-^typeIvalueB^typeSCALAR^propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value data type valueB typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuekdata{typevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueCdataStypeovaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value IdataItype4valueItypeSTRINGIpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value!data!type value!typeSCALAR!propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueNdata^typezvalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value"cdata2ctypeNvalue@ctypeSCALARcpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value0data0typevalue0typeSTRING0dataTypeTriggerpositionk2E@HDAttributesidtypeEmptyDetectorAreaR250conditiontriggeractivated tgr_kamenka;sizeApAsizeBpAdataTypeLayernameCQCEntities*id<atlOffset*itemsItem0sItem1*Item2Item3 Item4_ *dataTypeTriggerpositionBD@-Eangle-{>Attributesid~typeEmptyDetectorAreaR250*conditiontrue;sizeA'l'typeW'valuel'typeSTRINGl'dataTypeTriggerposition&EBIe EAttributes'idtypeEmptyDetectorAreaR250atlOffset7-(conditiontriggeractivated tgr_kamenka;sizeAzCsizeBB-(dataTypeTriggerpositionC'Eֽ@ADAttributes(idtypeEmptyDetectorAreaR250atlOffset(conditiontriggeractivated tgr_kamenka;sizeAzCsizeBB(dataTypeTriggerpositionAEZH AEangler%@Attributesc)idtypeEmptyDetectorAreaR250)conditiontriggeractivated tgr_kamenka;sizeAzCsizeBB)dataTypeLogicPositionInfo*idtypeAdmiral_PatrolZoneatlOffset7CustomAttributes=*2position*EB{. E=* Attribute0*Attribute1+Attribute2p,Attribute3,-Attribute4-Attribute5.Attribute6t/Attribute7L0Attribute8"1Attribute91nAttributes 2propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuev++data++type+value+typeSTRING+propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value/,p,data?,p,type[,valuep,typeSCALARp,propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value,,-data,,-type-valueB,-typeSCALAR,-propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value--data--type-valueB-typeSCALAR-propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuec..datas..type.value.typeBOOL.propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value3/t/dataC/t/type_/valuet/typeSCALARt/propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value 0L0data0L0type70valueL0typeSCALARL0propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value0"1data0"1type 1value?"1typeSCALAR"1propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value11data11type1value1typeSTRING1propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuer22data22type2value2typeSTRING2dataTypeLogicPositionInfo"3idtypeAdmiral_PatrolZoneatlOffsetz?CustomAttributesB3;position*EͷRxDB3 Attribute03Attribute14Attribute2u5Attribute316Attribute46Attribute57Attribute6y8Attribute7Q9Attribute8':Attribute9:nAttributes ;propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value{44data44type4value4typeSTRING4propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value45u5dataD5u5type`5valueu5typeSCALARu5propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value516data616type6valueB16typeSCALAR16propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value66data66type6valueB6typeSCALAR6propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueh77datax77type7value7typeBOOL7propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value88y8dataH8y8typed8valuey8typeSCALARy8propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value9Q9data 9Q9type<9value?Q9typeSCALARQ9propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value9':data9':type:value@':typeSCALAR':propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value::data::type:value:typeSTRING:propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuew;;data;;type;value;typeSTRING;dataTypeLayernameSet DressingEntities<id9atlOffset^>YitemsXItem0/@Item1@Item2AItem3BItem40DItem5DItem6EItem7FItem8dGItem9IItem10IItem11JItem12JLItem13MItem14NItem15NItem16OItem17bPItem18QItem19QItem20RItem21{SItem22>TItem23UItem24UItem25VItem26nWItem27HXItem28"YItem29YItem30ZItem31[Item32_\Item33]Item34]Item35^Item36_Item37b`Item38!aItem39aItem40bItem41icItem426dItem43eItem44eItem45fItem46gItem47\hItem48?iItem49iItem50jItem51ikItem52lItem53lItem54mItem55[nItem56nItem57oItem58MzItem59{Item60{Item61l|Item62)}Item63}Item64~Item65cItem66#Item67Item68kItem696Item70хItem71Item72Item73WItem74$Item75Item76͊Item77Item78ZItem79(Item80Item81ŽItem82Item83Item84RItem85%Item86Item87ԓdataTypeObjectPositionInfo@sideEmptyflagsAttributes@idltypeCampfire_burning_FatlOffset@positionDM@ Eangles#;@@dataTypeObjectPositionInfouAsideEmptyflagsAttributesAidTtypeFlagCarrierINSatlOffset\=ApositionDe%A3Eangles F@AAdataTypeObjectPositionInfo%BsideEmptyAttributes]BidntypeLand_Axe_FatlOffsetp1)?BpositionsD@UEangles%@@;4]BcreateAsSimpleObjectdisableSimulationBdataTypeObjectPositionInfo$CsideEmptyflagsAttributes\CidItypeGue_WarfareBBarracksCustomAttributeszC0DpositionD@z1Eangles8@@-;\CdisableSimulationzCAttribute0CnAttributes0DpropertyallowDamageexpression_this allowdamage _value;ValueC0DdataD0DtypeDvalue0DtypeBOOL0DdataTypeObjectPositionInfoDsideEmptyflagsAttributesDidXtypeLand_CzechHedgehog_01_old_FatlOffset=DpositionFDU@ EDdisableSimulationDdataTypeObjectPositionInfo|EsideEmptyflagsAttributesEidYtypeLand_CzechHedgehog_01_old_FEposition;-D]@+ EEdisableSimulationEdataTypeObjectPositionInfo9FsideEmptyflagsAttributesqFidZtypeLand_CzechHedgehog_01_old_FFpositionٯD\@ Eangles`?qFdisableSimulationFdataTypeObjectPositionInfoGsideEmptyflagsAttributesFGid[typeLand_CzechHedgehog_01_old_FdGpositionD\@Pu Eangleszg?FGdisableSimulationdGdataTypeObjectPositionInfoGsideEmptyflagsAttributes.HidRtypeLand_fort_artillery_nestCustomAttributesLHIposition+dDO@TEangles${@#;.HdisableSimulationLHAttribute0tHnAttributesIpropertyallowDamageexpression_this allowdamage _value;ValueHIdataHItypeHvalueItypeBOOLIdataTypeObjectPositionInfoIsideEmptyflagsAttributesIidStypeLand_fort_rampartatlOffsetIpositionD|@Eangles@@IdisableSimulationIdataTypeObjectPositionInfoYJsideEmptyflagsAttributesJidctypeland_gm_fence_wood_01_02Jposition>D@ Eanglesȩ@JdisableSimulationJdataTypeObjectPositionInfo>KsideEmptyflagsAttributesvKidQtypeBRDM2_HQ_Gue_unfoldedCustomAttributesKJLpositionD@Eangles!@@vKdisableSimulationKAttribute0KnAttributesJLpropertyallowDamageexpression_this allowdamage _value;Value LJLdataLJLtype7LvalueJLtypeBOOLJLdataTypeObjectPositionInfoLsideEmptyflagsAttributesMidUtypeSign_MP_indatlOffsetbMposition;D]@Eangles!@g@nZ<MdisableSimulationMdataTypeObjectPositionInfoMsideEmptyflagsAttributesMid^typeLand_WoodenLog_FatlOffsetNpositiondD$@UEangles#;McreateAsSimpleObjectdisableSimulationNdataTypeObjectPositionInfoNsideEmptyflagsAttributesNid]typeLand_WoodPile_FNpositionLD@EanglesPO@#;NdisableSimulationNdataTypeObjectPositionInfoPOsideEmptyflagsAttributesOidatypeLand_WoodPile_FOpositionOJD@fEangles#;OdisableSimulationOdataTypeObjectPositionInfo$PsideEmptyflagsAttributes\Pidtypegmx_chdkz_uaz469_cargo_wdrbPpositionDNAa Eangles#;P@nZ<\PbPdataTypeObjectPositionInfoPsideEmptyflagsAttributesQidtypegmx_chdkz_uaz469_cargo_wdrQpositionƖDAW(Eangles!@cW@QQdataTypeObjectPositionInfoQsideEmptyflagsAttributesQidttypegmx_chdkz_ural375d_refuel_wdratlOffsetQpositionXqDʛAJEanglesع<Tposition!Dy,AӚEangles.@8T>TdataTypeObjectPositionInfoTsideEmptyflagsAttributesTidtypeCraterLongatlOffsetjm=UpositionHD@(jEanglesAN?TdisableSimulationUdataTypeObjectPositionInfoUsideEmptyflagsAttributesUidtypeCraterLongatlOffset[!>UpositionD @EanglesAN?UdisableSimulationUdataTypeObjectPositionInfoTVsideEmptyflagsAttributesVidtypeCraterLongVposition!D.@'EanglesAN?VdisableSimulationVdataTypeObjectPositionInfoWsideEmptyflagsAttributesPWidtypeCraterLongnWpositionED.@/EanglesAN?PWdisableSimulationnWdataTypeObjectPositionInfoWsideEmptyflagsAttributes*XidtypeCraterLong_smallatlOffset/=HXposition D5@lEanglesGz?*XdisableSimulationHXdataTypeObjectPositionInfoXsideEmptyflagsAttributesYidtypeCraterLong_smallatlOffset="YpositioniD@EanglesGz?YdisableSimulation"YdataTypeObjectPositionInfoYsideEmptyflagsAttributesYidtypeCraterLong_smallatlOffset/=YpositionDe@EanglesGz?YdisableSimulationYdataTypeObjectPositionInfoZsideEmptyflagsAttributesZidtypeCraterLong_smallatlOffset(=ZpositionD@EanglesD@Gz?L'ObdisableSimulationbdataTypeObjectPositionInfo+csideEmptyflagsAttributesKcidtypeOil_Spill_FicpositionD@KEKcdisableSimulationicdataTypeObjectPositionInfocsideEmptyflagsAttributesdidtypeLand_ShellCrater_02_large_FatlOffset6dposition۲Dk@EddisableSimulation6ddataTypeObjectPositionInfodsideEmptyflagsAttributesdidtypeLand_wagon_boxatlOffsetr<epositionmDfDAEanglesf@l?@ddisableSimulationedataTypeObjectPositionInfoesideEmptyflagsAttributeseidtypeLand_wagon_flatatlOffset@=eposition;D3@!Eangles@i?$>edisableSimulationedataTypeObjectPositionInfo^fsideEmptyAttributesfidtypeLand_wagon_flatatlOffset2?fposition&DN@Eangles?fdisableSimulationfdataTypeObjectPositionInfo+gsideEmptyAttributescgidtypeLand_wagon_flatatlOffset?gpositionDe@$Eangles?cgdisableSimulationgdataTypeObjectPositionInfohsideEmptyflagsAttributes>hidtypeLand_wagon_tankeratlOffset\hpositionDaz@4Eangles~@F͖@'@>hdisableSimulation\hdataTypeObjectPositionInfohsideEmptyflagsAttributes!iidtypeLand_Excavator_01_wreck_FatlOffset5?ipositionVD AEanglesae@!idisableSimulation?idataTypeObjectPositionInfoisideEmptyAttributesiidtypeCUP_BOX_ChDKZ_Ammo_FatlOffset?iposition>DA@OEanglesf@ج@iidataTypeObjectPositionInfoujsideEmptyAttributesjidtypeCUP_BOX_ChDKZ_Ammo_FatlOffsetB?jpositionJDAEanglesf@ج@jjdataTypeObjectPositionInfo+ksideEmptyflagsAttributesckidtypeCUP_BOX_ChDKZ_Ammo_FikpositionQD\AEanglesf@^j?ج@ckikdataTypeObjectPositionInfoksideEmptyflagsAttributeslidtypeCUP_BOX_ChDKZ_Ammo_FlpositioneD@VEanglesf@M?ج@lldataTypeObjectPositionInfolsideEmptyAttributeslidtypeCUP_BOX_ChDKZ_Ammo_FatlOffset>lposition*DQA(Eanglesf@ج@lldataTypeObjectPositionInfobmsideEmptyflagsAttributesmidtypegmx_chdkz_btr60pa_wdratlOffset`mpositionDjA2EanglesrH@?|Y?mmdataTypeObjectPositionInfonsideEmptyAttributesUnidtypegmx_chdkz_btr60pa_wdratlOffsetdq?[nposition>D+A !Eangles?Un[ndataTypeObjectPositionInfonsideEmptyAttributesnidtypeFireLitatlOffset?npositionsDJAEnndataTypeObjectPositionInfolosideEmptyflagsAttributesoidtypeCUP_BOX_ChDKZ_Grenades_FopositionӣDr)@Eoo dataTypeObjectPositionInfo/psideEmptyflagsAttributesgpidtypegmx_chdkz_ot64a_wdratlOffsetCustomAttributes{pMzpositionD*AhEanglesT@?:?gplockLOCKED{p Attribute03qAttribute1rAttribute2sAttribute3sAttribute4tAttribute5uAttribute6vAttribute7wAttribute8yxAttribute9_ynAttributes Mzpropertygm_vehicleMarkings_Insignias_MissionLarge_attributeexpression[_this,_value,3,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueqrdataqrtype rvalue-1rtypeSTRINGrpropertygm_vehicleMarkings_Insignias_nation_attributeexpression[_this,_value,5,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuersdatarstypervalue-1stypeSTRINGspropertygm_vehicleMarkings_Insignias_nationPosition_attributeexpression[_this,_value,5,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuessdatasstypesvalue-1stypeSTRINGspropertygm_vehicleMarkings_tacticalNumber_Number_attributeexpression[_this,_value,2,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuettdatatttypetvalue-1ttypeSTRINGtpropertygm_vehicleMarkings_Insignias_Company_attributeexpression[_this,_value,3,4] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valueuudatauutypeuvalue-1utypeSTRINGupropertygm_vehicleMarkings_Insignias_Battalion_attributeexpression[_this,_value,3,3] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuehvvdataxvvtypevvalue-1vtypeSTRINGvpropertygm_vehicleMarkings_Insignias_Platoon_attributeexpression[_this,_value,3,5] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;ValueNwwdata^wwtypeywvalue-1wtypeSTRINGwpropertygm_vehicleMarkings_Insignias_MissionSmall_attributeexpression[_this,_value,3,0] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value9xyxdataIxyxtypedxvalue-1yxtypeSTRINGyxpropertygm_vehicleMarkings_Insignias_Marking_attributeexpression[_this,_value,3,2] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Valuey_ydata/y_ytypeJyvalue-1_ytypeSTRING_ypropertygm_vehicleMarkings_tacticalNumber_Numberfont_attributeexpression[_this,_value,2,1] call gm_core_vehicles_fnc_vehicleMarkingsUpdateAttributes;Value zMzdatazMztype8zvalue-1MztypeSTRINGMzdataTypeObjectPositionInfozsideEmptyflagsAttributes {idtypegmx_chdkz_ot64a_wdratlOffset{positionD*A^Eangles}{@%?(2X? {{dataTypeObjectPositionInfo{sideEmptyAttributes{idtypegmx_chdkz_ot64a_wdratlOffsetI?{positionDe(A/Eanglesl@2v?Dc>{{dataTypeObjectPositionInfoF|sideEmptyflagsAttributesf|idtypeCUP_BOX_ChDKZ_Support_Fl|positionuDM@Ef|l|dataTypeObjectPositionInfo|sideEmptyAttributes#}idtypeCUP_BOX_ChDKZ_Support_FatlOffset|-?)}position}DAEanglesf@F@ج@#})}dataTypeObjectPositionInfo}sideEmptyflagsAttributes}idtypegmx_chdkz_uaz469_cargo_wdr}position,D@AEanglesw@}}dataTypeObjectPositionInfog~sideEmptyAttributes~idtypegmx_chdkz_uaz469_cargo_wdratlOffset q?~positionDA Eanglesv@~~dataTypeObjectPositionInfo%sideEmptyflagsAttributes]idtypegmx_chdkz_ural4320_cargo_wdrcpositionuDJAEangles @]cdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeFlagCarrierINSatlOffset@D=#positionyEH$AEangles3>#dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeGue_WarfareBBarracksCustomAttributespositionQEk@knEangles @disableSimulationAttribute0/nAttributespropertyallowDamageexpression_this allowdamage _value;Value~datatypevaluetypeBOOL dataTypeObjectPositionInfo_sideEmptyflagsAttributesidtypeLand_fort_artillery_nestatlOffset0CustomAttributeskpositiondLECп@=eDangles“@disableSimulationAttribute0݂nAttributeskpropertyallowDamageexpression_this allowdamage _value;Value,kdata<ktypeXvaluektypeBOOLkdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_rampart6positionE@&Eangles<<\@ =disableSimulation6dataTypeObjectPositionInfońsideEmptyflagsAttributesidtypeBRDM2_HQ_Gue_unfoldedCustomAttributesхpositionpE~@1WDanglesk@disableSimulationAttribute0CnAttributesхpropertyallowDamageexpression_this allowdamage _value;ValueхdataхtypevalueхtypeBOOLхdataTypeObjectPositionInfoNsideEmptyflagsAttributesidtypeLand_Bulldozer_01_wreck_Fposition D @`Eangles_>disableSimulationdataTypeObjectPositionInfo3sideEmptyflagsAttributeskidtypeWarfareBAircraftFactory_GueatlOffsetposition۵D(;_A2 Eangles/@;U@ @kdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes9idtypeGue_WarfareBBarracksWpositionHDY@l Eangles @t5@9disableSimulationWdataTypeObjectPositionInfoΈsideEmptyflagsAttributesidtypeBloodSpray_01_Old_F$position8D@*Eangles!@disableSimulation$dataTypeObjectPositionInfosideEmptyflagsAttributes܉idtypeLand_BrokenCarGlass_01_4x4_FpositionxD@'Eangless@܉disableSimulationdataTypeObjectPositionInfowsideEmptyflagsAttributesidtypeLADAWreckatlOffset(7͊positionDZ@%Eangles8@e8?disableSimulation͊dataTypeObjectPositionInfoFsideEmptyflagsAttributes~idtypeBRDM2_HQ_Gue_unfoldedpositionD A EanglesG@=@~disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesTidOtypegmx_chdkz_ural4320_cargo_wdrZpositionn9E/@Eangles-;@TZdataTypeObjectPositionInfosideEmptyflagsAttributes"id2typeCUP_C_Fishing_Boat_ChernarusatlOffset (position78E%@DanglesT@"(dataTypeObjectPositionInfosideEmptyflagsAttributes׍idgtypeland_gm_tanktrap_01position͜6E#@~Dangles_@׍disableSimulationdataTypeObjectPositionInfolsideEmptyflagsAttributesidftypeland_gm_tanktrap_01Žposition6ER@Dangles-;P@disableSimulationŽdataTypeObjectPositionInfoGsideEmptyflagsAttributesid7typeLand_fort_rampartatlOffset7positionJv7E@Dangles8@disableSimulationdataTypeObjectPositionInfo)sideEmptyflagsAttributesaid6typeLand_fort_artillery_nestatlOffsetposition7Ex\@pDangles9@adisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes4id3typeLand_fortified_nest_smallRposition6EQ@=Eangles-;?P@4disableSimulationRdataTypeObjectPositionInfoϑsideEmptyflagsAttributesid4typeLand_fort_bagfence_corner%position·6EYŵ@ {Eangles/@%?P@disableSimulation%dataTypeObjectPositionInfosideEmptyflagsAttributesؒid5typeLand_fort_bagfence_longposition6E`@L)EanglesC@_@ؒdisableSimulationdataTypeObjectPositionInfo~sideEmptyflagsAttributesid8typeGue_WarfareBBarracksatlOffsetE<ԓpositionU8EoP@EanglesH@disableSimulationԓdataTypeObjectPositionInfoFsideEmptyflagsAttributes~iddtypeFlagCarrierINSposition8E-A61EanglesP@~dataTypeLayernameSentry AIEntitiesӔid:atlOffset=8items7Item0oItem1zItem2Item3ޜItem4Item5]Item6Item7Item88Item9Item10ĥItem11Item12TItem13Item14Item15OItem16Item17ܭItem18ׯItem19Item20ԱItem21&Item22sItem23ȵItem24Item25qItem26¹Item27ͻItem28Item29Item30 Item31lItem32Item33Item34RItem35Item36Item37Item38?Item39Item40Item413Item42Item43Item44Item45eItem46Item47Item48Item49DItem50Item51Item52'Item53&Item54dataTypeGroupsideEastEntitiesؗAttributesCrewLinksǘidoatlOffsetzitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidrtypegmx_chdkz_army_crew_akm_mixatlOffset?position]DQALjEangles#;SV@#;ǘLinkIDProviderLinksznextIDitemsItem0zlinkIDitem0ritem1pCustomDataWzroleturretPathzdataTypeGroupsideEastEntitiesAttributesКCrewLinks֚idwatlOffset@itemsItem0КdataTypeObjectPositionInfosideEastflagsAttributesʚidytypegmx_chdkz_army_rifleman_akm_mixatlOffsetXS?Кposition.DZ\AlEanglesn@ @ʚК֚LinkIDProviderLinksnextIDitemsItem0+linkIDitem0yitem1xCustomDatafroleturretPathdataTypeGroupsideEastEntitiesAttributes؜id{atlOffset<ޜitemsItem0؜dataTypeObjectPositionInfosideEastflagsAttributesҜid|typegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset<؜positionVœD=@iFEangles*@Ҝ؜ޜdataTypeGroupsideEastEntities(Attributes id}itemsItem0E dataTypeObjectPositionInfo̝sideEastflagsAttributesid~typegmx_chdkz_army_machinegunner_rpk_mix position+Dh@u Eangles@ dataTypeGroupsideEastEntitiesjAttributesWidatlOffset5]itemsItem0WdataTypeObjectPositionInfosideEastflagsAttributesQidtypegmx_chdkz_army_marksman_svd_mixatlOffset5WpositionD;AB$Eangles;@QW]dataTypeGroupsideEastEntitiesAttributesidatlOffsetE>itemsItem0ԟdataTypeObjectPositionInfoksideEastflagsAttributesidtypegmx_chdkz_army_antitank_akm_rpg7_mixatlOffsetE>position:DA@Eangles [@dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfosideEastflagsAttributesߡidtypegmx_chdkz_army_antitank_assistant_akm_rpg7_mixpositionD+@{Eangles[G@ߡdataTypeGroupsideEastEntitiesEAttributes2idatlOffset@-`>8itemsItem0b2dataTypeObjectPositionInfosideEastflagsAttributes,idtypegmx_chdkz_army_radioman_akm_mixatlOffset@-`>2positionGD[@Eangles?@,28dataTypeGroupsideEastEntitiesAttributesidatlOffsetPä>itemsItem0dataTypeObjectPositionInfoSsideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_assistant_akm_pk_mixatlOffsetPä>positionD0@tEangles8@dataTypeGroupsideEastEntitiesAttributesidĥitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixpositionNDd@PEanglesN@ĥdataTypeGroupsideEastEntitiesAttributesiditemsItem0+dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_pk_mixpositionw(D<@EanglesgI@dataTypeGroupsideEastEntitiesOAttributesNidatlOffset5TitemsItem0lNdataTypeObjectPositionInfosideEastflagsAttributesHidtypegmx_chdkz_army_machinegunner_assistant_akm_pk_mixatlOffset5NpositionʂD0@Eanglesp@@HNTdataTypeGroupsideEastEntitiesAttributesidatlOffset5itemsItem0˨dataTypeObjectPositionInfobsideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_rpk_mixatlOffset5positionԏD @tEangles#\@dataTypeGroupsideEastEntitiesAttributesidatlOffsetitemsItem0dataTypeObjectPositionInfoªsideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_assistant_akm_rpk_mixatlOffsetpositionzDr@yEangles[@dataTypeGroupsideEastEntities`AttributesIidatlOffset=OitemsItem0}IdataTypeObjectPositionInfo sideEastflagsAttributesCidtypegmx_chdkz_army_crew_akm_mixatlOffset=IpositionTjD@EanglesM%d@CIOdataTypeObjectPositionInfoڬsideEastflagsAttributesidxtypegmx_chdkz_dshkm_aatripodatlOffset@positionˌDrVA8uEanglesn@ @dataTypeObjectPositionInfosideEastflagsAttributes֭idptypegmx_chdkz_pt76b_wdratlOffsetܭpositioniDnAo_Eangles#;SV@#;֭ܭdataTypeGroupsideEastEntities5AttributesCrewLinks$idׯitemsItem0RdataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_crew_akm_mixatlOffset=positionzD"A8Eangles@$LinkIDProviderILinks\ׯnextID\itemsItem0yׯlinkIDitem0item1CustomDataׯroleturretPathׯdataTypeObjectPositionInfoMsideEastflagsAttributesidtypegmx_chdkz_brdm2_wdrposition+nD"A8Eangles@dataTypeGroupsideEastEntitiesAttributesαid atlOffset5ԱitemsItem0αdataTypeObjectPositionInfosideEastflagsAttributesȱidtypegmx_chdkz_army_crew_akm_mixatlOffset5αpositionEx@CDangles\@ȱαԱdataTypeGroupsideEastEntities.Attributes idatlOffsetA>&itemsItem0K dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_antitank_akm_rpg7_mixatlOffsetA> positionEC@Eangles~z@ &dataTypeGroupsideEastEntitiesAttributesmidatlOffset5sitemsItem0mdataTypeObjectPositionInfo/sideEastflagsAttributesgidtypegmx_chdkz_army_marksman_svd_mixatlOffset5mpositionEE@uEanglesM @gmsdataTypeGroupsideEastEntitiesʹAttributesµidatlOffset9<ȵitemsItem0µdataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset9<µpositionE@ύEangles,@µȵdataTypeGroupsideEastEntities"AttributesidatlOffset 8itemsItem0?dataTypeObjectPositionInfoѶsideEastflagsAttributes idtypegmx_chdkz_army_rifleman_akm_mixatlOffset 8positionE/@ EanglesKi@ dataTypeGroupsideEastEntitiesoAttributeskidatlOffsetB>qitemsItem0kdataTypeObjectPositionInfo-sideEastflagsAttributeseidtypegmx_chdkz_army_antitank_assistant_akm_rpg7_mixatlOffsetB>kposition_ Ew@Eangles@ekqdataTypeGroupsideEastEntities˸AttributesidatlOffset7¹itemsItem0dataTypeObjectPositionInfo~sideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_pk_mixatlOffset7positionaE@Eangles @¹dataTypeGroupsideEastEntities+AttributesCrewLinksidatlOffsetͻitemsItem0HdataTypeObjectPositionInfoֺsideEastflagsAttributesid typegmx_chdkz_army_crew_akm_mixatlOffsetH?position(EAtwDanglesm=@Q=LinkIDProvider?LinksRͻnextIDRitemsItem0oͻlinkIDitem0 item1CustomDataͻroleturretPathͻdataTypeObjectPositionInfoUsideEastflagsAttributesidtypegmx_chdkz_bmp1sp2_wdratlOffsetpositionn]Ev A-Danglesm=@Q=dataTypeGroupsideEastEntitiesAttributesڽid"atlOffset@>itemsItem0 ڽdataTypeObjectPositionInfosideEastflagsAttributesԽid#typegmx_chdkz_army_radioman_akm_mixatlOffset@>ڽpositionBEk@l@ dataTypeGroupsideEastEntitiesrAttributesLid,atlOffset@6RitemsItem0LdataTypeObjectPositionInfo&sideEastflagsAttributesFid-typegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset@6LpositionhDXA AEFLRdataTypeGroupsideEastEntitiesAttributes}id.itemsItem0}dataTypeObjectPositionInfo?sideEastflagsAttributeswid/typegmx_chdkz_army_machinegunner_pk_mix}positionHJDYU Ax Eanglese@w}dataTypeGroupsideEastEntitiesAttributesid0atlOffset 6itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid1typegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset 6positionDĪ@T Eangles'7@dataTypeGroupsideEastEntitiesAAttributes*CrewLinks0id:atlOffsetitemsItem0^*dataTypeObjectPositionInfosideEastflagsAttributes$id=typegmx_chdkz_army_crew_akm_mixatlOffset?*position;'7E]A޴Dangles-=@!@$*0LinkIDProviderULinkshnextIDhitemsItem0linkIDitem0=item1;CustomDataroleturretPathdataTypeGroupsideEastEntities=Attributes9id?atlOffset>?itemsItem0Z9dataTypeObjectPositionInfosideEastflagsAttributes3id@typegmx_chdkz_army_antitank_assistant_akm_rpg7_mixatlOffset>9position8E˱@_EanglesS@39?dataTypeGroupsideEastEntitiesAttributesidAatlOffset@`>itemsItem0dataTypeObjectPositionInfoMsideEastflagsAttributesidBtypegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset@`>positionx8E@Eanglesg>U@dataTypeGroupsideEastEntitiesAttributesidCatlOffset5itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidDtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset5position_6EL>@EanglesI@dataTypeGroupsideEastEntities@Attributes-idEatlOffset3itemsItem0]-dataTypeObjectPositionInfosideEastflagsAttributes'idFtypegmx_chdkz_army_radioman_akm_mixatlOffset-position6E@6=EanglesB@'-3dataTypeGroupsideEastEntitiesAttributes~idGatlOffset5itemsItem0~dataTypeObjectPositionInfo@sideEastflagsAttributesxidHtypegmx_chdkz_army_machinegunner_pk_mixatlOffset5~positionO6E=)@t.Eangless@x~dataTypeGroupsideEastEntitiesAttributesidIitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidJtypegmx_chdkz_army_machinegunner_assistant_akm_pk_mixposition6E@GEangles@dataTypeGroupsideEastEntitiesAttributes idKatlOffset`;itemsItem0: dataTypeObjectPositionInfosideEastflagsAttributesidLtypegmx_chdkz_army_marksman_svd_mixatlOffset`; positiond38EM@kEangles@ dataTypeGroupsideEastEntitiesjAttributes_idMatlOffsetidVDitemsItem0y>dataTypeObjectPositionInfosideEastflagsAttributes8idWtypegmx_chdkz_army_antitank_akm_rpg7_mix>position%(8E aAIDangles>N?8>DdataTypeGroupsideEastEntitiesAttributesidXatlOffset4itemsItem0dataTypeObjectPositionInfoUsideEastflagsAttributesidYtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset4position7EM(@aDanglesF٪@dataTypeGroupsideEastEntitiesAttributesidZitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid[typegmx_chdkz_army_antitank_assistant_akm_rpg7_mixposition$8EJ(@Dangles~@dataTypeGroupsideEastEntities/Attributes!id\atlOffset6'itemsItem0L!dataTypeObjectPositionInfosideEastflagsAttributesid]typegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset6!position'8ER(@ܛDangles"@!'dataTypeGroupsideEastEntitiesAttributesmCrewLinkssidb&itemsItem0mdataTypeObjectPositionInfo/sideEastflagsAttributesgidctypegmx_chdkz_army_rifleman_akm_mixatlOffset '>mposition 6E2@lEangles @@@v@gmsLinkIDProviderLinks&nextIDitemsItem0&linkIDitem0citem1_CustomData&roleturretPath&dataTypeObjectPositionInfosideEastflagsAttributesid;typegmx_chdkz_pt76b_wdratlOffsetpositionn7EvlADangles-=@!@dataTypeObjectPositionInfogsideEastflagsAttributesid_typegmx_chdkz_uaz469_dshkm_wdrpositionY6E'@Eangles @@@v@dataTypeLayernameKomarovoEntitiesid0atlOffset>H}itemsItem0&Item1$Item2xRH}dataTypeLayernameAdmiralEntitiessid5atlOffset>$itemsItem0Item1a Item2$dataTypeLayernameCounterEntitiesid>atlOffsetC@a items Item0Item1Item2EItem3Item4gItem5Item6Item7FItem8Item9Item10YItem11 Item12a dataTypeGroupsideCivilianEntitiesAttributesiditemsItem0Item1Item2.dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Jeff_VRpositionE@XAEdataTypeWaypointloiterAltitudepositioneE)\@.EEffects(showWPNEVERidtypeMove..dataTypeWaypointloiterAltitudeposition}\F6A,EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributes?idEitemsItem0*Item1?dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositionaE@g[EdataTypeWaypointloiterAltitudepositionXE@ EEffects9showWPNEVERidtypeMove??EdataTypeGroupsideCivilianEntitiesAttributesiditemsItem0Item1PdataTypeObjectPositionInfo*sideCivilianflagsAttributesJidtypeC_Bob_VRPpositionwE#Af-EJPdataTypeWaypointloiterAltitudepositionXE@ EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntities$AttributesaidgitemsItem0LItem1adataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositionx3`EAX*EdataTypeWaypointloiterAltitudepositionXE@ EEffects[showWPNEVERidtypeMoveaagdataTypeGroupsideCivilianEntitiesAttributesiditemsItem0Item1rdataTypeObjectPositionInfoLsideCivilianflagsAttributeslidtypeC_Bob_VRrpositionoVEAL&ElrdataTypeWaypointloiterAltitudepositionXE@ EEffectsshowWPNEVERidtypeMovedataTypeLogicPositionInfo`idtypeAdmiral_OndemandCampZoneCustomAttributesposition#eEyA+EAttribute0|Attribute1IAttribute2 Attribute3Attribute4Attribute5YAttribute6Attribute7Attribute8Attribute9Attribute10bAttribute112Attribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value IdataItype4valueItypeSTRINGIpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value data typevalue typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueNdata^typezvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueYdata(YtypeDvalue AYtypeSCALARYpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuezdatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueOdata_type{value?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value!bdata1btypeMvaluebtypeSCALARbpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value2data2typevalue?2typeSCALAR2propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueadataqtypevaluetypeSTRINGdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes'FpositionVE= @7E'Attribute0#Attribute1Attribute2Attribute3tAttribute46Attribute5Attribute6Attribute7Attribute8_Attribute97Attribute10 Attribute11Attribute12Attribute13ynAttributesFpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueqdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value3tdataCttype_valueBttypeSCALARtpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value6data6type!valueB6typeSCALAR6propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueYdataitypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value!_data1_typeJvalue_typeSTRING_propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value7data7type"value7typeSCALAR7propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value data typevalue typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valueddatattypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value8ydataHytypedvalue@@ytypeSCALARypropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueFdataFtype1valueFtypeSTRINGFdataTypeTriggerpositionE8ľ@2;EAttributesidtypeEmptyDetectorAreaR50conditiontriggeractivated tgr_komarovo;sizeApAsizeBpAdataTypeTriggerposition`EA *EAttributes_idtypeEmptyDetectorAreaR50conditiontriggeractivated tgr_komarovo;sizeApAsizeBpAdataTypeTriggerpositionhVEsBi&EAttributesidtypeEmptyDetectorAreaR50Yconditiontriggeractivated tgr_komarovo;sizeApAsizeBpAYdataTypeTriggerposition>Attributes} idtypeEmptyDetectorAreaR50 conditiontriggeractivated tgr_lighthouse;sizeA AsizeB AisRectangle dataTypeTriggerpositionbE@ Eangle?AttributesN idtypeEmptyDetectorAreaR50 conditiontriggeractivated tgr_lighthouse;sizeA AsizeB AisRectangle dataTypeTriggerpositionbEM@ Eangle?AttributesidtypeEmptyDetectorAreaR50|conditiontriggeractivated tgr_lighthouse;sizeA AsizeB AisRectangle|dataTypeTriggerpositiondaE @Eanglez?AttributesidtypeEmptyDetectorAreaR50atlOffset ]conditiontriggeractivated tgr_lighthouse;sizeA AsizeBK8AisRectangle]dataTypeTriggerpositionWcED@Eanglez?AttributesidtypeEmptyDetectorAreaR50.conditiontriggeractivated tgr_lighthouse;sizeA AsizeBK8AisRectangle.dataTypeTriggerpositionL0eE\`@REanglez?AttributesidtypeEmptyDetectorAreaR50conditiontriggeractivated tgr_lighthouse;sizeA AsizeBK8AisRectangledataTypeLogicPositionInfo^idtypeAdmiral_CqcZoneCustomAttributes~positionTCbE>@E~ Attribute0&Attribute1Attribute2Attribute3\Attribute4Attribute5Attribute6Attribute7BAttribute8nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuebdatartypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value\data+\typeGvalue\typeSCALAR\propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueFdataVtypervaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueBdataBtype-value@BtypeSCALARBpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLayernamePatrolEntitiesid@atlOffsets$itemsItem0TItem1$Item2Item3$dataTypeTriggerposition5 YEo@N Eangle@AttributesidtypeEmptyDetectorAreaR250atlOffsetpe?$conditiontriggeractivated tgr_lighthouse;sizeAzCsizeBC$dataTypeTriggerposition fEaAEangle}l9@AttributesidtypeEmptyDetectorAreaR250atlOffsetpe?conditiontriggeractivated tgr_lighthouse;sizeAzCsizeBCdataTypeTriggerposition?nE@Eangle*@AttributesyidtypeEmptyDetectorAreaR250atlOffset8g?conditiontriggeractivated tgr_lighthouse;sizeAzCsizeBCdataTypeLogicPositionInfo6idtypeAdmiral_PatrolZoneatlOffsetQ@CustomAttributesV$position_E EV Attribute0Attribute1Attribute2Attribute3EAttribute4 Attribute5 Attribute6!Attribute7e"Attribute8;#Attribute9$nAttributes $propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueHdataXtypetvaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueEdataEtype0valueBEtypeSCALAREpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value data typevalueB typeSCALAR propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value|  data  type value typeBOOL propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueL!!data\!!typex!value!typeSCALAR!propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value$"e"data4"e"typeP"value?e"typeSCALARe"propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value";#data #;#type&#value@;#typeSCALAR;#propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value#$data#$type#value$typeSTRING$propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value$$data$$type$value$typeSTRING$dataTypeLayernameSet DressingEntities%id6atlOffset@ =xR8items7Item0'Item1(Item2U)Item3*Item4*Item5+Item6,Item7S-Item8".Item9.Item10/Item110Item12j1Item13<2Item14 3Item153Item164Item17t5Item18X6Item19=7Item207Item218Item22u9Item23A:Item24 ;Item25;Item26<Item27@=Item28>Item29>Item30?Item31D@Item32@Item33AItem34|BItem35LCItem36 DItem37DItem38EItem39`FItem40$GItem41GItem42tHItem434IItem44IItem45JItem46xKItem473disableSimulation3dataTypeObjectPositionInfoP4sideEmptyflagsAttributes4idstypeGue_WarfareBBarracks4positiony@hEI@/\Eangles{@4disableSimulation4dataTypeObjectPositionInfo5sideEmptyflagsAttributesV5idmtypeGue_WarfareBBarrackst5position;iE@ZEanglesK@V5disableSimulationt5dataTypeObjectPositionInfo6sideEmptyflagsAttributes:6idltypeGue_WarfareBArtilleryRadaratlOffset5X6positionfEH AEanglesbX@:6disableSimulationX6dataTypeObjectPositionInfo6sideEmptyflagsAttributes7idktypeWarfareBAircraftFactory_GueatlOffset=7positionbE hFA EanglesA?7disableSimulation=7dataTypeObjectPositionInfo7sideEmptyflagsAttributes7idtypeFlagCarrierINS7positionbEY)A Eanglesz@77dataTypeObjectPositionInfo{8sideEmptyflagsAttributes8id{typeLand_ClutterCutter_large_FatlOffset8positionWkE@Eangles8@88dataTypeObjectPositionInfo79sideEmptyflagsAttributeso9id|typeLand_ClutterCutter_large_Fu9positionjE)\@wEangles ?o9u9dataTypeObjectPositionInfo:sideEmptyflagsAttributes;:idtypegmx_chdkz_uaz469_cargo_wdratlOffset6A:position˜aEr AQEangles9u?@;:A:dataTypeObjectPositionInfo:sideEmptyflagsAttributes;idtypegmx_chdkz_uaz469_cargo_wdratlOffset@ ;positionQ`EtAEangles@e[@<; ;dataTypeObjectPositionInfo;sideEmptyflagsAttributes;idtypegmx_chdkz_mi2t_wdl;position`EA˾ EanglesV?-;;;dataTypeObjectPositionInfoE<sideEmptyflagsAttributes}<idztypegm_pl_army_ammobox_everything_80<position^kE_@Eangles!@ Oz@}<<dataTypeObjectPositionInfo=sideEmptyflagsAttributes:=idytypegm_pl_army_ammobox_cache_80@=positionGkE@Eangles-;}@:=@=dataTypeObjectPositionInfo=sideEmptyflagsAttributes=idtypegm_ammobox_pile_small_02_empty>position4`Ea@fEangles.@@=>dataTypeObjectPositionInfo>sideEmptyAttributes>idtypegm_ammobox_pile_small_02_emptyatlOffset`>0?>position_E9L@ EanglesIG@>>dataTypeObjectPositionInfoF?sideEmptyflagsAttributes~?idtypegm_ammobox_pile_small_02_empty?position%_EM@Eangles.@~??dataTypeObjectPositionInfo@sideEmptyflagsAttributes>@idtypegm_ammobox_pile_small_02_emptyD@positionl`Em@Eangles.@>@D@dataTypeObjectPositionInfo@sideEmptyflagsAttributes@idtypegm_ammobox_pile_small_02_empty@position_Em@5E@@dataTypeObjectPositionInfo~AsideEmptyflagsAttributesAidtypegm_ammobox_pile_large_02_emptyatlOffsetBsideEmptyflagsAttributesvBidtypegm_ammobox_pile_large_02_empty|Bposition_E@_Eangles.@@vB|BdataTypeObjectPositionInfoCsideEmptyflagsAttributesFCidtypegm_ammobox_pile_large_02_emptyatlOffset;;LCposition_El@`Eangles.@@FCLCdataTypeObjectPositionInfoCsideEmptyflagsAttributesDidtypegm_ammobox_pile_large_02_empty Dposition_EJ@`Eangles.@@D DdataTypeObjectPositionInfoDsideEmptyflagsAttributesDidtypegm_ammobox_pile_large_02_emptyatlOffsetW;DpositionS_E®@-aEangles.@@DDdataTypeObjectPositionInfobEsideEmptyAttributesEidtypegm_ammobox_pile_large_02_emptyatlOffset,G?EpositionT_E@AaEangles.@@EEdataTypeObjectPositionInfo"FsideEmptyflagsAttributesZFidtypegm_ammobox_pile_large_02_empty`FpositionNz`E3}@Eangles.@ZF`FdataTypeObjectPositionInfoFsideEmptyAttributesGidtypegm_ammobox_pile_large_02_emptyatlOffset?$Gposition\`E@Eangles.@G$GdataTypeObjectPositionInfoGsideEmptyflagsAttributesGidtypegm_ammobox_pile_large_02_emptyGposition6{_E3}@*EGGdataTypeObjectPositionInfoNHsideEmptyflagsAttributesnHidtypegm_ammobox_pile_large_02_emptytHpositionz_E3}@5EnHtHdataTypeObjectPositionInfoHsideEmptyflagsAttributes.Iidtypegm_ammobox_pile_large_03_empty4Ipositionzk`Er@:Eanglesі@Qi<.I4IdataTypeObjectPositionInfoIsideEmptyAttributesIidtypegm_ammobox_pile_large_03_emptyatlOffset@ߩ>Iposition;(`E@>Eanglesі@IIdataTypeObjectPositionInfozJsideEmptyflagsAttributesJidtypegm_ammobox_pile_large_03_emptyJpositionN`E&@{Eangles$ <JJdataTypeObjectPositionInfo:KsideEmptyflagsAttributesrKidxtypegm_ammobox_pile_large_03_emptyxKposition*kE_@LEangles!@T@rKxKdataTypeObjectPositionInfoKsideEmptyAttributes6Lidtypegm_ammobox_pile_large_04_emptyatlOffset>Mpositioncu`Ea@PEanglestr?QiZposition܅bE@L EZZZLinkIDProviderZLinksZm[nextIDZitemsItem0[m[linkIDitem0item1CustomDataJ[m[roleturretPathm[dataTypeGroupsideEastEntities[Attributes|\id\itemsItem0[|\dataTypeObjectPositionInfoV\sideEastflagsAttributesv\idtypegmx_chdkz_army_marksman_svd_mix|\positionyDdE|QA Ev\|\\dataTypeGroupsideEastEntities\Attributes]id]itemsItem0\]dataTypeObjectPositionInfos]sideEastflagsAttributes]idtypegmx_chdkz_army_grenadier_akm_pallad_mix]positiondE|QA E]]]dataTypeGroupsideEastEntities]Attributes^idatlOffset<^itemsItem0^^dataTypeObjectPositionInfo^sideEastflagsAttributes^idtypegmx_chdkz_army_machinegunner_rpk_mixatlOffset<^positioncEPAX Eanglesz@^^^dataTypeGroupsideEastEntities;_Attributes'`id-`itemsItem0X_'`dataTypeObjectPositionInfo_sideEastflagsAttributes!`idtypegmx_chdkz_army_antitank_assistant_akm_rpg7_mix'`position|cE PA Eangles@!`'`-`dataTypeGroupsideEastEntitiesw`AttributesYaid_aitemsItem0`YadataTypeObjectPositionInfoasideEastflagsAttributesSaidtypegmx_chdkz_army_antitank_akm_rpg7_mixYaposition?cE1PA^Eangles@SaYa_adataTypeGroupsideEastEntitiesaAttributesbidatlOffset 8oitemsItem0Zn2odataTypeObjectPositionInfonsideEastflagsAttributes,oidtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset>2opositiongE<4@)Eanglesz@,o2o8odataTypeGroupsideEastEntitiesoAttributes_pidepitemsItem0o_pdataTypeObjectPositionInfo!psideEastflagsAttributesYpidtypegmx_chdkz_army_radioman_akm_mix_ppositionfEf@@Eangles??Yp_pepdataTypeGroupsideEastEntitiespAttributesqidqitemsItem0pqdataTypeObjectPositionInfo`qsideEastflagsAttributesqidtypegmx_chdkz_army_machinegunner_assistant_akm_pk_mixqpositionfE@j@~Eangles@qqqdataTypeGroupsideEastEntitiesqAttributesridatlOffset 7ritemsItem0rrdataTypeObjectPositionInforsideEastflagsAttributesridtypegmx_chdkz_army_medic_akm_mixatlOffset 7rpositionzhE@(=Eangles0?rrrdataTypeGroupsideEastEntitiesHsAttributes5tidatlOffset5;titemsItem0es5tdataTypeObjectPositionInfossideEastflagsAttributes/tidtypegmx_chdkz_army_rifleman_akm_mixatlOffset55tpositionjEÊ@MEangles@/t5t;tdataTypeGroupsideEastEntitiestAttributesuidatlOffset5uitemsItem0tudataTypeObjectPositionInfoDusideEastflagsAttributes|uidtypegmx_chdkz_army_rifleman_akm_mixatlOffset5uposition1kE9@EanglesC@|uuudataTypeGroupsideEastEntitiesuAttributesvidatlOffsetK=vitemsItem0uvdataTypeObjectPositionInfovsideEastflagsAttributesvidtypegmx_chdkz_army_machinegunner_pk_mixatlOffsetK=vpositionVhEw@/Eanglesp@vvvdataTypeGroupsideEastEntities#wAttributesxidxitemsItem0@wxdataTypeObjectPositionInfowsideEastflagsAttributes xidtypegmx_chdkz_army_antitank_assistant_akm_rpg7_mixxpositioniEt@>Eangles@ xxxdataTypeGroupsideEastEntitiesoxAttributesdyidatlOffset7jyitemsItem0xdydataTypeObjectPositionInfo&ysideEastflagsAttributes^yidtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset7dyposition:iE@Eangles(@^ydyjydataTypeGroupsideEastEntitiesyAttributeszidatlOffset`7zitemsItem0yzdataTypeObjectPositionInfoszsideEastflagsAttributeszidtypegmx_chdkz_army_rifleman_akm_mixatlOffset`7zpositionhE@HEangles@zzzdataTypeGroupsideEastEntities{Attributes |idatlOffset|itemsItem0.{ |dataTypeObjectPositionInfo{sideEastflagsAttributes|idtypegmx_chdkz_army_antitank_assistant_akm_rpg7_mixatlOffset |positionWkEɕ@EanglesX@| ||dataTypeGroupsideEastEntitiesm|AttributesB}idatlOffsetH}itemsItem0|B}dataTypeObjectPositionInfo}sideEastflagsAttributes<}idtypegmx_chdkz_army_rifleman_akm_mixatlOffsetB}position$kE@E<}B}H}dataTypeLayernameBalotastateEntities}id1atlOffsetAitemsItem0}Item1aItem2dataTypeLayernameAdmiralEntities ~id2atlOffsetffNBaitemsItem0S~Item1Item2adataTypeLayernameCQCEntities~idAatlOffsetffNBitemsItem0~Item1Item2Item3Item4TItem5)dataTypeTriggerposition\nE A"Eangle@AttributesuidtypeEmptyDetectorAreaR250atlOffsetconditiontriggeractivated tgr_komarovo_exit;sizeApAsizeBۜAisRectangledataTypeTriggerpositionEȦ A Eanglei@AttributesJidtypeEmptyDetectorAreaR250conditiontriggeractivated tgr_komarovo_exit;sizeApAsizeBۜAisRectangledataTypeTriggerposition{E`A Eanglel@AttributesidtypeEmptyDetectorAreaR250conditiontriggeractivated tgr_komarovo_exit;sizeApAsizeBۜAisRectangledataTypeTriggerposition:yEQA<Eangle@AttributesidtypeEmptyDetectorAreaR250Tconditiontriggeractivated tgr_komarovo_exit;sizeApAsizeBۜAisRectangleTdataTypeTriggerpositionFEATEanglef @AttributesɂidtypeEmptyDetectorAreaR250)conditiontriggeractivated tgr_komarovo_exit;sizeApAsizeBۜAisRectangle)dataTypeLogicPositionInfoidtypeAdmiral_CqcZoneCustomAttributespositionsEkAsE Attribute0PAttribute1 Attribute2ͅAttribute3Attribute4?Attribute5Attribute6Attribute7lAttribute80nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value΄ dataބ typevalue typeSTRING propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueͅdataͅtypevalueͅtypeSCALARͅpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueEdataUtypeqvaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value?data?type*valueB?typeSCALAR?propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedataLJtypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuepdatatypevaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value+ldata;ltypeWvalue@ltypeSCALARlpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value0data0typevalue0typeSTRING0propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedataƊtypeߊvaluetypeSTRINGdataTypeLayernameCounterEntitiesAidBatlOffsetffNB items Item0Item1}Item29Item3Item4Item5ZItem6Item7Item8YItem9dataTypeTriggerpositionE= @Eangle>Attributes6idtypeEmptyDetectorAreaR250}conditiontriggeractivated tgr_balota;sizeApAsizeBpA}dataTypeTriggerposition+E=@ Eangle>AttributesidtypeEmptyDetectorAreaR2509conditiontriggeractivated tgr_balota;sizeApAsizeBpA9dataTypeTriggerpositionٙEA{,Eangle>AttributesidtypeEmptyDetectorAreaR250conditiontriggeractivated tgr_balota_hq;sizeApAsizeBpAdataTypeGroupsideCivilianEntitiesVAttributesidatlOffsetffNBitemsItem0~Item1#dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset#positionME2@4E#dataTypeWaypointloiterAltitudepositionEVAEEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributesTidatlOffsetffNBZitemsItem0/Item1ԐTdataTypeObjectPositionInfosideCivilianflagsAttributesΐidtypeC_Bob_VRatlOffsetԐpositionE@@q EΐԐdataTypeWaypointloiterAltitudepositionEVAEEffectsNshowWPNEVERidtypeMoveTTZdataTypeGroupsideCivilianEntitiesAttributesidatlOffsetffNBitemsItem0Item1Item2dataTypeObjectPositionInfoZsideCivilianflagsAttributeszidtypeC_Bob_VRposition%|EϹAo,EzdataTypeWaypointloiterAltitudepositionAttributessidtypeEmptyDetectorAreaR250conditiontriggeractivated tgr_komarovo_exit;sizeAzCsizeBHNCdataTypeTriggerpositionPEA"Eanglea>Attributes6idtypeEmptyDetectorAreaR250conditiontriggeractivated tgr_komarovo_exit;sizeAzCsizeBHNCdataTypeTriggerpositionEAZEanglea>Attributes idtypeEmptyDetectorAreaR250atlOffset`>Wconditiontriggeractivated tgr_komarovo_exit;sizeAzCsizeBHNCWdataTypeLogicPositionInfoɿidtypeAdmiral_PatrolZoneatlOffsetm@CustomAttributes\positionE(E Attribute0Attribute1`Attribute2Attribute3Attribute4Attribute5NAttribute6 Attribute7Attribute8Attribute9nAttributes \propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value"`data2`typeKvalue`typeSTRING`propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueSdatactypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueNdataNtype;valueNtypeBOOLNpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value data type value typeSCALAR propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueWdatagtypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value\data.\typeGvalue\typeSTRING\dataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffset)\?@CustomAttributesapositionʈEгE Attribute0Attribute1eAttribute2!Attribute3Attribute4Attribute5SAttribute6%Attribute7Attribute8Attribute9nAttributes apropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value'edata7etypePvalueetypeSTRINGepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value!data!type value!typeSCALAR!propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueXdatahtypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueSdata$Stype@valueStypeBOOLSpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value%data%typevalue%typeSCALAR%propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue@@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value\dataltypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value#adata3atypeLvalueatypeSTRINGadataTypeLayernameSentry AIEntitiesid3atlOffsetffNB1items0Item0Item1Item2XItem3TItem4Item5Item6<Item7Item8Item9Item10QItem11Item12Item13DItem14SItem15bItem16Item17Item18NItem19Item20dItem21-Item22zItem23Item24Item25)Item26Item27Item28,Item29Item30Item31Item32LItem33Item34Item35Item36EItem37zItem38Item39 Item40I Item41~ Item42 Item43w Item44<Item45Item46GItem47dataTypeGroupsideEastEntitiesaAttributesJCrewLinksPidatlOffsetffNBitemsItem0~JdataTypeObjectPositionInfo sideEastflagsAttributesDidtypegmx_chdkz_army_crew_akm_mixatlOffset#J@JpositionE-?A)Eangleš@t/k@ =DJPLinkIDProvideruLinksnextIDitemsItem0linkIDitem0item1CustomDataroleturretPathdataTypeGroupsideEastEntities]AttributesRidatlOffsetffNBXitemsItem0zRdataTypeObjectPositionInfosideEastflagsAttributesLidtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset`@RpositionfEQjAkEanglesl@LRXdataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffsetffNBTitemsItem0dataTypeObjectPositionInfousideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_rpk_mixatlOffset/>positionETVAY9#ELinkIDProviderLinksTnextIDitemsItem0TlinkIDitem0item1CustomData1TroleturretPathTdataTypeGroupsideEastEntitiesAttributesidatlOffsetffNBitemsItem0dataTypeObjectPositionInfoQsideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_pk_mixpositionE)A'"EanglesS@dataTypeGroupsideEastEntitiesAttributesidatlOffsetffNBitemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset ApositionEA#Eanglesf@dataTypeGroupsideEastEntitiesDAttributes6idatlOffsetffNB<itemsItem0a6dataTypeObjectPositionInfosideEastflagsAttributes0idtypegmx_chdkz_army_machinegunner_rpk_mixatlOffsetA6position)E׏A#EanglesN@06<dataTypeGroupsideEastEntitiesAttributesidatlOffsetffNBitemsItem0dataTypeObjectPositionInfoJsideEastflagsAttributesidtypegmx_chdkz_army_antitank_akm_rpg7_mixatlOffsetƖAposition EԻACw$Eanglesʠ@dataTypeGroupsideEastEntitiesAttributesidatlOffsetffNBitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_marksman_svd_mixatlOffsetOApositionVE*A#Eangles@dataTypeGroupsideEastEntities5AttributesidatlOffsetffNBitemsItem0RdataTypeObjectPositionInfosideEastflagsAttributes id typegmx_chdkz_army_pilot_pm63_mixposition׍EE Ad+ EanglesC3e@ dataTypeGroupsideEastEntitiespAttributesKid atlOffsetffNBQitemsItem0KdataTypeObjectPositionInfo sideEastflagsAttributesEid typegmx_chdkz_army_pilot_pm63_mixKposition3EE A+!Eangles>q@EKQdataTypeGroupsideEastEntitiesAttributesid atlOffsetffNBitemsItem0dataTypeObjectPositionInfo^sideEastflagsAttributesid typegmx_chdkz_army_machinegunner_pk_mixatlOffset>positionREA/Eangles֧@dataTypeGroupsideEastEntitiesAttributesidatlOffsetffNBitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset[>positionEAEanglesQ@dataTypeGroupsideEastEntitiesQAttributes>idatlOffsetffNBDitemsItem0n>dataTypeObjectPositionInfosideEastflagsAttributes8idtypegmx_chdkz_army_rifleman_akm_mixatlOffsetm>>positionE3A$Eangles&?8>DdataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffsetffNBSitemsItem0dataTypeObjectPositionInfo\sideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixatlOffseth]?position!E/AcEanglesČ@Lp><LinkIDProviderLinksSnextIDitemsItem0SlinkIDitem0item1CustomData0SroleturretPathSdataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffsetffNBbitemsItem0dataTypeObjectPositionInfoksideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixatlOffsetlApositionREA/#Eanglesi@j@o<LinkIDProviderLinksbnextIDitemsItem0blinkIDitem0item1CustomData?broleturretPathbdataTypeGroupsideEastEntitiesAttributesidatlOffsetffNBitemsItem0dataTypeObjectPositionInfoksideEastflagsAttributesidtypegmx_chdkz_army_marksman_svd_mixatlOffsetEAposition<0EA3Eangles>@@dataTypeGroupsideEastEntities AttributesidatlOffsetffNBitemsItem0&dataTypeObjectPositionInfosideEastflagsAttributesid typegmx_chdkz_army_rifleman_akm_mixatlOffset Aposition#ERAbEangles@dataTypeGroupsideEastEntitiesVAttributesHid!atlOffsetffNBNitemsItem0sHdataTypeObjectPositionInfo sideEastflagsAttributesBid"typegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset2EAHpositione EA@QEangles@BHNdataTypeGroupsideEastEntitiesAttributesid#atlOffsetffNBitemsItem0dataTypeObjectPositionInfoWsideEastflagsAttributesid$typegmx_chdkz_army_radioman_akm_mixatlOffsetEAposition!EAEangles/@dataTypeObjectPositionInfo&sideEastflagsAttributes^idtypegmx_chdkz_dshkm_aatripodatlOffsetj>dpositionEc0A*fEanglesČ@Lp><^ddataTypeObjectPositionInfosideEastflagsAttributes'idtypegmx_chdkz_dshkm_aatripodatlOffsetPA-positionErfA#Eanglesi@j@o<'-dataTypeGroupsideEastEntitiesAttributestid%atlOffsetffNBzitemsItem0tdataTypeObjectPositionInfo6sideEastflagsAttributesnid&typegmx_chdkz_army_radioman_akm_mixatlOffset8G@tposition2EAAEanglesLI@ntzdataTypeGroupsideEastEntitiesAttributesCrewLinksid'atlOffsetffNBitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid*typegmx_chdkz_army_crew_akm_mixatlOffset@pG@position۞ECA5Eangles!@@#;LinkIDProviderLinks nextID itemsItem0'linkIDitem0*item1(CustomDatabroleturretPathdataTypeGroupsideEastEntitiesAttributesid,atlOffsetffNBitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid-typegmx_chdkz_army_machinegunner_rpk_mixatlOffset>positionKEFAEanglesn@dataTypeGroupsideEastEntities1Attributes#id.atlOffsetffNB)itemsItem0N#dataTypeObjectPositionInfosideEastflagsAttributesid/typegmx_chdkz_army_antitank_akm_rpg7_mixatlOffseta>#positionERAtEangles5@#)dataTypeGroupsideEastEntitiesAttributesid0atlOffsetffNBitemsItem0dataTypeObjectPositionInfoAsideEastflagsAttributesyid1typegmx_chdkz_army_antitank_assistant_akm_rpg7_mixatlOffset>position*(EAEangless|M@ydataTypeGroupsideEastEntitiesAttributesid7atlOffsetffNBitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid8typegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset(@positionETAEanglesE@dataTypeGroupsideEastEntities4Attributes&id9atlOffsetffNB,itemsItem0Q&dataTypeObjectPositionInfosideEastflagsAttributes id:typegmx_chdkz_army_machinegunner_rpk_mixatlOffset(@&positionƟETA.~Eangles@ &,dataTypeGroupsideEastEntitiesAttributesid;atlOffsetffNBitemsItem0dataTypeObjectPositionInfoDsideEastflagsAttributes|id<typegmx_chdkz_army_antitank_assistant_akm_rpg7_mixatlOffset@positionʠE΁AJOEangles@|dataTypeGroupsideEastEntitiesAttributesid=atlOffsetffNBitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid>typegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset@@positionE΁A\Eangles@dataTypeGroupsideEastEntities4Attributesid?atlOffsetffNBitemsItem0QdataTypeObjectPositionInfosideEastflagsAttributes id@typegmx_chdkz_army_marksman_svd_mixpositionE@]AEanglesu@ dataTypeGroupsideEastEntitiesqAttributesFidAatlOffsetffNBLitemsItem0FdataTypeObjectPositionInfo sideEastflagsAttributes@idBtypegmx_chdkz_army_radioman_akm_mixatlOffset >FpositionEAīE@FLdataTypeGroupsideEastEntitiesAttributes{idCatlOffsetffNBitemsItem0{dataTypeObjectPositionInfoUsideEastflagsAttributesuidDtypegmx_chdkz_army_rifleman_akm_mixatlOffset!>{position?ER AOEu{dataTypeGroupsideEastEntitiesAttributesidEatlOffsetffNBitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidFtypegmx_chdkz_army_rifleman_akm_mixatlOffset >positioncEA)EanglesՓ@dataTypeGroupsideEastEntities(AttributesidGatlOffsetffNBitemsItem0EdataTypeObjectPositionInfosideEastflagsAttributesidHtypegmx_chdkz_army_rifleman_akm_mixatlOffset0>positionE50@5EdataTypeGroupsideEastEntities]Attributes?idIatlOffsetffNBEitemsItem0z?dataTypeObjectPositionInfosideEastflagsAttributes9idJtypegmx_chdkz_army_machinegunner_rpk_mix?position~E}kIAEangleszӫ@9?EdataTypeGroupsideEastEntitiesAttributestidKatlOffsetffNBzitemsItem0tdataTypeObjectPositionInfoNsideEastflagsAttributesnidLtypegmx_chdkz_army_rifleman_akm_mixatlOffset@9O>tposition|E?AEntzdataTypeGroupsideEastEntitiesAttributesidMatlOffsetffNBitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidNtypegmx_chdkz_army_rifleman_akm_mixatlOffset<position E" APEangles<%@dataTypeGroupsideEastEntities!Attributes idOatlOffsetffNB itemsItem0> dataTypeObjectPositionInfosideEastflagsAttributes idPtypegmx_chdkz_army_rifleman_akm_mixatlOffset< positionE" AEangles?   dataTypeGroupsideEastEntitiesn AttributesC idQatlOffsetffNBI itemsItem0 C dataTypeObjectPositionInfo sideEastflagsAttributes= idRtypegmx_chdkz_army_rifleman_akm_mixatlOffsetx positionTE?AEr x ~ dataTypeGroupsideEastEntities Attributes idUatlOffsetffNB itemsItem0  dataTypeObjectPositionInfo sideEastflagsAttributes idVtypegmx_chdkz_army_rifleman_akm_mixatlOffset> positionE?A*E   dataTypeObjectPositionInfo9 sideEastflagsAttributesq id(typegmx_chdkz_ot64a_wdratlOffsetиw positionמECA@Eangles!@@#;q w dataTypeObjectPositionInfo sideEastflagsAttributes6idtypegmx_chdkz_t55am2_wdratlOffseto<position ֑E=A1 Eangleš@t/k@ =6<dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_uaz469_dshkm_wdrpositionE~0AR#EanglesnZ<&w@-;dataTypeGroupsideEastEntitiesQAttributesAidqatlOffsetffNBGitemsItem0nAdataTypeObjectPositionInfosideEastflagsAttributes;idrtypegmx_chdkz_army_squadleader_akm_winatlOffsetgAApositionP!EA#Eangles@;AGdataTypeGroupsideEastEntitiesAttributesidsatlOffsetffNBitemsItem0dataTypeObjectPositionInfoMsideEastflagsAttributesidttypegmx_chdkz_army_medic_akm_mixatlOffsetApositionD2E&A$Eangles?@dataTypeGroupsideEastEntitiesAttributesiduatlOffsetffNBitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidvtypegmx_chdkz_army_demolition_akm_mixatlOffset9%Aposition EA$Eangles@dataTypeLayernameSet DressingEntities2id4atlOffsetffNBitemsItem0pItem17Item2Item3Item4Item5W Item6!Item7!Item8"Item9w#Item10N$Item11%Item12%Item13&Item14z'Item15Q(Item16)Item17)Item18*Item19}+Item20D,Item21 -Item22-Item23.Item24/Item25G0Item261Item271Item282Item29o3Item3064Item315Item325Item336Item34Z7Item35!8Item368Item379Item38:Item39Y;Item404<Item41<Item42=Item43>Item44p?Item45E@Item46AItem47AItem48BItem49RCItem50DItem51DItem52EItem53FItem54`GItem55$HItem56HItem57IItem58VJItem59(KItem60KItem61LItem62MItem63[NItem64&OItem65OItem66PItem67QItem68RRItem69SItem70SItem71TItem72~UItem73IVItem74WItem75WItem76XItem77uYItem78@ZItem79 [Item80[Item81\Item82>]Item83]Item84^Item85s_Item867`Item87`Item88aItem89{bItem90ZcItem912dItem92 eItem93eItem94fItem95gItem96zhItem97RiItem98*jItem99kItem100kItem101lItem102mItem103rnItem104JoItem105"pItem106pItem107qItem108rItem109sItem110ZtItem1112uItem112 vItem113vItem114wItem115xItem116tyItem117RzItem1180{Item119|Item120|Item121}Item122~Item123Item124nItem125JItem126&Item127Item128ރItem129Item130Item131uItem132RItem133/Item134 Item135Item136ƊItem137Item138|Item139OItem140"Item141ҎItem142Item143RItem144;Item145Item146ēItem147Item148hItem149?Item150Item151Item152ĘItem153Item154rItem155SItem156,Item157Item158Item159Item160EItem161Item162ҠItem163Item164pItem165?Item166Item167դItem168Item169SItem170Item171Item172_Item173/Item174Item175ϯItem176Item177oItem178?Item179Item180߳Item181Item182Item183OItem184Item185Item186Item187Item188dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeClutterCutter7position×E$!AEanglesP@?<disableSimulation7dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeClutterCutterposition-E#AXEangleš@?8@disableSimulationdataTypeObjectPositionInfoosideEmptyflagsAttributesidtypeClutterCutterpositionEQAEangles?disableSimulationdataTypeObjectPositionInfo:sideEmptyAttributesridtypeClutterCutteratlOffset)?positionQE AFEangles?KZ7position'ƒE<A6Eangles@?S;<7disableSimulationZ7dataTypeObjectPositionInfo7sideEmptyflagsAttributes8idtypeClutterCutter!8position%EA\AEangles8@?#;8disableSimulation!8dataTypeObjectPositionInfo8sideEmptyflagsAttributes8idtypeClutterCutteratlOffsetNz>8positionyΐE$;AظEangles_@?8disableSimulation8dataTypeObjectPositionInfom9sideEmptyflagsAttributes9idtypeClutterCutter_EP19positionlEyA $Eanglesع<!@9disableSimulation9dataTypeObjectPositionInfo8:sideEmptyflagsAttributesp:idtypeClutterCutter_EP1:positionӑE Ax#Eangles<!@p:disableSimulation:dataTypeObjectPositionInfo;sideEmptyflagsAttributes;;idtypeClutterCutter_EP1Y;positionwE?AN"Eangles#;;;disableSimulationY;dataTypeObjectPositionInfo;sideEmptyflagsAttributes<idtypeClutterCutter_EP1atlOffset4<positionőEAr"Eangles#;~@<disableSimulation4<dataTypeObjectPositionInfo<sideEmptyflagsAttributes<idtypeClutterCutter_EP1<positionE[ A $Eanglesع<@<disableSimulation<dataTypeObjectPositionInfo=sideEmptyflagsAttributes=idtypeClutterCutter_EP1atlOffset5=position\ Eb A-#Eanglesع<~@=disableSimulation=dataTypeObjectPositionInfoO>sideEmptyflagsAttributes>idtypeClutterCutter_EP1>positiondE8 AO #Eangles[Z<>disableSimulation>dataTypeObjectPositionInfo?sideEmptyflagsAttributesR?idtypeClutterCutter_EP1p?position:E* A"Eangles-;P@R?disableSimulationp?dataTypeObjectPositionInfo?sideEmptyflagsAttributes'@id+typeGUE_WarfareBAircraftFactoryE@positionVEpAEangles@'?9<'@disableSimulationE@dataTypeObjectPositionInfo@sideEmptyflagsAttributes@id0typeGUE_WarfareBAntiAirRadarApositionEAEangles^@4@@disableSimulationAdataTypeObjectPositionInfoAsideEmptyflagsAttributesAidtypeLand_Mil_ControlTowerApositionBEl?A#Eanglesع<j@P@AAdataTypeObjectPositionInfoFBsideEmptyAttributes~BidtypeLand_sign_balotaatlOffsetQABpositionkEA8#Eanglesع<?P@~BdisableSimulationBdataTypeObjectPositionInfoCsideEmptyflagsAttributesLCidstypeLand_i_Barracks_V1_FRCpositionoEAEangles @LCRCdataTypeObjectPositionInfoCsideEmptyflagsAttributesDidttypeLand_i_Barracks_V1_FDpositionҟE AEangles6@DDdataTypeObjectPositionInfoDsideEmptyflagsAttributesDid(typeGue_WarfareBBarracksatlOffsetDpositionʒE ApEangles!@DdisableSimulationDdataTypeObjectPositionInfo^EsideEmptyflagsAttributesEid6typeGue_WarfareBBarracksEpositionE@ AkEanglesP@ ?$Hposition]!Ey AEangles$i@H$HdataTypeObjectPositionInfoHsideEmptyflagsAttributesHid@typeland_bunker_garageHpositionE\ AEangles#@HHdataTypeObjectPositionInfo`IsideEmptyflagsAttributesIidtypeLand_Communication_FatlOffset5IpositionߑEA$^$EanglesD?IIdataTypeObjectPositionInfoJsideEmptyflagsAttributesPJidtypeLand_ControlTower_01_FVJposition0EXAsEangles ?PJVJdataTypeObjectPositionInfoJsideEmptyflagsAttributes KidtypeLand_fort_artillery_nest(KpositionӑEQ AEangleš@i@ = KdisableSimulation(KdataTypeObjectPositionInfoKsideEmptyflagsAttributesKid5typeLand_fort_artillery_nestKpositionɞEbAHEangles!@K@#;KdisableSimulationKdataTypeObjectPositionInfooLsideEmptyflagsAttributesLidRtypeLand_fort_rampartLpositionːEA{!Eangles#;?5.9\positionÞE4UAEangless@\\dataTypeObjectPositionInfo]sideEmptyAttributes8]id7typeFlagCarrierINSatlOffset>>]positionKE(TAEangles @2Ѩ@@8]>]dataTypeObjectPositionInfo]sideEmptyAttributes]id9typeFlagCarrierINSatlOffset OA]position%E?Aw#Eanglesc~@]]dataTypeObjectPositionInfoq^sideEmptyflagsAttributes^id<typeland_gm_euro_fuelstation_02^positionkEQAEanglestk@^^dataTypeObjectPositionInfo_sideEmptyflagsAttributesU_idqtypePowGen_Bigs_positionYhEb)'A&Eangles8@@-;U_disableSimulations_dataTypeObjectPositionInfo_sideEmptyflagsAttributes`id4typePowGen_Big7`positionE>(A &Eangles(@`disableSimulation7`dataTypeObjectPositionInfo`sideEmptyflagsAttributes`idtypeLand_GuardTower_02_FatlOffset ?`position*[E PAbEangles?``dataTypeObjectPositionInfofasideEmptyflagsAttributesaidtypeHeliHapositionHEpA$^Eangles!@ ?!@adisableSimulationadataTypeObjectPositionInfo%bsideEmptyflagsAttributes]bidtypeHeliH{bpositionEuA&kEanglesP@ ?#;]bdisableSimulation{bdataTypeObjectPositionInfocsideEmptyflagsAttributes}positionݘE`AREangles6@}disableSimulation}dataTypeObjectPositionInfo`~sideEmptyflagsAttributes~idtypeLand_Mil_WallBig_4m_damaged_left_F~positionEo')AOd!Eanglesj@~disableSimulation~dataTypeObjectPositionInfo<sideEmptyflagsAttributestidtypeLand_Mil_WallBig_4m_damaged_left_FpositionEn,A@ Eanglesj@tdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesPidtypeLand_Mil_WallBig_4m_damaged_left_FnpositionE|0A{Eanglesj@PdisableSimulationndataTypeObjectPositionInfosideEmptyflagsAttributes,idtypeLand_Mil_WallBig_4m_damaged_left_FJpositionEE|+AEangles6@,disableSimulationJdataTypeObjectPositionInfoЁsideEmptyflagsAttributesidtypeLand_Mil_WallBig_4m_damaged_left_F&position2E|+A{Eangles6@disableSimulation&dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Mil_WallBig_4m_damaged_left_FpositionE|+AQEangles6@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Mil_WallBig_4m_damaged_left_Fރposition+E(A#Eanglesj@disableSimulationރdataTypeObjectPositionInfoesideEmptyflagsAttributesidtypeLand_Mil_WallBig_4m_damaged_right_FpositioneEv&A!Eanglesj@disableSimulationdataTypeObjectPositionInfoBsideEmptyflagsAttributeszidtypeLand_Mil_WallBig_4m_damaged_right_FpositionH.E)A!Eanglesj@zdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesWidtypeLand_Mil_WallBig_4m_damaged_right_Fuposition+E8/AEanglesj@WdisableSimulationudataTypeObjectPositionInfosideEmptyflagsAttributes4idtypeLand_Mil_WallBig_4m_damaged_right_FRposition +Ea0AKEanglesj@4disableSimulationRdataTypeObjectPositionInfoهsideEmptyflagsAttributesidtypeLand_Mil_WallBig_4m_damaged_right_F/positionɘE+AEanglesN,@disableSimulation/dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Mil_WallBig_4m_damaged_right_F positionV}EU+AEangles6@disableSimulation dataTypeObjectPositionInfosideEmptyflagsAttributesˉidtypeLand_Mil_WallBig_4m_damaged_right_Fposition^E+AEanglesN,@ˉdisableSimulationdataTypeObjectPositionInfopsideEmptyflagsAttributesidtypeLand_Mil_WallBig_4m_damaged_right_FƊpositionE'Ak"Eanglesj@disableSimulationƊdataTypeObjectPositionInfoSsideEmptyflagsAttributesidtypeLand_Mil_WallBig_debris_FatlOffset5positionETAY!Eangles-;s?<disableSimulationdataTypeObjectPositionInfo&sideEmptyflagsAttributes^idtypeLand_Mil_WallBig_debris_F|positionE`A3 Eangleš@s?f<^disableSimulation|dataTypeObjectPositionInfosideEmptyflagsAttributes1idtypeLand_Mil_WallBig_debris_FOpositionEA Eangles@s?p=1disableSimulationOdataTypeObjectPositionInfo̍sideEmptyflagsAttributesidtypeLand_Mil_WallBig_debris_F"positionvEAMEanglesc@disableSimulation"dataTypeObjectPositionInfosideEmptyflagsAttributes̎idutypeLand_Mil_HouseҎpositiondEjAgEanglesj@K<̎ҎdataTypeObjectPositionInfoTsideEmptyflagsAttributesidvtypeLand_Mil_HouseatlOffsetpositionNeEiA"Eangles[Z<lj@dataTypeObjectPositionInfo'sideEmptyflagsAttributes_idPtypeLand_MobileRadar_01_radar_FCustomAttributes}RpositionѫE6vvA$Eangles>_disableSimulation}Attribute0nAttributesRpropertyRotation_Speedexpression_this animateSource ['Radar_Rotation',1e6-1,_value]ValueRdata!Rtype=value=RtypeSCALARRdataTypeObjectPositionInfosideEmptyflagsAttributesidQtypeLand_MobileRadar_01_generator_FatlOffset5;positionKnEn{%A=$Eangles>disableSimulation;dataTypeObjectPositionInfosideEmptyflagsAttributesidytypeland_gm_radiotower_01positionopE AI Eangles7@dataTypeObjectPositionInfonsideEmptyflagsAttributesidctypeCUP_A2_Road_runway_betonēpositionZwEAyEangles!@xM@disableSimulationēdataTypeObjectPositionInfo@sideEmptyflagsAttributesxiddtypeCUP_A2_Road_runway_betonposition5EgAAEanglesP@xM@P@xdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesJidetypeCUP_A2_Road_runway_betonhpositionEg AtEanglesP@xM@!@JdisableSimulationhdataTypeObjectPositionInfosideEmptyflagsAttributes!idftypeCUP_A2_Road_runway_beton_end1?position]E,A)#Eangles8@@!disableSimulation?dataTypeObjectPositionInfosideEmptyflagsAttributesidgtypeCUP_A2_Road_runway_beton_end1positionZEҖA[c"EanglesK<΄@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesϗidhtypeCUP_A2_Road_runway_beton_end1position{YEAc"EanglesK<TJ@ϗdisableSimulationdataTypeObjectPositionInfonsideEmptyflagsAttributesiditypeCUP_A2_Road_runway_beton_end1ĘpositionE+A#z"Eangles[Z<_@disableSimulationĘdataTypeObjectPositionInfoEsideEmptyflagsAttributes}idjtypeCUP_A2_Road_runway_beton_end1position,ES-Ay"Eangles[Z<@}disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesTidktypeCUP_A2_Road_runway_beton_end2rpositionEAmEangles-;@nZ,xZ<disableSimulation,dataTypeObjectPositionInfosideEmptyflagsAttributesidtypegmx_chdkz_uaz469_cargo_wdratlOffset~>positionEB6A8EanglesČ@A@<dataTypeObjectPositionInfoysideEmptyflagsAttributesidtypegmx_chdkz_ural375d_refuel_wdrpositionnE]K0Ah!Eangles'Q@dataTypeObjectPositionInfoHsideEmptyflagsAttributesidtypegmx_chdkz_ural375d_refuel_wdratlOffset:=positionE{/A| Eangles|>dataTypeObjectPositionInfosideEmptyflagsAttributes?idtypegmx_chdkz_ural375d_refuel_wdrEposition{E3AEangles2l@?EdataTypeObjectPositionInfo֟sideEmptyflagsAttributesidtypegmx_chdkz_ural375d_refuel_wdratlOffsetposition[Ew3A Eangles?dataTypeObjectPositionInfosideEmptyflagsAttributes̠idtypegmx_chdkz_ural375d_medic_wdrҠpositionE/Ah!Eangles>̠ҠdataTypeObjectPositionInfocsideEmptyflagsAttributesid3typegmx_chdkz_ural4320_reammo_wdratlOffset<positionE.A?EanglesL>@dataTypeObjectPositionInfo2sideEmptyflagsAttributesjid4typegmx_chdkz_ural4320_reammo_wdratlOffset@jpdataTypeObjectPositionInfosideEmptyflagsAttributes9id5typegmx_chdkz_ural4320_repair_wdratlOffset4>?positionE-01AEanglesg@9?dataTypeObjectPositionInfoУsideEmptyflagsAttributesid6typegmx_chdkz_ural4320_repair_wdratlOffset#)>position/E>01A `Eangles>dataTypeObjectPositionInfosideEmptyflagsAttributesϤidtypegmx_chdkz_mi2urpg_wdlatlOffset\=դpositioneE.Aǃ!Eangles?2j@ϤդdataTypeObjectPositionInfo\sideEmptyflagsAttributesidtypegmx_chdkz_mi2sr_wdlatlOffset<positionIE-Am Eanglesk@dataTypeObjectPositionInfosideEmptyflagsAttributesMidtypegmx_chdkz_mi2platan_wdlSpositiondEEZ?2A%MEangles!@?!@MSdataTypeObjectPositionInfoڦsideEmptyflagsAttributesidtypegmx_chdkz_l410t_wdlatlOffsetC{=positionE;A.8"Eanglesk@ dataTypeObjectPositionInfosideEmptyflagsAttributesid2typegmx_chdkz_btr60pu12_wdratlOffsetPCustomAttributespositionE_position.EAEzEangles7h@Y_dataTypeObjectPositionInfosideEmptyflagsAttributes)idZtypegm_ammobox_pile_large_02_emptyatlOffset>/positionsEjA+Eangles7h@)/dataTypeObjectPositionInfosideEmptyflagsAttributesidYtypegm_ammobox_pile_large_02_emptyatlOffset>position倡EAS`Eangles7h@dataTypeObjectPositionInfosideEmptyflagsAttributesɯid[typegm_ammobox_pile_large_02_emptyatlOffset+>ϯpositionWzEANEangles@ɯϯdataTypeObjectPositionInfoasideEmptyflagsAttributesidgtypegm_ammobox_pile_large_02_emptyatlOffset<position~E AEangles@dataTypeObjectPositionInfo1sideEmptyflagsAttributesiidhtypegm_ammobox_pile_large_02_emptyatlOffset7=opositionW EX AEangles@iodataTypeObjectPositionInfosideEmptyflagsAttributes9iditypegm_ammobox_pile_large_02_emptyatlOffset8=?positiong'EWY AwEangles@9?dataTypeObjectPositionInfoѲsideEmptyflagsAttributes idjtypegm_ammobox_pile_large_02_emptyatlOffsetu=positionVEa AEangles2? dataTypeObjectPositionInfosideEmptyflagsAttributesٳidWtypegm_ammobox_pile_small_02_emptyatlOffset>߳positionyE9-A!Eanglesc\@ٳ߳dataTypeObjectPositionInfoqsideEmptyflagsAttributesid\typegm_ammobox_pile_small_02_emptyatlOffset>positionnE9-AȈEangles>dataTypeObjectPositionInfoAsideEmptyflagsAttributesyid]typegm_ammobox_pile_small_02_emptyatlOffset@>positionmE9-A~Eanglesc\@ydataTypeObjectPositionInfosideEmptyflagsAttributesIid^typegm_ammobox_pile_small_02_emptyatlOffsetN>OpositiondE9-A+%Eangles?IOdataTypeObjectPositionInfosideEmptyflagsAttributesidktypegm_ammobox_pile_small_02_emptyatlOffset<position6E9 A4Eangles?dataTypeObjectPositionInfosideEmptyflagsAttributesidltypegm_ammobox_pile_small_02_emptyatlOffset<positionE9 ACiEangles/@dataTypeObjectPositionInfosideEmptyflagsAttributesidmtypegm_ammobox_pile_small_02_emptyatlOffsetp=position74E8 AaEangles?dataTypeObjectPositionInfoQsideEmptyflagsAttributesidntypegm_ammobox_pile_small_02_emptyatlOffsetp=position,E8 AGPEangles>dataTypeObjectPositionInfo"sideEmptyflagsAttributesBidotypegmx_chdkz_fagot_launcher_tripodatlOffset<positiono"nextID>itemsItem0iItem1Item2Item3PItem4Item5Item67Item7Item8Item9Item10kItem11Item12Item13RItem14Item15Item169Item17Item18Item19 Item20mItem21Item22Item23TItem24Item25Item26;Item27Item28Item29"Item30oItem31Item32 Item33VItem34Item35Item36=Item37Item38Item39$Item40qItem41Item42 Item43XItem44Item45Item46?Item47Item48Item49&Item50sItem51Item52 Item53ZItem54Item55Item56AItem57Item58Item59(Item60uItem61Item62Item63\Item64Item65Item66CItem67Item68Item69*Item70wItem71Item72Item73^Item74Item75Item76EItem77Item78Item79,Item80yItem81Item82Item83`Item84Item85Item86GItem87Item88Item89.Item90{Item91Item92Item93bItem94Item95Item96IItem97Item98Item990Item100}Item101Item102Item103dItem104Item105Item106KItem107Item108Item1092Item110Item111Item112Item113fItem114Item115Item116MItem117Item118Item1194Item120Item121Item122Item123hItem124Item125Item126OItem127Item128Item1296Item130Item131Item132Item133jItem134Item135Item136QItem137Item138Item1398Item140Item141Item142Item143lItem144Item145Item146SItem147Item148Item149:Item150Item151Item152!Item153nItem154Item155Item156UItem157Item158Item159<Item160Item161Item162#Item163pItem164Item165 Item166WItem167Item168Item169>Item170Item171Item172%Item173rItem174Item175 Item176YItem177Item178Item179@Item180Item181Item182'Item183tItem184Item185Item186[Item187Item188Item189BItem190Item191Item192)Item193vItem194Item195Item196]Item197Item198Item199DItem200Item201Item202+ Item203x Item204 Item205 Item206_ Item207 Item208 Item209F Item210 Item211 Item212- Item213z Item214 Item215 Item216a Item217 Item218 Item219HItem220Item221Item222/Item223|Item224Item225Item226cItem227Item228Item229JItem230Item231Item2321Item233~Item234Item235Item236eItem237Item238Item239LItem240Item241Item2423Item243Item244Item245Item246gItem247Item248Item249NItem250Item251Item2525Item253Item254Item255Item256iItem257Item258Item259PItem260Item261Item2627Item263Item264Item265Item266kItem267Item268Item269RItem270Item271Item2729Item273Item274Item275 Item276mItem277Item278 Item279T Item280 Item281 Item282;!Item283!Item284!Item285""o"linkIDitem0item1DCustomDatatypeSynclinkIDitem0item1DCustomDatatypeSynclinkIDitem0item1DCustomData>PtypeSyncPlinkIDitem0 item1DCustomDatatypeSynclinkIDitem0 item1DCustomDatatypeSynclinkIDitem0item1DCustomData%7typeSync7linkIDitem0item1DCustomDatartypeSynclinkIDitem0item1DCustomDatatypeSynclinkIDitem0item1DCustomData typeSynclinkID item0item1CustomDataYktypeSyncklinkID item0item1CustomDatatypeSynclinkID item0titem1CustomDatatypeSynclinkID item0uitem1CustomData@RtypeSyncRlinkID item0vitem1CustomDatatypeSynclinkIDitem0pitem1CustomDatatypeSynclinkIDitem0pitem1CustomData'9typeSync9linkIDitem0ritem1CustomDatattypeSynclinkIDitem0xitem1CustomDatatypeSynclinkIDitem0yitem1CustomData typeSync linkIDitem0|item1CustomData[mtypeSyncmlinkIDitem0~item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataBTtypeSyncTlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData);typeSync;linkIDitem0item1CustomDatavtypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData"typeSync"linkIDitem0item1CustomData]otypeSyncolinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSync linkID item0item1CustomDataDVtypeSyncVlinkID!item0item1CustomDatatypeSynclinkID"item0item1CustomDatatypeSynclinkID#item0item1CustomData+=typeSync=linkID$item0item1CustomDataxtypeSynclinkID%item0item1CustomDatatypeSynclinkID&item0item1CustomData$typeSync$linkID'item0item1CustomData_qtypeSyncqlinkID(item0item1CustomDatatypeSynclinkID)item0item1CustomData typeSync linkID*item0item1CustomDataFXtypeSyncXlinkID+item0item1CustomDatatypeSynclinkID,item0item1CustomDatatypeSynclinkID-item0item1CustomData-?typeSync?linkID.item0item1CustomDataztypeSynclinkID/item0item1CustomDatatypeSynclinkID0item0item1CustomData&typeSync&linkID1item0item1CustomDataastypeSyncslinkID2item0item1CustomDatatypeSynclinkID3item0item1CustomData typeSync linkID4item0item1CustomDataHZtypeSyncZlinkID5item0item1CustomDatatypeSynclinkID6item0item1CustomDatatypeSynclinkID7item0item1CustomData/AtypeSyncAlinkID8item0item1CustomData|typeSynclinkID9item0item1CustomDatatypeSynclinkID:item0#item1CustomData(typeSync(linkID;item0%item1CustomDatacutypeSynculinkID<item0'item1CustomDatatypeSynclinkID=item0)item1CustomDatatypeSynclinkID>item0+item1CustomDataJ\typeSync\linkID?item0-item1CustomDatatypeSynclinkID@item0/item1CustomDatatypeSynclinkIDAitem01item1CustomData1CtypeSyncClinkIDBitem0Oitem1CustomData~typeSynclinkIDCitem02item1CustomDatatypeSynclinkIDDitem0;item1CustomData*typeSync*linkIDEitem0_item1CustomDataewtypeSyncwlinkIDFitem0;item1CustomDatatypeSynclinkIDGitem0=item1CustomDatatypeSynclinkIDHitem0@item1CustomDataL^typeSync^linkIDIitem0Bitem1CustomDatatypeSynclinkIDJitem0Ditem1CustomDatatypeSynclinkIDKitem0Fitem1CustomData3EtypeSyncElinkIDLitem0Hitem1CustomDatatypeSynclinkIDMitem0Jitem1CustomDatatypeSynclinkIDNitem0Litem1CustomData,typeSync,linkIDOitem0Nitem1CustomDatagytypeSyncylinkIDPitem0Qitem1CustomDatatypeSynclinkIDQitem0Sitem1CustomDatatypeSynclinkIDRitem0Uitem1CustomDataN`typeSync`linkIDSitem0Witem1CustomDatatypeSynclinkIDTitem0Yitem1CustomDatatypeSynclinkIDUitem0[item1CustomData5GtypeSyncGlinkIDVitem0]item1CustomDatatypeSynclinkIDWitem0_item1CustomDatatypeSynclinkIDXitem0citem1CustomData.typeSync.linkIDYitem0titem1CustomDatai{typeSync{linkIDZitem0witem1CustomDatatypeSynclinkID[item0item1CustomDatatypeSynclinkID\item0item1CustomDataPbtypeSyncblinkID]item0item1CustomDatatypeSynclinkID^item0item1CustomDatatypeSynclinkID_item0vitem1CustomData7ItypeSyncIlinkID`item0xitem1CustomDatatypeSynclinkIDaitem0item1CustomDatatypeSynclinkIDbitem0item1CustomData0typeSync0linkIDcitem0item1CustomDatak}typeSync}linkIDditem0item1CustomDatatypeSynclinkIDeitem0item1CustomDatatypeSynclinkIDfitem0item1CustomDataRdtypeSyncdlinkIDgitem0item1CustomDatatypeSynclinkIDhitem0item1CustomDatatypeSynclinkIDiitem0item1CustomData9KtypeSyncKlinkIDjitem0item1CustomDatatypeSynclinkIDkitem0item1CustomDatatypeSynclinkIDlitem0zitem1CustomData 2typeSync2linkIDmitem0yitem1CustomDatamtypeSynclinkIDnitem0item1CustomDatatypeSynclinkIDoitem0item1CustomDatatypeSynclinkIDpitem0item1CustomDataTftypeSyncflinkIDqitem0item1CustomDatatypeSynclinkIDritem0item1CustomDatatypeSynclinkIDsitem0item1CustomData;MtypeSyncMlinkIDtitem0item1CustomDatatypeSynclinkIDuitem0item1CustomDatatypeSynclinkIDvitem0item1CustomData"4typeSync4linkIDwitem0item1CustomDataotypeSynclinkIDxitem0item1CustomDatatypeSynclinkIDyitem0item1CustomData typeSynclinkIDzitem0item1CustomDataVhtypeSynchlinkID{item0item1CustomDatatypeSynclinkID|item0item1CustomDatatypeSynclinkID}item0item1CustomData=OtypeSyncOlinkID~item0item1CustomDatatypeSynclinkIDitem0iitem1CustomDatatypeSynclinkIDitem0jitem1CustomData$6typeSync6linkIDitem0item1CustomDataqtypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSynclinkIDitem0item1CustomDataXjtypeSyncjlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData?QtypeSyncQlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData&8typeSync8linkIDitem0item1CustomDatastypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSynclinkIDitem0item1CustomDataZltypeSyncllinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataAStypeSyncSlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData(:typeSync:linkIDitem0item1CustomDatautypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData!typeSync!linkIDitem0item1CustomData\ntypeSyncnlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataCUtypeSyncUlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData*<typeSync<linkIDitem0item1CustomDatawtypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData#typeSync#linkIDitem0item1CustomData^ptypeSyncplinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSync linkIDitem03item1CustomDataEWtypeSyncWlinkIDitem04item1CustomDatatypeSynclinkIDitem05item1CustomDatatypeSynclinkIDitem06item1CustomData,>typeSync>linkIDitem0item1CustomDataytypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData%typeSync%linkIDitem0item1CustomData`rtypeSyncrlinkIDitem02item1CustomDatatypeSynclinkIDitem0Xitem1CustomData typeSync linkIDitem0Zitem1CustomDataGYtypeSyncYlinkIDitem0Yitem1CustomDatatypeSynclinkIDitem0[item1CustomDatatypeSynclinkIDitem0gitem1CustomData.@typeSync@linkIDitem0hitem1CustomData{typeSynclinkIDitem0iitem1CustomDatatypeSynclinkIDitem0jitem1CustomData'typeSync'linkIDitem0Witem1CustomDatabttypeSynctlinkIDitem0\item1CustomDatatypeSynclinkIDitem0]item1CustomDatatypeSynclinkIDitem0^item1CustomDataI[typeSync[linkIDitem0kitem1CustomDatatypeSynclinkIDitem0litem1CustomDatatypeSynclinkIDitem0mitem1CustomData0BtypeSyncBlinkIDitem0nitem1CustomData}typeSynclinkIDitem0(item1CustomDatatypeSynclinkIDitem0item1CustomData)typeSync)linkIDitem0item1CustomDatadvtypeSyncvlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataK]typeSync]linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData2DtypeSyncDlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData + typeSync+ linkIDitem0item1CustomDataf x typeSyncx linkIDitem0 item1CustomData  typeSync linkIDitem0 item1CustomData  typeSync linkIDitem0 item1CustomDataM _ typeSync_ linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData4 F typeSyncF linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData - typeSync- linkIDitem0item1CustomDatah z typeSyncz linkIDitem0 item1CustomData  typeSync linkIDitem0"item1CustomData  typeSync linkIDitem0$item1CustomDataO a typeSynca linkIDitem0&item1CustomData  typeSync linkIDitem0(item1CustomData  typeSync linkIDitem0*item1CustomData6HtypeSyncHlinkIDitem0-item1CustomDatatypeSynclinkIDitem0/item1CustomDatatypeSynclinkIDitem01item1CustomData/typeSync/linkIDitem08item1CustomDataj|typeSync|linkIDitem0:item1CustomDatatypeSynclinkIDitem0<item1CustomDatatypeSynclinkIDitem0>item1CustomDataQctypeSyncclinkIDitem0@item1CustomDatatypeSynclinkIDitem0Bitem1CustomDatatypeSynclinkIDitem0Ditem1CustomData8JtypeSyncJlinkIDitem0Fitem1CustomDatatypeSynclinkIDitem0Hitem1CustomDatatypeSynclinkIDitem0Jitem1CustomData1typeSync1linkIDitem0Litem1CustomDatal~typeSync~linkIDitem0Nitem1CustomDatatypeSynclinkIDitem0Pitem1CustomDatatypeSynclinkIDitem0Ritem1CustomDataSetypeSyncelinkIDitem0Titem1CustomDatatypeSynclinkIDitem0Vitem1CustomDatatypeSynclinkIDitem0ritem1CustomData:LtypeSyncLlinkIDitem0titem1CustomDatatypeSynclinkIDitem0vitem1CustomDatatypeSynclinkIDitem0xitem1yCustomData!3typeSync3linkIDitem0witem1yCustomDatantypeSynclinkIDitem0{item1|CustomDatatypeSynclinkIDitem0zitem1|CustomDatatypeSynclinkIDitem0~item1CustomDataUgtypeSyncglinkIDitem0}item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData<NtypeSyncNlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData#5typeSync5linkIDitem0item1CustomDataptypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSynclinkIDitem0item1CustomDataWitypeSyncilinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData>PtypeSyncPlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData%7typeSync7linkIDitem0item1CustomDatartypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSynclinkID item0item1CustomDataYktypeSyncklinkID item0item1CustomDatatypeSynclinkID item0item1CustomDatatypeSynclinkID item0item1CustomData@RtypeSyncRlinkID item0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData'9typeSync9linkIDitem0item1CustomDatattypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSync linkIDitem0item1CustomData[mtypeSyncmlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSync linkIDitem0item1CustomDataB T typeSyncT linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData)!;!typeSync;!linkIDitem0item1CustomDatav!!typeSync!linkIDitem0item1CustomData!!typeSync!linkIDitem0item1CustomData"""typeSync""linkIDitem0item1CustomData]"o"typeSynco"qlT2K0~Y]rAj~