admiral\admiral.h_%c description.ext xchull3\briefing\blufor.sqfg_chull3\briefing\civilian.sqfn_hull3\briefing\indfor.sqfn_hull3\briefing\opfor.sqfn_hull3\G3A4_SE.hfhull3\hull3.htLQc hull3\LICENSEn_8hull3\SE_WD.h&cXinit.sqfncPmission.sqmfclass Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "MNP_DPR_AUT"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "MNP_DPR_AUT"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "MNP_DPR_AUT"; defaultZoneTemplate = "Cqc"; }; class unitTemplates { class MNP_DPR_AUT { infantry[] = {"MNP_DPR_T_Soldier_TL", "MNP_DPR_T_Soldier_TL", "MNP_DPR_T_Soldier_F", "MNP_DPR_T_Soldier_TL", "MNP_DPR_T_Soldier_AT", "MNP_DPR_T_Soldier_AR", "MNP_DPR_T_Soldier_MG", "MNP_DPR_T_Soldier_MD", "MNP_DPR_Soldier_TL", "MNP_DPR_Soldier_TL", "MNP_DPR_Soldier_F", "MNP_DPR_Soldier_F", "MNP_DPR_Soldier_AT", "MNP_DPR_Soldier_AR", "MNP_DPR_Soldier_MG", "MNP_DPR_Soldier_MD"}; technicals[] = {"CUP_O_UAZ_MG_CHDKZ", "CUP_O_UAZ_AGS30_CHDKZ", "CUP_O_UAZ_SPG9_CHDKZ", "CUP_O_Hilux_SPG9_CHDKZ", "CUP_O_Hilux_DSHKM_CHDKZ", "CUP_O_Hilux_AGS30_CHDKZ", "CUP_O_Hilux_zu23_CHDKZ"}; armour[] = {"CUP_O_BTR60_CHDKZ", "CUP_O_T55_CHDKZ", "CUP_O_BRDM2_CHDKZ", "CUP_I_BMP1_TK_GUE", "CUP_O_BMP2_CHDKZ", "CUP_O_MTLB_pk_ChDKZ", "CUP_O_T72_CHDKZ", "CUP_O_BTR80_CAMO_RU", "CUP_O_BTR80A_CAMO_RU", "gmx_chdkz_ot64a_wdr"}; }; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" allowProfileGlasses = 0; enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "Backyard Brawl"; onLoadMission = "Made with Hull3"; author = "Dextrus"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 67; }; 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 = 2; 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,10,11,12}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Rain (Storm)", "Snow (Light Winds)", "Snow (Strong Winds)", "Snow (Storm)"}; default = 5; 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","
Militia forces, likely backed by foreign powers, are destabilising the region and sowing chaos wherever they go. We must deny the enemy the ability to operate unhindered and strike key locations in order to weaken their grip.

ENEMY FORCES
Well armed rebel militia forces

FRIENDLY FORCES
Swedish Home Guard "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Move west and clear the triangle of Korvenoja, Pauhu and Jouttiloma.

Make your way to Latvamuilu where friendly locals have reported suspicious activity. Search for signs of foreign involvement and collect evidence.

Enemy forces are using Muilunkylä as a repair base, sweep the village for vehicles and destroy any you find.

Push on to Ruha and capture the bridge, this is a vital crossing point in the area and must return to friendly hands.

Recon elements have spotted large amounts of ammunition being ferried into this area. Find these stores and deny the enemy their usage.

Lastly, extract back towards the airfield. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
The security of the region depends on our efforts here. Make it count.

MOVEMENT PLAN
Our vehicles lack the armour of our regular forces, take care. "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
Including driver, the vans can carry 12 people.

