sreVadmiral\admiral.h/\edescription.ext/\hull3\briefing\blufor.sqf/\ hull3\briefing\civilian.sqf/\hull3\briefing\indfor.sqf/\hull3\briefing\opfor.sqf/\hull3\CDF_AK109.h]\/#hull3\CDF_FOR_MOD.h^\O hull3\hull3.h/\^hull3\LICENSE/\8init.sqf/\initServer.sqfk ]mission.sqm/\]class Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "CUP_CHDKZ"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "CUP_CHDKZ"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "CUP_CHDKZ"; defaultZoneTemplate = "Cqc"; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "wheely 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; // 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 a lightly armoured recon force being dispatched to probe the rebel lines. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Advance along the Coastal road assaulting the following objecitves 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 quite crampt.

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 however keep in mind we are a relatively lightly armoured reconnaissance force.

SQUAD TRANSPORT
Each Squad fits between a BRDM-2 and a BRDM-2UM with the first transporting five (including its dedicated crew) and the second four. These vehicles are under the Squad leaders direct command. "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
Vehicles can rearm from each other using ACE.

CO, XO and SL have access to a UAV that can recon our route of advance. Note it will automatically refuel itself once empty so does not need to land.

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 CDF_AK109 { class Rifleman { primaryWeapon = "CUP_arifle_AK109"; primaryWeaponItems[] = {"CUP_acc_Flashlight", "CUP_optic_ekp_8_02"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 1}, {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1} }; vestMagazines[] = { {"CUP_30Rnd_762x39_AK103_bakelite_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_762x39_AK103_bakelite_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_762x39_AK103_bakelite_M", 4}, {"CUP_30Rnd_TE1_Red_Tracer_762x39_AK103_bakelite_M", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = {{"ACE_fieldDressing", 10}}; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { primaryWeapon = "CUP_arifle_AK109_GL"; primaryWeaponItems[] = {"CUP_acc_Flashlight", "CUP_optic_ekp_8_02"}; handgunWeapon = "CUP_hgun_Makarov"; vestMagazines[] = { {"CUP_30Rnd_762x39_AK103_bakelite_M", 4}, {"CUP_1Rnd_HE_GP25_M", 4}, {"CUP_1Rnd_SMOKE_GP25_M", 2}, {"CUP_FlareWhite_GP25_M", 2}, {"CUP_30Rnd_TE1_Red_Tracer_762x39_AK103_bakelite_M", 2}, {"CUP_8Rnd_9x18_Makarov_M", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_762x39_AK103_bakelite_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_762x39_AK103_bakelite_M", 2}, {"CUP_1Rnd_SMOKE_GP25_M", 2}, {"CUP_1Rnd_SmokeRed_GP25_M", 2}, {"CUP_1Rnd_SmokeGreen_GP25_M", 2}, {"CUP_1Rnd_SmokeYellow_GP25_M", 2}, {"CUP_FlareWhite_GP25_M", 2}, {"CUP_FlareRed_GP25_M", 2}, {"CUP_FlareGreen_GP25_M", 2}, {"CUP_FlareYellow_GP25_M", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {"B_UavTerminal"}; binocular = "ACE_VectorDay"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class Crew : Rifleman { primaryWeapon = "CUP_smg_SA61"; primaryWeaponItems[] = {}; uniformMagazines[] = { {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; vestMagazines[] = {{"CUP_20Rnd_B_765x17_Ball_M", 4}}; backpackMagazines[] = {}; assignItems[] = {"ItemGPS"}; }; class CO : Officer { }; class XO : CO { backpackMagazines[] = { {"CUP_1Rnd_SMOKE_GP25_M", 4}, {"CUP_1Rnd_SmokeRed_GP25_M", 4}, {"CUP_1Rnd_SmokeGreen_GP25_M", 4}, {"CUP_1Rnd_SmokeYellow_GP25_M", 4}, {"CUP_FlareWhite_GP25_M", 3}, {"CUP_FlareRed_GP25_M", 3}, {"CUP_FlareGreen_GP25_M", 3}, {"CUP_FlareYellow_GP25_M", 3} }; backpackRadios[] = {"ACRE_PRC117F"}; }; class SL : Officer { }; class Medic : Rifleman { vestMagazines[] = { {"CUP_30Rnd_762x39_AK103_bakelite_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_762x39_AK103_bakelite_M", 2}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellBlue", 4}, {"CUP_30Rnd_762x39_AK103_bakelite_M", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; backpackMedicalItems[] = { {"ACE_fieldDressing", 30}, {"ACE_morphine", 30}, {"ACE_epinephrine", 30}, {"ACE_bloodIV", 12} }; }; class FTL : Leader { }; class AR : Rifleman { primaryWeapon = "CUP_lmg_Pecheneg"; primaryWeaponItems[] = {"CUP_optic_PechenegScope"}; vestMagazines[] = {{"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Red_M", 2}}; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Red_M", 4} }; }; class AAR : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Red_M", 4} }; binocular = "Binocular"; }; class RAT : Rifleman { secondaryWeapon = "CUP_launch_RPG7V"; secondaryWeaponItems[] = {"CUP_PG7VL_M", "CUP_optic_PGO7V3"}; vestMagazines[] = { {"CUP_30Rnd_762x39_AK103_bakelite_M", 6}, {"CUP_30Rnd_TE1_Red_Tracer_762x39_AK103_bakelite_M", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_762x39_AK103_bakelite_M", 4}, {"CUP_PG7VL_M", 2} }; }; class MMGG : Rifleman { }; class MMGAG : Rifleman { }; class HMGG : Rifleman { }; class HMGAG : HMGG { }; class HMGAC : Rifleman { }; class MATG : RAT { }; class MATAG : Rifleman { }; class MATAC : MATAG { }; class HATG : MATG { }; class HATAG : MATAG { }; class HATAC : HATAG { }; class DHATG : Rifleman { }; class DHATAG : HMGG { }; class DHATAC : Rifleman { }; class SAMG : Rifleman { }; class SAMAG : Rifleman { }; class SAMAC : SAMAG { }; class GMGG : Rifleman { }; class GMGAG : HMGG { }; class GMGAC : Rifleman { }; class MTRG : Rifleman { backpack = "CUP_B_Podnos_Gun_Bag"; backpackMagazines[] = {}; backpackMedicalItems[] = {}; }; class MTRAG : MTRG { backpack = "CUP_B_Podnos_Bipod_Bag"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; uniformMagazines[] = { {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1} }; binocular = "ACE_VectorDay"; assignItems[] = {"ItemGPS"}; }; class MTRAC : Rifleman { }; class ENG : Rifleman { }; class ENGA : ENG { }; class SN : Rifleman { }; class SP : Rifleman { }; class VC : Crew { binocular = "ACE_VectorDay"; }; class VG : Crew { }; class VD : Crew { }; class P : Crew { }; class PCM : P { }; class Vehicle { weapons[] = {{"CUP_launch_RPG18", 8}}; magazines[] = { {"CUP_30Rnd_762x39_AK103_bakelite_M", 25}, {"CUP_30Rnd_TE1_Red_Tracer_762x39_AK103_bakelite_M", 25}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Red_M", 25}, {"CUP_1Rnd_HE_GP25_M", 10}, {"CUP_1Rnd_SMOKE_GP25_M", 5}, {"CUP_1Rnd_SmokeRed_GP25_M", 5}, {"CUP_1Rnd_SmokeGreen_GP25_M", 5}, {"CUP_1Rnd_SmokeYellow_GP25_M", 5}, {"ACE_HandFlare_White", 5}, {"CUP_PG7VL_M", 5}, {"CUP_OG7_M", 5}, {"CUP_PG7VR_M", 5}, {"CUP_FlareWhite_GP25_M", 5}, {"CUP_FlareRed_GP25_M", 5}, {"CUP_FlareGreen_GP25_M", 5}, {"CUP_FlareYellow_GP25_M", 5}, {"HandGrenade", 5}, {"SmokeShell", 5}, {"SatchelCharge_Remote_Mag", 5}, {"DemoCharge_Remote_Mag", 10}, {"CUP_20Rnd_B_765x17_Ball_M", 10}, {"CUP_8Rnd_9x18_Makarov_M", 10} }; items[] = { {"Toolkit", 1}, {"ItemGPS", 1}, {"ACE_M26_Clacker", 2} }; radios[] = { {"ACRE_PRC343", 2}, {"ACRE_PRC152", 2} }; medicalItems[] = {{"ACE_fieldDressing", 100}}; }; class Car : Vehicle { }; class Truck : Vehicle { }; class Armored : Truck { }; }; class CDF_FOR_MOD { class Rifleman { headGear = "CUP_H_CDF_H_PASGT_FST"; goggles = "CUP_G_Oakleys_Clr"; uniform = "CUP_U_B_CDF_FST_1"; vest = "CUP_V_CDF_6B3_1_FST_ARM"; backpack = "CUP_B_AlicePack_Khaki"; }; class Leader : Rifleman { uniform = "CUP_U_B_CDF_FST_2"; vest = "CUP_V_CDF_6B3_5_FST_ARM"; }; class Officer : Leader { headGear = "CUP_H_CDF_OfficerCap_FST"; goggles = "CUP_G_PMC_RadioHeadset_Glasses"; }; class Crew : Rifleman { headGear = "CUP_H_RUS_TSH_4_Brown"; goggles = ""; vest = "CUP_V_CDF_6B3_2_FST_ARM"; backpack = "CUP_B_SLA_Medicbag"; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { backpack = "CUP_B_AlicePack_Khaki"; }; class FTL : Leader { vest = "CUP_V_CDF_6B3_4_FST_ARM"; }; class AR : Rifleman { vest = "CUP_V_CDF_6B3_3_FST_ARM"; }; class AAR : Rifleman { backpack = "CUP_B_AlicePack_Khaki"; }; class RAT : Rifleman { }; class MMGG : AR { vest = "CUP_V_CDF_6B3_3_FST_ARM"; backpack = "CUP_B_AlicePack_Khaki"; }; class MMGAG : AAR { }; class HMGG : AR { }; class HMGAG : AAR { }; class HMGAC : AAR { }; class MATG : RAT { }; class MATAG : AAR { }; class MATAC : MATAG { }; class HATG : RAT { }; class HATAG : AAR { }; class HATAC : HATAG { }; class DHATG : AR { }; class DHATAG : AAR { }; class DHATAC : AAR { }; class SAMG : AR { }; class SAMAG : AAR { }; class SAMAC : AAR { }; class GMGG : AR { }; class GMGAG : AAR { }; class GMGAC : AAR { }; class MTRG : AR { }; class MTRAG : AAR { }; class MTRAC : AAR { }; class ENG : Rifleman { }; class ENGA : ENG { }; class SN : Rifleman { }; class SP : SN { }; class VC : Crew { }; class VG : Crew { }; class VD : Crew { }; class P : Crew { }; class PCM : P { }; }; 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 CUP_CDF_FOR { gear = "CDF_AK109"; uniform = "CDF_FOR_MOD"; languages[] = { {"west", 100} }; }; }; class Gear { #include "CDF_AK109.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "CDF_FOR_MOD.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; }; }];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; };raPYversion5EditorDataaddons8A3_Characters_FA3_Modules_Fark_ai_sentryark_clear_cargoark_ace_rearmCUP_WarfareBuildingsCUP_StandaloneTerrains_Core_FactionCUP_CAMiscCUP_Misc_e_ConfigCUP_Buildings_ConfigCUP_CABuildings_MiscCUP_Misc3_ConfigCUP_WheeledVehicles_BRDM2CUP_WheeledVehicles_UAZadmiralark_rotorCUP_Creatures_Military_ChedakiCUP_Creatures_StaticWeaponsCUP_WheeledVehicles_BTR60CUP_WheeledVehicles_DatsunCUP_TrackedVehicles_MTLBA3_Structures_F_SystemA3_Structures_F_Civ_Campingcba_xehA3_Structures_F_Civ_AccessoriesCUP_CAStructures_RailCUP_Editor_Buildings_ConfigCUP_WheeledVehicles_UralCUP_WaterVehicles_Fishing_BoatA3_Props_F_Exp_Naval_BoatsCUP_CAStructuresHouse_HouseVLSR_patch_contact_in_cup_cA3_Structures_F_Items_VesselsA3_Structures_F_Heli_Ind_MachinesA3_Structures_F_Mil_FlagsCUP_CWA_MiscCUP_TrackedVehicles_BMPCUP_AirVehicles_Mi8CUP_ibr_plantsA3_Structures_F_Dominants_LighthouseCUP_TrackedVehicles_T55A3_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_ConstructionsA3_Structures_F_EPA_Civ_ConstructionsCUP_CAStructures_E_Misc_Misc_MarketCUP_AirVehicles_MI6CUP_Weapons_AmmoBoxesA3_Ui_FA3_Characters_F_CommonCUP_AirVehicles_Pchela1TAddonsMetaDataLrandomSeedScenarioDataCustomAttributesMissionY moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProviderCameraLnextIDSnextIDnextIDposO Fo;BEdir0r?(*>up>e??'>aside{ +?d5@>LList\/items.Item0 Item1 Item2 Item3 Item4n Item5 Item6 Item7} Item8 Item9 Item10, Item11o Item12 Item13 Item14@Item15wItem16Item171Item18Item19Item20Item21iItem22Item232Item24Item25Item26%Item27Item28Item29dItem30Item31Item32Item33*Item34kItem35Item36Item37pItem38Item39OItem40Item41Item42Item43Item44Item45wclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.org classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.orgn classNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.org classNameCUP_WarfareBuildingsnameCUP_WarfareBuildings classNameCUP_StandaloneTerrains_Core_FactionnameCUP_StandaloneTerrains_Core_Faction} classNameCUP_CAMiscnameCUP_CAMisc classNameCUP_Misc_e_ConfignameCUP_Misc_e_Config classNameCUP_Buildings_ConfignameCUP_Buildings_Config, classNameCUP_CABuildings_MiscnameCUP_CABuildings_Misco classNameCUP_Misc3_ConfignameCUP_Misc3_Config classNameCUP_WheeledVehicles_BRDM2nameCUP_WheeledVehicles_BRDM2 classNameCUP_WheeledVehicles_UAZnameCUP_WheeledVehicles_UAZ@classNameAdmiralnameadmiralauthorKamiwclassNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.orgclassNameCUP_Creatures_Military_ChedakinameCUP_Creatures_Military_Chedaki1classNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeaponsclassNameCUP_WheeledVehicles_BTR60nameCUP_WheeledVehicles_BTR60classNameCUP_WheeledVehicles_DatsunnameCUP_WheeledVehicles_DatsunclassNameCUP_TrackedVehicles_MTLBnameCUP_TrackedVehicles_MTLBiclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_CAStructures_RailnameCUP_CAStructures_Rail2classNameCUP_Editor_Buildings_ConfignameCUP_Editor_Buildings_ConfigclassNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_UralclassNameCUP_WaterVehicles_Fishing_BoatnameCUP_WaterVehicles_Fishing_Boat%classNameA3_Props_F_ExpnameArma 3 Apex - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_CAStructuresHouse_HouseVnameCUP_CAStructuresHouse_HouseVclassNameLSR_patch_contact_in_cup_cnamepatch_contact_in_cup_cauthor16AA 3LSRdclassNameA3_Structures_F_HelinameArma 3 Helicopters - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_CWA_MiscnameCUP_CWA_MiscclassNameCUP_TrackedVehicles_BMPnameCUP_TrackedVehicles_BMPauthorCommunity Cupgrade Project*classNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi8kclassNameCUP_ibr_plantsnameCUP_ibr_plantsclassNameCUP_TrackedVehicles_T55nameCUP_TrackedVehicles_T55classNameA3_Structures_F_IndnameArma 3 - Industrial StructuresauthorBohemia Interactiveurlhttps://www.arma3.compclassNameCUP_StandaloneTerrains_CorenameCUP_StandaloneTerrains_CoreclassNameA3_Structures_F_TanknameArma 3 Tank - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comOclassNameplp_containersnameplp_containersclassNameA3_Structures_F_EPAnameArma 3 Survive Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_CAStructures_E_Misc_Misc_MarketnameCUP_CAStructures_E_Misc_Misc_MarketclassNameCUP_AirVehicles_MI6nameCUP_AirVehicles_MI6classNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxesclassNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comwclassNameCUP_AirVehicles_Pchela1TnameCUP_AirVehicles_Pchela1TauthordancemooxHeadergameTypeCoopminPlayersmaxPlayers5Category04nameMultiplayerAttribute0Attribute1\nAttributespropertyRespawnTemplatesexpressiontrueValue\data\typevalue\typeARRAYitemsItem0\data*\typeGvalueNone\typeSTRING\propertyRespawnButtonexpressiontrueValuedatatypevalue?typeSCALARIntel EntitiesConnectionsRYbriefingNameark_co53_wheely_bad_timeoverviewTextCDF Reconnaissance force sweep the coastal road | Slot APC / Squad + AT carriertimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<*items)Item0Item1$&Item2,Item32Item4S9Item5?Item6$FItem7LItem8RItem9pYItem10_Item11|dItem12gItem13qkItem14nItem15oItem16uItem17/Item18Item19&nItem20Item21uItem22#Item23=0Item246Item258Item26d9Item27T;Item28<Item29>Item30>Item31-?Item32?Item33 @Item34d@Item35@Item36AItem37nAItem38LItem39OItem40QRdataTypeGroupsideWestEntitiesAttributes &id$&itemsItem07 Item1!Item24#Item3$ &dataTypeObjectPositionInfo sideWestflagsAttributes idtypeB_officer_F!positionos F @Eangles@ skill?rankCAPTAINinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionCDF - Commanding Officer@COisPlayerisPlayable!dataTypeObjectPositionInfo*"sideWestflagsAttributesb"idtypeB_medic_F4#position F @Eangles@b"skill?rankSERGEANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionCDF - Platoon Medic@COisPlayable4#dataTypeObjectPositionInfo#sideWestflagsAttributes#idtypeB_Soldier_F$positionl F @Eangles@#skill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionCDF - Platoon Rifleman@COisPlayable$dataTypeObjectPositionInfo$sideWestflagsAttributes6%idtypeB_officer_F &position)y F @ʟEangles@6%skill?rankLIEUTENANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionCDF - Executive Officer@COisPlayable &formationDIAMOND$&dataTypeGroupsideWestEntities~&Attributes,idatlOffset5,itemsItem0&Item1A(Item2),dataTypeObjectPositionInfo2'sideWestflagsAttributesj'idtypeB_Soldier_SL_FatlOffset5A(positiond FI @tEangles_@j'skill?rankSERGEANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF - Alpha Squad Leader@Alpha SLisPlayableA(dataTypeObjectPositionInfo(sideWestflagsAttributes(idtypeB_medic_FatlOffset5)positiono F @(XEangles_@(skill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF - Alpha Squad Medic@Alpha SLisPlayable)dataTypeObjectPositionInfoN*sideWestflagsAttributes*idQtypeB_crew_FCustomAttributesF+,position F @>Eangles_@*skill?initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "VD"]] call hull3_unit_fnc_init;}descriptionCDF - Alpha Command APC Driver (BRDM-2UM)@Alpha SLisPlayableF+Attribute0~+Attribute1,nAttributes,propertyspeakerexpression_this setspeaker _value;Value+,data+,type+valueMale07ENG,typeSTRING,propertypitchexpression_this setpitch _value;ValueU,,datae,,type,value33s?,typeSCALAR,formationDIAMOND,dataTypeGroupsideWestEntities,Attributes2id 2itemsItem08-Item1.Item2$0Item312dataTypeObjectPositionInfo-sideWestflagsAttributes-id typeB_Soldier_TL_F.position F @Eangles_@-skill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 1 Fireteam Leader@Alpha 1isPlayable.dataTypeObjectPositionInfo-/sideWestflagsAttributese/id typeB_soldier_AR_F$0position F @Eangles_@e/skill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 1 Automatic Rifleman@Alpha 1isPlayable$0dataTypeObjectPositionInfo0sideWestflagsAttributes0id typeB_Soldier_A_F1positionZ F @Eangles_@0skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayable1dataTypeObjectPositionInfo1sideWestflagsAttributes02id typeB_soldier_LAT_F2positionq F @Eangles_@02skill?init[this, ["faction", "CUP_CDF_FOR"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Alpha 1 Rifleman (AT)@Alpha 1isPlayable2formationDIAMOND2dataTypeGroupsideWestEntities>3Attributes99idS9itemsItem0q3Item14Item2p699dataTypeObjectPositionInfo3sideWestflagsAttributes4idtypeB_Soldier_SL_F4position F @nEangles_@4skill?rankSERGEANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo Squad Leader @Bravo SLisPlayable4dataTypeObjectPositionInfo_5sideWestflagsAttributes5idtypeB_medic_Fp6position FL @uEangles_@5skill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo Squad Medic@Bravo SLisPlayablep6dataTypeObjectPositionInfo6sideWestflagsAttributes)7idStypeB_crew_FCustomAttributes799position' F @aEangles_@)7skill?initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "VD"]] call hull3_unit_fnc_init;}descriptionCDF - Bravo Command APC Driver (BRDM-2UM)@Bravo SLisPlayable7Attribute0!8Attribute18nAttributes99propertyspeakerexpression_this setspeaker _value;Valuek88data{88type8valueMale07ENG8typeSTRING8propertypitchexpression_this setpitch _value;Value899data999type$9value33s?99typeSCALAR99formationDIAMONDS9dataTypeGroupsideWestEntities9Attributes?id?itemsItem09Item1`;Item2<Item3*>?dataTypeObjectPositionInfoL:sideWestflagsAttributes:idtypeB_Soldier_TL_F`;position F @6+Eangles_@:skill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Fireteam Leader@Bravo 1isPlayable`;dataTypeObjectPositionInfo;sideWestflagsAttributes <idtypeB_soldier_AR_F<position F @Eangles_@ <skill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Automatic Rifleman@Bravo 1isPlayable<dataTypeObjectPositionInfo8=sideWestflagsAttributesp=idtypeB_Soldier_A_F*>positionF F @Eangles_@p=skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayable*>dataTypeObjectPositionInfo>sideWestflagsAttributes>idtypeB_soldier_LAT_FatlOffset?position] F @IEangles_@>skill?init[this, ["faction", "CUP_CDF_FOR"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Bravo 1 Rifleman (AT)@Bravo 1isPlayable?formationDIAMOND?dataTypeGroupsideWestEntities?Attributes Fid$FitemsItem0%@Item1AItem2-C FdataTypeObjectPositionInfo@sideWestflagsAttributes@idtypeB_Soldier_SL_FAposition F @Eangles_@@skill?rankSERGEANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init;descriptionCDF - Charlie Squad Leader@Charlie SLisPlayableAdataTypeObjectPositionInfoBsideWestflagsAttributesOBidtypeB_medic_F-Cposition !F| @nEangles_@OBskill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "Medic"], ["marker", "CM", "ColorGreen"]] call hull3_unit_fnc_init;descriptionCDF - Charlie Squad Medic@Charlie SLisPlayable-C dataTypeObjectPositionInfoCsideWestflagsAttributesCidUtypeB_crew_FatlOffset5CustomAttributesD Fposition) F[ @{Eangles_@Cskill?initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "VD"]] call hull3_unit_fnc_init;}descriptionCDF - Charlie Command APC Driver (BRDM-2UM)@Charlie SLisPlayableDAttribute0DAttribute1EnAttributes Fpropertyspeakerexpression_this setspeaker _value;Value @xEangles_@Mskill?rankSERGEANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "SL"], ["marker", "DSL", "ColorBrown"]] call hull3_unit_fnc_init;descriptionCDF - Delta Squad Leader@Delta SLisPlayableNdataTypeObjectPositionInfoOsideWestflagsAttributes=OidtypeB_medic_FatlOffset5Ppositionm/!F @Eangles_@=Oskill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "Medic"], ["marker", "DM", "ColorBrown"]] call hull3_unit_fnc_init;descriptionCDF - Delta Squad Medic@Delta SLisPlayablePdataTypeObjectPositionInfoPsideWestflagsAttributesPidWtypeB_crew_FCustomAttributesQRposition!F @WEangles_@Pskill?initcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "VD"]] call hull3_unit_fnc_init;}descriptionCDF - Delta Command APC Driver (BRDM-2UM)@Delta SLisPlayableQAttribute0QAttribute1YRnAttributesRpropertyspeakerexpression_this setspeaker _value;ValueRYRdata"RYRtypeDRvalueMale07ENGYRtypeSTRINGYRpropertypitchexpression_this setpitch _value;ValueRRdataRRtypeRvalue33s?RtypeSCALARRformationDIAMONDRdataTypeGroupsideWestEntitiesTSAttributesVYid%atlOffsetpYitemsItem0SItem1(UItem2VItem3XVYdataTypeObjectPositionInfoTsideWestflagsAttributesKTid!typeB_Soldier_TL_FatlOffset(Uposition6)!F @wEangles_@KTskill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "FTL"], ["marker", "D1", "ColorBrown"]] call hull3_unit_fnc_init;descriptionCDF - Delta 1 Fireteam Leader@Delta 1isPlayable(UdataTypeObjectPositionInfoUsideWestflagsAttributesUid"typeB_soldier_AR_FVpositionA5!F @ZEangles_@Uskill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionCDF - Delta 1 Automatic Rifleman@Delta 1isPlayableVdataTypeObjectPositionInfoWsideWestflagsAttributesHWid#typeB_Soldier_A_FatlOffsetXposition!!F @GEangles_@HWskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionCDF - Delta 1 Assistant Automatic Rifleman@Delta 1isPlayableXdataTypeObjectPositionInfotXsideWestflagsAttributesXid$typeB_soldier_LAT_FVYposition-!F @*Eangles_@Xskill?init[this, ["faction", "CUP_CDF_FOR"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionCDF - Delta 1 Rifleman (AT)@Delta 1isPlayableVYformationDIAMONDpYdataTypeGroupsideWestEntitiesYAttributes_id)_itemsItem0YItem1\_dataTypeObjectPositionInfolZsideWestflagsAttributesZid&typeB_support_AMort_FCustomAttributes[\positionNQ!FL @Eanglesh@Zskill?rankSERGEANTinitcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "MTRAG"], ["marker", "MTR", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionCDF - Mortar Team Leader@MortarisPlayable[Attribute0[Attribute1N\nAttributes\propertyspeakerexpression_this setspeaker _value;Value\N\data\N\type9\valueMale12ENGN\typeSTRINGN\propertypitchexpression_this setpitch _value;Value\\data\\type\valueHz?\typeSCALAR\dataTypeObjectPositionInfo^]sideWestflagsAttributes]id'typeB_support_Mort_FCustomAttributesN^_positionm]!F @Eanglesh@]skill?rankCORPORALinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "MTRG"]] call hull3_unit_fnc_init;descriptionCDF - Mortar Team Gunner@MortarisPlayableN^Attribute0^Attribute1_nAttributes_propertyspeakerexpression_this setspeaker _value;Value^_data^_type_valueMale01ENG_typeSTRING_propertypitchexpression_this setpitch _value;Value]__datam__type_valueG?_typeSCALAR_formationDIAMOND_dataTypeGroupsideWestEntities`Attributesbdid-|ditemsItem0*`Item1cbddataTypeObjectPositionInfo`sideWestflagsAttributes`id*typeB_crew_FCustomAttributesacposition F @ bEangles>W@`skill?rankSERGEANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "VC"], ["marker", "A APC", "ColorRed"]] call hull3_unit_fnc_init;descriptionCDF - Alpha APC Commander (BRDM-2)@ Alpha APCisPlayableaAttribute0bAttribute1bnAttributescpropertyspeakerexpression_this setspeaker _value;ValueJbbdataZbbtype|bvalueMale08ENGbtypeSTRINGbpropertypitchexpression_this setpitch _value;Valuebcdatabctypecvalue\?ctypeSCALARcdataTypeObjectPositionInfocsideWestflagsAttributescid+typeB_crew_Fbdposition F @DEangles>W@cskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - Alpha APC Driver@Alpha APCisPlayablebdformationDIAMOND|ddataTypeGroupsideWestEntitiesdAttributesgid1gitemsItem0dItem1vfgdataTypeObjectPositionInfoYesideWestflagsAttributeseid.typeB_crew_Fvfposition F @pEangles>W@eskill?rankSERGEANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "VC"], ["marker", "B APC", "ColorBlue"]] call hull3_unit_fnc_init;descriptionCDF - Bravo APC Commander (BRDM-2)@Bravo APCisPlayablevfdataTypeObjectPositionInfofsideWestflagsAttributesgid/typeB_crew_Fgposition F @REangles>W@gskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - Bravo APC Driver@Bravo APCisPlayablegformationDIAMONDgdataTypeGroupsideWestEntities4hAttributesWkid5atlOffsetqkitemsItem0\hItem1iWkdataTypeObjectPositionInfohsideWestflagsAttributesiid2typeB_crew_FatlOffsetiposition F @Eangles>W@iskill?rankSERGEANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "VC"], ["marker", "C APC", "ColorGreen"]] call hull3_unit_fnc_init;descriptionCDF - Charlie APC Commander (BRDM-2)@Charlie APCisPlayableidataTypeObjectPositionInfotjsideWestflagsAttributesjid3typeB_crew_FatlOffsetWkpositionw F @iEangles>W@jskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - Charlie APC Driver@Charlie APCisPlayableWkformationDIAMONDqkdataTypeGroupsideWestEntitieskAttributesnid9atlOffsetnitemsItem0kItem1mndataTypeObjectPositionInfonlsideWestflagsAttributeslid6typeB_crew_FatlOffsetmposition F @Eangles>W@lskill?rankSERGEANTinit [this, ["faction", "CUP_CDF_FOR"], ["gear", "VC"], ["marker", "D APC", "ColorBrown"]] call hull3_unit_fnc_init;descriptionCDF - Delta APC Commander (BRDM-2)@Delta APCisPlayablemdataTypeObjectPositionInfomsideWestflagsAttributes/nid7typeB_crew_Fnposition!F @{Eangles>W@/nskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - Delta APC Driver@Delta APCisPlayablenformationDIAMONDndataTypeLogicPositionInfooonameadm_hc_unitisPlayabledescriptionHCidKtypeHeadlessClient_FopositiontF@J{DodataTypeGroupsideWestEntitiesoAttributesuidmuitemsItem0pItem1sudataTypeObjectPositionInfopsideWestflagsAttributespidntypeB_crew_FCustomAttributesqsposition!F @EanglesDW@pskill?rankSERGEANTinitcall{ [this, ["faction", "CUP_CDF_FOR"], ["gear", "VC"], ["marker", "AT", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionCDF - AT Weapons Carrier Commander (BRDM-2 9P148)@AT CarrierisPlayableqAttribute0qAttribute1}rnAttributesspropertyspeakerexpression_this setspeaker _value;Value6r}rdataFr}rtypehrvalueMale05ENG}rtypeSTRING}rpropertypitchexpression_this setpitch _value;Valuersdatarstypervalueff?stypeSCALARsdataTypeObjectPositionInfossideWestflagsAttributessidotypeB_crew_FCustomAttributesntuposition!F @EanglesDW@sskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionCDF - AT Weapons Carrier Driver@AT CarrierisPlayablentAttribute0tAttribute17unAttributesupropertyspeakerexpression_this setspeaker _value;Valuet7udatau7utype"uvalueMale05ENG7utypeSTRING7upropertypitchexpression_this setpitch _value;Value}uudatauutypeuvalue?utypeSCALARuformationDIAMONDudataTypeLayernameModulesEntities%vid{atlOffset/ items Item0vItem1xItem2{Item3G}Item4}Item5ÁItem6Item77Item8}Item9Item105Item11/dataTypeLogicPositionInfoMwareaSize@@flagsidytypeModuleHideTerrainObjects_FCustomAttributesmwxpositiono F@EmwAttribute0wAttribute1~Attribute0G~Attribute1~nAttributes}property#filterexpression_this setVariable ["#filter",_value]Value~~data~~type~valuePA~typeSCALAR~property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value>}dataN}typejvalue}typeBOOL}dataTypeLogicPositionInfoareaSizeA@flagsidtypeModuleHideTerrainObjects_FatlOffset@>CustomAttributesUÁposition`MF@axEangles|@R@5| }dataN}typejvalue}typeBOOL}dataTypeLogicPositionInfo areaSize@8AflagsidtypeModuleHideTerrainObjects_FCustomAttributesEpositionXLF@lEangles6@EAttribute0}Attribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValueӉdatatypevaluePAtypeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuetdatatypevaluetypeBOOLdataTypeLogicPositionInfoidtypeARK_Make_SentryCustomAttributesJ5positionCFe}A#hEangles2@G.@JAttribute0rnAttributes5propertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];Value5data5type"value5typeBOOL5dataTypeLogicPositionInfoidtypeARK_Clear_VehiclepositionCF@k]Eangles֑@bø<dataTypeLogicPositionInfoidtypeARK_ACE_RearmatlOffset9/position|0FcԠB_E/dataTypeLayernamePlayer BitsEntitiesid|atlOffsetF¢itemsItem0Item1vItem2OItem3 Item4ޑItem5Item6wItem74Item8Item9Item10Item11)Item12hItem13Item14Item15/Item16kItem17Item18 Item19JItem20Item21ؼItem22Item23SdataTypeObjectPositionInfo sideEmptyflagsAttributesXidttypeCDF_WarfareBBarracksvpositionV F з@˕Eanglesh7@XdisableSimulationvdataTypeObjectPositionInfosideEmptyflagsAttributes1idstypeCDF_WarfareBVehicleServicePointOpositionZd!Fq@l(EanglesJ@1disableSimulationOdataTypeObjectPositionInfoʐsideEmptyflagsAttributesidrtypeCDF_WarfareBUAVterminal positionO!F)AEangles?disableSimulation dataTypeObjectPositionInfosideEmptyflagsAttributesidvtypeWireޑposition FG@[EanglesE@disableSimulationޑdataTypeObjectPositionInfoFsideEmptyflagsAttributes~idwtypeWireposition Ff@oAEanglesQ@eE=~disableSimulationdataTypeObjectPositionInfo!sideEmptyflagsAttributesYidutypeClutterCutter_EP1atlOffset@=wpositionjO FW@Eangles~<;YdisableSimulationwdataTypeObjectPositionInfosideEmptyflagsAttributes.idxtypeLand_ZavoraatlOffset54position{ FAvEangles$<-@.4dataTypeObjectPositionInfosideEmptyflagsAttributesޔidptypeFlagCarrierCDFposition= F9AeEanglesr:@ޔdataTypeObjectPositionInfopsideEmptyflagsAttributesidqtypeFlagCarrierCDFEnsign_EP1atlOffset5positionq FA:EEanglesp@dataTypeObjectPositionInfo7sideEmptyflagsAttributesoidatypeCUP_B_BRDM2_CDFCustomAttributesۖposition FaA[EanglesN8@oskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;ۖAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value]datamtype՘value[[[["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]typeSTRINGdataTypeObjectPositionInfovsideEmptyflagsAttributesid^typeCUP_B_BRDM2_HQ_CDFCustomAttributes)position FAEanglesN8@skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;Attribute0BnAttributes)propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value)data)typevalue[[[["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])typeSTRING)dataTypeObjectPositionInfosideEmptyflagsAttributesid`typeCUP_B_BRDM2_HQ_CDFCustomAttributesYhposition FAEanglesN8@skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;YAttribute0nAttributeshpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value۝hdatahtypeSvalue[[[["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]htypeSTRINGhdataTypeObjectPositionInfosideEmptyflagsAttributes,idbtypeCUP_B_BRDM2_HQ_CDFCustomAttributesposition FA EanglesN8@,skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedata*typevalue[[[["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]typeSTRINGdataTypeObjectPositionInfo0sideEmptyflagsAttributeshid_typeCUP_B_BRDM2_CDFCustomAttributesԣposition FaAEanglesN8@hskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;ԣAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueVdataftypeΥvalue[[[["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]typeSTRING dataTypeObjectPositionInfo|sideEmptyflagsAttributesidLtypeCUP_B_BRDM2_CDFatlOffset>CustomAttributes /position F`AEanglesN8@skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init; Attribute0HnAttributes/propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value/data/typevalue[[[["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]/typeSTRING/dataTypeObjectPositionInfosideEmptyflagsAttributesid]typeCUP_B_BRDM2_CDFCustomAttributes\kposition FaAEanglesN8@skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;\Attribute0nAttributeskpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueުkdataktypeVvalue[[[["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]ktypeSTRINGk dataTypeObjectPositionInfo sideEmptyflagsAttributesAidhtypeCUP_B_BRDM2_ATGM_CDFatlOffsetCustomAttributesposition !FTAIEanglesN8@Askill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;Attribute0խnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value/data?typevalue[[[["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]typeSTRING dataTypeObjectPositionInfoXsideEmptyflagsAttributesidZtypeCUP_B_BRDM2_HQ_CDFatlOffsetȼCustomAttributes position FbAEanglesN8@skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;Attribute0$nAttributes propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value~ data typevalue[[[["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] typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesϳidctypeCUP_B_BRDM2_HQ_CDFCustomAttributes;JpositionW!FA)EanglesN8@ϳskill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;;Attribute0cnAttributesJpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueJdataʹJtype5value[[[["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]JtypeSTRINGJdataTypeObjectPositionInfoֶsideEmptyflagsAttributesiddtypeCUP_B_BRDM2_HQ_CDFCustomAttributeszposition!FA[8EanglesN8@skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;zAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedata typetvalue[[[["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]typeSTRING dataTypeObjectPositionInfo%sideEmptyflagsAttributes]idtypeCUP_B_BRDM2_HQ_CDFatlOffsetCustomAttributesɺؼpositionB0F B&EanglesE@h@]skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;ɺAttribute0nAttributesؼpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueKؼdata[ؼtypeüvalue[[[["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]ؼtypeSTRINGؼdataTypeObjectPositionInfoasideEmptyflagsAttributesidtypeCUP_B_BRDM2_CDFCustomAttributesposition0F6BEanglesF@skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;Attribute0-nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["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]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_B_UAZ_Open_CDFCustomAttributesDSpositiong0Fg4B&Eangles@%E@*@skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;DAttribute0lnAttributesSpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueSdataStype>value[[[["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]StypeSTRINGS dataTypeObjectPositionInfosideEmptyflagsAttributes'idtypeCUP_B_UAZ_Open_CDFatlOffset];CustomAttributesposition2Y0F~BEangles{=%E@&Y@'skill?init [this, ["faction", "CUP_CDF_FOR"], ["gear", "Armored"]] call hull3_unit_fnc_init;Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedata%typevalue[[[["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]typeSTRINGdataTypeLayernameKamyshovoEntitiesid}atlOffset7&nitemsItem0$Item1tItem2&ndataTypeLayernameAdmiralEntitiesqidatlOffsetAtitemsItem0Item1Item2tdataTypeLayernameCQCEntitiesidatlOffset3J§ itemsItem0WItem1Item2Item3Item4}Item5XItem6 Item7dataTypeTriggerpositionconditioncall{true;}sizeAAsizeBTaAisRectangledataTypeTriggerpositionHJ>F@6^EangleB;CAttributesidrtypeEmptyDetectoratlOffset#<conditioncall{true;}sizeA AsizeB AisRectangledataTypeTriggerposition9Fa@WEAttributesRidptypeEmptyDetectoratlOffset69conditioncall{true;}sizeA AsizeB AisRectangledataTypeLogicPositionInfoidotypeAdmiral_CqcZoneCustomAttributes1}positionž;F!@hWEanglesH@@@1 Attribute0Attribute1Attribute2VAttribute3Attribute4Attribute5Attribute68Attribute7Attribute8nAttributes }propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueWdatagtypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueVdata%VtypeAvalueVtypeSCALARVpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value@dataPtypelvalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value8data 8type%value8typeBOOL8propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value{datatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value?}dataO}typehvalue}typeSTRING}dataTypeLogicPositionInfoidstypeAdmiral_CqcZoneatlOffsetACustomAttributes Xposition;F=sLE Attribute0Attribute1pAttribute21Attribute3Attribute4Attribute5\Attribute6Attribute7Attribute8nAttributes XpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value2pdataBptype[valueptypeSTRINGppropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value1data1typevalue1typeSCALAR1propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuebdatartypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value\data+\typeGvalueB\typeSCALAR\propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueVdataftypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueXdata*XtypeCvalueXtypeSTRINGXdataTypeTriggerpositionl 3Fq@REanglef~@AttributesidttypeEmptyDetector conditioncall{true;}sizeAAsizeBTaAisRectangle dataTypeLogicPositionInfolidtypeAdmiral_CqcZoneCustomAttributespositionNF@dzE Attribute04Attribute1Attribute2Attribute3jAttribute4#Attribute5Attribute6Attribute7PAttribute8nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuepdatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value)jdata9jtypeUvaluejtypeSCALARjpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value#data#typevalueB#typeSCALAR#propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueTdatadtypevaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuePdataPtype;value@PtypeSCALARPpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerposition+NFmN@GIzEangle@AttributesEidtypeEmptyDetectorconditioncall{triggeractivated tgr_kamyshovo;}sizeA AsizeB AisRectangledataTypeLayernamePatrolEntitiesidatlOffset )? items Item0hItem1 Item2Item3pItem4uItem5Item6Item7Item8dataTypeTriggerposition8FTK@XEanglerk?AttributesidktypeEmptyDetectorAreaR50 conditioncall{true;}isRectangle dataTypeTriggerposition"CustomAttributesuposition>FOE Attribute0Attribute1yAttribute25Attribute3Attribute4Attribute5gAttribute69Attribute7Attribute8Attribute9nAttributes upropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value;ydataKytypedvalueytypeSTRINGypropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value5data5type value5typeSCALAR5propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valueldata|typevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value(gdata8gtypeTvaluegtypeBOOLgpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value9data9type$value9typeSCALAR9propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuepdatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value7udataGutype`valueutypeSTRINGudataTypeTriggerposition02F:@:valueStypeSCALARSpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value+data+typevalue?+typeSCALAR+propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue@@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueQdataatypezvaluetypeSTRINGdataTypeLayernameCounterEntitiesidatlOffset $0@t!items Item0dItem1Item2\Item3 Item4 Item5 Item6Item7NItem8Item9Item10WItem11*Item12+Item13F-Item14.Item15~0Item162Item173Item18R5Item19 6Item206Item21}7Item2268Item238Item249Item25X:Item26GItem27SItem28`Item294mItem30qItem31rtdataTypeGroupsideCivilianEntitiesAttributesid}itemsItem0Item1odataTypeObjectPositionInfoIsideCivilianflagsAttributesiid~typeC_Bob_VRoposition7EF@@YdEiodataTypeWaypointposition;F U@8YEEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntities.AttributesVid\itemsItem0VItem1VdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRposition :FAgpEdataTypeWaypointpositionh\7FӸ@LVEEffectsPshowWPNEVERidtypeMoveVV\dataTypeGroupsideCivilianEntitiesAttributes idatlOffset 6 itemsItem0Item1  dataTypeObjectPositionInfoa sideCivilianflagsAttributes idtypeC_Bob_VRatlOffset 6 positionEF@QbE  dataTypeWaypointposition:FL@XEEffects showWPNEVERidtypeMove   dataTypeGroupsideCivilianEntitiesF Attributes id itemsItem0y Item1 Item2y  dataTypeObjectPositionInfo sideCivilianflagsAttributes idtypeC_Bob_VR position:F:JBotE  dataTypeWaypointposition:F9A aEEffectss showWPNEVERidtypeMovey y dataTypeWaypointposition4F[@fcSEEffects showWPNEVERidtypeMove   dataTypeGroupsideCivilianEntities8 Attributes id itemsItem0k Item1 Item2k  dataTypeObjectPositionInfo sideCivilianflagsAttributes idtypeC_Bob_VR position?:FB= uE  dataTypeWaypointpositionb=F2,Ad`EEffectse showWPNEVERidtypeMovek k dataTypeWaypointposition4F@`SEEffects showWPNEVERidtypeMoveatlOffset7   dataTypeTriggerposition EF#Ͽ@bEAttributesMidztypeEmptyDetectorconditioncall{triggeractivated tgr_kamyshovo;}sizeApAsizeBpAdataTypeTriggerposition=\EFj@ϹdEAttributesidytypeEmptyDetectorNconditioncall{triggeractivated tgr_kamyshovo;}sizeApAsizeBpANdataTypeTriggerpositionp:FcB"uEAttributesidxtypeEmptyDetectorconditioncall{triggeractivated tgr_kamyshovo;}sizeApAsizeBpAdataTypeTriggerpositionM:FxֽA9^qEAttributes`idwtypeEmptyDetectorconditioncall{triggeractivated tgr_kamyshovo;}sizeApAsizeBpAdataTypeLogicPositionInfoid|typeAdmiral_OndemandCampZoneCustomAttributes8Wposition;FAqE8Attribute04Attribute1Attribute2Attribute3Attribute4GAttribute5Attribute6Attribute7Attribute8pAttribute9HAttribute10Attribute11Attribute12Attribute13nAttributesWpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueDdataTtypepvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueGdataGtype2valueBGtypeSCALARGpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuejdataztypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value2pdataBptype[valueptypeSTRINGppropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueHdataHtype3valueHtypeSCALARHpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueudatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueIdataYtypeuvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueWdata)WtypeBvalueWtypeSTRINGWdataTypeLogicPositionInfoid{typeAdmiral_OndemandCampZoneatlOffset6CustomAttributes*position:FI!B+uEAttribute0Attribute1Attribute2z Attribute3Attribute4?Attribute5?Attribute6@Attribute7kAAttribute80BAttribute9CAttribute10CAttribute11DAttribute12vEAttribute13JFnAttributesGpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value<<data<<type<value<typeSTRING<propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueB==dataR==typen=value=typeSCALAR=propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value>E>data>E>type0>valueBE>typeSCALARE>propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value>?data>?type>valueB?typeSCALAR?propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value??data??type?value A?typeSCALAR?propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueR@@datab@@type~@value@typeBOOL@propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value*AkAdata:AkAtypeVAvaluekAtypeSCALARkApropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueA0BdataB0BtypeBvalue0BtypeSTRING0BpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueBCdataBCtypeBvalue@CtypeSCALARCpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueCCdataCCtypeCvalueCtypeSCALARCpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueiDDdatayDDtypeDvalue@DtypeSCALARDpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value5EvEdataEEvEtypeaEvaluevEtypeSCALARvEpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value FJFdataFJFtype5FvalueJFtypeSCALARJFpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueFGdataFGtypeGvalueGtypeSTRINGGdataTypeLogicPositionInfoGidtypeAdmiral_OndemandCampZoneCustomAttributesGSpositionIQFq`@Eangles@ΣItem41Item42ڮItem43Item44oItem45Item46Item47Item48KdataTypeGroupsideEastEntitieswAttributesxidxitemsItem0wxdataTypeObjectPositionInfoDxsideEastflagsAttributes|xidtypeCUP_O_INS_Soldier_AK74xposition-3Fww@eQEanglesJ@|xxdynamicSimulationxdataTypeGroupsideEastEntitiesxAttributesyidatlOffsetlyitemsItem0yydataTypeObjectPositionInfoysideEastflagsAttributesyidtypeCUP_O_INS_Soldier_ARatlOffsetlypositionA03F@'QEangles@yydynamicSimulationydataTypeObjectPositionInfonzsideEastflagsAttributeszidtypeCUP_O_DSHKM_ChDKZzposition(3F@AQEangles@@ v;zzdataTypeGroupsideEastEntities{Attributes{CrewLinks{id|itemsItem0"{{dataTypeObjectPositionInfo{sideEastflagsAttributes{idtypeCUP_O_INS_Soldier{position(3F÷@CQEangles@@ v;{{dynamicSimulation{LinkIDProvider|Links*||nextID*|itemsItem0G||linkIDitem0item1CustomData||roleturretPath|dataTypeGroupsideEastEntities|Attributes}id$}itemsItem0 }}dataTypeObjectPositionInfo}sideEastflagsAttributes}id%typeCUP_O_INS_Soldier_AR}positionq9F @*[Eanglesu@}}dynamicSimulation}dataTypeGroupsideEastEntities9~Attributesid&atlOffset59itemsItem0V~dataTypeObjectPositionInfo~sideEastflagsAttributesid'typeCUP_O_INS_Soldier_MGatlOffset5position9FF@hZEanglesf@dynamicSimulation9dataTypeGroupsideEastEntitiesAttributesvid(atlOffset5itemsItem0vdataTypeObjectPositionInfo8sideEastflagsAttributespid)typeCUP_O_INS_Soldier_LATatlOffset5vposition9F@YEangles@pvdynamicSimulationdataTypeGroupsideEastEntitiesAttributesҁid*atlOffset5itemsItem0 ҁdataTypeObjectPositionInfosideEastflagsAttributeśid+typeCUP_O_INS_Soldier_AK74atlOffset5ҁposition5;F @-]Eangles,BF@́ҁdynamicSimulationdataTypeGroupsideEastEntities:Attributes id,*itemsItem0W dataTypeObjectPositionInfo΂sideEastflagsAttributesid-typeCUP_O_INS_Soldier_AR position;F#A^Eangles@ dynamicSimulation*dataTypeGroupsideEastEntitiesAttributeshid.atlOffset=itemsItem0hdataTypeObjectPositionInfo*sideEastflagsAttributesbid/typeCUP_O_INS_Story_BardakatlOffset=hpositionitemsItem0}dataTypeObjectPositionInfo?sideEastflagsAttributeswid^typeCUP_O_INS_Soldier_LATatlOffsetmh>}positionuCF7O@!HbEanglesV@w}dynamicSimulationdataTypeGroupsideEastEntitiesAttributesid_ДitemsItem0dataTypeObjectPositionInfotsideEastflagsAttributesid`typeCUP_O_INS_Medicposition͢DF @IbEanglesro@dynamicSimulationДdataTypeGroupsideEastEntitiesAttributesidaitemsItem07dataTypeObjectPositionInfosideEastflagsAttributesidbtypeCUP_O_INS_Medicposition2DF @ybEangles]@dynamicSimulationdataTypeGroupsideEastEntitiesOAttributes#idcAitemsItem0l#dataTypeObjectPositionInfosideEastflagsAttributesiddtypeCUP_O_INS_Soldier_Ammo#positionDF @~aEanglesK߉@#dynamicSimulationAdataTypeGroupsideEastEntitiesAttributesXidevitemsItem0XdataTypeObjectPositionInfosideEastflagsAttributesRidftypeCUP_O_INS_PilotXpositionDF,@aEanglesV j@RXdynamicSimulationvdataTypeGroupsideEastEntitiesAttributesidgitemsItem0ݘdataTypeObjectPositionInfoTsideEastflagsAttributesidhtypeCUP_O_INS_Soldier_MGpositiondDF @VaEanglesR@dynamicSimulationdataTypeObjectPositionInfo$sideEastflagsAttributes\idUtypeCUP_O_DSHKM_ChDKZbposition{DFT@p_Eangles5:K@/+;\bdataTypeGroupsideEastEntitiesAttributesidWatlOffsetitemsItem0ٚdataTypeObjectPositionInfo`sideEastflagsAttributesidXtypeCUP_O_INS_Soldier_GLatlOffsetpositionDF7@`Eangles˹@dynamicSimulationdataTypeGroupsideEastEntitiesAttributesCrewLinksidTŝitemsItem02dataTypeObjectPositionInfosideEastflagsAttributesidVtypeCUP_O_INS_SoldieratlOffset5positionDFj@8_Eangles5:K@/+;dynamicSimulationLinkIDProvider7LinksJŝnextIDJitemsItem0gŝlinkIDitem0Vitem1UCustomDataŝroleturretPathŝdataTypeGroupsideEastEntitiesAttributesidatlOffset 3=itemsItem0<dataTypeObjectPositionInfoÞsideEastflagsAttributesidtypeCUP_O_INS_Soldier_ARatlOffset 3=position):FՔ@[Eanglesf@dynamicSimulationdataTypeGroupsideEastEntitiesyAttributes]idatlOffset #:{itemsItem0]dataTypeObjectPositionInfosideEastflagsAttributesWidtypeCUP_O_INS_Soldier_AK74atlOffset #:]positionA:F`@E[Eangles Eg@W]dynamicSimulation{dataTypeGroupsideEastEntitiesŠAttributesiditemsItem0dataTypeObjectPositionInfoYsideEastflagsAttributesidtypeCUP_O_INS_Soldier_GLpositionw:F @[Eangles|@dynamicSimulationdataTypeGroupsideEastEntitiesAttributesidatlOffset5itemsItem0,dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Soldier_LATatlOffset5position":F1@[Eanglesم?dynamicSimulationdataTypeGroupsideEastEntitiesjAttributesNid atlOffset49litemsItem0NdataTypeObjectPositionInfosideEastflagsAttributesHid typeCUP_O_INS_Soldier_AmmoatlOffset49NpositionMFJ@aLxEanglesjo@HNdynamicSimulationldataTypeGroupsideEastEntitiesAttributesid itemsItem0ӤdataTypeObjectPositionInfoKsideEastflagsAttributesid typeCUP_O_INS_Soldier_LATpositionMFs|@*GwEangles?dynamicSimulationdataTypeGroupsideEastEntitiesAttributesidatlOffset7itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesݦidtypeCUP_O_INS_Soldier_GLatlOffset7positionMF{@wEanglesЎ@ݦdynamicSimulationdataTypeGroupsideEastEntities[Attributes=idatlOffset5[itemsItem0x=dataTypeObjectPositionInfosideEastflagsAttributes7id typeCUP_O_INS_Soldier_MGatlOffset5=positionHMFj~@дwEanglesHw@7=dynamicSimulation[dataTypeGroupsideEastEntitiesAttributesidatlOffset itemsItem0ҨdataTypeObjectPositionInfo[sideEastflagsAttributes{idtypeCUP_O_INS_Soldier_AK74atlOffset position?NFfЫ@hyE{dynamicSimulationdataTypeGroupsideEastEntitiesAttributesĪidatlOffsetitemsItem0ĪdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Soldier_LATatlOffsetĪpositionrMFV"@j>zEĪdynamicSimulationdataTypeGroupsideEastEntities<Attributes idatlOffset5>itemsItem0Y dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Soldier_AK74atlOffset5 positionMFr3A*{Eangles<H@ dynamicSimulation>dataTypeGroupsideEastEntitiesAttributesbidatlOffset87itemsItem0bdataTypeObjectPositionInfo<sideEastflagsAttributes\idtypeCUP_O_INS_Soldier_ARatlOffset87bposition~NFz@?t{E\bdynamicSimulationdataTypeGroupsideEastEntitiesڭAttributesidatlOffsetڮitemsItem0dataTypeObjectPositionInfo~sideEastflagsAttributesidtypeCUP_O_INS_Soldier_GLatlOffsetpositionܣDFH@cEanglesOW@dynamicSimulationڮdataTypeGroupsideEastEntities$AttributesiditemsItem0AdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Soldier_LATposition;UF$ButEangles=@dynamicSimulationdataTypeGroupsideEastEntitiesoAttributesQidatlOffsetXAoitemsItem0QdataTypeObjectPositionInfosideEastflagsAttributesKidtypeCUP_O_INS_Soldier_MGatlOffsetXAQposition=UF$BsEangles@KQdynamicSimulationodataTypeGroupsideEastEntitiesAttributesiditemsItem0ֱdataTypeObjectPositionInfoIsideEastflagsAttributesidtypeCUP_O_INS_Sniperpositionz9UF$BsEangles@dynamicSimulationdataTypeGroupsideEastEntitiesAttributesʳCrewLinksid|itemsItem0ʳdataTypeObjectPositionInfosideEastflagsAttributesijidtypeCUP_O_INS_CrewʳpositionMF>@vEangles@3~@:;ijʳdynamicSimulationLinkIDProvider Links nextID itemsItem0=linkIDitem0item1}CustomDataxroleturretPathdataTypeGroupsideEastEntitiesAttributesȵCrewLinksidoitemsItem0ȵdataTypeObjectPositionInfosideEastflagsAttributesµidrtypeCUP_O_INS_Soldier_AK74ȵposition̞TF AJysEangles)T@h@T=µȵdynamicSimulationLinkIDProvider LinksnextIDitemsItem0;linkIDitem0ritem1pCustomDatavroleturretPathdataTypeObjectPositionInfo sideEastflagsAttributesEidptypeCUP_O_BTR60_CHDKZKpositionVTFAvsEangles)T@h@T=EKdataTypeObjectPositionInfosideEastflagsAttributesid}typeCUP_O_MTLB_pk_ChDKZpositionMF}J@+vEangles@3~@:;dataTypeLayernameSet DressingEntitiesQidatlOffset^h#A&nitemsItem0RItem1Item2Item3Item4dItem5Item6Item7wItem80Item9Item10xItem11>Item12Item13Item14Item15ZItem16-Item17Item18Item19Item20LItem21Item22Item23Item24Item25Item26VItem272Item28 Item29Item30Item31Item32Item33PItem34#Item35Item36Item37vItem38,Item39Item40Item41yItem42PItem43%Item44$Item45Item46Item47Item48Item49gItem506Item51Item52Item53rItem545Item55Item56Item57Item58nItem59mItem60;Item61Item62Item63Item64Item65Item66Item67Item68SItem69 Item70Item71Item72Item73Item74xItem75FItem76Item77Item78Item79~Item80MItem81 Item82 Item83 Item84v Item85> Item86 Item87 Item88Item89^Item90&Item91Item92Item93~Item94FItem95Item96Item97Item98fItem99.Item100Item101Item102Item103NItem104Item105Item106Item107nItem1086Item109Item110Item111 Item112V!Item113""Item114"Item115#Item116$Item117R%Item118*&Item119&Item120'Item121(Item122b)Item123.*Item124+Item125+Item126,Item127-Item128f.Item129>/Item1300Item1310Item1321Item1332Item134f3Item135>4Item1365Item1375Item1386Item139^7Item14068Item1418Item1429Item143:Item144v;Item145N<Item146&=Item147=Item148>Item149?Item150v@Item151NAItem152BItem153BItem154CItem155nDItem1566EItem157EItem158FItem159GItem160VHItem161.IItem162JItem163JItem164KItem165LItem166ZMItem167&NItem168NItem169OItem170PItem171NQItem172&RItem173RItem174SItem175~TItem176VUItem177.VItem178WItem179WItem180XItem181YItem182WZItem183'[Item184[Item185\Item186]Item187i^Item188D_Item189`Item190`Item191aItem192bItem193KcItem194JdItem195IeItem196 fItem197fItem198gItem199ihItem200YiItem201jItem202jItem203k&ndataTypeObjectPositionInfosideEmptyflagsAttributesidtypeFlagCarrierINSposition73FA[REangles@dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_ClutterCutter_large_FatlOffsetE6>position!3Fu @#REdisableSimulationdataTypeObjectPositionInfoEsideEmptyAttributes}idtypeSign_MP_ind_EP1atlOffset?position3F+A8REangles@}disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesFidtypeLand_jezekbetondposition3F@CREangles}@FdisableSimulationddataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_jezekbetonpositionv3F{@~SEdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_jezekbetonpositionA3F{@*SEdisableSimulationdataTypeObjectPositionInfo9sideEmptyflagsAttributesYidtypeLand_jezekbetonwposition3F{@MSEYdisableSimulationwdataTypeObjectPositionInfosideEmptyflagsAttributes*idtypeLand_fortified_nest_big0position"3F@REangles?*0dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCampfire_burning_Fposition3F@SEangles @@dataTypeObjectPositionInfoRsideEmptyAttributesridtypeHangedatlOffsete?xpositionp3F`2ARErxdataTypeObjectPositionInfosideEmptyflagsAttributes idtypeLand_TentA_F>position3F~@!SEangles @@ disableSimulation>dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_TentA_Fposition3Fh@REangles/@@B@disableSimulationdataTypeObjectPositionInfotsideEmptyflagsAttributesidtypeLand_TentA_Fposition3F@REangles/@vN@@disableSimulationdataTypeObjectPositionInfo;sideEmptyflagsAttributessidtypeAxe_woodblockpositionÖ3Ff@ position~;F|@P^Eanglesɩ?disableSimulation dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_wagon_flatatlOffset!,>position <;F @ ^Eanglesɩ?disableSimulationdataTypeObjectPositionInfofsideEmptyflagsAttributesidtypeLand_wagon_boxatlOffset@position;FP@]Eanglesn@a@J@disableSimulationdataTypeObjectPositionInfoBsideEmptyAttributeszidtypeCUP_hromada_beden_dekorativniXatlOffset?positionV;F@]]Eangles@u/@J@zdisableSimulationdataTypeObjectPositionInfo*sideEmptyflagsAttributesbidtypeCUP_hromada_beden_dekorativniXatlOffset(;position:F}@]Eangles@]@J@bdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes<idtypeCUP_O_BM21_CHDKZatlOffset5PpositionG;F}DA^Eangles`?<lockLOCKEDPdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_MTLB_pk_ChDKZatlOffset 6#positionyposition gposition}9F@[E.createAsSimpleObjectdisableSimulationgdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeBRDM2_HQ_Gue_unfolded6positionz9F@[Eanglese@disableSimulation6dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeFlagCarrierINSposition9FA[EdataTypeObjectPositionInfoIsideEmptyflagsAttributesidStypeLand_fort_bagfence_longpositionsDF@_Eangles2@f@ڌ;disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesTidPtypeLand_fort_bagfence_cornerrpositionDF@_Eangles2@Y@;TdisableSimulationrdataTypeObjectPositionInfosideEmptyflagsAttributesidNtypeFort_Nest5positionDFa@_Eangles5:#?/+;disableSimulation5dataTypeObjectPositionInfosideEmptyflagsAttributesidRtypeLand_fort_bagfence_longpositionDF#@:`Eangles2@ ?;disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidQtypeLand_fort_bagfence_roundpositionaDF@C`Eangles7@@f<disableSimulationdataTypeObjectPositionInfoGsideEmptyflagsAttributesidAtypeHeliHRescuepositionDFW@9aEangles-;1r?oE:disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesPid7typeGUE_WarfareBUAVterminalnpositionRDF)AbEanglesgr?PdisableSimulationndataTypeObjectPositionInfosideEmptyflagsAttributes4idMtypeLand_ClutterCutter_large_FatlOffsetmposition CFҿ@bEanglesS:4createAsSimpleObjectdisableSimulationmdataTypeObjectPositionInfosideEmptyflagsAttributesid8typeGue_WarfareBBarracks;positionCF.@`bEangles5?disableSimulation;dataTypeObjectPositionInfosideEmptyflagsAttributesid6typeGUE_WarfareBFieldhHospitalpositionDFݴ@bEangles$:@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidKtypeLand_ClutterCutter_large_FatlOffset=positionчDF3@bEcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidLtypeLand_ClutterCutter_large_FatlOffset=positionDF 3@2cEcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo[sideEmptyflagsAttributesid5typeGUE_WarfareBFieldhHospitalpositionDFݴ@99cEangles$:@disableSimulationdataTypeObjectPositionInfo0sideEmptyflagsAttributeshidBtypeLand_Sink_FatlOffsetpositionDF@ CcEangles?hcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfo%sideEmptyflagsAttributes]idEtypeLand_WaterTank_FatlOffsetpositionDFs@icEangles#;&@#;]createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesWid@typeWaterPump_01_forest_FatlOffsetposition6DFN@cEangles#;V>#;WcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesMidJtypeFlag_RedCrystal_FatlOffset5SpositionDF:!AbEangles?MSdataTypeObjectPositionInfosideEmptyflagsAttributesidItypeFlagCarrierRedCross_EP1 positionDFx< AZbEangles? dataTypeObjectPositionInfo}sideEmptyflagsAttributesidGtypecwa_Stretcherposition?DFԚ@aEanglesH-;disableSimulationdataTypeObjectPositionInfoDsideEmptyflagsAttributes|idHtypecwa_StretcherpositionDFp@aEanglesH-;|disableSimulationdataTypeObjectPositionInfo$sideEmptyflagsAttributes\id<typeCUP_O_UAZ_AMB_RUCustomAttributespositionDFg@aEangles@\lockLOCKEDtexturesCHDKZAttribute0nAttributespropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValuedatatypevaluetypeARRAYitemsItem0!Item1Udata1UtypeAUtypeARRAYUdataetypevaluetypeARRAYitemsItem0Item1 Item2aItem3data type valuehide_spare_wheel typeSTRING data0atypeLvalueatypeSCALARadataqtypevaluehide_light_coverstypeSTRINGdatatypevaluetypeSCALARdataTypeObjectPositionInfoysideEmptyflagsAttributesid:typeCUP_O_BMP2_AMB_CHDKZatlOffsetpositionODF@DdbEanglesR܋@lockLOCKEDdataTypeObjectPositionInfoVsideEmptyflagsAttributesid=typeCUP_O_Mi8_medevac_CHDKZCustomAttributesxpositionDF@ܺaEanglesH-;?%:lockLOCKEDinitcall{this setvelocity [0,0,1];}Attribute0nAttributesxpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueKxdata[xtypecvalue[[[["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]xtypeSTRINGxdataTypeObjectPositionInfosideEmptyflagsAttributes(idutypeGue_WarfareBBarracksFpositionMF@)^wEangles@(disableSimulationFdataTypeObjectPositionInfosideEmptyflagsAttributesidwtypeLand_fort_rampartpositionMF-@iwEangles!a@"P?@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_rampartpositionquMF:@!7xEangles5@y@i?@disableSimulationdataTypeObjectPositionInfo]sideEmptyflagsAttributesidxtypeClutterCutteratlOffsetpositionMF @hwEangles@<disableSimulationdataTypeObjectPositionInfo(sideEmptyAttributes`idytypeClutterCutteratlOffset@Ƃ>~positionMFA@ xEangles*@@`disableSimulation~dataTypeObjectPositionInfosideEmptyflagsAttributes/idvtypeBRDM2_HQ_Gue_unfoldedMpositionMF)@&xEangles@@/disableSimulationMdataTypeObjectPositionInfosideEmptyflagsAttributes idtypeGUE_WarfareBUAVterminal positionMF@%wEanglesMK@܂@ disableSimulation dataTypeObjectPositionInfo sideEmptyflagsAttributes idtypeCUP_ammobednaX positionMF@{Eangles5b? disableSimulation dataTypeObjectPositionInfoX sideEmptyflagsAttributes idtypeCUP_ammobednaX positionMF@{Eangles5b? disableSimulation dataTypeObjectPositionInfo sideEmptyflagsAttributesX idtypeCUP_ammobednaXv position7MF@ {Eangles5b?X disableSimulationv dataTypeObjectPositionInfo sideEmptyflagsAttributes idtypeCUP_ammobednaX> positionwMF@zEangles5b? disableSimulation> dataTypeObjectPositionInfo sideEmptyflagsAttributes idtypeCUP_ammobednaX positionXMF@zEangles5b? disableSimulation dataTypeObjectPositionInfox sideEmptyflagsAttributes idtypeCUP_ammobednaX positionBMF@ {Eangles5b? disableSimulation dataTypeObjectPositionInfo@sideEmptyflagsAttributesxidtypeCUP_ammobednaXpositionMF@zEangles5b?xdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes@idtypeCUP_ammobednaX^positionxMF@zEangles5b?@disableSimulation^dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaX&positionbMF@IzEangles5b?disableSimulation&dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXpositionMF@ zEangles5b?disableSimulationdataTypeObjectPositionInfo`sideEmptyflagsAttributesidtypeCUP_ammobednaXpositionġMF@)zEangles5b?disableSimulationdataTypeObjectPositionInfo(sideEmptyflagsAttributes`idtypeCUP_ammobednaX~positionMF@pzEangles5b?`disableSimulation~dataTypeObjectPositionInfosideEmptyflagsAttributes(idtypeCUP_ammobednaXFpositionMF@.zEangles5b?(disableSimulationFdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXpositionMF@LzEangles5b?disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXpositionMF@zEangles5b?disableSimulationdataTypeObjectPositionInfoHsideEmptyflagsAttributesidtypeCUP_ammobednaXposition]MF@AzEangles5b?disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesHidtypeCUP_ammobednaXfposition>MF@_zEangles5b?HdisableSimulationfdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaX.position(MF@zEangles5b?disableSimulation.dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXpositionMF@zEangles5b?disableSimulationdataTypeObjectPositionInfohsideEmptyflagsAttributesidtypeCUP_ammobednaXpositionMF@;zEangles5b?disableSimulationdataTypeObjectPositionInfo0sideEmptyflagsAttributeshidtypeCUP_ammobednaXpositioniMF@zEangles5b?hdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes0idtypeCUP_ammobednaXNpositionMF@mJzEangles5b?0disableSimulationNdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXpositionMF@PzEangles5b?disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_ammobednaXpositionvMF@VzEangles5b?disableSimulationdataTypeObjectPositionInfoPsideEmptyflagsAttributesidtypeCUP_ammobednaXpositionĊMF@o6zEangles5b?disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesPidtypeCUP_ammobednaXnpositionMF@""positionسMFA{Eangles5b?"disableSimulation""dataTypeObjectPositionInfo"sideEmptyAttributes"idtypeCUP_ammobednaXatlOffsetI>"positionMFA{Eangles5b?"disableSimulation"dataTypeObjectPositionInfod#sideEmptyAttributes#idtypeCUP_ammobednaXatlOffset@>#position7MFFAzEangles5b?#disableSimulation#dataTypeObjectPositionInfo0$sideEmptyAttributesh$idtypeCUP_ammobednaXatlOffset>$positionMFJA{Eangles5b?h$disableSimulation$dataTypeObjectPositionInfo$sideEmptyAttributes4%idtypeCUP_ammobednaXatlOffset@g>R%positionMFA{Eangles5b?4%disableSimulationR%dataTypeObjectPositionInfo%sideEmptyflagsAttributes &idtypeCUP_ammobednaXatlOffsetC:*&positionWMFAzEangles5b? &disableSimulation*&dataTypeObjectPositionInfo&sideEmptyAttributes&idtypeCUP_ammobednaXatlOffset>&position8MFAzEangles5b?&disableSimulation&dataTypeObjectPositionInfol'sideEmptyAttributes'idtypeCUP_ammobednaXatlOffset3>'position"MF AUzEangles5b?'disableSimulation'dataTypeObjectPositionInfoD(sideEmptyflagsAttributes|(idtypeCUP_ammobednaXatlOffset`:(positionMFAzEangles5b?|(disableSimulation(dataTypeObjectPositionInfo )sideEmptyflagsAttributesD)idtypeCUP_ammobednaXb)positionMFA5zEangles5b?D)disableSimulationb)dataTypeObjectPositionInfo)sideEmptyAttributes*idtypeCUP_ammobednaXatlOffset`>.*positionnMFA|zEangles5b?*disableSimulation.*dataTypeObjectPositionInfo*sideEmptyflagsAttributes*idtypeCUP_ammobednaXatlOffset;+positionךMF+A:zEangles5b?*disableSimulation+dataTypeObjectPositionInfo+sideEmptyflagsAttributes+idtypeCUP_ammobednaXatlOffset;+positionMF%AXzEangles5b?+disableSimulation+dataTypeObjectPositionInfo`,sideEmptyflagsAttributes,idtypeCUP_ammobednaXatlOffsetv;,positionMF!AzEangles5b?,disableSimulation,dataTypeObjectPositionInfo8-sideEmptyflagsAttributesp-idtypeCUP_ammobednaXatlOffsetX;-positionMFF1AMzEangles5b?p-disableSimulation-dataTypeObjectPositionInfo.sideEmptyflagsAttributesH.idtypeCUP_ammobednaXatlOffsetx;f.positionMFJ+AkzEangles5b?H.disableSimulationf.dataTypeObjectPositionInfo.sideEmptyflagsAttributes /idtypeCUP_ammobednaXatlOffsetH;>/positionMF$AzEangles5b? /disableSimulation>/dataTypeObjectPositionInfo/sideEmptyflagsAttributes/idtypeCUP_ammobednaXatlOffsetH;0position^MF,A)zEangles5b?/disableSimulation0dataTypeObjectPositionInfo0sideEmptyflagsAttributes0idtypeCUP_ammobednaXatlOffseth;0position?MF&AGzEangles5b?0disableSimulation0dataTypeObjectPositionInfop1sideEmptyflagsAttributes1idtypeCUP_ammobednaXatlOffset};1position)MFl"AzEangles5b?1disableSimulation1dataTypeObjectPositionInfo82sideEmptyflagsAttributesp2idtypeCUP_ammobednaX2positionMFA{Eangles5b?p2disableSimulation2dataTypeObjectPositionInfo3sideEmptyflagsAttributesH3idtypeCUP_ammobednaXatlOffset`:f3positionAMFlAzEangles5b?H3disableSimulationf3dataTypeObjectPositionInfo3sideEmptyflagsAttributes 4idtypeCUP_ammobednaXatlOffsetf:>4position!MFpA"{Eangles5b? 4disableSimulation>4dataTypeObjectPositionInfo4sideEmptyflagsAttributes4idtypeCUP_ammobednaX5position MFՅAi {Eangles5b?4disableSimulation5dataTypeObjectPositionInfox5sideEmptyflagsAttributes5idtypeCUP_ammobednaX5position`MFεA@zEangles5b?5disableSimulation5dataTypeObjectPositionInfo@6sideEmptyflagsAttributesx6idtypeCUP_ammobednaX6positionAMFӯA^zEangles5b?x6disableSimulation6dataTypeObjectPositionInfo7sideEmptyflagsAttributes@7idtypeCUP_ammobednaX^7position+MF7AzEangles5b?@7disableSimulation^7dataTypeObjectPositionInfo7sideEmptyflagsAttributes8idtypeCUP_ammobednaXatlOffset568positionMFAgzEangles5b?8disableSimulation68dataTypeObjectPositionInfo8sideEmptyflagsAttributes8idtypeCUP_ammobednaX8positionMF²AzEangles5b?8disableSimulation8dataTypeObjectPositionInfop9sideEmptyflagsAttributes9idtypeCUP_ammobednaX9positionwMF&AzEangles5b?9disableSimulation9dataTypeObjectPositionInfoH:sideEmptyflagsAttributes:idtypeCUP_ammobednaXatlOffset5:positionMFAzEangles5b?:disableSimulation:dataTypeObjectPositionInfo ;sideEmptyflagsAttributesX;idtypeCUP_ammobednaXatlOffsetf:v;positionMFAzEangles5b?X;disableSimulationv;dataTypeObjectPositionInfo;sideEmptyflagsAttributes0<idtypeCUP_ammobednaXatlOffsetP;N<positionMF"AzEangles5b?0<disableSimulationN<dataTypeObjectPositionInfo<sideEmptyflagsAttributes=idtypeCUP_ammobednaXatlOffset`:&=position&MFlAzEangles5b?=disableSimulation&=dataTypeObjectPositionInfo=sideEmptyflagsAttributes=idtypeCUP_ammobednaXatlOffset@g:=positionMFAzEangles5b?=disableSimulation=dataTypeObjectPositionInfo>sideEmptyflagsAttributes>idtypeCUP_ammobednaXatlOffset5>positionMF AzEangles5b?>disableSimulation>dataTypeObjectPositionInfoH?sideEmptyflagsAttributes?idtypeCUP_ammobednaX?positiongMF+AyzEangles5b??disableSimulation?dataTypeObjectPositionInfo @sideEmptyflagsAttributesX@idtypeCUP_ammobednaXatlOffset5v@positionHMF0AzEangles5b?X@disableSimulationv@dataTypeObjectPositionInfo@sideEmptyflagsAttributes0AidtypeCUP_ammobednaXatlOffset5NAposition2MFAެzEangles5b?0AdisableSimulationNAdataTypeObjectPositionInfoAsideEmptyflagsAttributesAidtypeCUP_ammobednaXBpositionMF@Kposition4NF@ZWyEangles DN?KdisableSimulationKdataTypeObjectPositionInfo,LsideEmptyflagsAttributesdLidtypeCUP_ammobednaXatlOffsetT&Nposition6NFڹ@ayEangles DN?NdisableSimulation&NdataTypeObjectPositionInfoNsideEmptyAttributesNidtypeCUP_ammobednaXatlOffsetp>Nposition8NF0Թ@hyEangles DN?NdisableSimulationNdataTypeObjectPositionInfohOsideEmptyAttributesOidtypeCUP_ammobednaXatlOffset0>Opositionu:NFM@koyEangles DN?OdisableSimulationOdataTypeObjectPositionInfo0PsideEmptyflagsAttributeshPidtypeCUP_ammobednaXPpositionnNFʵ@{Eangleš@6?@hPdisableSimulationPdataTypeObjectPositionInfoPsideEmptyflagsAttributes0QidtypeCUP_ammobednaXNQpositionNFW@{Eangleš@6?@0QdisableSimulationNQdataTypeObjectPositionInfoQsideEmptyflagsAttributesRidtypeCUP_ammobednaXatlOffset5&RpositionʏNF @G{Eangleš@6?@RdisableSimulation&RdataTypeObjectPositionInfoRsideEmptyflagsAttributesRidtypeCUP_ammobednaXRposition҉NFf@{Eangles@6?@RdisableSimulationRdataTypeObjectPositionInfo`SsideEmptyflagsAttributesSidtypeCUP_ammobednaXSpositionNF@<{Eangles@6?@SdisableSimulationSdataTypeObjectPositionInfo(TsideEmptyflagsAttributes`TidtypeCUP_ammobednaX~Tposition/NFÚ@{Eangles@6?@`TdisableSimulation~TdataTypeObjectPositionInfoUsideEmptyflagsAttributes8UidtypeCUP_ammobednaXatlOffset07VUpositionNF@*{Eangles@6?@8UdisableSimulationVUdataTypeObjectPositionInfoUsideEmptyflagsAttributesVidtypeCUP_ammobednaXatlOffset` :.VpositionNF@{Eangles@6?@VdisableSimulation.VdataTypeObjectPositionInfoVsideEmptyflagsAttributesVidtypeCUP_ammobednaXatlOffset5WpositionNF@T{Eangleš@6?@VdisableSimulationWdataTypeObjectPositionInfoWsideEmptyflagsAttributesWidtypeGue_WarfareBArtilleryRadaratlOffsetWpositionuMF-A; yEanglesσ@WdisableSimulationWdataTypeObjectPositionInfoeXsideEmptyflagsAttributesXidtypeLand_fortified_nest_bigXpositionNF_@PzEangles@y\?:;XdisableSimulationXdataTypeObjectPositionInfo3YsideEmptyflagsAttributeskYidtypeLand_CamoNetVar_EASTYposition,MF?Z@vEangles@A@:;kYdisableSimulationYdataTypeObjectPositionInfoZsideEmptyflagsAttributes9ZidtypeLand_CamoNetVar_EASTWZpositionMF AzEangles @9ZdisableSimulationWZdataTypeObjectPositionInfoZsideEmptyAttributes [idtypeLand_CamoNetB_EASTatlOffset>'[positionMF1A{EanglesIX? [disableSimulation'[dataTypeObjectPositionInfo[sideEmptyflagsAttributes[idtypeLand_CamoNetB_EAST[positionEMFS AvzEanglesv}@[disableSimulation[dataTypeObjectPositionInfoo\sideEmptyflagsAttributes\idtypeLand_fort_artillery_nest\positionMF@DzEanglesJ~@\disableSimulation\dataTypeObjectPositionInfoA]sideEmptyflagsAttributesy]idtypeLand_fort_artillery_nest]position\ |conditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeA AsizeB AisRectangle |dataTypeLogicPositionInfol|idtypeAdmiral_CqcZoneCustomAttributes|؃positionKePF@bE| Attribute04}Attribute1}Attribute2~Attribute3jAttribute4#Attribute5܀Attribute6Attribute7PAttribute8nAttributes ؃propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value}}data}}type}value}typeSTRING}propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Valuep~~data~~type~value~typeSCALAR~propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value)jdata9jtypeUvaluejtypeSCALARjpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value#data#typevalueB#typeSCALAR#propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value܀data܀typeǀvalueB܀typeSCALAR܀propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueTdatadtypevaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuePdataPtype;value@PtypeSCALARPpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueւdatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value؃data؃typeÃvalue؃typeSTRING؃dataTypeTriggerpositioncNF\@3Eangle@AttributesLidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_solnichniy_town;}sizeApAsizeBpAisRectangledataTypeTriggerposition3MF+@QEangle@Attributes(idtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_solnichniy_town;}sizeApAsizeBpAisRectangledataTypeTriggerpositionMF@ Eangle@AttributesidtypeEmptyDetectorAreaR50lconditioncall{triggeractivated tgr_solnichniy_town;}sizeApAsizeBpAisRectangleldataTypeTriggerpositionLFфANEangle@AttributesidtypeEmptyDetectorAreaR50atlOffset҈n@Xconditioncall{triggeractivated tgr_solnichniy_town;}sizeApAsizeB\dAisRectangleXdataTypeLogicPositionInfoidtypeAdmiral_CqcZoneCustomAttributesׇ#position~MF@Eׇ Attribute0Attribute1;Attribute2Attribute3Attribute4nAttribute5'Attribute6ތAttribute7Attribute8_nAttributes #propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value;data ;type&value;typeSTRING;propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuedataˉtypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuetdatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value-ndata=ntypeYvalueBntypeSCALARnpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value'data'typevalueB'typeSCALAR'propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueތdataތtypeˌvalueތtypeBOOLތpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueZdatajtypevalue@typeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value!_data1_typeJvalue_typeSTRING_propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value#data#typevalue#typeSTRING#dataTypeLayernamePatrolEntitiesoidatlOffset items Item0Item1Item2Item3Item4_Item5 Item6Item7Item8dataTypeLogicPositionInfoVidtypeAdmiral_PatrolZoneatlOffsetACustomAttributesvpositionSF: Ev Attribute0.Attribute1Attribute2Attribute3eAttribute4!Attribute5۔Attribute6Attribute7Attribute8[Attribute9"nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypeؑvaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuehdataxtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value$edata4etypePvalueBetypeSCALARepropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value!data!type valueB!typeSCALAR!propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value۔data۔typeȔvalue۔typeBOOL۔propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Valueldata|typevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueDdataTtypepvaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value[data*[typeFvalue@@[typeSCALAR[propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value"data"type value"typeSTRING"propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypeԘvaluetypeSTRINGdataTypeTriggerpositionZ QF@cߩEAttributesRidtypeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_solnichniy;}sizeA@BsizeBCisRectangledataTypeTriggerposition%QF9@EAttributes-idtypeEmptyDetectorAreaR50atlOffsetconditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeACisRectangledataTypeTriggerposition>QF@eEAttributesidtypeEmptyDetectorAreaR50_conditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeBXBisRectangle_dataTypeTriggerpositionAOFTB@ćEAttributesǛidtypeEmptyDetectorAreaR50 conditioncall{triggeractivated tgr_solnichniy_three_valleys;}isRectangle dataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributespositionfPF`@E Attribute0ZAttribute1Attribute2՞Attribute3Attribute4MAttribute5Attribute6١Attribute7Attribute8Attribute9NnAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value۝datatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value՞data՞typevalue՞typeSCALAR՞propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuePdata`type|valueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value MdataMtype8valueBMtypeSCALARMpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueȠdataؠtypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value١data١typeġvalue١typeSCALAR١propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuepdatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueFdataVtypervalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueNdata Ntype9valueNtypeSTRINGNpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueפdatatypevaluetypeSTRINGdataTypeTriggerpositionKF@Eangle|@AttributesidtypeEmptyDetectorAreaR50atlOffset?conditioncall{triggeractivated tgr_solnichniy_town;}sizeAzCsizeBmmBisRectangledataTypeLogicPositionInfosidtypeAdmiral_PatrolZoneatlOffsetRACustomAttributespositionq2SF,lE Attribute0KAttribute1 Attribute2ƨAttribute3Attribute4>Attribute5Attribute6ʫAttribute7Attribute8xAttribute9?nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuȩ dataܧ typevalue typeSTRING propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueƨdataƨtypevalueƨtypeSCALARƨpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueAdataQtypemvalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value>data >type)valueB>typeSCALAR>propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedataɪtypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueʫdataʫtypevalueʫtypeSCALARʫpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valueadataqtypevalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value7xdataGxtypecvalue@xtypeSCALARxpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value?data?type*value?typeSTRING?propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueȮdataخtypevaluetypeSTRINGdataTypeTriggerpositionz/MFt@CKEangle|@AttributesidtypeEmptyDetectorAreaR50atlOffsetjconditioncall{triggeractivated tgr_solnichniy_town;}sizeAzCsizeB@*CisRectangledataTypeLayernameCounterEntities?idatlOffset(itemsItem0gItem1Item2_Item3qItem4cItem5 Item6Item7pItem87Item9Item10Item11Item12Item13Item14Item15|Item16Item17Item18aItem19"Item20Item21Item22KItem23dataTypeGroupsideCivilianEntitiesAttributesݲiditemsItem0ݱItem1rݲdataTypeObjectPositionInfoLsideCivilianflagsAttributeslidtypeC_Bob_VRrpositionLF\PAϬElrdataTypeWaypointpositionT#QFO@˦EEffectsײshowWPNEVERidtypeMoveݲݲdataTypeGroupsideCivilianEntities1AttributesYid_itemsItem0YItem1YdataTypeObjectPositionInfoȳsideCivilianflagsAttributesidtypeC_Bob_VRpositionWOFGD*B#EdataTypeWaypointpositionQFL@+EEffectsSshowWPNEVERidtypeMoveYY_dataTypeGroupsideCivilianEntitiesAttributeskidatlOffsetqitemsItem0Item1Item2kdataTypeObjectPositionInfoosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetposition{QF@;EdataTypeWaypointpositionYRF@EEffectsshowWPNEVERidtypeMovedataTypeWaypointpositionQFȺ@ .EEffectseshowWPNEVERidtypeMovekkqdataTypeGroupsideCivilianEntitiesAttributes]idcitemsItem0Item1Item2]dataTypeObjectPositionInfoasideCivilianflagsAttributesidtypeC_Bob_VRposition)QF @EdataTypeWaypointpositionPF@ԀEEffectsshowWPNEVERidtypeMovedataTypeWaypointpositionoQFD@r3EEffectsWshowWPNEVERidtypeMove]]cdataTypeLogicPositionInfo˸idtypeAdmiral_OndemandCampZoneCustomAttributes position7JFݗAfEAttribute0Attribute1Attribute2vAttribute38Attribute4Attribute5ĽAttribute6Attribute7^Attribute8#Attribute9Attribute10Attribute11Attribute12iAttribute13=nAttributes propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuevdatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value5vdataEvtypeavaluevtypeSCALARvpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value8data8type#valueB8typeSCALAR8propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedataɼtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueĽdataĽtypevalue AĽtypeSCALARĽpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueEdataUtypeqvaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value^data-^typeIvalue?^typeSCALAR^propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value#data#typevalue#typeSTRING#propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value\dataltypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value(idata8itypeTvalueitypeSCALARipropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value=data =type(value=typeSCALAR=propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value data typevalue typeSTRING dataTypeLogicPositionInforidtypeAdmiral_OndemandCampZoneCustomAttributesposition2nMFBEangles @N>Attribute0Attribute1sAttribute25Attribute3Attribute4Attribute5Attribute6CAttribute7Attribute8Attribute9Attribute10Attribute11\Attribute12(Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value5sdataEstype^valuestypeSTRINGspropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value5data5type value5typeSCALAR5propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuexdatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueBdataRtypenvalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueCdataCtype0valueCtypeBOOLCpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valueydatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueKdata[typewvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value\data+\typeGvalue@\typeSCALAR\propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value(data(typevalue(typeSCALAR(propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLogicPositionInfo1idtypeAdmiral_OndemandCampZoneCustomAttributesQppositionANF*5A2EQAttribute0MAttribute1Attribute2Attribute3Attribute4`Attribute5*Attribute6Attribute7Attribute8Attribute9aAttribute103Attribute11Attribute12Attribute13nAttributesppropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value]datamtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value`data/`typeKvalueB`typeSCALAR`propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value*data*typevalue A*typeSCALAR*propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueKdata[typetvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value adata0atypeLvalueatypeSCALARapropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value3data3typevalue3typeSCALAR3propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuebdatartypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value2pdataBptype[valueptypeSTRINGpdataTypeTriggerpositionBOF٧:BׯEAttributesidtypeEmptyDetectorAreaR507conditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeApAsizeBpA7dataTypeTriggerpositionQFí@|EAttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeApAsizeBpAdataTypeTriggerpositionnNF& AEAttributesfidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeApAsizeBpAdataTypeTriggerpositionKFeASEAttributes-idtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_solnichniy_three_valleys;}sizeApAsizeBpAdataTypeGroupsideCivilianEntitiesAttributesiditemsItem0Item1dataTypeObjectPositionInfoqsideCivilianflagsAttributesidtypeC_Bob_VRpositionOFd@EdataTypeWaypointposition!QF@Y`EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesVAttributes~iditemsItem0~Item1~dataTypeObjectPositionInfosideCivilianflagsAttributes idtypeC_Bob_VRposition$GFSBhE dataTypeWaypointpositionMF@%,EEffectsxshowWPNEVERidtypeMove~~dataTypeGroupsideCivilianEntitiesAttributesiditemsItem0Item1dataTypeObjectPositionInfoisideCivilianflagsAttributesidtypeC_Bob_VRposition6FF65mBҌEdataTypeWaypointposition MF@EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesNAttributesvid|itemsItem0vItem1 vdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VR positionJF^$A7E dataTypeWaypointpositionjNFf@|EEffectspshowWPNEVERidtypeMovevv|dataTypeGroupsideCivilianEntitiesAttributesidatlOffset5itemsItem0 Item1Item2dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset5position9KFt@"EdataTypeWaypointpositionO'OF.@wEEffectsshowWPNEVERidtypeMovedataTypeWaypointpositionRNF<)@ zEEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributesidatlOffset5itemsItem0Item1Item2/dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset5positionJF @nEdataTypeWaypointpositionYZKF@kEEffects)showWPNEVERidtypeMove//dataTypeWaypointpositionuMF@9TEEffectsshowWPNEVERidtypeMovedataTypeTriggerpositionFFzxBEAttributesidtypeEmptyDetectorAreaR50aconditioncall{triggeractivated tgr_solnichniy_factory;}sizeApAsizeBpAadataTypeTriggerpositionXGFB EAttributesidtypeEmptyDetectorAreaR50"conditioncall{triggeractivated tgr_solnichniy_factory;}sizeApAsizeBpA"dataTypeTriggerposition9JF^YAfEAttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_solnichniy_factory;}sizeApAsizeBpAdataTypeTriggerpositionKF@EAttributesKidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_solnichniy_factory;}sizeApAsizeBpAdataTypeLogicPositionInfo idtypeAdmiral_OndemandCampZoneCustomAttributes,KpositionDFzCE,Attribute0(Attribute1Attribute2Attribute3yAttribute4;Attribute5Attribute6Attribute7Attribute8dAttribute9<Attribute10Attribute11Attribute12Attribute13~nAttributesKpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuevdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value8ydataHytypedvalueBytypeSCALARypropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value;data ;type&valueB;typeSCALAR;propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value^datantypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value&ddata6dtypeOvaluedtypeSTRINGdpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value<data <type'value@<typeSCALAR<propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueidataytypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value=~dataM~typeivalue~typeSCALAR~propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value KdataKtype6valueKtypeSTRINGKdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributespositioncKF@NEAttribute0Attribute1Attribute2^Attribute3 Attribute4Attribute5Attribute6lAttribute7FAttribute8 Attribute9Attribute10Attribute11Attribute12QAttribute13%nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value^datantypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value^data-^typeIvalue^typeSCALAR^propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value data type valueB typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuekdata{typevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value-ldata=ltypeYvalueltypeBOOLlpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueFdataFtype1valueFtypeSCALARFpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value data typevalue typeSTRING propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuetdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueDdataTtypepvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueQdata Qtype<value?QtypeSCALARQpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value%data%typevalue@%typeSCALAR%propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLogicPositionInfoZidtypeAdmiral_OndemandCampZoneCustomAttributeszpositionl&KF@;EzAttribute0v Attribute1C Attribute2 Attribute3 Attribute4 Attribute5S Attribute6Attribute7Attribute8Attribute9Attribute10\Attribute11,Attribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value C data C type. valueC typeSTRINGC propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value  data  type value typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value  data  type valueB typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueH  dataX  typet valueB typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value S data" S type> value AS typeSCALARS propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value data typevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuetdatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueIdataYtypeuvalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value\data+\typeGvalue\typeSCALAR\propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value,data,typevalue@@,typeSCALAR,propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value[dataktypevaluetypeSTRINGdataTypeLayernameSentry AIEntitiesidatlOffsetp@wJitemsIItem0\Item1Item22Item3Item4Item5Item6 Item7:!Item8H#Item9$Item10%Item11&Item12X(Item13)Item14*Item15#,Item16]-Item17.Item18/Item190Item20r1Item212Item224Item236Item248Item25T9Item26:Item27;Item28<Item297>Item30n?Item31@Item32AItem339CItem34DItem35MEItem36FGItem37HItem38IItem39XKItem40LItem41NItem42iOItem43PItem44RItem45xSItem46TItem47 VItem48GWItem49XItem50YItem51V[Item52\Item53]Item54E_Item55`Item56aItem57cItem58NdItem59eItem60gItem61>hItem62iItem63jItem64,lItem65omItem66nItem67#pItem68qItem69rItem70sItem71-uItem72vwdataTypeObjectPositionInfosideEastflagsAttributesid&typeCUP_O_T55_CHDKZatlOffsetposition~_QFaAEanglessE@dataTypeGroupsideEastEntitiesAttributesaCrewLinksid%atlOffset2itemsItem0adataTypeObjectPositionInfo#sideEastflagsAttributes[id(typeCUP_O_INS_CrewatlOffsetaposition~_QF$@EanglessE@[adynamicSimulationLinkIDProviderLinks2nextIDitemsItem02linkIDitem0(item1&CustomData2roleturretPath2dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_T55_CHDKZpositionb+OF@AEangles@R6@ؑ=dataTypeObjectPositionInfo[sideEastflagsAttributesidtypeCUP_O_Datsun_PK_RandompositionMFAzzEangles6@dataTypeGroupsideEastEntitiesAttributesCrewLinksiditemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_INS_Crewposition,OFAEangles@R6@ؑ=dynamicSimulationLinkIDProviderLinksnextIDitemsItem01linkIDitem0item1CustomDatalroleturretPathdataTypeGroupsideEastEntitiesAttributesCrewLinksid itemsItem0dataTypeObjectPositionInfoysideEastflagsAttributesidtypeCUP_O_INS_SoldierpositionMF @zEangles6@dynamicSimulationLinkIDProviderLinks  nextID itemsItem0*  linkIDitem0item1CustomDatae  roleturretPath dataTypeObjectPositionInfo sideEastflagsAttributes4!idtypeCUP_O_BTR60_CHDKZ:!positionqMF A`Eangles@/@!@4!:!dataTypeGroupsideEastEntities!Attributesw"CrewLinks"idH#itemsItem0!w"dataTypeObjectPositionInfo9"sideEastflagsAttributesq"idtypeCUP_O_INS_Soldier_AK74atlOffsetw"positionqMF H@bEangles@/@!@q"w"dynamicSimulation"LinkIDProvider"Links"H#nextID"itemsItem0"H#linkIDitem0item1CustomData%#H#roleturretPathH#dataTypeGroupsideEastEntities#Attributesa$id$itemsItem0#a$dataTypeObjectPositionInfo#$sideEastflagsAttributes[$idtypeCUP_O_INS_Soldiera$position$MFقxA Eangles?@[$a$dynamicSimulation$dataTypeGroupsideEastEntities$Attributes%idatlOffset5%itemsItem0$%dataTypeObjectPositionInfo~%sideEastflagsAttributes%idtypeCUP_O_INS_Soldier_LATatlOffset5%positionLFeoxA/E%%dynamicSimulation%dataTypeGroupsideEastEntities &Attributes&id&itemsItem0)&&dataTypeObjectPositionInfo&sideEastflagsAttributes&idtypeCUP_O_INS_Soldier_AK74&position8LF_oxA"Eangles^?&&dynamicSimulation&dataTypeGroupsideEastEntitiesX'Attributes:(idatlOffset(;X(itemsItem0u':(dataTypeObjectPositionInfo'sideEastflagsAttributes4(idtypeCUP_O_INS_Soldier_ARatlOffset(;:(positionpLFOC@GEangles9@4(:(dynamicSimulationX(dataTypeGroupsideEastEntities(Attributes)idatlOffsetH7)itemsItem0()dataTypeObjectPositionInfoW)sideEastflagsAttributes)idtypeCUP_O_INS_Soldier_LATatlOffsetH7)positionILF@RbEangles?))dynamicSimulation)dataTypeGroupsideEastEntities)Attributes*id*itemsItem0**dataTypeObjectPositionInfo*sideEastflagsAttributes*idtypeCUP_O_INS_Soldier_GL*positionr(LF~@Eangles:@**dynamicSimulation*dataTypeGroupsideEastEntities7+Attributes,id#,itemsItem0T+,dataTypeObjectPositionInfo+sideEastflagsAttributes+idtypeCUP_O_INS_Sniper,positionLFBEangles@+,dynamicSimulation#,dataTypeGroupsideEastEntitiesm,Attributes?-id]-itemsItem0,?-dataTypeObjectPositionInfo-sideEastflagsAttributes9-idtypeCUP_O_INS_Soldier_MG?-position*KFRB@Eangles8@9-?-dynamicSimulation]-dataTypeGroupsideEastEntities-Attributes{.id.itemsItem0-{.dataTypeObjectPositionInfo=.sideEastflagsAttributesu.idtypeCUP_O_INS_Soldier_Ammo{.positionKFBkEangless~0@u.{.dynamicSimulation.dataTypeGroupsideEastEntities.Attributes/idatlOffsetB/itemsItem0//dataTypeObjectPositionInfo/sideEastflagsAttributes/idtypeCUP_O_INS_Soldier_GLatlOffsetB/positionKF'BEangles8=@//dynamicSimulation/dataTypeObjectPositionInfow0sideEastflagsAttributes0idtypeCUP_O_DSHKM_ChDKZatlOffset70position0KFid#BbEangles 6@00dataTypeObjectPositionInfo41sideEastflagsAttributesl1idtypeCUP_O_DSHkM_MiniTriPod_ChDKZr1positionLFAQEangles6@l1r1dataTypeGroupsideEastEntities1Attributes2id2itemsItem012dataTypeObjectPositionInfoP2sideEastflagsAttributes2idtypeCUP_O_INS_Soldier_GL2position.MFقxAEangles.?22dynamicSimulation2dataTypeGroupsideEastEntities3Attributes3CrewLinks3id4itemsItem0"33dataTypeObjectPositionInfo3sideEastflagsAttributes3idtypeCUP_O_INS_Soldier3positionLFdGAQEangles6@33dynamicSimulation3LinkIDProvider4Links*44nextID*4itemsItem0G44linkIDitem0item1CustomData44roleturretPath4dataTypeGroupsideEastEntities5Attributes5CrewLinks 6idatlOffset76itemsItem0+55dataTypeObjectPositionInfo5sideEastflagsAttributes5idtypeCUP_O_INS_SoldieratlOffset75position0KFBEangles 6@55dynamicSimulation 6LinkIDProvider06LinksC66nextIDC6itemsItem0`66linkIDitem0item1CustomData66roleturretPath6dataTypeGroupsideEastEntities7Attributes7idUatlOffset@ܩ=8itemsItem0577dataTypeObjectPositionInfo7sideEastflagsAttributes7idVtypeCUP_O_INS_Soldier_ARatlOffset@ܩ=7positionQF@EanglestI@77dynamicSimulation8dataTypeGroupsideEastEntitiesb8Attributes69idWT9itemsItem0869dataTypeObjectPositionInfo8sideEastflagsAttributes09idXtypeCUP_O_INS_Soldier_Ammo69positionQF@Eangles_;@0969dynamicSimulationT9dataTypeGroupsideEastEntities9Attributesm:idY:itemsItem09m:dataTypeObjectPositionInfo/:sideEastflagsAttributesg:idZtypeCUP_O_INS_Soldierm:positionPF @&sEangles7@g:m:dynamicSimulation:dataTypeGroupsideEastEntities:Attributes;id[;itemsItem0:;dataTypeObjectPositionInfoe;sideEastflagsAttributes;id\typeCUP_O_INS_Sniper;position$QFʋAEanglesJ@;;dynamicSimulation;dataTypeGroupsideEastEntities <Attributes<id]<itemsItem0(<<dataTypeObjectPositionInfo<sideEastflagsAttributes<id^typeCUP_O_INS_Soldier_GL<positionQFATEangles?@<<dynamicSimulation<dataTypeGroupsideEastEntitiesE=Attributes>id_7>itemsItem0b=>dataTypeObjectPositionInfo=sideEastflagsAttributes>id`typeCUP_O_INS_Story_Bardak>position>QFdX@|Eangles$@>>dynamicSimulation7>dataTypeGroupsideEastEntities>AttributesP?idfn?itemsItem0>P?dataTypeObjectPositionInfo?sideEastflagsAttributesJ?idgtypeCUP_O_INS_SoldierP?positionzOF$ 8AEangles2?J?P?dynamicSimulationn?dataTypeGroupsideEastEntities?Attributes@idh@itemsItem0?@dataTypeObjectPositionInfoL@sideEastflagsAttributes@iditypeCUP_O_INS_Soldier_AT@positionbQF˗A|EanglescC@@@dynamicSimulation@dataTypeGroupsideEastEntities@AttributesAidjAitemsItem0AAdataTypeObjectPositionInfoAsideEastflagsAttributesAidktypeCUP_O_INS_Soldier_MGApositionKQF˗AEangles;@AAdynamicSimulationAdataTypeGroupsideEastEntities@lDrDdynamicSimulationDdataTypeObjectPositionInfoEsideEastflagsAttributesGEiddtypeCUP_O_DSHkM_MiniTriPod_ChDKZMEpositionKaQF6A!]Eangles@?@&;GEMEdataTypeGroupsideEastEntitiesEAttributesuFCrewLinksFidcFGitemsItem0EuFdataTypeObjectPositionInfo7FsideEastflagsAttributesoFidetypeCUP_O_INS_SoldieruFpositionQaQFK6"A]Eangles@?@&;oFuFdynamicSimulationFLinkIDProviderFLinksFFGnextIDFitemsItem0FFGlinkIDitem0eitem1dCustomData#GFGroleturretPathFGdataTypeGroupsideEastEntitiesGAttributesHidatlOffsetHitemsItem0GHdataTypeObjectPositionInfoFHsideEastflagsAttributes~HidtypeCUP_O_INS_Soldier_AmmoatlOffsetHposition9QF{@TEangles I@~HHdynamicSimulationHdataTypeGroupsideEastEntitiesHAttributesIid atlOffset5IitemsItem0IIdataTypeObjectPositionInfoIsideEastflagsAttributesIid!typeCUP_O_INS_Soldier_MGatlOffset5Iposition?QF|@KEangles!Q@IIdynamicSimulationIdataTypeGroupsideEastEntitiesVJAttributes:Kid"atlOffset;XKitemsItem0sJ:KdataTypeObjectPositionInfoJsideEastflagsAttributes4Kid#typeCUP_O_INS_Soldier_AK74atlOffset;:KpositionHQF@ˑEanglesu@4K:KdynamicSimulationXKdataTypeGroupsideEastEntitiesKAttributesLid$atlOffset`>LitemsItem0KLdataTypeObjectPositionInfoWLsideEastflagsAttributesLid%typeCUP_O_INS_Soldier_LATatlOffset`>LpositionxQF9@QxEangles\@LLdynamicSimulationLdataTypeGroupsideEastEntities MAttributesMid&atlOffsetp6=NitemsItem0*MMdataTypeObjectPositionInfoMsideEastflagsAttributesMid'typeCUP_O_INS_Story_BardakatlOffsetp6=MpositioncQF@DEanglesf@MMdynamicSimulationNdataTypeGroupsideEastEntitiesiNAttributesKOid(atlOffset7iOitemsItem0NKOdataTypeObjectPositionInfo OsideEastflagsAttributesEOid)typeCUP_O_INS_Soldier_MGatlOffset7KOpositioni^QF<@ΫEanglesJ@EOKOdynamicSimulationiOdataTypeGroupsideEastEntitiesOAttributesPid*atlOffsetp7PitemsItem0OPdataTypeObjectPositionInfohPsideEastflagsAttributesPid+typeCUP_O_INS_Soldier_LATatlOffsetp7PpositionjPFA@&DEangles@PPdynamicSimulationPdataTypeGroupsideEastEntitiesQAttributesRid,atlOffset08RitemsItem0;QRdataTypeObjectPositionInfoQsideEastflagsAttributesQid-typeCUP_O_INS_Soldier_GLatlOffset08RpositionԥPF@Eangles?QRdynamicSimulationRdataTypeGroupsideEastEntitiesxRAttributesZSid.atlOffset@Փ=xSitemsItem0RZSdataTypeObjectPositionInfoSsideEastflagsAttributesTSid/typeCUP_O_INS_Soldier_ARatlOffset@Փ=ZSpositionzPF,@AEangles@@TSZSdynamicSimulationxSdataTypeGroupsideEastEntitiesSAttributesTid2atlOffset@TitemsItem0STdataTypeObjectPositionInfovTsideEastflagsAttributesTid3typeCUP_O_INS_Soldier_MGatlOffset@TpositionqRF#@xEanglesb@TTdynamicSimulationTdataTypeGroupsideEastEntitiesUAttributesUid4 VitemsItem09UUdataTypeObjectPositionInfoUsideEastflagsAttributesUid5typeCUP_O_INS_Soldier_LATUpositionqRF##@3 Eanglesf@UUdynamicSimulation VdataTypeGroupsideEastEntitiesWVAttributes)Wid6GWitemsItem0tV)WdataTypeObjectPositionInfoVsideEastflagsAttributes#Wid7typeCUP_O_INS_Soldier_MG)Wposition NF-A{Eangles89?#W)WdynamicSimulationGWdataTypeGroupsideEastEntitiesWAttributesXid8atlOffsetXitemsItem0WXdataTypeObjectPositionInfoEXsideEastflagsAttributes}Xid9typeCUP_O_INS_Soldier_ARatlOffsetXpositionNF5iAF Eangles40?}XXdynamicSimulationXdataTypeGroupsideEastEntitiesXAttributesYid:atlOffset YitemsItem0YYdataTypeObjectPositionInfoYsideEastflagsAttributesYid;typeCUP_O_INS_Soldier_GLatlOffset YpositionNF"QA4?EanglesX>YYdynamicSimulationYdataTypeGroupsideEastEntitiesUZAttributes8[id<atlOffset:V[itemsItem0rZ8[dataTypeObjectPositionInfoZsideEastflagsAttributes2[id=typeCUP_O_INS_Soldier_LATatlOffset:8[positionGOFlBȿEanglesֱ?2[8[dynamicSimulationV[dataTypeGroupsideEastEntities[Attributesr\id>\itemsItem0[r\dataTypeObjectPositionInfo4\sideEastflagsAttributesl\id?typeCUP_O_INS_Soldier_ARr\positionPF @Eangles@l\r\dynamicSimulation\dataTypeGroupsideEastEntities\Attributes]id@atlOffset]itemsItem0]]dataTypeObjectPositionInfo]sideEastflagsAttributes]idAtypeCUP_O_INS_Soldier_MGatlOffset]position!QFlU@hitemsItem0ig hdataTypeObjectPositionInfogsideEastflagsAttributeshidQtypeCUP_O_INS_Story_Bardak hpositionmMF؏@t7Eangles4#@h hdynamicSimulation>hdataTypeGroupsideEastEntitieshAttributesziidRatlOffsetxiitemsItem0hzidataTypeObjectPositionInfo#pitemsItem0@opdataTypeObjectPositionInfoosideEastflagsAttributesoid]typeCUP_O_INS_Soldier_ARatlOffset=>ppositionA%LF@fEangles@opdynamicSimulation#pdataTypeGroupsideEastEntities}pAttributesaqid^atlOffset7qitemsItem0paqdataTypeObjectPositionInfo#qsideEastflagsAttributes[qid_typeCUP_O_INS_Soldier_AK74atlOffset7aqposition/KF: @)6Eangles 0@[qaqdynamicSimulationqdataTypeGroupsideEastEntitiesqAttributesrid`ritemsItem0qrdataTypeObjectPositionInfo]rsideEastflagsAttributesridatypeCUP_O_INS_Soldier_GLrpositionDMF @Eangles5@rrdynamicSimulationrdataTypeGroupsideEastEntitiessAttributessidbsitemsItem0 ssdataTypeObjectPositionInfossideEastflagsAttributessidctypeCUP_O_INS_Soldier_MGspositionՒLFAA:EanglesU @ssdynamicSimulationsdataTypeGroupsideEastEntities=tAttributesuidd-uitemsItem0ZtudataTypeObjectPositionInfotsideEastflagsAttributes uidetypeCUP_O_INS_Soldier_ARuposition):LF AAiEangles$@ uudynamicSimulation-udataTypeGroupsideEastEntitiesuAttributesjvidfatlOffsetN@vitemsItem0ujvdataTypeObjectPositionInfo,vsideEastflagsAttributesdvidgtypeCUP_O_INS_Soldier_LATatlOffsetN@jvpositionbLF AAEanglesv,@dvjvdynamicSimulationvdataTypeGroupsideEastEntitiesvAttributeswidhatlOffset @witemsItem0vwdataTypeObjectPositionInfowsideEastflagsAttributeswiditypeCUP_O_INS_Soldier_AK74atlOffset @wpositionXvLF AAWEangles3@wwdynamicSimulationwdataTypeLayernameSet DressingEntities6xidatlOffsetΉ?iitemshItem0"}Item1~Item2~Item3Item4wItem5PItem6)Item7Item8˃Item9sItem10)Item11߅Item12Item13Item14ZItem15%Item16Item17ȊItem18Item19FItem20Item21Item22dItem237Item24Item25Item26cItem27Item28ҒItem29Item30dItem31IItem32Item33Item34[Item359Item36 Item37Item38Item39Item40cItem415Item42Item43Item44Item45Item46WItem47Item48Item49xItem50OItem51&Item52Item53Item54Item55CItem56Item57ީItem58Item59Item60[Item61,Item62Item63Item64Item65Item66JItem67"Item68Item69Item70Item71lItem72EItem73Item74Item75иItem76Item77Item78OItem79Item80Item81Item82Item83PItem84Item85Item86Item87GItem88 Item89Item90Item915Item92Item93Item94mItem955Item96Item97Item98YItem99Item100Item101Item102=Item103dataTypeObjectPositionInfo}sideEmptyflagsAttributes}id!typeLand_fortified_nest_bigatlOffset~positionPF @sݧEanglesB@}disableSimulation~dataTypeObjectPositionInfo~sideEmptyflagsAttributes~id+typeFort_NestatlOffset9~positiontwposition`PF{8@EYdisableSimulationwdataTypeObjectPositionInfosideEmptyflagsAttributes2id0typeLand_jezekbetonatlOffset=Pposition QF2@}קEangles@5V@2disableSimulationPdataTypeObjectPositionInfoӁsideEmptyflagsAttributes id1typeLand_jezekbetonatlOffset;)positionH QF1@趧Eangles@5V@ disableSimulation)dataTypeObjectPositionInfosideEmptyflagsAttributesԂid2typeLand_jezekbetonposition7QFף@اEangles@5V@ԂdisableSimulationdataTypeObjectPositionInfousideEmptyflagsAttributesid3typeLand_jezekbetonatlOffset@9˃position0QFz@ Eangles ?i@disableSimulation˃dataTypeObjectPositionInfoMsideEmptyflagsAttributesmid/typeLand_BarGate_FatlOffsetsposition!QF1A٧EmsdataTypeObjectPositionInfosideEmptyflagsAttributes id4typeGue_WarfareBBarracks)position%PFݷ@U[E disableSimulation)dataTypeObjectPositionInfosideEmptyflagsAttributesid typeGue_WarfareBBarracks߅positionbQFL@EdisableSimulation߅dataTypeObjectPositionInfo`sideEmptyflagsAttributesidQtypeClutterCutteratlOffset7position QF;@Eangles |@disableSimulationdataTypeObjectPositionInfo5sideEmptyflagsAttributesmidNtypeGUE_WarfareBAircraftFactoryposition(QFL=AEangles P@ |@mdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes<idOtypeBRDM2_HQ_Gue_unfoldedZpositionQF@Eangles!@Wt@_@@<disableSimulationZdataTypeObjectPositionInfoψsideEmptyAttributesidPtypeClutterCutteratlOffset >%position)QF)]@Eangles!@_@@disableSimulation%dataTypeObjectPositionInfosideEmptyflagsAttributesidLtypeLand_loco_742_redatlOffsetp<positionEPF A+EanglesG@;disableSimulationdataTypeObjectPositionInforsideEmptyflagsAttributesidJtypeLand_wagon_boxȊposition_PFh@jEanglesG@@disableSimulationȊdataTypeObjectPositionInfoDsideEmptyflagsAttributes|id=typeLand_PowerPoleConcrete_FpositionOFKAEangles ?|disableSimulationdataTypeObjectPositionInfosideEmptyAttributes@id8typeHangedatlOffset@?FpositionOFUA EanglesJ@@FdataTypeObjectPositionInfosideEmptyflagsAttributesԌid6typeMass_gravepositionڣOF AEԌdisableSimulationdataTypeObjectPositionInfo`sideEmptyflagsAttributesid7typeMass_gravepositionOFA1EdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesFid>typeDirthump_1_FdpositionφOF PAEanglesK@?;FdisableSimulationddataTypeObjectPositionInfosideEmptyflagsAttributesid9typeLand_Excavator_01_wreck_F7positionHOF CAEangles@@disableSimulation7dataTypeObjectPositionInfosideEmptyflagsAttributesΏidEtypeLand_DirtPatch_04_FpositionίOFRAEΏdisableSimulationdataTypeObjectPositionInfocsideEmptyflagsAttributesidFtypeLand_DirtPatch_04_FpositionOFKhAEdisableSimulationdataTypeObjectPositionInfo%sideEmptyAttributes]id5typeCUP_C_Fishing_Boat_ChernarusatlOffsetK@cpositionRFr@VEanglesG~I@]cdataTypeObjectPositionInfoۑsideEmptyflagsAttributesidStypeCUP_O_UAZ_Open_CHDKZpositionv=QF}@,Eangles!@٨@HK@dataTypeObjectPositionInfosideEmptyflagsAttributes̒idTtypeCUP_O_UAZ_Unarmed_CHDKZҒpositionEQF|@0EanglesM@I@5V@̒ҒdataTypeObjectPositionInfo]sideEmptyflagsAttributesidbtypeCUP_O_Ural_Refuel_CHDKZatlOffsetpositionOQFf@nEangles@ 7@p<dataTypeObjectPositionInfo&sideEmptyflagsAttributes^idatypeCUP_O_Ural_Refuel_CHDKZatlOffset4dposition-QFa@~WEangles@@ C<^ddataTypeObjectPositionInfosideEmptyflagsAttributes+idptypeWarfareBAircraftFactory_GueatlOffset5IpositionSMFЊ@AhuEanglesU@+disableSimulationIdataTypeObjectPositionInfosideEmptyflagsAttributesݕidtypeCUP_bedna_ammo2XpositionLF@bEݕdisableSimulationdataTypeObjectPositionInfomsideEmptyflagsAttributesidtypeCUP_ammobednaXpositionLF@,EdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes=idtypeCUP_ammobednaX[positionLF@E=disableSimulation[dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeGue_WarfareBBarracksatlOffset`k>9position$LF:@Eanglese-7@disableSimulation9dataTypeObjectPositionInfosideEmptyAttributesidtypeGue_WarfareBBarracksatlOffset6> positionwuLF׳@~EanglesB@disableSimulation dataTypeObjectPositionInfosideEmptyflagsAttributes˙idtypeGue_WarfareBBarracksatlOffset<=position LF~@7Eanglese-7@˙disableSimulationdataTypeObjectPositionInfoasideEmptyflagsAttributesidtypeMisc_cargo_cont_net2positionvSMF8@ߎEangles5@R!=disableSimulationdataTypeObjectPositionInfo?sideEmptyflagsAttributeswidtypeMisc_cargo_cont_net3atlOffset5positione[MFn@tEangleszT!=wdisableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributesEidtypeMisc_cargo_cont_net3cpositionFMMF@&Eangles@C1 =EdisableSimulationcdataTypeObjectPositionInfoߜsideEmptyflagsAttributesidtypeLand_fort_artillery_nest5position*OFj]A'Eangles.7@disableSimulation5dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_artillery_nestatlOffset9positionzqMFl@\EanglesD/@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesĞidvtypeLand_fort_rampartpositionMF@Eangles?ĞdisableSimulationdataTypeObjectPositionInfo_sideEmptyflagsAttributesid|typeplp_ctm_ForkliftStcOliveApositionLF! AOEanglesJ?disableSimulationdataTypeObjectPositionInfoBsideEmptyflagsAttributeszid{typeplp_ctm_ForkliftStcOliveBatlOffset𷘠positionLFZ@PEanglesw @zdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes9idtypeClutterCutteratlOffset@6WpositionYMF@E9disableSimulationWdataTypeObjectPositionInfoȡsideEmptyflagsAttributesidtypeClutterCutterpositionKWLF@*vEdisableSimulationdataTypeObjectPositionInfo{sideEmptyAttributesidtypeClutterCutteratlOffset>positiony/MF@@dataTypeObjectPositionInfoIsideEmptyflagsAttributesidMtypeFlagCarrierINSpositionnPQFApSEanglesJ@dataTypeObjectPositionInfo sideEmptyflagsAttributesAidtypeFlagCarrierINSatlOffset6Gposition+_MFI|#AhEanglesw?AGdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_Garaz_bez_tankuatlOffset5 positionVLFއ A }Eanglesͪ@  dataTypeObjectPositionInfosideEmptyflagsAttributesidytypeCUP_O_MI6T_CSAT_TatlOffset5CustomAttributes position.MFAEangles:@!B^=initcall{this setvelocity [0,0,1];}texturesChedaki Attribute0HnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["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]typeSTRINGdataTypeObjectPositionInfoEsideEmptyflagsAttributes}idtypeCUP_RUSpecialWeaponsBoxpositionLF@X>Eangles^<35@+;}dataTypeObjectPositionInfosideEmptyflagsAttributes/idtypeCUP_RUVehicleBox5positionLF<@x_EanglesPw@/5dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_RUVehicleBoxatlOffset>positionLF@@Eanglesp@&?@dataTypeObjectPositionInfohsideEmptyflagsAttributesid0typeClutterCutterpositionPF@#\EdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesOid1typeClutterCuttermposition]QF@ Eangles@OdisableSimulationmdataTypeObjectPositionInfosideEmptyflagsAttributesidHtypeLand_wagon_box5positionPF @.Eangles-@OO;disableSimulation5dataTypeObjectPositionInfosideEmptyflagsAttributesidItypeCUP_RUVehicleBoxpositionLFI@cEangles@&?O;dataTypeObjectPositionInfobsideEmptyflagsAttributesidKtypeCUP_RUSpecialWeaponsBoxposition[fLFu@VEanglesv@dataTypeObjectPositionInfosideEmptyflagsAttributesSidLtypeCUP_RUSpecialWeaponsBoxYpositionkLFu@uEanglesv@SYdataTypeObjectPositionInfosideEmptyflagsAttributes idMtypeCUP_RUSpecialWeaponsBoxposition8LFu@REanglesv@ dataTypeObjectPositionInfosideEmptyflagsAttributesidNtypeCUP_RUSpecialWeaponsBoxposition,ELFu@VEangles?3?dataTypeObjectPositionInfoFsideEmptyflagsAttributes~idOtypeCUP_RUSpecialWeaponsBoxposition@LFu@kEanglesv@~dataTypeObjectPositionInfosideEmptyflagsAttributes7idPtypeCUP_RUSpecialWeaponsBox=positionLF9@Eangles35@7=dataTypeObjectPositionInfosideEmptyflagsAttributesidQtypeCUP_RUSpecialWeaponsBoxpositionLF8@Eangles35@dataTypeObjectPositionInfonsideEmptyAttributesidRtypeCUP_RUVehicleBoxatlOffsetD?positionLF1 A3jEanglesئ?dataTypeLayernameNizhnoyeEntitiesidatlOffsetnAuitemsItem0udataTypeLayernameAdmiralEntitiesdidatlOffsetnAuitemsItem0Item1udataTypeLayernamePatrolEntitiesidatlOffset@itemsItem0Item1dataTypeTriggerpositionvHF@xEAttributeshidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_solnichniy_factory;}sizeAzCsizeBzCisRectangledataTypeLogicPositionInfo5idtypeAdmiral_PatrolZoneCustomAttributesUpositionCFQBEU Attribute0 Attribute1Attribute2Attribute3DAttribute4Attribute5Attribute6Attribute7dAttribute8:Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueGdataWtypesvaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueDdataDtype/valueBDtypeSCALARDpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value{datatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueKdata[typewvalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value#ddata3dtypeOvalue@dtypeSCALARdpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value:data :type%value@:typeSCALAR:propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLayernameCounterEntitiesidatlOffsetcuitemsItem01Item1Item2Item3FItem4Item5Item6Item7Item8XItem9Item10Item11bItem12Item13zItem141Item15Item16 Item17Item18.Item19Item20lItem21oItem22rudataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributespositionFAF#B.FAttribute0Attribute1Attribute2DAttribute3Attribute4Attribute5Attribute6RAttribute7,Attribute8Attribute9Attribute10Attribute11kAttribute127Attribute13 nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueDdataTtypemvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueDdataDtype/valueDtypeSCALARDpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueQdataatype}value AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueRdata#Rtype?valueRtypeBOOLRpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value,data,typevalue,typeSCALAR,propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueZdatajtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value*kdata:ktypeVvaluektypeSCALARkpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value7data7type"value?7typeSCALAR7propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value data typevalue@ typeSCALAR propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerposition2JF@TFAttributes@id typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_nizhnoye;}sizeApAsizeBpAdataTypeTriggerposition0=FmMB FAttributesid typeEmptyDetectorAreaR50Fconditioncall{triggeractivated tgr_nizhnoye;}sizeApAsizeBpAFdataTypeTriggerposition=FFBFAttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_nizhnoye;}sizeApAsizeBpAdataTypeGroupsideCivilianEntitiesKAttributesid itemsItem0sItem1dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRposition=FEB!FdataTypeWaypointpositionsKF@lEEffects}showWPNEVERid typeMoveatlOffset7dataTypeGroupsideCivilianEntitiesAttributesiditemsItem0Item1dataTypeObjectPositionInfonsideCivilianflagsAttributesidtypeC_Bob_VRposition׶=F~IBg FdataTypeWaypointpositionqKFR@EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiescAttributesidatlOffset5itemsItem0Item10dataTypeObjectPositionInfo sideCivilianflagsAttributes*idtypeC_Bob_VRatlOffset50positionJFN@"F*0dataTypeWaypointpositionhsKF.3@t&EEffectsshowWPNEVERidtypeMovedataTypeTriggerposition;Y?F3BqEAttributes idtypeEmptyDetectorAreaR50Xconditioncall{triggeractivated tgr_nizhnoye;}sizeApAsizeBpAXdataTypeTriggerposition=FUBEAttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_nizhnoye;}sizeApAsizeBpAdataTypeTriggerpositionGFj@]U FAttributeswidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_nizhnoye;}sizeApAsizeBpAdataTypeGroupsideCivilianEntities$Attributes\idatlOffsetbitemsItem0LItem1\dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetpositionGF@- FdataTypeWaypointpositionKF@EEffectsVshowWPNEVERidtypeMove\\bdataTypeGroupsideCivilianEntitiesAttributesidatlOffset7itemsItem0Item1dataTypeObjectPositionInfogsideCivilianflagsAttributesidtypeC_Bob_VRatlOffset7position>FXΞBSEdataTypeWaypointpositionKF@(EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesLAttributestidzitemsItem0tItem1 tdataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VR positionY?FQ:BE dataTypeWaypointposition+KF@EEffectsnshowWPNEVERid!typeMovettzdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributes1positionCFrA6)FAttribute0Attribute1Attribute2Attribute3_Attribute4!Attribute5Attribute6Attribute7Attribute8JAttribute9"Attribute10Attribute11Attribute12Attribute13dnAttributes1propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value\dataltypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value_data._typeJvalueB_typeSCALAR_propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value!data!type valueB!typeSCALAR!propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueldata|typevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueDdataTtypepvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value JdataJtype5valueJtypeSTRINGJpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value"data"type value@"typeSCALAR"propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypevalueAtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueOdata_type{valuetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value#ddata3dtypeOvaluedtypeSCALARdpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value1data1typevalue1typeSTRING1dataTypeLogicPositionInfoid7typeARK_Rotor_ParadropCustomAttributesposition{9FCiGFangles@Attribute03Attribute1Attribute2Attribute3Attribute4FnAttributespropertyARK_Rotor_Paradrop_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValuedatatypevalueDefaulttypeSTRINGpropertyARK_Rotor_Paradrop_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Value|datatypevalueark_rotor_fnc_paradroptypeSTRINGpropertyARK_Rotor_Paradrop_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValueEdataUtypeqvalueHCtypeSCALARpropertyARK_Rotor_Paradrop_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValueFdataFtype1valueBFtypeSCALARFpropertyARK_Rotor_Paradrop_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValuedatatypevalueFULLtypeSTRINGdataTypeLogicPositionInfo] id;typeARK_Rotor_ParadropCustomAttributes  positionw;FCHGFangles,xZ< Attribute0 Attribute1 Attribute2 Attribute3P Attribute4 nAttributes propertyARK_Rotor_Paradrop_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value  data  type valueDefault typeSTRING propertyARK_Rotor_Paradrop_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];ValueF  dataV  type valueark_rotor_fnc_paradrop typeSTRING propertyARK_Rotor_Paradrop_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value P data P type; valueCP typeSCALARP propertyARK_Rotor_Paradrop_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value  data  type valueB typeSCALAR propertyARK_Rotor_Paradrop_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value  data  type valueFULL typeSTRING dataTypeLogicPositionInfo'id?typeARK_Rotor_ParadropCustomAttributes_position7=FCFFangles,xZ<_Attribute0Attribute1Attribute2dAttribute3Attribute4nAttributespropertyARK_Rotor_Paradrop_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValueJdataZtypezvalueDefaulttypeSTRINGpropertyARK_Rotor_Paradrop_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Valueddata dtypeOvalueark_rotor_fnc_paradropdtypeSTRINGdpropertyARK_Rotor_Paradrop_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValuedatatypevalueDtypeSCALARpropertyARK_Rotor_Paradrop_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValuedatatypevalueBtypeSCALARpropertyARK_Rotor_Paradrop_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValueMdata]typezvalueFULLtypeSTRINGdataTypeTriggerposition+typeC_Jeff_VRpositionRitemsItem0<I=dataTypeObjectPositionInfo<sideEastflagsAttributes4=idtypeCUP_O_INS_SoldierI=positionMF @ZzEanglesXuz@4=namearty_1GI=O=LinkIDProvidert=Links=>nextID=itemsItem0=>linkIDitem0item1CustomData=>roleturretPath>dataTypeObjectPositionInfot>sideEastflagsAttributes>idtypeCUP_O_D30_ChDKZ>positionMF@YzEanglesXuz@>namearty_1>dataTypeMarkerpositionjTItem203Item204ؙItem205%Item206rItem207Item208 YlinkIDitem0item1CustomData\\typeSync\linkIDitem0item1CustomData]]typeSync]linkIDitem0item1CustomDataQ]c]typeSyncc]linkIDitem0item1CustomData]]typeSync]linkIDitem0item1CustomData]]typeSync]linkIDitem0'item1CustomData8^J^typeSyncJ^linkIDitem0)item1CustomData^^typeSync^linkIDitem0%item1CustomData^^typeSync^linkIDitem0!item1CustomData_1_typeSync1_linkID item0+item1CustomDatal_~_typeSync~_linkID item0item1CustomData__typeSync_linkID item0-item1CustomData``typeSync`linkID item03item1CustomDataS`e`typeSynce`linkID item01item1CustomData``typeSync`linkIDitem0/item1CustomData``typeSync`linkIDitem0 item1CustomData:aLatypeSyncLalinkIDitem0item1CustomDataaatypeSyncalinkIDitem0Gitem1CustomDataaatypeSyncalinkIDitem0item1CustomData!b3btypeSync3blinkIDitem0item1CustomDatanbbtypeSyncblinkIDitem0item1CustomDatabbtypeSyncblinkIDitem0<item1CustomDatacctypeSyncclinkIDitem0:item1CustomDataUcgctypeSyncgclinkIDitem0=item1CustomDatacctypeSyncclinkIDitem0}item1CustomDatacdtypeSyncdlinkIDitem0pitem1CustomDatagPgtypeSyncPglinkID$item0item1CustomDataggtypeSyncglinkID%item0item1CustomDataggtypeSyncglinkID&item0item1CustomData%h7htypeSync7hlinkID'item0item1CustomDatarhhtypeSynchlinkID(item0item1CustomDatahhtypeSynchlinkID)item0item1CustomData iitypeSyncilinkID*item0item1CustomDataYikitypeSynckilinkID+item0item1CustomDataiitypeSyncilinkID,item0item1CustomDataijtypeSyncjlinkID-item0item1CustomData@jRjtypeSyncRjlinkID.item0item1CustomDatajjtypeSyncjlinkID/item0item1CustomDatajjtypeSyncjlinkID0item0item1CustomData'k9ktypeSync9klinkID1item0item1CustomDatatkktypeSyncklinkID2item0item1CustomDatakktypeSyncklinkID3item0item1CustomDatal ltypeSync llinkID4item0Vitem1CustomData[lmltypeSyncmllinkID5item0Xitem1CustomDatalltypeSyncllinkID6item0Zitem1CustomDatalmtypeSyncmlinkID7item0\item1CustomDataBmTmtypeSyncTmlinkID8item0^item1CustomDatammtypeSyncmlinkID9item0`item1CustomDatammtypeSyncmlinkID:item0gitem1CustomData)n;ntypeSync;nlinkID;item0iitem1CustomDatavnntypeSyncnlinkID<item0kitem1CustomDatanntypeSyncnlinkID=item0mitem1CustomDatao"otypeSync"olinkID>item0oitem1CustomData]oootypeSyncoolinkID?item0Uitem1CustomDataootypeSyncolinkID@item0Xitem1CustomDatao ptypeSync plinkIDAitem0Zitem1CustomDataDpVptypeSyncVplinkIDBitem0\item1CustomDatapptypeSyncplinkIDCitem0^item1CustomDatapptypeSyncplinkIDDitem0`item1CustomData+q=qtypeSync=qlinkIDEitem0bitem1CustomDataxqqtypeSyncqlinkIDFitem0ditem1CustomDataqqtypeSyncqlinkIDGitem0fitem1CustomDatar$rtypeSync$rlinkIDHitem0hitem1CustomData_rqrtypeSyncqrlinkIDIitem0ditem1CustomDatarrtypeSyncrlinkIDJitem0item1CustomDatar stypeSync slinkIDKitem0item1CustomDataFsXstypeSyncXslinkIDLitem0item1CustomDatasstypeSyncslinkIDMitem0item1CustomDatasstypeSyncslinkIDNitem0item1CustomData-t?ttypeSync?tlinkIDOitem0 item1CustomDataztttypeSynctlinkIDPitem0 item1CustomDatatttypeSynctlinkIDQitem0 item1CustomDatau&utypeSync&ulinkIDRitem0item1CustomDataausutypeSyncsulinkIDSitem0item1CustomDatauutypeSynculinkIDTitem0item1CustomDatau vtypeSync vlinkIDUitem0item1CustomDataHvZvtypeSyncZvlinkIDVitem0item1CustomDatavvtypeSyncvlinkIDWitem0item1CustomDatavvtypeSyncvlinkIDXitem0item1CustomData/wAwtypeSyncAwlinkIDYitem0item1CustomData|wwtypeSyncwlinkIDZitem0item1CustomDatawwtypeSyncwlinkID[item0!item1CustomDatax(xtypeSync(xlinkID\item0#item1CustomDatacxuxtypeSyncuxlinkID]item0%item1CustomDataxxtypeSyncxlinkID^item0'item1CustomDataxytypeSyncylinkID_item0)item1CustomDataJy\ytypeSync\ylinkID`item0+item1CustomDatayytypeSyncylinkIDaitem0-item1CustomDatayytypeSyncylinkIDbitem0/item1CustomData1zCztypeSyncCzlinkIDcitem03item1CustomData~zztypeSynczlinkIDditem05item1CustomDatazztypeSynczlinkIDeitem07item1CustomData{*{typeSync*{linkIDfitem09item1CustomDatae{w{typeSyncw{linkIDgitem0;item1CustomData{{typeSync{linkIDhitem0=item1CustomData{|typeSync|linkIDiitem0?item1CustomDataL|^|typeSync^|linkIDjitem0Aitem1CustomData||typeSync|linkIDkitem0Citem1CustomData||typeSync|linkIDlitem0Eitem1CustomData3}E}typeSyncE}linkIDmitem0Gitem1CustomData}}typeSync}linkIDnitem0Iitem1CustomData}}typeSync}linkIDoitem0Kitem1CustomData~,~typeSync,~linkIDpitem0Mitem1CustomDatag~y~typeSyncy~linkIDqitem0Oitem1CustomData~~typeSync~linkIDritem0Qitem1CustomDatatypeSynclinkIDsitem0Sitem1CustomDataN`typeSync`linkIDtitem0Uitem1CustomDatatypeSynclinkIDuitem0Witem1CustomDatatypeSynclinkIDvitem0Yitem1CustomData5GtypeSyncGlinkIDwitem0[item1CustomDatatypeSynclinkIDxitem0]item1CustomDataπtypeSynclinkIDyitem0_item1CustomData.typeSync.linkIDzitem0aitem1CustomDatai{typeSync{linkID{item0citem1CustomDataȁtypeSyncȁlinkID|item0eitem1CustomDatatypeSynclinkID}item0gitem1CustomDataPbtypeSyncblinkID~item0iitem1CustomDatatypeSynclinkIDitem0jitem1nCustomDatatypeSynclinkIDitem0kitem1nCustomData7ItypeSyncIlinkIDitem0mitem1nCustomDatatypeSynclinkIDitem0litem1nCustomDataуtypeSynclinkIDitem0pitem1oCustomData0typeSync0linkIDitem0sitem1qCustomDatak}typeSync}linkIDitem0ritem1oCustomDataʄtypeSyncʄlinkIDitem0titem1oCustomDatatypeSynclinkIDitem0witem1|CustomDataRdtypeSyncdlinkIDitem0yitem1|CustomDatatypeSynclinkIDitem0xitem1{CustomDatatypeSynclinkIDitem0zitem1{CustomData9KtypeSyncKlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataӆtypeSynclinkIDitem0item1CustomData 2typeSync2linkIDitem0item1CustomDatamtypeSynclinkIDitem0item1CustomDatȧtypeSynċlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataTftypeSyncflinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData;MtypeSyncMlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataՉtypeSynclinkIDitem0item1CustomData"4typeSync4linkIDitem0item1CustomDataotypeSynclinkIDitem0item1CustomDataΊtypeSyncΊlinkIDitem0item1CustomData typeSynclinkIDitem0item1CustomDataVhtypeSynchlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData=OtypeSyncOlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData׌typeSynclinkIDitem0aitem1CustomData$6typeSync6linkIDitem0_item1CustomDataqtypeSynclinkIDitem0Litem1CustomDataЍtypeSyncЍlinkIDitem0]item1CustomData typeSynclinkIDitem0hitem1CustomDataXjtypeSyncjlinkIDitem0^item1CustomDatatypeSynclinkIDitem0`item1CustomDatatypeSynclinkIDitem0bitem1CustomData?QtypeSyncQlinkIDitem0Zitem1CustomDatatypeSynclinkIDitem0citem1CustomDataُtypeSynclinkIDitem0ditem1CustomData&8typeSync8linkIDitem0item1CustomDatastypeSynclinkIDitem0item1CustomDataҐtypeSyncҐlinkIDitem0item1CustomData typeSynclinkIDitem0item1CustomDataZltypeSyncllinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataAStypeSyncSlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataےtypeSynclinkIDitem0item1CustomData(:typeSync:linkIDitem0item1CustomDatautypeSynclinkIDitem0item1CustomData“ԓtypeSyncԓlinkIDitem0item1CustomData!typeSync!linkIDitem0item1CustomData\ntypeSyncnlinkIDitem0 item1CustomDatatypeSynclinkIDitem0 item1CustomDatatypeSynclinkIDitem0item1CustomDataCUtypeSyncUlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataݕtypeSynclinkIDitem0item1CustomData*<typeSync<linkIDitem0,item1*CustomDatawtypeSynclinkIDitem0-item1*CustomDataĖ֖typeSync֖linkIDitem06item14CustomData#typeSync#linkIDitem07item14CustomData^ptypeSyncplinkIDitem0:item18CustomDatatypeSynclinkIDitem0;item18CustomData typeSync linkIDitem0>item1<CustomDataEWtypeSyncWlinkIDitem0?item1<CustomDatatypeSynclinkIDitem0Kitem1CustomDataߘtypeSynclinkIDitem0Litem1CustomData,>typeSync>linkIDitem0Mitem1CustomDataytypeSynclinkIDitem0Nitem1CustomDataƙؙtypeSyncؙlinkIDitem0Oitem1CustomData%typeSync%linkIDitem0Iitem1CustomData`rtypeSyncrlinkIDitem0Ritem1CustomDatatypeSynclinkIDitem0Qitem1CustomData typeSync linkIDitem0Pitem1CustomDataGYtypeSyncYPz8> ^ӫK>E