admiral\admiral.hҞcedescription.extchull3\BBT_G.hkchull3\BBT_U.h)̶chull3\briefing\blufor.sqfc hull3\briefing\civilian.sqf2^hull3\briefing\indfor.sqf2^hull3\briefing\opfor.sqf2^hull3\hull3.hcIhull3\LICENSE2^8init.sqf쵶c=initServer.sqf2^mission.sqmжc: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" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "Bushmaster bad time"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 54; }; 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 = 0; 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 = 2; 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"; }; }; allowProfileGlasses = 0; class BBT_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", "ItemGPS"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1}, {"ACE_EntrenchingTool", 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} }; binocular = "Binocular"; }; class Officer : Leader { basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "B_UavTerminal"}; binocular = "ACE_VectorDay"; 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[] = {}; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch", "ItemGPS"}; }; 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} }; 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 AR : Rifleman { primaryWeapon = "CUP_arifle_RPK74M_railed"; primaryWeaponItems[] = {"CUP_optic_ZDDot", "CUP_acc_Flashlight"}; vestMagazines[] = {{"CUP_60Rnd_TE1_Red_Tracer_545x39_AK74M_M", 1}}; backpackMagazines[] = {{"CUP_60Rnd_TE1_Red_Tracer_545x39_AK74M_M", 4}}; }; class AAR : Rifleman { vestMagazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 4} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_60Rnd_TE1_Red_Tracer_545x39_AK74M_M", 4} }; binocular = "Binocular"; }; class RAT : Rifleman { primaryWeapon = "CUP_arifle_AKS74U_railed"; secondaryWeapon = "CUP_launch_NLAW"; 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", 3}, {"SatchelCharge_Remote_Mag", 2} }; vestItems[] = { {"ACE_DefusalKit", 1}, {"ACE_M26_Clacker", 1} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; binocular = "ACE_VectorDay"; }; class ENGA : ENG { uniformRadios[] = {"ACRE_PRC343"}; binocular = ""; }; class VC : Crew { binocular = "ACE_VectorDay"; }; class VG : Crew { }; class VD : Crew { }; class Vehicle { weapons[] = {{"CUP_launch_NLAW", 25}}; magazines[] = { {"CUP_30Rnd_545x39_AK74M_M", 100}, {"CUP_30Rnd_TE1_Red_Tracer_545x39_AK74M_M", 50}, {"CUP_60Rnd_TE1_Red_Tracer_545x39_AK74M_M", 100}, {"CUP_1Rnd_HE_GP25_M", 25}, {"CUP_1Rnd_SMOKE_GP25_M", 25}, {"CUP_1Rnd_SmokeRed_GP25_M", 25}, {"CUP_IlumFlareWhite_GP25_M", 25}, {"CUP_12Rnd_9x18_PMM_M", 10}, {"SatchelCharge_Remote_Mag", 15}, {"DemoCharge_Remote_Mag", 25}, {"ACE_HandFlare_White", 25}, {"HandGrenade", 25}, {"SmokeShell", 25} }; items[] = { {"ACE_M26_Clacker", 2}, {"ACE_UAVBattery", 2} }; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; }; class BBT_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 = "USP_PATCH_GAME_ARMA_CDF"; }; class Leader : Rifleman { headGear = "gmx_cdf2022_army_headgear_m92_glasses_digittsko"; 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 = "H_Tank_eaf_F"; 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 { headGear = "gmx_cdf2022_army_headgear_m92_glasses_digittsko"; }; class Medic : Rifleman { vest = "gmx_cdf2022_army_vest_armor_90_medic_digittsko_ARM"; backpack = "ark_backpack_large"; }; class FTL : Leader { }; class AR : Rifleman { vest = "gmx_cdf2022_army_vest_armor_90_machinegunner_digittsko_ARM"; }; class AAR : Rifleman { backpack = "ark_backpack_large"; }; 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 { }; }; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
ChDKZ rebels are in control of the eastern coastline of Chernarus. They are using the rail line to move men and munitions to the front including artillery.

ENEMY FORCES
ChDKZ rebels, poorly trained and equipped with stolen arms and equipment.

FRIENDLY FORCES
We are an armoured recon force being dispatched to probe the rebel lines. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Advance along the Coastal road assaulting the following objectives in turn:

Clear rebel forces from Kamyshovo, eliminate the forward commander and destroy any vehicles and supplies found.

Assault and clear the rebel firebase at Krutoy Cap, these guns are targeting civilians and government buildings and must be silenced.

Clear rebel forces from Solnichniy, additionally investigate the nearby quarry. Intelligence indicates prisoners were being transported to that location.

Assault and destroy the Cement Factory being used as a munitions depot.

Finally push as far north as Nizhnoye, repel any counter attack and hold in place. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Undertake objectives in the given order, stretch our legs a little bit as these vehicles are smaller on the inside than the Pentagon brochure lead us to believe.

MOVEMENT PLAN
Remain on the Coastal Road flats, the surrounding hillside hamlets are less than sympathetic.

FIRE SUPPORT PLAN
Our vehicles should provide enough fire support as we advance.

SQUAD TRANSPORT
Each squad has a dedicated M2A2 Bradley for transport and fire support. "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
Vehicles can rearm from each other using ACE.

CO and XO have access to a both a spotting UAV that can recon our route of advance. Note it will automatically refuel itself once empty so does not need to land. As well as munitions dropping drones armed with either 40mm HE or 57mm HEAT.