I know this is a Finnish terrain just go with it. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Dextrus "]]; // 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 G3A4_SE { class Rifleman { primaryWeapon = "hlc_rifle_g3ka4"; primaryWeaponItems[] = {"cup_optic_compm4", "cup_acc_flashlight"}; secondaryWeapon = ""; secondaryWeaponItems[] = {}; handgunWeapon = ""; handgunItems[] = {}; uniformWeapons[] = {}; vestWeapons[] = {}; backpackWeapons[] = {}; uniformMagazines[] = { {"HandGrenade", 1}, {"ACE_Chemlight_HiRed", 2}, {"SmokeShell", 1} }; vestMagazines[] = { {"hlc_20rnd_762x51_b_G3", 6}, {"hlc_20rnd_762x51_T_G3", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"hlc_20rnd_762x51_b_G3", 4}, {"hlc_20rnd_762x51_T_G3", 2} }; basicAssignItems[] = {"ItemMap", "ItemCompass", "ItemWatch"}; assignItems[] = {}; binocular = ""; uniformItems[] = { {"ACE_Flashlight_KSF1", 1}, {"ACE_wirecutter", 1}, {"ACE_EntrenchingTool", 1} }; vestItems[] = {}; backpackItems[] = {}; uniformRadios[] = {"ACRE_PRC343"}; vestRadios[] = {}; backpackRadios[] = {}; uniformMedicalItems[] = { {"ACE_fieldDressing", 10}, {"ACE_tourniquet", 2} }; vestMedicalItems[] = {}; backpackMedicalItems[] = {}; code = ""; headGear = ""; uniform = ""; goggles = ""; vest = ""; backpack = ""; }; class Leader : Rifleman { primaryWeapon = "HLC_Rifle_g3ka4_GL"; handgunWeapon = "CUP_hgun_Glock17_blk"; vestMagazines[] = { {"CUP_1Rnd_HE_M203", 4}, {"CUP_1Rnd_Smoke_M203", 2}, {"CUP_1Rnd_SmokeRed_M203", 2}, {"hlc_20rnd_762x51_b_G3", 7}, {"hlc_20rnd_762x51_T_G3", 3} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"hlc_20rnd_762x51_b_G3", 5}, {"hlc_20rnd_762x51_T_G3", 3}, {"CUP_17rnd_9x19_glock17", 3} }; assignItems[] = {"ItemGPS"}; binocular = "Binocular"; }; class Officer : Leader { assignItems[] = {"ItemGPS"}; binocular = "ACE_VectorDay"; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class CO : Officer { }; class XO : CO { backpackMagazines[] = { {"CUP_17rnd_9x19_glock17", 3}, {"CUP_1Rnd_Smoke_M203", 8}, {"CUP_1Rnd_SmokeRed_M203", 8} }; backpackRadios[] = {"ACRE_PRC117F"}; }; class SL : Officer { }; class Medic : Rifleman { vestMagazines[] = { {"hlc_20rnd_762x51_b_G3", 6}, {"hlc_20rnd_762x51_T_G3", 2}, {"SmokeShell", 4} }; backpackMagazines[] = { {"SmokeShellBlue", 4}, {"hlc_20rnd_762x51_b_G3", 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_FNMAG"; primaryWeaponItems[] = {}; vestMagazines[] = {{"CUP_100rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 1}}; backpackMagazines[] = {{"CUP_100rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4}}; }; class AAR : Rifleman { backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"CUP_100rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 4} }; binocular = "Binocular"; }; class RAT : Rifleman { secondaryWeapon = "CUP_launch_M136"; vestMagazines[] = { {"hlc_20rnd_762x51_b_G3", 6}, {"hlc_20rnd_762x51_T_G3", 2} }; backpackMagazines[] = { {"HandGrenade", 1}, {"SmokeShell", 1}, {"hlc_20rnd_762x51_b_G3", 4} }; }; class MATG : RAT { secondaryWeapon = "CUP_launch_MAAWS"; secondaryWeaponItems[] = {"CUP_MAAWS_HEAT_M", "CUP_optic_maaws_scope"}; backpackMagazines[] = { {"CUP_MAAWS_HEAT_M", 2}, {"CUP_MAAWS_HEDP_M", 1} }; }; class MATAG : Rifleman { backpackMagazines[] = { {"CUP_MAAWS_HEAT_M", 2}, {"CUP_MAAWS_HEDP_M", 1} }; binocular = "ACE_VectorDay"; assignItems[] = {"ItemGPS"}; uniformRadios[] = {"ACRE_PRC343", "ACRE_PRC152"}; }; class MATAC : MATAG { assignItems[] = {}; binocular = "Binocular"; uniformRadios[] = {"ACRE_PRC343"}; }; class Vehicle { weapons[] = { {"CUP_launch_M136", 5} }; magazines[] = { {"hlc_20rnd_762x51_T_G3", 20}, {"hlc_20rnd_762x51_b_G3", 40}, {"CUP_100rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 20}, {"CUP_MAAWS_HEAT_M", 6}, {"CUP_MAAWS_HEDP_M", 6}, {"CUP_1Rnd_HE_M203", 20}, {"CUP_1Rnd_Smoke_M203", 20}, {"CUP_FlareWhite_M203", 20}, {"ACE_HandFlare_White", 15}, {"HandGrenade", 10}, {"SmokeShell", 10} }; items[] = {{"ItemGPS", 1}}; medicalItems[] = { {"ACE_fieldDressing", 50}, {"ACE_splint", 12} }; }; class Car : Vehicle { }; class Truck : Vehicle { weapons[] = { {"CUP_launch_M136", 10} }; magazines[] = { {"hlc_20rnd_762x51_T_G3", 60}, {"hlc_20rnd_762x51_b_G3", 80}, {"CUP_100rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M", 60}, {"CUP_MAAWS_HEAT_M", 20}, {"CUP_MAAWS_HEDP_M", 20}, {"SatchelCharge_Remote_Mag", 10}, {"CUP_1Rnd_HE_M203", 40}, {"CUP_1Rnd_Smoke_M203", 40}, {"CUP_FlareWhite_M203", 40}, {"ACE_HandFlare_White", 25}, {"HandGrenade", 30}, {"SmokeShell", 30} }; items[] = { {"ACE_M26_Clacker", 2}, {"ItemGPS", 1} }; medicalItems[] = { {"ACE_fieldDressing", 100}, {"ACE_splint", 12} }; }; }; 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 SE_WD { gear = "G3A4_SE"; uniform = "SE_WD"; languages[] = {{"west", 100}}; side = "west"; }; }; class Gear { #include "G3A4_SE.h" }; class Uniform { #include "SE_WD.h" }; };The MIT License (MIT) Copyright (c) 2014 László Major Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.class SE_WD { class Rifleman { headGear = "acp_SE_M90_H_HelmetB_SE_M90"; goggles = ""; uniform = "acp_SE_M90_U_I_E_Uniform_SE_M90_01_F"; vest = "acp_Solid_Olive_V_PlateCarrier1_Solid_Olive_ARM"; backpack = "ark_backpack_med"; insignia = "USP_PATCH_FLAG_SWEDEN"; }; class Leader : Rifleman { vest = "acp_Solid_Olive_V_PlateCarrier2_Solid_Olive_ARM"; }; class Officer : Leader { }; class CO : Officer { headGear = "acp_SE_M90_H_MilCap_SE_M90"; }; class XO : CO { }; class SL : Officer { headGear = "acp_SE_M90_H_Booniehat_SE_M90_hs"; }; class Medic : Rifleman { headGear = "acp_SE_M90_H_HelmetB_camo_SE_M90"; goggles = "CUP_G_ESS_RGR"; uniform = "acp_SE_M90_U_I_E_Uniform_shortsleeve_SE_M90_01_F"; backpack = "ark_backpack_large"; insignia = "USP_PATCH_ID_MEDIC_GRN"; }; class FTL : Leader { headGear = "acp_SE_M90_H_HelmetB_camo_SE_M90"; goggles = "CUP_G_ESS_RGR"; }; class AR : Rifleman { goggles = "CUP_G_ESS_RGR"; uniform = "acp_SE_M90_U_I_E_Uniform_tanktop_SE_M90_01_F"; }; class AAR : Rifleman { backpack = "ark_backpack_large"; }; class RAT : Rifleman { uniform = "acp_SE_M90_U_I_E_Uniform_shortsleeve_SE_M90_01_F"; }; class MATG : RAT { goggles = "CUP_G_ESS_RGR"; uniform = "acp_SE_M90_U_I_E_Uniform_shortsleeve_SE_M90_01_F"; backpack = "ark_backpack_large"; }; class MATAG : AAR { headGear = "acp_SE_M90_H_HelmetB_camo_SE_M90"; goggles = "CUP_G_ESS_RGR"; }; class MATAC : MATAG { backpack = "ark_backpack_large"; }; }; 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 version6EditorDatasourceNameark_co66_backyard_brawladdons5A3_Characters_FA3_Soft_F_Orange_Van_02A3_Weapons_F_Ammoboxesace_cargoA3_Soft_F_Exp_Offroad_02CUP_Misc3_ConfigadmiralA3_Structures_F_Mil_BagFenceCUP_Creatures_StaticWeaponsmnp_opforCUP_Weapons_AKCUP_Weapons_East_AttachmentsCUP_Weapons_AmmunitionA3_Weapons_Facre_mainA3_Characters_F_Enoch_FacewearCUP_Creatures_Military_NAPACUP_Creatures_Military_RussiaA3_Weapons_F_Itemsace_medical_engineace_medical_treatmentark_vestsCUP_TrackedVehicles_MTLBCUP_Weapons_NVGace_compat_cup_weapons_nightvisionCUP_Weapons_GrenadesCUP_Wheeled_SUVA3_Structures_F_Civ_Campingace_dragginggm_weapons_ammoboxesace_intelitemsA3_Data_F_Curator_Intelcba_xehA3_Ui_Fgmx_chdkz_vehicles_land_tracked_bmp1A3_Structures_F_Mil_BagBunkergmx_chdkz_vehicles_land_tracked_ot64gmx_chdkz_vehicles_land_tracked_ural4320gmx_chdkz_vehicles_land_tracked_zsu234CUP_Creatures_Military_ChedakiCUP_WheeledVehicles_HiluxCUP_WheeledVehicles_DatsunCUP_WheeledVehicles_BRDM2gm_weapons_ammoCUP_WheeledVehicles_Uralplp_materialsA3_Modules_Fark_ai_sentryark_clear_cargoCUP_WheeledVehicles_VodnikCUP_WheeledVehicles_Kamazark_chase_aiCUP_WheeledVehicles_UAZAddonsMetaDatadlcsOrangeExpansionCUP_UnitsCUP_WeaponsCUP_VehiclesgmCuratorgmx_chdkzrandomSeedScenarioDataCustomAttributesMission moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProvider|MarkerIDProviderLayerIndexProviderCameranextIDnextIDnextIDpos=EBhDdirVϑ ݦiupŲt?<asideat92>List 2items1Item0t Item1 Item2 Item3 Item4o Item5 Item60 Item7g Item8 Item9I Item10v Item11 Item12Item13GItem14Item15OItem16Item17Item18hItem19Item20DItem21Item22Item23JItem24Item25Item26JItem27Item28/Item29Item30'Item31Item32Item33Item343Item35Item36Item37aItem38Item39Item40qItem41Item42Item43pItem44Item45JItem46Item47Item48OclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Soft_F_OrangenameArma 3 Orange - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Weapons_FnameArma 3 Alpha - Weapons and AccessoriesauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_cargonameACE3 - CargoauthorACE-Teamurlhttps://ace3.acemod.org/o classNameA3_Soft_F_ExpnameArma 3 Apex - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.com classNameCUP_Misc3_ConfignameCUP_Misc3_Config0 classNameAdmiralnameadmiralauthorKamig classNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com classNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeaponsI classNamemnp_opfornamemnp_opforv classNameCUP_Weapons_AKnameCUP_Weapons_AK classNameCUP_Weapons_East_AttachmentsnameCUP_Weapons_East_AttachmentsclassNameCUP_Weapons_AmmunitionnameCUP_Weapons_AmmunitionGclassNameacre_mainnameACRE2 - MainauthorACRE2Teamurlhttps://github.com/IDI-Systems/acre2classNameA3_Characters_F_EnochnameArma 3 Contact Platform - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.comOclassNameCUP_Creatures_Military_NAPAnameCUP_Creatures_Military_NAPAclassNameCUP_Creatures_Military_RussianameCUP_Creatures_Military_RussiaclassNameace_medical_enginenameACE3 - Medical EngineauthorACE-Teamurlhttps://ace3.acemod.org/hclassNameace_medical_treatmentnameACE3 - Medical TreatmentauthorACE-Teamurlhttps://ace3.acemod.org/classNameark_vestsnameARK Inhouse - VestsauthorARKurlhttp://www.ark-group.orgDclassNameCUP_TrackedVehicles_MTLBnameCUP_TrackedVehicles_MTLBclassNameCUP_Weapons_NVGnameCUP_Weapons_NVGclassNameace_compat_cup_weaponsnameACE3 - CUP Weapons CompatibilityauthorACE-Teamurlhttps://ace3.acemod.org/JclassNameCUP_Weapons_GrenadesnameCUP_Weapons_GrenadesclassNameCUP_Wheeled_SUVnameCUP_Wheeled_SUVclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comJclassNameace_draggingnameACE3 - DraggingauthorACE-Teamurlhttps://ace3.acemod.org/classNamegm_weapons_ammoboxesnamegm_weapons_ammoboxesauthorGlobal Mobilizationurlglobal-mobilization.com/classNameace_intelitemsnameACE3 - Intel ItemsauthorACE-Teamurlhttps://ace3.acemod.org/classNameA3_Data_F_CuratornameArma 3 Zeus Update - Main ConfigurationauthorBohemia Interactiveurlhttps://www.arma3.com'classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNamegmx_chdkz_vehicles_land_tracked_bmp1namegmx_chdkz_vehicles_land_tracked_bmp1authorGlobal Mobilization ExtraclassNamegmx_chdkz_vehicles_land_tracked_ot64namegmx_chdkz_vehicles_land_tracked_ot64authorGlobal Mobilization ExtraclassNamegmx_chdkz_vehicles_land_tracked_ural4320namegmx_chdkz_vehicles_land_tracked_ural4320authorGlobal Mobilization Extra3classNamegmx_chdkz_vehicles_land_tracked_zsu234namegmx_chdkz_vehicles_land_tracked_zsu234authorGlobal Mobilization ExtraclassNameCUP_Creatures_Military_ChedakinameCUP_Creatures_Military_ChedakiclassNameCUP_WheeledVehicles_HiluxnameCUP_WheeledVehicles_HiluxaclassNameCUP_WheeledVehicles_DatsunnameCUP_WheeledVehicles_DatsunclassNameCUP_WheeledVehicles_BRDM2nameCUP_WheeledVehicles_BRDM2classNamegm_weapons_ammonamegm_weapons_ammoauthorGlobal Mobilizationurlglobal-mobilization.comqclassNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_UralclassNameplp_materialsnameplp_materialsclassNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.compclassNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.orgclassNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.orgJclassNameCUP_WheeledVehicles_VodniknameCUP_WheeledVehicles_VodnikclassNameCUP_WheeledVehicles_KamaznameCUP_WheeledVehicles_KamazclassNameark_chase_ainameARK Inhouse - Chase AIauthorARKurlhttp://www.ark-group.orgOclassNameCUP_WheeledVehicles_UAZnameCUP_WheeledVehicles_UAZauthorDextrusHeadergameTypeCoopminPlayersmaxPlayersBCategory0nameMultiplayerAttribute0SAttribute1nAttributespropertyRespawnTemplatesexpressiontrueValuedatasingleTypeARRAYvalueitemsItem0datasingleTypeSTRINGvalueNonepropertyRespawnButtonexpressiontrueValueVdatafsingleTypeSCALARvalue?IntelEntitiesL ConnectionsbriefingNameark_co66_backyard_brawloverviewTextSwedish Home Guard put down a militia uprisingtimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayTsideWestflagsAttributes>idtypeB_Soldier_A_FH?position E:BDangles<\@@>skill?init [this, ["faction", "SE_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Alpha 3 Assistant Automatic Rifleman@Alpha 3isPlayableH?dataTypeObjectPositionInfo?sideWestflagsAttributes?idtypeB_soldier_LAT_F@positionE:B.%Dangles<\@@?skill?init[this, ["faction", "SE_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Alpha 3 Rifleman (AT)@Alpha 3isPlayable@formationDIAMOND@dataTypeGroupsideWestEntities AAttributesBDid\DitemsItem01AItem1BBDdataTypeObjectPositionInfoAsideWestflagsAttributesAidtypeB_Soldier_SL_FBpositionvE:B/tDangles<\@@Askill?rankSERGEANTinit [this, ["faction", "SE_WD"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo Squad Leader @Bravo SLisPlayableBdataTypeObjectPositionInfo(CsideWestflagsAttributes`CidtypeB_medic_FBDpositionE:BDangles<\@@`Cskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo Squad Medic@Bravo SLisPlayableBDformationDIAMOND\DdataTypeGroupsideWestEntitiesDAttributesJidJitemsItem0DItem1rFItem2GItem3NIJdataTypeObjectPositionInfoUEsideWestflagsAttributesEidtypeB_Soldier_TL_FrFpositionbE:BjDangles<\@@Eskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo 1 Fireteam Leader@Bravo 1isPlayablerFdataTypeObjectPositionInfoFsideWestflagsAttributesGidtypeB_soldier_AR_FGpositionE:B:Dangles<\@@Gskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo 1 Automatic Rifleman@Bravo 1isPlayableGdataTypeObjectPositionInfoSHsideWestflagsAttributesHidtypeB_Soldier_A_FNIpositionE:BDangles<\@@Hskill?init [this, ["faction", "SE_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayableNIdataTypeObjectPositionInfoIsideWestflagsAttributesIidtypeB_soldier_LAT_FJpositionE:BW^Dangles<\@@Iskill?init[this, ["faction", "SE_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo 1 Rifleman (AT)@Bravo 1isPlayableJformationDIAMONDJdataTypeGroupsideWestEntitiesKAttributesQid$.QitemsItem0MKItem1LItem2LNItem3OQdataTypeObjectPositionInfoKsideWestflagsAttributesKid typeB_Soldier_TL_FLposition̶E:BhlDangles<\@@Kskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo 2 Fireteam Leader@Bravo 2isPlayableLdataTypeObjectPositionInfoLMsideWestflagsAttributesMid!typeB_soldier_AR_FLNpositionSE:B8Dangles<\@@Mskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo 2 Automatic Rifleman@Bravo 2isPlayableLNdataTypeObjectPositionInfoNsideWestflagsAttributesNid"typeB_Soldier_A_FOpositionE:BğDangles<\@@Nskill?init [this, ["faction", "SE_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayableOdataTypeObjectPositionInfo)PsideWestflagsAttributesaPid#typeB_soldier_LAT_FQpositionoE:BU Dangles<\@@aPskill?init[this, ["faction", "SE_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo 2 Rifleman (AT)@Bravo 2isPlayableQformationDIAMOND.QdataTypeGroupsideWestEntitiesxQAttributes}Wid)WitemsItem0QItem1DSItem2TItem3 V}WdataTypeObjectPositionInfo'RsideWestflagsAttributes_Rid%typeB_Soldier_TL_FDSpositiontE:B@HDangles<\@@_Rskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "FTL"], ["marker", "B3", "ColorBlue"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo 3 Fireteam Leader@Bravo 3isPlayableDSdataTypeObjectPositionInfoSsideWestflagsAttributesSid&typeB_soldier_AR_FTpositionJ^E:BDangles<\@@Sskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo 3 Automatic Rifleman@Bravo 3isPlayableTdataTypeObjectPositionInfo%UsideWestflagsAttributes]Uid'typeB_Soldier_A_F VpositionE:BȠDangles<\@@]Uskill?init [this, ["faction", "SE_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo 3 Assistant Automatic Rifleman@Bravo 3isPlayable VdataTypeObjectPositionInfoVsideWestflagsAttributesVid(typeB_soldier_LAT_F}WpositiondoE:B5Dangles<\@@Vskill?init[this, ["faction", "SE_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Bravo 3 Rifleman (AT)@Bravo 3isPlayable}WformationDIAMONDWdataTypeGroupsideWestEntitiesWAttributes]id,]itemsItem0 XItem1Z]dataTypeObjectPositionInfoXsideWestflagsAttributesXid*typeB_Soldier_SL_FCustomAttributesYZpositionE:BDanglesI;Xskill?rankSERGEANTinit [this, ["faction", "SE_WD"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie Squad Leader@Charlie SL [JIP]isPlayableYAttribute0YAttribute1rZnAttributesZpropertyspeakerexpression_this setspeaker _value;Value6ZrZdataFZrZsingleTypeSTRINGvalueMale08ENGrZpropertypitchexpression_this setpitch _value;ValueZZdataZZsingleTypeSCALARvalue\?ZdataTypeObjectPositionInfop[sideWestflagsAttributes[id+typeB_medic_FCustomAttributes\]positionE:B DanglesI;[skill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "Medic"], ["marker", "CM", "ColorGreen"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie Squad Medic@Charlie SL [JIP]isPlayable\Attribute0\Attribute1S]nAttributes]propertyspeakerexpression_this setspeaker _value;Value]S]data']S]singleTypeSTRINGvalueMale10ENGS]propertypitchexpression_this setpitch _value;Value]]data]]singleTypeSCALARvalueG?]formationDIAMOND]dataTypeGroupsideWestEntities3^Attributeshid1hitemsItem0q^Item1aItem2VcItem3fhdataTypeObjectPositionInfo^sideWestflagsAttributes0_id-typeB_Soldier_TL_FCustomAttributes `apositionuE:BNDanglesI;0_skill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie 1 Fireteam Leader@Charlie 1 [JIP]isPlayable `Attribute0h`Attribute1`Attribute2janAttributesapropertyspeakerexpression_this setspeaker _value;Value``data``singleTypeSTRINGvalueMale10ENG`propertypitchexpression_this setpitch _value;Value4ajadataDajasingleTypeSCALARvaluep}?japropertyfaceexpression_this setface _value;ValueaadataaasingleTypeSTRINGvalueadataTypeObjectPositionInfoRbsideWestflagsAttributesbid.typeB_soldier_AR_FVcpositionYE:BgDangles@;bskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie 1 Automatic Rifleman@Charlie 1isPlayableVcdataTypeObjectPositionInfocsideWestflagsAttributesdid/typeB_Soldier_A_FCustomAttributesdfpositionZE:B[hDanglesI;dskill?init [this, ["faction", "SE_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie 1 Assistant Automatic Rifleman@Charlie 1 [JIP]isPlayabledAttribute0eAttribute1enAttributesfpropertyspeakerexpression_this setspeaker _value;ValueceedataseesingleTypeSTRINGvalueMale05ENGepropertypitchexpression_this setpitch _value;ValueefdataefsingleTypeSCALARvalueu?fdataTypeObjectPositionInfofsideWestflagsAttributesfid0typeB_soldier_LAT_FCustomAttributesghposition=E:BDanglesI;fskill?init[this, ["faction", "SE_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie 1 Rifleman (AT)@Charlie 1 [JIP]isPlayablegAttribute0gAttribute1VhnAttributeshpropertyspeakerexpression_this setspeaker _value;ValuehVhdata*hVhsingleTypeSTRINGvalueMale01ENGVhpropertypitchexpression_this setpitch _value;ValuehhdatahhsingleTypeSCALARvaluep}?hformationDIAMONDhdataTypeGroupsideWestEntities6iAttributesuid6uitemsItem0tiItem1]lItem2(oItem3srudataTypeObjectPositionInfoisideWestflagsAttributes3jid2typeB_Soldier_TL_FCustomAttributes#k]lposition9E:BDanglesI;3jskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "FTL"], ["marker", "C2", "ColorGreen"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie 2 Fireteam Leader@Charlie 2 [JIP]isPlayable#kAttribute0[kAttribute1knAttributes]lpropertyspeakerexpression_this setspeaker _value;ValuekkdatakksingleTypeSTRINGvalueMale07ENGkpropertypitchexpression_this setpitch _value;Value'l]ldata7l]lsingleTypeSCALARvalue33s?]ldataTypeObjectPositionInfolsideWestflagsAttributesmid3typeB_soldier_AR_FCustomAttributesm(oposition!E:B΋DanglesI;mskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie 2 Automatic Rifleman@Charlie 2 [JIP]isPlayablemAttribute0&nAttribute1nnAttributes(opropertyspeakerexpression_this setspeaker _value;ValuepnndatannsingleTypeSTRINGvalueMale07ENGnpropertypitchexpression_this setpitch _value;Valuen(odatao(osingleTypeSCALARvalue\?(odataTypeObjectPositionInfoosideWestflagsAttributesoid4typeB_Soldier_A_FCustomAttributespsrposition!E:BϋDanglesI;oskill?init[this, ["faction", "SE_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie 2 Assistant Automatic Rifleman@Charlie 2 [JIP]isPlayablepAttribute0pAttribute1qAttribute2qnAttributessrpropertyspeakerexpression_this setspeaker _value;ValueDqqdataTqqsingleTypeSTRINGvalueMale08ENGqpropertypitchexpression_this setpitch _value;ValueqqdataqqsingleTypeSCALARvalueHz?qpropertyfaceexpression_this setface _value;Value@rsrdataPrsrsingleTypeSTRINGvaluesrdataTypeObjectPositionInforsideWestflagsAttributes3sid5typeB_soldier_LAT_FCustomAttributessupositionE:BTDanglesI;3sskill?init[this, ["faction", "SE_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie 2 Rifleman (AT)@Charlie 2 [JIP]isPlayablesAttribute08tAttribute1tAttribute2:unAttributesupropertyspeakerexpression_this setspeaker _value;ValuettdatattsingleTypeSTRINGvalueMale01ENGtpropertypitchexpression_this setpitch _value;Valueu:udatau:usingleTypeSCALARvalue\?:upropertyfaceexpression_this setface _value;Value~uudatauusingleTypeSTRINGvalueuformationDIAMONDudataTypeGroupsideWestEntitiesvAttributesB|id;\|itemsItem0SvItem1wItem2gyItem3zB|dataTypeObjectPositionInfovsideWestflagsAttributesvid7typeB_Soldier_TL_FwpositionE:BQDangles@;vskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "FTL"], ["marker", "C3", "ColorGreen"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie 3 Fireteam Leader@Charlie 3 [JIP]isPlayablewdataTypeObjectPositionInfo]xsideWestflagsAttributesxid8typeB_soldier_AR_FgypositionE:B͋Dangles@;xskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie 3 Automatic Rifleman@Charlie 3 [JIP]isPlayablegydataTypeObjectPositionInfoysideWestflagsAttributeszid9typeB_Soldier_A_FzpositionE:BW΋Dangles@;zskill?init[this, ["faction", "SE_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie 3 Assistant Automatic Rifleman@Charlie 3 [JIP]isPlayablezdataTypeObjectPositionInfoM{sideWestflagsAttributes{id:typeB_soldier_LAT_FB|positiontE:B}Dangles@;{skill?init[this, ["faction", "SE_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Charlie 3 Rifleman (AT)@Charlie 3 [JIP]isPlayableB|formationDIAMOND\|dataTypeGroupsideWestEntities|Attributesid>itemsItem0|Item1_~dataTypeObjectPositionInfo?}sideWestflagsAttributesw}id<typeB_Soldier_SL_F_~position7>E:BDangles@;w}skill?rankSERGEANTinit [this, ["faction", "SE_WD"], ["gear", "SL"], ["marker", "DSL", "ColorBrown"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta Squad Leader@Delta SL [JIP]isPlayable_~dataTypeObjectPositionInfo~sideWestflagsAttributesid=typeB_medic_FpositionRE:BijDangles@;skill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "Medic"], ["marker", "DM", "ColorBrown"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta Squad Medic@Delta SL [JIP]isPlayableformationDIAMONDdataTypeGroupsideWestEntitiesPAttributesnidCitemsItem0Item1#Item2Item3 ndataTypeObjectPositionInfosideWestflagsAttributes7id?typeB_Soldier_TL_F#position>E:BZDangles@;7skill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "FTL"], ["marker", "D1", "ColorBrown"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta 1 Fireteam Leader@Delta 1 [JIP]isPlayable#dataTypeObjectPositionInfosideWestflagsAttributeŝid@typeB_soldier_AR_FpositionqRE:BeDangles@;̂skill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta 1 Automatic Rifleman@Delta 1 [JIP]isPlayabledataTypeObjectPositionInfo sideWestflagsAttributesBidAtypeB_Soldier_A_F positionq*E:BafDangles@;Bskill?init [this, ["faction", "SE_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta 1 Assistant Automatic Rifleman@Delta 1 [JIP]isPlayable dataTypeObjectPositionInfo}sideWestflagsAttributesidBtypeB_soldier_LAT_FnpositionV>E:BDangles@;skill?init[this, ["faction", "SE_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta 1 Rifleman (AT)@Delta 1 [JIP]isPlayablenformationDIAMONDdataTypeGroupsideWestEntities҆AttributesidH itemsItem0Item1Item2Item3dataTypeObjectPositionInfosideWestflagsAttributesidDtypeB_Soldier_TL_FpositionE:B Dangles@;skill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "FTL"], ["marker", "D2", "ColorBrown"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta 2 Fireteam Leader@Delta 2 [JIP]isPlayabledataTypeObjectPositionInfosideWestflagsAttributesNidEtypeB_soldier_AR_Fposition0E:B:ˋDangles@;Nskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta 2 Automatic Rifleman@Delta 2 [JIP]isPlayabledataTypeObjectPositionInfosideWestflagsAttributesĊidFtypeB_Soldier_A_FpositionE:B̋Dangles@;Ċskill?init[this, ["faction", "SE_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta 2 Assistant Automatic Rifleman@Delta 2 [JIP]isPlayabledataTypeObjectPositionInfosideWestflagsAttributes6idGtypeB_soldier_LAT_FpositionE:B{Dangles@;6skill?init[this, ["faction", "SE_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta 2 Rifleman (AT)@Delta 2 [JIP]isPlayableformationDIAMOND dataTypeGroupsideWestEntitiesSAttributespidMitemsItem0Item1&Item2Item3 pdataTypeObjectPositionInfosideWestflagsAttributes:idItypeB_Soldier_TL_F&position;_E:BDangles@;:skill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "FTL"], ["marker", "D3", "ColorBrown"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta 3 Fireteam Leader@Delta 3 [JIP]isPlayable&dataTypeObjectPositionInfosideWestflagsAttributesϏidJtypeB_soldier_AR_Fposition!sE:BɋDangles@;Ϗskill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta 3 Automatic Rifleman@Delta 3 [JIP]isPlayabledataTypeObjectPositionInfo sideWestflagsAttributesEidKtypeB_Soldier_A_F position!KE:BʋDangles@;Eskill?init[this, ["faction", "SE_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta 3 Assistant Automatic Rifleman@Delta 3 [JIP]isPlayable dataTypeObjectPositionInfosideWestflagsAttributesidLtypeB_soldier_LAT_Fpposition_E:B;zDangles@;skill?init[this, ["faction", "SE_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - Delta 3 Rifleman (AT)@Delta 3 [JIP]isPlayablepformationDIAMONDdataTypeGroupsideWestEntitiesԓAttributesJidQditemsItem0Item1Item2JdataTypeObjectPositionInfoxsideWestflagsAttributesidNtypeB_Soldier_TL_FpositionE:B֞Dangles<\@@skill?rankSERGEANTinit [this, ["faction", "SE_WD"], ["gear", "MATAG"], ["marker", "MAT1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - MAT 1 Leader@MAT 1isPlayabledataTypeObjectPositionInfosideWestflagsAttributes7idOtypeB_soldier_AT_Fposition E:BDangles<\@@7skill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "MATG"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - MAT 1 Gunner@MAT 1isPlayabledataTypeObjectPositionInfoasideWestflagsAttributesidPtypeB_Soldier_A_FJpositionE:B5/Dangles<\@@skill?init [this, ["faction", "SE_WD"], ["gear", "MATAC"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - MAT 1 Ammo Carrier@MAT 1isPlayableJformationDIAMONDddataTypeGroupsideWestEntitiesAttributes6idUPitemsItem0Item1nItem2כ6dataTypeObjectPositionInfoRsideWestflagsAttributesidRtypeB_Soldier_TL_FnpositionaE:By͌Dangles@;skill?rankSERGEANTinit [this, ["faction", "SE_WD"], ["gear", "MATAG"], ["marker", "MAT2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - MAT 2 Leader@MAT 2 [JIP]isPlayablendataTypeObjectPositionInfoߚsideWestflagsAttributesidStypeB_soldier_AT_FכpositionFE:B~Dangles@;skill?rankCORPORALinit [this, ["faction", "SE_WD"], ["gear", "MATG"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - MAT 2 Gunner@MAT 2 [JIP]isPlayableכdataTypeObjectPositionInfoGsideWestflagsAttributesidTtypeB_Soldier_A_F6positionGE:BDangles@;skill?init [this, ["faction", "SE_WD"], ["gear", "MATAC"]] call hull3_unit_fnc_init;descriptionSwedish Home Guard - MAT 2 Ammo Carrier@MAT 2 [JIP]isPlayable6formationDIAMONDPdataTypeLogicPositionInfoߝnameadm_hc_unitisPlayabledescriptionHCidctypeHeadlessClient_FatlOffsetf6uDpositionzDdataTypeObjectPositionInfosideEmptyflagsAttributesŞidgtypeC_Van_02_transport_FCustomAttributes.&positionpEABgDangles"@Şinit [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesGreen.Attribute0fAttribute1*nAttributes&propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value*dataП*singleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]*propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueҠ&data&singleTypeARRAYvalue&itemsItem0.Item1&data>singleTypeARRAYvaluebitemsItem0Item1¡data¡singleTypeSTRINGvalueGreen¡dataҡsingleTypeSCALARvalue?data&singleTypeARRAYvalue,&+items*Item0,Item1lItem2Item3Item4Item5XItem6Item7ΥItem8Item9IItem10Item11ĦItem12Item13?Item14uItem15Item16Item171Item18gItem19Item20ۨItem21$Item22ZItem23Item24ҩItem25Item26OItem27Item28ƪItem29Item30>Item31Item32Item33Item34,Item35yItem36Item37Item383Item39wItem40Item41&data<lsingleTypeSTRINGvalueDoor_1_sourceldata|singleTypeSCALARvaluedatasingleTypeSTRINGvalueDoor_2_sourcedatasingleTypeSCALARvaluedata(XsingleTypeSTRINGvalueDoor_3_sourceXdatahsingleTypeSCALARvaluedataΥsingleTypeSTRINGvalueDoor_4_sourceΥdataޥsingleTypeSCALARvaluedataIsingleTypeSTRINGvalueHide_Door_1_sourceIdataYsingleTypeSCALARvaluedataĦsingleTypeSTRINGvalueHide_Door_2_sourceĦdataԦsingleTypeSCALARvaluedata ?singleTypeSTRINGvalueHide_Door_3_source?dataOusingleTypeSCALARvalueudatasingleTypeSTRINGvalueHide_Door_4_sourcedataʧsingleTypeSCALARvaluedata1singleTypeSTRINGvaluelights_em_hide1dataAgsingleTypeSCALARvaluegdatawsingleTypeSTRINGvalueladder_hidedataۨsingleTypeSCALARvalueۨdata$singleTypeSTRINGvaluespare_tyre_holder_hide$data4ZsingleTypeSCALARvalueZdatajsingleTypeSTRINGvaluespare_tyre_hidedataҩsingleTypeSCALARvalueҩdatasingleTypeSTRINGvaluereflective_tape_hidedata)OsingleTypeSCALARvalue?Odata_singleTypeSTRINGvalueroof_rack_hidedataƪsingleTypeSCALARvalueƪdata֪singleTypeSTRINGvalueLED_lights_hidedata>singleTypeSCALARvalue?>dataNsingleTypeSTRINGvaluesidesteps_hidedatasingleTypeSCALARvalue?dataūsingleTypeSTRINGvaluerearsteps_hidedata,singleTypeSCALARvalue,data<ysingleTypeSTRINGvalueside_protective_frame_hideydatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluefront_protective_frame_hidedata 3singleTypeSCALARvalue3dataCwsingleTypeSTRINGvaluebeacon_front_hidewdatasingleTypeSCALARvalue?datasingleTypeSTRINGvaluebeacon_rear_hidedata&singleTypeSCALARvalue?&dataTypeObjectPositionInfosideEmptyflagsAttributesiditypeC_Van_02_transport_FCustomAttributesUMpositionoEABgDangles"@init [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesGreenUAttribute0Attribute1QnAttributesMpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueQdataQsingleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]QpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueMdata MsingleTypeARRAYvalue-MitemsItem0UItem1MdataesingleTypeARRAYvalueitemsItem0Item1datasingleTypeSTRINGvalueGreendatasingleTypeSCALARvalue?data/MsingleTypeARRAYvalueSM+items*Item0SItem1Item2ɴItem3 Item4?Item5Item6Item7Item8+Item9pItem10Item11Item12!Item13fItem14Item15Item16Item17XItem18Item19̸Item20Item21KItem22Item23ùItem24Item25@Item26vItem27Item28Item29/Item30eItem31Item32ܻItem33Item34SItem35Item36ּItem37$Item38ZItem39Item40ԽItem41MdatacsingleTypeSTRINGvalueDoor_1_sourcedataɴsingleTypeSCALARvalueɴdataٴ singleTypeSTRINGvalueDoor_2_source data?singleTypeSCALARvalue?dataOsingleTypeSTRINGvalueDoor_3_sourcedatasingleTypeSCALARvaluedataŵsingleTypeSTRINGvalueDoor_4_sourcedata+singleTypeSCALARvalue+data;psingleTypeSTRINGvalueHide_Door_1_sourcepdatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueHide_Door_2_sourcedata!singleTypeSCALARvalue!data1fsingleTypeSTRINGvalueHide_Door_3_sourcefdatavsingleTypeSCALARvaluedatasingleTypeSTRINGvalueHide_Door_4_sourcedatasingleTypeSCALARvaluedata'XsingleTypeSTRINGvaluelights_em_hideXdatahsingleTypeSCALARvaluedata̸singleTypeSTRINGvalueladder_hide̸dataܸsingleTypeSCALARvaluedataKsingleTypeSTRINGvaluespare_tyre_holder_hideKdata[singleTypeSCALARvaluedataùsingleTypeSTRINGvaluespare_tyre_hideùdataӹsingleTypeSCALARvaluedata @singleTypeSTRINGvaluereflective_tape_hide@dataPvsingleTypeSCALARvalue?vdatasingleTypeSTRINGvalueroof_rack_hidedataǺsingleTypeSCALARvaluedata/singleTypeSTRINGvalueLED_lights_hide/data?esingleTypeSCALARvalue?edatausingleTypeSTRINGvaluesidesteps_hidedataܻsingleTypeSCALARvalue?ܻdatasingleTypeSTRINGvaluerearsteps_hidedata-SsingleTypeSCALARvalueSdatacsingleTypeSTRINGvalueside_protective_frame_hidedataּsingleTypeSCALARvalueּdata$singleTypeSTRINGvaluefront_protective_frame_hide$data4ZsingleTypeSCALARvalueZdatajsingleTypeSTRINGvaluebeacon_front_hidedataԽsingleTypeSCALARvalue?ԽdatasingleTypeSTRINGvaluebeacon_rear_hidedata'MsingleTypeSCALARvalue?MdataTypeObjectPositionInfo۾sideEmptyflagsAttributesidjtypeC_Van_02_transport_FCustomAttributes|tpositioniEABtDangles"@init [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesGreen|Attribute0Attribute1xnAttributestpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuexdataxsingleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]xpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value tdata0tsingleTypeARRAYvalueTtitemsItem0|Item1FtdataFsingleTypeARRAYvalueFitemsItem0Item1FdatasingleTypeSTRINGvalueGreendata FsingleTypeSCALARvalue?FdataVtsingleTypeARRAYvaluezt+items*Item0zItem1Item2Item30Item4fItem5Item6Item7Item8RItem9Item10Item11Item12HItem13Item14Item15Item16>Item17Item18Item19Item20)Item21rItem22Item23Item24 Item25gItem26Item27Item28Item29VItem30Item31Item32Item33DItem34zItem35Item36Item37KItem38Item39Item40Item41>tdatasingleTypeSTRINGvalueDoor_1_sourcedatasingleTypeSCALARvaluedata0singleTypeSTRINGvalueDoor_2_source0data@fsingleTypeSCALARvaluefdatavsingleTypeSTRINGvalueDoor_3_sourcedatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueDoor_4_sourcedata,RsingleTypeSCALARvalueRdatabsingleTypeSTRINGvalueHide_Door_1_sourcedatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueHide_Door_2_sourcedata"HsingleTypeSCALARvalueHdataXsingleTypeSTRINGvalueHide_Door_3_sourcedatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueHide_Door_4_sourcedata>singleTypeSCALARvalue>dataNsingleTypeSTRINGvaluelights_em_hidedatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueladder_hidedata)singleTypeSCALARvalue)data9rsingleTypeSTRINGvaluespare_tyre_holder_hiderdatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluespare_tyre_hidedata singleTypeSCALARvalue data0gsingleTypeSTRINGvaluereflective_tape_hidegdatawsingleTypeSCALARvalue?datasingleTypeSTRINGvalueroof_rack_hidedatasingleTypeSCALARvaluedata$VsingleTypeSTRINGvalueLED_lights_hideVdatafsingleTypeSCALARvalue?datasingleTypeSTRINGvaluesidesteps_hidedatasingleTypeSCALARvalue?dataDsingleTypeSTRINGvaluerearsteps_hideDdataTzsingleTypeSCALARvaluezdatasingleTypeSTRINGvalueside_protective_frame_hidedatasingleTypeSCALARvaluedata KsingleTypeSTRINGvaluefront_protective_frame_hideKdata[singleTypeSCALARvaluedatasingleTypeSTRINGvaluebeacon_front_hidedatasingleTypeSCALARvalue?data >singleTypeSTRINGvaluebeacon_rear_hide>dataNtsingleTypeSCALARvalue?tdataTypeObjectPositionInfosideEmptyflagsAttributes:idrtypeC_Van_02_transport_FCustomAttributesposition}EABǗDanglesr?:init [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesGreenAttribute0Attribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value5dataEsingleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueGdataWsingleTypeARRAYvalue{itemsItem0Item1mdatamsingleTypeARRAYvaluemitemsItem0Item17mdata7singleTypeSTRINGvalueGreen7dataGmsingleTypeSCALARvalue?mdata}singleTypeARRAYvalue+items*Item0Item1Item2Item3WItem4Item5Item6Item7CItem8yItem9Item10Item119Item12oItem13Item14Item15/Item16eItem17Item18Item19Item20PItem21Item22Item23Item24GItem25Item26Item27Item28;Item29}Item30Item31Item32*Item33kItem34Item35Item36$Item37rItem38Item39Item40"Item41edatasingleTypeSTRINGvalueDoor_1_sourcedatasingleTypeSCALARvaluedata'WsingleTypeSTRINGvalueDoor_2_sourceWdatagsingleTypeSCALARvaluedatasingleTypeSTRINGvalueDoor_3_sourcedatasingleTypeSCALARvaluedataCsingleTypeSTRINGvalueDoor_4_sourceCdataSysingleTypeSCALARvalueydatasingleTypeSTRINGvalueHide_Door_1_sourcedatasingleTypeSCALARvaluedata9singleTypeSTRINGvalueHide_Door_2_source9dataIosingleTypeSCALARvalueodatasingleTypeSTRINGvalueHide_Door_3_sourcedatasingleTypeSCALARvaluedata/singleTypeSTRINGvalueHide_Door_4_source/data?esingleTypeSCALARvalueedatausingleTypeSTRINGvaluelights_em_hidedatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueladder_hidedata*PsingleTypeSCALARvaluePdata`singleTypeSTRINGvaluespare_tyre_holder_hidedatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluespare_tyre_hidedata!GsingleTypeSCALARvalueGdataWsingleTypeSTRINGvaluereflective_tape_hidedatasingleTypeSCALARvalue?datasingleTypeSTRINGvalueroof_rack_hidedata;singleTypeSCALARvalue;dataK}singleTypeSTRINGvalueLED_lights_hide}datasingleTypeSCALARvalue?datasingleTypeSTRINGvaluesidesteps_hidedata*singleTypeSCALARvalue?*data:ksingleTypeSTRINGvaluerearsteps_hidekdata{singleTypeSCALARvaluedatasingleTypeSTRINGvalueside_protective_frame_hidedata$singleTypeSCALARvalue$data4rsingleTypeSTRINGvaluefront_protective_frame_hiderdatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluebeacon_front_hidedata"singleTypeSCALARvalue?"data2esingleTypeSTRINGvaluebeacon_rear_hideedatausingleTypeSCALARvalue?dataTypeObjectPositionInfo)sideEmptyflagsAttributesaidstypeC_Van_02_transport_FCustomAttributesposition9EABDanglest?ainit [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesGreenAttribute0Attribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value\datalsingleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Valuendata~singleTypeARRAYvalueitemsItem0Item1datasingleTypeARRAYvalueitemsItem0&Item1^data6^singleTypeSTRINGvalueGreen^datansingleTypeSCALARvalue?datasingleTypeARRAYvalue+items*Item0Item1Item2>Item3~Item4Item5Item6*Item7jItem8Item9Item10Item11`Item12Item13Item14Item15VItem16Item17Item18Item19AItem20wItem21Item22Item238Item24nItem25Item26Item27,Item28bItem29Item30Item31Item32QItem33Item34Item35Item36KItem37Item38Item39Item40IItem41datasingleTypeSTRINGvalueDoor_1_sourcedata>singleTypeSCALARvalue>dataN~singleTypeSTRINGvalueDoor_2_source~datasingleTypeSCALARvaluedatasingleTypeSTRINGvalueDoor_3_sourcedata*singleTypeSCALARvalue*data:jsingleTypeSTRINGvalueDoor_4_sourcejdatazsingleTypeSCALARvaluedatasingleTypeSTRINGvalueHide_Door_1_sourcedatasingleTypeSCALARvaluedata+`singleTypeSTRINGvalueHide_Door_2_source`datapsingleTypeSCALARvaluedatasingleTypeSTRINGvalueHide_Door_3_sourcedatasingleTypeSCALARvaluedata!VsingleTypeSTRINGvalueHide_Door_4_sourceVdatafsingleTypeSCALARvaluedatasingleTypeSTRINGvaluelights_em_hidedatasingleTypeSCALARvaluedataAsingleTypeSTRINGvalueladder_hideAdataQwsingleTypeSCALARvaluewdatasingleTypeSTRINGvaluespare_tyre_holder_hidedatasingleTypeSCALARvaluedata8singleTypeSTRINGvaluespare_tyre_hide8dataHnsingleTypeSCALARvaluendata~singleTypeSTRINGvaluereflective_tape_hidedatasingleTypeSCALARvalue?data,singleTypeSTRINGvalueroof_rack_hide,data<bsingleTypeSCALARvaluebdatarsingleTypeSTRINGvalueLED_lights_hidedatasingleTypeSCALARvalue?datasingleTypeSTRINGvaluesidesteps_hidedata+QsingleTypeSCALARvalue?QdataasingleTypeSTRINGvaluerearsteps_hidedatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueside_protective_frame_hidedata%KsingleTypeSCALARvalueKdata[singleTypeSTRINGvaluefront_protective_frame_hidedatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluebeacon_front_hidedata#IsingleTypeSCALARvalue?IdataYsingleTypeSTRINGvaluebeacon_rear_hidedatasingleTypeSCALARvalue?dataTypeObjectPositionInfoPsideEmptyflagsAttributesidttypeC_Van_02_transport_FCustomAttributespositionEABDanglesx,?init [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesGreenAttribute0)Attribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValuedatasingleTypeARRAYvalueitemsItem0Item1datasingleTypeARRAYvalue%itemsItem0MItem1data]singleTypeSTRINGvalueGreendatasingleTypeSCALARvalue?datasingleTypeARRAYvalue+items*Item0Item1/Item2eItem3Item4Item5Item6QItem7Item8Item9 Item10BItem11Item12Item13Item148Item15}Item16Item17Item18*Item19hItem20Item21Item22Item23_Item24Item25Item26Item27SItem28Item29Item30Item31BItem32xItem33Item34Item35<Item36rItem37Item38Item39:Item40pItem41data/singleTypeSTRINGvalueDoor_1_source/data?esingleTypeSCALARvalueedatausingleTypeSTRINGvalueDoor_2_sourcedatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueDoor_3_sourcedata+QsingleTypeSCALARvalueQdataasingleTypeSTRINGvalueDoor_4_sourcedatasingleTypeSCALARvaluedata singleTypeSTRINGvalueHide_Door_1_source dataBsingleTypeSCALARvalueBdataRsingleTypeSTRINGvalueHide_Door_2_sourcedatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueHide_Door_3_sourcedata8singleTypeSCALARvalue8dataH}singleTypeSTRINGvalueHide_Door_4_source}datasingleTypeSCALARvaluedatasingleTypeSTRINGvaluelights_em_hidedata*singleTypeSCALARvalue*data:hsingleTypeSTRINGvalueladder_hidehdataxsingleTypeSCALARvaluedatasingleTypeSTRINGvaluespare_tyre_holder_hidedatasingleTypeSCALARvaluedata-_singleTypeSTRINGvaluespare_tyre_hide_dataosingleTypeSCALARvaluedatasingleTypeSTRINGvaluereflective_tape_hidedatasingleTypeSCALARvalue?data"SsingleTypeSTRINGvalueroof_rack_hideSdatacsingleTypeSCALARvaluedatasingleTypeSTRINGvalueLED_lights_hidedatasingleTypeSCALARvalue?dataBsingleTypeSTRINGvaluesidesteps_hideBdataRxsingleTypeSCALARvalue?xdatasingleTypeSTRINGvaluerearsteps_hidedatasingleTypeSCALARvaluedata<singleTypeSTRINGvalueside_protective_frame_hide<dataLrsingleTypeSCALARvaluerdatasingleTypeSTRINGvaluefront_protective_frame_hidedatasingleTypeSCALARvaluedata:singleTypeSTRINGvaluebeacon_front_hide:dataJpsingleTypeSCALARvalue?pdatasingleTypeSTRINGvaluebeacon_rear_hidedatasingleTypeSCALARvalue?dataTypeObjectPositionInforsideEmptyflagsAttributesidutypeB_supplyCrate_FCustomAttributeskpositionE?>BԙDangles`:>init [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;Attribute0*nAttributeskpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuekdataksingleTypeSTRINGvalue[[[["launch_NLAW_F","arifle_MX_F","arifle_MX_SW_F","FirstAidKit"],[1,2,1,10]],[["30Rnd_65x39_caseless_mag","16Rnd_9x21_Mag","30Rnd_45ACP_Mag_SMG_01","20Rnd_762x51_Mag","100Rnd_65x39_caseless_mag","1Rnd_HE_Grenade_shell","3Rnd_HE_Grenade_shell","1Rnd_Smoke_Grenade_shell","1Rnd_SmokeGreen_Grenade_shell","Chemlight_green","NLAW_F","Laserbatteries","HandGrenade","MiniGrenade","SmokeShell","SmokeShellGreen","UGL_FlareWhite_F","UGL_FlareGreen_F","ACE_30Rnd_65x47_Scenar_mag","ACE_30Rnd_65_Creedmor_mag","ACE_10Rnd_762x51_M118LR_Mag","ACE_20Rnd_762x51_M118LR_Mag","ACE_10Rnd_762x51_Mk316_Mod_0_Mag","ACE_20Rnd_762x51_Mk316_Mod_0_Mag","ACE_10Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mag_Tracer","ACE_20Rnd_762x51_Mag_Tracer_Dim"],[24,6,6,6,6,3,1,2,2,6,3,2,6,6,2,2,2,2,4,4,4,4,4,4,4,4,4,4]],[["Laserdesignator","acc_flashlight","bipod_01_F_blk","ACE_Chemlight_Shield"],[1,2,1,12]],[["B_Kitbag_mcamo"],[2]]],false]kdataTypeObjectPositionInfosideEmptyflagsAttributes,idvtypeB_supplyCrate_FCustomAttributes positionE?>BdDanglesz&@,init [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;Attribute0nAttributes propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value data singleTypeSTRINGvalue[[[["launch_NLAW_F","arifle_MX_F","arifle_MX_SW_F","FirstAidKit"],[1,2,1,10]],[["30Rnd_65x39_caseless_mag","16Rnd_9x21_Mag","30Rnd_45ACP_Mag_SMG_01","20Rnd_762x51_Mag","100Rnd_65x39_caseless_mag","1Rnd_HE_Grenade_shell","3Rnd_HE_Grenade_shell","1Rnd_Smoke_Grenade_shell","1Rnd_SmokeGreen_Grenade_shell","Chemlight_green","NLAW_F","Laserbatteries","HandGrenade","MiniGrenade","SmokeShell","SmokeShellGreen","UGL_FlareWhite_F","UGL_FlareGreen_F","ACE_30Rnd_65x47_Scenar_mag","ACE_30Rnd_65_Creedmor_mag","ACE_10Rnd_762x51_M118LR_Mag","ACE_20Rnd_762x51_M118LR_Mag","ACE_10Rnd_762x51_Mk316_Mod_0_Mag","ACE_20Rnd_762x51_Mk316_Mod_0_Mag","ACE_10Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mag_Tracer","ACE_20Rnd_762x51_Mag_Tracer_Dim"],[24,6,6,6,6,3,1,2,2,6,3,2,6,6,2,2,2,2,4,4,4,4,4,4,4,4,4,4]],[["Laserdesignator","acc_flashlight","bipod_01_F_blk","ACE_Chemlight_Shield"],[1,2,1,12]],[["B_Kitbag_mcamo"],[2]]],false] dataTypeObjectPositionInfov sideEmptyflagsAttributes idwtypeB_supplyCrate_FCustomAttributes opositionuE?>B%ӛDangles@ init [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init; Attribute0. nAttributesopropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value odata osingleTypeSTRINGvalue[[[["launch_NLAW_F","arifle_MX_F","arifle_MX_SW_F","FirstAidKit"],[1,2,1,10]],[["30Rnd_65x39_caseless_mag","16Rnd_9x21_Mag","30Rnd_45ACP_Mag_SMG_01","20Rnd_762x51_Mag","100Rnd_65x39_caseless_mag","1Rnd_HE_Grenade_shell","3Rnd_HE_Grenade_shell","1Rnd_Smoke_Grenade_shell","1Rnd_SmokeGreen_Grenade_shell","Chemlight_green","NLAW_F","Laserbatteries","HandGrenade","MiniGrenade","SmokeShell","SmokeShellGreen","UGL_FlareWhite_F","UGL_FlareGreen_F","ACE_30Rnd_65x47_Scenar_mag","ACE_30Rnd_65_Creedmor_mag","ACE_10Rnd_762x51_M118LR_Mag","ACE_20Rnd_762x51_M118LR_Mag","ACE_10Rnd_762x51_Mk316_Mod_0_Mag","ACE_20Rnd_762x51_Mk316_Mod_0_Mag","ACE_10Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mag_Tracer","ACE_20Rnd_762x51_Mag_Tracer_Dim"],[24,6,6,6,6,3,1,2,2,6,3,2,6,6,2,2,2,2,4,4,4,4,4,4,4,4,4,4]],[["Laserdesignator","acc_flashlight","bipod_01_F_blk","ACE_Chemlight_Shield"],[1,2,1,12]],[["B_Kitbag_mcamo"],[2]]],false]odataTypeObjectPositionInfosideEmptyflagsAttributes7idytypeC_Offroad_02_unarmed_FCustomAttributes7position+}EX@BDanglesP&@7init [this, ["faction", "SE_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;texturesGreenAttribute0Attribute1nAttributes7propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value0data@singleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueB7dataR7singleTypeARRAYvaluev7itemsItem0Item1h7datahsingleTypeARRAYvaluehitemsItem0Item12hdata 2singleTypeSTRINGvalueGreen2dataBhsingleTypeSCALARvalue?hdatax7singleTypeARRAYvalue7itemsItem0Item1Item2 Item3IItem4Item5Item6Item72Item8hItem9Item10Item11"Item12XItem13Item14Item15Item16JItem17Item18Item197datasingleTypeSTRINGvaluehideLeftDoordata singleTypeSCALARvalue dataIsingleTypeSTRINGvaluehideRightDoorIdataYsingleTypeSCALARvaluedatasingleTypeSTRINGvaluehideRearDoordatasingleTypeSCALARvaluedata2singleTypeSTRINGvaluehideBullbar2dataBhsingleTypeSCALARvaluehdataxsingleTypeSTRINGvaluehideFendersdatasingleTypeSCALARvaluedata"singleTypeSTRINGvaluehideHeadSupportRear"data2XsingleTypeSCALARvalueXdatahsingleTypeSTRINGvaluehideHeadSupportFrontdatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluehideRollcagedata$JsingleTypeSCALARvalueJdataZsingleTypeSTRINGvaluehideSeatsReardatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluehideSpareWheeldata7singleTypeSCALARvalue7dataTypeObjectPositionInfosideEmptyflagsAttributesid{typeC_Offroad_02_unarmed_FCustomAttributesf"positionwEX@B&Danglest@init [this, ["faction", "SE_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;texturesGreenfAttribute0Attribute1bnAttributes"propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuebdatabsingleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]bpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value "data"singleTypeARRAYvalue>"itemsItem0fItem10"datav0singleTypeARRAYvalue0itemsItem0Item10datasingleTypeSTRINGvalueGreendata 0singleTypeSCALARvalue?0data@"singleTypeARRAYvalued"itemsItem0\Item1Item2Item3Item4GItem5Item6Item7Item80 Item9n Item10 Item11 Item12 !Item13g!Item14!Item15!Item16"Item17R"Item18"Item19""datalsingleTypeSTRINGvaluehideLeftDoordatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluehideRightDoordata!GsingleTypeSCALARvalueGdataWsingleTypeSTRINGvaluehideRearDoordatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluehideBullbardata 0 singleTypeSCALARvalue0 data@ n singleTypeSTRINGvaluehideFendersn data~  singleTypeSCALARvalue data  singleTypeSTRINGvaluehideHeadSupportRear data  !singleTypeSCALARvalue !data0!g!singleTypeSTRINGvaluehideHeadSupportFrontg!dataw!!singleTypeSCALARvalue!data!!singleTypeSTRINGvaluehideRollcage!data!"singleTypeSCALARvalue"data""R"singleTypeSTRINGvaluehideSeatsRearR"datab""singleTypeSCALARvalue"data""singleTypeSTRINGvaluehideSpareWheel"data""singleTypeSCALARvalue"dataTypeObjectPositionInfo#sideEmptyflagsAttributes#id|typeC_Offroad_02_unarmed_FCustomAttributes.$,position~EX@B DanglesOR?#init [this, ["faction", "SE_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;texturesGreen.$Attribute0f$Attribute1*%nAttributes,propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value$*%data$*%singleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]*%propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value%,data%,singleTypeARRAYvalue&,itemsItem0.&Item1&,data>&&singleTypeARRAYvalueb&&itemsItem0&Item1&&data&&singleTypeSTRINGvalueGreen&data&&singleTypeSCALARvalue?&data',singleTypeARRAYvalue,',itemsItem0$(Item1c(Item2(Item3(Item4)Item5N)Item6)Item7)Item8)Item96*Item10l*Item11*Item12*Item13/+Item14e+Item15+Item16+Item17,Item18P,Item19,,data4(c(singleTypeSTRINGvaluehideLeftDoorc(datas((singleTypeSCALARvalue(data((singleTypeSTRINGvaluehideRightDoor(data()singleTypeSCALARvalue)data)N)singleTypeSTRINGvaluehideRearDoorN)data^))singleTypeSCALARvalue)data))singleTypeSTRINGvaluehideBullbar)data))singleTypeSCALARvalue)data*6*singleTypeSTRINGvaluehideFenders6*dataF*l*singleTypeSCALARvaluel*data|**singleTypeSTRINGvaluehideHeadSupportRear*data**singleTypeSCALARvalue*data*/+singleTypeSTRINGvaluehideHeadSupportFront/+data?+e+singleTypeSCALARvaluee+datau++singleTypeSTRINGvaluehideRollcage+data++singleTypeSCALARvalue+data+,singleTypeSTRINGvaluehideSeatsRear,data*,P,singleTypeSCALARvalueP,data`,,singleTypeSTRINGvaluehideSpareWheel,data,,singleTypeSCALARvalue,dataTypeObjectPositionInfoW-sideEmptyflagsAttributes-id}typeC_Offroad_02_unarmed_FCustomAttributes-6position~EX@B0܏DanglesOR?-init [this, ["faction", "SE_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;texturesGreen-Attribute0..Attribute1.nAttributes6propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value..data..singleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false].propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value/6data/6singleTypeARRAYvalue/6itemsItem0/Item106data00singleTypeARRAYvalue*00itemsItem0R0Item100datab00singleTypeSTRINGvalueGreen0data00singleTypeSCALARvalue?0data06singleTypeARRAYvalue06itemsItem01Item1+2Item2a2Item32Item42Item53Item6L3Item73Item83Item93Item1044Item11z4Item124Item134Item14-5Item15l5Item165Item175Item186Item19Y66data1+2singleTypeSTRINGvaluehideLeftDoor+2data;2a2singleTypeSCALARvaluea2dataq22singleTypeSTRINGvaluehideRightDoor2data22singleTypeSCALARvalue2data23singleTypeSTRINGvaluehideRearDoor3data&3L3singleTypeSCALARvalueL3data\33singleTypeSTRINGvaluehideBullbar3data33singleTypeSCALARvalue3data33singleTypeSTRINGvaluehideFenders3data444singleTypeSCALARvalue44dataD4z4singleTypeSTRINGvaluehideHeadSupportRearz4data44singleTypeSCALARvalue4data44singleTypeSTRINGvaluehideHeadSupportFront4data5-5singleTypeSCALARvalue-5data=5l5singleTypeSTRINGvaluehideRollcagel5data|55singleTypeSCALARvalue5data55singleTypeSTRINGvaluehideSeatsRear5data56singleTypeSCALARvalue6data(6Y6singleTypeSTRINGvaluehideSpareWheelY6datai66singleTypeSCALARvalue6dataTypeObjectPositionInfo7sideEmptyflagsAttributesU7id/typeC_Van_02_transport_FCustomAttributes7FpositionEAB*Danglesr?U7init [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesGreen7Attribute07Attribute18nAttributesFpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueP88data`88singleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]8propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Valueb9Fdatar9FsingleTypeARRAYvalue9FitemsItem09Item1:Fdata9:singleTypeARRAYvalue9:itemsItem0:Item1R::data*:R:singleTypeSTRINGvalueGreenR:datab::singleTypeSCALARvalue?:data:FsingleTypeARRAYvalue:F+items*Item0<Item1<Item22=Item3r=Item4=Item5=Item6>Item7^>Item8>Item9>Item10?Item11T?Item12?Item13?Item14@Item15J@Item16@Item17@Item18@Item195AItem20kAItem21AItem22AItem23,BItem24bBItem25BItem26BItem27 CItem28VCItem29CItem30CItem31DItem32EDItem33DItem34DItem35 EItem36?EItem37EItem38EItem39FItem40=FItem41FFdata<<singleTypeSTRINGvalueDoor_1_source<data =2=singleTypeSCALARvalue2=dataB=r=singleTypeSTRINGvalueDoor_2_sourcer=data==singleTypeSCALARvalue=data==singleTypeSTRINGvalueDoor_3_source=data=>singleTypeSCALARvalue>data.>^>singleTypeSTRINGvalueDoor_4_source^>datan>>singleTypeSCALARvalue>data>>singleTypeSTRINGvalueHide_Door_1_source>data>?singleTypeSCALARvalue?data?T?singleTypeSTRINGvalueHide_Door_2_sourceT?datad??singleTypeSCALARvalue?data??singleTypeSTRINGvalueHide_Door_3_source?data?@singleTypeSCALARvalue@data@J@singleTypeSTRINGvalueHide_Door_4_sourceJ@dataZ@@singleTypeSCALARvalue@data@@singleTypeSTRINGvaluelights_em_hide@data@@singleTypeSCALARvalue@dataA5AsingleTypeSTRINGvalueladder_hide5AdataEAkAsingleTypeSCALARvaluekAdata{AAsingleTypeSTRINGvaluespare_tyre_holder_hideAdataAAsingleTypeSCALARvalueAdataA,BsingleTypeSTRINGvaluespare_tyre_hide,BdataBDanglesX@EHinit [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;HAttribute0HnAttributesMpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueIMdata/IMsingleTypeSTRINGvalue[[[["launch_NLAW_F","arifle_MX_F","arifle_MX_SW_F","FirstAidKit"],[1,2,1,10]],[["30Rnd_65x39_caseless_mag","16Rnd_9x21_Mag","30Rnd_45ACP_Mag_SMG_01","20Rnd_762x51_Mag","100Rnd_65x39_caseless_mag","1Rnd_HE_Grenade_shell","3Rnd_HE_Grenade_shell","1Rnd_Smoke_Grenade_shell","1Rnd_SmokeGreen_Grenade_shell","Chemlight_green","NLAW_F","Laserbatteries","HandGrenade","MiniGrenade","SmokeShell","SmokeShellGreen","UGL_FlareWhite_F","UGL_FlareGreen_F","ACE_30Rnd_65x47_Scenar_mag","ACE_30Rnd_65_Creedmor_mag","ACE_10Rnd_762x51_M118LR_Mag","ACE_20Rnd_762x51_M118LR_Mag","ACE_10Rnd_762x51_Mk316_Mod_0_Mag","ACE_20Rnd_762x51_Mk316_Mod_0_Mag","ACE_10Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mag_Tracer","ACE_20Rnd_762x51_Mag_Tracer_Dim"],[24,6,6,6,6,3,1,2,2,6,3,2,6,6,2,2,2,2,4,4,4,4,4,4,4,4,4,4]],[["Laserdesignator","acc_flashlight","bipod_01_F_blk","ACE_Chemlight_Shield"],[1,2,1,12]],[["B_Kitbag_mcamo"],[2]]],false]MdataTypeObjectPositionInfoMsideEmptyflagsAttributesMidtypeB_supplyCrate_FCustomAttributesNRpositionE?>BǍDanglesI@Minit [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;NAttribute0GNnAttributesRpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueNRdataNRsingleTypeSTRINGvalue[[[["launch_NLAW_F","arifle_MX_F","arifle_MX_SW_F","FirstAidKit"],[1,2,1,10]],[["30Rnd_65x39_caseless_mag","16Rnd_9x21_Mag","30Rnd_45ACP_Mag_SMG_01","20Rnd_762x51_Mag","100Rnd_65x39_caseless_mag","1Rnd_HE_Grenade_shell","3Rnd_HE_Grenade_shell","1Rnd_Smoke_Grenade_shell","1Rnd_SmokeGreen_Grenade_shell","Chemlight_green","NLAW_F","Laserbatteries","HandGrenade","MiniGrenade","SmokeShell","SmokeShellGreen","UGL_FlareWhite_F","UGL_FlareGreen_F","ACE_30Rnd_65x47_Scenar_mag","ACE_30Rnd_65_Creedmor_mag","ACE_10Rnd_762x51_M118LR_Mag","ACE_20Rnd_762x51_M118LR_Mag","ACE_10Rnd_762x51_Mk316_Mod_0_Mag","ACE_20Rnd_762x51_Mk316_Mod_0_Mag","ACE_10Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mag_Tracer","ACE_20Rnd_762x51_Mag_Tracer_Dim"],[24,6,6,6,6,3,1,2,2,6,3,2,6,6,2,2,2,2,4,4,4,4,4,4,4,4,4,4]],[["Laserdesignator","acc_flashlight","bipod_01_F_blk","ACE_Chemlight_Shield"],[1,2,1,12]],[["B_Kitbag_mcamo"],[2]]],false]RdataTypeLayernameKorvenojastateEntitiesRidatlOffsetB? items Item0cSItem1$TItem2TItem39Item4*Item5gItem6Item7Item8tItem97dataTypeTriggerpositionDEiADangleP@AttributesSid.typeEmptyDetectoratlOffsetk?$Tnamekor_tsizeAzCsizeBtTAactivationByANYPLAYER$TdataTypeTriggerpositionmEAݠDanglev1@AttributesTidtypeEmptyDetectoratlOffset RTnamekor_isizeA$BsizeB"UCactivationByANYPLAYERTdataTypeLayernamePatrolEntities1UidatlOffsetܿ9 items Item0UItem1VItem2EWItem3XItem4XItem5YItem6?ZItem7bItem8kItem9LtItem10|Item119dataTypeTriggerpositionEA uDangle?AttributesFVid*typeEmptyDetectoratlOffset@VconditiontruesizeA$jCsizeB^TCisRectangleVdataTypeTriggerposition朌EADanglec Attribute0PdAttribute1eAttribute2eAttribute3ffAttribute4gAttribute5gAttribute6hAttribute7ZiAttribute8%jAttribute9jnAttributes kpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuededatadesingleTypeSTRINGvalueepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueeedataeesingleTypeSCALARvalueepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value0fffdata@fffsingleTypeSCALARvalueBffpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuefgdatafgsingleTypeSCALARvalueBgpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueggdataggsingleTypeBOOLvaluegpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueWhhdataghhsingleTypeSCALARvaluehpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value$iZidata4iZisingleTypeSCALARvalue@ZipropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuei%jdatai%jsingleTypeSCALARvalue%jpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuejjdatajjsingleTypeSTRINGvaluejpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuejkkdatazkksingleTypeSTRINGvaluekdataTypeLogicPositionInfolidtypeAdmiral_PatrolZoneatlOffset5CustomAttributesGlLtpositionbwE)MADanglesiC<o@{@Gl Attribute0lAttribute1mAttribute2dnAttribute3oAttribute4oAttribute5upAttribute6ndnsingleTypeSCALARvaluednpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuenodatanosingleTypeSCALARvalueBopropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueoodataoosingleTypeSCALARvalueBopropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueApupdataQpupsingleTypeBOOLvalueuppropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueqbsingleTypeBOOLvaluebpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value)data)singleTypeSCALARvalue?)propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedataЋsingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueJ}dataZ}singleTypeSTRINGvalue}propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value9data9singleTypeSTRINGvalue9dataTypeLayernameCQCstateEntitiesidatlOffset@ >* items Item0Item1Item2:Item3Item4Item5>Item6Item7zItem8 Item9*dataTypeLogicPositionInfomid$typeAdmiral_CqcZoneCustomAttributespositionhEAAC6Dangles@D@> Attribute0MAttribute1Attribute2Attribute3bAttribute4Attribute5Attribute6jAttribute7Attribute8ՕnAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueːdataېsingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value~datasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value,bdata<bsingleTypeSCALARvaluebpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueڒdatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value6jdataFjsingleTypeBOOLvaluejpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuedatasingleTypeSCALARvalueApropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueՕdataՕsingleTypeSTRINGvalueՕpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value[dataksingleTypeSTRINGvaluedataTypeTriggerpositionʗE~AtDangleiW@Attributes id typeEmptyDetectoratlOffsetsg?:conditionTRUEsizeAZ0QCsizeB6C:dataTypeTriggerpositiont[EGAEDangle<)@AttributesidtypeEmptyDetectoratlOffset@conditionTRUEsizeAnCxCsizeBE%CdataTypeTriggerposition,E@ADangle2*@Attributescid!typeEmptyDetectoratlOffset@conditionTRUEsizeA:CsizeB$fCdataTypeTriggerpositionE A6oDanglei%?Attributesid"typeEmptyDetectoratlOffsetT@>conditionTRUEsizeA]YCsizeB C>dataTypeTriggerpositionE\WAߩDangleWO6@Attributesid#typeEmptyDetectoratlOffset ?conditionTRUEsizeAOBsizeBCdataTypeLogicPositionInfoYid&typeAdmiral_CqcZoneatlOffset5CustomAttributeszposition܁Eg*ApDangles.@= Attribute09Attribute1Attribute2Attribute3NAttribute4Attribute5Attribute6VAttribute7Attribute8nAttributes zpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedataǛsingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuejdatazsingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueNdata(NsingleTypeSCALARvalueNpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueƝdata֝singleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuetdatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value"Vdata2VsingleTypeBOOLvalueVpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueҟdatasingleTypeSCALARvalue`ApropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueGzdataWzsingleTypeSTRINGvaluezdataTypeLogicPositionInfoid%typeAdmiral_CqcZoneatlOffset6CustomAttributes! positionKEADLDangles@! Attribute0ɢAttribute1zAttribute20Attribute3ޤAttribute4Attribute5:Attribute6Attribute7Attribute8QnAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueGzdataWzsingleTypeSTRINGvaluezpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value0data 0singleTypeSCALARvalue0propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueޤdataޤsingleTypeSCALARvalueޤpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueVdatafsingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value:data:singleTypeSCALARvalueB:propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuedata¦singleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuebdatarsingleTypeSCALARvaluePApropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueQdata.QsingleTypeSTRINGvalueQpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valueר data singleTypeSTRINGvalue dataTypeLogicPositionInfoyidtypeAdmiral_CqcZoneatlOffset6CustomAttributesposition5E~\A iDangles@ Attribute0YAttribute1 Attribute2Attribute3nAttribute4Attribute5ʭAttribute6vAttribute7(Attribute8nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valueת data singleTypeSTRINGvalue propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value8ndataHnsingleTypeSCALARvaluenpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueʭdataʭsingleTypeSCALARvalueBʭpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueBvdataRvsingleTypeBOOLvaluevpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value(data(singleTypeSCALARvaluePA(propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuegdatawsingleTypeSTRINGvaluedataTypeLogicPositionInfo idtypeAdmiral_CqcZoneatlOffsetCustomAttributesA*positionϾE.AqDangles@A Attribute0Attribute1Attribute2PAttribute3Attribute4Attribute5ZAttribute6Attribute7Attribute8qnAttributes *propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuegdatawsingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuePdata*PsingleTypeSCALARvaluePpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueȳdataسsingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuevdatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value$Zdata4ZsingleTypeSCALARvalueBZpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueҵdatasingleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuedatasingleTypeSCALARvalueApropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value>qdataNqsingleTypeSTRINGvalueqpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value*data*singleTypeSTRINGvalue*dataTypeLayernameCampsidatlOffset33gdataTypeLayernamePlacedEntitiesid*atlOffsetYitemsItem0۸Item1dataTypeObjectPositionInfodsideEmptyflagsAttributesid&typeLand_BagFence_Round_FatlOffset5positionzpE ^TA93Dangles?@p@=disableSimulationdataTypeObjectPositionInfo3sideEmptyflagsAttributeskidtypeLand_BagFence_Round_FpositionppE SADangles@|h@ =kdisableSimulationdataTypeLayernameAIEntitiesѺid+atlOffsetp'itemsItem0dataTypeObjectPositionInfossideEastflagsAttributesid)typeCUP_O_KORD_high_RUatlOffsetp'positionpEq\ADangles@鿟? =dataTypeTriggerpositionIEAuDangletN@Attributes.idtypeEmptyDetectoratlOffset+?tnamekor_i_2sizeA$0CsizeBgLCactivationByANYPLAYERtdataTypeTriggerpositionEASDangle2@AttributesidtypeEmptyDetectoratlOffset*7namekor_i_3sizeAEoCsizeBieCactivationByANYPLAYER7dataTypeGroupsideEastEntitiesAttributesACrewLinksGiditemsItem0Item1AdataTypeObjectPositionInfoEsideEastflagsAttributes}idtypeMNP_DPR_T_Soldier_TLCustomAttributesEpositionӭpEKADangles/?}stanceMiddleInventoryE primaryWeaponTuniformKvest mapItemMapcompassItemCompasswatchItemWatchradioItemRadiogogglesG_Balaclava_blkheadgearCUP_H_RUS_6B27_oliveEnameCUP_arifle_AK74M_GLopticsCUP_optic_PSO_1_AKfiremodeCUP_arifle_AK74M_GL:FullAutoprimaryMuzzleMagsecondaryMuzzleMagKnameCUP_30Rnd_545x39_AK74M_MammoLeftnameCUP_1Rnd_HE_GP25_MammoLeftKtypeNameMNP_CombatUniform_DPR_BisBackpackMagazineCargoItemCargo itemsItem0Item1Item2ZItem3nameHandGrenadecountammoLeftnameCUP_30Rnd_545x39_AK74M_McountammoLeftZnameCUP_1Rnd_HE_GP25_McountammoLeftnameSmokeShellcountammoLeftitemsItem0 nameFirstAidKitcount typeNameV_I_G_resistanceLeader_FisBackpackEAttribute0}Attribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale03RUSpropertypitchexpression_this setpitch _value;ValueIdataYsingleTypeSCALARvalue33s?dataTypeObjectPositionInfosideEastflagsAttributes;id(typeMNP_DPR_Soldier_FatlOffsetAposition|pEIApDangles@鿟? =;AGLinkIDProviderlLinksnextIDitemsItem0linkIDitem0(item1)CustomDataroleturretPathdataTypeLayernameLatvamuilustateEntitiesVidatlOffset1?itemsItem0*Item1Item2Item3Item4UItem5hItem6zItem7SItem8Item9ׁItem10ςItem114Item12Item13Item14;Item15Item16odataTypeTriggerpositionuuE!ABEanglef@AttributesidtypeEmptyDetectoratlOffsetӿ@namelat_ambsizeABsizeBBactivationByANYPLAYERdataTypeTriggerpositionEIA—>Eanglez:?AttributesjidtypeEmptyDetectoratlOffset P]AnamelatvasizeAwDsizeB~DactivationByANYPLAYERdataTypeLayernameAIEntitiesid0atlOffset 5?itemsItem0UItem1 Item2Item3Item4Item5BItem6ddataTypeGroupsideEastEntitiesAttributesTCrewLinksZidatlOffset5 itemsItem0Item1T dataTypeObjectPositionInfosideEastflagsAttributesidtypeMNP_DPR_T_Soldier_TLatlOffset5CustomAttributesposition@{ENA޲=Eanglesc?stanceMiddleAttribute0Attribute1Attribute2nAttributespropertyspeakerexpression_this setspeaker _value;ValuecdatassingleTypeSTRINGvalueMale02RUSpropertypitchexpression_this setpitch _value;ValuedatasingleTypeSCALARvalueG?propertyfaceexpression_this setface _value;Value_dataosingleTypeSTRINGvaluedataTypeObjectPositionInfosideEastflagsAttributesNid typeMNP_DPR_Soldier_FatlOffsetֹTpositionrhENAZ=Eangles#;v?;NTZLinkIDProviderLinks nextIDitemsItem0 linkIDitem0 item1CustomData roleturretPath dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_MTLB_pk_ChDKZpositionVEtlA=Eangles#;v?;lockLOCKEDPLAYERdataTypeGroupsideEastEntitiesAttributesiditemsItem0<dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RUS_CommanderpositionFoE]zANSEdataTypeGroupsideEastEntities8AttributesidatlOffset,@itemsItem0UdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_RUS_SpecOpsatlOffset,@positionE\zASEanglesok@dataTypeGroupsideEastEntitiesgAttributes<idBitemsItem0<dataTypeObjectPositionInfosideEastflagsAttributes6idtypeCUP_O_RUS_SpecOps_Scout<positionmE]zATEangles{x@6<BdataTypeGroupsideEastEntitiesAttributes^idditemsItem0^dataTypeObjectPositionInfo sideEastflagsAttributesXidtypeCUP_O_RUS_Soldier_TL^position-ZE]zASEanglesY?X^ddataTypeGroupsideEastEntitiesAttributesid itemsItem0dataTypeObjectPositionInfoasideEastflagsAttributesid!typeCUP_O_RUS_SpecOps_Scout_NightCustomAttributes&positionEOvA߹SEangles@stanceMiddleInventory& primaryWeaponybinocularuniform+vestmapItemMapcompassItemCompasswatchItemWatchradioItemRadiohmdCUP_NVG_HMNVSheadgearCUP_H_RUS_6B27_olive&nameCUP_arifle_AKS74_GoshawkfiremodeCUP_arifle_AKS74_Goshawk:FullAutoprimaryMuzzleMagnameCUP_30Rnd_545x39_AK_MammoLeftnameBinocular+typeNameCUP_U_O_RUS_Gorka_PartizanisBackpackMagazineCargoItemCargoitemsItem0Item1Item2CItem3vnameCUP_30Rnd_545x39_AK_McountammoLeftnameCUP_HandGrenade_RGD5countammoLeftCnameSmokeShellcountammoLeftvnameSmokeShellOrangecountammoLeftitemsItem0nameFirstAidKitcounttypeNameCUP_V_RUS_Smersh_1isBackpack&Attribute0nAttribute1Attribute2pnAttributespropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale03RUSpropertypitchexpression_this setpitch _value;Value:pdataJpsingleTypeSCALARvalue\?ppropertyfaceexpression_this setface _value;ValuedatasingleTypeSTRINGvaluedataTypeLayernameCampsEntities8id1atlOffset`/?U itemsItem0Item1}Item2&Item3ZItem4 Item5/Item6Item7Item8Item9Item10Item11Item12Item13Item14Item15~Item16Item17&Item18Item19$Item20%Item21h'Item223(Item23X4Item246Item257Item268Item27DItem28zFItem29HItem30^IUdataTypeGroupsideCivilianEntitiesAttributeswidatlOffset6}itemsItem0:Item1wdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset6position#EۅAR6EanglesZ@dataTypeWaypointloiterAltitudeposition@E+4AF?EEffectsqshowWPNEVERidtypeMoveww}dataTypeGroupsideCivilianEntitiesAttributes id&itemsItem0Item1 dataTypeObjectPositionInfobsideCivilianflagsAttributesidtypeC_Bob_VRposition;E?A7EanglesZ@dataTypeWaypointloiterAltitudeposition3E͟A|vFEEffectsshowWPNEVERidtypeMove  &dataTypeGroupsideCivilianEntitiestAttributesTidZitemsItem0Item1TItem2TdataTypeObjectPositionInfosideCivilianflagsAttributesNidtypeC_Bob_VRTposition"EpӆAv6EanglesZ@NTdataTypeWaypointloiterAltitudepositionA#EA2EEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudeposition^EejA?EEffectsNshowWPNEVERidtypeMoveTTZdataTypeTriggerposition6EU[Ae6EangleZ=AttributesidtypeEmptyDetector conditiontriggeractivated lat_ambsizeA@sizeB'1@ dataTypeLogicPositionInforidtypeAdmiral_OndemandCampZoneCustomAttributes/positionnEAQ6EanglesW 7>4@~^=Attribute0Attribute1hAttribute2Attribute3Attribute4Attribute5LAttribute6Attribute7Attribute8Attribute9WAttribute10Attribute11Attribute12Attribute13mnAttributes/propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value5hdataEhsingleTypeSTRINGvaluehpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueWdatagsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueLdata&LsingleTypeSCALARvalue ALpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueWdatagsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value!Wdata1WsingleTypeSCALARvalue@@WpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalue@@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuendata~singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value7mdataGmsingleTypeSCALARvaluempropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value/data /singleTypeSTRINGvalue/dataTypeGroupsideCivilianEntitiesAttributesidatlOffset6itemsItem0Item1rdataTypeObjectPositionInfo4sideCivilianflagsAttributeslidtypeC_Bob_VRatlOffset6rposition{Ev AgEangles|G@lrdataTypeWaypointloiterAltitudepositionخEl{A"GEEffectsshowWPNEVERid#typeMovedataTypeGroupsideCivilianEntitiesFAttributesiditemsItem0nItem1dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRposition_ѫERABhEangles|G@dataTypeWaypointloiterAltitudepositionYER1AnOEEffectsshowWPNEVERid$typeMovedataTypeGroupsideCivilianEntitiesAttributesidatlOffset5itemsItem02Item1Item2odataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRatlOffset5positionE&A(hEangles|G@dataTypeWaypointloiterAltitudepositionE·iADDEEffectsishowWPNEVERid%typeMoveoodataTypeWaypointloiterAltitudeposition/EܔAQ7EEffectsshowWPNEVERid&typeMovedataTypeTriggerposition$E?9A%2hEangle9F@Attributesbid!typeEmptyDetectorconditiontriggeractivated lat_ambsizeA@sizeB'1@timeoutBBBdataTypeLogicPositionInfo&id"typeAdmiral_OndemandCampZoneCustomAttributes^positionE AhEangles@ @G@^Attribute0ZAttribute1Attribute2Attribute3Attribute4AAttribute5Attribute6Attribute7Attribute8>Attribute9 Attribute10Attribute11Attribute12XAttribute13!nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueTdatadsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value AdataAsingleTypeSCALARvalueBApropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueNdata^singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value >data>singleTypeSTRINGvalue>propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value data singleTypeSCALARvalue@ propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueadataqsingleTypeSCALARvalue@@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value"Xdata2XsingleTypeSCALARvalueXpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value!data!singleTypeSCALARvalue!propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntities1Attributesid'itemsItem0YItem1dataTypeObjectPositionInfosideCivilianflagsAttributesid(typeC_Bob_VRposition&EW@wGqEanglesw6@dataTypeWaypointloiterAltitudepositionyE=MAnAEEffectsshowWPNEVERid-typeMovedataTypeGroupsideCivilianEntitiesAttributesid)atlOffset5itemsItem0Item1Item2ZdataTypeObjectPositionInfosideCivilianflagsAttributesid*typeC_Bob_VRatlOffset5positionR6E`a@VqEanglesw6@dataTypeWaypointloiterAltitudepositionwEp@ЉoEEffectsTshowWPNEVERid.typeMoveZZdataTypeWaypointloiterAltitudepositionLExkAMEEffectsshowWPNEVERid/typeMovedataTypeTriggerposition/#E_@qEangle5@AttributesMid+typeEmptyDetectorconditiontriggeractivated lat_ambsizeA@sizeB'1@dataTypeLogicPositionInfoid,typeAdmiral_OndemandCampZoneCustomAttributes0position E*@rEanglesh@F@90Attribute0,Attribute1Attribute2Attribute3\Attribute4 Attribute5 Attribute6 Attribute7V Attribute8 Attribute9 Attribute10 Attribute11iAttribute12*Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueodatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value&\data6\singleTypeSCALARvalueB\propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value data singleTypeSCALARvalueB propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value  data  singleTypeSCALARvalue A propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueS  datac  singleTypeBOOLvalue propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value V data0 V singleTypeSCALARvalueV propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value  data  singleTypeSTRINGvalue propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value  data  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuen  data~  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value3idataCisingleTypeSCALARvalueipropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value*data*singleTypeSCALARvalue?*propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvalue@@propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributesxidatlOffset6~itemsItem0;Item1xdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset6position؋E3A2Eanglesη@dataTypeWaypointloiterAltitudepositionnETrAOEEffectsrshowWPNEVERidtypeMovexx~dataTypeGroupsideCivilianEntitiesAttributesidatlOffsetitemsItem0Item1Item2\dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetpositionQEeA2Eanglesη@dataTypeWaypointloiterAltitudepositionE+AHEEffectsVshowWPNEVERidtypeMoveatlOffset6\\dataTypeWaypointloiterAltitudeposition)EFArTEEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntities0Attributes id&itemsItem0cItem1Item2 dataTypeObjectPositionInfosideCivilianflagsAttributes idtypeC_Bob_VRpositionE5AXQ2Eanglesη@ dataTypeWaypointloiterAltitudepositionEAk:EEffectsshowWPNEVERidtypeMoveatlOffset8dataTypeWaypointloiterAltitudeposition E.TAMEEffectsshowWPNEVERidtypeMove  &dataTypeTriggerpositionEA`]2Eangle~@AttributesidtypeEmptyDetectorconditiontriggeractivated lat_amb_1sizeA@sizeB㥧@timeoutBBBdataTypeLogicPositionInfoYidtypeAdmiral_OndemandCampZoneCustomAttributes$position^ƺEc%A1Eangles>>@/>Attribute0Attribute1OAttribute2Attribute3Attribute4tAttribute53Attribute6Attribute7Attribute8qAttribute9> Attribute10!Attribute11!Attribute12"Attribute13T#nAttributes$propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueOdata,OsingleTypeSTRINGvalueOpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value>tdataNtsingleTypeSCALARvalueBtpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value3data 3singleTypeSCALARvalue A3propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value>qdataNqsingleTypeSTRINGvalueqpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value > data > singleTypeSCALARvalue@> propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value !data !singleTypeSCALARvalue!propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value!!data!!singleTypeSCALARvalue@@!propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueU""datae""singleTypeSCALARvalue"propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value#T#data.#T#singleTypeSCALARvalueT#propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value#$data#$singleTypeSTRINGvalue$dataTypeGroupsideCivilianEntitiesd$Attributes%id%itemsItem0$Item19%%dataTypeObjectPositionInfo$sideCivilianflagsAttributes3%idtypeC_Bob_VR9%positionEB3Eangles@3%9%dataTypeWaypointloiterAltitudepositioneED3ADXEEffects%showWPNEVERidtypeMove%%%dataTypeGroupsideCivilianEntities &Attributesb'idh'itemsItem05&Item1&b'dataTypeObjectPositionInfo&sideCivilianflagsAttributes&idtypeC_Bob_VR&positionE(B2Eangles@&&dataTypeWaypointloiterAltitudepositionE8nALEEffects\'showWPNEVERidtypeMoveb'b'h'dataTypeTriggerpositionNE?B2Eangleg@Attributes'idtypeEmptyDetector3(conditiontriggeractivated lat_amb_1sizeA@sizeB㥧@timeoutBBB3(dataTypeLogicPositionInfo(idtypeAdmiral_OndemandCampZoneCustomAttributes(X4positionNEB-2Eangles{@]@W@(Attribute0)Attribute1*Attribute2H+Attribute3+Attribute4,Attribute5u-Attribute6*.Attribute7.Attribute8/Attribute90Attribute10G1Attribute11 2Attribute122Attribute133nAttributesX4propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value^**datan**singleTypeSTRINGvalue*propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value+H+data"+H+singleTypeSCALARvalueH+propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value++data++singleTypeSCALARvalueB+propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value,,data,,singleTypeSCALARvalueB,propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value?-u-dataO-u-singleTypeSCALARvalue Au-propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value-*.data.*.singleTypeBOOLvalue*.propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value..data..singleTypeSCALARvalue.propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value//data//singleTypeSTRINGvalue/propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueJ00dataZ00singleTypeSCALARvalue0propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value1G1data!1G1singleTypeSCALARvalueG1propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value1 2data1 2singleTypeSCALARvalue 2propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value22data22singleTypeSCALARvalue?2propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value`33datap33singleTypeSCALARvalue@3propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value%4X4data54X4singleTypeSTRINGvalueX4dataTypeGroupsideCivilianEntities4Attributes6idXatlOffset :6itemsItem04Item15Item2&66dataTypeObjectPositionInfoh5sideCivilianflagsAttributes5idYtypeC_Bob_VRatlOffset :5positionrEV@uEanglesAttribute7r?Attribute8,@Attribute9@Attribute10AAttribute11BAttribute12FCAttribute13DnAttributesDpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value: ;data: ;singleTypeSTRINGvalue ;propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value;;data;;singleTypeSCALARvalue;propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueB<x<dataR<x<singleTypeSCALARvalueBx<propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value</=data =/=singleTypeSCALARvalueB/=propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value==data==singleTypeSCALARvalue A=propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueo>>data>>singleTypeBOOLvalue>propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueSitemsItem0_{Item1-|Item2 }Item3}Item4~Item5SdataTypeObjectPositionInfo{sideEmptyflagsAttributes|id typeLand_BagFence_Long_F-|positiontEUA_=EanglesL<v}?;|disableSimulation-|dataTypeObjectPositionInfo|sideEmptyflagsAttributes|id typeLand_BagFence_Long_FatlOffset5 }position ~EUA=Eangles?#<|disableSimulation }dataTypeObjectPositionInfo}sideEmptyflagsAttributes}id typeLand_BagFence_Short_F}positionEUAg=Eangles*@L<}disableSimulation}dataTypeObjectPositionInfoW~sideEmptyAttributes~idtypeLand_BagFence_Short_FatlOffset6?~position]qEqdaAYS=Eanglesj9@~disableSimulation~dataTypeObjectPositionInfo*sideEmptyAttributesbidtypeLand_BagFence_Short_FatlOffset?position1zE]Ae{=Eangles?bdisableSimulationdataTypeObjectPositionInfosideEmptyAttributes5idtypeLand_BagFence_Short_FatlOffset?SpositionE]A=Eangles¥@5disableSimulationSdataTypeTriggerposition{EۛbAHEangle|@AttributesЀidUtypeEmptyDetectoratlOffseti7namelat_amb_1sizeA6BsizeB(CactivationByANYPLAYERdataTypeObjectPositionInfosideEmptyflagsAttributesсidtypeCUP_I_SUV_IONatlOffsetׁpositionsEHogA_SEangles޳];^? @сׁdataTypeObjectPositionInfo^sideEmptyflagsAttributesidtypeLand_CampingTable_FatlOffset9ςpositionuEASEangles~?createAsSimpleObjectdisableSimulationς dataTypeObjectPositionInfowsideEmptyflagsAttributesidtypegm_ammobox_pile_small_02_emptyatlOffset8CustomAttributesǃ4positionJEzATEanglese?texturesgm_bgeǃAttribute0nAttributes4propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueI4dataY4singleTypeSTRINGvalue[[[["CUP_launch_RPG7V","CUP_hgun_PB6P9_snds"],[2,2]],[["CUP_PG7VL_M","CUP_PG7VR_M","CUP_OG7_M","CUP_HandGrenade_RGD5","CUP_8Rnd_9x18_MakarovSD_M"],[8,2,4,15,6]],[[],[]],[[],[]]],false]4dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeacex_intelitems_notepadpositionxE܃ASEangles??dataTypeObjectPositionInfofsideEmptyflagsAttributesidtypeacex_intelitems_photopositionwEdփASEangles]P@dataTypeObjectPositionInfosideEmptyflagsAttributes5idtypeIntel_File2_F;positionpE4ՃASE5;dataTypeMarkerposition׆EweALEnamelatvtypeEmptyid atlOffset¹dataTypeTriggerpositionEJA+A3Eangle @AttributesidtypeEmptyDetectoratlOffsetKoconditiontriggeractivated latvasizeA94CsizeBm'dCisRectangleodataTypeLogicPositionInfoшidtypeAdmiral_PatrolZoneCustomAttributes positionEGA;Eangles}u="=  Attribute0Attribute1uAttribute2&Attribute3׋Attribute4Attribute57Attribute6Attribute7ˎAttribute8Attribute9RnAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueBudataRusingleTypeSTRINGvalueupropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value&data&singleTypeSCALARvalue&propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value׋data׋singleTypeSCALARvalueB׋propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueRdatabsingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value7data7singleTypeBOOLvalue7propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Valueȍdata؍singleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueˎdataˎsingleTypeSCALARvalueˎpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value`datapsingleTypeSCALARvalue@@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueRdata/RsingleTypeSTRINGvalueRpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueېdatasingleTypeSTRINGvaluedataTypeLayernameMuilunkylastateEntitiesjid5atlOffsetv7A4itemsItem0Item1Item2KItem3IItem4fItem5z4dataTypeLayernamePlacedEntities idIatlOffset8e'?items Item0Item1Item2Item3ZItem4*Item5Item6Item7Item8Item9OItem10Item11Item12dataTypeObjectPositionInfoAsideEmptyAttributesyid8typegmx_chdkz_bmp1sp2_wdratlOffsetp>CustomAttributespositionE&AJEangles2 B@ @ytexturesgmx_chdkz_wdlAttribute0nAttributespropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValuehdataxsingleTypeARRAYvalueitemsItem0ĔItem1dataԔsingleTypeARRAYvalueitemsItem0 Item1`data0`singleTypeSTRINGvaluegmx_chdkz_wdl`datapsingleTypeSCALARvalue?datasingleTypeARRAYvalueʕitemsItem0–Item1 Item2AItem3Item4Item5 Item6?Item7Item8Item9Item10;Item11Item12Item13Item143Item15yItem16Item17Item18/Item19dataҖ singleTypeSTRINGvaluespareTracks_1_1_unhide dataAsingleTypeSCALARvalue?AdataQsingleTypeSTRINGvaluespareTracks_1_2_unhidedatasingleTypeSCALARvaluedataЗ singleTypeSTRINGvaluespareTracks_2_1_unhide data?singleTypeSCALARvalue??dataOsingleTypeSTRINGvaluewheelChock_1_1_unhidedatasingleTypeSCALARvaluedata͘singleTypeSTRINGvaluewheelChock_1_2_unhidedata;singleTypeSCALARvalue;dataKsingleTypeSTRINGvaluewoodenBeam_01_unhidedatasingleTypeSCALARvaluedatașsingleTypeSTRINGvaluetarpRoll_01_unhidedata 3singleTypeSCALARvalue?3dataCysingleTypeSTRINGvaluecamonet_hull_unhideydatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluecamofoilage_hull_unhidedata /singleTypeSCALARvalue/data?singleTypeSTRINGvaluecamofoilage_MainTurret_trav_unhidedatasingleTypeSCALARvaluedataTypeObjectPositionInfo4sideEmptyflagsAttributeslid?typeLand_BagBunker_Large_FpositionEA sEangles.+#;0@ ?;ldisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes<id@typeLand_BagBunker_Large_FZpositiontER@|Eangles@@@<disableSimulationZdataTypeObjectPositionInfoԝsideEmptyflagsAttributes idAtypeLand_BagBunker_Large_F*positionEg@iEangles<l@@ disableSimulation*dataTypeObjectPositionInfosideEmptyAttributesid=typegmx_chdkz_ot64a_wdratlOffsetߖ>CustomAttributesposition>E+AEangles@]@Tv<texturesgmx_chdkz_wdlAttribute0:nAttributespropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValuedatasingleTypeARRAYvalueitemsItem0>Item1dataNsingleTypeARRAYvalueritemsItem0Item1ڠdataڠsingleTypeSTRINGvaluegmx_chdkz_wdlڠdatasingleTypeSCALARvalue?data singleTypeARRAYvalueDitemsItem0Item1Item2Item3eItem4Item5datasingleTypeSTRINGvaluecamonet_MainTurret_trav_unhidedatasingleTypeSCALARvaluedata/esingleTypeSTRINGvaluecamonet_hull_unhideedatausingleTypeSCALARvalue?datasingleTypeSTRINGvaluecamofoilage_hull_unhidedatasingleTypeSCALARvaluedataTypeObjectPositionInfosideEmptyflagsAttributesid7typegmx_chdkz_ural4320_reammo_wdratlOffset<position;EvAEangles@dataTypeObjectPositionInfo{sideEmptyflagsAttributesid>typegmx_chdkz_ural4320_reammo_wdratlOffset창positionnEAހEangles.+#;<}@L<dataTypeObjectPositionInfoCsideEmptyflagsAttributes{id6typegmx_chdkz_zsu234v1_wdratlOffset^=positionTQE6#A{Eangles7=@{dataTypeObjectPositionInfosideEmptyflagsAttributes1idFtypeLand_BagFence_Long_FOpositionQE@rEangles.+#;yi>v@1disableSimulationOdataTypeObjectPositionInfoȦsideEmptyflagsAttributesidGtypeLand_BagFence_Short_Fposition'CE@rEangles;ܙ?@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesϧidEtypeLand_BagFence_Round_FpositionfE@rEangles.+#;Jݷ@v@ϧdisableSimulationdataTypeObjectPositionInfoesideEmptyflagsAttributesidNtypeLand_BagFence_Long_Fposition(CE@:sEangles.+#;L?v@disableSimulationdataTypeObjectPositionInfo5sideEmptyflagsAttributesmidtypeLand_BagBunker_Large_FpositionY@E"@HGEanglesÿ<0:\?@mdisableSimulationdataTypeTriggerpositionDEiAiEangleS(@AttributesidTtypeEmptyDetectoratlOffsetȗ@KnamemuilsizeA7DsizeB3?activationByANYPLAYERKdataTypeLayernameCQCEntitiesidatlOffsetg@I itemsItem0Item1Item2VItem3Item4ŭItem5EItem6Item7IdataTypeTriggerpositionF*EzeAEangleH?Attributes{idCtypeEmptyDetectoratlOffsetOWAconditiontriggeractivated muilsizeA "*CsizeBBdataTypeTriggerpositionE@n|EangleH?Attributes8idFtypeEmptyDetectoratlOffset5VsizeAFAsizeBIjGAVdataTypeTriggerpositionbEIȗAhEangleH?AttributesӬidEtypeEmptyDetectoratlOffsetUAconditiontriggeractivated lat_amb_1sizeAyFAsizeBshGAdataTypeTriggerpositionEϖ@VEangleH?AttributesidDtypeEmptyDetectorŭconditiontriggeractivated muilsizeAs%CsizeB CŭdataTypeLogicPositionInfo$idJtypeAdmiral_CqcZoneCustomAttributes\EpositionnjEa/@)eEangles "J>$@\ Attribute0Attribute1Attribute2kAttribute3Attribute4DZAttribute5uAttribute6!Attribute7ӳAttribute8nAttributes EpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value5kdataEksingleTypeSCALARvaluekpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueDZdataDZsingleTypeSCALARvalueBDZpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value?udataOusingleTypeSCALARvalueBupropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value!data!singleTypeBOOLvalue!propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueӳdataӳsingleTypeSCALARvalue@ӳpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueYdataisingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueEdata"EsingleTypeSTRINGvalueEdataTypeTriggerpositionמEi@sEangleH?AttributesµidGtypeEmptyDetectoratlOffset9conditionTRIGGERACTIVATED lat_amb_1sizeAyFAsizeBshGAdataTypeLogicPositionInfofidtypeAdmiral_CqcZoneCustomAttributespositionVEq\@#SEangles_"J>$@ Attribute0FAttribute1Attribute2Attribute3[Attribute4 Attribute5Attribute6cAttribute7Attribute8μnAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueķdataԷsingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuewdatasingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value%[data5[singleTypeSCALARvalue[propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valueӹ data singleTypeSCALARvalueB propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value/cdata?csingleTypeBOOLvaluecpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value߻datasingleTypeSCALARvalueApropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueμdataμsingleTypeSTRINGvalueμpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueTdatadsingleTypeSTRINGvaluedataTypeTriggerposition?Ey@6GEangle@AttributesidtypeEmptyDetectoratlOffsetZ?Iconditiontriggeractivated lat_amb_1sizeAyFAsizeBshGAIdataTypeLayernameCampsEntitiesidatlOffsetj&Attribute0"Attribute1Attribute2Attribute3RAttribute4 Attribute5Attribute6}Attribute7LAttribute8Attribute9Attribute10Attribute11_Attribute12 Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueedatausingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueRdata,RsingleTypeSCALARvalueBRpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value data singleTypeSCALARvalueB propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueI}dataY}singleTypeBOOLvalue}propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueLdata&LsingleTypeSCALARvalueLpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueddatatsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value)_data9_singleTypeSCALARvalue_propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value data singleTypeSCALARvalue? propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuexdatasingleTypeSTRINGvaluedataTypeTriggerpositionEP7@EangleH@AttributesidjtypeEmptyDetectornamemiul_i_1conditiontriggeractivated muilsizeA@sizeB'1@timeoutBBBdataTypeLogicPositionInfoidktypeAdmiral_OndemandCampZoneatlOffset4CustomAttributes1positionކEx?9EanglesU=?=1Attribute0-Attribute1Attribute2Attribute3]Attribute4Attribute5Attribute6Attribute7WAttribute8Attribute9Attribute10Attribute11jAttribute12+Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuepdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value']data7]singleTypeSCALARvalueB]propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueTdatadsingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value!Wdata1WsingleTypeSCALARvalueWpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueodatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value4jdataDjsingleTypeSCALARvalue@jpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value+data+singleTypeSCALARvalue+propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerpositionPĉE|?VEangle@Attributes#idrtypeEmptyDetectornamemuil_i_2conditiontriggeractivated muilsizeA@sizeB'1@timeoutBBBdataTypeLogicPositionInfoidstypeAdmiral_OndemandCampZoneCustomAttributes,positionEF@傌EanglesJ)@s?@,Attribute0(Attribute1Attribute2Attribute3XAttribute4Attribute5Attribute6Attribute7RAttribute8 Attribute9Attribute10Attribute11eAttribute12&Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuekdata{singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value"Xdata2XsingleTypeSCALARvalueBXpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueOdata_singleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueRdata,RsingleTypeSCALARvalueRpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value data singleTypeSTRINGvalue propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuejdatazsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value/edata?esingleTypeSCALARvalue@epropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value&data&singleTypeSCALARvalue&propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value~datasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesAttributesTidlZitemsItem0'Item1TdataTypeObjectPositionInfosideCivilianflagsAttributesidmtypeC_Bob_VRposition)E-9@nEangles@dataTypeWaypointloiterAltitudepositionE)@mEEffectsNshowWPNEVERidvtypeMoveTTZdataTypeGroupsideCivilianEntitiesAttributesidfitemsItem0Item1Item2dataTypeObjectPositionInfoJsideCivilianflagsAttributesidgtypeC_Bob_VRpositionEp73@1Eangles@dataTypeWaypointloiterAltitudeposition|Ez@pOEEffectsshowWPNEVERidwtypeMovedataTypeWaypointloiterAltitudeposition$E@wEEffectsshowWPNEVERidxtypeMovedataTypeGroupsideCivilianEntitiesAttributesidnatlOffset?itemsItem0Item1Item2\dataTypeObjectPositionInfosideCivilianflagsAttributesidotypeC_Bob_VRatlOffset?positionƉET@C:Eangles3@dataTypeWaypointloiterAltitudepositionE@4EEffectsVshowWPNEVERid{typeMove\\dataTypeWaypointloiterAltitudepositionOEt@ZuEEffectsshowWPNEVERid|typeMovedataTypeGroupsideCivilianEntities0AttributesidpitemsItem0cItem1Item2dataTypeObjectPositionInfosideCivilianflagsAttributes idqtypeC_Bob_VRpositionE?YEangles3@ dataTypeWaypointloiterAltitudeposition!EaTa@PEEffectsshowWPNEVERid~typeMovedataTypeWaypointloiterAltitudepositionQEE@EEffects showWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesdAttributesidtitemsItem0Item19dataTypeObjectPositionInfosideCivilianflagsAttributes3idutypeC_Bob_VR9positionV܉E?CEangles3@39dataTypeWaypointloiterAltitudepositionE@@}EEffectsshowWPNEVERid}typeMovedataTypeGroupsideCivilianEntities AttributesidhitemsItem0@Item1Item2mdataTypeObjectPositionInfosideCivilianflagsAttributesiditypeC_Bob_VRpositionT/E-9@A Eangles@dataTypeWaypointloiterAltitudeposition>EL@EEffectsgshowWPNEVERidytypeMovemmdataTypeWaypointloiterAltitudepositionEϻ@XEEffectsshowWPNEVERidztypeMovedataTypeGroupsideCivilianEntitiesQAttributesAidatlOffset6GitemsItem0Item1AItem2AdataTypeObjectPositionInfosideCivilianflagsAttributes;idtypeC_Bob_VRatlOffset6ApositionYE͌A^FDangles&d?;AdataTypeWaypointloiterAltitudeposition7E/9AtDEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionE|AyDEffects;showWPNEVERidtypeMoveAAGdataTypeGroupsideCivilianEntitiesAttributesiditemsItem0Item1uItem2dataTypeObjectPositionInfo7sideCivilianflagsAttributesoidtypeC_Bob_VRupositionYErANEDangles&d?oudataTypeWaypointloiterAltitudepositionE{˴AxCEffectsshowWPNEVERidtypeMoveatlOffset6dataTypeWaypointloiterAltitudepositionE5AwDEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributesNidatlOffset6TitemsItem0Item1NdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset6position~YEAFDangles&d?dataTypeWaypointloiterAltitudepositionpEA1DEffectsHshowWPNEVERidtypeMoveNNTdataTypeTriggerpositionYE A>FDangleb?AttributesidtypeEmptyDetectorconditiontriggeractivated kor_tsizeA@sizeB'1@dataTypeLogicPositionInfojidtypeAdmiral_OndemandCampZoneCustomAttributes' positionYEA'qDDangles퐣;@Attribute0Attribute1`Attribute2Attribute3Attribute4Attribute5DAttribute6Attribute7Attribute8Attribute9OAttribute10Attribute11Attribute12 Attribute13e nAttributes' propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value-`data=`singleTypeSTRINGvalue`propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueOdata_singleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueDdataDsingleTypeSCALARvalue ADpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueOdata_singleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueOdata)OsingleTypeSCALARvalueOpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuef  datav  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value/ e data? e singleTypeSCALARvaluee propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value ' data ' singleTypeSTRINGvalue' dataTypeGroupsideCivilianEntities Attributes idatlOffset6 itemsItem0 Item1j  dataTypeObjectPositionInfo, sideCivilianflagsAttributesd idtypeC_Bob_VRatlOffset6j positionE[A9DanglesvL?d j dataTypeWaypointloiterAltitudeposition]E6AZDEffects showWPNEVERidtypeMove   dataTypeGroupsideCivilianEntities> Attributesid$itemsItem0q Item1Item2dataTypeObjectPositionInfo sideCivilianflagsAttributesidtypeC_Bob_VRposition E'AD69DanglesvL?dataTypeWaypointloiterAltitudepositionEnTA/0DEffectsshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionEŃAdODEffectsshowWPNEVERidtypeMove$dataTypeGroupsideCivilianEntitiesAttributesidatlOffset6itemsItem0Item1gdataTypeObjectPositionInfo)sideCivilianflagsAttributesaidtypeC_Bob_VRatlOffset6gposition EƖA9DanglesvL?agdataTypeWaypointloiterAltitudeposition'߄E8YAP:DEffectsshowWPNEVERidtypeMoveatlOffset5dataTypeTriggerpositionDEg+AXQ9DangleI?AttributesjidtypeEmptyDetectorconditiontriggeractivated kor_i_2sizeA@sizeB'1@dataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributesMpositioǹEܻA^z7Dangles"=(@.=MAttribute0IAttribute1 Attribute2Attribute3yAttribute40Attribute5Attribute6Attribute7sAttribute8-Attribute9Attribute10Attribute11Attribute12GAttribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value data singleTypeSTRINGvalue propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueCydataSysingleTypeSCALARvalueBypropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value0data 0singleTypeSCALARvalueB0propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuepdatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value=sdataMssingleTypeSCALARvaluespropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value-data -singleTypeSTRINGvalue-propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuePdata`singleTypeSCALARvalue@@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueGdata!GsingleTypeSCALARvalueGpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntities0AttributesidatlOffsetitemsItem0XItem1dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetpositionE<'ADangles`@dataTypeWaypointloiterAltitudepositionEUA:DEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributes^!idatlOffsetd!itemsItem0! Item1 ^!dataTypeObjectPositionInfo sideCivilianflagsAttributes idtypeC_Bob_VRatlOffset position&EADangles`@  dataTypeWaypointloiterAltitudeposition)ԏEAC|DEffectsX!showWPNEVERidtypeMove^!^!d!dataTypeGroupsideCivilianEntities!Attributes'#idatlOffset6-#itemsItem0!Item1"'#dataTypeObjectPositionInfoi"sideCivilianflagsAttributes"idtypeC_Bob_VRatlOffset6"position! E0ADangles`@""dataTypeWaypointloiterAltitudeposition(EyA`DEffects!#showWPNEVERidtypeMove'#'#-#dataTypeTriggerpositionL!EA:Danglew@Attributes#idtypeEmptyDetector#conditiontriggeractivated kor_i_3sizeA@sizeB'1@#dataTypeLogicPositionInfoE$idtypeAdmiral_OndemandCampZoneCustomAttributes}$0position]XE_AhDangles<N@D@}$Attribute0y%Attribute1;&Attribute2&Attribute3'Attribute4`(Attribute5)Attribute6)Attribute7*Attribute8]+Attribute9*,Attribute10,Attribute11-Attribute12w.Attribute13@/nAttributes0propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value&;&data&;&singleTypeSTRINGvalue;&propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value&&data&&singleTypeSCALARvalue&propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Values''data''singleTypeSCALARvalueB'propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value*(`(data:(`(singleTypeSCALARvalueB`(propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value()data()singleTypeSCALARvalue A)propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value))data))singleTypeBOOLvalue)propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuem**data}**singleTypeSCALARvalue*propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value*+]+data:+]+singleTypeSTRINGvalue]+propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value+*,data,*,singleTypeSCALARvalue@*,propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value,,data,,singleTypeSCALARvalue,propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value--data--singleTypeSCALARvalue@-propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueA.w.dataQ.w.singleTypeSCALARvaluew.propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value /@/data/@/singleTypeSCALARvalue@/propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value/0data/0singleTypeSTRINGvalue0dataTypeGroupsideCivilianEntities`0Attributes1idatlOffset61itemsItem00Item1E11dataTypeObjectPositionInfo1sideCivilianflagsAttributes?1idtypeC_Bob_VRatlOffset6E1positionE[A7dnDangles@?1E1dataTypeWaypointloiterAltitudeposition)E'ADEffects1showWPNEVERidtypeMove111dataTypeGroupsideCivilianEntities2Attributesn3idt3itemsItem0A2Item12n3dataTypeObjectPositionInfo2sideCivilianflagsAttributes2idtypeC_Bob_VR2position@EA-YnDangles@22dataTypeWaypointloiterAltitudeposition DEBADEffectsh3showWPNEVERidtypeMoven3n3t3dataTypeGroupsideCivilianEntities3Attributes75idatlOffset6=5itemsItem03Item1475dataTypeObjectPositionInfoy4sideCivilianflagsAttributes4idtypeC_Bob_VRatlOffset64positionJE7AsmDangles@44dataTypeWaypointloiterAltitudepositioneEƗAP(DEffects15showWPNEVERidtypeMove7575=5dataTypeGroupsideCivilianEntities5Attributes6id6itemsItem05Item1`66dataTypeObjectPositionInfo"6sideCivilianflagsAttributesZ6id typeC_Bob_VR`6positionыEAVDanglesĀ@Z6`6dataTypeWaypointloiterAltitudepositionOEDB ?aDEffects6showWPNEVERid typeMove666dataTypeTriggerpositionxEAmDangleo@Attributesc7idtypeEmptyDetectoratlOffset67conditiontriggeractivated kor_isizeA@sizeB'1@7dataTypeLogicPositionInfo 8idtypeAdmiral_OndemandCampZoneCustomAttributesD8CpositionY+EA AkDangles>.@#Attribute8$?Attribute9?Attribute10@Attribute11}AAttribute12>BAttribute13CnAttributesCpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value9:data9:singleTypeSTRINGvalue:propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value::data::singleTypeSCALARvalue:propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value:;p;dataJ;p;singleTypeSCALARvalueBp;propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value;'<data<'<singleTypeSCALARvalueB'<propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value<<data<<singleTypeSCALARvalue A<propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueg==dataw==singleTypeBOOLvalue=propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value4>j>dataD>j>singleTypeSCALARvaluej>propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value>$?data?$?singleTypeSTRINGvalue$?propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value??data??singleTypeSCALARvalueA?propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value@@data@@singleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueGA}AdataWA}AsingleTypeSCALARvalue@@}ApropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueB>BdataB>BsingleTypeSCALARvalue>BpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueBCdataBCsingleTypeSCALARvalueCpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueCCdataCCsingleTypeSTRINGvalueCdataTypeGroupsideCivilianEntitiesDAttributeslEidrEitemsItem0?DItem1DlEdataTypeObjectPositionInfoDsideCivilianflagsAttributesDidtypeC_Bob_VRDpositionumEAT`DanglesĀ@DDdataTypeWaypointloiterAltitudeposition 'EATDEffectsfEshowWPNEVERid typeMovelElErEdataTypeGroupsideCivilianEntitiesEAttributesGidGitemsItem0EItem1FGdataTypeObjectPositionInfoWFsideCivilianflagsAttributesFidtypeC_Bob_VRFposition3hE{A#DanglesĀ@FFdataTypeWaypointloiterAltitudepositionqEATDEffectsGshowWPNEVERid typeMoveGGGdataTypeTriggerpositionDEADanglet@AttributesGidtypeEmptyDetectorGconditiontriggeractivated kor_i_2sizeA@sizeB'1@GdataTypeLogicPositionInfoCHidtypeAdmiral_OndemandCampZoneatlOffset6CustomAttributes{HTposition:EDʷA}Dangles@H@Gq>{HAttribute0wIAttribute19JAttribute2JAttribute3KAttribute4^LAttribute5MAttribute6MAttribute7NAttribute8[OAttribute9(PAttribute10PAttribute11QAttribute12uRAttribute13>SnAttributesTpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueJ9JdataJ9JsingleTypeSTRINGvalue9JpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueJJdataJJsingleTypeSCALARvalueJpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueqKKdataKKsingleTypeSCALARvalueBKpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value(L^Ldata8L^LsingleTypeSCALARvalueB^LpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueLMdataLMsingleTypeSCALARvalue AMpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueMMdataMMsingleTypeBOOLvalueMpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuekNNdata{NNsingleTypeSCALARvalueNpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value(O[Odata8O[OsingleTypeSTRINGvalue[OpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueO(PdataP(PsingleTypeSCALARvalue@(PpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuePPdataPPsingleTypeSCALARvaluePpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value~QQdataQQsingleTypeSCALARvalue@@QpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value?RuRdataORuRsingleTypeSCALARvalueuRpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueS>SdataS>SsingleTypeSCALARvalue>SpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueSTdataSTsingleTypeSTRINGvalueTdataTypeGroupsideCivilianEntities^TAttributesUidatlOffset5UitemsItem0TItem1CUUdataTypeObjectPositionInfoUsideCivilianflagsAttributes=UidtypeC_Bob_VRatlOffset5CUpositionnIE|lADangles1?=UCUdataTypeWaypointloiterAltitudeposition"EADEffectsUshowWPNEVERidtypeMoveUUUdataTypeGroupsideCivilianEntitiesVAttributesWidWitemsItem0JVItem1VItem2wWWdataTypeObjectPositionInfoVsideCivilianflagsAttributesVidtypeC_Bob_VRVpositionBjADangle?Attributes3ZidtypeEmptyDetectortZconditiontriggeractivated kor_tsizeA@sizeB'1@tZdataTypeLogicPositionInfoZidtypeAdmiral_OndemandCampZoneCustomAttributes[fpositionoۇE2hA Dangles a=|E?l@[Attribute0\Attribute1\Attribute2]Attribute3@^Attribute4^Attribute5_Attribute6k`Attribute7:aAttribute8aAttribute9bAttribute10cAttribute11MdAttribute12eAttribute13enAttributesfpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value\\data\\singleTypeSTRINGvalue\propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueS]]datac]]singleTypeSCALARvalue]propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value ^@^data^@^singleTypeSCALARvalueB@^propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value^^data^^singleTypeSCALARvalueB^propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value__data__singleTypeSCALARvalue A_propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value7`k`dataG`k`singleTypeBOOLvaluek`propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuea:adataa:asingleTypeSCALARvalue:apropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueaadataaasingleTypeSTRINGvalueapropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuebbdatabbsingleTypeSCALARvalueAbpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueRccdatabccsingleTypeSCALARvaluecpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedMddata'dMdsingleTypeSCALARvalue@@MdpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuededatadesingleTypeSCALARvalueepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueeedataeesingleTypeSCALARvalueepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuefffdatavffsingleTypeSTRINGvaluefdataTypeLayernamePatrolEntitiesfidatlOffsetW @zitemsItem0#gItem1oItem2pItem3@yzdataTypeLogicPositionInfogidtypeAdmiral_PatrolZoneCustomAttributesgopositionEp3@zEangles0@@g Attribute0uhAttribute1)iAttribute2iAttribute3jAttribute4typeAdmiral_PatrolZoneatlOffset4CustomAttributes;q@ypositionɞE| ?[Eangles=@D@;q Attribute0qAttribute1rAttribute2XsAttribute3 tAttribute4tAttribute5iuAttribute60vAttribute7vAttribute8wAttribute9xnAttributes @ypropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuetrrdatarrsingleTypeSTRINGvaluerpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value"sXsdata2sXssingleTypeSCALARvalueXspropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Values tdatas tsingleTypeSCALARvalueB tpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuettdatattsingleTypeSCALARvalueBtpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value5uiudataEuiusingleTypeBOOLvalueiupropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Valueu0vdata v0vsingleTypeSCALARvalue?0vpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuevvdatavvsingleTypeSCALARvaluevpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuewwdatawwsingleTypeSCALARvaluewpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueQxxdataaxxsingleTypeSTRINGvaluexpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value y@ydatay@ysingleTypeSTRINGvalue@ydataTypeTriggerpositionȗEnA&Eangle y?Attributesyid?typeEmptyDetectoratlOffset@zconditiontriggeractivated muilsizeABsizeBCisRectanglezdataTypeLayernameAIEntitiesWzidatlOffset\4itemsItem0zItem1Item2jItem314dataTypeGroupsideEastEntitieszAttributes~CrewLinks~idLatlOffset5itemsItem01{Item1V}Item2~~ dataTypeObjectPositionInfo{sideEastflagsAttributes|idMtypeMNP_DPR_T_Soldier_ARatlOffset5CustomAttributes|V}position/dE_2@JrEangles%<@|stanceMiddle|Attribute0T|Attribute1|nAttributesV}propertyspeakerexpression_this setspeaker _value;Value||data||singleTypeSTRINGvalueMale01RUS|propertypitchexpression_this setpitch _value;Value }V}data0}V}singleTypeSCALARvalue ׃?V}dataTypeObjectPositionInfo}sideEastflagsAttributes~idtypeCUP_O_INS_Soldier_AK74atlOffset:~position_Em@&sEangles;Qc@`@~~dataTypeObjectPositionInfo~sideEastAttributes~idtypeCUP_O_INS_Soldier_AK74atlOffset?~position_EdzA**sEangles;Qc@`@~~~LinkIDProviderLinksnextIDitemsItem0>Item1linkIDitem0item1CustomDatayrolelinkIDitem0item1CustomDataroleturretPath dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_Hilux_AGS30_CHDKZatlOffset:CustomAttributesƀjposition_EtA])sEangles;Qc@`@ƀAttribute0nAttributesjpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueHjdataXjsingleTypeSTRINGvalue[[[["CUP_arifle_AKM","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_762x39_AK47_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_AlicePack_Khaki"],[4]]],false]jdataTypeObjectPositionInfosideEastflagsAttributes+idtypeCUP_O_Datsun_PK_RandomatlOffset>1position[EiHAdDanglesT@+1dataTypeGroupsideEastEntitiesAttributes{CrewLinksidatlOffset>4itemsItem0{dataTypeObjectPositionInfo=sideEastflagsAttributesuidtypeMNP_DPR_T_Soldier_FatlOffsetF?{positionɆE:A%DanglesT@u{LinkIDProviderLinks4nextIDitemsItem0ք4linkIDitem0item1CustomData4roleturretPath4dataTypeObjectPositionInfoąsideEmptyflagsAttributesidLtypeC_Offroad_02_unarmed_FCustomAttributescpositionƆEX@BuDanglesP&@init [this, ["faction", "SE_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;texturesGreencAttribute0Attribute1_nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value_data_singleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]_propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValuedatasingleTypeARRAYvalue;itemsItem0cItem1-datas-singleTypeARRAYvalue-itemsItem0Item1-dataψsingleTypeSTRINGvalueGreendata-singleTypeSCALARvalue?-data=singleTypeARRAYvalueaitemsItem0YItem1Item2ΊItem3Item4DItem5Item6Item7Item8-Item9kItem10Item11Item12Item13dItem14Item15ٍItem16Item17OItem18Item19ƎdataisingleTypeSTRINGvaluehideLeftDoordataΊsingleTypeSCALARvalueΊdataފsingleTypeSTRINGvaluehideRightDoordataDsingleTypeSCALARvalueDdataTsingleTypeSTRINGvaluehideRearDoordatasingleTypeSCALARvaluedataɋsingleTypeSTRINGvaluehideBullbardata-singleTypeSCALARvalue-data=ksingleTypeSTRINGvaluehideFenderskdata{singleTypeSCALARvaluedatasingleTypeSTRINGvaluehideHeadSupportReardatasingleTypeSCALARvaluedata-dsingleTypeSTRINGvaluehideHeadSupportFrontddatatsingleTypeSCALARvaluedataٍsingleTypeSTRINGvaluehideRollcageٍdatasingleTypeSCALARvaluedataOsingleTypeSTRINGvaluehideSeatsRearOdata_singleTypeSCALARvaluedataƎsingleTypeSTRINGvaluehideSpareWheelƎdata֎singleTypeSCALARvaluedataTypeObjectPositionInfosideEmptyflagsAttributesďidMtypeC_Offroad_02_unarmed_FCustomAttributes+ĘpositionEX@B Danglest@ďinit [this, ["faction", "SE_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;texturesGreen+Attribute0cAttribute1'nAttributesĘpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value'data͐'singleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]'propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueϑĘdataߑĘsingleTypeARRAYvalueĘitemsItem0+Item1Ędata;singleTypeARRAYvalue_itemsItem0Item1datasingleTypeSTRINGvalueGreendataϒsingleTypeSCALARvalue?dataĘsingleTypeARRAYvalue)ĘitemsItem0!Item1`Item2Item3֔Item4 Item5KItem6Item7Item8Item93Item10iItem11Item12Item13,Item14bItem15Item16חItem17Item18MItem19Ędata1`singleTypeSTRINGvaluehideLeftDoor`datapsingleTypeSCALARvaluedata֔singleTypeSTRINGvaluehideRightDoor֔data singleTypeSCALARvalue dataKsingleTypeSTRINGvaluehideRearDoorKdata[singleTypeSCALARvaluedatasingleTypeSTRINGvaluehideBullbardataϕsingleTypeSCALARvaluedata3singleTypeSTRINGvaluehideFenders3dataCisingleTypeSCALARvalueidataysingleTypeSTRINGvaluehideHeadSupportReardatasingleTypeSCALARvaluedata,singleTypeSTRINGvaluehideHeadSupportFront,data<bsingleTypeSCALARvaluebdatarsingleTypeSTRINGvaluehideRollcagedataחsingleTypeSCALARvalueחdatasingleTypeSTRINGvaluehideSeatsReardata'MsingleTypeSCALARvalueMdata]singleTypeSTRINGvaluehideSpareWheeldataĘsingleTypeSCALARvalueĘdataTypeObjectPositionInfoTsideEmptyflagsAttributesidNtypeC_Offroad_02_unarmed_FCustomAttributespositionEX@B;Dangles8?init [this, ["faction", "SE_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;texturesGreenAttribute0+Attribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatasingleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValuedatasingleTypeARRAYvalue˛itemsItem0Item1datasingleTypeARRAYvalue'itemsItem0OItem1data_singleTypeSTRINGvalueGreendatasingleTypeSCALARvalue?data͜singleTypeARRAYvalueitemsItem0Item1(Item2^Item3Item4ԞItem5Item6IItem7Item8Item9Item101Item11wItem12Item13Item14*Item15iItem16Item17ߡItem18Item19Vdata(singleTypeSTRINGvaluehideLeftDoor(data8^singleTypeSCALARvalue^datansingleTypeSTRINGvaluehideRightDoordataԞsingleTypeSCALARvalueԞdatasingleTypeSTRINGvaluehideRearDoordata#IsingleTypeSCALARvalueIdataYsingleTypeSTRINGvaluehideBullbardatasingleTypeSCALARvaluedata͟singleTypeSTRINGvaluehideFendersdata 1singleTypeSCALARvalue1dataAwsingleTypeSTRINGvaluehideHeadSupportRearwdatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluehideHeadSupportFrontdata*singleTypeSCALARvalue*data:isingleTypeSTRINGvaluehideRollcageidataysingleTypeSCALARvaluedataߡsingleTypeSTRINGvaluehideSeatsRearߡdatasingleTypeSCALARvaluedata%VsingleTypeSTRINGvaluehideSpareWheelVdatafsingleTypeSCALARvaluedataTypeObjectPositionInfosideEmptyflagsAttributesTidOtypeC_Offroad_02_unarmed_FCustomAttributesTposition@{EX@B+^Dangles8?Tinit [this, ["faction", "SE_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;texturesGreenAttribute0Attribute1nAttributesTpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueMdata]singleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};Value_TdataoTsingleTypeARRAYvalueTitemsItem0Item1Tdata˥singleTypeARRAYvalueitemsItem0Item1Odata'OsingleTypeSTRINGvalueGreenOdata_singleTypeSCALARvalue?dataTsingleTypeARRAYvalueTitemsItem0Item1Item2&Item3fItem4Item5ۨItem6Item7OItem8Item9éItem10Item11?Item12uItem13Item14Item151Item16gItem17Item18ݫItem19TdatasingleTypeSTRINGvaluehideLeftDoordata&singleTypeSCALARvalue&data6fsingleTypeSTRINGvaluehideRightDoorfdatavsingleTypeSCALARvaluedataۨsingleTypeSTRINGvaluehideRearDoorۨdatasingleTypeSCALARvaluedata!OsingleTypeSTRINGvaluehideBullbarOdata_singleTypeSCALARvaluedataésingleTypeSTRINGvaluehideFendersédataөsingleTypeSCALARvaluedata ?singleTypeSTRINGvaluehideHeadSupportRear?dataOusingleTypeSCALARvalueudatasingleTypeSTRINGvaluehideHeadSupportFrontdata̪singleTypeSCALARvaluedata1singleTypeSTRINGvaluehideRollcage1dataAgsingleTypeSCALARvaluegdatawsingleTypeSTRINGvaluehideSeatsReardataݫsingleTypeSCALARvalueݫdatasingleTypeSTRINGvaluehideSpareWheeldata.TsingleTypeSCALARvalueTdataTypeObjectPositionInfoݬsideEmptyflagsAttributesidPtypeB_supplyCrate_FCustomAttributesmֱpositionE?>B؍Dangles0+a@init [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;mAttribute0nAttributesֱpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueֱdataֱsingleTypeSTRINGvalue[[[["launch_NLAW_F","arifle_MX_F","arifle_MX_SW_F","FirstAidKit"],[1,2,1,10]],[["30Rnd_65x39_caseless_mag","16Rnd_9x21_Mag","30Rnd_45ACP_Mag_SMG_01","20Rnd_762x51_Mag","100Rnd_65x39_caseless_mag","1Rnd_HE_Grenade_shell","3Rnd_HE_Grenade_shell","1Rnd_Smoke_Grenade_shell","1Rnd_SmokeGreen_Grenade_shell","Chemlight_green","NLAW_F","Laserbatteries","HandGrenade","MiniGrenade","SmokeShell","SmokeShellGreen","UGL_FlareWhite_F","UGL_FlareGreen_F","ACE_30Rnd_65x47_Scenar_mag","ACE_30Rnd_65_Creedmor_mag","ACE_10Rnd_762x51_M118LR_Mag","ACE_20Rnd_762x51_M118LR_Mag","ACE_10Rnd_762x51_Mk316_Mod_0_Mag","ACE_20Rnd_762x51_Mk316_Mod_0_Mag","ACE_10Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mag_Tracer","ACE_20Rnd_762x51_Mag_Tracer_Dim"],[24,6,6,6,6,3,1,2,2,6,3,2,6,6,2,2,2,2,4,4,4,4,4,4,4,4,4,4]],[["Laserdesignator","acc_flashlight","bipod_01_F_blk","ACE_Chemlight_Shield"],[1,2,1,12]],[["B_Kitbag_mcamo"],[2]]],false]ֱdataTypeLayernameRuhastateEntities,idatlOffsetrf!items Item0Item1ٴItem2Item3Item4fEItem5/GItem6HItem7JItem8MItem9YOItem10OlItem11mItem12tItem13VuItem14$vItem15vItem16wItem17xItem18_yItem19.zItem20zItem21{Item22|Item23j}Item24I~Item25(Item26Item27րItem28Item29Item30SItem31"fdataTypeTriggerposition1E@EangleD?Attributes1idtypeEmptyDetectoratlOffset`)>ٴnameruha_atkonActivation[muil_i_1] call adm_api_fnc_disableCamp; [muil_i_2] call adm_api_fnc_disableCamp;sizeA?sizeBTzCactivationByANYPLAYERٴdataTypeTriggerpositionׇE@9q9Eangleɯ@AttributesVidtypeEmptyDetectoratlOffsetJ @namebridgesizeAGBsizeBw_?activationByANYPLAYERdataTypeLayernameAIEntitiesidatlOffsetcJEitemsItem07Item1NItem2Item3Item4Item50dataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffset33NitemsItem0ȶItem1 dataTypeObjectPositionInfocsideEastflagsAttributesidtypeMNP_DPR_Soldier_TLatlOffsetk@CustomAttributesposition҇E@;ċEanglesO@stanceMiddleAttribute0Attribute1onAttributespropertyspeakerexpression_this setspeaker _value;Value3odataCosingleTypeSTRINGvalueMale03RUSopropertypitchexpression_this setpitch _value;ValuedataŸsingleTypeSCALARvalue ׃?dataTypeObjectPositionInfoosideEastflagsAttributesidtypeMNP_DPR_Soldier_FatlOffset>positionևE9k@ϋELinkIDProviderLinksӹNnextIDӹitemsItem0NlinkIDitem0item1CustomData+NroleturretPathNdataTypeObjectPositionInfoкsideEastflagsAttributesidtypeCUP_O_BRDM2_SLAatlOffset#g>positiongŇE@NjEanglesq:@q:dataTypeGroupsideEastEntitieswAttributes̽CrewLinksҽidbatlOffset33itemsItem0Item1mItem2"̽dataTypeObjectPositionInfo/sideEastflagsAttributesgidctypeMNP_DPR_Soldier_MGatlOffset6mposition{E@Eanglesk(@gmdataTypeObjectPositionInfosideEastflagsAttributesidetypeMNP_DPR_T_Soldier_AT"positionǙELA@謌Eangles%-@"dataTypeObjectPositionInfosideEastflagsAttributesƽidatypeMNP_DPR_Soldier_FatlOffset̽position8ET@lEƽ̽ҽLinkIDProviderLinks nextID itemsItem0'linkIDitem0aitem1]CustomDatabroleturretPathdataTypeGroupsideEastEntities߾AttributesidlatlOffset33itemsItem0(Item1Item2Item3RItem4dataTypeObjectPositionInfosideEastflagsAttributesidktypeMNP_DPR_T_Soldier_TLatlOffsetOW=position0EQ@Eangles1@dataTypeObjectPositionInfobsideEastflagsAttributesidztypeMNP_DPR_Soldier_ATposition}EQ@EangleskG@dataTypeObjectPositionInfosideEastflagsAttributesLid|typeMNP_DPR_Soldier_FRpositionNjE@EanglesZ@LRdataTypeObjectPositionInfosideEastflagsAttributesidxtypeMNP_DPR_Soldier_ARatlOffset5positionbE܏@EanglesŦ@dataTypeObjectPositionInfosideEastflagsAttributesidmtypeMNP_DPR_T_Soldier_FatlOffsetposition&E:@DEangles{@dataTypeGroupsideEastEntitiesHAttributeswCrewLinks}id{atlOffset330itemsItem0ew dataTypeObjectPositionInfosideEastflagsAttributes7idtypeMNP_DPR_Soldier_FatlOffset>CustomAttributes=wpositioneElt@dyEangles#=G@7=Attribute0uAttribute1nAttributeswpropertyspeakerexpression_this setspeaker _value;ValuedatasingleTypeSTRINGvalueMale02RUSpropertypitchexpression_this setpitch _value;ValueAwdataQwsingleTypeSCALARvalue?w}LinkIDProviderLinks0nextIDitemsItem00linkIDitem0item1CustomData 0roleturretPath0dataTypeObjectPositionInfosideEastflagsAttributesid]typeCUP_O_KORD_high_RUatlOffset position38Er@^lEangles@@#=dataTypeLayernameCampsEntities>idatlOffsetHfEitemsItem0Item1SItem2Item3xItem4Item5vItem6?Item7Item8<Item9Item10Item11Item12Item13/Item14Item15 Item16g Item170Item18Item19Item20Item21Item22)Item23*Item246Item258Item2619fEdataTypeGroupsideCivilianEntitiesAttributesMidatlOffset33SitemsItem0Item1MdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset5position pEgY@o}nEangles>dataTypeWaypointloiterAltitudepositionTnEzJb@uEEffectsGshowWPNEVERidtypeMoveMMSdataTypeGroupsideCivilianEntitiesAttributesidatlOffset33itemsItem0Item1Item21dataTypeObjectPositionInfocsideCivilianflagsAttributesidtypeC_Bob_VRatlOffset5position XE.g@3nEangles>dataTypeWaypointloiterAltitudeposition7Es@EEffects+showWPNEVERidtypeMoveatlOffset11dataTypeWaypointloiterAltitudeposition9AE^?EEffectsshowWPNEVERidtypeMoveatlOffsetdataTypeTriggerpositionaE@UnEangle\Cy>Attributes4idtypeEmptyDetectorxconditiontriggeractivated ruha_atksizeA@sizeB'1@xdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributes(positionLNEg@mEangles`@@@#;(Attribute0$Attribute1Attribute2Attribute3TAttribute4 Attribute5Attribute6Attribute7NAttribute8Attribute9Attribute10Attribute11aAttribute12"Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuegdatawsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueTdata.TsingleTypeSCALARvalueBTpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value data singleTypeSCALARvalueB propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueKdata[singleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueNdata(NsingleTypeSCALARvalue?NpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuefdatavsingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value+adata;asingleTypeSCALARvalueapropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value"data"singleTypeSCALARvalue"propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuezdatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntities AttributespidatlOffset33vitemsItem03Item1pdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset5positionB[EY@PxEangles)?dataTypeWaypointloiterAltitudepositionECP@EEffectsjshowWPNEVERidtypeMoveppvdataTypeGroupsideCivilianEntitiesAttributes9idatlOffset33?itemsItem0Item19dataTypeObjectPositionInfo{sideCivilianflagsAttributesidtypeC_Bob_VRatlOffset5position[E@WxEangles)?dataTypeWaypointloiterAltitudepositionQE?f@EEEffects3showWPNEVERidtypeMove99?dataTypeTriggerposition߉[EG@բxEangle\'?AttributesidtypeEmptyDetectorconditiontriggeractivated bridgesizeA@sizeB'1@timeoutBBBdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneatlOffset5CustomAttributes<positionR&[E@sxEanglesu< @.@Attribute0Attribute1uAttribute2,Attribute3Attribute4Attribute5YAttribute6Attribute7Attribute8Attribute9dAttribute10+Attribute11Attribute12Attribute13znAttributes<propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueBudataRusingleTypeSTRINGvalueupropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value,data,singleTypeSCALARvalue,propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueddatatsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value#Ydata3YsingleTypeSCALARvalue AYpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueddatatsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value.ddata>dsingleTypeSCALARvaluedpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value+data+singleTypeSCALARvalue+propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value{datasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueDzdataTzsingleTypeSCALARvalue@zpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value <data<singleTypeSTRINGvalue<dataTypeGroupsideCivilianEntitiesAttributesidatlOffset33itemsItem0Item1dataTypeObjectPositionInfoAsideCivilianflagsAttributesyidtypeC_Bob_VRatlOffset5position^E#A4Eangles@ydataTypeWaypointloiterAltitudepositionE F8@EEffects showWPNEVERidtypeMoveatlOffset7dataTypeTriggerpositionӟED A灤EangleΌ@AttributesidtypeEmptyDetectorconditiontriggeractivated bridgesizeA@sizeB'1@timeoutBBBdataTypeLogicPositionInfoEidtypeAdmiral_OndemandCampZoneCustomAttributes}positionfEA Eangles@e@T@}Attribute0yAttribute1;Attribute2Attribute3Attribute4`Attribute5Attribute6Attribute7Attribute8]Attribute9*Attribute10Attribute11Attribute12wAttribute13@nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value;data;singleTypeSTRINGvalue;propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuesdatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value*`data:`singleTypeSCALARvalueB`propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuemdata}singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value*]data:]singleTypeSTRINGvalue]propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value*data*singleTypeSCALARvalue*propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueAwdataQwsingleTypeSCALARvalue?wpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value @data@singleTypeSCALARvalue@@propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntities`AttributesidatlOffset33itemsItem0Item15dataTypeObjectPositionInfosideCivilianflagsAttributes/idtypeC_Bob_VR5position=tE\:@Eangles@/5dataTypeWaypointloiterAltitudepositionWEr@~EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributes)idatlOffset33/itemsItem0LItem1 Item2)dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset5 position4EtEBO@&Eangles@ dataTypeWaypointloiterAltitudepositionIE@֜EEffectsshowWPNEVERidtypeMoveatlOffsett8dataTypeWaypointloiterAltitudepositionmE(@EEffects#showWPNEVERidtypeMoveatlOffset8))/dataTypeTriggerposition1tEl@Eangle@AttributesidtypeEmptyDetectorconditiontriggeractivated bridgesizeA@sizeB'1@dataTypeLogicPositionInfoFidtypeAdmiral_OndemandCampZoneCustomAttributes~ positionݖsE>@1REanglesa>Fd?G@~Attribute0zAttribute1<Attribute2Attribute3Attribute4aAttribute5 Attribute6Attribute7Attribute8^Attribute9+Attribute10Attribute11Attribute12xAttribute13A nAttributes propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value <data<singleTypeSTRINGvalue<propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuetdatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value+adata;asingleTypeSCALARvalueBapropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value data singleTypeSCALARvalue A propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valuendata~singleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value+^data;^singleTypeSTRINGvalue^propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value+data+singleTypeSCALARvalue@A+propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueBxdataRxsingleTypeSCALARvaluexpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value A data A singleTypeSCALARvalueA propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value  data  singleTypeSTRINGvalue dataTypeGroupsideCivilianEntitiesa Attributesa idatlOffset33g itemsItem0 Item1A Item2 a dataTypeObjectPositionInfo sideCivilianflagsAttributes; idtypeC_Bob_VRA positionsE`V}@Eangles@; A dataTypeWaypointloiterAltitudeposition E?EEffects showWPNEVERidtypeMoveatlOffset8  dataTypeWaypointloiterAltitudeposition]HE5s@ÍEEffects[ showWPNEVERidtypeMoveatlOffseta a g dataTypeGroupsideCivilianEntities Attributes*idatlOffset330itemsItem0 Item1 *dataTypeObjectPositionInfo\ sideCivilianflagsAttributes idtypeC_Bob_VR positionEd6@Eangles@  dataTypeWaypointloiterAltitudepositionE'7@qEEffects$showWPNEVERidtypeMoveatlOffset5**0dataTypeTriggerposition Ei@)Eangle?AttributesidtypeEmptyDetectorconditiontriggeractivated bridgesizeA@sizeB'1@dataTypeLogicPositionInfoGidtypeAdmiral_OndemandCampZoneCustomAttributesposition߉E6@u˖Eanglesp@T@rx>Attribute0{Attribute1=Attribute2Attribute3Attribute4bAttribute5!Attribute6Attribute7Attribute8_Attribute9,Attribute10Attribute11Attribute12yAttribute13BnAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value =data=singleTypeSTRINGvalue=propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueudatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value,bdata<bsingleTypeSCALARvalueBbpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value!data!singleTypeSCALARvalue A!propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueodatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value,_data<_singleTypeSTRINGvalue_propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value,data,singleTypeSCALARvaluepA,propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalue@@propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueCydataSysingleTypeSCALARvalueypropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value BdataBsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeGroupsideCivilianEntitiesbAttributesidatlOffset33itemsItem0Item1GdataTypeObjectPositionInfo sideCivilianflagsAttributesAidtypeC_Bob_VRatlOffset5GpositionccEO Ap"Eangles_?AGdataTypeWaypointloiterAltitudeposition7E @ŏEEffectsshowWPNEVERidtypeMovedataTypeTriggerpositionȥcE, A 8EangleD?AttributesJidtypeEmptyDetectoratlOffset5conditiontriggeractivated bridgesizeA@sizeB'1@timeoutpBpBpBdataTypeLogicPositionInfo idtypeAdmiral_OndemandCampZoneCustomAttributesE)positioncEXAQEangles@P&?h@EAttribute0AAttribute1 Attribute2 Attribute3q!Attribute4("Attribute5"Attribute6#Attribute7k$Attribute8%%Attribute9%Attribute10&Attribute11~'Attribute12?(Attribute13)nAttributes)propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value data singleTypeSTRINGvalue propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value  data  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value;!q!dataK!q!singleTypeSCALARvalueBq!propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value!("data"("singleTypeSCALARvalueB("propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value""data""singleTypeSCALARvalue A"propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueh##datax##singleTypeBOOLvalue#propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value5$k$dataE$k$singleTypeSCALARvalue@k$propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value$%%data%%%singleTypeSTRINGvalue%%propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value%%data%%singleTypeSCALARvalue%propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value&&data&&singleTypeSCALARvalue?&propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueH'~'dataX'~'singleTypeSCALARvalue~'propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value (?(data(?(singleTypeSCALARvalue?(propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value()data()singleTypeSCALARvalue)propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value))data))singleTypeSTRINGvalue)dataTypeTriggerposition$dtEAHۤEangle @AttributesG*idtypeEmptyDetectoratlOffset5*conditiontriggeractivated bridgesizeA@sizeB'1@timeoutpBpBpB*dataTypeLogicPositionInfo +idtypeAdmiral_OndemandCampZoneCustomAttributesB+6positionsEpA Eangles@?߻u,Attribute1-Attribute2-Attribute3n.Attribute4%/Attribute5/Attribute60Attribute7h1Attribute8"2Attribute92Attribute103Attribute11{4Attribute12<5Attribute136nAttributes6propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value,-data,-singleTypeSTRINGvalue-propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value--data--singleTypeSCALARvalue-propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value8.n.dataH.n.singleTypeSCALARvalueBn.propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value.%/data.%/singleTypeSCALARvalueB%/propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value//data//singleTypeSCALARvalue A/propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuee00datau00singleTypeBOOLvalue0propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value21h1dataB1h1singleTypeSCALARvalue@h1propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value1"2data1"2singleTypeSTRINGvalue"2propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value22data22singleTypeSCALARvalue2propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value33data33singleTypeSCALARvalue?3propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueE4{4dataU4{4singleTypeSCALARvalue{4propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value5<5data5<5singleTypeSCALARvalue<5propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value56data56singleTypeSCALARvalue6propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value66data66singleTypeSTRINGvalue6dataTypeGroupsideCivilianEntities%7Attributesz8idatlOffset338itemsItem0M7Item17z8dataTypeObjectPositionInfo7sideCivilianflagsAttributes7idtypeC_Bob_VR7positionuaE@]UEangles۶i@77dataTypeWaypointloiterAltitudepositionXE>w@&EEffectst8showWPNEVERidtypeMovez8z88dataTypeTriggerposition3pE.@eEangle*i@Attributes8idtypeEmptyDetector19conditiontriggeractivated ruha_atksizeA@sizeB'1@19dataTypeLogicPositionInfo9idtypeAdmiral_OndemandCampZoneatlOffsetCustomAttributes9fEpositionHE@ Eangles@`5@]L<9Attribute0:Attribute1;Attribute2V<Attribute3 =Attribute4=Attribute5>Attribute68?Attribute7@Attribute8@Attribute9AAttribute10UBAttribute11CAttribute12CAttribute13DnAttributesfEpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuel;;data|;;singleTypeSTRINGvalue;propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value <V<data0<V<singleTypeSCALARvalueV<propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value< =data< =singleTypeSCALARvalueB =propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value==data==singleTypeSCALARvalueB=propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueM>>data]>>singleTypeSCALARvalue A>propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value?8?data?8?singleTypeBOOLvalue8?propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value?@data?@singleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value@@data@@singleTypeSTRINGvalue@propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueXAAdatahAAsingleTypeSCALARvalueApropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueBUBdata/BUBsingleTypeSCALARvalueUBpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueBCdataBCsingleTypeSCALARvalueCpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueCCdataCCsingleTypeSCALARvalue?CpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuenDDdata~DDsingleTypeSCALARvalue?DpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value3EfEdataCEfEsingleTypeSTRINGvaluefEdataTypeGroupsideCivilianEntitiesEAttributes)GidatlOffset33/GitemsItem0EItem1F)GdataTypeObjectPositionInfokFsideCivilianflagsAttributesFidtypeC_Bob_VRatlOffset@6FpositionuEAlEangles@FFdataTypeWaypointloiterAltitudepositionEd@)EEffects#GshowWPNEVERidtypeMove)G)G/GdataTypeGroupsideCivilianEntitiesGAttributesHidatlOffset33HitemsItem0GItem1rHHdataTypeObjectPositionInfo4HsideCivilianflagsAttributeslHidtypeC_Bob_VRatlOffset5rHpositionEz@LEangles@lHrHdataTypeWaypointloiterAltitudepositionE1 @9EEffectsHshowWPNEVERidtypeMoveHHHdataTypeGroupsideCivilianEntitiesVIAttributesJidatlOffset33JitemsItem0~IItem1+JJdataTypeObjectPositionInfoIsideCivilianflagsAttributes%JidtypeC_Bob_VR+Jposition>cEQ[ A@LEangles_?%J+JdataTypeWaypointloiterAltitudepositionEߚ@HEEffectsJshowWPNEVERidtypeMoveJJJdataTypeGroupsideCivilianEntitiesKAttributesMidatlOffset33MitemsItem0BKItem1KItem2LMdataTypeObjectPositionInfoKsideCivilianflagsAttributesKidtypeC_Bob_VRatlOffset5Kposition}tEAƤEangles @KKdataTypeWaypointloiterAltitudepositionlׅE+@kEEffectsyLshowWPNEVERidtypeMoveLLdataTypeWaypointloiterAltitudepositionۄE:b@IsEEffects MshowWPNEVERidtypeMoveatlOffset6MMMdataTypeGroupsideCivilianEntitiessMAttributesSOidatlOffset33YOitemsItem0MItem1SNItem2NSOdataTypeObjectPositionInfoNsideCivilianflagsAttributesMNidtypeC_Bob_VRSNpositiontE-AڤEangles @MNSNdataTypeWaypointloiterAltitudeposition:E@,EEffectsNshowWPNEVERidtypeMoveNNdataTypeWaypointloiterAltitudepositionQE @ޓEEffectsMOshowWPNEVERidtypeMoveSOSOYOdataTypeLayernamePlacedEntitiesOid atlOffset >?OlitemsItem0PItem1mQItem2=RItem3RItem4SItem5TItem6mUItem7-VItem84XItem9YItem10[Item11l]Item12b_Item13aItem14cItem15eItem16fItem17KgItem18iItem19iOldataTypeObjectPositionInfo/QsideEmptyflagsAttributesgQidtypegm_ammobox_pile_large_04_emptyatlOffsetn:mQposition߃E2@Eanglesm<H@v@gQmQdataTypeObjectPositionInfoQsideEmptyflagsAttributes7Ridtypegm_ammobox_pile_large_04_emptyatlOffset`5:=Rposition-6E@AIEangles)@]?N;7R=RdataTypeObjectPositionInfoRsideEmptyflagsAttributesRidtypegm_ammobox_pile_large_04_emptyRposition[E@6Eanglesd@x?6Eangles@@1@<^B^Attribute0j^nAttributesb_propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value^b_data^b_singleTypeSTRINGvalue[[[[],[]],[["CUP_HandGrenade_RGD5","gm_mine_at_tm46","gm_mine_ap_dm31"],[10,10,10]],[[],[]],[[],[]]],false]b_ dataTypeObjectPositionInfo `sideEmptyflagsAttributesD`idtypegm_gc_army_ammobox_everything_80atlOffset<CustomAttributesJ`apositionpEg @ EanglesD@!~*@CustomAttributesdeposition5E6@Eangles<<@@ddAttribute0dnAttributesepropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value/eedata?eesingleTypeSTRINGvalue[[[[],[]],[["CUP_HandGrenade_RGD5","gm_mine_at_tm46","gm_mine_ap_dm31"],[10,10,10]],[[],[]],[[],[]]],false]edataTypeObjectPositionInfoFfsideEmptyflagsAttributes~fidtypeCUP_O_Ural_Reammo_SLAfpositionEmAWEanglesX<d#@VF@~ffdataTypeObjectPositionInfo gsideEmptyflagsAttributesEgidtypeCUP_O_Ural_Repair_SLAatlOffset@N=KgpositionEAQEangles&@e@e;EgKgdataTypeObjectPositionInfogsideEmptyAttributeshidtypegm_pl_army_ammobox_cache_80atlOffset>CustomAttributes"hipositionE@ӓEangles^W6<@1˫<h"hAttribute0JhnAttributesipropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuehidatahisingleTypeSTRINGvalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]idataTypeObjectPositionInfoisideEmptyflagsAttributesiidtypeplp_Brshd_Plank_1matlOffsetg@iposition7ӇE @VċEangles`:?idisableSimulationidataTypeObjectPositionInfonjsideEmptyAttributesjidtypeCUP_O_Ural_Reammo_RUatlOffset߳>CustomAttributesjOlpositionJ E@$ EanglesB;I>BAkOlsingleTypeSTRINGvalue[[[["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]OldataTypeTriggerpositionDЃE%E@ Eangle4!@AttributeslidtypeEmptyDetectoratlOffsetžmconditiontriggeractivated ruha_atksizeAT#&CsizeB3"CmdataTypeLogicPositionInfomidtypeAdmiral_CqcZoneatlOffsetCustomAttributesmtpositionЇEњ@FEm Attribute0GnAttribute1nAttribute2oAttribute3\pAttribute4 qAttribute5qAttribute6drAttribute7sAttribute8snAttributes tpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuenndatannsingleTypeSTRINGvaluenpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuexoodataoosingleTypeSCALARvalueopropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value&p\pdata6p\psingleTypeSCALARvalue\ppropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valuep qdatap qsingleTypeSCALARvalueB qpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueqqdataqqsingleTypeSCALARvalueBqpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value0rdrdata@rdrsingleTypeBOOLvaluedrpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuersdatarssingleTypeSCALARvalueAspropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuessdatasssingleTypeSTRINGvaluespropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueUttdataettsingleTypeSTRINGvaluetdataTypeObjectPositionInfousideEmptyflagsAttributes8uidRtypeLand_BagFence_Long_FVuposition#E㼷@ mEangles*g=L S?@8udisableSimulationVudataTypeObjectPositionInfousideEmptyflagsAttributesvidUtypeLand_BagFence_Long_F$vpositionqE@Eangles6P=6\?=@vdisableSimulation$vdataTypeObjectPositionInfovsideEmptyflagsAttributesvidvtypeLand_BagFence_Long_Fvpositionu|E@pEangles=@vdisableSimulationvdataTypeObjectPositionInfokwsideEmptyflagsAttributeswidPtypeLand_BagFence_Round_Fwposition5Ei@@aEangles*g=@wdisableSimulationwdataTypeObjectPositionInfo:xsideEmptyflagsAttributesrxidStypeLand_BagFence_Round_FxpositionBE@mEangles@xn@?@rxdisableSimulationxdataTypeObjectPositionInfo ysideEmptyflagsAttributesAyidXtypeLand_BagFence_Round_F_ypositionE @Eangles@@AydisableSimulation_ydataTypeObjectPositionInfoysideEmptyflagsAttributeszidZtypeLand_BagFence_Round_F.zpositionE8l@Eangles.@>@zdisableSimulation.zdataTypeObjectPositionInfozsideEmptyflagsAttributeszid\typeLand_BagFence_Round_FzpositionSEı@:ΌEangles6P=*+N@=@zdisableSimulationzdataTypeObjectPositionInfov{sideEmptyflagsAttributes{idftypeLand_BagFence_Round_F{position)Ek@겍Eangles<I@@{disableSimulation{dataTypeObjectPositionInfoE|sideEmptyflagsAttributes}|idhtypeLand_BagFence_Round_F|positionE@Eangles<+z?_@}|disableSimulation|dataTypeObjectPositionInfo}sideEmptyflagsAttributesL}idntypeLand_BagFence_Round_Fj}position5E@Eangles @L}disableSimulationj}dataTypeObjectPositionInfo}sideEmptyflagsAttributes+~idqtypeLand_BagFence_Round_FatlOffset5I~positiont^E%@Eangles|@W? =+~disableSimulationI~dataTypeObjectPositionInfo~sideEmptyflagsAttributes idstypeLand_BagFence_Round_FatlOffset5(positionzuEc̸@8EanglesPR@V9@ disableSimulation(dataTypeObjectPositionInfosideEmptyflagsAttributesidttypeLand_BagFence_Round_FpositioniE@؍Eangles>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidVtypeLand_BagFence_Short_FatlOffset5րpositionyEU@ȌEanglesO=@`]>disableSimulationրdataTypeObjectPositionInfo_sideEmptyflagsAttributesidYtypeLand_BagFence_Short_FatlOffset5positionҙER@Eangles@@@disableSimulationdataTypeObjectPositionInfo.sideEmptyflagsAttributesfid_typeLand_BagFence_Short_Fposition=E @{Eangles@@#=fdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes5iditypeLand_BagFence_Short_FSposition!E+y@Eangles>@2X?I@5disableSimulationSdataTypeObjectPositionInfõsideEmptyflagsAttributesidptypeLand_BagFence_Short_F"positionVfE^ӻ@Eangles|@@w@disableSimulation"dataTypeGroupsideCivilianEntitiesAttributes`idatlOffset33fitemsItem0Item1`Item2`dataTypeObjectPositionInfo"sideCivilianflagsAttributesZidtypeC_Bob_VR`position柳E4x@{Eangles@Z`dataTypeWaypointloiterAltitudeposition…E@EEffectsڅshowWPNEVERidtypeMovedataTypeWaypointloiterAltitudepositionEʩ@]EEffectsZshowWPNEVERidtypeMove``fdataTypeMarkerposition_E @EnamemuiltypeEmptyidatlOffset8ʆdataTypeMarkerpositionseElo@)EnameruhatypeEmptyidatlOffset.dataTypeMarkerpositionهEXEnamebridtypeEmptyidatlOffset๒dataTypeMarkerpositionE@EnameammotypeEmptyidatlOffsetOdataTypeObjectPositionInfosideEmptyflagsAttributesid#typeC_Van_02_transport_FCustomAttributes%positionEABFDanglesx,?init [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesGreen%Attribute0]Attribute1!nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value!datalj!singleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]!propertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueɊdataيsingleTypeARRAYvalueitemsItem0%Item1data5singleTypeARRAYvalueYitemsItem0Item1datasingleTypeSTRINGvalueGreendataɋsingleTypeSCALARvalue?datasingleTypeARRAYvalue#+items*Item0#Item1cItem2Item3َItem4Item5OItem6Item7ŏItem8Item9@Item10vItem11Item12Item136Item14lItem15Item16Item17(Item18^Item19Item20ҒItem21Item22QItem23Item24ɓItem25Item26FItem27Item28Item29Item305Item31vItem32Item33Item34#Item35pItem36Item37Item38*Item39nItem40Item41data3csingleTypeSTRINGvalueDoor_1_sourcecdatassingleTypeSCALARvaluedataَsingleTypeSTRINGvalueDoor_2_sourceَdatasingleTypeSCALARvaluedataOsingleTypeSTRINGvalueDoor_3_sourceOdata_singleTypeSCALARvaluedataŏsingleTypeSTRINGvalueDoor_4_sourceŏdataՏsingleTypeSCALARvaluedata @singleTypeSTRINGvalueHide_Door_1_source@dataPvsingleTypeSCALARvaluevdatasingleTypeSTRINGvalueHide_Door_2_sourcedataːsingleTypeSCALARvaluedata6singleTypeSTRINGvalueHide_Door_3_source6dataFlsingleTypeSCALARvalueldata|singleTypeSTRINGvalueHide_Door_4_sourcedatasingleTypeSCALARvaluedata(singleTypeSTRINGvaluelights_em_hide(data8^singleTypeSCALARvalue^datansingleTypeSTRINGvalueladder_hidedataҒsingleTypeSCALARvalueҒdatasingleTypeSTRINGvaluespare_tyre_holder_hidedata+QsingleTypeSCALARvalueQdataasingleTypeSTRINGvaluespare_tyre_hidedataɓsingleTypeSCALARvalueɓdataٓsingleTypeSTRINGvaluereflective_tape_hidedata FsingleTypeSCALARvalue?FdataVsingleTypeSTRINGvalueroof_rack_hidedatasingleTypeSCALARvaluedata͔singleTypeSTRINGvalueLED_lights_hidedata5singleTypeSCALARvalue?5dataEvsingleTypeSTRINGvaluesidesteps_hidevdatasingleTypeSCALARvalue?datasingleTypeSTRINGvaluerearsteps_hidedata#singleTypeSCALARvalue#data3psingleTypeSTRINGvalueside_protective_frame_hidepdatasingleTypeSCALARvaluedatasingleTypeSTRINGvaluefront_protective_frame_hidedata*singleTypeSCALARvalue*data:nsingleTypeSTRINGvaluebeacon_front_hidendata~singleTypeSCALARvalue?datasingleTypeSTRINGvaluebeacon_rear_hidedatasingleTypeSCALARvalue?dataTypeObjectPositionInfosideEmptyflagsAttributesid$typeC_Van_02_transport_FCustomAttributesLDpositiontEABrDangles"@init [this, ["faction", "SE_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;texturesGreenLAttribute0Attribute1HnAttributesDpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueޙHdataHsingleTypeSTRINGvalue[[[["FirstAidKit"],[4]],[[],[]],[[],[]],[[],[]]],false]HpropertyVehicleCustomizationexpressionif (local _this) then {([_this] + _value + [true]) call (uinamespace getvariable 'BIS_fnc_initVehicle')};ValueDdataDsingleTypeARRAYvalue$DitemsItem0LItem1Ddata\singleTypeARRAYvalueitemsItem0Item1datasingleTypeSTRINGvalueGreendatasingleTypeSCALARvalue?data&DsingleTypeARRAYvalueJD+items*Item0JItem1Item2Item3Item46Item5vItem6Item7Item8"Item9gItem10Item11Item12Item13]Item14Item15ءItem16Item17OItem18Item19âItem20Item21BItem22xItem23Item24Item257Item26mItem27Item28Item29&Item30\Item31Item32ӥItem33Item34JItem35Item36ͦItem37Item38QItem39Item40˧Item41DdataZsingleTypeSTRINGvalueDoor_1_sourcedatasingleTypeSCALARvaluedataОsingleTypeSTRINGvalueDoor_2_sourcedata6singleTypeSCALARvalue6dataFvsingleTypeSTRINGvalueDoor_3_sourcevdatasingleTypeSCALARvaluedatasingleTypeSTRINGvalueDoor_4_sourcedata"singleTypeSCALARvalue"data2gsingleTypeSTRINGvalueHide_Door_1_sourcegdatawsingleTypeSCALARvaluedatasingleTypeSTRINGvalueHide_Door_2_sourcedatasingleTypeSCALARvaluedata(]singleTypeSTRINGvalueHide_Door_3_source]datamsingleTypeSCALARvaluedataءsingleTypeSTRINGvalueHide_Door_4_sourceءdatasingleTypeSCALARvaluedataOsingleTypeSTRINGvaluelights_em_hideOdata_singleTypeSCALARvaluedataâsingleTypeSTRINGvalueladder_hideâdataӢsingleTypeSCALARvaluedata BsingleTypeSTRINGvaluespare_tyre_holder_hideBdataRxsingleTypeSCALARvaluexdatasingleTypeSTRINGvaluespare_tyre_hidedataʣsingleTypeSCALARvaluedata7singleTypeSTRINGvaluereflective_tape_hide7dataGmsingleTypeSCALARvalue?mdata}singleTypeSTRINGvalueroof_rack_hidedatasingleTypeSCALARvaluedata&singleTypeSTRINGvalueLED_lights_hide&data6\singleTypeSCALARvalue?\datalsingleTypeSTRINGvaluesidesteps_hidedataӥsingleTypeSCALARvalue?ӥdatasingleTypeSTRINGvaluerearsteps_hidedata$JsingleTypeSCALARvalueJdataZsingleTypeSTRINGvalueside_protective_frame_hidedataͦsingleTypeSCALARvalueͦdataݦsingleTypeSTRINGvaluefront_protective_frame_hidedata+QsingleTypeSCALARvalueQdataasingleTypeSTRINGvaluebeacon_front_hidedata˧singleTypeSCALARvalue?˧dataۧsingleTypeSTRINGvaluebeacon_rear_hidedataDsingleTypeSCALARvalue?DdataTypeLayernameModulesstateEntitiesid}atlOffsetW?pitemsItem0Item1Item2FItem3ͮItem4PpdataTypeLogicPositionInfoareaSize{@@flagsidTtypeModuleHideTerrainObjects_FatlOffset CustomAttributesposition%E@EanglesA==?@Attribute0Attribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValueLdata\singleTypeSCALARvaluepAproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValuedatasingleTypeBOOLvaluedataTypeLogicPositionInfoareaSizeR@na@flagsidrtypeModuleHideTerrainObjects_FatlOffsetPCustomAttributesFpositionaE@B EanglesJI<=?=Attribute0&Attribute1nAttributesFproperty#filterexpression_this setVariable ["#filter",_value]Value|datasingleTypeSCALARvaluepAproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueFdata"FsingleTypeBOOLvalueFdataTypeLogicPositionInfoidtypeARK_Make_SentryatlOffset5CustomAttributesͮposition EAFEangles9>@Attribute0nAttributesͮpropertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];ValueͮdataͮsingleTypeBOOLvalueͮdataTypeLogicPositionInfoidHtypeARK_Clear_VehiclePpositionEAjGEangles@8=-jB=PdataTypeLogicPositionInfoareaSize@n)@flagsidtypeModuleHideTerrainObjects_FCustomAttributespposition{E]@ڋEanglesh@=?v">Attribute0PAttribute1ܰnAttributespproperty#filterexpression_this setVariable ["#filter",_value]ValueܰdataܰsingleTypeSCALARvaluepAܰproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value<pdataLpsingleTypeBOOLvaluepdataTypeLayernameDeletestateEntitiesȱidatlOffsetA|itemsItem0Item1Item2Item3´|dataTypeTriggerpositionEA_Eangle>AttributesidtypeEmptyDetectoratlOffsetZ3AonActivationif (isServer) then { [del_1] call ark_fnc_cleanUpAI; };sizeARDsizeBUAactivationByANYPLAYERdataTypeTriggerposition⁌EADDangleo@AttributesidtypeEmptyDetectoratlOffsetAnamedel_1sizeAQenDsizeB؂DisRectangledataTypeTriggerpositionEїAgEangle^+@Attributes>idtypeEmptyDetectoratlOffset`A´onActivationif (isServer) then { [del_1] call ark_fnc_cleanUpAI; };sizeA3=4DsizeB@activationByANYPLAYER´dataTypeTriggerpositionE A8UEangleo@Attributes?idtypeEmptyDetectoratlOffset,F@|namedel_2sizeAe\DsizeB})DisRectangle|dataTypeObjectPositionInfosideEastflagsAttributes?idtypeCUP_O_GAZ_Vodnik_KPVT_RUatlOffsetrEpositiono׆EW@ }Eangles#=n@?EdataTypeObjectPositionInfoʶsideEmptyflagsAttributesidtypeLand_fort_rampartatlOffset5positionE*o@!hEangles8=@18=dataTypeObjectPositionInfosideEmptyflagsAttributesɷidtypeCUP_O_Kamaz_Refuel_RUatlOffsetϷposition>E0Ϩ@EEangles.+#;1@v@ɷϷdataTypeLayernameChasestateEntities&idatlOffsetZE@~itemsItem0NItem1~dataTypeLogicPositionInfoidtypeark_chase_ai_moduleCustomAttributespositionפEf@9`Eanglesh >!1@ Attribute0Attribute1OAttribute2 Attribute3Attribute4eAttribute5#Attribute6ͽAttribute7Attribute8AAttribute9nAttributes propertyark_chase_ai_module_Unit_Amountexpression_this setVariable ['Unit_Amount',_value,true];ValueOdata)OsingleTypeSCALARvalue@Opropertyark_chase_ai_module_Waypoint_Accuracyexpression_this setVariable ['Waypoint_Accuracy',_value,true];ValueӺ data singleTypeSCALARvalueHB propertyark_chase_ai_module_Spawn_Timeexpression_this setVariable ['Spawn_Time',_value,true];ValuedatasingleTypeSCALARvalue@propertyark_chase_ai_module_Max_Distanceexpression_this setVariable ['Max_Distance',_value,true];Value/edata?esingleTypeSCALARvalueCepropertyark_chase_ai_module_Allow_BuildingSearchexpression_this setVariable ['Allow_BuildingSearch',_value,true];Value#data#singleTypeBOOLvalue#propertyark_chase_ai_module_Allow_NVGsexpression_this setVariable ['Allow_NVGs',_value,true];ValueͽdataͽsingleTypeBOOLvalueͽpropertyark_chase_ai_module_Force_Flashlightsexpression_this setVariable ['Force_Flashlights',_value,true];ValueQdataasingleTypeBOOLvaluepropertyark_chase_ai_module_Unit_Classnamesexpression_this setVariable ['Unit_Classnames',_value,true];ValueAdataAsingleTypeSTRINGvalue[ADMIRAL]Apropertyark_chase_ai_module_Min_Distanceexpression_this setVariable ['Min_Distance',_value,true];Valuedata˿singleTypeSCALARvalueCpropertyark_chase_ai_module_Unit_Templateexpression_this setVariable ['Unit_Template',_value,true];Valuemdata}singleTypeSTRINGvalueADMIRALdataTypeTriggerpositionER0A}Eangle@Attributes$idtypeEmptyDetectoratlOffseto@~conditiontruesizeA?#DsizeB;qCDactivationByANYPLAYERisRectangle~dataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffsetgitemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypeMNP_DPR_Soldier_FatlOffset$<position}EŽ.A-DLinkIDProviderLinksgnextIDitemsItem0 glinkIDitem0item1CustomDataDgroleturretPathgdataTypeObjectPositionInfosideEastflagsAttributes!idtypeCUP_O_UAZ_MG_RUatlOffset'positionǴ}EMitem1HCustomDatacutypeSynculinkIDitem06item1HCustomDatatypeSynclinkIDitem0Eitem1JCustomDatatypeSynclinkIDitem0Fitem1JCustomDataJ\typeSync\linkIDitem0Gitem1JCustomDatatypeSynclinkIDitem0Bitem1KCustomDatatypeSynclinkIDitem0Ritem1SCustomData1CtypeSyncClinkIDitem0item1CustomData~typeSynclinkIDitem0item1HCustomDatatypeSynclinkIDitem0Zitem1[CustomData*typeSync*linkID item0bitem1cCustomDataewtypeSyncwlinkID!item0jitem1kCustomDatatypeSynclinkID"item0ritem1sCustomDatatypeSynclinkID#item0item1CustomDataL^typeSync^linkID$item0item1CustomDatatypeSynclinkID%item0item1CustomDatatypeSynclinkID&item0item1CustomData3EtypeSyncElinkID'item0item1CustomDatatypeSynclinkID(item0item1CustomDatatypeSynclinkID)item0item1CustomData,typeSync,linkID*item0item1CustomDatagytypeSyncylinkID+item0item1CustomDatatypeSynclinkID,item0item1CustomDatatypeSynclinkID-item0item1CustomDataN`typeSync`linkID.item0item1HCustomDatatypeSynclinkID/item0item1HCustomDatatypeSynclinkID0item0item1HCustomData5GtypeSyncGlinkID1item0item1CustomDatatypeSynclinkID2item0item1CustomDatatypeSynclinkID3item0item1CustomData.typeSync.linkID4item0item1CustomDatai{typeSync{linkID5item0item1HCustomDatatypeSynclinkID6item0!item1CustomDatatypeSynclinkID7item0(item1CustomDataPbtypeSyncblinkID8item0=item1<CustomDatatypeSynclinkID9item0>item1?CustomDatatypeSynclinkID:item0item1CustomData7ItypeSyncIlinkID;item0citem1CustomDatatypeSynclinkID<item0eitem1CustomDatatypeSynclinkID=item0kitem1CustomData0typeSync0linkID>item0mitem1CustomDatak}typeSync}linkID?item0xitem1CustomDatatypeSynclinkID@item0zitem1CustomDatatypeSynclinkIDAitem0|item1CustomDataRdtypeSyncdlinkIDBitem0]item1CustomDatatypeSynclinkIDCitem0item1CustomDatatypeSynclinkIDDitem0item1CustomData9KtypeSyncKlinkIDEitem0item1CCustomDatatypeSynclinkIDFitem0item1DCustomDatatypeSynclinkIDGitem0item1CustomData 2typeSync2linkIDHitem0item1CustomDatamtypeSynclinkIDIitem0item1CustomDatatypeSynclinkIDJitem0item1CustomDatatypeSynclinkIDKitem0item1CustomDataTftypeSyncflinkIDLitem0!item1CustomDatatypeSynclinkIDMitem0item1CustomDatatypeSynclinkIDNitem0item1CustomData;MtypeSyncMlinkIDOitem0Hitem1CustomDatatypeSynclinkIDPitem0item1CustomDatatypeSynclinkIDQitem0item1CustomData"4typeSync4linkIDRitem0item1CustomDataotypeSynclinkIDSitem0item1CustomDatatypeSynclinkIDTitem0item1CustomData typeSynclinkIDUitem0item1CustomDataVhtypeSynchlinkIDVitem0item1CustomDatatypeSynclinkIDWitem0Mitem1CustomDatatypeSynclinkIDXitem0item1CustomData=OtypeSyncOlinkIDYitem0item1CustomDatatypeSynclinkIDZitem0item1CustomDatatypeSynclinkID[item0item1CustomData$6typeSync6linkID\item0item1CustomDataqtypeSyncxX?P'.I