sreVadmiral\admiral.hZAdescription.extZxhull3\briefing\blufor.sqfZBhull3\briefing\civilian.sqfZhull3\briefing\indfor.sqfZhull3\briefing\opfor.sqfZhull3\FIN_SF_G.hu`hull3\FIN_SF_U.hu`hull3\hull3.hZThull3\LICENSEZ8init.sqfZPmission.sqmZ;class Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "CUP_RU_MOD"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "CUP_RU_MOD"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "CUP_RU_MOD"; defaultZoneTemplate = "Cqc"; }; class UnitTemplates { class CUP_RU_MOD { infantry[] = {"CUP_O_RU_Soldier_GL_M_EMR_V2", "CUP_O_RU_Soldier_GL_M_EMR_V2", "CUP_O_RU_Soldier_M_EMR_V2", "CUP_O_RU_Soldier_M_EMR_V2", "CUP_O_RU_Soldier_AT_M_EMR_V2", "CUP_O_RU_Soldier_AR_M_EMR_V2", "CUP_O_RU_Soldier_MG_M_EMR_V2", "CUP_O_RU_Soldier_Medic_M_EMR_V2", "CUP_O_RU_Soldier_LAT_M_EMR_V2"}; crewmen[] = {"CUP_O_RU_Soldier_Crew_M_EMR_V2"}; pilots[] = {"CUP_O_RU_Pilot_M_EMR"}; technicals[] = {"CUP_O_UAZ_MG_RU", "CUP_O_UAZ_MG_RU", "CUP_O_UAZ_AGS30_RU", "CUP_O_UAZ_SPG9_RU", "CUP_O_GAZ_Vodnik_PK_RU", "CUP_O_GAZ_Vodnik_AGS_RU", "CUP_O_GAZ_Vodnik_KPVT_RU"}; armour[] = {"CUP_O_MTLB_pk_WDL_RU", "CUP_O_BMP2_RU", "CUP_O_BMP3_RU", "CUP_O_T72_RU", "CUP_O_BTR90_RU", "CUP_O_GAZ_Vodnik_BPPU_RU", "CUP_O_T90_RU", "CUP_O_BTR80_GREEN_RU", "CUP_O_BTR80A_GREEN_RU"}; th[] = {"CUP_O_Mi8AMT_RU"}; ah[] = {"CUP_O_Mi24_V_Dynamic_RU"}; }; }; }; #include "admiral\admiral.h" #include "hull3\hull3.h" allowProfileGlasses = 0; enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "takamaat"; 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 = 1; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
We drove through the night and have finally made it behind the Russian front lines.

ENEMY FORCES
Russian armed forces.

FRIENDLY FORCES
Finnish Army Special Forces in some sexy Unimogs. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Assault the Russian Outpost clearing enemy forces from it.

Eliminate the intelligence officer and recover his codebook from the Radio Tower, additionally clear enemy forces from the Repeater Station.

Assault the hamlet of Somppi clearing it of enemy forces.

Finally assault the hamlet of Hoopakka ensuring its ammunition dump and artillery firebase have been destroyed. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Undertake objectives in the given order.

MOVEMENT PLAN
Move mounted where safe and sensible.