JIP Reinforcements should not set off until the main force has reached or is attacking Solnichniy. "]]; // 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_MC { gear = "BBT_G"; uniform = "BBT_U"; languages[] = { {"west", 100} }; }; }; class Gear { #include "BBT_G.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "BBT_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.droneyMcDroneface addEventHandler ["Fuel", { params ["_vehicle", "_fuel"]; if (!local _vehicle) exitWith {}; if (!_fuel) then { _vehicle setFuel 1; }; }]; if (isServer) then { {_x forceFlagTexture "\A3\Air_F\Data\plane_flag_CO.paa"} forEach [ifv_1, ifv_2, ifv_3, ifv_4, apc]; };ark_tgc_fnc_nwController = { params ["_nw"]; private _gunner = gunner _nw; {_gunner disableAI _x} forEach ["AUTOTARGET","FSM","AUTOCOMBAT"]; [ { params ["_args", "_id"]; _args params ["_gunner"]; if (!alive _gunner) exitWith {_id call CBA_fnc_removePerFrameHandler}; [_gunner, getMarkerPos "mkr_tgt"] call ark_tgc_fnc_nwDoFire; }, 60, [_gunner] ] call CBA_fnc_addPerFrameHandler; }; ark_tgc_fnc_nwDoFire = { params ["_unit","_target"]; _unit doArtilleryFire [_target, "CUP_30Rnd_122mmHE_D30_M", 6]; private _nw = vehicle _unit; _nw setVehicleAmmoDef 1; _nw setVehicleAmmo 1; };raP6 version6EditorData sourceNameark_co53_bushmaster_bad_timeaddonsCA3_Modules_Fark_ai_sentryark_clear_cargoark_ace_rearmCUP_WarfareBuildingsCUP_StandaloneTerrains_Core_FactionCUP_CAMiscCUP_Misc_e_ConfigCUP_Buildings_ConfigCUP_CABuildings_MiscCUP_Misc3_ConfigCUP_WheeledVehicles_NewHMMWVCUP_WheeledVehicles_NewM998CUP_TrackedVehicles_NewM113CUP_TrackedVehicles_Bradleyadmiralark_rotorgmx_chdkz_charactersgmx_chdkz_weapons_machineguns_dshkmgmx_chdkz_vehicles_land_tracked_ot64gmx_chdkz_weapons_launchers_spg9gmx_chdkz_vehicles_land_tracked_uaz469gmx_chdkz_vehicles_land_tracked_pt76gmx_chdkz_vehicles_land_tracked_t55A3_Structures_F_SystemA3_Structures_F_Civ_Campingcba_xehA3_Structures_F_Civ_AccessoriesCUP_CAStructures_RailCUP_Editor_Buildings_ConfigCUP_WaterVehicles_Fishing_BoatA3_Props_F_Exp_Naval_BoatsCUP_WheeledVehicles_UAZCUP_CAStructuresHouse_HouseVLSR_patch_contact_in_cup_cA3_Structures_F_Items_VesselsA3_Structures_F_Heli_Ind_MachinesA3_Structures_F_Mil_FlagsCUP_CWA_MiscCUP_AirVehicles_Mi8CUP_ibr_plantsA3_Structures_F_Dominants_Lighthousegmx_chdkz_vehicles_land_tracked_ural4320gmx_chdkz_vehicles_land_tracked_ural375dgmx_chdkz_vehicles_land_tracked_bmp1gmx_chdkz_vehicles_land_tracked_brdm2A3_Structures_F_WallsA3_Structures_F_Ind_PowerLinesCUP_StandaloneTerrains_CoreA3_Structures_F_TrainingA3_Props_F_Exp_Industrial_HeavyEquipmentA3_Structures_F_Tank_Decals_Horizontalplp_containersA3_Structures_F_Civ_Constructionsace_draggingA3_Structures_F_EPA_Civ_ConstructionsCUP_CAStructures_E_Misc_Misc_MarketCUP_AirVehicles_MI6CUP_Weapons_AmmoBoxesA3_Ui_FA3_Characters_F_CommonCUP_AirVehicles_Pchela1TA3_Characters_Face_explosivesAir_1_F_lxWSCUP_Creatures_StaticWeaponsA3_Modules_F_Curator_CuratorAddonsMetaDataR dlcs CUP_Vehiclesgmgmx_chdkzExpansionEnochHeliTankCUP_WeaponswsCUP_UnitsrandomSeedScenarioDatan"CustomAttributes"Missiond$6 moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProviderCameraR nextIDnextIDnextIDposz;Fz:C9FFdir!?up7[?n>asideqstartWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<.&.items-Item0R(Item18?Item2>Item3_hItem4,Item5e Item6 Item7@!Item8!Item9 "Item10e"Item11"Item123#Item13.Item14%2Item154Item16l4Item17<Item18?Item19$FItem20PLItem21OItem22JVItem237\Item24fbItem25(fItem26zlItem27_uItem28xItem29+Item30gItem31Item32Item33KItem34Item35MItem36Item37Item38EItem39Item40Item41Item42_Item43Item44dataTypeLayernameModulesEntities(id{atlOffset8? items Item07)Item1O+Item2-Item3/Item41Item54Item6'6Item7W8Item8:Item9<Item10.>Item11>8?dataTypeLogicPositionInfo)areaSize@@flagsidytypeModuleHideTerrainObjects_FatlOffsetr<CustomAttributes)O+positiono F@E)Attribute0/*Attribute1*nAttributesO+property#filterexpression_this setVariable ["#filter",_value]Value**data**singleTypeSCALARvaluePA*property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value+O+data++O+singleTypeBOOLvalueO+dataTypeLogicPositionInfo+areaSize@@flagsidztypeModuleHideTerrainObjects_FatlOffsetCustomAttributes',-position F|@NEangleseE=',Attribute0_,Attribute1,nAttributes-property#filterexpression_this setVariable ["#filter",_value]Value,,data,,singleTypeSCALARvaluePA,property#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueK--data[--singleTypeBOOLvalue-dataTypeLogicPositionInfo.areaSize@@flagsidtypeModuleHideTerrainObjects_FatlOffset<CustomAttributesW./position0Attribute00Attribute1K1nAttributes1property#filterexpression_this setVariable ["#filter",_value]Value1K1data%1K1singleTypeSCALARvaluePAK1property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value11data11singleTypeBOOLvalue1dataTypeLogicPositionInfo2areaSizeA@flagsidtypeModuleHideTerrainObjects_FatlOffset@>CustomAttributes24position`MF@axEangles|@R@5| <2Attribute02Attribute1{3nAttributes4property#filterexpression_this setVariable ["#filter",_value]ValueE3{3dataU3{3singleTypeSCALARvaluePA{3property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value34data34singleTypeBOOLvalue4dataTypeLogicPositionInfo4areaSize|ALAflagsid#typeModuleHideTerrainObjects_FatlOffsetٻCustomAttributes4'6positionQFf@4E4Attribute05Attribute15nAttributes'6property#filterexpression_this setVariable ["#filter",_value]Value]55datam55singleTypeSCALARvaluePA5property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value5'6data6'6singleTypeBOOLvalue'6dataTypeLogicPositionInfo6areaSize@W,Bflagsid*typeModuleHideTerrainObjects_FatlOffsetCustomAttributes6W8positionpositionCFe}A#hEangles2@G.@N=Attribute0v=nAttributes.>propertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];Value=.>data >.>singleTypeBOOLvalue.>dataTypeLogicPositionInfo>idtypeARK_Clear_VehicleatlOffset`>>positionCF@k]Eangles֑@bø<>dataTypeLogicPositionInfo?idtypeARK_ACE_RearmatlOffset <8?position|0FcԠB_E8?dataTypeLayernamePlayer BitsEntities?id|atlOffsetP>>itemsItem0u@Item1SAItem2,BItem3 CItem4CItem5DItem6dEItem7!FItem8FItem9GItem10WItem11,kItem12~~Item13WItem140Item15ΪItem16"Item17Item18>dataTypeObjectPositionInfo@sideEmptyflagsAttributes5AidttypeCDF_WarfareBBarracksatlOffset@׺SApositionV F з@˕Eanglesh7@5AdisableSimulationSAdataTypeObjectPositionInfoAsideEmptyflagsAttributesBidstypeCDF_WarfareBVehicleServicePoint,Bpositionnd!Fq@#EanglesJ@BdisableSimulation,BdataTypeObjectPositionInfoBsideEmptyflagsAttributesBidrtypeCDF_WarfareBUAVterminalatlOffset0( CpositionO!F>AjEangles?=?BdisableSimulation CdataTypeObjectPositionInfouCsideEmptyflagsAttributesCidvtypeWireCposition FG@[EanglesE@CdisableSimulationCdataTypeObjectPositionInfoCDsideEmptyflagsAttributes{DidwtypeWireatlOffset꺙Dposition Ff@oAEanglesQ@eE={DdisableSimulationDdataTypeObjectPositionInfoEsideEmptyflagsAttributesFEidutypeClutterCutter_EP1dEpositionjO F@Eangles~<;FEdisableSimulationdEdataTypeObjectPositionInfoEsideEmptyflagsAttributesFidxtypeLand_ZavoraatlOffset,!Fposition{ FAvEangles$<-@F!FdataTypeObjectPositionInfoFsideEmptyflagsAttributesFidptypeFlagCarrierCDFatlOffsetX˻Fposition= F9AeEanglesr:@FFdataTypeObjectPositionInfomGsideEmptyflagsAttributesGidqtypeFlagCarrierCDFEnsign_EP1atlOffsetGpositionq FA:EEanglesp@GG dataTypeObjectPositionInfoIHsideEmptyflagsAttributesHid8typeCUP_B_nM1025_M2_NATOatlOffsethFCustomAttributesHWposition0FBBEangles@7@@Hinit [this, ["faction", "GMX_CDF_MC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;texturesNATOAridHAttribute0InAttributesWpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueIWdataIWsingleTypeARRAYvalueIWitemsItem0 JItem1JWdata0JJsingleTypeARRAYvalueTJJitemsItem0|JItem1JJdataJJsingleTypeSTRINGvalueNATOAridJdataJJsingleTypeSCALARvalue?JdataJWsingleTypeARRAYvalue!KW-items,Item09MItem1MItem2MItem3NItem4:NItem5NItem6NItem7OItem89OItem9|OItem10OItem11OItem12,PItem13nPItem14PItem15PItem16$QItem17eQItem18QItem19QItem20RItem21]RItem22RItem23RItem24SItem25XSItem26SItem27SItem28 TItem29QTItem30TItem31TItem32TItem339UItem34oUItem35UItem36UItem370VItem38fVItem39VItem40VItem41'WItem42]WItem43WWdataIMMsingleTypeSTRINGvaluehide_front_left_antennaMdataMMsingleTypeSCALARvalue?MdataMNsingleTypeSTRINGvaluehide_front_right_antennaNdataN:NsingleTypeSCALARvalue:NdataJNNsingleTypeSTRINGvaluehide_rear_left_antennaNdataNNsingleTypeSCALARvalue?NdataNOsingleTypeSTRINGvaluehide_rear_right_antennaOdataO9OsingleTypeSCALARvalue?9OdataIO|OsingleTypeSTRINGvaluehide_left_mirror|OdataOOsingleTypeSCALARvalueOdataOOsingleTypeSTRINGvaluehide_right_mirrorOdataP,PsingleTypeSCALARvalue,PdataqsingleTypeSTRINGvaluehide_left_mirrorqdatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluehide_right_mirrordata!singleTypeSCALARvalue!data1csingleTypeSTRINGvaluehide_brushguardcdatassingleTypeSCALARvalue?datasingleTypeSTRINGvaluehide_blue_force_trackerdatasingleTypeSCALARvalue?data)ZsingleTypeSTRINGvaluehide_jerrycansZdatajsingleTypeSCALARvaluedataәsingleTypeSTRINGvaluehide_spare_wheelәdata singleTypeSCALARvalue dataRsingleTypeSTRINGvaluehide_spare_wheel_mountRdatabsingleTypeSCALARvaluedataϚsingleTypeSTRINGvaluehide_door_front_leftϚdataߚsingleTypeSCALARvaluedataMsingleTypeSTRINGvaluehide_door_front_rightMdata]singleTypeSCALARvaluedatasingleTypeSTRINGvaluehide_cipdataΛsingleTypeSCALARvalue?data<singleTypeSTRINGvaluehide_rear_view_camera<dataLrsingleTypeSCALARvalue?rdatasingleTypeSTRINGvaluehide_radio_smalldataŜsingleTypeSCALARvaluedata.singleTypeSTRINGvaluehide_radio_large.data>dsingleTypeSCALARvalue?ddatatsingleTypeSTRINGvaluehide_old_front_bumperdatasingleTypeSCALARvalue?data)singleTypeSTRINGvaluehide_old_rear_bumper)data9_singleTypeSCALARvalue?_dataosingleTypeSTRINGvaluehide_rear_tarpdata֞singleTypeSCALARvalue֞datasingleTypeSTRINGvaluehide_rear_tarp_holderdata.TsingleTypeSCALARvalueTdatadsingleTypeSTRINGvaluehide_middle_tarpdata͟singleTypeSCALARvalue͟dataݟsingleTypeSTRINGvaluehide_middle_walldata FsingleTypeSCALARvalueFdataVsingleTypeSTRINGvaluehide_front_roofdatasingleTypeSCALARvaluedataΠsingleTypeSTRINGvaluehide_bench_rotatedata8singleTypeSCALARvalue?8dataH~singleTypeSTRINGvalueunhide_Deployment_1~datasingleTypeSCALARvaluedataġsingleTypeSTRINGvalueunhide_Deployment_2data 0singleTypeSCALARvalue0dataTypeObjectPositionInfoâsideEmptyflagsAttributesid7typeCUP_B_M113A3_HQ_olive_USACustomAttributesΪpositione FAEangles@skill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_MC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;nameapctexturesOliveDrabAttribute0Attribute1Attribute2Attribute3nAttributesΪpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValuedatasingleTypeARRAYvalueʤitemsItem0Item1datasingleTypeARRAYvalue&itemsItem0NItem1data^singleTypeSTRINGvalueOliveDrabdatasingleTypeSCALARvalue?dataХsingleTypeARRAYvalueitemsItem0HItem1Item2Item3Item4=Item5dataXsingleTypeSTRINGvaluehide_CIP_panelsdatasingleTypeSCALARvalue?dataЦsingleTypeSTRINGvaluehide_Platoon_Markersdata=singleTypeSCALARvalue?=dataMsingleTypeSTRINGvaluehide_DeploymentdatasingleTypeSCALARvalue?propertyCUP_M113_VehicleNumberexpression_this setVariable ['CUP_M113_VehicleNumber', _value, true]; _this call CUP_fnc_M113Decals;ValuePdata`singleTypeSCALARvaluepropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["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]propertyCUP_M113_ArmyChevronexpression_this setVariable ['CUP_M113_ArmyChevron', _value, true]; _this call CUP_fnc_M113Decals;ValueΪdataΪsingleTypeSCALARvalueΪdataTypeObjectPositionInfo^sideEmptyflagsAttributesid3typeCUP_B_M2Bradley_NATO_TCustomAttributes"position FAZWEanglesp$@skill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_MC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;nameifv_1Attribute0FnAttributes"propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value"data"singleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG7V","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_545x39_AK_M","CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M","CUP_1Rnd_HE_GP25_M","CUP_PG7V_M","CUP_HandGrenade_RGD5","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[8]]],false]" dataTypeObjectPositionInfo®sideEmptyflagsAttributesid4typeCUP_B_M2Bradley_NATO_TatlOffsetCustomAttributesposition- FA;xEanglesp$@skill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_MC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;nameifv_2Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG7V","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_545x39_AK_M","CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M","CUP_1Rnd_HE_GP25_M","CUP_PG7V_M","CUP_HandGrenade_RGD5","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[8]]],false] dataTypeObjectPositionInfo&sideEmptyflagsAttributes^id5typeCUP_B_M2Bradley_NATO_TatlOffsetأCustomAttributespositionV!FAəEanglesp$@^skill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_MC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;nameifv_3Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuehdataxsingleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG7V","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_545x39_AK_M","CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M","CUP_1Rnd_HE_GP25_M","CUP_PG7V_M","CUP_HandGrenade_RGD5","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[8]]],false]dataTypeObjectPositionInfozsideEmptyflagsAttributesid6typeCUP_B_M2Bradley_NATO_TCustomAttributes:>position&!FAdEanglesp$@skill?lockUNLOCKEDinit [this, ["faction", "GMX_CDF_MC"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;nameifv_4:Attribute0bnAttributes>propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value>data̶>singleTypeSTRINGvalue[[[["CUP_arifle_AK74","CUP_launch_RPG7V","FirstAidKit","Medikit"],[4,2,20,2]],[["CUP_30Rnd_545x39_AK_M","CUP_45Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M","CUP_1Rnd_HE_GP25_M","CUP_PG7V_M","CUP_HandGrenade_RGD5","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[8]]],false]>dataTypeLayernameKamyshovoEntitiesid}atlOffset0_hitemsItem0Item1bItem2 _hdataTypeLayernameAdmiralEntities idatlOffsettbitemsItem0@Item1:Item2bdataTypeLayernameCQCEntitiesidatlOffset : itemsItem0Item1Item2}Item36Item4Item5>Item6Item7k:dataTypeTriggerpositionconditioncall{true;}sizeAAsizeBTaAisRectangledataTypeTriggerpositionHJ>F@6^EangleB;CAttributes5idrtypeEmptyDetectoratlOffset^:}conditioncall{true;}sizeA AsizeB AisRectangle}dataTypeTriggerposition9Fa@WEAttributesidptypeEmptyDetectoratlOffset696conditioncall{true;}sizeA AsizeB AisRectangle6dataTypeLogicPositionInfoidotypeAdmiral_CqcZoneatlOffsetn<CustomAttributesݼpositionž;F!@hWEanglesH@@@ݼ Attribute0Attribute16Attribute2Attribute3Attribute4HAttribute5Attribute6Attribute7TAttribute8 nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value6data6singleTypeSTRINGvalue6propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuedataƾsingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueddatatsingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueHdata"HsingleTypeSCALARvalueBHpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuendata~singleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueTdata.TsingleTypeSCALARvalue@TpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value data singleTypeSTRINGvalue propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLogicPositionInfo5idstypeAdmiral_CqcZoneatlOffsetXACustomAttributesU>position;F=sLEU Attribute0Attribute1Attribute2dAttribute3Attribute4Attribute5nAttribute6Attribute7Attribute8nAttributes >propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value{datasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value.ddata>dsingleTypeSCALARvaluedpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value8ndataHnsingleTypeSCALARvalueBnpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueRdatabsingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value >data>singleTypeSTRINGvalue>dataTypeTriggerpositionl 3Fq@REanglef~@AttributesidttypeEmptyDetectorconditioncall{true;}sizeAAsizeBTaAisRectangledataTypeLogicPositionInfobidtypeAdmiral_CqcZoneatlOffsetDCustomAttributeskpositionNF@dzE Attribute0*Attribute1Attribute2Attribute3?Attribute4Attribute5Attribute6GAttribute7Attribute8nAttributes kpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value[dataksingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value ?data?singleTypeSCALARvalue?propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueedatausingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueGdata#GsingleTypeBOOLvalueGpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value8kdataHksingleTypeSTRINGvaluekdataTypeTriggerposition+NFmN@GIzEangle@AttributesidtypeEmptyDetector:conditioncall{triggeractivated tgr_kamyshovo;}sizeA AsizeB AisRectangle:dataTypeLayernamePatrolEntitiesidatlOffsetjO? items Item0Item1Item2cItem3#Item4Item5nItem6AItem7Item8dataTypeTriggerposition8FTK@XEanglerk?AttributesidktypeEmptyDetectorAreaR50atlOffset,/<conditioncall{true;}isRectangledataTypeTriggerposition"FOE Attribute0mAttribute1!Attribute2Attribute3Attribute44Attribute5Attribute6Attribute7wAttribute8BAttribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value!data!singleTypeSTRINGvalue!propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueMdata]singleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value4data4singleTypeSCALARvalueB4propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuetdatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueAwdataQwsingleTypeSCALARvaluewpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value BdataBsingleTypeSCALARvalue@BpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerposition02F:@:idjtypeEmptyDetectorAreaR50atlOffset%nconditioncall{true;}isRectanglendataTypeTriggerpositionLFM@DsEangle@AttributesidtypeEmptyDetectoratlOffset8,Aconditioncall{triggeractivated tgr_kamyshovo;}sizeB+BisRectangleAdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffset,ACustomAttributespositionOF,PjE Attribute0Attribute1?Attribute2Attribute3Attribute4RAttribute5Attribute6Attribute7Attribute8`Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value ?data?singleTypeSTRINGvalue?propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valuekdata{singleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueRdata,RsingleTypeSCALARvalueBRpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value_dataosingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value*`data:`singleTypeSCALARvalue@`propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerposition)QF?Aǵ~EAttributesQidtypeEmptyDetectorAreaR250atlOffset>sizeACsizeBCisRectangledataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffset@CustomAttributespositionvRFkmE Attribute0Attribute1Attribute20Attribute3Attribute4Attribute5AAttribute6Attribute7Attribute8Attribute9\nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueLdata\singleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value0data 0singleTypeSCALARvalue0propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value\datalsingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value AdataAsingleTypeBOOLvalueApropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuejdatazsingleTypeSCALARvalue@@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value)\data9\singleTypeSTRINGvalue\propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLayernameCounterEntitieseidatlOffsetT,@b!items Item0Item1Item2EItem3Item4#Item5UItem6Item7Item8Item9YItem10v Item11Item12?Item13Item14Item15C Item16!Item17#Item18G%Item19&Item20&Item21'Item22k(Item231)Item24)Item25*Item266Item27'CItem28DOItem29a[Item30_Item31`bdataTypeGroupsideCivilianEntitiesKAttributesid}atlOffset"fitemsItem0sItem1dataTypeObjectPositionInfosideCivilianflagsAttributesid~typeC_Bob_VRatlOffset"fposition7EF@@YdEdataTypeWaypointposition;F U@8YEEffectsshowWPNEVERidtypeMoveatlOffset dataTypeGroupsideCivilianEntitiesAttributes?idatlOffsetyݽEitemsItem0Item1?dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetyݽposition :FAgpEdataTypeWaypointpositionh\7FӸ@LVEEffects9showWPNEVERidtypeMoveatlOffset9conditioncall{triggeractivated tgr_kamyshovo;}sizeApAsizeBpAdataTypeTriggerpositionp:FcB"uEAttributesHidxtypeEmptyDetectoratlOffset7conditioncall{triggeractivated tgr_kamyshovo;}sizeApAsizeBpAdataTypeTriggerpositionM:FxֽA9^qEAttributes idwtypeEmptyDetectoratlOffsetYconditioncall{triggeractivated tgr_kamyshovo;}sizeApAsizeBpAYdataTypeLogicPositionInfoid|typeAdmiral_OndemandCampZoneatlOffsetp?CustomAttributesv position;FAqEAttribute0Attribute1Attribute2fAttribute3Attribute4Attribute5Attribute6HAttribute7Attribute8Attribute9 Attribute10e Attribute11* Attribute12 Attribute13 nAttributesv propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value|datasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value0fdata@fsingleTypeSCALARvaluefpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value]datamsingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueHdata$HsingleTypeBOOLvalueHpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valueh  datax  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value/ e data? e singleTypeSCALARvalue?e propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value * data * singleTypeSCALARvalue* propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value  data  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value~  data  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueC v dataS v singleTypeSTRINGvaluev dataTypeLogicPositionInfo id{typeAdmiral_OndemandCampZoneatlOffset>CustomAttributesposition:FI!B+uEAttribute0 Attribute1Attribute2Attribute3:Attribute4Attribute5Attribute6eAttribute74Attribute8Attribute9Attribute10Attribute11GAttribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueMdata]singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value:data:singleTypeSCALARvalueB:propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuezdatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value1edataAesingleTypeBOOLvalueepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value4data4singleTypeSCALARvalue4propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueLdata\singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueGdata!GsingleTypeSCALARvalue@GpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value`datapsingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributes9idatlOffset>?itemsItem0Item19dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset>positionDFӪBl<~EdataTypeWaypointpositionFDF@zaEEffects3showWPNEVERidtypeMoveatlOffset@s 99?dataTypeGroupsideCivilianEntitiesAttributesidatlOffsetitemsItem0Item1jdataTypeObjectPositionInfoDsideCivilianflagsAttributesdidtypeC_Bob_VRatlOffsetjpositionlNF٩@6{EdjdataTypeWaypointpositionDF@vaEEffectsshowWPNEVERidtypeMoveatlOffset`0 dataTypeGroupsideCivilianEntitiesIAttributesidatlOffset0itemsItem0qItem1dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset0positionЕLFHA|EdataTypeWaypointpositionDF@vaEEffectsshowWPNEVERidtypeMoveatlOffset`0 dataTypeGroupsideCivilianEntitiesAttributes= idatlOffsetd&conditioncall{triggeractivated tgr_kamyshovo_medical;}sizeApAsizeBpA&dataTypeTriggerpositionRF[@0EAttributes&idtypeEmptyDetectoratlOffsetp:&conditioncall{triggeractivated tgr_kamyshovo_medical;}sizeApAsizeBpA&dataTypeTriggerpositionNFDɭ@{EAttributesJ'idtypeEmptyDetectoratlOffsetj<'conditioncall{triggeractivated tgr_kamyshovo_medical;}sizeApAsizeBpA'dataTypeTriggerpositionPLFA(f}EAttributes(idtypeEmptyDetectoratlOffsetg׿k(conditioncall{triggeractivated tgr_kamyshovo_medical;}sizeApAsizeBpAk(dataTypeTriggerpositionQF8@EAttributes(idtypeEmptyDetectoratlOffset(;1)conditioncall{triggeractivated tgr_kamyshovo_arty;}sizeApAsizeBpA1)dataTypeTriggerposition$UFA`{EAttributes)idtypeEmptyDetectoratlOffset`)conditioncall{triggeractivated tgr_kamyshovo_arty;}sizeApAsizeBpA)dataTypeTriggerposition:1SF+@rEAttributesh*idtypeEmptyDetectoratlOffset{*conditioncall{triggeractivated tgr_kamyshovo_arty;}sizeApAsizeBpA*dataTypeLogicPositionInfo5+idtypeAdmiral_OndemandCampZoneatlOffset@6CustomAttributesm+6position#TF8n@cEangles=|@m+Attribute0i,Attribute1+-Attribute2-Attribute3.Attribute4P/Attribute50Attribute60Attribute71Attribute8M2Attribute93Attribute103Attribute114Attribute12g5Attribute1306nAttributes6propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value,+-data-+-singleTypeSTRINGvalue+-propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value--data--singleTypeSCALARvalue-propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valuec..datas..singleTypeSCALARvalueB.propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value/P/data*/P/singleTypeSCALARvalueBP/propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value/0data/0singleTypeSCALARvalue A0propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value00data00singleTypeBOOLvalue0propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value]11datam11singleTypeSCALARvalue1propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value2M2data*2M2singleTypeSTRINGvalueM2propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value23data23singleTypeSCALARvalue@3propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value33data33singleTypeSCALARvalue3propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuep44data44singleTypeSCALARvalue@4propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value15g5dataA5g5singleTypeSCALARvalueg5propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value506data 606singleTypeSCALARvalue06propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value66data66singleTypeSTRINGvalue6dataTypeLogicPositionInfoj7idtypeAdmiral_OndemandCampZoneatlOffset{=CustomAttributes7'CpositionIQFq`@Eangles@Σ<7Attribute08Attribute1`9Attribute2:Attribute3:Attribute4;Attribute5D<Attribute6<Attribute7=Attribute8>Attribute9O?Attribute10@Attribute11@Attribute12AAttribute13eBnAttributes'CpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value-9`9data=9`9singleTypeSTRINGvalue`9propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value9:data9:singleTypeSCALARvalue:propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value::data::singleTypeSCALARvalueB:propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueO;;data_;;singleTypeSCALARvalueB;propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value<D<data<D<singleTypeSCALARvalue AD<propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value<<data<<singleTypeBOOLvalue<propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value==data==singleTypeSCALARvalue=propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueO>>data_>>singleTypeSTRINGvalue>propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value?O?data)?O?singleTypeSCALARvalueO?propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value?@data?@singleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value@@data@@singleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuefAAdatavAAsingleTypeSCALARvalue?ApropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value/BeBdata?BeBsingleTypeSCALARvalue?eBpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueB'CdataC'CsingleTypeSTRINGvalue'CdataTypeLogicPositionInfoCidtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributesCDOposition#SFs@FECAttribute0DAttribute1}EAttribute24FAttribute3FAttribute4GAttribute5aHAttribute6IAttribute7IAttribute8JAttribute9lKAttribute103LAttribute11LAttribute12MAttribute13NnAttributesDOpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueJE}EdataZE}EsingleTypeSTRINGvalue}EpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueE4FdataF4FsingleTypeSCALARvalue4FpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueFFdataFFsingleTypeSCALARvalueBFpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuelGGdata|GGsingleTypeSCALARvalueBGpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value+HaHdata;HaHsingleTypeSCALARvalue AaHpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueHIdataHIsingleTypeBOOLvalueIpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueIIdataIIsingleTypeSCALARvalueIpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuelJJdata|JJsingleTypeSTRINGvalueJpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value6KlKdataFKlKsingleTypeSCALARvaluelKpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueK3Ldata L3LsingleTypeSCALARvalue3LpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueLLdataLLsingleTypeSCALARvalueLpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueMMdataMMsingleTypeSCALARvalue?MpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueLNNdata\NNsingleTypeSCALARvalue?NpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueODOdata!ODOsingleTypeSTRINGvalueDOdataTypeLogicPositionInfoOidtypeAdmiral_OndemandCampZoneatlOffsetsCustomAttributesOa[positionHFyC|EOAttribute0PAttribute1QAttribute2QRAttribute3SAttribute4SAttribute5~TAttribute63UAttribute7VAttribute8VAttribute9WAttribute10PXAttribute11YAttribute12YAttribute13ZnAttributesa[propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuegQQdatawQQsingleTypeSTRINGvalueQpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueRQRdata+RQRsingleTypeSCALARvalueQRpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueRSdataRSsingleTypeSCALARvalueBSpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueSSdataSSsingleTypeSCALARvalueBSpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueHT~TdataXT~TsingleTypeSCALARvalue A~TpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueT3UdataU3UsingleTypeBOOLvalue3UpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueUVdataUVsingleTypeSCALARvalueVpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueVVdataVVsingleTypeSTRINGvalueVpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueSWWdatacWWsingleTypeSCALARvalue?WpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueXPXdata*XPXsingleTypeSCALARvaluePXpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueXYdataXYsingleTypeSCALARvalue?YpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueYYdataYYsingleTypeSCALARvalueYpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueiZZdatayZZsingleTypeSCALARvalueZpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value.[a[data>[a[singleTypeSTRINGvaluea[dataTypeLogicPositionInfo[id-typeARK_Rotor_ParadropatlOffset GCustomAttributes[_positionP`EFa@ F[Attribute0[\Attribute1]Attribute2]Attribute3^Attribute4B_nAttributes_propertyARK_Rotor_Paradrop_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value\]data\]singleTypeSTRINGvalueDefault]propertyARK_Rotor_Paradrop_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value]]data]]singleTypeSTRINGvalueark_rotor_fnc_paradrop]propertyARK_Rotor_Paradrop_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValueW^^datag^^singleTypeSCALARvalueHC^propertyARK_Rotor_Paradrop_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value _B_data_B_singleTypeSCALARvalueBB_propertyARK_Rotor_Paradrop_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value__data__singleTypeSTRINGvalueLIMITED_dataTypeTriggerpositiontDFҕ@! FAttributesg`id*typeEmptyDetectorAreaR50atlOffset`conditioncall{triggeractivated tgr_kamyshovo_arty;}`dataTypeGroupsideCivilianEntitiesaAttributesbid+atlOffset bitemsItem05aItem1aItem2VbbdataTypeObjectPositionInfoasideCivilianflagsAttributesaid,typeC_Jeff_VRatlOffset apositionDFb@ f FaadataTypeWaypointpositioniPFv)@ЀEEffectsPbshowWPNEVERid.typeMoveatlOffset੻VbVbdataTypeWaypointposition -ClBCEffectsbshowWPNEVERid/typeMoveatlOffset7+LBbbbdataTypeLayernameSentry AIEntities&cidatlOffset ? 2items1Item0zeItem1fItem2IhItem3iItem4jItem5flItem6mItem7oItem8}pItem9qItem10ZsItem11tItem128vItem13wItem14xItem15&zItem16{Item17|Item18W~Item19Item20.Item21Item22Item23jItem24φItem259Item26Item27Item28<Item29Item30ӎItem31%Item32Item33ܒItem34EItem35Item36Item37Item38Item39Item40GItem41Item42Item43|Item44Item45KItem46Item473Item48B dataTypeGroupsideEastEntitieseAttributesfidatlOffsetXwitemsItem0vwdataTypeObjectPositionInfoFwsideEastflagsAttributes~wid^typegmx_chdkz_army_antitank_akm_rpg7_mixatlOffsetmh>wpositionuCF7O@!HbEanglesV@~wwdynamicSimulationwdataTypeGroupsideEastEntitieswAttributesxid_xitemsItem0 xxdataTypeObjectPositionInfoxsideEastflagsAttributesxid`typegmx_chdkz_army_medic_akm_mixxposition͢DF @IbEanglesro@xxdynamicSimulationxdataTypeGroupsideEastEntities.yAttributeszida&zitemsItem0KyzdataTypeObjectPositionInfoysideEastflagsAttributeszidbtypegmx_chdkz_army_medic_akm_mixzposition2DF @ybEangles]@zzdynamicSimulation&zdataTypeGroupsideEastEntitieszAttributesm{idcatlOffsetz{itemsItem0zm{dataTypeObjectPositionInfo/{sideEastflagsAttributesg{iddtypegmx_chdkz_army_radioman_akm_mixatlOffsetzm{positionDF @~aEanglesK߉@g{m{dynamicSimulation{dataTypeGroupsideEastEntities{Attributes|ideatlOffsetu|itemsItem0||dataTypeObjectPositionInfo|sideEastflagsAttributes|idftypegmx_chdkz_army_pilot_pm63_mixatlOffsetu|positionDF,@aEanglesV j@||dynamicSimulation|dataTypeGroupsideEastEntitiesH}Attributes9~idgatlOffsetW~itemsItem0e}9~dataTypeObjectPositionInfo}sideEastflagsAttributes3~idhtypegmx_chdkz_army_machinegunner_pk_mixatlOffset9~positiondDF @VaEanglesR@3~9~dynamicSimulationW~dataTypeGroupsideEastEntities~AttributesidWatlOffsetqitemsItem0~dataTypeObjectPositionInfohsideEastflagsAttributesidXtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffsetqpositionDF7@`Eangles˹@dynamicSimulationdataTypeGroupsideEastEntitiesAttributesidatlOffset3=.itemsItem0;dataTypeObjectPositionInfoҀsideEastflagsAttributes idtypegmx_chdkz_army_machinegunner_rpk_mixatlOffset3=position):FՔ@[Eanglesf@ dynamicSimulation.dataTypeGroupsideEastEntitiesAttributesuidatlOffset :itemsItem0udataTypeObjectPositionInfo7sideEastflagsAttributesoidtypegmx_chdkz_army_rifleman_akm_mixatlOffset :upositionA:F`@E[Eangles Eg@oudynamicSimulationdataTypeGroupsideEastEntitiesAttributesidatlOffset(7itemsItem0 dataTypeObjectPositionInfosideEastflagsAttributes܃idtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset(7positionw:F @[Eangles|@܃dynamicSimulationdataTypeGroupsideEastEntitiesZAttributesLidatlOffset8jitemsItem0wLdataTypeObjectPositionInfosideEastflagsAttributesFidtypegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset8Lposition":F1@[Eanglesم?FLdynamicSimulationjdataTypeGroupsideEastEntitiesąAttributesid atlOffset9φitemsItem0dataTypeObjectPositionInfossideEastflagsAttributesid typegmx_chdkz_army_radioman_akm_mixatlOffset9positionMFJ@aLxEanglesjo@dynamicSimulationφdataTypeGroupsideEastEntities)Attributesid atlOffset99itemsItem0FdataTypeObjectPositionInfo݇sideEastflagsAttributesid typegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset9positionMFs|@*GwEangles?dynamicSimulation9dataTypeGroupsideEastEntitiesAttributesidatlOffset`Eg>itemsItem0dataTypeObjectPositionInfoJsideEastflagsAttributesidtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset`Eg>positionMF{@wEanglesЎ@dynamicSimulationdataTypeGroupsideEastEntitiesAttributesъiditemsItem0 ъdataTypeObjectPositionInfosideEastflagsAttributesˊid typegmx_chdkz_army_machinegunner_pk_mixъpositionHMFj~@дwEanglesHw@ˊъdynamicSimulationdataTypeGroupsideEastEntitiesIAttributesidatlOffset<itemsItem0fdataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixatlOffsetposition?NFfЫ@hyEdynamicSimulation<dataTypeGroupsideEastEntitiesAttributespidatlOffset<itemsItem0pdataTypeObjectPositionInfoJsideEastflagsAttributesjidtypegmx_chdkz_army_antitank_akm_rpg7_mixatlOffsetzEjpdynamicSimulationdataTypeGroupsideEastEntities؍AttributesidӎitemsItem0dataTypeObjectPositionInfowsideEastflagsAttributesidtypegmx_chdkz_army_rifleman_akm_mixpositionMFr3A*{Eangles<H@dynamicSimulationӎdataTypeGroupsideEastEntities-AttributesidatlOffset%itemsItem0JdataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_machinegunner_rpk_mixatlOffsetposition~NFz@?t{EdynamicSimulation%dataTypeGroupsideEastEntitiesAttributestidatlOffsetP:itemsItem0tdataTypeObjectPositionInfo6sideEastflagsAttributesnidtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffsetP:tpositionܣDFH@cEanglesOW@ntdynamicSimulationdataTypeGroupsideEastEntitiesܑAttributesidܒitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_antitank_akm_rpg7_mixposition;UF$ButEangles=@dynamicSimulationܒdataTypeGroupsideEastEntities6Attributes'idatlOffsetHXAEitemsItem0S'dataTypeObjectPositionInfosideEastflagsAttributes!idtypegmx_chdkz_army_machinegunner_pk_mixatlOffsetHXA'position=UF$BsEangles@!'dynamicSimulationEdataTypeGroupsideEastEntitiesAttributesliditemsItem0ldataTypeObjectPositionInfo.sideEastflagsAttributesfidtypegmx_chdkz_army_marksman_svd_mixlpositionz9UF$BsEangles@fldynamicSimulationdataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffset̊ @itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesږidtypegmx_chdkz_army_rifleman_akm_mixatlOffset~?position,;F@2A{^Eanglesj@85@D;ږLinkIDProvider LinksnextIDitemsItem0;linkIDitem0item1CustomDatavroleturretPathdataTypeGroupsideEastEntitiesAttributesۘCrewLinksiditemsItem0ۘdataTypeObjectPositionInfosideEastflagsAttributes՘idtypegmx_chdkz_army_crew_akm_mixatlOffsetoG@ۘposition9F AeYEangles5.<@-;՘ۘLinkIDProviderLinksnextIDitemsItem06linkIDitem0item1CustomDataqroleturretPathdataTypeGroupsideEastEntitiesAttributes֚CrewLinksܚiditemsItem0 ֚dataTypeObjectPositionInfosideEastflagsAttributesКidtypegmx_chdkz_army_crew_akm_mixatlOffset4 @֚position:FKAs^Eanglesʆ@К֚ܚLinkIDProviderLinksnextIDitemsItem01linkIDitem0item1CustomDatalroleturretPathdataTypeGroupsideEastEntitiesAttributes՜CrewLinksۜiditemsItem0՜dataTypeObjectPositionInfosideEastflagsAttributesϜidtypegmx_chdkz_army_rifleman_akm_mixatlOffsetS?՜position5DFi@8_Eangles@#;Ϝ՜ۜLinkIDProviderLinksnextIDitemsItem00linkIDitem0item1CustomDatakroleturretPathdataTypeObjectPositionInfo sideEastflagsAttributesAidtypegmx_chdkz_dshkm_aatripodGpositionDFd@I_Eangles@#;AGdataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_ot64a_wdrpositions9FAiYEangles5.<@-;dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_spg9_tripodatlOffset̊ @position,;F]2A{^Eanglesj@85@D;dataTypeObjectPositionInfo>sideEastflagsAttributesvidtypegmx_chdkz_uaz469_dshkm_wdr|position:F FA^Eanglesʆ@v|dataTypeGroupsideEastEntitiesAttributesΡCrewLinksԡidatlOffsetitemsItem0ΡdataTypeObjectPositionInfosideEastflagsAttributesȡidtypegmx_chdkz_army_crew_akm_mixatlOffset?ΡpositionMF]@vEangles!@8z@#;ȡΡԡLinkIDProviderLinks nextID itemsItem0)linkIDitem0item1CustomDatadroleturretPathdataTypeObjectPositionInfo sideEastflagsAttributesEidtypegmx_chdkz_pt76b_wdratlOffsetKpositionjMF8@OvEangles!@8z@#;EKdataTypeGroupsideEastEntitiesAttributesXCrewLinks^iditemsItem0̣Item1XdataTypeObjectPositionInfoNsideEastAttributesidtypegmx_chdkz_army_crew_akm_mixatlOffset`j?positionaTFEAwsEangles@@=dataTypeObjectPositionInfosideEastflagsAttributesRidtypegmx_chdkz_army_crew_akm_mixatlOffset`j?XpositionaTFEAwsEangles@@=RX^LinkIDProviderLinksnextIDitemsItem0Item1linkIDitem0item1CustomDataroleturretPathlinkIDitem0item1CustomDataWroleturretPathdataTypeObjectPositionInfosideEastflagsAttributes-idtypegmx_chdkz_t55ak_wdr3positionTFArtsEangles@@=-3dataTypeGroupsideEastEntitiesAttributesCrewLinksid atlOffsetXBitemsItem0dataTypeObjectPositionInfoKsideEastflagsAttributesid typegmx_chdkz_army_rifleman_akm_mixatlOffsetTx?position)3F*@~AQEangles,@ƌ@!@LinkIDProviderLinksǨBnextIDǨitemsItem0BlinkIDitem0 item1 CustomDataBroleturretPathBdataTypeObjectPositionInfoͩsideEastflagsAttributesid typegmx_chdkz_dshkm_aatripodatlOffsetX position)3F#@@QEangles,@ƌ@!@ dataTypeLayernameSet DressingEntities]idatlOffsete_hitemsItem0^Item1Item2Item3Item4Item5QItem6Item7ӹItem8Item9`Item10Item11ʼItem12Item13vItem14MItem15&Item16 Item17Item18Item19Item20hItem216Item22Item23Item24Item25Item26Item27~Item28WItem290Item30Item31Item32Item33Item34LItem35Item36Item37Item38SItem39*Item40Item41Item42Item43Item44Item45Item46Item47PItem48Item49Item50Item51Item52`Item53BItem54Item55Item56Item57Item58Item59Item60gItem61;Item62+Item63 Item64Item65Item66Item67mItem68DItem69Item70Item71Item72Item73gItem742Item75Item76Item77Item78Item79JItem80Item81Item82Item83jItem842Item85Item86Item87Item88RItem89Item90Item91Item92rItem93:Item94Item95Item96Item97ZItem98"Item99Item100Item101z Item102B Item103 Item104 Item105 Item106b Item107*Item108Item109Item110Item111ZItem112&Item113Item114Item115Item116nItem1176Item118Item119Item120Item121Item122bItem123:Item124Item125Item126Item127Item128bItem129: Item130!Item131!Item132"Item133j#Item1342$Item135 %Item136%Item137&Item138r'Item139J(Item140")Item141)Item142*Item143+Item144r,Item145J-Item146".Item147.Item148/Item1490Item150r1Item151:2Item1523Item1533Item1544Item155Z5Item15626Item157 7Item1587Item1598Item1609Item161^:Item162*;Item163;Item164<Item165=Item166r>Item167J?Item168"@Item169@Item170AItem171BItem172CItem173ZDItem174>EItem175FItem176FItem177GItem178HItem179_IItem180AJItem181#KItem182LItem183LItem184MItem185NItem186aOItem187position!3Fu @#RE̵disableSimulationdataTypeObjectPositionInfoasideEmptyAttributesidtypeSign_MP_ind_EP1atlOffsetL?position3F+A8REangles@disableSimulationdataTypeObjectPositionInfo:sideEmptyflagsAttributesridtypeLand_jezekbetonatlOffsetr<position3F@CREangles}@rdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes3idtypeLand_jezekbetonatlOffsetӹposition3F{@MSEdisableSimulationӹdataTypeObjectPositionInfo^sideEmptyflagsAttributesidtypeLand_fortified_nest_bigatlOffset*<position"3F@REangles?dataTypeObjectPositionInfo"sideEmptyflagsAttributesZidtypeCampfire_burning_FatlOffsetx;`position3F@SEangles @@Z`dataTypeObjectPositionInfoλsideEmptyAttributesidtypeHangedatlOffset@g?positionp3F`2AREdataTypeObjectPositionInfotsideEmptyflagsAttributesidtypeLand_TentA_FatlOffset$;ʼposition3F~@!SEangles @@disableSimulationʼdataTypeObjectPositionInfoJsideEmptyflagsAttributesidtypeLand_TentA_FatlOffset|;position3Fh@REangles/@@B@disableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributesXidtypeLand_TentA_FatlOffset;vposition3F@REangles/@vN@@XdisableSimulationvdataTypeObjectPositionInfosideEmptyflagsAttributes/idtypeAxe_woodblockatlOffseto:MpositionÖ3Ff@positionցSposition position}9F@[EHcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes2idtypeBRDM2_HQ_Gue_unfoldedPpositionz9F@[Eanglese@2disableSimulationPdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeFlagCarrierINSposition9FA[EdataTypeObjectPositionInfossideEmptyflagsAttributesidStypeLand_fort_bagfence_longatlOffset6positionsDF@_Eangles2@f@ڌ;disableSimulationdataTypeObjectPositionInfoVsideEmptyflagsAttributesidPtypeLand_fort_bagfence_corneratlOffset—positionDF@_Eangles2@Y@;disableSimulationdataTypeObjectPositionInfo)sideEmptyflagsAttributesaidNtypeFort_NestatlOffsetpositionDFa@_Eangles5:#?/+;adisableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributesBidRtypeLand_fort_bagfence_longatlOffsetA`positionDF#@:`Eangles2@ ?;BdisableSimulation`dataTypeObjectPositionInfosideEmptyflagsAttributes$idQtypeLand_fort_bagfence_roundatlOffsetBpositionaDF@C`Eangles7@@f<$disableSimulationBdataTypeObjectPositionInfosideEmptyflagsAttributesidAtypeHeliHRescueatlOffsetvpositionDFW@9aEangles-;1r?oE:disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesid7typeGUE_WarfareBUAVterminalpositionRDF)AbEanglesgr?disableSimulationdataTypeObjectPositionInfovsideEmptyflagsAttributesidMtypeLand_ClutterCutter_large_FatlOffset;position CFҿ@bEanglesS:createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfoosideEmptyflagsAttributesid8typeGue_WarfareBBarracksatlOffsetܜ;positionCF.@`bEangles5?disableSimulationdataTypeObjectPositionInfoCsideEmptyflagsAttributes{id6typeGUE_WarfareBFieldhHospitalpositionDFݴ@bEangles$:@{disableSimulationdataTypeObjectPositionInfo'sideEmptyflagsAttributesGidKtypeLand_ClutterCutter_large_FatlOffset=positionчDF3@bEGcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes.idLtypeLand_ClutterCutter_large_FatlOffset=gpositionDF 3@2cE.createAsSimpleObjectdisableSimulationgdataTypeObjectPositionInfosideEmptyflagsAttributesid5typeGUE_WarfareBFieldhHospital;positionDFݴ@99cEangles$:@disableSimulation;dataTypeObjectPositionInfosideEmptyflagsAttributesidBtypeLand_Sink_FatlOffset+positionDF@ CcEangles?createAsSimpleObjectdisableSimulation+dataTypeObjectPositionInfosideEmptyflagsAttributesidEtypeLand_WaterTank_FatlOffset positionDFs@icEangles#;&@#;createAsSimpleObjectdisableSimulation dataTypeObjectPositionInfosideEmptyflagsAttributesid@typeWaterPump_01_forest_FatlOffsett;position6DFN@cEangles#;V>#;createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidJtypeFlag_RedCrystal_FatlOffset5positionDF:!AbEangles?dataTypeObjectPositionInfoXsideEmptyflagsAttributesidItypeFlagCarrierRedCross_EP1positionDFx< AZbEangles?dataTypeObjectPositionInfosideEmptyflagsAttributesOidGtypecwa_StretcheratlOffsetcmposition?DFԚ@aEanglesH-;OdisableSimulationmdataTypeObjectPositionInfosideEmptyflagsAttributes&idHtypecwa_StretcheratlOffset=DpositionDFp@aEanglesH-;&disableSimulationD dataTypeObjectPositionInfosideEmptyflagsAttributesid=typeCUP_O_Mi8_medevac_CHDKZatlOffset1fCustomAttributesXpositionDF@ܺaEanglesH-;?%:lockLOCKEDinitcall{this setvelocity [0,0,1];}XAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["CUP_arifle_AKM","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_762x39_AK47_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]dataTypeObjectPositionInfosideEmptyflagsAttributesidutypeGue_WarfareBBarracksatlOffset`;positionMF@)^wEangles@disableSimulationdataTypeObjectPositionInfo_sideEmptyflagsAttributesidwtypeLand_fort_rampartatlOffset<positionMF-@iwEangles!a@"P?@disableSimulationdataTypeObjectPositionInfo:sideEmptyflagsAttributesridtypeLand_fort_rampartatlOffset=positionquMF:@!7xEangles5@y@i?@rdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesIidxtypeClutterCutteratlOffset92positionMFA@ xEangles*@@disableSimulation2dataTypeObjectPositionInfosideEmptyflagsAttributesidvtypeBRDM2_HQ_Gue_unfoldedatlOffsetԗ;positionMF)@&xEangles@@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeGUE_WarfareBUAVterminalatlOffset^p<positionMF@%wEanglesMK@܂@disableSimulationdataTypeObjectPositionInfodsideEmptyflagsAttributesidtypeCUP_ammobednaXpositionMF@{Eangles5b?disableSimulationdataTypeObjectPositionInfo,sideEmptyflagsAttributesdidtypeCUP_ammobednaXpositionMF@{Eangles5b?ddisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes,idtypeCUP_ammobednaXJposition7MF@ {Eangles5b?,disableSimulationJdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXpositionwMF@zEangles5b?disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXpositionXMF@zEangles5b?disableSimulationdataTypeObjectPositionInfoLsideEmptyflagsAttributesidtypeCUP_ammobednaXpositionBMF@ {Eangles5b?disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesLidtypeCUP_ammobednaXjpositionMF@zEangles5b?LdisableSimulationjdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaX2positionxMF@zEangles5b?disableSimulation2dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXpositionbMF@IzEangles5b?disableSimulationdataTypeObjectPositionInfolsideEmptyflagsAttributesidtypeCUP_ammobednaXpositionMF@ zEangles5b?disableSimulationdataTypeObjectPositionInfo4sideEmptyflagsAttributeslidtypeCUP_ammobednaXpositionġMF@)zEangles5b?ldisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes4idtypeCUP_ammobednaXRpositionMF@pzEangles5b?4disableSimulationRdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXpositionMF@.zEangles5b?disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXpositionMF@LzEangles5b?disableSimulationdataTypeObjectPositionInfoTsideEmptyflagsAttributesidtypeCUP_ammobednaXpositionMF@zEangles5b?disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesTidtypeCUP_ammobednaXrposition]MF@AzEangles5b?TdisableSimulationrdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaX:position>MF@_zEangles5b?disableSimulation:dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXposition(MF@zEangles5b?disableSimulationdataTypeObjectPositionInfotsideEmptyflagsAttributesidtypeCUP_ammobednaXpositionMF@zEangles5b?disableSimulationdataTypeObjectPositionInfo<sideEmptyflagsAttributestidtypeCUP_ammobednaXpositionMF@;zEangles5b?tdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes<idtypeCUP_ammobednaXZpositioniMF@zEangles5b?<disableSimulationZdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaX"positionMF@mJzEangles5b?disableSimulation"dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXpositionMF@PzEangles5b?disableSimulationdataTypeObjectPositionInfo\sideEmptyflagsAttributesidtypeCUP_ammobednaXpositionvMF@VzEangles5b?disableSimulationdataTypeObjectPositionInfo$ sideEmptyflagsAttributes\ idtypeCUP_ammobednaXz positionĊMF@o6zEangles5b?\ disableSimulationz dataTypeObjectPositionInfo sideEmptyflagsAttributes$ idtypeCUP_ammobednaXB positionMF@positionسMFA{Eangles5b?disableSimulationdataTypeObjectPositionInfolsideEmptyAttributesidtypeCUP_ammobednaXatlOffsetI>positionMFA{Eangles5b?disableSimulationdataTypeObjectPositionInfo8sideEmptyAttributespidtypeCUP_ammobednaXatlOffset@>position7MFFAzEangles5b?pdisableSimulationdataTypeObjectPositionInfosideEmptyAttributes<idtypeCUP_ammobednaXatlOffset>ZpositionMFJA{Eangles5b?<disableSimulationZdataTypeObjectPositionInfosideEmptyAttributesidtypeCUP_ammobednaXatlOffset@g>&positionMFA{Eangles5b?disableSimulation&dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXatlOffsetC:positionWMFAzEangles5b?disableSimulationdataTypeObjectPositionInfotsideEmptyAttributesidtypeCUP_ammobednaXatlOffset>position8MFAzEangles5b?disableSimulationdataTypeObjectPositionInfo@sideEmptyAttributesxidtypeCUP_ammobednaXatlOffset3>position"MF AUzEangles5b?xdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesPidtypeCUP_ammobednaXatlOffset`:npositionMFAzEangles5b?PdisableSimulationndataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaX6positionMFA5zEangles5b?disableSimulation6dataTypeObjectPositionInfosideEmptyAttributesidtypeCUP_ammobednaXatlOffset`>positionnMFA|zEangles5b?disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXatlOffset;positionךMF+A:zEangles5b?disableSimulationdataTypeObjectPositionInfo\sideEmptyflagsAttributesidtypeCUP_ammobednaXatlOffset;positionMF%AXzEangles5b?disableSimulationdataTypeObjectPositionInfo4sideEmptyflagsAttributeslidtypeCUP_ammobednaXatlOffsetv;positionMF!AzEangles5b?ldisableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributesDidtypeCUP_ammobednaXatlOffsetX;bpositionMFF1AMzEangles5b?DdisableSimulationbdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXatlOffsetx;:positionMFJ+AkzEangles5b?disableSimulation:dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXatlOffsetH;positionMF$AzEangles5b?disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXatlOffsetH;position^MF,A)zEangles5b?disableSimulationdataTypeObjectPositionInfolsideEmptyflagsAttributesidtypeCUP_ammobednaXatlOffseth;position?MF&AGzEangles5b?disableSimulationdataTypeObjectPositionInfoDsideEmptyflagsAttributes|idtypeCUP_ammobednaXatlOffset};position)MFl"AzEangles5b?|disableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributesDidtypeCUP_ammobednaXbpositionMFA{Eangles5b?DdisableSimulationbdataTypeObjectPositionInfosideEmptyflagsAttributes idtypeCUP_ammobednaXatlOffset`:: positionAMFlAzEangles5b? disableSimulation: dataTypeObjectPositionInfo sideEmptyflagsAttributes idtypeCUP_ammobednaXatlOffsetf:!position!MFpA"{Eangles5b? disableSimulation!dataTypeObjectPositionInfo!sideEmptyflagsAttributes!idtypeCUP_ammobednaX!position MFՅAi {Eangles5b?!disableSimulation!dataTypeObjectPositionInfoL"sideEmptyflagsAttributes"idtypeCUP_ammobednaX"position`MFεA@zEangles5b?"disableSimulation"dataTypeObjectPositionInfo#sideEmptyflagsAttributesL#idtypeCUP_ammobednaXj#positionAMFӯA^zEangles5b?L#disableSimulationj#dataTypeObjectPositionInfo#sideEmptyflagsAttributes$idtypeCUP_ammobednaX2$position+MF7AzEangles5b?$disableSimulation2$dataTypeObjectPositionInfo$sideEmptyflagsAttributes$idtypeCUP_ammobednaXatlOffset5 %positionMFAgzEangles5b?$disableSimulation %dataTypeObjectPositionInfo|%sideEmptyflagsAttributes%idtypeCUP_ammobednaX%positionMF²AzEangles5b?%disableSimulation%dataTypeObjectPositionInfoD&sideEmptyflagsAttributes|&idtypeCUP_ammobednaX&positionwMF&AzEangles5b?|&disableSimulation&dataTypeObjectPositionInfo'sideEmptyflagsAttributesT'idtypeCUP_ammobednaXatlOffset5r'positionMFAzEangles5b?T'disableSimulationr'dataTypeObjectPositionInfo'sideEmptyflagsAttributes,(idtypeCUP_ammobednaXatlOffsetf:J(positionMFAzEangles5b?,(disableSimulationJ(dataTypeObjectPositionInfo(sideEmptyflagsAttributes)idtypeCUP_ammobednaXatlOffsetP;")positionMF"AzEangles5b?)disableSimulation")dataTypeObjectPositionInfo)sideEmptyflagsAttributes)idtypeCUP_ammobednaXatlOffset`:)position&MFlAzEangles5b?)disableSimulation)dataTypeObjectPositionInfo|*sideEmptyflagsAttributes*idtypeCUP_ammobednaXatlOffset@g:*positionMFAzEangles5b?*disableSimulation*dataTypeObjectPositionInfoT+sideEmptyflagsAttributes+idtypeCUP_ammobednaXatlOffset5+positionMF AzEangles5b?+disableSimulation+dataTypeObjectPositionInfo,sideEmptyflagsAttributesT,idtypeCUP_ammobednaXr,positiongMF+AyzEangles5b?T,disableSimulationr,dataTypeObjectPositionInfo,sideEmptyflagsAttributes,-idtypeCUP_ammobednaXatlOffset5J-positionHMF0AzEangles5b?,-disableSimulationJ-dataTypeObjectPositionInfo-sideEmptyflagsAttributes.idtypeCUP_ammobednaXatlOffset5".position2MFAެzEangles5b?.disableSimulation".dataTypeObjectPositionInfo.sideEmptyflagsAttributes.idtypeCUP_ammobednaXatlOffset :.positionMF@8position4NF@ZWyEangles DN?8disableSimulation8dataTypeObjectPositionInfo09sideEmptyflagsAttributesh9idtypeCUP_ammobednaXatlOffset<9position5NFb@ ^yEangles5V@ DN?M@h9disableSimulation9dataTypeObjectPositionInfo:sideEmptyflagsAttributes@:idtypeCUP_ammobednaXatlOffset,-<^:position7NF煬@dyEangles@ DN?M@@:disableSimulation^:dataTypeObjectPositionInfo:sideEmptyAttributes ;idtypeCUP_ammobednaXatlOffsetP1>*;position6NFڹ@ayEangles DN? ;disableSimulation*;dataTypeObjectPositionInfo;sideEmptyAttributes;idtypeCUP_ammobednaXatlOffset>;position8NF0Թ@hyEangles DN?;disableSimulation;dataTypeObjectPositionInfol<sideEmptyAttributes<idtypeCUP_ammobednaXatlOffseta><positionu:NFM@koyEangles DN?<disableSimulation<dataTypeObjectPositionInfoD=sideEmptyflagsAttributes|=idtypeCUP_ammobednaXatlOffset=positionnNFʵ@{Eangleš@6?@|=disableSimulation=dataTypeObjectPositionInfo>sideEmptyflagsAttributesT>idtypeCUP_ammobednaXatlOffsetr>positionNFW@{Eangleš@6?@T>disableSimulationr>dataTypeObjectPositionInfo>sideEmptyflagsAttributes,?idtypeCUP_ammobednaXatlOffsetJ?positionʏNF @G{Eangleš@6?@,?disableSimulationJ?dataTypeObjectPositionInfo?sideEmptyflagsAttributes@idtypeCUP_ammobednaXatlOffset"@position҉NFf@{Eangles@6?@@disableSimulation"@dataTypeObjectPositionInfo@sideEmptyflagsAttributes@idtypeCUP_ammobednaXatlOffset@positionNF@<{Eangles@6?@@disableSimulation@dataTypeObjectPositionInfo|AsideEmptyflagsAttributesAidtypeCUP_ammobednaXatlOffsetAposition/NFÚ@{Eangles@6?@AdisableSimulationAdataTypeObjectPositionInfoTBsideEmptyflagsAttributesBidtypeCUP_ammobednaXatlOffset`7BpositionNF@*{Eangles@6?@BdisableSimulationBdataTypeObjectPositionInfo,CsideEmptyflagsAttributesdCidtypeCUP_ammobednaXatlOffset`:CpositionNF@{Eangles@6?@dCdisableSimulationCdataTypeObjectPositionInfoDsideEmptyflagsAttributesEpositionuMF-A; yEanglesσ@ EdisableSimulation>EdataTypeObjectPositionInfoEsideEmptyflagsAttributesFidtypeLand_fortified_nest_bigatlOffset<FpositionNF_@PzEangles@y\?:;FdisableSimulationFdataTypeObjectPositionInfoFsideEmptyAttributesFidtypeLand_CamoNetVar_EASTatlOffset>Fposition,MF'@vEanglesA@FdisableSimulationFdataTypeObjectPositionInfoiGsideEmptyflagsAttributesGidtypeLand_CamoNetVar_EASTGpositionMF AzEangles @GdisableSimulationGdataTypeObjectPositionInfo9HsideEmptyAttributesqHidtypeLand_CamoNetB_EASTatlOffset@>HpositionMF1A{EanglesIX?qHdisableSimulationHdataTypeObjectPositionInfo IsideEmptyAttributesAIidtypeLand_CamoNetB_EASTatlOffset?_IpositionEMFS AvzEanglesv}@AIdisableSimulation_IdataTypeObjectPositionInfoIsideEmptyflagsAttributes#JidtypeLand_fort_artillery_nestatlOffsetlAttribute1lAttribute2mAttribute3SnAttribute4oAttribute5oAttribute6[pAttribute7 qAttribute8qnAttributes rpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuelldatallsingleTypeSTRINGvaluelpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueommdatammsingleTypeSCALARvaluempropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuenSndata-nSnsingleTypeSCALARvalueSnpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuenodatanosingleTypeSCALARvalueBopropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueyoodataoosingleTypeSCALARvalueBopropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value'p[pdata7p[psingleTypeBOOLvalue[ppropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuep qdatap qsingleTypeSCALARvalue@ qpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueqqdataqqsingleTypeSTRINGvalueqpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueLrrdata\rrsingleTypeSTRINGvaluerdataTypeTriggerposition!QFu@EAttributesridtypeEmptyDetectoratlOffset@-asconditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeA AsizeB AisRectangleasdataTypeTriggerpositionz=QFZ@fIEAttributessidtypeEmptyDetectoratlOffset@Ku>Ctconditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeA AsizeB mAisRectangleCtdataTypeTriggerpositionWQFPn@Eangle%@AttributestidtypeEmptyDetector!uconditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeA]mZAsizeBOAisRectangle!udataTypeTriggerpositionj=QFy@ EAttributesuidtypeEmptyDetectoratlOffsetx;vconditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeA AsizeB AisRectanglevdataTypeLogicPositionInforvidtypeAdmiral_CqcZoneatlOffsetCustomAttributesv{}positionKePF@bEv Attribute0:wAttribute1wAttribute2xAttribute3OyAttribute4yAttribute5zAttribute6W{Attribute7 |Attribute8|nAttributes {}propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuewwdatawwsingleTypeSTRINGvaluewpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Valuekxxdata{xxsingleTypeSCALARvaluexpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueyOydata)yOysingleTypeSCALARvalueOypropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueyydatayysingleTypeSCALARvalueBypropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueuzzdatazzsingleTypeSCALARvalueBzpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value#{W{data3{W{singleTypeBOOLvalueW{propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value{ |data{ |singleTypeSCALARvalue@ |propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value||data||singleTypeSTRINGvalue|propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueH}{}dataX}{}singleTypeSTRINGvalue{}dataTypeTriggerpositioncNF\@3Eangle@Attributes}idtypeEmptyDetectorAreaR50atlOffset?g~conditioncall{triggeractivated tgr_solnichniy_town;}sizeApAsizeBpAisRectangleg~dataTypeTriggerposition3MF+@QEangle@Attributes~idtypeEmptyDetectorAreaR50atlOffset>Sconditioncall{triggeractivated tgr_solnichniy_town;}sizeApAsizeBpAisRectangleSdataTypeTriggerpositionMF@ Eangle@AttributesidtypeEmptyDetectorAreaR50atlOffset>?conditioncall{triggeractivated tgr_solnichniy_town;}sizeApAsizeBpAisRectangle?dataTypeTriggerpositionLFфANEangle@AttributesÀidtypeEmptyDetectorAreaR50atlOffsetn@+conditioncall{triggeractivated tgr_solnichniy_town;}sizeApAsizeB\dAisRectangle+dataTypeLogicPositionInfoidtypeAdmiral_CqcZoneCustomAttributesposition~MF@E Attribute0RAttribute1Attribute2Attribute3gAttribute4Attribute5ÅAttribute6oAttribute7!Attribute8ڇnAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueЂdatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value1gdataAgsingleTypeSCALARvaluegpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value߄datasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueÅdataÅsingleTypeSCALARvalueBÅpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value;odataKosingleTypeBOOLvalueopropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value!data!singleTypeSCALARvalue@!propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueڇdataڇsingleTypeSTRINGvalueڇpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value`datapsingleTypeSTRINGvaluedataTypeLayernamePatrolEntities߈idatlOffset:߿H items Item0TItem1Item2ǒItem3Item4qItem5BItem6ٝItem7ŞItem8\HdataTypeLogicPositionInfoƉidtypeAdmiral_PatrolZoneatlOffset ACustomAttributespositionSF: E Attribute0Attribute1RAttribute2Attribute3Attribute4eAttribute5Attribute6ێAttribute7Attribute8sAttribute9/nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueRdata/RsingleTypeSTRINGvalueRpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value͋data݋singleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value~datasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value/edata?esingleTypeSCALARvalueBepropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueێdataێsingleTypeSCALARvalueێpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuerdatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value=sdataMssingleTypeSCALARvalue@@spropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value/data /singleTypeSTRINGvalue/propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedataȑsingleTypeSTRINGvaluedataTypeTriggerpositionZ QF@cߩEAttributesdidtypeEmptyDetectorAreaR250atlOffsetHͼǒconditioncall{triggeractivated tgr_solnichniy;}sizeA@BsizeBCisRectangleǒdataTypeTriggerposition%QF9@EAttributes?idtypeEmptyDetectorAreaR50atlOffsethconditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeACisRectangledataTypeTriggerposition>QF@eEAttributes idtypeEmptyDetectorAreaR50qconditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeBXBisRectangleqdataTypeTriggerpositionAOFTB@ćEAttributesidtypeEmptyDetectorAreaR50atlOffsetǼBconditioncall{triggeractivated tgr_solnichniy_three_valleys;}isRectangleBdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffset(bCustomAttributesԕٝpositionfPF`@Eԕ Attribute0Attribute1@Attribute2Attribute3Attribute4SAttribute5Attribute6ɚAttribute7Attribute8aAttribute9nAttributes ٝpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value @data@singleTypeSTRINGvalue@propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuedata˗singleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valueldata|singleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueSdata-SsingleTypeSCALARvalueBSpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueΙdataޙsingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueɚdataɚsingleTypeSCALARvalueɚpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value`datapsingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value+adata;asingleTypeSCALARvalue@apropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueٝdataٝsingleTypeSTRINGvalueٝdataTypeTriggerpositionKF@Eangle|@Attributes]idtypeEmptyDetectorAreaR50atlOffsetC?Şconditioncall{triggeractivated tgr_solnichniy_town;}sizeAzCsizeBmmBisRectangleŞdataTypeLogicPositionInfo7idtypeAdmiral_PatrolZoneatlOffsetACustomAttributesW\positionq2SF,lEW Attribute0Attribute1àAttribute2tAttribute3%Attribute4֢Attribute5Attribute6LAttribute7Attribute8Attribute9nAttributes \propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueàdataàsingleTypeSTRINGvalueàpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value>tdataNtsingleTypeSCALARvaluetpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value%data%singleTypeSCALARvalueB%propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value֢data֢singleTypeSCALARvalueB֢propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueQdataasingleTypeBOOLvaluepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueLdata&LsingleTypeSCALARvalueLpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valuemdata}singleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value)\data9\singleTypeSTRINGvalue\dataTypeTriggerpositionz/MFt@CKEangle|@AttributesidtypeEmptyDetectorAreaR50atlOffsetjHconditioncall{triggeractivated tgr_solnichniy_town;}sizeAzCsizeB@*CisRectangleHdataTypeLayernameCounterEntitiesidatlOffsetS itemsItem0Item1iItem2Item3GItem4yItem5Item6Item7Item8Item9Item10]Item114Item12Item13lItem14Item15Item16Item17Item18Item19Item20[Item21Item229Item23FS dataTypeGroupsideCivilianEntitiesAttributescidatlOffsetȾiitemsItem0CItem1cdataTypeObjectPositionInfoªsideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetȾpositionLF\PAϬEdataTypeWaypointpositionT#QFO@˦EEffects]showWPNEVERidtypeMoveatlOffsetdccidataTypeGroupsideCivilianEntitiesǫAttributesidatlOffset@4FitemsItem0Item1dataTypeObjectPositionInfonsideCivilianflagsAttributesidtypeC_Bob_VRatlOffset@4FpositionWOFGD*B#EdataTypeWaypointpositionQFL@+EEffects showWPNEVERidtypeMoveatlOffsetdataTypeGroupsideCivilianEntitiessAttributesAidatlOffset=GitemsItem0Item1KItem2ƮAdataTypeObjectPositionInfo%sideCivilianflagsAttributesEidtypeC_Bob_VRatlOffset=Kposition{QF@;EEKdataTypeWaypointpositionYRF@EEffectsshowWPNEVERidtypeMoveatlOffset>ƮƮdataTypeWaypointpositionQFȺ@ .EEffects;showWPNEVERidtypeMoveatlOffsetC;AAGdataTypeGroupsideCivilianEntitiesAttributessidatlOffset#6Attribute02Attribute1Attribute2Attribute3bAttribute4Attribute5Attribute6Attribute7\Attribute8Attribute9Attribute10Attribute11oAttribute120Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedataѿsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueudatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value,bdata<bsingleTypeSCALARvalueBbpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueYdataisingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value&\data6\singleTypeSCALARvalue\propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuetdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value9odataIosingleTypeSCALARvalue@opropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value0data 0singleTypeSCALARvalue0propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLogicPositionInfo3idtypeAdmiral_OndemandCampZoneatlOffset fCustomAttributesSpositionANF*5A2ESAttribute0OAttribute1Attribute2Attribute3Attribute46Attribute5Attribute6Attribute7yAttribute83Attribute9Attribute10Attribute11Attribute12MAttribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueIdataYsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value6data6singleTypeSCALARvalueB6propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuevdatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueCydataSysingleTypeSCALARvalueypropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value3data3singleTypeSTRINGvalue3propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueVdatafsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueMdata'MsingleTypeSCALARvalue?MpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerpositionBOF٧:BׯEAttributesPidtypeEmptyDetectorAreaR50atlOffset>conditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeApAsizeBpAdataTypeTriggerpositionQFí@|EAttributes'idtypeEmptyDetectorAreaR50atlOffset8conditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeApAsizeBpAdataTypeTriggerpositionnNF& AEAttributesidtypeEmptyDetectorAreaR50atlOffset ]conditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeApAsizeBpA]dataTypeTriggerpositionKFeASEAttributesidtypeEmptyDetectorAreaR50atlOffsetI4conditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeApAsizeBpA4dataTypeGroupsideCivilianEntitiesAttributesidatlOffset ޾itemsItem0Item1_dataTypeObjectPositionInfo9sideCivilianflagsAttributesYidtypeC_Bob_VRatlOffset ޾_positionOFd@EY_dataTypeWaypointposition!QF@Y`EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntities.AttributesfidatlOffsetĤlitemsItem0VItem1fdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetĤposition$GFSBhEdataTypeWaypointpositionMF@%,EEffects`showWPNEVERidtypeMoveffldataTypeGroupsideCivilianEntitiesAttributesidatlOffset itemsItem0Item1dataTypeObjectPositionInfoqsideCivilianflagsAttributesidtypeC_Bob_VRatlOffset position6FF65mBҌEdataTypeWaypointposition MF@EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesfAttributesidatlOffset jitemsItem0Item13dataTypeObjectPositionInfo sideCivilianflagsAttributes-idtypeC_Bob_VRatlOffset j3positionJF^$A7E-3dataTypeWaypointpositionjNFf@|EEffectsshowWPNEVERidtypeMoveatlOffset@SdataTypeGroupsideCivilianEntitiesAttributesidatlOffsetU{itemsItem0EItem1Item2edataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetU{position9KFt@"EdataTypeWaypointpositionO'OF.@wEEffects_showWPNEVERidtypeMoveatlOffset1eedataTypeWaypointpositionRNF<)@ zEEffectsshowWPNEVERidtypeMoveatlOffsetv=dataTypeGroupsideCivilianEntities4AttributesiditemsItem0gItem1Item2wdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositionJF @nEdataTypeWaypointpositionYZKF@kEEffectsqshowWPNEVERidtypeMoveatlOffset}=wwdataTypeWaypointpositionuMF@9TEEffectsshowWPNEVERidtypeMovedataTypeTriggerpositionFFzxBEAttributes`idtypeEmptyDetectorAreaR50atlOffset ًconditioncall{triggeractivated tgr_solnichniy_factory;}sizeApAsizeBpAdataTypeTriggerpositionXGFB EAttributes1idtypeEmptyDetectorAreaR50atlOffset>conditioncall{triggeractivated tgr_solnichniy_factory;}sizeApAsizeBpAdataTypeTriggerposition9JF^YAfEAttributesidtypeEmptyDetectorAreaR50atlOffsetHE[conditioncall{triggeractivated tgr_solnichniy_factory;}sizeApAsizeBpA[dataTypeTriggerpositionKF@EAttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_solnichniy_factory;}sizeApAsizeBpAdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffset;?CustomAttributes9positionDFzCEAttribute0Attribute1rAttribute2)Attribute3Attribute4Attribute5VAttribute6 Attribute7Attribute8Attribute9aAttribute10(Attribute11Attribute12Attribute13wnAttributes9propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value?rdataOrsingleTypeSTRINGvaluerpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value)data)singleTypeSCALARvalue)propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueadataqsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value Vdata0VsingleTypeSCALARvalue AVpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value data singleTypeBOOLvalue propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueadataqsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value+adata;asingleTypeSCALARvalue@apropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value(data(singleTypeSCALARvalue(propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuexdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueAwdataQwsingleTypeSCALARvaluewpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value9data9singleTypeSTRINGvalue9dataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributesFpositioncKF@NEAttribute0Attribute1Attribute26Attribute3Attribute4Attribute5cAttribute6Attribute7Attribute8Attribute9nAttribute105Attribute11Attribute12Attribute13nAttributesFpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueLdata\singleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value6data6singleTypeSCALARvalue6propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuendata~singleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value-cdata=csingleTypeSCALARvalue AcpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuendata~singleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value8ndataHnsingleTypeSCALARvaluenpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value5data5singleTypeSCALARvalue5propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueNdata^singleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueFdata#FsingleTypeSTRINGvalueFdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributesS positionl&KF@;EAttribute0Attribute1Attribute2CAttribute3Attribute4Attribute5pAttribute6%Attribute7Attribute8Attribute9{Attribute10BAttribute11 Attribute12 Attribute13 nAttributesS propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueYdataisingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value CdataCsingleTypeSCALARvalueCpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value{datasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value:pdataJpsingleTypeSCALARvalue AppropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value%data%singleTypeBOOLvalue%propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value{datasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueE{dataU{singleTypeSCALARvalue@{propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value BdataBsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value data singleTypeSCALARvalue@@ propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value  data  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value[  datak  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value S data0 S singleTypeSTRINGvalueS dataTypeLayernameSentry AIEntities idatlOffsetC@{}NitemsMItem0FItem1Item2 Item3qItem4Item5EItem6Item7Item8Item9Item10RItem11Item12) Item13!Item14#Item15g$Item16%Item17<'Item18(Item19)Item20c+Item21,Item22K.Item23/Item241Item25~2Item263Item27P5Item286Item29#8Item309Item31:Item32c<Item33=Item346?Item35@Item36 BItem37wCItem38DItem39*FItem40GItem41HItem42cJItem43KItem44itemsItem0dataTypeObjectPositionInfoVsideEastflagsAttributesidtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset``W>positionr(LF~@Eangles:@dynamicSimulationdataTypeGroupsideEastEntities AttributesidatlOffset^BitemsItem0)dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_marksman_svd_mixatlOffset^BpositionLFBEangles@dynamicSimulationdataTypeGroupsideEastEntitiesqAttributesbidatlOffsetBitemsItem0bdataTypeObjectPositionInfo$sideEastflagsAttributes\idtypegmx_chdkz_army_machinegunner_pk_mixatlOffsetBbposition*KFRB@Eangles8@\bdynamicSimulationdataTypeGroupsideEastEntitiesAttributesidatlOffsetfBitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypegmx_chdkz_army_radioman_akm_mixatlOffsetfBpositionKFBkEangless~0@dynamicSimulationdataTypeGroupsideEastEntities?Attributes4idatlOffsetBRitemsItem0\4dataTypeObjectPositionInfosideEastflagsAttributes.idtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffsetB4positionKF'BEangles8=@.4dynamicSimulationRdataTypeGroupsideEastEntitiesAttributesidatlOffset|AitemsItem0dataTypeObjectPositionInfocsideEastflagsAttributesidtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset|Aposition.MFقxAEangles.?dynamicSimulationdataTypeGroupsideEastEntitiesAttributes idUatlOffset5) itemsItem06 dataTypeObjectPositionInfosideEastflagsAttributes idVtypegmx_chdkz_army_machinegunner_rpk_mixatlOffset5 positionQF@EanglestI@  dynamicSimulation) dataTypeGroupsideEastEntities Attributesp!idWatlOffset=!itemsItem0 p!dataTypeObjectPositionInfo2!sideEastflagsAttributesj!idXtypegmx_chdkz_army_radioman_akm_mixatlOffset=p!positionQF@Eangles_;@j!p!dynamicSimulation!dataTypeGroupsideEastEntities!Attributes"idYatlOffset>>#itemsItem0""dataTypeObjectPositionInfo"sideEastflagsAttributes"idZtypegmx_chdkz_army_antitank_assistant_akm_rpg7_mixatlOffset>>"positionPF @&sEangles7@""dynamicSimulation#dataTypeGroupsideEastEntities\#AttributesI$id[atlOffsetj)Ag$itemsItem0y#I$dataTypeObjectPositionInfo $sideEastflagsAttributesC$id\typegmx_chdkz_army_marksman_svd_mixatlOffsetj)AI$position$QFʋAEanglesJ@C$I$dynamicSimulationg$dataTypeGroupsideEastEntities$Attributes%id]atlOffset)A%itemsItem0$%dataTypeObjectPositionInfox%sideEastflagsAttributes%id^typegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset)A%positionQFATEangles?@%%dynamicSimulation%dataTypeGroupsideEastEntities.&Attributes'id_atlOffset"?<'itemsItem0K&'dataTypeObjectPositionInfo&sideEastflagsAttributes'id`typegmx_chdkz_army_squadleader_akm_winatlOffset"?'position>QFdX@|Eangles$@''dynamicSimulation<'dataTypeGroupsideEastEntities'Attributesr(idf(itemsItem0'r(dataTypeObjectPositionInfo4(sideEastflagsAttributesl(idgtypegmx_chdkz_army_antitank_assistant_akm_rpg7_mixr(positionzOF$ 8AEangles2?l(r(dynamicSimulation(dataTypeGroupsideEastEntities(Attributes)idhatlOffset.OA)itemsItem0))dataTypeObjectPositionInfo)sideEastflagsAttributes)iditypegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset.OA)positionbQF˗A|EanglescC@))dynamicSimulation)dataTypeGroupsideEastEntitiesT*AttributesE+idjatlOffset0OAc+itemsItem0q*E+dataTypeObjectPositionInfo+sideEastflagsAttributes?+idktypegmx_chdkz_army_machinegunner_pk_mixatlOffset0OAE+positionKQF˗AEangles;@?+E+dynamicSimulationc+dataTypeGroupsideEastEntities+Attributes,idlatlOffsetX~<,itemsItem0+,dataTypeObjectPositionInfo{,sideEastflagsAttributes,idmtypegmx_chdkz_army_antitank_assistant_akm_rpg7_mixatlOffsetX~<,positionQFƨA\EanglesT@,,dynamicSimulation,dataTypeGroupsideEastEntities1-Attributes-.idnatlOffsetX~@'.-.dynamicSimulationK.dataTypeGroupsideEastEntities.Attributes/idatlOffset{;/itemsItem0./dataTypeObjectPositionInfoT/sideEastflagsAttributes/idtypegmx_chdkz_army_radioman_akm_mixatlOffset{;/position9QF{@TEangles I@//dynamicSimulation/dataTypeGroupsideEastEntities 0Attributes0id atlOffsetq;1itemsItem0'00dataTypeObjectPositionInfo0sideEastflagsAttributes0id!typegmx_chdkz_army_machinegunner_pk_mixatlOffsetq;0position?QF|@KEangles!Q@00dynamicSimulation1dataTypeGroupsideEastEntitiess1Attributes`2id"atlOffset;~2itemsItem01`2dataTypeObjectPositionInfo"2sideEastflagsAttributesZ2id#typegmx_chdkz_army_rifleman_akm_mixatlOffset;`2positionHQF@ˑEanglesu@Z2`2dynamicSimulation~2dataTypeGroupsideEastEntities2Attributes3id$atlOffset>3itemsItem023dataTypeObjectPositionInfo3sideEastflagsAttributes3id%typegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset>3positionxQF9@QxEangles\@33dynamicSimulation3dataTypeGroupsideEastEntitiesB4Attributes25id&atlOffsetp6=P5itemsItem0_425dataTypeObjectPositionInfo4sideEastflagsAttributes,5id'typegmx_chdkz_army_squadleader_akm_winatlOffsetp6=25positioncQF@DEanglesf@,525dynamicSimulationP5dataTypeGroupsideEastEntities5Attributes6id(atlOffset76itemsItem056dataTypeObjectPositionInfo]6sideEastflagsAttributes6id)typegmx_chdkz_army_machinegunner_pk_mixatlOffset76positioni^QF<@ΫEanglesJ@66dynamicSimulation6dataTypeGroupsideEastEntities7Attributes8id*atlOffsetp7#8itemsItem0078dataTypeObjectPositionInfo7sideEastflagsAttributes7id+typegmx_chdkz_army_antitank_akm_rpg7_mixatlOffsetp78positionjPFA@&DEangles@78dynamicSimulation#8dataTypeGroupsideEastEntities}8Attributesr9id,atlOffset089itemsItem08r9dataTypeObjectPositionInfo49sideEastflagsAttributesl9id-typegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset08r9positionԥPF@Eangles?l9r9dynamicSimulation9dataTypeGroupsideEastEntities9Attributes:id.atlOffset@Փ=:itemsItem0::dataTypeObjectPositionInfo:sideEastflagsAttributes:id/typegmx_chdkz_army_machinegunner_rpk_mixatlOffset@Փ=:positionzPF,@AEangles@@::dynamicSimulation:dataTypeGroupsideEastEntitiesT;AttributesE<id2atlOffsetFT0@c<itemsItem0q;E<dataTypeObjectPositionInfo<sideEastflagsAttributes?<id3typegmx_chdkz_army_machinegunner_pk_mixatlOffsetFT0@E<positionqRF"?xEanglesb@?<E<dynamicSimulationc<dataTypeGroupsideEastEntities<Attributes=id4atlOffset1@=itemsItem0<=dataTypeObjectPositionInfoq=sideEastflagsAttributes=id5typegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset1@=positionqRF?3 Eanglesf@==dynamicSimulation=dataTypeGroupsideEastEntities'>Attributes?id6atlOffset>6?itemsItem0D>?dataTypeObjectPositionInfo>sideEastflagsAttributes?id7typegmx_chdkz_army_machinegunner_pk_mixatlOffset>?position NF-A{Eangles89???dynamicSimulation6?dataTypeGroupsideEastEntities?Attributes@id8atlOffset@⿠@itemsItem0?@dataTypeObjectPositionInfoD@sideEastflagsAttributes|@id9typegmx_chdkz_army_machinegunner_rpk_mixatlOffset@⿂@positionNF5iAF Eangles40?|@@dynamicSimulation@dataTypeGroupsideEastEntities@AttributesAid:atlOffsetξ BitemsItem0AAdataTypeObjectPositionInfoAsideEastflagsAttributesAid;typegmx_chdkz_army_grenadier_akm_pallad_mixatlOffsetξApositionNF"QA4?EanglesX>AAdynamicSimulation BdataTypeGroupsideEastEntitiesgBAttributesYCid<atlOffset|8@wCitemsItem0BYCdataTypeObjectPositionInfoCsideEastflagsAttributesSCid=typegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset|8@YCpositionGOFlBȿEanglesֱ?SCYCdynamicSimulationwCdataTypeGroupsideEastEntitiesCAttributesDid>DitemsItem0CDdataTypeObjectPositionInfoeDsideEastflagsAttributesDid?typegmx_chdkz_army_machinegunner_rpk_mixDpositionPF @Eangles@DDdynamicSimulationDdataTypeGroupsideEastEntitiesEAttributes Fid@atlOffsetp<*FitemsItem08E FdataTypeObjectPositionInfoEsideEastflagsAttributesFidAtypegmx_chdkz_army_machinegunner_pk_mixatlOffsetp< Fposition!QFlU@GitemsItem0FvGdataTypeObjectPositionInfo8GsideEastflagsAttributespGidCtypegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset0>vGpositionFQF&%o@PEangles&@pGvGdynamicSimulationGdataTypeGroupsideEastEntitiesGAttributesHidDatlOffset@=HitemsItem0 HHdataTypeObjectPositionInfoHsideEastflagsAttributesHidEtypegmx_chdkz_army_radioman_akm_mixatlOffset@=HpositionbQF@aEanglesoB@HHdynamicSimulationHdataTypeGroupsideEastEntitiesSIAttributesEJidFatlOffsetpe;cJitemsItem0pIEJdataTypeObjectPositionInfoJsideEastflagsAttributes?JidGtypegmx_chdkz_army_machinegunner_rpk_mixatlOffsetpe;EJpositionMOF8@zEangles @?JEJdynamicSimulationcJdataTypeGroupsideEastEntitiesJAttributesKidHatlOffsetpe;KitemsItem0JKdataTypeObjectPositionInfolKsideEastflagsAttributesKidItypegmx_chdkz_army_radioman_akm_mixatlOffsetpe;KpositionHOF8@T?Eangles@KKdynamicSimulationKdataTypeGroupsideEastEntities"LAttributesMidJatlOffset;SAttributes3TidTatlOffset5QTitemsItem0[S3TdataTypeObjectPositionInfoSsideEastflagsAttributes-TidUtypegmx_chdkz_army_grenadier_akm_pallad_mixatlOffset53TpositionQMFn@Eangless@-T3TdynamicSimulationQTdataTypeGroupsideEastEntitiesTAttributesUidVatlOffset@LUitemsItem0TUdataTypeObjectPositionInfo_UsideEastflagsAttributesUidWtypegmx_chdkz_army_machinegunner_rpk_mixatlOffset@LUposition!MF@?Eangles@UUdynamicSimulationUdataTypeGroupsideEastEntitiesVAttributesVidXatlOffset@= WitemsItem02VVdataTypeObjectPositionInfoVsideEastflagsAttributesVidYtypegmx_chdkz_army_antitank_akm_rpg7_mixatlOffset@=VpositionLFx@|EVVdynamicSimulation WdataTypeGroupsideEastEntitiesgWAttributes\XidZatlOffsetrYitemsItem0XYdataTypeObjectPositionInfoYsideEastflagsAttributesYid]typegmx_chdkz_army_machinegunner_rpk_mixatlOffset=>YpositionA%LF@fEangles@YYdynamicSimulationYdataTypeGroupsideEastEntities>ZAttributes+[id^atlOffsetI[itemsItem0[Z+[dataTypeObjectPositionInfoZsideEastflagsAttributes%[id_typegmx_chdkz_army_rifleman_akm_mixatlOffset+[position/KF: @)6Eangles 0@%[+[dynamicSimulationI[dataTypeGroupsideEastEntities[Attributesx\id`\itemsItem0[x\dataTypeObjectPositionInfo:\sideEastflagsAttributesr\idatypegmx_chdkz_army_grenadier_akm_pallad_mixx\positionDMF @Eangles5@r\x\dynamicSimulation\dataTypeGroupsideEastEntities\Attributes]idbatlOffset6]itemsItem0 ]]dataTypeObjectPositionInfo]sideEastflagsAttributes]idctypegmx_chdkz_army_machinegunner_pk_mixatlOffset6]positionՒLFAA:EanglesU @]]dynamicSimulation]dataTypeGroupsideEastEntitiesI^Attributes+_iddI_itemsItem0f^+_dataTypeObjectPositionInfo^sideEastflagsAttributes%_idetypegmx_chdkz_army_machinegunner_rpk_mix+_position):LF AAiEangles$@%_+_dynamicSimulationI_dataTypeGroupsideEastEntities_Attributes`idfatlOffsetN@`itemsItem0_`dataTypeObjectPositionInfoW`sideEastflagsAttributes`idgtypegmx_chdkz_army_antitank_akm_rpg7_mixatlOffsetN@`positionbLF AAEanglesv,@``dynamicSimulation`dataTypeGroupsideEastEntities aAttributesaidhatlOffset @bitemsItem0*aadataTypeObjectPositionInfoasideEastflagsAttributesaiditypegmx_chdkz_army_rifleman_akm_mixatlOffset @apositionXvLF AAWEangles3@aadynamicSimulationbdataTypeGroupsideEastEntitiesqbAttributes%dCrewLinks+didLeitemsItem0bItem1Yc%ddataTypeObjectPositionInfocsideEastAttributesScidtypegmx_chdkz_army_crew_akm_mixatlOffset,?Ycposition_QF|A EanglesXA@ScYcdataTypeObjectPositionInfocsideEastflagsAttributesdidtypegmx_chdkz_army_crew_akm_mixatlOffset,?%dposition_QF|A EanglesXA@d%d+dLinkIDProviderPdLinkscdLenextIDcditemsItem0dItem1dLelinkIDitem0item1CustomDataddroleturretPathdlinkIDitem0item1CustomData$eLeroleturretPathLedataTypeGroupsideEastEntitieseAttributesigCrewLinksogidatlOffset໺hitemsItem0eItem1figdataTypeObjectPositionInfo_fsideEastAttributesfidtypegmx_chdkz_army_crew_akm_mixatlOffset@.?fposition'OFGASEangles="T;@ =ffdataTypeObjectPositionInfo+gsideEastflagsAttributescgidtypegmx_chdkz_army_crew_akm_mixatlOffset@.?igposition'OFGASEangles="T;@ =cgigogLinkIDProvidergLinksghnextIDgitemsItem0gItem1-hhlinkIDitem0item1CustomData h-hroleturretPath-hlinkIDitem0item1CustomDatahhhroleturretPathhdataTypeGroupsideEastEntitieshAttributesiCrewLinksiidjitemsItem0iidataTypeObjectPositionInfoisideEastflagsAttributesiidtypegmx_chdkz_army_crew_akm_mixatlOffset@ipositionPMF]qAEangles6@iiiLinkIDProvideriLinksjjnextIDjitemsItem0-jjlinkIDitem0item1CustomDatahjjroleturretPathjdataTypeGroupsideEastEntitiesjAttributeskCrewLinkskidlitemsItem0kkdataTypeObjectPositionInfoksideEastflagsAttributeskidtypegmx_chdkz_army_crew_akm_mixatlOffset(?kpositionoMFA\dEanglesMK@5@&q@kkkLinkIDProviderkLinks llnextID litemsItem0(lllinkIDitem0item1CustomDatacllroleturretPathldataTypeObjectPositionInfolsideEastflagsAttributes4midtypegmx_chdkz_brdm2_wdr:mpositionMFxkAEangles6@4m:mdataTypeGroupsideEastEntitiesmAttributesnCrewLinksnidatlOffsetuP@IoitemsItem0mndataTypeObjectPositionInfoRnsideEastflagsAttributesnidtypegmx_chdkz_army_rifleman_akm_mixatlOffset~?nposition~LF >ATEangles9+@nnnLinkIDProvidernLinksnIonextIDnitemsItem0nIolinkIDitem0item1CustomData&oIoroleturretPathIodataTypeGroupsideEastEntitiesoAttributespCrewLinkspidatlOffsetBXqitemsItem0opdataTypeObjectPositionInfoapsideEastflagsAttributespidtypegmx_chdkz_army_rifleman_akm_mixatlOffsetR?ppositionKFc#BEanglesL2@pppLinkIDProviderpLinkspXqnextIDpitemsItem0pXqlinkIDitem0item1CustomData5qXqroleturretPathXqdataTypeGroupsideEastEntitiesqAttributesrCrewLinksridWsitemsItem0qrdataTypeObjectPositionInfo`rsideEastflagsAttributesridtypegmx_chdkz_army_rifleman_akm_mixatlOffsetXS?rpositionnbQFWz8AOZEangles@t@@&;rrrLinkIDProviderrLinksrWsnextIDritemsItem0rWslinkIDitem0item1CustomData4sWsroleturretPathWsdataTypeObjectPositionInfossideEastflagsAttributes tidtypegmx_chdkz_dshkm_aatripodtposition`QFl8A%[Eangles@t@@&; ttdataTypeObjectPositionInfotsideEastflagsAttributestidtypegmx_chdkz_dshkm_aatripodatlOffsetBtpositionKF:b#B[EanglesL2@ttdataTypeObjectPositionInfodusideEastflagsAttributesuid typegmx_chdkz_dshkm_aatripodatlOffset2+DAupositionLFAfIEangles =+@uudataTypeGroupsideEastEntities vAttributesvCrewLinksvidatlOffset6witemsItem0(vvdataTypeObjectPositionInfovsideEastflagsAttributesvidtypegmx_chdkz_army_rifleman_akm_mixatlOffset~?vposition!QFI-AV8Eangles:cFR@r@vvvLinkIDProvider#wLinks6wwnextID6witemsItem0SwwlinkIDitem0item1CustomDatawwroleturretPathwdataTypeGroupsideEastEntitiesxAttributesyCrewLinks yidatlOffset2+DAyitemsItem07xydataTypeObjectPositionInfoxsideEastflagsAttributesyid typegmx_chdkz_army_rifleman_akm_mixatlOffset0R?ypositionLFAIEangles =+@yy yLinkIDProvider2yLinksEyynextIDEyitemsItem0byylinkIDitem0 item1 CustomDatayyroleturretPathydataTypeObjectPositionInfo6zsideEastflagsAttributesnzidtypegmx_chdkz_pt76b_wdrtzpositionpMFQMAHaEanglesMK@5@&q@nztzdataTypeObjectPositionInfozsideEastflagsAttributes4{idtypegmx_chdkz_spg9_tripodatlOffset6:{position!QFd-A7Eangles:cFR@r@4{:{dataTypeObjectPositionInfo{sideEastflagsAttributes{idtypegmx_chdkz_spg9_tripodatlOffsetuP@|positionxLF;AoOEangles9+@{|dataTypeObjectPositionInfow|sideEastflagsAttributes|idtypegmx_chdkz_t55am2_wdr|position`QFAEanglesXA@||dataTypeObjectPositionInfo=}sideEastflagsAttributesu}idtypegmx_chdkz_t55am2b_wdratlOffset໺{}position)OFkHAEangles="T;@ =u}{}dataTypeLayernameSet DressingEntities}idatlOffset:Y,iitemshItem0Item1Item2mItem3OItem4Item5Item6Item7Item8bItem9 Item10Item11Item12]Item13BItem14!Item15Item16ӏItem17Item18Item199Item20Item21Item22Item23jItem24Item25ԖItem26Item27{Item281Item29Item30Item31oItem32MItem33+Item34 Item35Item36şItem37Item38Item39dItem40;Item41Item42ݤItem43Item44KItem45 Item46Item47Item48Item49cItem501Item51Item52ԬItem53Item54Item55}Item56-Item57Item58ֱItem59Item60Item61Item62LItem63$Item64Item65Item66Item67nItem68GItem69 Item70Item71Item72Item73XItem74%Item75Item76Item77Item78YItem79&Item80Item81Item82}Item83=Item84Item85Item86~Item87@Item88Item89Item90Item91`Item92"Item93Item94Item95MItem96Item97Item98|Item999Item100Item101Item102*Item103,dataTypeObjectPositionInfoDsideEmptyflagsAttributes|id!typeLand_fortified_nest_bigatlOffset4positionPF @sݧEanglesB@|disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesOid+typeFort_NestatlOffsetX;;mpositiontposition`PF{8@EdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesɆid0typeLand_jezekbetonatlOffsetzposition QF2@}קEangles@5V@ɆdisableSimulationdataTypeObjectPositionInfojsideEmptyflagsAttributesid1typeLand_jezekbetonatlOffsetpositionH QF1@趧Eangles@5V@disableSimulationdataTypeObjectPositionInfo3sideEmptyflagsAttributeskid2typeLand_jezekbetonposition7QFף@اEangles@5V@kdisableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributesDid3typeLand_jezekbetonatlOffsetH;bposition0QFz@ Eangles ?i@DdisableSimulationbdataTypeObjectPositionInfosideEmptyflagsAttributesid/typeLand_BarGate_FatlOffset position!QF1A٧E dataTypeObjectPositionInfosideEmptyflagsAttributesid4typeGue_WarfareBBarracksposition%PFݷ@U[EdisableSimulationdataTypeObjectPositionInfoHsideEmptyflagsAttributeshid typeGue_WarfareBBarracksatlOffsetף<positionbQFL@EhdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes?idQtypeClutterCutteratlOffset=]position QF;@Eangles |@?disableSimulation]dataTypeObjectPositionInfosideEmptyflagsAttributes$idNtypeGUE_WarfareBAircraftFactoryatlOffset`&Bposition(QFL=AEangles P@ |@$disableSimulationBdataTypeObjectPositionInfoˍsideEmptyflagsAttributesidOtypeBRDM2_HQ_Gue_unfoldedatlOffsetԽ!positionQF@Eangles!@Wt@_@@disableSimulation!dataTypeObjectPositionInfosideEmptyflagsAttributesڎidPtypeClutterCutteratlOffset@34>position)QF)]@Eangles!@_@@ڎdisableSimulationdataTypeObjectPositionInfo}sideEmptyflagsAttributesidLtypeLand_loco_742_redatlOffsetp<ӏpositionEPF A+EanglesG@;disableSimulationӏdataTypeObjectPositionInfoUsideEmptyflagsAttributesidJtypeLand_wagon_boxatlOffset$R<position_PFh@jEanglesG@@disableSimulationdataTypeObjectPositionInfo7sideEmptyflagsAttributesoid=typeLand_PowerPoleConcrete_FatlOffset񼍑positionOFKAEangles ?odisableSimulationdataTypeObjectPositionInfosideEmptyAttributes3id8typeHangedatlOffset?9positionOFUA EanglesJ@39dataTypeObjectPositionInfosideEmptyflagsAttributesגid6typeMass_graveatlOffset!Y>positionڣOF AEגdisableSimulationdataTypeObjectPositionInfossideEmptyflagsAttributesid7typeMass_graveatlOffset>positionOFA1EdisableSimulationdataTypeObjectPositionInfo1sideEmptyflagsAttributesiid>typeDirthump_1_FatlOffsetX`>positionφOF PAEanglesK@?;idisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesLid9typeLand_Excavator_01_wreck_FatlOffsetx=jpositionHOF CAEangles@@LdisableSimulationjdataTypeObjectPositionInfosideEmptyflagsAttributesidEtypeLand_DirtPatch_04_FpositionίOFRAEdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidFtypeLand_DirtPatch_04_FԖpositionOFKhAEdisableSimulationԖdataTypeObjectPositionInfoXsideEmptyAttributesid5typeCUP_C_Fishing_Boat_ChernarusatlOffset>?positionRFr@VEanglesG~I@dataTypeObjectPositionInfo%sideEmptyflagsAttributes]idptypeWarfareBAircraftFactory_GueatlOffset4w{positionSMFЊ@AhuEanglesU@]disableSimulation{dataTypeObjectPositionInfosideEmptyAttributesidtypeCUP_bedna_ammo2XatlOffset?1positionLF@bEdisableSimulation1dataTypeObjectPositionInfosideEmptyflagsAttributesÙidtypeCUP_ammobednaXpositionLF@,EÙdisableSimulationdataTypeObjectPositionInfoSsideEmptyflagsAttributessidtypeCUP_ammobednaXpositionLF@EsdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesQidtypeGue_WarfareBBarracksatlOffset=oposition$LF:@Eanglese-7@QdisableSimulationodataTypeObjectPositionInfosideEmptyflagsAttributes/idtypeGue_WarfareBBarracksatlOffset=MpositionwuLF׳@~EanglesB@/disableSimulationMdataTypeObjectPositionInfo՜sideEmptyflagsAttributes idtypeGue_WarfareBBarracksatlOffsetپ<+position LF~@7Eanglese-7@ disableSimulation+dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeMisc_cargo_cont_net2atlOffset positionvSMF8@ߎEangles5@R!=disableSimulation dataTypeObjectPositionInfosideEmptyflagsAttributesɞidtypeMisc_cargo_cont_net3atlOffsetTU<positione[MFn@tEangleszT!=ɞdisableSimulationdataTypeObjectPositionInfoosideEmptyflagsAttributesidtypeMisc_cargo_cont_net3atlOffsetѻşpositionFMMF@&Eangles@C1 =disableSimulationşdataTypeObjectPositionInfoQsideEmptyflagsAttributesidtypeLand_fort_artillery_nestatlOffset >position*OFj]A'Eangles.7@disableSimulationdataTypeObjectPositionInfo3sideEmptyflagsAttributeskidtypeLand_fort_artillery_nestatlOffsetNpositionzqMFl@\EanglesD/@kdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesFidvtypeLand_fort_rampartatlOffsetA=dpositionMF@Eangles?FdisableSimulationddataTypeObjectPositionInfosideEmptyAttributesid|typeplp_ctm_ForkliftStcOliveAatlOffsetأ?;positionLF! AOEanglesJ?disableSimulation;dataTypeObjectPositionInfoȣsideEmptyflagsAttributesid{typeplp_ctm_ForkliftStcOliveBatlOffsetpositionLFZ@PEanglesw @disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeClutterCutteratlOffset@6ݤpositionYMF@EdisableSimulationݤdataTypeObjectPositionInfoNsideEmptyflagsAttributesnidtypeClutterCutterpositionKWLF@*vEndisableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributes-idtypeClutterCutteratlOffsetE>Kpositiony/MF@1positionLF@EdisableSimulation1dataTypeObjectPositionInfosideEmptyflagsAttributes׫id}typeplp_ctm_HandPalletTruckOliveGroundposition[LF@~E׫disableSimulationdataTypeObjectPositionInfo~sideEmptyflagsAttributesidrtypeBRDM2_HQ_Gue_unfoldedatlOffset=ԬpositionfMF@!#Eangles6@disableSimulationԬdataTypeObjectPositionInfoZsideEmptyflagsAttributesidtypeLand_loco_742_blueatlOffsetn<position#MFAbEangles@@;disableSimulationdataTypeObjectPositionInfo!sideEmptyflagsAttributesYidtypeLand_Pallet_FpositionLF{@!EanglesH@YcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributesDidtypeLand_Pallet_vertical_F}position;LF/@GqEangles?DcreateAsSimpleObjectdisableSimulation}dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Pallets_F-positiontLF/@sEdisableSimulation-dataTypeObjectPositionInfosideEmptyflagsAttributesŰidtypeLand_Pallets_stack_FpositionuLF@)eEŰcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_wagon_boxatlOffsetA<ֱpositionLFF @$Eangles@R@;disableSimulationֱdataTypeObjectPositionInfoYsideEmptyflagsAttributesidtypeLand_wagon_flatatlOffsetk<positionyMFv}@XEangles@J6@;disableSimulationdataTypeObjectPositionInfo4sideEmptyflagsAttributeslidtypeLand_wagon_tankeratlOffsetd<positionMF"@Eangles@85@;ldisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesKidztypeWaterPump_01_forest_FatlOffset%=positionnMF@Eangles}?KcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes.idtypeWooden_barrelsLpositionLFolA2Eanglesp?.disableSimulationLdataTypeObjectPositionInfoεsideEmptyflagsAttributesidtypeWooden_barrelsatlOffset6$positionLF@Eangles@4@j;disableSimulation$dataTypeObjectPositionInfosideEmptyAttributesҶidtypeWooden_barrelsatlOffsetdɂ?positionLF@Eangles@b@j;ҶdisableSimulationdataTypeObjectPositionInfofsideEmptyAttributesidtypeWooden_barrelsatlOffset|߂?positionLF@Eangles@a@j;disableSimulationdataTypeObjectPositionInfo?sideEmptyflagsAttributeswidtypeFort_Crate_woodatlOffset 6positionLF/@^Eangles@H?;wdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesPidtypeFort_Crate_woodatlOffset6npositionLF@Eangles@H?;PdisableSimulationndataTypeObjectPositionInfosideEmptyflagsAttributes)idtypeFort_Crate_woodatlOffset5Gposition8LFW@xEangles@H?;)disableSimulationGdataTypeObjectPositionInfoʺsideEmptyflagsAttributesidtypeFort_Crate_woodatlOffset5 positionLF@Eangles@H?;disableSimulation dataTypeObjectPositionInfosideEmptyflagsAttributes˻idtypeFort_Crate_woodpositionMF@SaEangles@H?;˻disableSimulationdataTypeObjectPositionInfo\sideEmptyflagsAttributesidtypeFort_Crate_woodpositionMFZ@4iEangles@H?;disableSimulationdataTypeObjectPositionInfo5sideEmptyflagsAttributesmidtypeFort_Crate_woodatlOffset5positionyLF@pEangles@H?;mdisableSimulationdataTypeObjectPositionInfosideEmptyAttributes:idtypeFort_Crate_woodatlOffsetI?Xposition&MF@YEangles@H?;:disableSimulationXdataTypeObjectPositionInfoϾsideEmptyAttributesidtypeFort_Crate_woodatlOffset/?%positionMF@AEangles@H?;disableSimulation%dataTypeObjectPositionInfosideEmptyAttributesԿidtypeFort_Crate_woodatlOffset(3?positionMF9@IEangles@H?;ԿdisableSimulationdataTypeObjectPositionInfoisideEmptyAttributesidtypeFort_Crate_woodatlOffset??positionhMF@QEangles@H?;disableSimulationdataTypeObjectPositionInfo6sideEmptyAttributesnidtypeFort_Crate_woodatlOffset(?positionMF@0:Eangles@H?;ndisableSimulationdataTypeObjectPositionInfosideEmptyAttributes;idtypeFort_Crate_woodatlOffset.?Yposition MF@"Eangles@H?;;disableSimulationYdataTypeObjectPositionInfosideEmptyAttributesidtypeFort_Crate_woodatlOffset1?&positionr MF@*Eangles@H?;disableSimulation&dataTypeObjectPositionInfosideEmptyAttributesidtypeFort_Crate_woodatlOffset6?position9 MF]@s2Eangles@H?;disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidqtypeGUE_WarfareBAntiAirRadaratlOffset@&position)MFhA1EanglesL>@dataTypeObjectPositionInfo?sideEmptyflagsAttributeswidMtypeFlagCarrierINSatlOffset\}positionnPQFApSEanglesJ@w}dataTypeObjectPositionInfosideEmptyflagsAttributes7idtypeFlagCarrierINSatlOffset6=position+_MFI|#AhEanglesw?7=dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Garaz_bez_tankuatlOffset5positionVLFއ A }Eanglesͪ@ dataTypeObjectPositionInfosideEmptyflagsAttributesidytypeCUP_O_MI6T_CSAT_TatlOffsetA=CustomAttributesposition.MFAEangles:@!B^=initcall{this setvelocity [0,0,1];}texturesChedakiAttribute0>nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["arifle_CTAR_blk_F","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["30Rnd_580x42_Mag_F","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["B_FieldPack_ghex_F"],[4]]],false]dataTypeObjectPositionInfo@sideEmptyflagsAttributesxidtypeCUP_RUSpecialWeaponsBoxatlOffset b>~positionLF@X>Eangles^<35@+;x~dataTypeObjectPositionInfosideEmptyflagsAttributes:idtypeCUP_RUVehicleBoxatlOffset+>@positionLF<@x_EanglesPw@:@dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_RUVehicleBoxatlOffset>positionLF@@Eanglesp@&?@dataTypeObjectPositionInfossideEmptyflagsAttributesid0typeClutterCutterpositionPF@#\EdisableSimulationdataTypeObjectPositionInfo2sideEmptyflagsAttributesjid1typeClutterCutteratlOffsetף<position]QF@ Eangles@jdisableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributesBidHtypeLand_wagon_boxatlOffsetn;<`positionPF @.Eangles-@OO;BdisableSimulation`dataTypeObjectPositionInfosideEmptyflagsAttributesidItypeCUP_RUVehicleBoxatlOffset#>"positionLFI@cEangles@&?O;"dataTypeObjectPositionInfosideEmptyflagsAttributesidKtypeCUP_RUSpecialWeaponsBoxposition[fLFu@VEanglesv@dataTypeObjectPositionInfoVsideEmptyflagsAttributesidLtypeCUP_RUSpecialWeaponsBoxpositionkLFu@uEanglesv@dataTypeObjectPositionInfosideEmptyflagsAttributesGidMtypeCUP_RUSpecialWeaponsBoxMposition8LFu@REanglesv@GMdataTypeObjectPositionInfosideEmptyflagsAttributesidNtypeCUP_RUSpecialWeaponsBoxposition,ELFu@VEangles?3?dataTypeObjectPositionInfosideEmptyflagsAttributesidOtypeCUP_RUSpecialWeaponsBoxposition@LFu@kEanglesv@dataTypeObjectPositionInfo>sideEmptyAttributesvidPtypeCUP_RUSpecialWeaponsBoxatlOffset?|positionLF9@Eangles35@v|dataTypeObjectPositionInfosideEmptyAttributes3idQtypeCUP_RUSpecialWeaponsBoxatlOffset?9positionLF8@Eangles35@39dataTypeObjectPositionInfosideEmptyAttributesidRtypeCUP_RUVehicleBoxatlOffsetD?positionLF1 A3jEanglesئ?dataTypeObjectPositionInfosideEmptyflagsAttributesidtypegmx_chdkz_uaz469_cargo_wdrCustomAttributespositionFQF8@0Eangles!@I@!a@texturesgmx_chdkz_wdrAttribute0Attribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valueldata|singleTypeSTRINGvalue[[[["CUP_arifle_AKM","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_762x39_AK47_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value6dataFsingleTypeARRAYvaluejitemsItem0Item1ddatadsingleTypeARRAYvalueditemsItem0Item1.ddata.singleTypeSTRINGvaluegmx_chdkz_wdr.data>dsingleTypeSCALARvalue?ddatatsingleTypeARRAYvalueitemsItem0xItem1Item2Item3,Item4bItem5Item6Item7"Item8XItem9Item10Item11Item12LItem13Item14Item15 Item16?Item17~datasingleTypeSTRINGvaluewindshielddatasingleTypeSCALARvaluedata,singleTypeSTRINGvaluewindows_unhide,data<bsingleTypeSCALARvaluebdatarsingleTypeSTRINGvaluecover_hoops_unhidedatasingleTypeSCALARvaluedata"singleTypeSTRINGvaluespare_wheel_unhide"data2XsingleTypeSCALARvalue?XdatahsingleTypeSTRINGvalueantenna_01_unhidedatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueantenna_02_unhidedata&LsingleTypeSCALARvalueLdata\singleTypeSTRINGvaluefoglights_unhidedatasingleTypeSCALARvaluedata singleTypeSTRINGvaluemirrors_01_unhide data?singleTypeSCALARvalue?dataO~singleTypeSTRINGvaluedoors_unhide~datasingleTypeSCALARvalue?dataTypeObjectPositionInfoHsideEmptyflagsAttributesidtypegmx_chdkz_uaz469_cargo_wdrCustomAttributes*position=QF'@Eangles!@٨@!a@Attribute0nAttributes*propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value*data*singleTypeSTRINGvalue[[[["CUP_arifle_AKM","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_762x39_AK47_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]*dataTypeObjectPositionInfosideEmptyflagsAttributesidtypegmx_chdkz_ural375d_refuel_wdrCustomAttributesposition-QF @jWEangles,@@2<Attribute0'nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["CUP_arifle_AKM","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_762x39_AK47_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false] dataTypeObjectPositionInfoJsideEmptyflagsAttributesidtypegmx_chdkz_ural375d_refuel_wdratlOffsetCustomAttributes,positionOQFf@mEangles,@ 7@=Attribute0nAttributes,propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value ,data,singleTypeSTRINGvalue[[[["CUP_arifle_AKM","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_762x39_AK47_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false],dataTypeLayernameNizhnoyeEntitieszidatlOffset.#Be itemsItem0e dataTypeLayernameAdmiralEntitiesidatlOffset.#Be itemsItem0 Item1e dataTypeLayernamePatrolEntitiesXidatlOffset樁@itemsItem0Item1cdataTypeTriggerpositionvHF@xEAttributesidtypeEmptyDetectorAreaR50atlOffset@}=cconditioncall{triggeractivated tgr_solnichniy_factory;}sizeAzCsizeBzCisRectanglecdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffsetNžCustomAttributespositionCFQBE Attribute0Attribute1aAttribute2Attribute3Attribute4tAttribute5#Attribute6Attribute7Attribute8Attribute9>nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value.adata>asingleTypeSTRINGvalueapropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value>tdataNtsingleTypeSCALARvalueBtpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value#data#singleTypeBOOLvalue#propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueLdata\singleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value >data>singleTypeSTRINGvalue>propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLayernameCounterEntitiesGidatlOffsetlAe itemsItem0Item18Item2Item3Item4Item59Item6Item7Item8XItem9Item10Item11 Item12. Item13 Item14Item15Item16Be dataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributes8positionFAF#B.FAttribute0Attribute1qAttribute2(Attribute3Attribute4Attribute5UAttribute6 Attribute7Attribute8Attribute9`Attribute10'Attribute11Attribute12Attribute13vnAttributes8propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value>qdataNqsingleTypeSTRINGvalueqpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value(data(singleTypeSCALARvalue(propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value`datapsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueUdata/UsingleTypeSCALARvalue AUpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value data singleTypeBOOLvalue propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value`datapsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value*`data:`singleTypeSCALARvalue`propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value'data'singleTypeSCALARvalue'propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuewdatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value@vdataPvsingleTypeSCALARvalue@vpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value8data8singleTypeSTRINGvalue8dataTypeTriggerposition2JF@TFAttributesid typeEmptyDetectorAreaR50atlOffset,conditioncall{triggeractivated tgr_nizhnoye;}sizeApAsizeBpAdataTypeTriggerposition0=FmMB FAttributeswid typeEmptyDetectorAreaR50atlOffset(kconditioncall{triggeractivated tgr_nizhnoye;}sizeApAsizeBpAdataTypeTriggerposition=FFBFAttributes>idtypeEmptyDetectorAreaR50atlOffset2conditioncall{triggeractivated tgr_nizhnoye;}sizeApAsizeBpAdataTypeGroupsideCivilianEntitiesAttributes3id atlOffset#9itemsItem0Item13dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRatlOffset#position=FEB!FdataTypeWaypointpositionsKF@lEEffects-showWPNEVERid typeMoveatlOffsetv339dataTypeGroupsideCivilianEntitiesAttributesidatlOffsetitemsItem0Item1ddataTypeObjectPositionInfo>sideCivilianflagsAttributes^idtypeC_Bob_VRatlOffsetdposition׶=F~IBg F^ddataTypeWaypointpositionqKFR@EEffectsshowWPNEVERidtypeMoveatlOffsetdataTypeGroupsideCivilianEntitiesCAttributesidatlOffsetx<itemsItem0kItem1dataTypeObjectPositionInfosideCivilianflagsAttributes idtypeC_Bob_VRatlOffsetx<positionJFN@"F dataTypeWaypointpositionhsKF.3@t&EEffectsshowWPNEVERidtypeMoveatlOffsetdataTypeTriggerposition;Y?F3BqEAttributes idtypeEmptyDetectorAreaR50atlOffsetl=Xconditioncall{triggeractivated tgr_nizhnoye;}sizeApAsizeBpAXdataTypeTriggerposition=FUBEAttributesidtypeEmptyDetectorAreaR50atlOffsetKconditioncall{triggeractivated tgr_nizhnoye;}sizeApAsizeBpAdataTypeTriggerpositionGFj@]U FAttributesidtypeEmptyDetectorAreaR50atlOffset\ʎconditioncall{triggeractivated tgr_nizhnoye;}sizeApAsizeBpAdataTypeGroupsideCivilianEntitiesDAttributes| idatlOffset< itemsItem0lItem1 | dataTypeObjectPositionInfosideCivilianflagsAttributes idtypeC_Bob_VRatlOffset< positionGF@- F  dataTypeWaypointpositionKF@EEffectsv showWPNEVERidtypeMove| |  dataTypeGroupsideCivilianEntities Attributes( idatlOffsetP. itemsItem0 Item1 ( dataTypeObjectPositionInfo sideCivilianflagsAttributes idtypeC_Bob_VRatlOffsetP position>FXΞBSE  dataTypeWaypointpositionKF@(EEffects" showWPNEVERidtypeMoveatlOffset( ( . dataTypeGroupsideCivilianEntities Attributes idatlOffset8= itemsItem0 Item1Y  dataTypeObjectPositionInfo3 sideCivilianflagsAttributesS id typeC_Bob_VRatlOffset8=Y positionY?FQ:BES Y dataTypeWaypointposition+KF@EEffects showWPNEVERid!typeMove   dataTypeLogicPositionInfoB idtypeAdmiral_OndemandCampZoneatlOffsetKCustomAttributesb positionCFrA6)Fb Attribute0^Attribute1 Attribute2Attribute3Attribute4EAttribute5Attribute6Attribute7Attribute8BAttribute9Attribute10Attribute11Attribute12\Attribute13%nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value data singleTypeSTRINGvalue propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueXdatahsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueEdataEsingleTypeSCALARvalueBEpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueRdatabsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueBdataBsingleTypeSTRINGvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueedatausingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value&\data6\singleTypeSCALARvalue\propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value%data%singleTypeSCALARvalue%propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLogicPositionInfoYid;typeARK_Rotor_ParadropatlOffset@5ACustomAttributespositionw;FCHGFangles,xZ<Attribute0Attribute1Attribute2Attribute34Attribute4nAttributespropertyARK_Rotor_Paradrop_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value|datasingleTypeSTRINGvalueCUP_O_MI6T_CHDKZpropertyARK_Rotor_Paradrop_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value@dataPsingleTypeSTRINGvalueark_rotor_fnc_paradroppropertyARK_Rotor_Paradrop_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value4data4singleTypeSCALARvalueC4propertyARK_Rotor_Paradrop_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValuedatasingleTypeSCALARvalueBpropertyARK_Rotor_Paradrop_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value\datalsingleTypeSTRINGvalueFULLdataTypeTriggerposition* ;FfCGFAttributes id8typeEmptyDetectorAreaR50atlOffset!ABconditioncall{triggeractivated tgr_nizhnoye;}BdataTypeGroupsideCivilianEntitiesAttributes_ id9atlOffsetAe itemsItem0Item1yItem2_ dataTypeObjectPositionInfoSsideCivilianflagsAttributessid:typeC_Jeff_VRatlOffsetAypositionQ:F^C GFsydataTypeWaypointposition:IF@RFEffectsshowWPNEVERidAtypeMovedataTypeWaypointpositionF_CEffectsY showWPNEVERidDtypeMoveatlOffsetPC_ _ e dataTypeMarkerpositionjT"dataTypeMarkerpositionEd@E]Enamemkr_tgttypeEmptyidatlOffset@Q3#dataTypeLayernameSpawning Triggers & CleanupEntities#iduatlOffset&. items Item0 $Item1$Item2%Item3&Item4.(Item5)Item6 *Item7l+Item8K,Item9 -Item10-.dataTypeTriggerpositionq4F@REAttributes$idvtypeEmptyDetectorAreaR50atlOffsett$nametgr_kamyshovosizeA@sizeBhaCsizeC AactivationByWESTisRectangle$dataTypeTriggerposition`jMF)@(uEangle]@Attributes%idtypeEmptyDetectorAreaR50atlOffsetx=%nametgr_kamyshovo_artysizeA@sizeBhaCsizeC AactivationByWESTisRectangle%dataTypeTriggerposition(CF@^Eangle]@Attributeso&idtypeEmptyDetectorAreaR50atlOffset<&nametgr_kamyshovo_medicalsizeA@sizeBhaCsizeC AactivationByWESTisRectangle&dataTypeTriggerpositionPKF@DEangle?Attributes`'idtypeEmptyDetectorAreaR50atlOffset{ͼ.(nametgr_nizhnoyeconditioncall{this}onActivationcall{if (isServer) then {[tgr_cleanup_2] call ark_fnc_cleanUpAI;};}sizeA@sizeBhaCsizeCAactivationByWESTisRectangle.(dataTypeTriggerpositiont)RFo@mEangle8&?Attributes(idtypeEmptyDetectorAreaR50atlOffset<)nametgr_solnichniysizeA@sizeBhaCsizeC AactivationByWESTisRectangle)dataTypeTriggerpositionÿMFoK@~Eangle?Attributes)idtypeEmptyDetectorAreaR50atlOffset< *nametgr_solnichniy_factorysizeA@sizeBhaCsizeC AactivationByWESTisRectangle *dataTypeTriggerposition=/QF<@/Eangle?Attributes*idtypeEmptyDetectorAreaR50atlOffsetHnl+nametgr_solnichniy_three_valleysconditioncall{this}onActivationcall{if (isServer) then {[tgr_cleanup_1] call ark_fnc_cleanUpAI;};}sizeA@sizeBhaCsizeC AactivationByWESTisRectanglel+dataTypeTriggerpositionxtypeB_officer_FCustomAttributes67position F @GEangles@5skill?rankCAPTAINinit [this, ["faction", "GMX_CDF_MC"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionCDF - Commanding Officer (M113A3)@COisPlayerisPlayable6Attribute06Attribute1L7nAttributes7propertyspeakerexpression_this setspeaker _value;Value7L7data 7L7singleTypeSTRINGvalueMale04ENGL7propertypitchexpression_this setpitch _value;Value77data77singleTypeSCALARvalue?7 dataTypeObjectPositionInfo\8sideWestflagsAttributes8id?typeB_Soldier_FatlOffsetCustomAttributesA9{:position F @*Eangles@8skill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - Platoon Driver@COisPlayableA9Attribute0y9Attribute19nAttributes{:propertyspeakerexpression_this setspeaker _value;Value99data99singleTypeSTRINGvalueMale11ENG9propertypitchexpression_this setpitch _value;ValueE:{:dataU:{:singleTypeSCALARvalueHz?{:dataTypeObjectPositionInfo:sideWestflagsAttributes1;id@typeB_officer_FatlOffset<positionD F @fEangles@1;skill?rankLIEUTENANTinit [this, ["faction", "GMX_CDF_MC"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionCDF - Executive Officer@COisPlayable<formationDIAMOND<dataTypeGroupsideWestEntitiesx<Attributes?idAatlOffset?itemsItem0<Item1/>?dataTypeObjectPositionInfo!=sideWestflagsAttributesY=idBtypeB_Soldier_SL_FatlOffset/>position F @$Eanglesy8@Y=skill?rankSERGEANTinit [this, ["faction", "GMX_CDF_MC"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF - Alpha Squad Leader@Alpha SLisPlayable/>dataTypeObjectPositionInfo>sideWestflagsAttributes>idCtypeB_medic_F?positionc F @?Eanglesy8@>skill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF - Alpha Squad Medic@Alpha SLisPlayable?formationDIAMOND?dataTypeGroupsideWestEntities@Attributes FidDatlOffset$FitemsItem0\@Item1AItem2VCItem3D FdataTypeObjectPositionInfo@sideWestflagsAttributesAidEtypeB_Soldier_TL_FatlOffsetAposition F @[Eanglesy8@Askill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 1 Fireteam Leader@Alpha 1isPlayableAdataTypeObjectPositionInfo`BsideWestflagsAttributesBidFtypeB_soldier_AR_FVCposition F @jwEanglesy8@Bskill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 1 Automatic Rifleman@Alpha 1isPlayableVCdataTypeObjectPositionInfoCsideWestflagsAttributesCidGtypeB_Soldier_A_FDpositionߣ F @Eanglesy8@Cskill?init [this, ["faction", "GMX_CDF_MC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayableDdataTypeObjectPositionInfo)EsideWestflagsAttributesaEidHtypeB_soldier_LAT_F Fposition F @TEanglesy8@aEskill?init[this, ["faction", "GMX_CDF_MC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 1 Rifleman (AT)@Alpha 1isPlayable FformationDIAMOND$FdataTypeGroupsideWestEntities~FAttributes6LidIatlOffsetEx=PLitemsItem0FItem1IItem2J6L dataTypeObjectPositionInfoBGsideWestflagsAttributeszGidJtypeB_crew_FatlOffsetEx=CustomAttributesZHIposition FT@Eanglesz$@zGskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_MC"], ["gear", "VC"], ["marker", "IFV1", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF - IFV 1 Commander (M2A2 Bradley)@IFV 1isPlayableZHAttribute0HAttribute1InAttributesIpropertyspeakerexpression_this setspeaker _value;ValueHIdataHIsingleTypeSTRINGvalueMale12ENGIpropertypitchexpression_this setpitch _value;Value^IIdatanIIsingleTypeSCALARvalueHz?IdataTypeObjectPositionInfoJsideWestflagsAttributesGJidKtypeB_crew_FatlOffsetEx=Jposition FT@TEanglesz$@GJskill?init [this, ["faction", "GMX_CDF_MC"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - IFV 1 Driver@IFV 1isPlayableJdataTypeObjectPositionInfo`KsideWestflagsAttributesKidLtypeB_crew_FatlOffsetEx=6Lposition[ FT@Eanglesz$@Kskill?init [this, ["faction", "GMX_CDF_MC"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF - IFV 1 Gunner@IFV 1isPlayable6LformationDIAMONDPLdataTypeGroupsideWestEntitiesLAttributesOidMOitemsItem0LItem1CNOdataTypeObjectPositionInfo3MsideWestflagsAttributeskMidNtypeB_Soldier_SL_FCNposition| F @:Eangles8@kMskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_MC"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo Squad Leader @Bravo SLisPlayableCNdataTypeObjectPositionInfoNsideWestflagsAttributesNidOtypeB_medic_FatlOffsetOpositionS F @VEangles8@Nskill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo Squad Medic@Bravo SLisPlayableOformationDIAMONDOdataTypeGroupsideWestEntities3PAttributes0VidPJVitemsItem0qPItem1QItem2lSItem3T0VdataTypeObjectPositionInfoPsideWestflagsAttributesQidQtypeB_Soldier_TL_FQposition F @3wEangles8@Qskill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Fireteam Leader@Bravo 1isPlayableQdataTypeObjectPositionInfovRsideWestflagsAttributesRidRtypeB_soldier_AR_FatlOffsetlSposition{ F @Eangles8@Rskill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Automatic Rifleman@Bravo 1isPlayablelSdataTypeObjectPositionInfoSsideWestflagsAttributes$TidStypeB_Soldier_A_FatlOffset_>Tpositionӿ FX@FEangles8@$Tskill?init [this, ["faction", "GMX_CDF_MC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayableTdataTypeObjectPositionInfoOUsideWestflagsAttributesUidTtypeB_soldier_LAT_F0Vposition F @Eangles8@Uskill?init[this, ["faction", "GMX_CDF_MC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Rifleman (AT)@Bravo 1isPlayable0VformationDIAMONDJVdataTypeGroupsideWestEntitiesVAttributes\idU7\itemsItem0VItem1YItem2Z\dataTypeObjectPositionInfoHWsideWestflagsAttributesWidVtypeB_crew_FCustomAttributesaXYposition F @Eanglesz$@Wskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_MC"], ["gear", "VC"], ["marker", "IFV2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - IFV 2 Commander (M2A2 Bradley)@IFV 2isPlayableaXAttribute0XAttribute1YnAttributesYpropertyspeakerexpression_this setspeaker _value;ValueXYdataXYsingleTypeSTRINGvalueMale08ENGYpropertypitchexpression_this setpitch _value;ValueeYYdatauYYsingleTypeSCALARvalue\?YdataTypeObjectPositionInfoZsideWestflagsAttributes>ZidWtypeB_crew_FZposition F @Eanglesz$@>Zskill?init [this, ["faction", "GMX_CDF_MC"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - IFV 2 Driver@IFV 2isPlayableZdataTypeObjectPositionInfoG[sideWestflagsAttributes[idXtypeB_crew_F\position F @Eanglesz$@[skill?init [this, ["faction", "GMX_CDF_MC"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF - IFV 2 Gunner@IFV 2isPlayable\formationDIAMOND7\dataTypeGroupsideWestEntities\AttributesLbidYfbitemsItem0\Item1c_LbdataTypeObjectPositionInfo1]sideWestflagsAttributesi]idZtypeB_soldier_exp_FCustomAttributes)^c_position!F @EanglesZ:@i]skill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "ENGA"]] call hull3_unit_fnc_init;descriptionCDF - Demolitions Team 1 Assistant@ENG 1isPlayable)^Attribute0a^Attribute1^nAttributesc_propertyspeakerexpression_this setspeaker _value;Value^^data^^singleTypeSTRINGvalueMale12ENG^propertypitchexpression_this setpitch _value;Value-_c_data=_c_singleTypeSCALARvalueQx?c_ dataTypeObjectPositionInfo_sideWestflagsAttributes3`id[typeB_soldier_exp_FatlOffsetCustomAttributesaLbposition,!F @UEanglesZ:@3`skill?rankSERGEANTinit [this, ["faction", "GMX_CDF_MC"], ["gear", "ENG"], ["marker", "ENG1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionCDF - Demolitions Team 1 Leader@ENG 1isPlayableaAttribute0JaAttribute1anAttributesLbpropertyspeakerexpression_this setspeaker _value;ValueaadataaasingleTypeSTRINGvalueMale02ENGapropertypitchexpression_this setpitch _value;ValuebLbdata&bLbsingleTypeSCALARvalueQx?LbformationDIAMONDfbdataTypeGroupsideWestEntitiesbAttributesfid\atlOffsetEx=(fitemsItem0bItem1}dfdataTypeObjectPositionInfoicsideWestflagsAttributescid]typeB_Soldier_SL_FatlOffsetEx=}dpositionS FT@tlEanglesء8@cskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_MC"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init;descriptionCDF - Charlie Squad Leader@Charlie SLisPlayable}ddataTypeObjectPositionInfodsideWestflagsAttributes1eid^typeB_medic_FatlOffsetEx=fposition* FT@5Eanglesء8@1eskill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "Medic"], ["marker", "CM", "ColorGreen"]] call hull3_unit_fnc_init;descriptionCDF - Charlie Squad Medic@Charlie SLisPlayablefformationDIAMOND(fdataTypeGroupsideWestEntitiesrfAttributes`lid_zlitemsItem0fItem19hItem2iItem3 k`ldataTypeObjectPositionInfo!gsideWestflagsAttributesYgid`typeB_Soldier_TL_F9hpositionJ F @Eanglesء8@Ygskill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;descriptionCDF - Charlie 1 Fireteam Leader@Charlie 1isPlayable9hdataTypeObjectPositionInfohsideWestflagsAttributeshidatypeB_soldier_AR_Fiposition! F @Eanglesء8@hskill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF - Charlie 1 Automatic Rifleman@Charlie 1isPlayableidataTypeObjectPositionInfojsideWestflagsAttributesLjidbtypeB_Soldier_A_F kpositiony F @Eanglesء8@Ljskill?init [this, ["faction", "GMX_CDF_MC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Charlie 1 Assistant Automatic Rifleman@Charlie 1isPlayable kdataTypeObjectPositionInfo{ksideWestflagsAttributeskidctypeB_soldier_LAT_F`lpositionC F @Eanglesء8@kskill?init[this, ["faction", "GMX_CDF_MC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Charlie 1 Rifleman (AT)@Charlie 1isPlayable`lformationDIAMONDzldataTypeGroupsideWestEntitieslAttributesEuiddatlOffset_uitemsItem0mItem1oItem2rEu dataTypeObjectPositionInfomsideWestflagsAttributesmidetypeB_crew_FatlOffsetCustomAttributesnoposition F @Eanglesz$@mskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_MC"], ["gear", "VC"], ["marker", "IFV3", "ColorGreen"]] call hull3_unit_fnc_init;descriptionCDF - IFV 3 Commander [JIP Replacement]@IFV 3isPlayablenAttribute0nAttribute1sonAttributesopropertyspeakerexpression_this setspeaker _value;Value7osodataGososingleTypeSTRINGvalueMale04ENGsopropertypitchexpression_this setpitch _value;ValueoodataoosingleTypeSCALARvaluep}?odataTypeObjectPositionInfoppsideWestflagsAttributespidftypeB_crew_FCustomAttributesXqrposition !F @Eanglesz$@pskill?init [this, ["faction", "GMX_CDF_MC"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - IFV 3 Driver [JIP Replacement]@IFV 3isPlayableXqAttribute0qAttribute1rnAttributesrpropertyspeakerexpression_this setspeaker _value;ValueqrdataqrsingleTypeSTRINGvalueMale05ENGrpropertypitchexpression_this setpitch _value;Value\rrdatalrrsingleTypeSCALARvalueu?r dataTypeObjectPositionInfo#ssideWestflagsAttributes[sidgtypeB_crew_FatlOffset5CustomAttributes tEuposition F @Eanglesz$@[sskill?init [this, ["faction", "GMX_CDF_MC"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF - IFV 3 Gunner [JIP Replacement]@IFV 3isPlayable tAttribute0CtAttribute1tnAttributesEupropertyspeakerexpression_this setspeaker _value;ValuettdatattsingleTypeSTRINGvalueMale01ENGtpropertypitchexpression_this setpitch _value;ValueuEudatauEusingleTypeSCALARvaluep}?EuformationDIAMOND_udataTypeGroupsideWestEntitiesuAttributesxidhxitemsItem0uItem1RwxdataTypeObjectPositionInfoBvsideWestflagsAttributeszviditypeB_Soldier_SL_FRwposition F @׎Eangles<9@zvskill?rankSERGEANTinit [this, ["faction", "GMX_CDF_MC"], ["gear", "SL"], ["marker", "DSL", "ColorBrown"]] call hull3_unit_fnc_init;descriptionCDF - Delta Squad Leader@Delta SLisPlayableRwdataTypeObjectPositionInfowsideWestflagsAttributeswidjtypeB_medic_Fxposition F @Eangles<9@wskill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "Medic"], ["marker", "DM", "ColorBrown"]] call hull3_unit_fnc_init;descriptionCDF - Delta Squad Medic@Delta SLisPlayablexformationDIAMONDxdataTypeGroupsideWestEntities3yAttributesidk+itemsItem0qyItem1zItem2]|Item3}dataTypeObjectPositionInfoysideWestflagsAttributeszidltypeB_Soldier_TL_Fzpositionq F @Eangles<9@zskill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "FTL"], ["marker", "D1", "ColorBrown"]] call hull3_unit_fnc_init;descriptionCDF - Delta 1 Fireteam Leader@Delta 1isPlayablezdataTypeObjectPositionInfog{sideWestflagsAttributes{idmtypeB_soldier_AR_F]|positionY F @7Eangles<9@{skill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF - Delta 1 Automatic Rifleman@Delta 1isPlayable]|dataTypeObjectPositionInfo|sideWestflagsAttributes}idntypeB_Soldier_A_F}position F @Eangles<9@}skill?init [this, ["faction", "GMX_CDF_MC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Delta 1 Assistant Automatic Rifleman@Delta 1isPlayable}dataTypeObjectPositionInfo0~sideWestflagsAttributesh~idotypeB_soldier_LAT_Fposition F @Eangles<9@h~skill?init[this, ["faction", "GMX_CDF_MC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Delta 1 Rifleman (AT)@Delta 1isPlayableformationDIAMOND+dataTypeGroupsideWestEntitiesuAttributesMidpgitemsItem0Item1Item2#MdataTypeObjectPositionInfo)sideWestflagsAttributesaidqtypeB_crew_FCustomAttributesFposition!F @=Eanglesz$@askill?rankSERGEANTinit [this, ["faction", "GMX_CDF_MC"], ["gear", "VC"], ["marker", "IFV4", "ColorBrown"]] call hull3_unit_fnc_init;descriptionCDF - IFV 4 Commander [JIP Replacement]@IFV 4isPlayableFAttribute0~Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;Valueȁdata؁singleTypeSTRINGvalueMale07ENGpropertypitchexpression_this setpitch _value;ValueJdataZsingleTypeSCALARvalue33s?dataTypeObjectPositionInfosideWestflagsAttributes9idrtypeB_crew_FCustomAttributes#position)!F @!Eanglesz$@9skill?init [this, ["faction", "GMX_CDF_MC"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - IFV 4 Driver [JIP Replacement]@IFV 4isPlayableAttribute0!Attribute1nAttributes#propertyspeakerexpression_this setspeaker _value;Valuekdata{singleTypeSTRINGvalueMale07ENGpropertypitchexpression_this setpitch _value;Value#data#singleTypeSCALARvalue\?#dataTypeObjectPositionInfosideWestflagsAttributes܅idstypeB_crew_FCustomAttributesMposition!F @.Eanglesz$@܅skill?init [this, ["faction", "GMX_CDF_MC"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionCDF - IFV 4 Gunner [JIP Replacement]@IFV 4isPlayableAttribute0ԆAttribute1ZAttribute2ևnAttributesMpropertyspeakerexpression_this setspeaker _value;ValueZdata.ZsingleTypeSTRINGvalueMale08ENGZpropertypitchexpression_this setpitch _value;ValueևdataևsingleTypeSCALARvalueHz?ևpropertyfaceexpression_this setface _value;ValueMdata*MsingleTypeSTRINGvalueMformationDIAMONDgdataTypeGroupsideWestEntitiesAttributesidtatlOffsetitemsItem0Item1΋ dataTypeObjectPositionInfosideWestflagsAttributesidutypeB_Soldier_SL_FatlOffsetCustomAttributes΋positiond0F˚BEangles@ #7@@skill?rankSERGEANTinit [this, ["faction", "GMX_CDF_MC"], ["gear", "SL"], ["marker", "ESL", "ColorWhite"]] call hull3_unit_fnc_init;descriptionCDF - Echo Squad Leader [JIP]@Echo SLisPlayableAttribute0̊Attribute1RnAttributes΋propertyspeakerexpression_this setspeaker _value;ValueRdata&RsingleTypeSTRINGvalueMale02ENGRpropertypitchexpression_this setpitch _value;Value΋data΋singleTypeSCALARvalueQx?΋dataTypeObjectPositionInfoPsideWestflagsAttributesidvtypeB_medic_FCustomAttributesepositionX0F ~BEangles@47@P@skill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "Medic"], ["marker", "EM", "ColorWhite"]] call hull3_unit_fnc_init;descriptionCDF - Echo Squad Medic [JIP]@Echo SLisPlayableeAttribute0Attribute1#nAttributespropertyspeakerexpression_this setspeaker _value;Value#data#singleTypeSTRINGvalueMale08ENG#propertypitchexpression_this setpitch _value;ValueidataysingleTypeSCALARvalue ׃?formationDIAMONDdataTypeGroupsideWestEntitiesAttributesidwatlOffset(itemsItem0QItem1:Item2Item3ʗ dataTypeObjectPositionInfosideWestflagsAttributes idxtypeB_Soldier_TL_FatlOffset(CustomAttributes:positiona0FwKB2Eangles@S7@̌@ skill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "FTL"], ["marker", "E1", "ColorWhite"]] call hull3_unit_fnc_init;descriptionCDF - Echo 1 Fireteam Leader [JIP]@Echo 1isPlayableAttribute08Attribute1nAttributes:propertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale07ENGpropertypitchexpression_this setpitch _value;Value:data:singleTypeSCALARvalue33s?: dataTypeObjectPositionInfoђsideWestflagsAttributes idytypeB_soldier_AR_FatlOffsetCustomAttributes˓positionT0F֜B@Eangles@R7@5.< skill?rankCORPORALinit [this, ["faction", "GMX_CDF_MC"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF - Echo 1 Automatic Rifleman [JIP]@Echo 1isPlayable˓Attribute0Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValueMdata]singleTypeSTRINGvalueMale12ENGpropertypitchexpression_this setpitch _value;ValueϔdataߔsingleTypeSCALARvalueQx? dataTypeObjectPositionInfosideWestflagsAttributesӕidztypeB_Soldier_A_FatlOffsetCustomAttributesʗpositionh0FMBKEangles@mR7@nZ<ӕskill?init [this, ["faction", "GMX_CDF_MC"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Echo 1 Assistant Automatic Rifleman [JIP]@Echo 1isPlayableAttribute0ȖAttribute1NnAttributesʗpropertyspeakerexpression_this setspeaker _value;ValueNdata"NsingleTypeSTRINGvalueMale09ENGNpropertypitchexpression_this setpitch _value;ValueʗdataʗsingleTypeSCALARvalueHz?ʗdataTypeObjectPositionInfoRsideWestflagsAttributesid{typeB_soldier_LAT_FCustomAttributes7position[0F{˝BXEangles{Q@\7@<skill?init[this, ["faction", "GMX_CDF_MC"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Echo 1 Rifleman (AT) [JIP]@Echo 1isPlayable7Attribute0Attribute1Attribute2nAttributespropertyspeakerexpression_this setspeaker _value;ValueədataٙsingleTypeSTRINGvalueMale05ENGpropertypitchexpression_this setpitch _value;ValueKdata[singleTypeSCALARvalue ׃?propertyfaceexpression_this setface _value;ValueŚdata՚singleTypeSTRINGvalueformationDIAMONDdataTypeGroupsideWestEntitieslAttributes1id|atlOffsetKitemsItem0Item1Item2NItem31 dataTypeObjectPositionInfoAsideWestflagsAttributesyid}typeB_Soldier_TL_FatlOffsetCustomAttributesYpositionIX0F BdqEangles@8o7@Attribute2nAttributes1propertyspeakerexpression_this setspeaker _value;Value>data>singleTypeSTRINGvalueMale05ENG>propertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalue ׃?propertyfaceexpression_this setface _value;Value1data1singleTypeSTRINGvalue1formationDIAMONDKdataTypeGroupsideWestEntitiesAttributesidatlOffsetitemsItem0ͧItem1Ȫ dataTypeObjectPositionInfoesideWestflagsAttributesidtypeB_soldier_exp_FatlOffsetCustomAttributesȪpositionItem32Item33Item34%Item35rItem36Item37 Item38YItem39Item40Item41@Item42Item43Item44'Item45tItem46Item47Item48[Item49Item50Item51BItem52Item53Item54)Item55vItem56Item57Item58]Item59Item60Item61DItem62Item63Item64+Item65xItem66Item67Item68_Item69Item70Item71FItem72Item73Item74-Item75zItem76Item77Item78aItem79Item80Item81HItem82Item83Item84/Item85|Item86Item87Item88cItem89Item90Item91JItem92Item93Item941Item95~Item96Item97Item98eItem99Item100Item101LItem102Item103Item1043Item105Item106Item107Item108gItem109Item110Item111NItem112Item113Item1145Item115Item116Item117Item118iItem119Item120Item121PItem122Item123Item1247Item125Item126Item127Item128kItem129Item130Item131RItem132Item133Item1349Item135Item136Item137 Item138mItem139Item140Item141TItem142Item143Item144;Item145Item146Item147"Item148oItem149Item150 Item151VItem152Item153Item154=Item155Item156Item157$Item158qItem159Item160 Item161XItem162Item163Item164?Item165Item166Item167&Item168sItem169Item170 Item171ZItem172Item173Item174AItem175Item176Item177(Item178uItem179Item180Item181\Item182Item183Item184C Item185 Item186 Item187* Item188w Item189 Item190 Item191^ Item192 Item193 Item194E Item195 Item196 Item197, Item198y Item199 Item200Item201`Item202Item203Item204GItem205Item206Item207.Item208{Item209Item210Item211bItem212Item213Item214IItem215Item216Item2170Item218}Item219Item220Item221dItem222Item223Item224KItem225Item226Item2272Item228Item229Item230Item231fItem232Item233Item234MItem235Item236Item2374Item238Item239Item240Item241hItem242Item243Item244OItem245Item2466linkIDitem0item1CustomData&8typeSync8linkIDitem0item1CustomDatastypeSynclinkIDitem0'item1CustomDatatypeSynclinkIDitem0)item1CustomData typeSynclinkIDitem0%item1CustomDataZltypeSyncllinkIDitem0+item1CustomDatatypeSynclinkIDitem0-item1CustomDatatypeSynclinkIDitem03item1CustomDataAStypeSyncSlinkIDitem01item1CustomDatatypeSynclinkID item0/item1CustomDatatypeSynclinkID item0 item1CustomData(:typeSync:linkID item0item1CustomDatautypeSynclinkID item0item1CustomDatatypeSynclinkID item0item1CustomData!typeSync!linkIDitem0item1CustomData\ntypeSyncnlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataCUtypeSyncUlinkIDitem0=item1CustomDatatypeSynclinkIDitem05item1CustomDatatypeSynclinkIDitem0item1CustomData*<typeSync<linkIDitem0item1CustomDatawtypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData#typeSync#linkIDitem0yitem1CustomData^ptypeSyncplinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSync linkIDitem0item1CustomDataEWtypeSyncWlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData,>typeSync>linkIDitem0item1CustomDataytypeSynclinkID item0item1CustomDatatypeSynclinkID!item0item1CustomData%typeSync%linkID"item0item1CustomData`rtypeSyncrlinkID#item0item1CustomDatatypeSynclinkID$item0item1CustomData typeSync linkID%item0item1CustomDataGYtypeSyncYlinkID&item0item1CustomDatatypeSynclinkID'item0Vitem1CustomDatatypeSynclinkID(item0Xitem1CustomData.@typeSync@linkID)item0Zitem1CustomData{typeSynclinkID*item0\item1CustomDatatypeSynclinkID+item0^item1CustomData'typeSync'linkID,item0`item1CustomDatabttypeSynctlinkID-item0gitem1CustomDatatypeSynclinkID.item0iitem1CustomDatatypeSynclinkID/item0kitem1CustomDataI[typeSync[linkID0item0mitem1CustomDatatypeSynclinkID1item0oitem1CustomDatatypeSynclinkID2item0Xitem1CustomData0BtypeSyncBlinkID3item0Zitem1CustomData}typeSynclinkID4item0\item1CustomDatatypeSynclinkID5item0^item1CustomData)typeSync)linkID6item0`item1CustomDatadvtypeSyncvlinkID7item0bitem1CustomDatatypeSynclinkID8item0ditem1CustomDatatypeSynclinkID9item0fitem1CustomDataK]typeSync]linkID:item0hitem1CustomDatatypeSynclinkID;item0item1CustomDatatypeSynclinkID<item0item1CustomData2DtypeSyncDlinkID=item0item1CustomDatatypeSynclinkID>item0item1CustomDatatypeSynclinkID?item0item1CustomData+typeSync+linkID@item0 item1CustomDatafxtypeSyncxlinkIDAitem0 item1CustomDatatypeSynclinkIDBitem0 item1CustomDatatypeSynclinkIDCitem0item1CustomDataM_typeSync_linkIDDitem0item1CustomDatatypeSynclinkIDEitem0item1CustomDatatypeSynclinkIDFitem0item1CustomData4FtypeSyncFlinkIDGitem0item1CustomDatatypeSynclinkIDHitem0item1CustomDatatypeSynclinkIDIitem0item1CustomData-typeSync-linkIDJitem0item1CustomDatahztypeSynczlinkIDKitem0item1CustomDatatypeSynclinkIDLitem0!item1CustomDatatypeSynclinkIDMitem0#item1CustomDataOatypeSyncalinkIDNitem0%item1CustomDatatypeSynclinkIDOitem0'item1CustomDatatypeSynclinkIDPitem0)item1CustomData6HtypeSyncHlinkIDQitem0+item1CustomDatatypeSynclinkIDRitem0-item1CustomDatatypeSynclinkIDSitem0/item1CustomData/typeSync/linkIDTitem03item1CustomDataj|typeSync|linkIDUitem05item1CustomDatatypeSynclinkIDVitem07item1CustomDatatypeSynclinkIDWitem09item1CustomDataQctypeSyncclinkIDXitem0;item1CustomDatatypeSynclinkIDYitem0=item1CustomDatatypeSynclinkIDZitem0?item1CustomData8JtypeSyncJlinkID[item0Aitem1CustomDatatypeSynclinkID\item0Citem1CustomDatatypeSynclinkID]item0Eitem1CustomData1typeSync1linkID^item0Gitem1CustomDatal~typeSync~linkID_item0Iitem1CustomDatatypeSynclinkID`item0Kitem1CustomDatatypeSynclinkIDaitem0Mitem1CustomDataSetypeSyncelinkIDbitem0Oitem1CustomDatatypeSynclinkIDcitem0Qitem1CustomDatatypeSynclinkIDditem0Sitem1CustomData:LtypeSyncLlinkIDeitem0Uitem1CustomDatatypeSynclinkIDfitem0Witem1CustomDatatypeSynclinkIDgitem0Yitem1CustomData!3typeSync3linkIDhitem0[item1CustomDatantypeSynclinkIDiitem0]item1CustomDatatypeSynclinkIDjitem0_item1CustomDatatypeSynclinkIDkitem0aitem1CustomDataUgtypeSyncglinkIDlitem0citem1CustomDatatypeSynclinkIDmitem0eitem1CustomDatatypeSynclinkIDnitem0gitem1CustomData<NtypeSyncNlinkIDoitem0iitem1CustomDatatypeSynclinkIDpitem0jitem1nCustomDatatypeSynclinkIDqitem0kitem1nCustomData#5typeSync5linkIDritem0mitem1nCustomDataptypeSynclinkIDsitem0litem1nCustomDatatypeSynclinkIDtitem0pitem1oCustomData typeSynclinkIDuitem0sitem1qCustomDataWitypeSyncilinkIDvitem0ritem1oCustomDatatypeSynclinkIDwitem0titem1oCustomDatatypeSynclinkIDxitem0witem1|CustomData>PtypeSyncPlinkIDyitem0yitem1|CustomDatatypeSynclinkIDzitem0xitem1{CustomDatatypeSynclinkID{item0zitem1{CustomData%7typeSync7linkID|item0item1CustomDatartypeSynclinkID}item0item1CustomDatatypeSynclinkID~item0item1CustomData typeSynclinkIDitem0item1CustomDataYktypeSyncklinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData@RtypeSyncRlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData'9typeSync9linkIDitem0item1CustomDatattypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSync linkIDitem0item1CustomData[mtypeSyncmlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataBTtypeSyncTlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData);typeSync;linkIDitem0item1CustomDatavtypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData"typeSync"linkIDitem0item1CustomData]otypeSyncolinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSync linkIDitem0item1CustomDataDVtypeSyncVlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData+=typeSync=linkIDitem0item1CustomDataxtypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData$typeSync$linkIDitem0item1CustomData_qtypeSyncqlinkIDitem0 item1CustomDatatypeSynclinkIDitem0 item1CustomData typeSync linkIDitem0item1CustomDataFXtypeSyncXlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData-?typeSync?linkIDitem0,item1*CustomDataztypeSynclinkIDitem0-item1*CustomDatatypeSynclinkIDitem0:item18CustomData&typeSync&linkIDitem0;item18CustomDataastypeSyncslinkIDitem0Kitem1CustomDatatypeSynclinkIDitem0Litem1CustomData typeSync linkIDitem0Mitem1CustomDataHZtypeSyncZlinkIDitem0Nitem1CustomDatatypeSynclinkIDitem0Oitem1CustomDatatypeSynclinkIDitem0Iitem1CustomData/AtypeSyncAlinkIDitem0Ritem1CustomData|typeSynclinkIDitem0Qitem1CustomDatatypeSynclinkIDitem0Pitem1CustomData(typeSync(linkIDitem08item1CustomDatacutypeSynculinkIDitem09item1CustomDatatypeSynclinkIDitem0:item1CustomDatatypeSynclinkIDitem0;item1CustomDataJ\typeSync\linkIDitem0<item1CustomDatatypeSynclinkIDitem07item1CustomDatatypeSynclinkIDitem03item1CustomData1 C typeSyncC linkIDitem04item1CustomData~  typeSync linkIDitem05item1CustomData  typeSync linkIDitem06item1CustomData * typeSync* linkIDitem0item1CustomDatae w typeSyncw linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomDataL ^ typeSync^ linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData3 E typeSyncE linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData , typeSync, linkIDitem0item1CustomDatag y typeSyncy linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataN`typeSync`linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData5GtypeSyncGlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData.typeSync.linkIDitem0item1CustomDatai{typeSync{linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataPbtypeSyncblinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData7ItypeSyncIlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData0typeSync0linkIDitem0item1CustomDatak}typeSync}linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataRdtypeSyncdlinkIDitem0 item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData9KtypeSyncKlinkIDitem0 item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData 2typeSync2linkIDitem0item1CustomDatamtypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataTftypeSyncflinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData;MtypeSyncMlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData"4typeSync4linkIDitem0item1CustomDataotypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSynclinkIDitem0item1CustomDataVhtypeSynchlinkIDitem0 item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData=OtypeSyncOlinkIDitem0 item1CustomDatatypeSynclinkIDitem0 item1CustomDatatypeSynclinkIDitem0 item1CustomData$6typeSync6kC'neZ˙K)B