FIRE SUPPORT PLAN
Use attachments as force multipliers. "]]; // 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 FIN_SF_G { class Rifleman { primaryWeapon = "CUP_arifle_Mk16_CQC_AFG_black"; primaryWeaponItems[] = {"CUP_optic_AIMM_M68_BLK", "CUP_acc_LLM_black"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = "CUP_hgun_Glock17_blk"; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 2}, {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1}, {"SmokeShellRed", 1}, {"CUP_17Rnd_9x19_glock17", 3} }; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag_Mk16_black", 6}, {"CUP_30Rnd_556x45_Stanag_Mk16_black_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_Stanag_Mk16_black", 4}, {"CUP_30Rnd_556x45_Stanag_Mk16_black_Tracer_Red", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 2} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { primaryWeapon = "CUP_arifle_Mk16_CQC_EGLM_black"; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag_Mk16_black", 6}, {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_30Rnd_556x45_Stanag_Mk16_black_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_1Rnd_HE_M203", 2}, {"CUP_30Rnd_556x45_Stanag_Mk16_black", 4}, {"CUP_30Rnd_556x45_Stanag_Mk16_black_Tracer_Red", 2}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"CUP_1Rnd_StarFlare_White_M203", 2}, {"CUP_1Rnd_StarFlare_Red_M203", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {"ItemGPS"}; binocular = "ACE_VectorDay"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class CO : Officer { }; class XO : CO { }; class SL : Officer { }; class Medic : Rifleman { primaryWeapon = "CUP_arifle_Mk16_CQC_FG_black"; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag_Mk16_black", 6}, {"CUP_30Rnd_556x45_Stanag_Mk16_black_Tracer_Red", 2}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellBlue", 4}, {"CUP_30Rnd_556x45_Stanag_Mk16_black", 2} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; backpackMedicalItems[] = { {"ACE_fieldDressing", 30}, {"ACE_morphine", 30}, {"ACE_epinephrine", 30}, {"ACE_bloodIV_500", 24}, {"ACE_splint", 4} }; }; class FTL : Leader { }; class AR : Rifleman { primaryWeapon = "CUP_lmg_PKM_top_rail_B50_vfg"; primaryWeaponItems[] = {"CUP_optic_AIMM_M68_BLK", "CUP_acc_LLM_black"}; vestMagazines[] = {{"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Red_M", 1}}; backpackMagazines[] = {{"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 { primaryWeapon = "CUP_arifle_Mk16_CQC_FG_black"; secondaryWeapon = "CUP_launch_APILAS"; vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag_Mk16_black", 6}, {"CUP_30Rnd_556x45_Stanag_Mk16_black_Tracer_Red", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_30Rnd_556x45_Stanag_Mk16_black", 4}, {"CUP_30Rnd_556x45_Stanag_Mk16_black_Tracer_Red", 2} }; }; class HATG : RAT { secondaryWeapon = "launch_I_Titan_short_F"; secondaryWeaponItems[] = {"Titan_AT"}; backpackMagazines[] = { {"Titan_AT", 1}, {"Titan_AP", 1} }; }; class HATAG : AAR { backpackMagazines[] = { {"HandGrenade", 1}, {"Titan_AT", 1}, {"Titan_AP", 1} }; }; class ENG : Rifleman { vestMagazines[] = { {"CUP_30Rnd_556x45_Stanag_Mk16_black", 6}, {"CUP_30Rnd_556x45_Stanag_Mk16_black_Tracer_Red", 2} }; backpackMagazines[] = { {"DemoCharge_Remote_Mag", 6}, {"SatchelCharge_Remote_Mag", 2} }; assignItems[] = {"ItemGPS"}; vestItems[] = { {"ACE_DefusalKit", 1}, {"ACE_M26_Clacker", 1} }; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class ENGA : ENG { uniformRadios[] = {"ACRE_PRC343"}; }; class SN : Rifleman { primaryWeapon = "CUP_srifle_M107_Base"; primaryWeaponItems[] = {"CUP_optic_LeupoldMk4_25x50_LRT"}; vestMagazines[] = { {"CUP_10Rnd_127x99_M107", 10}, {"CUP_17Rnd_9x19_glock17", 6} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_10Rnd_127x99_M107", 5} }; assignItems[] = {"ItemGPS"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class SP : Rifleman { binocular = "ACE_VectorDay"; }; class Vehicle { weapons[] = {{"CUP_launch_APILAS", 10}}; magazines[] = { {"CUP_30Rnd_556x45_Stanag_Mk16_black", 150}, {"CUP_30Rnd_556x45_Stanag_Mk16_black_Tracer_Red", 75}, {"CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Red_M", 50}, {"CUP_1Rnd_HE_M203", 15}, {"CUP_1Rnd_Smoke_M203", 15}, {"CUP_1Rnd_SmokeRed_M203", 15}, {"CUP_1Rnd_StarFlare_White_M203", 15}, {"CUP_1Rnd_StarFlare_Red_M203", 15}, {"CUP_10Rnd_127x99_M107", 10}, {"CUP_17Rnd_9x19_glock17", 10}, {"Titan_AP", 10}, {"Titan_AT", 20}, {"ACE_HandFlare_White", 15}, {"HandGrenade", 25}, {"SmokeShell", 25}, {"SmokeShellRed", 25}, {"DemoCharge_Remote_Mag", 10}, {"SatchelCharge_Remote_Mag", 5} }; items[] = {{"ItemGPS", 1}}; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; }; class FIN_SF_U { class Rifleman { headGear = "MNP_Helmet_FIN_T"; goggles = ""; uniform = "MNP_CombatUniform_Fin_A"; vest = "MNP_Vest_FIN_1_ARM"; backpack = "ark_backpack_med"; }; class Leader : Rifleman { uniform = "MNP_CombatUniform_Fin_B"; }; class Officer : Leader { }; class CO : Officer { headGear = "MNP_Boonie_FIN"; }; class XO : CO { }; class SL : Officer { goggles = "CUP_FR_NeckScarf"; }; class Medic : Rifleman { backpack = "ark_backpack_large"; }; class FTL : Leader { }; class AR : Rifleman { uniform = "MNP_CombatUniform_Fin_B"; }; class AAR : Rifleman { backpack = "ark_backpack_large"; }; class RAT : Rifleman { goggles = "CUP_FR_NeckScarf"; }; class HATG : RAT { backpack = "ark_backpack_huge"; }; class HATAG : AAR { }; class ENG : Rifleman { goggles = "CUP_FR_NeckScarf"; backpack = "ark_backpack_huge"; }; class ENGA : ENG { goggles = ""; }; class SN : Rifleman { headGear = "MNP_Boonie_FIN"; goggles = "CUP_FR_NeckScarf"; uniform = "MNP_CombatUniform_Fin_B"; backpack = "ark_backpack_med"; }; class SP : SN { }; }; class Hull3 { isEnabled = 1; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class MNP_FIN_WD { gear = "FIN_SF_G"; uniform = "FIN_SF_U"; languages[] = { {"west", 100} }; }; }; class Gear { #include "FIN_SF_G.h" unitBaseClass = "Rifleman"; vehicleBaseClass = "Vehicle"; }; class Uniform { #include "FIN_SF_U.h" unitBaseClass = "Rifleman"; }; };The MIT License (MIT) Copyright (c) 2014 László Major Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.ark_fnc_cleanUpAI = { params ["_trigger"]; private _side = [adm_camp_defaultUnitTemplate] call adm_common_fnc_getUnitTemplateSide; { if ((side _x == _side) && (!isPlayer _x) && (_x inArea _trigger)) then { if (isNull objectParent _x) then { deleteVehicle _x; } else { private _vehicle = objectParent _x; {_vehicle deleteVehicleCrew _x} forEach crew _vehicle; deleteVehicle _vehicle; }; }; } forEach allUnits; };raP; version6EditorData^sourceNameark_co54_takamaataddons%A3_Characters_Face_explosivesA3_Ui_FCUP_CAMiscA3_Structures_F_SystemCUP_Misc3_ConfigA3_Structures_F_WallsCUP_WarfareBuildingsCUP_StandaloneTerrains_Core_FactionCUP_Misc_e_ConfigCUP_WheeledVehicles_VodnikCUP_AirVehicles_Mi8CUP_WheeledVehicles_UAZCUP_WheeledVehicles_UraladmiralCUP_Creatures_StaticWeaponsCUP_Creatures_Military_Russiaark_clear_cargoark_ai_sentryark_rotorA3_Structures_F_Heli_Items_LuggageA3_Props_F_Argo_Items_ElectronicsA3_Structures_F_Items_DocumentsA3_Structures_F_Items_ElectronicsA3_Structures_F_EPB_Civ_Campingace_interactionace_cargoace_draggingA3_Structures_F_Items_VesselsA3_Structures_F_Ind_Transmitter_TowerCUP_Weapons_ItemsCUP_TrackedVehicles_BMP3A3_Structures_F_Heli_Ind_MachinesA3_Structures_F_Mil_CargoCUP_Weapons_AmmoBoxesgm_demo_nato_mb_u1300lA3_Soft_F_Quadbike_01AddonsMetaDatadlcsCUP_VehiclesCUP_UnitsHeliArgoCUP_Weaponsgm_demorandomSeedScenarioData;CustomAttributesMissionR; moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProvider%LayerIndexProvider8CameraKnextID%nextID8nextIDKposœE)ͨBDdirо#&?upYvD? ?aside Y??List;!items Item0>Item1Item2-Item3Item4Item5R Item6 Item7 Item81 Item9n Item10 Item11 Item12G Item13 Item14 Item15 Item16o Item17 Item18I Item19 Item20AItem21Item22hItem23Item24,Item25Item26Item27PItem28Item29,Item30qItem31;classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_explosivesnameACE3 - ExplosivesauthorACE-Teamurlhttp://ace3mod.com/-classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_CAMiscnameCUP_CAMiscclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comR classNameCUP_Misc3_ConfignameCUP_Misc3_Config classNameCUP_WarfareBuildingsnameCUP_WarfareBuildings classNameCUP_StandaloneTerrains_Core_FactionnameCUP_StandaloneTerrains_Core_Faction1 classNameCUP_Misc_e_ConfignameCUP_Misc_e_Confign classNameCUP_WheeledVehicles_VodniknameCUP_WheeledVehicles_Vodnik classNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi8 classNameCUP_WheeledVehicles_UAZnameCUP_WheeledVehicles_UAZG classNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_Ural classNameAdmiralnameadmiralauthorKami classNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeapons classNameCUP_Creatures_Military_RussianameCUP_Creatures_Military_Russiao classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.orgI classNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.org classNameA3_Structures_F_HelinameArma 3 Helicopters - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comAclassNameA3_Props_F_ArgonameArma 3 Malden - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_F_EPBnameArma 3 Adapt Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comhclassNameace_interactionnameACE3 - InteractionauthorACE-Teamurlhttp://ace3mod.com/classNameace_cargonameACE3 - CargoauthorACE-Teamurlhttp://ace3mod.com/,classNameace_draggingnameACE3 - DraggingauthorACE-Teamurlhttp://ace3mod.com/classNameA3_Structures_F_IndnameArma 3 - Industrial StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Weapons_ItemsnameCUP_Weapons_ItemsPclassNameCUP_TrackedVehicles_BMP3nameCUP_TrackedVehicles_BMP3classNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com,classNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxesqclassNamegm_demo_nato_mb_u1300lnamegm_demo_nato_mb_u1300lclassNameA3_Soft_FnameArma 3 Alpha - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.com;authordancemooxHeader`gameTypeCoopminPlayersmaxPlayers6Category0RnameMultiplayerAttribute0Attribute1unAttributesRpropertyRespawnButtonexpressiontrueValue4udataDutype`value?utypeSCALARupropertyRespawnTemplatesexpressiontrueValueRdataRtypevalueRtypeARRAYitemsItem0Rdata Rtype=valueNoneRtypeSTRINGRIntelEntitiesConnectionsZ;briefingNameark_co54_takamaatoverviewTextFinnish Army raid into Russian occupied territorytimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<itemsItem0gItem1Item2%Item34,Item42Item5o9Item6?Item7iFItem8 MItem9SItem10(ZItem11cItem12pItem13I|Item14Item15Item16DItem17Item18Item193Item20Item21Item22bItem23Item24Item25{@Item26Item27ZdataTypeGroupsideWestEntitiesAttributesiditemsItem0Item1~Item2 Item3pdataTypeObjectPositionInfo]sideWestflagsAttributesidtypeB_officer_F~positionEHdfBGDanglesz@': ?n}=skill?rankCAPTAINinit [this, ["faction", "MNP_FIN_WD"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionFinnish Army - Commanding Officer@COisPlayerisPlayable~dataTypeObjectPositionInfosideWestflagsAttributes2idtypeB_medic_FatlOffset6 positionV)E#eByDangles{@': ?n}=2skill?rankSERGEANTinit [this, ["faction", "MNP_FIN_WD"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionFinnish Army - Platoon Medic@COisPlayable dataTypeObjectPositionInfozsideWestflagsAttributesidtypeB_Soldier_FppositionEٝdB-DanglesO)@': ?M =skill?rankCORPORALinit [this, ["faction", "MNP_FIN_WD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionFinnish Army - Platoon Rifleman@COisPlayablepdataTypeObjectPositionInfosideWestflagsAttributes&idtypeB_officer_FatlOffsetpositionxE:cBDangles@': ? =&skill?rankLIEUTENANTinit [this, ["faction", "MNP_FIN_WD"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionFinnish Army - Executive Officer@COisPlayableformationDIAMONDdataTypeGroupsideWestEntitiesfAttributes%id%itemsItem0Item1!!Item2"%dataTypeObjectPositionInfo sideWestflagsAttributesB idtypeB_Soldier_SL_F!!position׼EheB\DanglesDangles@o$;?8=!skill?rankCORPORALinit [this, ["faction", "MNP_FIN_WD"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionFinnish Army - Alpha Squad Medic@Alpha SLisPlayable" dataTypeObjectPositionInfoI#sideWestflagsAttributes#idatypeB_Soldier_FatlOffsetP<CustomAttributesF$%positionCEueBXDangles@o$;?8=#skill?initcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;}descriptionFinnish Army - Alpha Squad Driver (Unimog)@Alpha SLisPlayableF$Attribute0~$Attribute1%nAttributes%propertyspeakerexpression_this setspeaker _value;Value$%data$%type$valueMale10ENG%typeSTRING%propertypitchexpression_this setpitch _value;ValueU%%datae%%type%valueHz?%typeSCALAR%formationDIAMOND%dataTypeGroupsideWestEntities%Attributes,id 4,itemsItem08&Item1'Item2D)Item3*,dataTypeObjectPositionInfo&sideWestflagsAttributes&id typeB_Soldier_TL_F'positionE9cBhDangles@o$;?8=&skill?rankCORPORALinit [this, ["faction", "MNP_FIN_WD"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionFinnish Army - Alpha 1 Fireteam Leader@Alpha 1isPlayable'dataTypeObjectPositionInfoE(sideWestflagsAttributes}(id typeB_soldier_AR_FatlOffset6D)positionEybBDangles*b@o$;?L=}(skill?rankCORPORALinit [this, ["faction", "MNP_FIN_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionFinnish Army - Alpha 1 Automatic Rifleman@Alpha 1isPlayableD)dataTypeObjectPositionInfo)sideWestflagsAttributes)id typeB_Soldier_A_F*positionSEbBDangles,b@o$;?#=)skill?init [this, ["faction", "MNP_FIN_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionFinnish Army - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayable*dataTypeObjectPositionInfo0+sideWestflagsAttributesh+id typeB_soldier_LAT_FatlOffset6,positionVEaBDangles@o$;?ÿ?<ӷ=3skill?rankSERGEANTinit [this, ["faction", "MNP_FIN_WD"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionFinnish Army - Bravo Squad Leader @Bravo SLisPlayable4dataTypeObjectPositionInfo[5sideWestflagsAttributes5idtypeB_medic_FatlOffset`?=5skill?rankCORPORALinit [this, ["faction", "MNP_FIN_WD"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionFinnish Army - Bravo Squad Medic@Bravo SLisPlayablet6 dataTypeObjectPositionInfo7sideWestflagsAttributes@7idbtypeB_Soldier_FatlOffsetV=CustomAttributes8U9positionYEdBDangles@IK>?A=@7skill?initcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;}descriptionFinnish Army - Bravo Squad Driver (Unimog)@Bravo SLisPlayable8Attribute0=8Attribute18nAttributesU9propertyspeakerexpression_this setspeaker _value;Value88data88type8valueMale02ENG8typeSTRING8propertypitchexpression_this setpitch _value;Value9U9data$9U9type@9valueQx?U9typeSCALARU9formationDIAMONDo9dataTypeGroupsideWestEntities9Attributes?id?itemsItem09Item1;Item2<Item3n>?dataTypeObjectPositionInfoh:sideWestflagsAttributes:idtypeB_Soldier_TL_F;positiongEDcBFDangles׶@IK>?A=:skill?rankCORPORALinit [this, ["faction", "MNP_FIN_WD"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionFinnish Army - Bravo 1 Fireteam Leader@Bravo 1isPlayable;dataTypeObjectPositionInfo;sideWestflagsAttributes-<idtypeB_soldier_AR_F<positionEzbBnDanglesM@IK>? -=-<skill?rankCORPORALinit [this, ["faction", "MNP_FIN_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionFinnish Army - Bravo 1 Automatic Rifleman@Bravo 1isPlayable<dataTypeObjectPositionInfot=sideWestflagsAttributes=idtypeB_Soldier_A_FatlOffset6n>positionͮEDvbBCDangles@IK>?L==skill?init [this, ["faction", "MNP_FIN_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionFinnish Army - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayablen>dataTypeObjectPositionInfo>sideWestflagsAttributes?idtypeB_soldier_LAT_F?position.EB bBDangles*@IK>?7<?skill?init[this, ["faction", "MNP_FIN_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionFinnish Army - Bravo 1 Rifleman (AT)@Bravo 1isPlayable?formationDIAMOND?dataTypeGroupsideWestEntities>@AttributesOFidatlOffset6iFitemsItem0|@Item1BItem2CItem3DOFdataTypeObjectPositionInfo@sideWestflagsAttributes5AidtypeB_Soldier_TL_FatlOffset6Bposition&EaBDDanglesl@IK>?\<5Askill?rankCORPORALinit [this, ["faction", "MNP_FIN_WD"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionFinnish Army - Bravo 2 Fireteam Leader@Bravo 2isPlayableBdataTypeObjectPositionInfoBsideWestflagsAttributesBidtypeB_soldier_AR_FCpositionrEbaBDangles@IK>?L?߻u<1Dskill?init [this, ["faction", "MNP_FIN_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionFinnish Army - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayableDdataTypeObjectPositionInfoeEsideWestflagsAttributesEidtypeB_soldier_LAT_FOFpositionPE+aB Dangles@IK>?߻uNid#typeB_Soldier_TL_F'Opositione<EŨbBMDangles@vJ?=>Nskill?rankCORPORALinit [this, ["faction", "MNP_FIN_WD"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;descriptionFinnish Army - Charlie 1 Fireteam Leader@Charlie 1isPlayable'OdataTypeObjectPositionInfoOsideWestflagsAttributesOid$typeB_soldier_AR_FPposition;EaB-Dangles.@vJ?#[? -=askill?initcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;}descriptionFinnish Army - Delta Squad Driver (Unimog) [JIP]@Delta SLisPlayableTbAttribute0bAttribute1cnAttributescpropertyspeakerexpression_this setspeaker _value;ValuebcdatabctypecvalueMale10ENGctypeSTRINGcpropertypitchexpression_this setpitch _value;Valuecccdatascctypecvalue33s?ctypeSCALARcformationDIAMONDcdataTypeGroupsideWestEntitiesdAttributesoid4atlOffset6pitemsItem0VdItem1`gItem2LjItem3"mo dataTypeObjectPositionInfodsideWestflagsAttributes%eid0typeB_Soldier_TL_FatlOffset6CustomAttributesf`gposition]E]B_Dangles\@~[?-jB=%eskill?rankCORPORALinit [this, ["faction", "MNP_FIN_WD"], ["gear", "FTL"], ["marker", "D1", "ColorBrown"]] call hull3_unit_fnc_init;descriptionFinnish Army - Delta 1 Fireteam Leader [JIP]@Delta 1isPlayablefAttribute0HfAttribute1fnAttributes`gpropertyspeakerexpression_this setspeaker _value;ValueffdatafftypefvalueMale01ENGftypeSTRINGfpropertypitchexpression_this setpitch _value;Valueg`gdata/g`gtypeKgvaluep}?`gtypeSCALAR`g dataTypeObjectPositionInfogsideWestflagsAttributes/hid1typeB_soldier_AR_FatlOffset6CustomAttributeshLjpositionoE\BDangles@~[?#z0b<V=skill?rankCORPORALinitcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "SP"]] call hull3_unit_fnc_init;}descriptionFinnish Army - Spotter@SniperisPlayableAttribute0ׄAttribute1hnAttributespropertyspeakerexpression_this setspeaker _value;Value!hdata1htypeSvalueMale08ENGhtypeSTRINGhpropertypitchexpression_this setpitch _value;ValuedatatypeڅvalueQx?typeSCALAR dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_soldier_M_FatlOffset#=CustomAttributesposition^dEdBDangles8@[>u<skill?rankSERGEANTinitcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "SN"], ["marker", "SN", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionFinnish Army - Sniper@SniperisPlayableAttribute0·Attribute1_nAttributespropertyspeakerexpression_this setspeaker _value;Value_data(_typeJvalueMale05ENG_typeSTRING_propertypitchexpression_this setpitch _value;Valuedatatypeшvalue\?typeSCALARformationDIAMONDdataTypeGroupsideWestEntitiesJAttributes*idEDitemsItem0rItem1h*dataTypeObjectPositionInfosideWestflagsAttributes/idBtypeB_engineer_FCustomAttributeshposition@EӊaBNDanglesC@}J>;/skill?rankSERGEANTinitcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "ENG"], ["marker", "ENG", "ColorOrange"]] call hull3_unit_fnc_init;}descriptionFinnish Army - Engineering Leader@EngineerisPlayableAttribute0PAttribute1nAttributeshpropertyspeakerexpression_this setspeaker _value;Valuedatatype̋valueMale08ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value'hdata7htypeSvalue33s?htypeSCALARhdataTypeObjectPositionInfosideWestflagsAttributes%idDtypeB_engineer_FCustomAttributesڍ*positionZ"Ek]aBnDangles l@}J>#<%skill?init [this, ["faction", "MNP_FIN_WD"], ["gear", "ENGA"]] call hull3_unit_fnc_init;descriptionFinnish Army - Engineering Assistant@EngineerisPlayableڍAttribute0Attribute1nAttributes*propertyspeakerexpression_this setspeaker _value;Value\dataltypevalueMale04ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value*data*typevalue?*typeSCALAR*formationDIAMONDDdataTypeMarkerposition3D1WBfNItem14Item15Item16ٟItem17Item18Item19pItem20<Item21 Item22Item23Item24Item25_Item26^Item27Item28֩Item29Item30JItem31Item32ͮItem33Item349dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_jezekbetonposition uDVB?Eanglesm@=disableSimulationdataTypeObjectPositionInfousideEmptyflagsAttributesidtypeLand_jezekbeton˓position=DWBd2@Eangles#<disableSimulation˓dataTypeObjectPositionInfoYsideEmptyflagsAttributesid}typeLand_ClutterCutter_small_FatlOffseteʔposition{DUBb:@EanglesrE/;;createAsSimpleObjectdisableSimulationʔdataTypeObjectPositionInfoGsideEmptyflagsAttributesidptypeLand_fortified_nest_smallpositionlD$ YB0@Eangles[@8@=disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesGidutypeLand_BarGate_FMpositionDeB7"@Eangles@GMdataTypeObjectPositionInfoۖsideEmptyflagsAttributesidtypeLand_ClutterCutter_large_FatlOffset;LpositionDXQWBEEangles.+#;h@createAsSimpleObjectdisableSimulationLdataTypeObjectPositionInfo×sideEmptyflagsAttributesidmtypeRU_WarfareBBarrackspositionpDMVBEEangles; @h@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesȘidtypeRU_WarfareBBarrackspositionD)TBHEangles;ک}?ȘdisableSimulationdataTypeObjectPositionInfo[sideEmptyflagsAttributesidtypeClutterCutter_EP1position¨DUB HEangles;disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesWidwtypeHeliHCiviluposition3DeVBFEanglesL<ٺ@WdisableSimulationudataTypeObjectPositionInfosideEmptyflagsAttributes;idtypeLand_ClutterCutter_large_FatlOffsetA:>tpositionLlDWBDEangles;v@;createAsSimpleObjectdisableSimulationtdataTypeObjectPositionInfosideEmptyflagsAttributes:idtypeLand_ClutterCutter_large_FatlOffset}>sposition DqWB3LEEangles.+#;@:createAsSimpleObjectdisableSimulationsdataTypeObjectPositionInfosideEmptyflagsAttributes idstypeBTR90_HQ_unfolded>positionUlDVBeEEangles.+#;շ@@ disableSimulation>dataTypeObjectPositionInfoÝsideEmptyflagsAttributesidtypeClutterCutter_EP1atlOffset;positionDDtVBGEangles#<.+#;disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes؞idtypeRU_WarfareBBarracksatlOffsetv;positionOD^sUBGEangles#<)@.+#;؞disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidrtypeRU_WarfareBFieldhHospitalatlOffsetٟpositiontD;VTB#JEangles l@BF@7<disableSimulationٟdataTypeObjectPositionInfofsideEmptyflagsAttributesid~typeRU_WarfareBFieldhHospitalatlOffset@;positionU̬DjMUBnIEanglesh@ ?;disableSimulationdataTypeObjectPositionInfo+sideEmptyflagsAttributescidvtypeHeliHRescueposition !DLyWBzHEangles;@;cdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes7idtypeLand_ClutterCutter_large_FppositionDuWB/HEangles;K@;7createAsSimpleObjectdisableSimulationpdataTypeObjectPositionInfosideEmptyflagsAttributesidytypeLand_CamoNetB_EAST<position Dk_BRDEanglesz@disableSimulation<dataTypeObjectPositionInfosideEmptyflagsAttributesidxtypeLand_CamoNetVar_EAST positionѫDQ[BHCEangles+@v@disableSimulation dataTypeObjectPositionInfosideEmptyflagsAttributesԤidttypeRU_WarfareBVehicleServicePointatlOffset,9positionDQQ^B{AEangles<Ѱr? @ԤdisableSimulationdataTypeObjectPositionInfo}sideEmptyflagsAttributesid{typeFlagCarrierRedCross_EP1atlOffset=position-D*fBIEangles1@dataTypeObjectPositionInfoFsideEmptyflagsAttributes~idtypeFlagCarrierRedCross_EP1atlOffset=positionȹDeBIEangles?~dataTypeObjectPositionInfo sideEmptyflagsAttributesAidtypeClutterCutter_EP1atlOffset=_positionDVBJEangles l@zEpositionDgBUEEanglesh@dataTypeObjectPositionInfosideEmptyflagsAttributesЩidtypeLand_fortified_nest_big֩positionYhD;ZBDEangles;=@Щ֩dataTypeObjectPositionInfoesideEmptyflagsAttributesidtypeCUP_O_GAZ_Vodnik_MedEvac_RUatlOffset|positionHaD:r_BIEanglesy@)@߻u<lockLOCKED dataTypeObjectPositionInfoOsideEmptyflagsAttributesidtypeCUP_O_Mi8_medevac_RUatlOffset:CustomAttributesJpositioncD#_BHEangles퐣;[@u<lockLOCKEDAttribute0ënAttributesJpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueJdata-Jtype5value[[[["CUP_arifle_AK74M","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]JtypeSTRINGJdataTypeObjectPositionInfoέsideEmptyflagsAttributesidtypeCUP_O_UAZ_AMB_RUatlOffsetfpositionDVB0IEangles.+#;٠@L<lockLOCKEDdataTypeObjectPositionInfosideEmptyflagsAttributesǮidtypeCUP_O_UAZ_Open_RUͮposition`DXBs4CEangles)<@ǮͮdataTypeObjectPositionInfoEsideEmptyflagsAttributes}idtypeCUP_O_Ural_Reammo_RUposition*ЭD^BCCEangles;@@}dataTypeObjectPositionInfosideEmptyflagsAttributes3idtypeCUP_O_Ural_Refuel_RU9positionJDާ^BUHDEangles.+#;<@;39dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_UAZ_Unarmed_RUposition!D }ZBPAEanglesԏ@dataTypeLayernameAdmiralEntities<idatlOffset0šitemsItem0oItem1)Item2dataTypeLayernameCQCEntitiesidatlOffset0)itemsItem0Item1Item2Item3N)dataTypeTriggerpositionjD~WB{DEAttributesnidtypeEmptyDetectorAreaR50atlOffseti:>conditioncall{true;}sizeA AsizeB AisRectangledataTypeTriggerposition9D&FWBCEangle@@Attributes:idtypeEmptyDetectorAreaR50atlOffsetM6>conditioncall{true;}sizeAFEݴ Attribute0Attribute1AAttribute2Attribute3Attribute4tAttribute5-Attribute6Attribute7Attribute8enAttributes )propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueAdataAtype,valueAtypeSTRINGApropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuedataѶtypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuezdatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value3tdataCttype_valueBttypeSCALARtpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value-data-typevalueB-typeSCALAR-propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypeѹvaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value`dataptypevalueAtypeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value'edata7etypePvalueetypeSTRINGepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value)data)typevalue)typeSTRING)dataTypeLayernamePatrolEntitiesuidatlOffset0ŽitemsItem0ԼItem1Item2Item3Item4Item5AItem6dataTypeLogicPositionInfoFidctypeAdmiral_PatrolZoneatlOffset?CustomAttributesfposition{ENB/CEf Attribute0Attribute1ݾAttribute2Attribute3UAttribute4Attribute5Attribute6Attribute7uAttribute8KAttribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueݾdataݾtypeȾvalueݾtypeSTRINGݾpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueXdatahtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueUdata$Utype@valueBUtypeSCALARUpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value\dataltypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value4udataDutype`valueutypeSCALARupropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value KdataKtype6value@KtypeSCALARKpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLogicPositionInfoKiddtypeAdmiral_PatrolZoneatlOffset;CustomAttributeskposition rEVSB=8Ek Attribute0#Attribute1Attribute2Attribute3ZAttribute4Attribute5Attribute6Attribute7zAttribute8PAttribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value]datamtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueZdata)ZtypeEvalueBZtypeSCALARZpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueadataqtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value9zdataIztypeevalue@ztypeSCALARzpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuePdataPtype;value@PtypeSCALARPpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLogicPositionInfoPidetypeAdmiral_PatrolZoneatlOffset(=CustomAttributesppositionP5E!oB5t/Ep Attribute0(Attribute1Attribute2Attribute3_Attribute4Attribute5Attribute6Attribute7Attribute8UAttribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuebdatartypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value_data._typeJvalueB_typeSCALAR_propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuefdatavtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value>dataNtypejvaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueUdata$Utype@value@UtypeSCALARUpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerpositionB`DFByAEAttributes\idbtypeEmptyDetectorAreaR250atlOffset=conditioncall{true;}sizeAzCsizeB9DdataTypeTriggerpositionmDc@B!bdEAttributes idatypeEmptyDetectorAreaR250atlOffset:Aconditioncall{true;}sizeAzCsizeBzCAdataTypeTriggerposition&DSBDEAttributesid`typeEmptyDetectorAreaR250atlOffset0Kconditioncall{true}sizeAzCsizeBzCdataTypeTriggerpositionDRB5EAttributesXid_typeEmptyDetectorAreaR250conditioncall{true;}sizeAzCsizeBzCdataTypeLayernameCounterEntitiesidatlOffset0š items Item0PItem1Item2Item3xItem4Item5Item6Item7Item8dataTypeTriggerpositionCHHBgPEAttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_outpost;}sizeA AsizeB AdataTypeTriggerpositionfD%KBCSEAttributes~idtypeEmptyDetectorAreaR50atlOffset{?conditioncall{triggeractivated tgr_outpost;}sizeA AsizeB AdataTypeGroupsideCivilianEntities*AttributesridatlOffset0xitemsItem0RItem1rdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetp?position֊DRMBIREdataTypeWaypointposition<ۦD)VB yFEEffectslshowWPNEVERidtypeMoveatlOffsetqrrxdataTypeGroupsideCivilianEntitiesAttributesidatlOffset0itemsItem0Item1dataTypeObjectPositionInfomsideCivilianflagsAttributesidtypeC_Bob_VRpositionXtCw+HBvPEdataTypeWaypointpositionmDzSBJCEEffectsshowWPNEVERidtypeMoveatlOffset@dataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffsetЮCustomAttributespositionDK6BL UEAttribute0Attribute1uAttribute27Attribute3Attribute4Attribute5Attribute6EAttribute7Attribute8Attribute9Attribute10Attribute11^Attribute12*Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value7udataGutype`valueutypeSTRINGupropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value7data7type"value7typeSCALAR7propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuezdatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueDdataTtypepvalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueEdataEtype2valueEtypeBOOLEpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuedatatype valuetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value{datatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueMdata]typeyvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value^data-^typeIvalue@^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];ValuedatatypevaluetypeSTRINGdataTypeLogicPositionInfo3idtypeAdmiral_OndemandCampZoneCustomAttributeskpositionCHBȌREanglesh@;kAttribute0gAttribute14Attribute2Attribute3Attribute4zAttribute5DAttribute6Attribute7Attribute8Attribute9{Attribute10MAttribute11Attribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value4data4typevalue4typeSTRING4propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuewdatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value9zdataIztypeevalueBztypeSCALARzpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueDdataDtype/value ADtypeSCALARDpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueedatautypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value:{dataJ{typefvalue{typeSCALAR{propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value MdataMtype8value?MtypeSCALARMpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value|datatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueLdata\typeuvaluetypeSTRINGdataTypeGroupsideCivilianEntitiesAttributesidatlOffset0itemsItem0Item1dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositionAD>B[AEdataTypeWaypointposition;D:HBȒoEEffects showWPNEVERidtypeMovedataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffset̺=CustomAttributespositionkD̙BBSEangles@vu=Attribute0Attribute1Attribute2QAttribute3Attribute4Attribute5Attribute6_Attribute79Attribute8Attribute9Attribute10Attribute11xAttribute12DAttribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueQdataatypezvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueQdata Qtype<valueQtypeSCALARQpropertyAdmiral_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];Value^datantypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value _data0_typeLvalue_typeBOOL_propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value9data9type$value?9typeSCALAR9propertyAdmiral_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];Valuegdatawtypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value7xdataGxtypecvaluextypeSCALARxpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueDdataDtype/valueDtypeSCALARDpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerposition#D$|>BpEAttributesMidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_switch;}sizeA AsizeB AdataTypeLayernameSentry AIEntitiesidatlOffset0 items Item0 Item14 Item2{ Item3\ Item4Item5Item61Item7xItem8Item9Item10MItem11dataTypeObjectPositionInfo sideEastflagsAttributes. idtypeCUP_O_KORD_high_RU4 positionDD;YB%@Eangles[@H@=. 4 dataTypeGroupsideEastEntities Attributesu id5atlOffset0{ itemsItem0 u dataTypeObjectPositionInfo7 sideEastflagsAttributeso id6typeCUP_O_RU_Soldier_M_EMR_V2atlOffset>u positionDIposition3D8XB;EEangles&?dataTypeGroupsideEastEntitiesAttributesid9atlOffset0itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesid:typeCUP_O_RU_Soldier_M_EMR_V2atlOffset>positionD[WBGEangles:P@dataTypeGroupsideEastEntitiesDAttributes+id;atlOffset01itemsItem0a+dataTypeObjectPositionInfosideEastflagsAttributes%id<typeCUP_O_RU_Soldier_M_EMR_V2atlOffsetج>+position瞩DWB HEangles:P@%+1dataTypeGroupsideEastEntitiesAttributesrid=atlOffset0xitemsItem0rdataTypeObjectPositionInfo4sideEastflagsAttributeslid>typeCUP_O_RU_Soldier_M_EMR_V2atlOffset>rpositionlDVBlHEanglesQ@lrxdataTypeGroupsideEastEntitiesAttributesid?atlOffset0¿itemsItem0dataTypeObjectPositionInfo{sideEastflagsAttributesid@typeCUP_O_RU_Soldier_M_EMR_V2atlOffset>positionpositionnDWXBaFEangles:P@dataTypeGroupsideEastEntities`AttributesGidCatlOffset0MitemsItem0}GdataTypeObjectPositionInfo sideEastflagsAttributesAidDtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsetA1>Gposition2%DGRWB GEangles`?AGMdataTypeGroupsideEastEntitiesAttributes~idEatlOffset0„itemsItem0~dataTypeObjectPositionInfo@sideEastflagsAttributesxidFtypeCUP_O_RU_Soldier_M_EMR_V2~positionpwD?zVB=REEangles:P@x~dataTypeGroupsideEastEntitiesAttributesidGatlOffset0itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidHtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset%>position8DWBEEangles:P@dataTypeLayernameModulesstateEntities$idatlOffset3itemsItem0WItem1Item23dataTypeLogicPositionInfonameadm_hc_unitisPlayabledescriptionHCidTtypeHeadlessClient_Fposition0Bangles|@JI<dataTypeLogicPositionInfoiidtypeARK_Clear_VehicleatlOffsetpositionr&E=kB`ZEangles@@dataTypeLogicPositionInfoidtypeARK_Make_SentryatlOffset8@CustomAttributesH3position _EI^B\7jEanglesC@@HAttribute0pnAttributes3propertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];Value3data3type value3typeBOOL3dataTypeMarkerposition@1E BȆoEnamemkr_radiotypeEmptyiddataTypeMarkerpositionTS[EgBLWnEnamemkr_repeattypeEmptyidatlOffset~ϾdataTypeMarkerposition3EZBBAEnamemkr_hoopakkatypeEmptyidatlOffset`l@6 conditioncall{triggeractivated tgr_outpost;}sizeAB`OAsizeB-vAisRectangle6 dataTypeLogicPositionInfo idtypeAdmiral_CqcZoneatlOffsetl=CustomAttributes (positionV EvBkE  Attribute0m!Attribute1)"Attribute2"Attribute3#Attribute4\$Attribute5%Attribute6%Attribute7&Attribute8M'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];Value""data""type"value"typeSCALAR"propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valueb##datar##type#value#typeSCALAR#propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value$\$data+$\$typeG$valueB\$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];Value%%data%%type%value%typeBOOL%propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueH&&dataX&&typet&value A&typeSCALAR&propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value'M'data'M'type8'valueM'typeSTRINGM'propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value'(data'(type'value(typeSTRING(dataTypeTriggerpositioniE'B$}oEangle/@Attributes(idctypeEmptyDetectorAreaR50atlOffset/@(conditioncall{triggeractivated tgr_outpost;}sizeAiyAsizeB oAisRectangle(dataTypeLayernamePatrolEntitiesA)idFatlOffset0‹R items Item0)Item1*Item2O+Item3,Item4,Item5-Item6G.Item7L7Item8i@Item9nIRdataTypeTriggerposition]DLBxEAttributes:*idgtypeEmptyDetectorAreaR250atlOffsetX<*conditioncall{triggeractivated tgr_outpost;}sizeAzCsizeBzC*dataTypeTriggerpositionEHBpEAttributes+idhtypeEmptyDetectorAreaR250atlOffset;O+conditioncall{triggeractivated tgr_outpost;}sizeAzCsizeBzCO+dataTypeTriggerpositionx$EfB$wEAttributes+iditypeEmptyDetectorAreaR250atlOffset`^,conditioncall{triggeractivated tgr_outpost;}sizeAHODsizeB`?C,dataTypeTriggerposition[EgBnEAttributes,idjtypeEmptyDetectorAreaR250atlOffset-G,conditioncall{triggeractivated tgr_outpost;}sizeAzCsizeBzC,dataTypeTriggerpositionL?EqBKEAttributesV-idktypeEmptyDetectorAreaR250atlOffset@-conditioncall{triggeractivated tgr_outpost;}sizeAzCsizeBzC-dataTypeTriggerpositiont/JESsB.~Eangle@Attributes).idptypeEmptyDetectorAreaR250atlOffset@F?G.sizeABsizeBiCG.dataTypeLogicPositionInfo.idltypeAdmiral_PatrolZoneatlOffsetD<CustomAttributes.L7position6E9ZB1]E. Attribute0/Attribute1P0Attribute2 1Attribute31Attribute42Attribute5>3Attribute64Attribute74Attribute85Attribute96nAttributes L7propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value0P0data"0P0type;0valueP0typeSTRINGP0propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value0 1data0 1type0value 1typeSCALAR 1propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value11data11type1valueB1typeSCALAR1propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueC22dataS22typeo2valueB2typeSCALAR2propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value2>3data3>3type+3value>3typeBOOL>3propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value34data34type3value4typeSCALAR4propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value44data44type4value4typeSCALAR4propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value}55data55type5value@5typeSCALAR5propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueG66dataW66typep6value6typeSTRING6propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value7L7data7L7type77valueL7typeSTRINGL7dataTypeLogicPositionInfo7idmtypeAdmiral_PatrolZoneatlOffseteCustomAttributes7i@position EkB*]Eangles<@7 Attribute08Attribute1m9Attribute2):Attribute3:Attribute4;Attribute5[<Attribute6-=Attribute7>Attribute8>Attribute9?nAttributes i@propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value/9m9data?9m9typeX9valuem9typeSTRINGm9propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value9):data9):type:value):typeSCALAR):propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value::data::type:valueB:typeSCALAR:propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value`;;datap;;type;valueB;typeSCALAR;propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value<[<data,<[<typeH<value[<typeBOOL[<propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value<-=data<-=type=value-=typeSCALAR-=propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value=>data=>type=value@>typeSCALAR>propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value>>data>>type>value>typeSCALAR>propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valued??datat??type?value?typeSTRING?propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value+@i@data;@i@typeT@valuei@typeSTRINGi@dataTypeLogicPositionInfo@idntypeAdmiral_PatrolZoneatlOffset@?CustomAttributes@nIpositionH/EpoB%aE@ Attribute0AAttribute1rBAttribute2.CAttribute3CAttribute4DAttribute5`EAttribute62FAttribute7 GAttribute8GAttribute9HnAttributes nIpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value4BrBdataDBrBtype]BvaluerBtypeSTRINGrBpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueB.CdataB.CtypeCvalue.CtypeSCALAR.CpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueCCdataCCtypeCvalueBCtypeSCALARCpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueeDDdatauDDtypeDvalueBDtypeSCALARDpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value!E`Edata1E`EtypeMEvalue`EtypeBOOL`EpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueE2FdataF2FtypeFvalue2FtypeSCALAR2FpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueF GdataF GtypeFvalue GtypeSCALAR GpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueGGdataGGtypeGvalue@GtypeSCALARGpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueiHHdatayHHtypeHvalueHtypeSTRINGHpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value0InIdata@InItypeYIvaluenItypeSTRINGnIdataTypeLogicPositionInfoIidotypeAdmiral_PatrolZoneatlOffset@CustomAttributesJRposition=(EOdBټ\Eangles<@J Attribute0JAttribute1KAttribute2KLAttribute3MAttribute4MAttribute5}NAttribute6OOAttribute7'PAttribute8PAttribute9QnAttributes RpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueQKKdataaKKtypezKvalueKtypeSTRINGKpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value LKLdataLKLtype6LvalueKLtypeSCALARKLpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueLMdataLMtypeLvalueBMtypeSCALARMpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueMMdataMMtypeMvalueBMtypeSCALARMpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value>N}NdataNN}NtypejNvalue}NtypeBOOL}NpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueOOOdataOOOtype:Ovalue?OOtypeSCALAROOpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueO'PdataO'PtypePvalue'PtypeSCALAR'PpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuePPdataPPtypePvaluePtypeSCALARPpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueQQdataQQtypeQvalueQtypeSTRINGQpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueMRRdata]RRtypevRvalueRtypeSTRINGRdataTypeLayernameCounterEntitiesRidGatlOffset0+items Item0|SItem1(UItem2VItem3XItem4,ZItem5fItem6sItem7vtItem8:uItem9uItem10vItem11{Item12]|+dataTypeGroupsideCivilianEntitiesSAttributes"UidatlOffset0(UitemsItem0TItem1T"UdataTypeObjectPositionInfoTsideCivilianflagsAttributesTidtypeC_Bob_VRatlOffset@W>Tposition EjBqUETTdataTypeWaypointposition|4E:BpEEffectsUshowWPNEVERidtypeMoveatlOffset@"U"U(UdataTypeGroupsideCivilianEntitiesUAttributesVidatlOffset0VitemsItem0UItem1SVVdataTypeObjectPositionInfo-VsideCivilianflagsAttributesMVidtypeC_Bob_VRatlOffsetSVposition07EQBikEMVSVdataTypeWaypointposition|4E:BpEEffectsVshowWPNEVERidtypeMoveatlOffset@VVVdataTypeGroupsideCivilianEntities2WAttributeszXidatlOffset0€XitemsItem0ZWItem1WzXdataTypeObjectPositionInfoWsideCivilianflagsAttributesWidtypeC_Bob_VRatlOffset @Wposition?&ELȊBpEWWdataTypeWaypointposition|4E:BpEEffectstXshowWPNEVERidtypeMoveatlOffset@zXzXXdataTypeGroupsideCivilianEntitiesXAttributes&ZidatlOffset0,ZitemsItem0YItem1Y&ZdataTypeObjectPositionInfoYsideCivilianflagsAttributesYidtypeC_Bob_VRatlOffset@&Z&Z,ZdataTypeLogicPositionInfoZidtypeAdmiral_OndemandCampZoneatlOffset>CustomAttributesZfpositionCAE=BEangles@v@ZAttribute0[Attribute1\Attribute2g]Attribute3)^Attribute4^Attribute5_Attribute6u`Attribute7OaAttribute8bAttribute9bAttribute10cAttribute11dAttribute12ZeAttribute13.fnAttributesfpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valueg\\dataw\\type\value\typeSTRING\propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value&]g]data6]g]typeR]valueg]typeSCALARg]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];Value^^data^^type^valueB^typeSCALAR^propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuet__data__type_value A_typeSCALAR_propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value6`u`dataF`u`typeb`valueu`typeBOOLu`propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueaOadataaOatype:avalue?OatypeSCALAROapropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueabdataabtypeavaluebtypeSTRINGbpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuebbdatabbtypebvaluebtypeSCALARbpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value}ccdatacctypecvalue?ctypeSCALARcpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueMdddata]ddtypeydvaluedtypeSCALARdpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueeZedata)eZetypeEevalueZetypeSCALARZepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuee.fdatae.ftypefvalue.ftypeSCALAR.fpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueffdatafftypefvalueftypeSTRINGfdataTypeLogicPositionInfosgidtypeAdmiral_OndemandCampZoneatlOffset@LCustomAttributesgsposition)z%EBqEgAttribute0hAttribute1\iAttribute2jAttribute3jAttribute4kAttribute5llAttribute6,mAttribute7nAttribute8nAttribute9oAttribute10upAttribute11EqAttribute12rAttribute13rnAttributesspropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuei\idata.i\itypeGivalue\itypeSTRING\ipropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valueijdataijtype jvaluejtypeSCALARjpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuejjdatajjtypejvalueBjtypeSCALARjpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueakkdataqkktypekvalueBktypeSCALARkpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value+llldata;llltypeWlvalue AlltypeSCALARllpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuel,mdatal,mtypemvalue,mtypeBOOL,mpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuemndatamntypemvaluentypeSCALARnpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuenndatanntypenvaluentypeSTRINGnpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valueboodatarootypeovalue@otypeSCALARopropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value4pupdataDpuptype`pvalueuptypeSCALARuppropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueqEqdataqEqtype0qvalue@EqtypeSCALAREqpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueqrdataqrtypeqvaluertypeSCALARrpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuerrdatarrtypervaluertypeSCALARrpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuetssdatasstypesvaluestypeSTRINGsdataTypeTriggerpositionKAE$-xBJEAttributes*tidtypeEmptyDetectorAreaR50atlOffsetHLdisableSimulationjdataTypeObjectPositionInfosideEmptyAttributes<idtypeLand_PlasticCase_01_medium_FatlOffsetX>CustomAttributesu]positionaEBOEnEanglesn@<createAsSimpleObjectdisableSimulationuAttribute0nAttributes]propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value]data]typeHvalue[[[[],[]],[[],[]],[[],[]],[[],[]]],true]]typeSTRING]dataTypeObjectPositionInfoՊsideEmptyAttributes idtypeLand_Laptop_02_FatlOffset]N?Fposition iEI BKnEangles@ createAsSimpleObjectdisableSimulationFdataTypeObjectPositionInfosideEmptyAttributesidtypeLand_Map_FatlOffset P?)position>mEaҪBHnEangles$?createAsSimpleObjectdisableSimulation)dataTypeObjectPositionInfosideEmptyAttributesތidtypeLand_SatellitePhone_FatlOffsetbQ?positionpE 2BOnEangles >ތcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes܍idtypeLand_Portable_generator_FatlOffset positionnENBmEangles=v@܍createAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyAttributesɎidtypeLand_Camping_Light_FatlOffsetAH?position/YE~BEnEangles$?ɎcreateAsSimpleObjectdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeFoldChairatlOffset<position&xE|BpositionDIBtEangles @<BHdataTypeGroupsideEastEntitiesAttributes|idOatlOffset0‚itemsItem0|dataTypeObjectPositionInfo>sideEastflagsAttributesvidPtypeCUP_O_RU_Soldier_AR_M_EMR_V2|position{D`IB*pEangles @v|dataTypeGroupsideEastEntitiesܝAttributesƞidQatlOffset0̞itemsItem0ƞdataTypeObjectPositionInfosideEastflagsAttributesidRtypeCUP_O_RU_Soldier_AT_M_EMR_V2atlOffsetƞposition0DXfIBW;pEangles|@ƞ̞dataTypeGroupsideEastEntities&AttributesidSatlOffset0itemsItem0CdataTypeObjectPositionInfoŸsideEastflagsAttributesidTtypeCUP_O_RU_Soldier_GL_M_EMR_V2positionDKJBvpEanglesr@dataTypeGroupsideEastEntities`Attributes7idIatlOffset0=itemsItem0}7dataTypeObjectPositionInfosideEastflagsAttributes1idJtypeCUP_O_RU_Officer_M_EMR_V27positionfE.B6nEangles-@17=dataTypeGroupsideEastEntitiesAttributesnidMatlOffset0titemsItem0ndataTypeObjectPositionInfo0sideEastflagsAttributeshidNtypeCUP_O_RU_Soldier_M_EMR_V2nposition\_D pIBpEanglesFӄ@hntdataTypeGroupsideEastEntities΢AttributesidYatlOffset0»itemsItem0dataTypeObjectPositionInfowsideEastflagsAttributesidZtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsetV>position D2JB?ysEangles:P@dataTypeGroupsideEastEntitiesAttributesid[atlOffset0itemsItem02dataTypeObjectPositionInfosideEastflagsAttributesid\typeCUP_O_RU_Soldier_M_EMR_V2atlOffsetf>positionADUJBsEangles:P@dataTypeGroupsideEastEntities\AttributesCid]atlOffset0IitemsItem0yCdataTypeObjectPositionInfosideEastflagsAttributes=id^typeCUP_O_RU_Soldier_M_EMR_V2atlOffsetxZ>CpositionD JB&bsEangles:P@=CIdataTypeGroupsideEastEntitiesAttributesidaatlOffset0itemsItem0dataTypeObjectPositionInfoLsideEastflagsAttributesidbtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsetW>positionrDIB"tEangles:P@dataTypeGroupsideEastEntitiesAttributesըiddatlOffset0ۨitemsItem0ըdataTypeObjectPositionInfosideEastflagsAttributesϨidetypeCUP_O_RU_Soldier_LAT_M_EMR_V2atlOffsetըposition}[E&?iBB{nEangles@ϨըۨdataTypeGroupsideEastEntities5AttributesidfatlOffset0itemsItem0RdataTypeObjectPositionInfoѩsideEastflagsAttributes idgtypeCUP_O_RU_Soldier_AR_M_EMR_V2positionҋ[EziBanEangles(@ dataTypeGroupsideEastEntitiesoAttributesYidiatlOffset0_itemsItem0YdataTypeObjectPositionInfosideEastflagsAttributesSidjtypeCUP_O_RU_Soldier_AR_M_EMR_V2atlOffsetR>Yposition5\ElBZ oEangles@SY_dataTypeGroupsideEastEntitiesAttributesidkatlOffset0¦itemsItem0֫dataTypeObjectPositionInfobsideEastflagsAttributesidltypeCUP_O_RU_Soldier_M_EMR_V2atlOffset?positionc\ElBunEanglesqZ@dataTypeLayernameSomppistateEntitiesidHatlOffset֗{@itemsItem01Item1kItem2.{@dataTypeLayernameAdmiralEntities~idIatlOffset0kitemsItem0Item1Item2kdataTypeLayernameCQCEntitiesidLatlOffset0»itemsItem0"Item1dataTypeTriggerposition}mEqB-qEAttributesidtypeEmptyDetectorAreaR50atlOffset>conditioncall{triggeractivated tgr_radio;}isRectangledataTypeLogicPositionInfoOidtypeAdmiral_CqcZoneatlOffsetl?CustomAttributesoposition7uEˆB5Eo Attribute0Attribute1ӰAttribute2Attribute3MAttribute4Attribute5Attribute6vAttribute73Attribute8nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueӰdataӰtypevalueӰtypeSTRINGӰpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueSdatactypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value MdataMtype8valueMtypeSCALARMpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueŲdataղtypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value~datatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value7vdataGvtypecvaluevtypeBOOLvpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value3data3typevalue A3typeSCALAR3propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedataɵtypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value}datatypevaluetypeSTRINGdataTypeLayernameCounterEntitiesidMatlOffset0itemsItem0gItem1Item2Item3Item4EItem5 Item6dataTypeGroupsideCivilianEntitiesŷAttributes idatlOffset0itemsItem0Item1 dataTypeObjectPositionInfolsideCivilianflagsAttributesidtypeC_Bob_VRatlOffset8<position}9RE;LBBEdataTypeWaypointpositionZdEVBFEEffectsshowWPNEVERidtypeMoveatlOffset;  dataTypeGroupsideCivilianEntitiesqAttributesid atlOffset0¿itemsItem0Item1>dataTypeObjectPositionInfosideCivilianflagsAttributes8id typeC_Bob_VRatlOffsetv<>positioniEOBwLE8>dataTypeWaypointpositionZdEVBFEEffectsshowWPNEVERid typeMoveatlOffset;dataTypeLogicPositionInfo7idtypeAdmiral_OndemandCampZoneatlOffset<CustomAttributesopositiong%QEJvIBBEangles:n@oAttribute0kAttribute18Attribute2Attribute3Attribute4~Attribute5HAttribute6Attribute7Attribute8Attribute9Attribute10QAttribute11!Attribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value8data 8type#value8typeSTRING8propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedataɽtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value{datatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value=~dataM~typeivalueB~typeSCALAR~propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueHdataHtype3value AHtypeSCALARHpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueidataytypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value>dataNtypejvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueQdata Qtype<value?QtypeSCALARQpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value!data!type value!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];ValuePdata`typeyvaluetypeSTRINGdataTypeLogicPositionInfoid typeAdmiral_OndemandCampZoneatlOffset̤>CustomAttributes&Eposition߃EIOBxNE&Attribute0"Attribute1Attribute2Attribute3sAttribute45Attribute5Attribute6Attribute7Attribute8^Attribute96Attribute10Attribute11Attribute12Attribute13xnAttributesEpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuepdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value2sdataBstype^valueBstypeSCALARspropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value5data5type valueB5typeSCALAR5propertyAdmiral_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];ValueXdatahtypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value ^data0^typeIvalue^typeSTRING^propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value6data6type!value6typeSCALAR6propertyAdmiral_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];ValuecdatastypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value7xdataGxtypecvaluextypeSCALARxpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueEdataEtype0valueEtypeSTRINGEdataTypeTriggerpositionpREKB²EAttributesidtypeEmptyDetectorAreaR50atlOffset@ conditioncall{triggeractivated tgr_somppi;}sizeA AsizeB A dataTypeTriggerpositionME@OBMEAttributesid typeEmptyDetectorAreaR50atlOffset<conditioncall{triggeractivated tgr_somppi;}sizeA AsizeB AdataTypeLogicPositionInfo?id.typeARK_Rotor_InsertatlOffset@=CustomAttributeswpositionqGEBB"yEangles l@@wAttribute0Attribute1Attribute2cAttribute3Attribute4nAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value\dataltypevalueBtypeSCALARpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Valuecdata.ctypeNvalueDefaultctypeSTRINGcpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValuedatatypevalueNORMALtypeSTRINGpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValuedatatypevalueHCtypeSCALARpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];ValueKdata[typevalueark_rotor_fnc_inserttypeSTRINGdataTypeLayernamePatrolEntitiesidNatlOffset0kitemsItem0HItem1 Item2Item3Item4\Item5aItem6fkdataTypeTriggerposition?PEkfBEAttributesidtypeEmptyDetectorAreaR250atlOffset; conditioncall{triggeractivated tgr_radio;}sizeAzCsizeBzC dataTypeTriggerposition=mEJWBw-EAttributesidtypeEmptyDetectorAreaR250atlOffsetKconditioncall{triggeractivated tgr_radio;}sizeAzCsizeBzCdataTypeTriggerposition-AdE}1VB;EAttributesKidtypeEmptyDetectorAreaR250atlOffset|4=conditioncall{triggeractivated tgr_radio;}sizeAzCsizeBzCdataTypeTriggerpositionc`E'SBڔEAttributesidtypeEmptyDetectorAreaR250atlOffset\conditioncall{triggeractivated tgr_radio;}sizeAaCsizeB3C\dataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffsetp<CustomAttributesapositionHY\EB5E Attribute0Attribute1eAttribute2!Attribute3Attribute4Attribute5SAttribute6%Attribute7Attribute8Attribute9nAttributes apropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value'edata7etypePvalueetypeSTRINGepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value!data!type value!typeSCALAR!propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueXdatahtypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueSdata$Stype@valueStypeBOOLSpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value%data%typevalue%typeSCALAR%propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value\dataltypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value#adata3atypeLvalueatypeSTRINGadataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffset#>CustomAttributesfpositiongEB E Attribute0Attribute1jAttribute2&Attribute3Attribute4Attribute5XAttribute6*Attribute7Attribute8Attribute9nAttributes fpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value,jdata<jtypeUvaluejtypeSTRINGjpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value&data&typevalue&typeSCALAR&propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value]datamtypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueXdata)XtypeEvalueXtypeBOOLXpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value*data*typevalue*typeSCALAR*propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueadataqtypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value(fdata8ftypeQvalueftypeSTRINGfdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffsetCustomAttributeskpositionEaXBE Attribute0Attribute1oAttribute2+Attribute3Attribute4Attribute5]Attribute6/Attribute7Attribute8Attribute9nAttributes kpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value1odataAotypeZvalueotypeSTRINGopropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value+data+typevalue+typeSCALAR+propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuebdatartypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value]data.]typeJvalue]typeBOOL]propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value/data/typevalue/typeSCALAR/propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valuedatatypevalue@@typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuefdatavtypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value-kdata=ktypeVvaluektypeSTRINGkdataTypeLayernameSentry AIEntitiesidJatlOffset0¸.)items(Item0Item1UItem2Item3EItem4;Item5Item6cItem7Item8Item98Item10Item11 Item12 Item13W Item14 Item15Item160Item17wItem18Item19Item20LItem21Item22Item23Item24HItem25Item26Item27Item28dItem29 Item30!Item319#Item32$Item33%Item34'Item35U(Item36)Item37*Item38*,Item39q-.dataTypeObjectPositionInfosideEastflagsAttributesOidtypeCUP_O_KORD_high_RUUposition`.aEWBDEangles~@P@.@OUdataTypeGroupsideEastEntitiesAttributesidatlOffset0—itemsItem0dataTypeObjectPositionInfoSsideEastflagsAttributesidtypeCUP_O_RU_Soldier_EMRatlOffsetH>position bEmYBEanglesMg@dataTypeObjectPositionInfosideEastflagsAttributes?idtypeCUP_O_BMP3_RUEposition7bE\BEanglesh@⪍@;?EdataTypeGroupsideEastEntitiesAttributesCrewLinksidnatlOffset0;itemsItem0dataTypeObjectPositionInfo\sideEastflagsAttributes|idotypeCUP_O_RU_Soldier_Crew_M_EMR_V2atlOffset>positionbEDTB E|LinkIDProviderLinks;nextIDitemsItem0;linkIDitem0oitem1CustomData;roleturretPath;dataTypeGroupsideEastEntitiesAttributescCrewLinksiidpatlOffset0itemsItem0cdataTypeObjectPositionInfo=sideEastflagsAttributes]idqtypeCUP_O_RU_Soldier_M_EMR_V2cposition-aEXSBEE]ciLinkIDProviderLinksnextIDitemsItem0linkIDitem0qitem1CustomDataroleturretPathdataTypeGroupsideEastEntitiesvAttributes]idratlOffset0citemsItem0]dataTypeObjectPositionInfosideEastflagsAttributesWidstypeCUP_O_RU_Soldier_M_EMR_V2atlOffset>]position eESB˗Eanglesp@W]cdataTypeGroupsideEastEntitiesAttributesidtatlOffset0ªitemsItem0dataTypeObjectPositionInfofsideEastflagsAttributesidutypeCUP_O_RU_Soldier_M_EMR_V2atlOffset>position]eEbTBvEanglesk>dataTypeGroupsideEastEntitiesAttributesidvatlOffset0itemsItem0!dataTypeObjectPositionInfosideEastflagsAttributesidwtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset>position7eeEpLUBˇEangles^<@dataTypeGroupsideEastEntitiesKAttributes2idxatlOffset08itemsItem0h2dataTypeObjectPositionInfosideEastflagsAttributes,idytypeCUP_O_RU_Soldier_M_EMR_V2atlOffset >2positionl)eEvVUBEanglesp@,28dataTypeGroupsideEastEntitiesAttributesyidatlOffset0itemsItem0ydataTypeObjectPositionInfo;sideEastflagsAttributessidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset>ypositioncNaEWBbEanglesp@sydataTypeGroupsideEastEntitiesAttributes idatlOffset0 itemsItem0 dataTypeObjectPositionInfo sideEastflagsAttributes idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset.> position$`E OBEanglesp@   dataTypeGroupsideEastEntities Attributes idatlOffset0 itemsItem0=  dataTypeObjectPositionInfo sideEastflagsAttributes idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset<> position1baEٞOBjEanglesp@   dataTypeGroupsideEastEntitiesg AttributesQ idatlOffset0W itemsItem0 Q dataTypeObjectPositionInfo sideEastflagsAttributesK idtypeCUP_O_RU_Soldier_AR_M_EMR_V2atlOffset@Q positioneEaiiBךEangles @K Q W dataTypeGroupsideEastEntities Attributes idatlOffset0¢ itemsItem0  dataTypeObjectPositionInfo^ sideEastflagsAttributes idtypeCUP_O_RU_Soldier_LAT_M_EMR_V2atlOffset@ positioneEaiiBEanglesЈ@   dataTypeGroupsideEastEntities AttributesidatlOffset0itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset@>?positionfE;[BvEangles@dataTypeGroupsideEastEntitiesCAttributes*idatlOffset00itemsItem0`*dataTypeObjectPositionInfosideEastflagsAttributes$idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset ?*positionMfEc[BwEanglesp@$*0dataTypeGroupsideEastEntitiesAttributesqidatlOffset0witemsItem0qdataTypeObjectPositionInfo3sideEastflagsAttributeskidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset??qpositionk|fEc[BeEanglesU@kqwdataTypeGroupsideEastEntitiesAttributesidatlOffset0¾itemsItem0dataTypeObjectPositionInfozsideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset@oK@positionMfE]}eBQEanglesv6@dataTypeGroupsideEastEntitiesAttributesidatlOffset0itemsItem05dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsetpL@position&fE]}eBdREanglesp@dataTypeGroupsideEastEntities_AttributesFidzatlOffset0LitemsItem0|FdataTypeObjectPositionInfosideEastflagsAttributes@id{typeCUP_O_RU_Soldier_M_EMR_V2atlOffsetq>FpositionLdE0UBមEanglesp@@FLdataTypeGroupsideEastEntitiesAttributes}id|atlOffset0ƒitemsItem0}dataTypeObjectPositionInfo?sideEastflagsAttributeswid}typeCUP_O_RU_Soldier_M_EMR_V2}positionT8dEUBغEanglesp@w}dataTypeGroupsideEastEntitiesAttributesid~atlOffset0ºitemsItem0dataTypeObjectPositionInfovsideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2position_xdEbVB̙Eangles@dataTypeGroupsideEastEntitiesAttributesidatlOffset0itemsItem01dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset>position;bE_QByʚEanglesp@dataTypeGroupsideEastEntities[AttributesBidatlOffset0HitemsItem0xBdataTypeObjectPositionInfosideEastflagsAttributes<idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsetw?BpositiongaE1(PBКEanglesp@<BHdataTypeGroupsideEastEntitiesAttributesidatlOffset0itemsItem0dataTypeObjectPositionInfoKsideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsetG>position/`EtpositionS`EfPB#Eangles?dataTypeGroupsideEastEntities0AttributesidatlOffset0itemsItem0MdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset&^>position`EuXBJ*Eanglesp@dataTypeGroupsideEastEntitieswAttributes^idatlOffset0ditemsItem0^dataTypeObjectPositionInfo sideEastflagsAttributesXidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset>^position`E>WBEanglesp@X^ddataTypeGroupsideEastEntitiesAttributes idatlOffset0« itemsItem0 dataTypeObjectPositionInfog sideEastflagsAttributes idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset> positionWaEdYB CEanglesp@   dataTypeGroupsideEastEntities!Attributes!idatlOffset0!itemsItem0"!!dataTypeObjectPositionInfo!sideEastflagsAttributes!idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset>!positionaE#ZBQEanglesp@!!!dataTypeGroupsideEastEntitiesL"Attributes3#idatlOffset09#itemsItem0i"3#dataTypeObjectPositionInfo"sideEastflagsAttributes-#idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset^>3#positionPbE[YBEanglesp@-#3#9#dataTypeGroupsideEastEntities#Attributesz$idatlOffset0€$itemsItem0#z$dataTypeObjectPositionInfo<$sideEastflagsAttributest$idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset?>z$positioneEYB3Eanglesp@t$z$$dataTypeGroupsideEastEntities$Attributes%idatlOffset0%itemsItem0$%dataTypeObjectPositionInfo%sideEastflagsAttributes%idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsetʺ=%positioneeE }ZBy Eanglesp@%%%dataTypeGroupsideEastEntities!&Attributes'idatlOffset0'itemsItem0>&'dataTypeObjectPositionInfo&sideEastflagsAttributes'idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsetpG@'positionfE]}eBEanglesp@'''dataTypeGroupsideEastEntitiesh'AttributesO(idatlOffset0U(itemsItem0'O(dataTypeObjectPositionInfo(sideEastflagsAttributesI(idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset@J@O(positionf!fE]}eB|sEangles@I(O(U(dataTypeGroupsideEastEntities(Attributes)idatlOffset0œ)itemsItem0()dataTypeObjectPositionInfoX)sideEastflagsAttributes)idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsetPD@)positionfE]}eBnEangles?)))dataTypeGroupsideEastEntities)Attributes*idatlOffset0*itemsItem0**dataTypeObjectPositionInfo*sideEastflagsAttributes*idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsetZB@*positionmfE]}eBEangles@o?***dataTypeGroupsideEastEntities=+Attributes$,idatlOffset0*,itemsItem0Z+$,dataTypeObjectPositionInfo+sideEastflagsAttributes,idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsetPC@$,positionfE]}eByEanglesW?,$,*,dataTypeGroupsideEastEntities,Attributesk-idatlOffset0q-itemsItem0,k-dataTypeObjectPositionInfo--sideEastflagsAttributese-idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset&?@k-positionfEBEeBmEanglesp@e-k-q-dataTypeGroupsideEastEntities-Attributes.idatlOffset0¸.itemsItem0-.dataTypeObjectPositionInfot.sideEastflagsAttributes.idtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsetp6?@.positionfEVeBEangles?...dataTypeLayernameSet DressingEntities /idKatlOffset0{@itemsItem0/Item10Item21Item3Q2Item43Item53Item64Item75Item8x6Item9L7Item1068Item118Item129Item13:Item14;Item15l<Item16$=Item17?{@dataTypeObjectPositionInfoa0sideEmptyflagsAttributes0idtypeRU_WarfareBBarracks0positiong`EMB3Eanglesh@JH@@0disableSimulation0dataTypeObjectPositionInfo.1sideEmptyflagsAttributesf1idtypeRU_WarfareBBarracks1position#aENBEangles@@M=f1disableSimulation1dataTypeObjectPositionInfo1sideEmptyflagsAttributes32idtypeRU_WarfareBBarracksQ2position6bEWB(Eangles@JH@"<32disableSimulationQ2dataTypeObjectPositionInfo2sideEmptyflagsAttributes3idtypeRU_WarfareBBarracks3position`ExVBj(Eangles@6bH@L<3disableSimulation3dataTypeObjectPositionInfo3sideEmptyflagsAttributes3idtypeBTR90_HQ_unfolded3positioneEYBEangles@^S@3disableSimulation3dataTypeObjectPositionInfoc4sideEmptyflagsAttributes4idtypeRU_WarfareBUAVterminal4positionXeEt`BEanglesv@R@g=4disableSimulation4dataTypeObjectPositionInfo65sideEmptyAttributesn5idtypeLand_EngineCrane_01_FatlOffset>5positioneE)|YBEangles|@;n5createAsSimpleObjectdisableSimulation5dataTypeObjectPositionInfo"6sideEmptyflagsAttributesZ6idtypeRU_WarfareBHeavyFactoryx6position'eESBEangles|@W@;Z6disableSimulationx6dataTypeObjectPositionInfo6sideEmptyflagsAttributes.7idtypeRU_WarfareBAircraftFactoryL7positionheE^kBEangles|@sT@.+#;.7disableSimulationL7dataTypeObjectPositionInfo7sideEmptyflagsAttributes7idtypeWaterPump_01_forest_F68position|.dEZXBEangles@W@#<7createAsSimpleObjectdisableSimulation68dataTypeObjectPositionInfo8sideEmptyflagsAttributes8idtypePowGen_Big8positioncE.YBEangles@R@#<8disableSimulation8dataTypeObjectPositionInfo9sideEmptyflagsAttributes9idtypeLand_fort_bagfence_longatlOffsetڼ9position^>aETB;Eangles@*@@9disableSimulation9dataTypeObjectPositionInfoX:sideEmptyflagsAttributes:idtypeLand_fort_bagfence_corner:positions1aEUBGEangles@nˈ?h@:disableSimulation:dataTypeObjectPositionInfo:;sideEmptyflagsAttributesr;idtypeLand_fort_artillery_nestatlOffset ;positionR#bESBEangles|@'@g;r;disableSimulation;dataTypeObjectPositionInfo<sideEmptyflagsAttributesN<idtypeLand_CamoNetB_EASTatlOffset.:l<position[dbEv[BEangles@?#?data~>?type>value>?typeARRAY>itemsItem0>Item1!?Item2b??data>!?type ?value A!?typeSCALAR!?data1?b?typeM?valueb?typeSCALARb?datar??type?value?typeSCALAR?dataTypeObjectPositionInfo%@sideEmptyflagsAttributes]@idtypeRU_WarfareBVehicleServicePoint{@position\-dE6\BPؙEangles@Iz8@ÿ<]@disableSimulation{@dataTypeLayernameHoopakkastateEntities@idOatlOffset}itemsItem0AItem1Item2dataTypeLayernameAdmiralEntitiesUAidPatlOffset0€itemsItem0AItem1ooItem2dataTypeLayernameCounterEntitiesAidSatlOffset0oo items Item0aBItem1 DItem2EItem3pRItem4'_Item5_Item6`Item7 eItem8eItem9jItem10joodataTypeGroupsideCivilianEntitiesBAttributesDidatlOffset0 DitemsItem0BItem1CDdataTypeObjectPositionInfofCsideCivilianflagsAttributesCidtypeC_Bob_VRatlOffset;Cposition E1)BdECCdataTypeWaypointposition0֋E'YZB`AEEffectsDshowWPNEVERidtypeMoveatlOffset ;DD DdataTypeGroupsideCivilianEntitieskDAttributesEidatlOffset0¹EitemsItem0DItem18EEdataTypeObjectPositionInfoEsideCivilianflagsAttributes2EidtypeC_Bob_VRatlOffset@8EpositionE QBE2E8EdataTypeWaypointpositionEmCB,2EEffectsEshowWPNEVERidtypeMoveatlOffsetp:CustomAttributesIkooposition7Eh@B.Eangles@.+#;IkAttribute0kAttribute1olAttribute25mAttribute3mAttribute4nnAttributesoopropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value.loldata>loltypeZlvalueBoltypeSCALARolpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Valuel5mdatam5mtype mvalueDefault5mtypeSTRING5mpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValuemmdatammtypemvalueNORMALmtypeSTRINGmpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value]nndatamnntypenvalueHCntypeSCALARnpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Valueooodata-oootypeZovalueark_rotor_fnc_insertootypeSTRINGoodataTypeLayernameCQCEntitiesoidTatlOffset0 items Item0-pItem1qItem2qItem3rItem4sItem5dtItem6GuItem7*vItem8~dataTypeTriggerpositionTVE7LB>REAttributespidtypeEmptyDetectorAreaR50atlOffset&>qconditioncall{triggeractivated tgr_somppi;}sizeA AsizeB AisRectangleqdataTypeTriggerposition蟑EV~dtconditioncall{triggeractivated tgr_somppi;}sizeAJAsizeB|AisRectangledtdataTypeTriggerpositionE xDB)6Eangle?AttributestidtypeEmptyDetectorAreaR50atlOffsetpwE~ Attribute0<Attribute1Attribute2Attribute3rAttribute4+Attribute5Attribute6Attribute7XAttribute8nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuexdatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value1rdataArtype]valuertypeSCALARrpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value+data+typevalueB+typeSCALAR+propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypeςvalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value\dataltypevaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueXdata'XtypeCvalueAXtypeSCALARXpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueބdatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valuedatatype˅valuetypeSTRINGdataTypeLayernamePatrolEntities,idUatlOffset0€ items Item0Item1rItem28Item3Item4ĉItem5Item6\Item7aItem8nItem9{dataTypeTriggerpositioncEHLBfEAttributes%idtypeEmptyDetectorAreaR250atlOffset ;rconditioncall{triggeractivated tgr_somppi;}sizeAzCsizeBzCrdataTypeTriggerpositiono\xE FB7EAttributesidtypeEmptyDetectorAreaR250atlOffset@`8conditioncall{triggeractivated tgr_somppi;}sizeAzCsizeBzC8dataTypeTriggerposition&E<\BJKEAttributesidtypeEmptyDetectorAreaR250atlOffsetconditioncall{triggeractivated tgr_somppi;}sizeAzCsizeBzCdataTypeTriggerpositionEIB6EAttributeswidtypeEmptyDetectorAreaR250atlOffsetMĉconditioncall{triggeractivated tgr_somppi;}sizeAzCsizeBzCĉdataTypeTriggerpositionrE i\B4BEAttributes=idtypeEmptyDetectorAreaR250atlOffset5>conditioncall{triggeractivated tgr_somppi;}sizeArCsizeB%CdataTypeTriggerposition`}E*GBBuEangle1@AttributesidtypeEmptyDetectorAreaR250atlOffset>\conditioncall{triggeractivated tgr_somppi;}sizeAzCsizeB#CD\dataTypeLogicPositionInfo΋idtypeAdmiral_PatrolZoneatlOffsetUCustomAttributesapositionxE )jBH9E Attribute0Attribute1eAttribute2!Attribute3ݎAttribute4Attribute5SAttribute6%Attribute7Attribute8ӒAttribute9nAttributes apropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value'edata7etypePvalueetypeSTRINGepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value!data!type value!typeSCALAR!propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueݎdataݎtypeȎvalueBݎtypeSCALARݎpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueXdatahtypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueSdata$Stype@valueStypeBOOLSpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value%data%typevalue%typeSCALAR%propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatȃtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueӒdataӒtypevalue@ӒtypeSCALARӒpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value\dataltypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value#adata3atypeLvalueatypeSTRINGadataTypeLogicPositionInfoÔidtypeAdmiral_PatrolZoneCustomAttributesnpositionEJBWwEangles]L<m@ Attribute0Attribute1rAttribute2.Attribute3Attribute4Attribute5`Attribute62Attribute7 Attribute8Attribute9nAttributes npropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value4rdataDrtype]valuertypeSTRINGrpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value.data.typevalue.typeSCALAR.propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valuedatatype՗valueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueedatautypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value!`data1`typeMvalue`typeBOOL`propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value2data2typevalue2typeSCALAR2propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valueɚ dataٚ typevalue@@ typeSCALAR propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatype˛valuetypeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueidataytypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value0ndata@ntypeYvaluentypeSTRINGndataTypeLogicPositionInfoНidtypeAdmiral_PatrolZoneCustomAttributes{positionʃE1hB-7Eangles@b@ Attribute0Attribute1Attribute2;Attribute3Attribute4Attribute5mAttribute6?Attribute7Attribute8Attribute9nAttributes {propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueAdataQtypejvaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value;data ;type&value;typeSCALAR;propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedataƠtypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuerdatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value.mdata>mtypeZvaluemtypeBOOLmpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value?data?type*value?typeSCALAR?propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value֣datatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypeؤvalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuevdatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value={dataM{typefvalue{typeSTRING{dataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneatlOffsetCustomAttributes positionoJ}Ei_B=*E  Attribute0ŧAttribute1Attribute2@Attribute3Attribute4Attribute5rAttribute6DAttribute7Attribute8Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueFdataVtypeovaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value@data@type+value@typeSCALAR@propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valuedata˩typevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuewdatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value3rdataCrtype_valuertypeBOOLrpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueDdataDtype/value?DtypeSCALARDpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value۬datatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuedatatypeݭvaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value{datatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueBdataRtypekvaluetypeSTRINGdataTypeLayernameSentry AIEntitiesϯidQatlOffset0™itemsItem0ǰItem1Item2Item3Item4ٵItem5Item6GItem7Item8źItem9 Item10SItem11Item12Item13Item14/Item15fItem16Item17Item18+Item19bdataTypeObjectPositionInfoLsideEastflagsAttributesidtypeCUP_O_KORD_high_RUatlOffsetu@position!E BW>HEanglesٹ@dataTypeGroupsideEastEntitiesAttributesʲCrewLinksвidatlOffset0ƒitemsItem0ʲdataTypeObjectPositionInfosideEastflagsAttributesIJidtypeCUP_O_RU_Soldier_M_EMR_V2ʲpositionK"Ex(|B>HEanglesp@IJʲвLinkIDProviderLinksnextIDitemsItem0%linkIDitem0item1CustomData`roleturretPathdataTypeGroupsideEastEntitiesݳAttributesidatlOffset0ºitemsItem0dataTypeObjectPositionInfovsideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2position^E> aBKEanglessu,?dataTypeGroupsideEastEntitiesAttributesӵidatlOffset0ٵitemsItem01ӵdataTypeObjectPositionInfosideEastflagsAttributes͵idtypeCUP_O_RU_Officer_M_EMR_V2ӵpositionyElBOHE͵ӵٵdataTypeGroupsideEastEntities3Attributes idatlOffset0itemsItem0P dataTypeObjectPositionInfo̶sideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2 positionElBHEangles&@ dataTypeGroupsideEastEntitiesjAttributesAidatlOffset0GitemsItem0AdataTypeObjectPositionInfosideEastflagsAttributes;idtypeCUP_O_RU_Soldier_M_EMR_V2Aposition*EaZBGEanglesp@;AGdataTypeGroupsideEastEntitiesAttributesidatlOffset0ŽitemsItem0dataTypeObjectPositionInfoJsideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset. ?positionE>BU1Eanglesp@dataTypeGroupsideEastEntitiesAttributesidatlOffset0źitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2positionsE:B/Eanglesp@źdataTypeGroupsideEastEntitiesAttributesidatlOffset0 itemsItem0<dataTypeObjectPositionInfoȻsideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset>positionE;B*1Eanglesp@ dataTypeGroupsideEastEntitiesfAttributesMidatlOffset0SitemsItem0MdataTypeObjectPositionInfosideEastflagsAttributesGidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffset*,>MpositioncESm8Bz0Eanglesp@GMSdataTypeGroupsideEastEntitiesAttributesidatlOffset0ŠitemsItem0ʽdataTypeObjectPositionInfoFsideEastflagsAttributes~idtypeCUP_O_RU_Soldier_M_EMR_V2position*ВE&9BPJ1Eangles@~dataTypeGroupsideEastEntitiesAttributesidatlOffset0itemsItem0dataTypeObjectPositionInfo}sideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2positionEFB5Eanglesp@dataTypeGroupsideEastEntitiesAttributesidatlOffset0itemsItem08dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2position5EY^BDEangles1@dataTypeGroupsideEastEntitiesRAttributes)idatlOffset0/itemsItem0o)dataTypeObjectPositionInfosideEastflagsAttributes#idtypeCUP_O_RU_Soldier_M_EMR_V2)positionX*E:B/Eangleso@#)/dataTypeGroupsideEastEntitiesAttributes`idatlOffset0fitemsItem0`dataTypeObjectPositionInfo"sideEastflagsAttributesZidtypeCUP_O_RU_Soldier_M_EMR_V2`positionnEj?:Bx2Eangles@Z`fdataTypeGroupsideEastEntitiesAttributesidatlOffset0­itemsItem0dataTypeObjectPositionInfoisideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsetk>positionE;BM1Eangles?dataTypeGroupsideEastEntitiesAttributesidatlOffset0itemsItem0$dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2atlOffsety>positionFE =B 1Eanglesp>dataTypeGroupsideEastEntitiesNAttributes%idatlOffset0+itemsItem0k%dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2%positionF/EPB34Eanglesp@%+dataTypeGroupsideEastEntitiesAttributes\idatlOffset0bitemsItem0\dataTypeObjectPositionInfosideEastflagsAttributesVidtypeCUP_O_RU_Soldier_M_EMR_V2\position?E'PBZ3Eanglesùx@V\bdataTypeGroupsideEastEntitiesAttributesidatlOffset0™itemsItem0dataTypeObjectPositionInfoUsideEastflagsAttributesidtypeCUP_O_RU_Soldier_M_EMR_V2positionvE> aBKEanglesT>dataTypeLayernameSet DressingEntitiesidRatlOffset0itemsItem0+Item1Item2Item3hItem4.Item5Item6Item7\Item8%Item9Item10Item11pItem12MItem13.Item14Item15Item16Item17jItem18&Item19Item20Item21Item22cItem23Item24Item25edataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_Ural_Open_RUatlOffset<positionIE9VhBCEangles @+@dataTypeObjectPositionInfowsideEmptyflagsAttributesidtypeCUP_O_Ural_Refuel_RUatlOffsetX<position/EwgBCEangles7@}y@:K<dataTypeObjectPositionInfo*sideEmptyflagsAttributesbidtypeCUP_O_UAZ_Open_RUhposition: Eq\BGEanglesg; ?W@bhdataTypeObjectPositionInfosideEmptyflagsAttributes(idtypeCUP_O_UAZ_Unarmed_RUatlOffset.positionEe`B#2KEangles@:V@v@(.dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_Ural_Reammo_RUatlOffsetsposition!EgBJEangles;?@dataTypeObjectPositionInfolsideEmptyAttributesidtypeCUP_RUVehicleBoxatlOffset@>position`EfBJEangles,>dataTypeObjectPositionInfosideEmptyflagsAttributesVidtypeCUP_RUVehicleBox\positionvEfBKEanglesAt@V\dataTypeObjectPositionInfosideEmptyflagsAttributesidxtypeLand_fortified_nest_bigatlOffsetu%positionWE3OB:CREanglesD@?}?Σ<%dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeFlagCarrierRUatlOffset"position EE>+oBKEanglesub@dataTypeObjectPositionInfoesideEmptyflagsAttributesidtypeFlagCarrierRUatlOffset:positionyESB5Eangles?dataTypeObjectPositionInfosideEmptyflagsAttributesRidstypeRU_WarfareBBarracksppositionS#E;B1Eanglesw@e?@RdisableSimulationpdataTypeObjectPositionInfosideEmptyflagsAttributes/idutypeRU_WarfareBBarracksatlOffset#B|/Eangles@T"?|@lockLOCKED&dataTypeObjectPositionInfosideEmptyflagsAttributesid}typeLand_fort_rampartpositionME;B.Eangles#<@ l@disableSimulationdataTypeObjectPositionInfofsideEmptyflagsAttributesid{typeLand_fort_rampartpositionSEB/Eangles;p@.@OlockLOCKEDc dataTypeObjectPositionInfosideEmptyflagsAttributes2idtypeCUP_O_BM21_RUatlOffsetCustomAttributesFpositionnEAB.EanglesL<2@g;2lockLOCKEDFAttribute0nnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AK74M","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_CivPack_WDL"],[4]]],false]typeSTRINGdataTypeObjectPositionInfomsideEmptyAttributesidtypeCUP_O_Ural_Reammo_RUatlOffsetT?positionE*KBh4Eanglesb@dataTypeObjectPositionInfo'sideEmptyAttributes_idtypeCUP_O_Ural_Refuel_RUatlOffset>eposition bEx*KB,F4EanglesV@_e dataTypeObjectPositionInfosideEmptyflagsAttributes4idtypeCUP_O_BM21_RUatlOffset ѻCustomAttributesHpositionE3(BBC/Eangles#<@JI<4lockLOCKEDHAttribute0pnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AK74M","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_CivPack_WDL"],[4]]],false]typeSTRINGdataTypeLayernamePlayer BitsEntitiesDidmatlOffset items Item0Item1Item2Item3Item4Item5Item6Item7?Item8\ dataTypeObjectPositionInfo_sideEmptyflagsAttributesidUtypegm_demo_nato_mb_u1300l_cargoatlOffsetCustomAttributes#positionEnBaSDangles@@=skill?lockUNLOCKEDinitcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}namet_1#Attribute0KnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]typeSTRING dataTypeObjectPositionInfowsideEmptyflagsAttributesidVtypegm_demo_nato_mb_u1300l_cargoatlOffsetICustomAttributes0positionQ-E% oBwDanglesC@$@;skill?lockUNLOCKEDinitcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}0Attribute0XnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesidWtypegm_demo_nato_mb_u1300l_cargoatlOffsetlCustomAttributes=positionErnBDangles@ZP@.+#;skill?lockUNLOCKEDinitcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}=Attribute0enAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesidXtypegm_demo_nato_mb_u1300l_cargoatlOffset9CustomAttributesJposition&EfBipDanglesy@Ε@y08=skill?lockUNLOCKEDinitcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}JAttribute0rnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesidetypegm_demo_nato_mb_u1300l_cargoatlOffsetCustomAttributesWpositionEoBUDangles@s@L<skill?lockUNLOCKEDinitcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}WAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesidjtypegm_demo_nato_mb_u1300l_cargoatlOffsetCustomAttributesdposition2E=fBD޶Dangles@@vu=skill?lockUNLOCKEDinitcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}dAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_AK74","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesidgtypeB_Quadbike_01_FatlOffset׻CustomAttributesH?position)EkBDangles l@@JI<initcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}HAttribute0pnAttributes?propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value?data?type*value[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]?typeSTRING?dataTypeObjectPositionInfosideEmptyflagsAttributesidhtypeB_Quadbike_01_FCustomAttributese\position1ElBkDangles@ي@.=initcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}eAttribute0nAttributes\propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value\data\typeGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]\typeSTRING\ dataTypeObjectPositionInfosideEmptyflagsAttributes-iditypeB_Quadbike_01_FatlOffsetaCustomAttributesposition'EkdlBDangles@`P@.#=-initcall{ [this, ["faction", "MNP_FIN_WD"], ["gear", "Vehicle"]] call hull3_unit_fnc_init;}Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedata$typetvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeLayernameSpawn & Clean UpstateEntitiesidatlOffset,Z itemsItem0UItem1~Item2GItem3Item4Item5Item6Item7yZdataTypeTriggerposition[EEB=EAttributesidtypeEmptyDetectorAreaR250atlOffset~nametgr_hoopakkaconditioncall{this}onActivationcall{if (isServer) then {[tgr_cleanup_2] call ark_fnc_cleanUpAI;};}sizeAzCsizeBzCactivationByWEST~dataTypeTriggerposition졬DVBDEAttributesidftypeEmptyDetectorAreaR50Gnametgr_outpostconditioncall{this}sizeAhyBsizeByBactivationByANYPLAYERGdataTypeTriggerpositionwEBZoEAttributesidqtypeEmptyDetectorAreaR50nametgr_radioconditioncall{this}activationByANYPLAYERdataTypeTriggerposition`a[EsSgBmEAttributesnidrtypeEmptyDetectorAreaR50atlOffsetnametgr_repeatconditioncall{this}onActivationcall{if (isServer) then {[tgr_cleanup_1] call ark_fnc_cleanUpAI;};}activationByWESTdataTypeTriggerposition)cEzWBsEAttributes|idtypeEmptyDetectorAreaR50atlOffsetq=nametgr_somppisizeAR8BsizeBR8BactivationByANYPLAYERdataTypeTriggerpositionHDDEBtlEangle,?AttributesIidtypeEmptyDetectorAreaR50atlOffsetmnametgr_switchsizeA^CsizeBq=AactivationByANYPLAYERisRectangledataTypeTriggerposition$ȖDCBZREAttributesidtypeEmptyDetectorAreaR250atlOffset@3ynametgr_cleanup_1conditioncall{this}sizeAlXDsizeBdDisRectangleydataTypeTriggerposition7;EBEangleJk?AttributesidtypeEmptyDetectorAreaR250atlOffset`@Znametgr_cleanup_2conditioncall{this}sizeA<~DsizeBnDisRectangleZLinkIDProviderLinks;nextIDitemsItem0= Item1 Item2 Item3$ Item4q Item5 Item6 Item7XItem8Item9Item10?Item11Item12Item13&Item14sItem15Item16 Item17ZItem18Item19Item20AItem21Item22Item23(Item24uItem25Item26Item27\Item28Item29Item30CItem31Item32Item33*Item34wItem35Item36Item37^Item38Item39Item40EItem41Item42Item43,Item44yItem45Item46Item47`Item48Item49Item50GItem51Item52Item53.Item54{Item55Item56Item57bItem58Item59Item60IItem61Item62Item630Item64}Item65Item66 Item67d Item68 Item69 Item70K!Item71!Item72!Item732"Item74"Item75"Item76#Item77f#Item78#Item79$Item80M$Item81$Item82$Item834%Item84%Item85%Item86&Item87h&Item88&Item89'Item90O'Item91'Item92'Item936(Item94(Item95(Item96)Item97j)Item98)Item99*Item100Q*Item101*Item102*Item1038+Item104+Item105+Item106,Item107l,Item108,Item109-Item110S-Item111-Item112-Item113:.Item114.Item115.Item116!/Item117n/Item118/Item1190Item120U0Item1210Item1220Item123<1Item1241Item1251Item126#2Item127p2Item1282Item129 3Item130W3Item1313Item1323Item133>4Item1344Item1354Item136%5Item137r5Item1385Item139 6Item140Y6Item1416Item1426Item143@7Item1447Item1457Item146'8Item147t8Item1488Item1499Item150[9Item1519Item1529Item153B:Item154:Item155:Item156);Item157v;;linkIDitem0item1CustomDatax  typeSync linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData $ typeSync$ linkIDitem0item1CustomData_ q typeSyncq linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomDataFXtypeSyncXlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkID item0item1^CustomData-?typeSync?linkID item0item1^CustomDataztypeSynclinkID item0item1^CustomDatatypeSynclinkID item0_item1eCustomData&typeSync&linkID item0ditem1bCustomDataastypeSyncslinkIDitem0aitem1cCustomDatatypeSynclinkIDitem0`item1cCustomData typeSync linkIDitem0gitem1lCustomDataHZtypeSyncZlinkIDitem0kitem1lCustomDatatypeSynclinkIDitem0iitem1mCustomDatatypeSynclinkIDitem0oitem1pCustomData/AtypeSyncAlinkIDitem0hitem1nCustomData|typeSynclinkIDitem0jitem1nCustomDatatypeSynclinkIDitem0item1CustomData(typeSync(linkIDitem0item1CustomDatacutypeSynculinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataJ\typeSync\linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData1CtypeSyncClinkIDitem0item1CustomData~typeSynclinkIDitem0item1CustomDatatypeSynclinkID item0item1CustomData*typeSync*linkID!item0item1CustomDataewtypeSyncwlinkID"item0item1CustomDatatypeSynclinkID#item0item1CustomDatatypeSynclinkID$item0item1CustomDataL^typeSync^linkID%item0item1CustomDatatypeSynclinkID&item0item1CustomDatatypeSynclinkID'item0item1CustomData3EtypeSyncElinkID(item0item1CustomDatatypeSynclinkID)item0item1CustomDatatypeSynclinkID*item0item1CustomData,typeSync,linkID+item0item1CustomDatagytypeSyncylinkID,item0item1CustomDatatypeSynclinkID-item0item1CustomDatatypeSynclinkID.item0item1CustomDataN`typeSync`linkID/item0item1CustomDatatypeSynclinkID0item0item1CustomDatatypeSynclinkID1item0item1CustomData5GtypeSyncGlinkID2item0item1CustomDatatypeSynclinkID3item0item1CustomDatatypeSynclinkID4item0item1CustomData.typeSync.linkID5item0item1CustomDatai{typeSync{linkID6item0item1CustomDatatypeSynclinkID7item0item1CustomDatatypeSynclinkID8item0item1CustomDataPbtypeSyncblinkID9item0item1CustomDatatypeSynclinkID:item0item1CustomDatatypeSynclinkID;item00item1CustomData7ItypeSyncIlinkID<item0-item1CustomDatatypeSynclinkID=item0item1CustomDatatypeSynclinkID>item0 item1 CustomData0typeSync0linkID?item0item1CustomDatak}typeSync}linkID@item0item1CustomDatatypeSynclinkIDAitem01item1CustomData  typeSync linkIDBitem0.item1CustomDataR d typeSyncd linkIDCitem02item1#CustomData  typeSync linkIDDitem0/item1#CustomData  typeSync linkIDEitem06item1CustomData9!K!typeSyncK!linkIDFitem0item1CustomData!!typeSync!linkIDGitem04item1CustomData!!typeSync!linkIDHitem08item1CustomData "2"typeSync2"linkIDIitem0:item1CustomDatam""typeSync"linkIDJitem0<item1CustomData""typeSync"linkIDKitem0>item1CustomData##typeSync#linkIDLitem0@item1CustomDataT#f#typeSyncf#linkIDMitem0Bitem1CustomData##typeSync#linkIDNitem0Ditem1CustomData#$typeSync$linkIDOitem0Fitem1CustomData;$M$typeSyncM$linkIDPitem0Hitem1CustomData$$typeSync$linkIDQitem0citem1CustomData$$typeSync$linkIDRitem0$item1CustomData"%4%typeSync4%linkIDSitem0Vitem1CustomDatao%%typeSync%linkIDTitem0Xitem1CustomData%%typeSync%linkIDUitem0`item1CustomData &&typeSync&linkIDVitem0Pitem1CustomDataV&h&typeSynch&linkIDWitem0Ritem1CustomData&&typeSync&linkIDXitem0Titem1CustomData&'typeSync'linkIDYitem0Jitem1CustomData='O'typeSyncO'linkIDZitem0Nitem1CustomData''typeSync'linkID[item0Zitem1CustomData''typeSync'linkID\item0\item1CustomData$(6(typeSync6(linkID]item0^item1CustomDataq((typeSync(linkID^item0bitem1CustomData((typeSync(linkID_item0eitem1CustomData ))typeSync)linkID`item0gitem1CustomDataX)j)typeSyncj)linkIDaitem0jitem1CustomData))typeSync)linkIDbitem0litem1CustomData)*typeSync*linkIDcitem0item1CustomData?*Q*typeSyncQ*linkIDditem0oitem1CustomData**typeSync*linkIDeitem0item1CustomData**typeSync*linkIDfitem0qitem1CustomData&+8+typeSync8+linkIDgitem0sitem1CustomDatas++typeSync+linkIDhitem0uitem1CustomData++typeSync+linkIDiitem0witem1CustomData ,,typeSync,linkIDjitem0yitem1CustomDataZ,l,typeSyncl,linkIDkitem0item1CustomData,,typeSync,linkIDlitem0item1CustomData,-typeSync-linkIDmitem0item1CustomDataA-S-typeSyncS-linkIDnitem0item1CustomData--typeSync-linkIDoitem0item1CustomData--typeSync-linkIDpitem0item1CustomData(.:.typeSync:.linkIDqitem0item1CustomDatau..typeSync.linkIDritem0item1CustomData..typeSync.linkIDsitem0item1CustomData/!/typeSync!/linkIDtitem0item1CustomData\/n/typeSyncn/linkIDuitem0{item1CustomData//typeSync/linkIDvitem0}item1CustomData/0typeSync0linkIDwitem0item1CustomDataC0U0typeSyncU0linkIDxitem0item1CustomData00typeSync0linkIDyitem0item1CustomData00typeSync0linkIDzitem0item1CustomData*1<1typeSync<1linkID{item0item1CustomDataw11typeSync1linkID|item0item1CustomData11typeSync1linkID}item0item1CustomData2#2typeSync#2linkID~item0item1CustomData^2p2typeSyncp2linkIDitem0item1CustomData22typeSync2linkIDitem0item1CustomData2 3typeSync 3linkIDitem0item1CustomDataE3W3typeSyncW3linkIDitem0item1CustomData33typeSync3linkIDitem0item1CustomData33typeSync3linkIDitem0item1CustomData,4>4typeSync>4linkIDitem0item1CustomDatay44typeSync4linkIDitem0item1CustomData44typeSync4linkIDitem0item1CustomData5%5typeSync%5linkIDitem0item1CustomData`5r5typeSyncr5linkIDitem0item1CustomData55typeSync5linkIDitem0item1CustomData5 6typeSync 6linkIDitem0item1CustomDataG6Y6typeSyncY6linkIDitem0item1CustomData66typeSync6linkIDitem0item1CustomData66typeSync6linkIDitem0item1CustomData.7@7typeSync@7linkIDitem0item1CustomData{77typeSync7linkIDitem0item1CustomData77typeSync7linkIDitem0item1CustomData8'8typeSync'8linkIDitem0item1CustomDatab8t8typeSynct8linkIDitem0item1CustomData88typeSync8linkIDitem0item1CustomData89typeSync9linkIDitem0item1CustomDataI9[9typeSync[9linkIDitem0item1CustomData99typeSync9linkIDitem0item1CustomData99typeSync9linkIDitem0item1CustomData0:B:typeSyncB:linkIDitem0item1CustomData}::typeSync:linkIDitem0item1CustomData::typeSync:linkIDitem0item1CustomData;);typeSync);linkIDitem0item1CustomDatad;v;typeSyncv;linkIDitem0item1CustomData;;typeSync;K tqΫf"d$'K