admiral\admiral.hDL^hdescription.ext)chull3\briefing\blufor.sqfDL^hull3\briefing\civilian.sqfDL^hull3\briefing\indfor.sqfDL^hull3\briefing\opfor.sqfDL^hull3\hull3.hDL^|hull3\LICENSEDL^8init.sqfDL^OinitPlayerLocal.sqfPL^}mission.sqmcwclass Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "MNP_RU_AIR"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "MNP_RU_AIR"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "MNP_RU_AIR"; defaultZoneTemplate = "Cqc"; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "frosty relations"; onLoadMission = "Made with Hull3"; author = "dancemoox"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 61; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 1; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 1; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 0; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9,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 = 10; code = "hull3_mission_weather = %1"; }; class Hull3_SafetyTimer { title = "Safety Timer"; values[] = {9999,0}; texts[] = {"On", "Off"}; default = 9999; code = "hull3_mission_safetyTimerEnd = %1"; }; }; class CfgDebriefingSections { class acex_killTracker { title = "Acex Killed Events"; variable = "acex_killTracker_outputText"; }; }; allowProfileGlasses = 0; // BLUFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
Following a rise in tensions between Russia and Livonia and a breakdown in diplomatic efforts, Russian troops crossed the border claiming several districts were rightfully Russian territory.

Moscow was given one week to withdraw it's forces from Livonia, that deadline has now passed.

ENEMY FORCES
Russian Federation ground forces.

During their evacuation from the occupied district local civilians reported several locations were being fortified by the Russians, these fortifications extend to static anti-air emplacements.

FRIENDLY FORCES
Livonia Defence Forces. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Assault the Nyman logistics hub, eliminate the Russian officer in command and recover any sensitive documents found.

Assault the Kettula munitions depot eliminating the Russian garrison.

Assault Hoopakka eliminating the Russian garrison including the garrison commanding officer.

Destroy all Russian vehicles and equipment found, they must pay for their assault on Livonian sovereignty. "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Undertake objectives in the given order.

Once all objectives have been achieved extract all LDF forces.

MOVEMENT PLAN
Mi-171Sh helicopters can transport an entire squad with seats to spare.

a FIRE SUPPORT PLAN
Mi-171Sh armed with plenty of rockets should soften up the Russian defences.

Each squad has been assigned a SMAW gunner to provide heavy AT support where required.

ADMINISTRATION
Direct landings on objectives is unwise given the reports of anti-air.

Resupply crates for infantry can be loaded into helicopters for air drops or sling loaded as required.

Resupply and refueling is available for our helicopters as required. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by dancemoox "]]; // CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; class Hull3 { isEnabled = 1; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class LDF_90_SN { gear = "FAL_LDF"; uniform = "LDF_90_SN"; }; }; };The MIT License (MIT) Copyright (c) 2014 László Major Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.ark_fnc_cleanUpAI = { params ["_trigger"]; private _side = [adm_camp_defaultUnitTemplate] call adm_common_fnc_getUnitTemplateSide; { if ((side _x == _side) && (!isPlayer _x) && (_x inArea _trigger)) then { if (isNull objectParent _x) then { deleteVehicle _x; } else { private _vehicle = objectParent _x; {_vehicle deleteVehicleCrew _x} forEach crew _vehicle; deleteVehicle _vehicle; }; }; } forEach allUnits; };ark_frosty_relations_fnc_foggyBreath = { waituntil {!isnull (finddisplay 46)}; while {alive player} do { private _nearMen = player nearEntities ["Man", 40]; { if (vehicle _x == _x) then { if (_x distance player < 40) then { private _pos = _x selectionposition "neck"; private _ps = "#particlesource" createvehiclelocal (getpos _x); _ps setparticleparams [ [ "a3\data_f\ParticleEffects\Universal\Universal.p3d", 16, 12, 13, 0], "", "Billboard", 0.5, 0.5, [_pos select 0, (_pos select 1) + 0.15, _pos select 2], [0, 0.2, -0.2], 1,1.275,1,0.2, [0, 0.2, 0], [[1, 1, 1, 0.07], [1, 1, 1, 0.07], [1, 1, 1, 0]], [1000], 1, 0.04, "", "", _x]; _ps setparticlerandom [ 2, [ 0, 0, 0], [ 0.25, 0.25, 0.25], 0, 0.5, [ 0, 0, 0, 0.2], 0, 0, 10]; _ps setdropinterval 0.01; uiSleep 1; deletevehicle _ps; }; }; uiSleep 0.25; } foreach _nearMen; uiSleep random [1,3,5]; }; }; [] spawn ark_frosty_relations_fnc_foggyBreath;raPs version6EditorDatasourceNameark_co60_frosty_relationsaddons;A3_Characters_Face_explosivesace_nouniformrestrictionsA3_Supplies_F_Enoch_AmmoboxesCUP_AirVehicles_Mi8CUP_WheeledVehicles_T810A3_Modules_Fark_ai_sentryark_clear_cargoA3_Ui_Fadmiralmnp_opforCUP_Weapons_MakarovCUP_Weapons_AmmunitionCUP_Creatures_People_Civil_TakistanCUP_Creatures_Military_RussiaA3_Weapons_FA3_Weapons_F_Itemsace_medical_engineace_medical_treatmentCUP_Creatures_StaticWeaponsCUP_TrackedVehicles_MTLBA3_Structures_F_Argo_Industrial_MaterialsA3_Structures_F_Heli_Civ_MarketCUP_Misc3_ConfigCUP_CAStructures_E_Misc_Misc_MarketA3_Props_F_Exp_Commercial_Marketace_cargoace_draggingA3_Props_F_Enoch_Military_Decontaminationplp_containersA3_Structures_F_Heli_Ind_MachinesCUP_WheeledVehicles_UAZCUP_WheeledVehicles_UralCUP_TrackedVehicles_BMPCUP_AirVehicles_Pchela1TCUP_WheeledVehicles_BRDM2A3_Structures_F_Enoch_Civilian_CampsCUP_CAMiscCUP_Terrains_Winter_ObjectsA3_Structures_F_EPA_Items_VesselsA3_Structures_F_EPA_Items_MedicalA3_Props_F_Argo_Items_ElectronicsA3_Structures_F_Items_ElectronicsA3_Props_F_Enoch_Items_DocumentsA3_Structures_F_Items_Vesselscba_xehA3_Props_F_Orange_Humanitarian_SuppliesCUP_Weapons_ItemsCUP_WheeledVehicles_BTR80CUP_TrackedVehicles_T72CUP_WheeledVehicles_BTR60CUP_AirVehicles_MI6CUP_Weapons_AmmoBoxesark_rotoracre_mainCUP_Creatures_Military_SLACUP_AirVehciles_KA60ark_ace_rearmAddonsMetaDatadlcsEnochCUP_VehiclesCUP_WeaponsCUP_UnitsArgoHeliExpansionOrangerandomSeedScenarioData#CustomAttributesMission!s moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProvider_MarkerIDProviderrLayerIndexProviderCameranextIDxrnextIDnextID]pos/CZCD2Edir]u>6[P ?up>53??aside:G?b!List#6items5Item0 Item1 Item2{ Item3 Item4 Item5 Item6! Item7 Item8 Item9zItem10Item11#Item12PItem13Item14Item159Item16Item17Item18Item19Item20QItem21Item22,Item23Item24Item25]Item26Item27LItem28Item29OItem30Item31Item32Item33Item34Item35Item36Item37Item38oItem39Item40Item41Item42Item43Item449Item45Item46Item47Item48UItem49Item50&Item51uItem52#classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com classNameace_explosivesnameACE3 - ExplosivesauthorACE-Teamurlhttps://ace3.acemod.org/{ classNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttps://ace3.acemod.org/ classNameA3_Supplies_F_EnochnameArma 3 Contact Platform - Ammoboxes and SuppliesauthorBohemia Interactiveurlhttps://www.arma3.com classNameCUP_AirVehicles_Mi8nameCUP_AirVehicles_Mi8 classNameCUP_WheeledVehicles_T810nameCUP_WheeledVehicles_T810! classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.org classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.orgzclassNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNameAdmiralnameadmiralauthorKami#classNamemnp_opfornamemnp_opforPclassNameCUP_Weapons_MakarovnameCUP_Weapons_MakarovclassNameCUP_Weapons_AmmunitionnameCUP_Weapons_AmmunitionclassNameCUP_Creatures_People_Civil_TakistannameCUP_Creatures_People_Civil_Takistan9classNameCUP_Creatures_Military_RussianameCUP_Creatures_Military_RussiaclassNameA3_Weapons_FnameArma 3 Alpha - Weapons and AccessoriesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_medical_enginenameACE3 - Medical EngineauthorACE-Teamurlhttps://ace3.acemod.org/classNameace_medical_treatmentnameACE3 - Medical TreatmentauthorACE-Teamurlhttps://ace3.acemod.org/classNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeaponsQclassNameCUP_TrackedVehicles_MTLBnameCUP_TrackedVehicles_MTLBclassNameA3_Structures_F_ArgonameArma 3 Malden - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.com,classNameA3_Structures_F_HelinameArma 3 Helicopters - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Misc3_ConfignameCUP_Misc3_ConfigclassNameCUP_CAStructures_E_Misc_Misc_MarketnameCUP_CAStructures_E_Misc_Misc_Market]classNameA3_Props_F_ExpnameArma 3 Apex - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_cargonameACE3 - CargoauthorACE-Teamurlhttps://ace3.acemod.org/LclassNameace_draggingnameACE3 - DraggingauthorACE-Teamurlhttps://ace3.acemod.org/classNameA3_Props_F_EnochnameArma 3 Contact Platform - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comOclassNameplp_containersnameplp_containersclassNameCUP_WheeledVehicles_UAZnameCUP_WheeledVehicles_UAZclassNameCUP_WheeledVehicles_UralnameCUP_WheeledVehicles_UralclassNameCUP_TrackedVehicles_BMPnameCUP_TrackedVehicles_BMPauthorCommunity Cupgrade ProjectclassNameCUP_AirVehicles_Pchela1TnameCUP_AirVehicles_Pchela1TclassNameCUP_WheeledVehicles_BRDM2nameCUP_WheeledVehicles_BRDM2classNameA3_Structures_F_Enoch_CiviliannameArma 3 Contact Platform - Civilian BuildingsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_CAMiscnameCUP_CAMiscclassNameCUP_Terrains_Winter_ObjectsnameCUP_Terrains_Winter_ObjectsauthorCUP Terrains - Community Upgrade ProjectoclassNameA3_Structures_F_EPAnameArma 3 Survive Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Props_F_ArgonameArma 3 Malden - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Props_F_OrangenameArma 3 Orange - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Weapons_ItemsnameCUP_Weapons_ItemsclassNameCUP_WheeledVehicles_BTR80nameCUP_WheeledVehicles_BTR809classNameCUP_TrackedVehicles_T72nameCUP_TrackedVehicles_T72classNameCUP_WheeledVehicles_BTR60nameCUP_WheeledVehicles_BTR60classNameCUP_AirVehicles_MI6nameCUP_AirVehicles_MI6classNameCUP_Weapons_AmmoBoxesnameCUP_Weapons_AmmoBoxesUclassNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.orgclassNameacre_mainnameACRE2 - MainauthorACRE2Teamurlhttps://github.com/IDI-Systems/acre2&classNameCUP_Creatures_Military_SLAnameCUP_Creatures_Military_SLAuclassNameCUP_AirVehciles_KA60nameCUP_AirVehciles_KA60classNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.org#authordancemooxHeaderHgameTypeCoopminPlayersmaxPlayers8Category0!nameMultiplayerAttribute0Attribute1R nAttributes!propertyRespawnButtonexpressiontrueValue R data, R singleTypeSCALARvalue?R propertyRespawnTemplatesexpressiontrueValue !data !singleTypeARRAYvalue !itemsItem0 !data !singleTypeSTRINGvalueNone!IntelI!Entities"ConnectionssbriefingNameark_co60_frosty_relationsoverviewTextLivonia Defence Forces have a winter outingtimeOfChangesFstartWeather>startWind=startWaves=forecastWeather>forecastWind=forecastWaves=forecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT<"itemsItem0<$Item1*Item20Item3'7Item4=Item5CItem6JItem7PItem8VItem9b]Item10cItem117jItem12pItem13wItem14SItem15Item16Item17uItem18,Item19Item20Item21Item22ȉItem233Item24=7Item257Item26Item278Item28dataTypeGroupsideWestEntities$Attributes*id*itemsItem0$Item1I&Item2'Item3)*dataTypeObjectPositionInfo2%sideWestflagsAttributesj%idtypeB_officer_FI&position~CEB7Eanglesg;@L9EangleshU<:C@#<+skill?rankSERGEANTinit [this, ["faction", "LDF_90_SN"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionLDF - Alpha Squad Leader@Alpha SLisPlayable,dataTypeObjectPositionInfo-sideWestflagsAttributesH-idtypeB_medic_F.positionRCf-FB(9EangleshU<:C@#Item1?Item2@CdataTypeObjectPositionInfoq>sideWestflagsAttributes>idtypeB_Soldier_SL_F?positionfCEB 9Eangles;:C@hU<>skill?rankSERGEANTinit [this, ["faction", "LDF_90_SN"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionLDF - Bravo Squad Leader @Bravo SLisPlayable?dataTypeObjectPositionInfo?sideWestflagsAttributes$@idtypeB_medic_F@position CgEBq*9Eangles;:C@.+#;$@skill?rankCORPORALinit [this, ["faction", "LDF_90_SN"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionLDF - Bravo Squad Medic@Bravo SLisPlayable@ dataTypeObjectPositionInfoAsideWestflagsAttributesAidqtypeB_soldier_AT_FatlOffset6CustomAttributestBCpositionCEB19EanglesL<:C@LWAttributesH]id'b]itemsItem0|WItem1YItem2nZItem3[H]dataTypeObjectPositionInfoWsideWestflagsAttributes%Xid#typeB_Soldier_TL_FYpositionfCEEB9Eangles#<:C@@%Xskill?rankCORPORALinit [this, ["faction", "LDF_90_SN"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;descriptionLDF - Charlie 1 Fireteam Leader@Charlie 1isPlayableYdataTypeObjectPositionInfouYsideWestflagsAttributesYid$typeB_soldier_AR_FnZposition{ CEB9EanglesL<:C@@Yskill?rankCORPORALinit [this, ["faction", "LDF_90_SN"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionLDF - Charlie 1 Automatic Rifleman@Charlie 1isPlayablenZdataTypeObjectPositionInfoZsideWestflagsAttributes&[id%typeB_Soldier_A_FatlOffset6[positionӈCWdEBf9Eangles;:C@h@&[skill?init [this, ["faction", "LDF_90_SN"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionLDF - Charlie 1 Assistant Automatic Rifleman@Charlie 1isPlayable[dataTypeObjectPositionInfod\sideWestflagsAttributes\id&typeB_soldier_LAT_FatlOffset6H]position-CcEB9Eangles;:C@@\skill?init[this, ["faction", "LDF_90_SN"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionLDF - Charlie 1 Rifleman (AT)@Charlie 1isPlayableH]formationDIAMONDb]dataTypeGroupsideWestEntities]Attributescid,atlOffsetcitemsItem0]Item1_Item2 aItem3obcdataTypeObjectPositionInfo{^sideWestflagsAttributes^id(typeB_Soldier_TL_FatlOffset_positionXCEBd:Eangles;:C@^skill?rankCORPORALinit [this, ["faction", "LDF_90_SN"], ["gear", "FTL"], ["marker", "C2", "ColorGreen"]] call hull3_unit_fnc_init;descriptionLDF - Charlie 2 Fireteam Leader@Charlie 2isPlayable_dataTypeObjectPositionInfo`sideWestflagsAttributesK`id)typeB_soldier_AR_FatlOffset6 apositionCEB:Eangles:C@;K`skill?rankCORPORALinit [this, ["faction", "LDF_90_SN"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionLDF - Charlie 2 Automatic Rifleman@Charlie 2isPlayable adataTypeObjectPositionInfo|asideWestflagsAttributesaid*typeB_Soldier_A_FobpositionzC+EB\:Eangles.+#;:C@v@askill?init[this, ["faction", "LDF_90_SN"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionLDF - Charlie 2 Assistant Automatic Rifleman@Charlie 2isPlayableobdataTypeObjectPositionInfobsideWestflagsAttributescid+typeB_soldier_LAT_Fcposition CUEB:Eangles.+#;:C@v@cskill?init[this, ["faction", "LDF_90_SN"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionLDF - Charlie 2 Rifleman (AT)@Charlie 2isPlayablecformationDIAMONDcdataTypeGroupsideWestEntities)dAttributesjid/7jitemsItem0\dItem1eItem2dgjdataTypeObjectPositionInfodsideWestflagsAttributeseid-typeB_Soldier_SL_Feposition־C+GBz9Eanglesg;T;G@L<eskill?rankSERGEANTinit [this, ["faction", "LDF_90_SN"], ["gear", "SL"], ["marker", "DSL", "ColorBrown"]] call hull3_unit_fnc_init;descriptionLDF - Delta Squad Leader [JIP]@Delta SLisPlayableedataTypeObjectPositionInfoNfsideWestflagsAttributesfid.typeB_medic_FdgpositionvCFB9Eangles#<T;G@;fskill?rankCORPORALinit [this, ["faction", "LDF_90_SN"], ["gear", "Medic"], ["marker", "DM", "ColorBrown"]] call hull3_unit_fnc_init;descriptionLDF - Delta Squad Medic [JIP]@Delta SLisPlayabledg dataTypeObjectPositionInfogsideWestflagsAttributes3hidutypeB_soldier_AT_FatlOffset7CustomAttributeshjpositionC7GB9Eanglesg;T;G@߻u<3hskill?initcall{[this, ["faction", "LDF_90_SN"], ["gear", "MATG"]] call hull3_unit_fnc_init;}descriptionLDF - Delta AT Gunner [JIP]@Delta SLisPlayablehAttribute0iAttribute1inAttributesjpropertyspeakerexpression_this setspeaker _value;ValueeiidatauiisingleTypeSTRINGvalueMale05ENGipropertypitchexpression_this setpitch _value;ValueijdataijsingleTypeSCALARvalueff?jformationDIAMOND7jdataTypeGroupsideWestEntitiesjAttributespid4atlOffset6pitemsItem0jItem1ilItem2mItem3[opdataTypeObjectPositionInfoPksideWestflagsAttributeskid0typeB_Soldier_TL_FatlOffset6ilposition CFB2 :EanglesL<T;G@߻utypeB_Helipilot_FNposition5C0DB[9Eangles;۰@@xskill?rankSERGEANTinit [this, ["faction", "LDF_90_SN"], ["gear", "P"], ["marker", "TH1", "ColorOrange"]] call hull3_unit_fnc_init;descriptionLDF - TH 1 Pilot (Mi-171Sh)@TH 1isPlayableNdataTypeObjectPositionInfosideWestflagsAttributesid?typeB_helicrew_FpositionC;DB?9Eangles;۰@v@skill?init[this, ["faction", "LDF_90_SN"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionLDF - TH 1 Crew@TH 1isPlayabledataTypeObjectPositionInfosideWestflagsAttributes5id@typeB_helicrew_F΄positionCRDBw@9Eangles;۰@@5skill?init[this, ["faction", "LDF_90_SN"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionLDF - TH 1 Crew@TH 1isPlayable΄formationDIAMONDdataTypeGroupsideWestEntities2AttributesidEitemsItem0eItem1Item23dataTypeObjectPositionInfoՅsideWestflagsAttributes idBtypeB_Helipilot_FpositionDCDB:Eangles;{@; skill?rankSERGEANTinit [this, ["faction", "LDF_90_SN"], ["gear", "P"], ["marker", "TH2", "ColorOrange"]] call hull3_unit_fnc_init;descriptionLDF - TH 2 Pilot (Mi-171Sh)@TH 2isPlayabledataTypeObjectPositionInfobsideWestflagsAttributesidCtypeB_helicrew_FatlOffset3positionվC1DB:Eangles;{@;skill?init[this, ["faction", "LDF_90_SN"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionLDF - TH 2 Crew@TH 2isPlayable3dataTypeObjectPositionInfosideWestflagsAttributesidDtypeB_helicrew_FatlOffsetpositionC(DB:Eangles.+#;{@;skill?init[this, ["faction", "LDF_90_SN"], ["gear", "PCM"]] call hull3_unit_fnc_init;descriptionLDF - TH 2 Crew@TH 2isPlayableformationDIAMONDdataTypeGroupsideWestEntitiesAttributes[idIatlOffsetuitemsItem0*Item1Item2[dataTypeObjectPositionInfosideWestflagsAttributesidFtypeB_Helipilot_FatlOffsetpositionNC,DB;Eangles.+#;j6@#<skill?rankCORPORALinit [this, ["faction", "LDF_90_SN"], ["gear", "P"], ["marker", "TH3", "ColorOrange"]] call hull3_unit_fnc_init;descriptionLDF - TH 3 Pilot (Mi-171Sh) [JIP]@TH 3isPlayabledataTypeObjectPositionInfo>sideWestflagsAttributesvidGtypeB_helicrew_FatlOffset6positionC1DB*|@$skill?%?lockUNLOCKEDinitcall{ [this, ["faction", "LDF_90_SN"], ["gear", "Truck"]] call hull3_unit_fnc_init;}Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value$data4singleTypeSTRINGvalue[[[["arifle_MSBS65_ico_pointer_f","launch_NLAW_F","FirstAidKit","Medikit"],[4,2,20,2]],[["30Rnd_65x39_caseless_msbs_mag","200Rnd_65x39_cased_Box_Red","1Rnd_HE_Grenade_shell","NLAW_F","HandGrenade","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["B_Carryall_eaf_F"],[8]]],false] dataTypeObjectPositionInfo5sideEmptyflagsAttributesmidgtypeCUP_I_T810_Refuel_LDFatlOffsetCustomAttributespositionCٙNBI7Eangles#>@mskill?lockUNLOCKEDinitcall{ [this, ["faction", "LDF_90_SN"], ["gear", "Truck"]] call hull3_unit_fnc_init;}Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuemdata}singleTypeSTRINGvalue[[[["arifle_MSBS65_ico_pointer_f","launch_NLAW_F","FirstAidKit","Medikit"],[4,2,20,2]],[["30Rnd_65x39_caseless_msbs_mag","200Rnd_65x39_cased_Box_Red","1Rnd_HE_Grenade_shell","NLAW_F","HandGrenade","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,4,10,2,4,4,4,4]],[["ToolKit"],[1]],[["B_Carryall_eaf_F"],[8]]],false]dataTypeLayernameModulesEntities,idzatlOffset1itemsItem0_Item1Item2dataTypeLogicPositionInfoareaSize@8@fAareaIsRectangleflagsid{typeModuleHideTerrainObjects_FCustomAttributes=positionC`FB9Eangles@LF@.@=Attribute0uAttribute1nAttributesproperty#filterexpression_this setVariable ["#filter",_value]ValuedatasingleTypeSCALARvaluepAproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueadataqsingleTypeBOOLvaluedataTypeLogicPositionInfoid typeARK_Make_SentryatlOffsetCustomAttributes$positionbE׶iB}E$Attribute0LnAttributespropertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];ValuedatasingleTypeBOOLvaluedataTypeLogicPositionInfo_id typeARK_Clear_VehicleatlOffset6positionbEhBEdataTypeMarkerpositionV`aEsB "Enamemkr_nymantypeEmptyid|atlOffsetT9dataTypeLayernameNymanstateEntities?id}atlOffset?ȉitemsItem0rItem1!Item2 XȉdataTypeLayernameAdmiralEntitiesidatlOffset0!itemsItem0Item1!dataTypeLayernamePatrolEntities3idatlOffset0itemsItem0Item1)Item2Item3gItem4Item5Item6\dataTypeLogicPositionInfoidWtypeAdmiral_PatrolZoneatlOffset6CustomAttributes$)positionjtEZB!E$ Attribute0Attribute1Attribute2AAttribute3Attribute4Attribute5RAttribute6Attribute7Attribute8Attribute9mnAttributes )propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value]datamsingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value AdataAsingleTypeSCALARvalueApropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuemdata}singleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueRdata.RsingleTypeBOOLvalueRpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value{datasingleTypeSCALARvalue@@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value:mdataJmsingleTypeSTRINGvaluempropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value)data)singleTypeSTRINGvalue)dataTypeTriggerpositionUbETuBa"EAttributesidVtypeEmptyDetectorAreaR250conditioncall{true;}sizeAzCsizeBzCdataTypeTriggerpositionbEqTB~ EAttributes1idtypeEmptyDetectorAreaR250gconditioncall{true;}sizeACsizeBBgdataTypeTriggerpositionvaE'mB6EAttributesidtypeEmptyDetectorAreaR250conditioncall{true;}sizeACsizeBBdataTypeTriggerpositionMEMXB\o"Eangle?Attributes{idtypeEmptyDetectorAreaR250conditioncall{true;}sizeACsizeBBdataTypeTriggerpositiondvE-WB!Eangle7U?Attributes&idtypeEmptyDetectorAreaR250\conditioncall{true;}sizeACsizeBB\dataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributespositionoEdBk/E Attribute0Attribute1JAttribute2Attribute3Attribute4]Attribute5 Attribute6Attribute7Attribute8kAttribute9'nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueJdata'JsingleTypeSTRINGvalueJpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuevdatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value']data7]singleTypeSCALARvalueB]propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value data singleTypeBOOLvalue propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuejdatazsingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value5kdataEksingleTypeSCALARvalue?kpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value'data'singleTypeSTRINGvalue'propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLayernameCounterEntities0idatlOffset0!itemsItem0Item1xItem2Item3Item4Item5Item64Item7Item8Item9eItem10 Item11Item12Item13 Item14!dataTypeGroupsideCivilianEntitiesJAttributesrid atlOffset0xitemsItem0rItem1rdataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositionu^zEfIB"EdataTypeWaypointpositioncETiB*"EEffectslshowWPNEVERidtypeMoverrxdataTypeGroupsideCivilianEntitiesAttributesidatlOffset0itemsItem0Item1dataTypeObjectPositionInfomsideCivilianflagsAttributesidtypeC_Bob_VRpositionZaE9{BM;EdataTypeWaypointpositioncE>RiB"EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesbAttributesidatlOffset0itemsItem0Item1dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositionwGESBg!EdataTypeWaypointpositioncEPiB*"EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributesidatlOffset0itemsItem0Item1dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositioncEMBEdataTypeWaypointpositionocE[jB1"EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitieszAttributesidatlOffset0¨itemsItem0Item17dataTypeObjectPositionInfosideCivilianflagsAttributes1idtypeC_Bob_VR7positionCMEձAB6dD17dataTypeWaypointpositionndEgB0!EEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributes.idatlOffset04itemsItem0.Item1.dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRpositionՈETBFDdataTypeWaypointpositionkdEgBT#!EEffects(showWPNEVERid typeMove..4dataTypeTriggerpositioncEKBzEAttributesid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_nyman_counter}sizeApAsizeBpAdataTypeTriggerpositionGGE6T^BD!EAttributesWid typeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_nyman_counter}sizeApAsizeBpAdataTypeTriggerpositioñaE~BtxxME@BDAttributesidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_nyman_counter}sizeApAsizeBpAdataTypeTriggerpositionETB#DAttributesCidtypeEmptyDetectorAreaR50conditioncall{triggeractivated tgr_nyman_counter}sizeApAsizeBpAdataTypeLogicPositionInfoid!typeAdmiral_OndemandCampZoneCustomAttributes positionOE LBfDAttribute0Attribute1Attribute2Attribute3JAttribute4Attribute5Attribute6uAttribute7DAttribute8Attribute9Attribute10Attribute11WAttribute12Attribute13nAttributes propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value]datamsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueJdata$JsingleTypeSCALARvalueBJpropertyAdmiral_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];ValueAudataQusingleTypeBOOLvalueupropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueDdataDsingleTypeSCALARvalue@DpropertyAdmiral_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];Value\datalsingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value!Wdata1WsingleTypeSCALARvalueWpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valuep  data  singleTypeSTRINGvalue dataTypeLogicPositionInfo id"typeAdmiral_OndemandCampZoneatlOffsetCustomAttributes; positionEHTBD; Attribute07 Attribute1 Attribute2 Attribute3g Attribute4Attribute5Attribute6Attribute7aAttribute8Attribute9Attribute10Attribute11tAttribute125Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value  data  singleTypeSTRINGvalue propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuez  data  singleTypeSCALARvalue propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value1 g dataA g singleTypeSCALARvalueBg propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value data singleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValuedatasingleTypeSCALARvalue ApropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value^datansingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value+adata;asingleTypeSCALARvalueapropertyAdmiral_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];ValueydatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value>tdataNtsingleTypeSCALARvaluetpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value5data5singleTypeSCALARvalue?5propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLogicPositionInfo(id#typeAdmiral_OndemandCampZoneCustomAttributesH!position=EPBaEHAttribute0DAttribute1Attribute2Attribute3tAttribute4+Attribute5Attribute6Attribute7nAttribute8(Attribute9Attribute10Attribute11Attribute12B Attribute13 !nAttributes!propertyAdmiral_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];Value>tdataNtsingleTypeSCALARvalueBtpropertyAdmiral_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];Value8ndataHnsingleTypeSCALARvaluenpropertyAdmiral_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];ValueKdata[singleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value B data B singleTypeSCALARvalueB 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!dataTypeLayernameSentry AIEntities"idatlOffset0 X(items'Item0#Item1%Item2'Item3A(Item4q)Item5*Item6+Item7,Item8-Item9/Item10E0Item11u1Item122Item133Item145Item156Item168Item17[9Item18:Item19;Item20=Item217>Item22w?Item23@Item24AItem25CItem26TDItem27EItem28FItem29HItem30;IItem31zJItem32KItem33LItem34NItem35?OItem36hUItem37VItem38BW XdataTypeGroupsideEastEntitiesa$Attributes(%CrewLinks.%idatlOffset0%itemsItem0~$(%dataTypeObjectPositionInfo%sideEastflagsAttributes"%idtypeMNP_RO3_Soldier_FatlOffset`(%positionbE'TfBRE"%(%.%LinkIDProviderS%Linksf%%nextIDf%itemsItem0%%linkIDitem0item1CustomData%%roleturretPath%dataTypeGroupsideEastEntities;&Attributes 'idatlOffset0'itemsItem0X& 'dataTypeObjectPositionInfo&sideEastflagsAttributes'idtypeMNP_RO3_Soldier_MG 'position`ErB!Eanglesl,'?' ''dataTypeGroupsideEastEntitiesk'Attributes;(idatlOffset0A(itemsItem0';(dataTypeObjectPositionInfo'sideEastflagsAttributes5(idtypeMNP_RO3_Soldier_AT;(position{`ErBEanglesĦ@5(;(A(dataTypeGroupsideEastEntities(Attributesk)idatlOffset0q)itemsItem0(k)dataTypeObjectPositionInfo-)sideEastflagsAttributese)idtypeMNP_RO3_Soldier_ARk)positionaEW;hBEangles$?e)k)q)dataTypeGroupsideEastEntities)Attributes*idatlOffset0 *itemsItem0)*dataTypeObjectPositionInfo\*sideEastflagsAttributes*idtypeMNP_RO3_Soldier_F*position'*bEW;hBoEanglesrȘ?***dataTypeGroupsideEastEntities*Attributes+idatlOffset0·+itemsItem0++dataTypeObjectPositionInfo+sideEastflagsAttributes+idtypeMNP_RO3_Soldier_F+position^EI]BE+++dataTypeGroupsideEastEntities,Attributes,idatlOffset0,itemsItem0.,,dataTypeObjectPositionInfo,sideEastflagsAttributes,idtypeMNP_RO3_Soldier_MG,positionI^EhB7E,,,dataTypeGroupsideEastEntities)-Attributes-idatlOffset0-itemsItem0F--dataTypeObjectPositionInfo-sideEastflagsAttributes-idtypeMNP_RO3_Soldier_F-positionay_EhBE---dataTypeGroupsideEastEntities@.Attributes/idatlOffset0/itemsItem0]./dataTypeObjectPositionInfo.sideEastflagsAttributes /idtypeMNP_RO3_Soldier_AT/position<^EhBϔEangles@ ///dataTypeGroupsideEastEntitiesp/Attributes?0idatlOffset0E0itemsItem0/?0dataTypeObjectPositionInfo0sideEastflagsAttributes90idtypeMNP_RO3_Soldier_O?0position*^EhBEanglesZ@90?0E0dataTypeGroupsideEastEntities0Attributeso1idatlOffset0u1itemsItem00o1dataTypeObjectPositionInfo11sideEastflagsAttributesi1idtypeMNP_RO3_Soldier_ARo1positionO<_EhBEangles M@i1o1u1dataTypeGroupsideEastEntities1Attributes2idatlOffset0¤2itemsItem012dataTypeObjectPositionInfo`2sideEastflagsAttributes2idtypeMNP_RO3_Soldier_F2position^EhB| EanglesC*@222dataTypeGroupsideEastEntities2Attributes3idatlOffset03itemsItem033dataTypeObjectPositionInfo3sideEastflagsAttributes3idtypeMNP_RO3_Soldier_F3positionk_EhBʻEangles%?333dataTypeGroupsideEastEntities-4Attributes4idatlOffset05itemsItem0J44dataTypeObjectPositionInfo4sideEastflagsAttributes4idtypeMNP_RO3_Soldier_AT4positionR|_EhBsEangles ?445dataTypeGroupsideEastEntitiesl5Attributes#6CrewLinks)6idatlOffset06itemsItem05#6dataTypeObjectPositionInfo5sideEastflagsAttributes6idtypeMNP_RO3_Soldier_F#6positionabEBOE6#6)6LinkIDProviderN6Linksa66nextIDa6itemsItem0~66linkIDitem0item1CustomData66roleturretPath6dataTypeGroupsideEastEntities67Attributes8idatlOffset08itemsItem0S78dataTypeObjectPositionInfo7sideEastflagsAttributes8idtypeMNP_RO3_Soldier_ARatlOffset@-?8position (bE[qBXEangles8)@888dataTypeGroupsideEastEntitiesv8AttributesU9idatlOffset0[9itemsItem08U9dataTypeObjectPositionInfo9sideEastflagsAttributesO9idtypeMNP_RO3_Soldier_FatlOffset`َ?U9positionbE[qB Eanglesj@O9U9[9dataTypeGroupsideEastEntities9Attributes:idatlOffset0š:itemsItem09:dataTypeObjectPositionInfoV:sideEastflagsAttributes:idtypeMNP_RO3_Soldier_FatlOffseth<:positionsaEmB]Eangles?:::dataTypeGroupsideEastEntities:Attributes;idatlOffset0;itemsItem0;;dataTypeObjectPositionInfo;sideEastflagsAttributes;idtypeMNP_RO3_Soldier_FatlOffsetC=;position aEmBEangles?;;;dataTypeGroupsideEastEntities3<Attributes=idatlOffset0=itemsItem0P<=dataTypeObjectPositionInfo<sideEastflagsAttributes<idtypeMNP_RO3_Soldier_F=positionf`EgmB Eangles!?<==dataTypeGroupsideEastEntitiesb=Attributes1>idatlOffset07>itemsItem0=1>dataTypeObjectPositionInfo=sideEastflagsAttributes+>idtypeMNP_RO3_Soldier_F1>positionFaEkB-HEangles=?+>1>7>dataTypeGroupsideEastEntities>Attributesq?idatlOffset0w?itemsItem0>q?dataTypeObjectPositionInfo3?sideEastflagsAttributesk?idtypeMNP_RO3_Soldier_ATatlOffsetP8q?position`EHSkB=Eanglesrc@k?q?w?dataTypeGroupsideEastEntities?Attributes@idatlOffset0¦@itemsItem0?@dataTypeObjectPositionInfob@sideEastflagsAttributes@idtypeMNP_RO3_Soldier_F@position_E[fB[$Eangles]?@@@dataTypeGroupsideEastEntitiesAAttributesAidatlOffset0AitemsItem0AAdataTypeObjectPositionInfoAsideEastflagsAttributesAid typeMNP_RO3_Soldier_FAposition_EafBEanglest@AAAdataTypeGroupsideEastEntities/BAttributesCid atlOffset0CitemsItem0LBCdataTypeObjectPositionInfoBsideEastflagsAttributes Cid typeMNP_RO3_Soldier_MGatlOffset>CpositionjNDpositionvbE,IbBEanglesS7@HDNDTDdataTypeGroupsideEastEntitiesDAttributesEidatlOffset0“EitemsItem0DEdataTypeObjectPositionInfoOEsideEastflagsAttributesEidtypeMNP_RO3_Soldier_FatlOffsetL?EpositionaE,IbBUEangles^@EEEdataTypeGroupsideEastEntitiesEAttributesFidatlOffset0FitemsItem0 FFdataTypeObjectPositionInfoFsideEastflagsAttributesFidtypeMNP_RO3_Soldier_ATatlOffsetY=Fposition~bE,IbBLEangles"?FFFdataTypeGroupsideEastEntities-GAttributes HidatlOffset0HitemsItem0JG HdataTypeObjectPositionInfoGsideEastflagsAttributesHidtypeMNP_RO3_Soldier_ATatlOffset\> HpositionXbEnBՈ Eanglesy@H HHdataTypeGroupsideEastEntitiesmHAttributes5IidatlOffset0;IitemsItem0H5IdataTypeObjectPositionInfoIsideEastflagsAttributes/IidtypeMNP_RO3_Soldier_ARatlOffset <5IpositionbEnB, E/I5I;IdataTypeGroupsideEastEntitiesIAttributestJidatlOffset0zJitemsItem0ItJdataTypeObjectPositionInfo6JsideEastflagsAttributesnJidtypeMNP_RO3_Soldier_FatlOffset>tJpositionbEnB Eanglesb$?nJtJzJdataTypeGroupsideEastEntitiesJAttributesKidatlOffset0¹KitemsItem0JKdataTypeObjectPositionInfouKsideEastflagsAttributesKidtypeMNP_RO3_Soldier_OatlOffsetFs>KpositionnbEnB~ Eanglesm @KKKdataTypeGroupsideEastEntitiesLAttributesLidatlOffset0LitemsItem00LLdataTypeObjectPositionInfoLsideEastflagsAttributesLidtypeMNP_RO3_Soldier_ARatlOffsetn>LpositionbEnBrH Eanglesn8@LLLdataTypeGroupsideEastEntitiesSMAttributes NidKatlOffset0NitemsItem0pM NdataTypeObjectPositionInfoMsideEastflagsAttributesNidLtypeMNP_RO3_Soldier_O Nposition2xaEOtB))EN NNdataTypeGroupsideEastEntitiesjNAttributes9OidMatlOffset0?OitemsItem0N9OdataTypeObjectPositionInfoNsideEastflagsAttributes3OidNtypeMNP_RO3_Soldier_F9Oposition[aE-tBa)Eangles~>3O9O?OdataTypeGroupsideEastEntitiesOAttributesbUidOatlOffset0hUitemsItem0ObU dataTypeObjectPositionInfoPPsideEastflagsAttributesPidPtypeMNP_RO3_Soldier_OatlOffset0@CustomAttributesSbUpositionaE }Bo)Eanglesd-?PInventoryPShandgunQuniformwQvestRgogglesCUP_G_TK_RoundGlasses_blkheadgearCUP_H_RUS_Beret_SpetsnazSnameCUP_hgun_MakarovprimaryMuzzleMagCQwQnameCUP_8Rnd_9x18_Makarov_MammoLeftwQtypeNameMNP_CombatUniform_RO3_ShisBackpackMagazineCargoQItemCargoRRitemsItem0RItem1;RItem2nRRnameHandGrenadecountammoLeft;RnameSmokeShellcountammoLeftnRnameCUP_8Rnd_9x18_Makarov_McountammoLeftRitemsItem0RRnameFirstAidKitcountRtypeNameCUP_V_RUS_Smersh_2isBackpackMagazineCargo8SSitemsItem0USSnameCUP_8Rnd_9x18_Makarov_McountammoLeftSAttribute0SAttribute1cTAttribute2TnAttributesbUpropertyspeakerexpression_this setspeaker _value;Value'TcTdata7TcTsingleTypeSTRINGvalueMale03RUScTpropertypitchexpression_this setpitch _value;ValueTTdataTTsingleTypeSCALARvalue?Tpropertyfaceexpression_this setface _value;Value#UbUdata3UbUsingleTypeSTRINGvalueWhiteHead_09bUhUdataTypeGroupsideEastEntitiesUAttributesyVidQatlOffset0VitemsItem0UyVdataTypeObjectPositionInfoSVsideEastflagsAttributessVidRtypeMNP_RO3_Soldier_FyVpositionZaEY }B;=)EsVyVVdataTypeObjectPositionInfoWsideEastflagsAttributesBWpositionabECqB"OEanglesB,=,epositions_E!rB2EanglesS@edisableSimulation,edataTypeObjectPositionInfoesideEmptyAttributeseidtypeLand_WoodenCrate_01_stack_x5_FatlOffset>fpositionS_E!rBEanglesxI?edisableSimulationfdataTypeObjectPositionInfofsideEmptyflagsAttributesfidtypeplp_ctm_ForkliftStcOliveAfposition4__E ]rB Eangles!<@fdisableSimulationfdataTypeObjectPositionInfoTgsideEmptyflagsAttributesgidtypeWaterPump_01_forest_Fgposition__EpB.Eangles@gcreateAsSimpleObjectdisableSimulationgdataTypeObjectPositionInfo>hsideEmptyflagsAttributesvhidtypeWaterPump_01_forest_Fhposition[Z_EpBvEangles@vhcreateAsSimpleObjectdisableSimulationhdataTypeObjectPositionInfo)isideEmptyflagsAttributesaiidtypeCUP_O_MTLB_pk_Green_RUuipositionu.^E4tBkEanglesq=ailockLOCKEDuidataTypeObjectPositionInfoisideEmptyAttributes%jidtypeCUP_O_UAZ_AMB_RUatlOffset` @9jposition'a^E5lBlEanglesa@%jlockLOCKED9jdataTypeObjectPositionInfojsideEmptyflagsAttributesjidtypeCUP_O_Ural_RUjpositionk^EXsuBlEanglesc5@jlockLOCKEDjdataTypeObjectPositionInfomksideEmptyflagsAttributeskidtypeCUP_O_Ural_Empty_RUkpositionm _E tBJrEanglesY5@klockLOCKEDkdataTypeObjectPositionInfo.lsideEmptyflagsAttributesflidtypeCUP_O_BMP2_AMB_RUzlposition "^EqB]Eangles=fllockLOCKEDzldataTypeObjectPositionInfolsideEmptyflagsAttributes'midtypeCUP_O_Pchela1T_RU;mposition/_EmBEangles 6.@'mlockLOCKED;mdataTypeObjectPositionInfomsideEmptyflagsAttributesmidtypeCUP_O_BRDM2_ATGM_RUSmposition^EtB2Eangles(Ж?mlockLOCKEDmdataTypeObjectPositionInfoxnsideEmptyAttributesnidtypeCUP_O_UAZ_Open_RUatlOffsetH?npositionS^E5lB$MEnlockLOCKEDndataTypeObjectPositionInfo2osideEmptyflagsAttributesjoidtypeCUP_O_Ural_ZU23_RUatlOffset6~oposition[`Ec wB/Eangles}j<s?@jolockLOCKED~odataTypeObjectPositionInfopsideEmptyflagsAttributes9pidtypeCUP_O_UAZ_AA_RUatlOffset^ӽMppositionԆ`EB{kB9EanglesKQ@"? ;9plockLOCKEDMpdataTypeObjectPositionInfopsideEmptyflagsAttributesqidtypeCUP_O_Ural_RUatlOffset75>qpositionyaEXCtBGEangles @Q@qlockLOCKEDqdataTypeObjectPositionInfoqsideEmptyflagsAttributesqidtypeCUP_O_Ural_Open_RUatlOffsetSX>qpositionԒ`EIvBjEanglesnݰ<C?]@qlockLOCKEDqdataTypeObjectPositionInfosrsideEmptyflagsAttributesridtypeCUP_O_Ural_Empty_RUatlOffset`>rpositionTaEzuBEangles @@rlockLOCKEDrdataTypeObjectPositionInfoGssideEmptyflagsAttributessidtypeCUP_O_Ural_Refuel_RUatlOffsetXsposition(BaEYtBaEanglesy@0O@L<slockLOCKEDsdataTypeObjectPositionInfotsideEmptyflagsAttributesStidtypeCUP_O_Ural_Refuel_RUatlOffset9gtposition| aEtBEangles|@0O@g;StlockLOCKEDgtdataTypeObjectPositionInfotsideEmptyflagsAttributes'uidtypeCUP_O_Ural_Refuel_RUatlOffset;uposition`EtBEangles@0O@;'ulockLOCKED;udataTypeObjectPositionInfousideEmptyflagsAttributesuidtypeCUP_O_Ural_Refuel_RUatlOffsetԹvpositionډ`EtBEangles@0O@.+#;ulockLOCKEDvdataTypeObjectPositionInfovsideEmptyflagsAttributesvidtypeLand_Caravan_01_rust_FvpositionbEUqBjEanglesHz@vvdataTypeObjectPositionInfoposition}raES~BN)Eangles@dataTypeObjectPositionInfosideEmptyflagsAttributes‰idtypeCUP_O_UAZ_Unarmed_RUatlOffset;ȉposition`ErB*Eangles@@f@_<‰ȉdataTypeMarkerpositionBEDDB\FDnamemkr_kettulatypeEmptyidatlOffset 93dataTypeLayernameKettulastateEntitiesidatlOffset;=7itemsItem0Item1Item2=7dataTypeLayernameSet DressingEntitiesidatlOffset0¯!items Item0Item1`Item2&Item3Item4ԏItem5SItem6ΔItem7IItem8șItem9Item10RItem11&Item12Item13ΝItem14Item15oItem16?Item17Item18Item19Item20wItem21>Item22Item23Item24Item25\Item26Item27ΨItem28Item29:Item30Item31dataTypeObjectPositionInfosideEmptyAttributesLidtypeCUP_O_BTR80_CAMO_RUatlOffsetK?`positionEMB HDangles\@LlockLOCKED`dataTypeObjectPositionInfoڍsideEmptyflagsAttributesidtypeCUP_O_MTLB_pk_Green_RU&positioniELJBoDanglesm@lockLOCKED&dataTypeObjectPositionInfosideEmptyflagsAttributesΎidtypeCUP_O_T72_RUposition3EBKB#Dangleso@ΎlockLOCKEDdataTypeObjectPositionInfoUsideEmptyflagsAttributesidtypeCUP_O_BMP_HQ_RUԏpositionE2ZBDanglesbe@lockLOCKEDreceiveRemoteTargetsreportOwnPositionԏdataTypeObjectPositionInfofsideEmptyAttributesidtypeCUP_O_Ural_Reammo_RUatlOffset@&?CustomAttributesSpositionn EuLB#Danglesu@Tۇ@~;lockLOCKEDAttribute0ڐnAttributesSpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value4SdataDSsingleTypeSTRINGvalue[[[["CUP_arifle_AKS74U","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_CivPack_WDL"],[4]]],false]SdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_Ural_Reammo_RUCustomAttributes-ΔpositionկELB"DanglesP@Tۇ@#F@lockLOCKED-Attribute0UnAttributesΔpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueΔdataΔsingleTypeSTRINGvalue[[[["CUP_arifle_AKS74U","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_CivPack_WDL"],[4]]],false]ΔdataTypeObjectPositionInfo\sideEmptyflagsAttributesidtypeCUP_O_Ural_Reammo_RUCustomAttributesIpositionKEzLBa!DanglesoI<Tۇ@y@lockLOCKEDAttribute0ЕnAttributesIpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value*Idata:IsingleTypeSTRINGvalue[[[["CUP_arifle_AKS74U","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_CivPack_WDL"],[4]]],false]IdataTypeObjectPositionInfoۗsideEmptyAttributesidtypeCUP_O_Ural_Reammo_RUatlOffset>CustomAttributes'șpositionEכLBt"DanglesB<Tۇ@(@lockLOCKED'Attribute0OnAttributesșpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueșdatașsingleTypeSTRINGvalue[[[["CUP_arifle_AKS74U","CUP_launch_RPG18","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_545x39_AK_M","CUP_RPG18_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_CivPack_WDL"],[4]]],false]șdataTypeObjectPositionInfo>sideEmptyAttributesvidrtypeCUP_O_BTR60_RUatlOffset ?positionQ=EOB?KDanglesPf;a@idstypeCUP_O_BTR80A_CAMO_RUatlOffset ?RpositionEGPBEMDangles p'@>lockLOCKEDRdataTypeObjectPositionInfoڛsideEmptyflagsAttributesidjtypeCUP_O_UAZ_Unarmed_RUatlOffsetl߽&position0mEIBQDangles)@lockLOCKED&dataTypeObjectPositionInfosideEmptyflagsAttributesidmtypeCUP_O_UAZ_Unarmed_RUatlOffsetpositionEpositionײEIBRDanglesz~@lockLOCKEDdataTypeObjectPositionInfosideEmptyflagsAttributesΡidqtypeCUP_O_Ural_Open_RUatlOffsetJ>positionEQB GDanglesQ!@9ΡlockLOCKEDdataTypeObjectPositionInfojsideEmptyflagsAttributesidgtypeCUP_O_UAZ_Unarmed_RUatlOffset=position-EBBE_Dangles-?lockLOCKEDdataTypeObjectPositionInfo+sideEmptyAttributescidhtypeCUP_O_Ural_RUatlOffset?wpositionfExMBl ZDangles@ @>position!E0BLB \Dangles\6@ @*lockLOCKED>dataTypeObjectPositionInfosideEmptyflagsAttributesidftypeCUP_O_MI6T_RUatlOffsetposition(EEBqDangles#<?_@y@lockLOCKEDtexturesRussia1dataTypeObjectPositionInfosideEmptyflagsAttributesޥidwtypeCUP_O_Ural_Refuel_RUatlOffsetposition8OE@BˉpDangles#< >v@ޥlockLOCKEDdataTypeObjectPositionInfoksideEmptyflagsAttributesidztypeCUP_RUBasicWeaponsBoxposition)EoCB%Dangles,@dataTypeObjectPositionInfosideEmptyflagsAttributesVid{typeCUP_RUOrdnanceBox\positionLEc>CBp%Danglesm?V\dataTypeObjectPositionInfoקsideEmptyflagsAttributesidytypeCUP_RUSpecialWeaponsBoxpositionEKCBH%DanglesU@dataTypeObjectPositionInfosideEmptyflagsAttributesȨid}typeCUP_RUSpecialWeaponsBoxΨposition`EKCBh%Dangles#,@ȨΨdataTypeObjectPositionInfoBsideEmptyflagsAttributeszidxtypeCUP_RUVehicleBoxposition\EVGB%Dangles@zdataTypeObjectPositionInfosideEmptyflagsAttributes4id|typeCUP_RUBasicAmmunitionBox:positionSE: DB%Dangles`׎?4:dataTypeObjectPositionInfosideEmptyflagsAttributesidctypeCUP_Winter_obj_fortified_nest_bigposition*EϪEB8Dangleso@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesҫiddtypeCUP_Winter_obj_fortified_nest_bigposition#E:?BgDanglesƘS@ҫdisableSimulationdataTypeObjectPositionInfoqsideEmptyflagsAttributesidetypeFlagCarrierRUatlOffsetpositionbE-SBSE5Dangles1?dataTypeLayernameAdmiralEntitiesidatlOffset0itemsItem0/Item1Item2dataTypeLayernamePatrolEntities{idatlOffset0±itemsItem0ڭItem1Item2Item3۷Item4Item5aItem6*dataTypeTriggerposition)EEB)CDAttributesCidtypeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_nyman_counter;}sizeAzCsizeBzCdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributesposition(Eu3Bq>D Attribute0ѯAttribute1Attribute26Attribute3Attribute4Attribute5GAttribute6Attribute7۴Attribute8Attribute9bnAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueRdatabsingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value6data6singleTypeSCALARvalue6propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuebdatarsingleTypeSCALARvalueBpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueGdata#GsingleTypeBOOLvalueGpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueسdatasingleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value۴data۴singleTypeSCALARvalue?۴propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValuepdatasingleTypeSCALARvalue@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value/bdata?bsingleTypeSTRINGvaluebpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeTriggerpositionۮECCB4CAttributesidtypeEmptyDetectorAreaR250۷conditioncall{triggeractivated tgr_nyman_counter;}sizeACsizeBB۷dataTypeTriggerpositionĮEO8B@DAttributesDidtypeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_nyman_counter;}sizeACsizeBBdataTypeTriggerpositionE2BHFBDangle]?Attributes idtypeEmptyDetectorAreaR250aconditioncall{triggeractivated tgr_nyman_counter;}sizeACsizeBBadataTypeTriggerposition>E4BmDDangleC?AttributesֹidtypeEmptyDetectorAreaR250*conditioncall{triggeractivated tgr_nyman_counter;}sizeACsizeBB*dataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributespositionE/BBoD Attribute0dAttribute1Attribute2ɼAttribute3zAttribute4+Attribute5ھAttribute6Attribute7nAttribute89Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueɼdataɼsingleTypeSCALARvalueɼpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueDzdataTzsingleTypeSCALARvalueBzpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value+data+singleTypeSCALARvalueB+propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueھdataھsingleTypeBOOLvalueھpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Valuekdata{singleTypeSCALARvaluepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value8ndataHnsingleTypeSCALARvaluenpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value9data9singleTypeSCALARvalue@9propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value~datasingleTypeSTRINGvaluedataTypeLayernameCQCEntitiesidatlOffset0µ items Item0oItem1YItem2CItem3-Item4Item5Item6Item7Item8MdataTypeTriggerposition+EKDB+8Dangle/ݸ@AttributesidtypeEmptyDetectorAreaR50atlOffset>Yconditioncall{triggeractivated tgr_nyman_counter;}sizeAN@sizeBT@isRectangleYdataTypeTriggerposition8EABX DangleD@AttributesidtypeEmptyDetectorAreaR50atlOffset&>Cconditioncall{triggeractivated tgr_nyman_counter;}sizeA|AsizeBBAisRectangleCdataTypeTriggerpositionE?B))DangleD@AttributesidtypeEmptyDetectorAreaR50atlOffsetd=-conditioncall{triggeractivated tgr_nyman_counter;}sizeAvAsizeBAisRectangle-dataTypeTriggerpositionEconditioncall{triggeractivated tgr_nyman_counter;}sizeAN@sizeBT@isRectangledataTypeTriggerpositionIEB.@BdDanglek$@AttributesidtypeEmptyDetectorAreaR50atlOffset@<;conditioncall{triggeractivated tgr_nyman_counter;}sizeA@sizeBT@isRectangledataTypeTriggerposition}E`ABXDanglez`2@AttributesidtypeEmptyDetectorAreaR50atlOffsetconditioncall{triggeractivated tgr_nyman_counter;}sizeAN@sizeBǸ@isRectangledataTypeTriggerpositionޯEʟGBODangle@AttributesoidtypeEmptyDetectorAreaR50atlOffsetȼconditioncall{triggeractivated tgr_nyman_counter;}sizeAN@sizeBAisRectangledataTypeLogicPositionInfoDidtypeAdmiral_CqcZoneatlOffset6CustomAttributesdMpositionE_j;BFDd Attribute0 Attribute1Attribute2sAttribute3!Attribute4Attribute5}Attribute6)Attribute7Attribute8nAttributes MpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value=sdataMssingleTypeSCALARvaluespropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value!data!singleTypeSCALARvalue!propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueG}dataW}singleTypeSCALARvalueB}propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value)data)singleTypeBOOLvalue)propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValuedatasingleTypeSCALARvalue@propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueadataqsingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueMdata*MsingleTypeSTRINGvalueMdataTypeLogicPositionInfoidtypeAdmiral_CqcZoneCustomAttributespositionoEϝBBjL;D Attribute0tAttribute1%Attribute2Attribute3Attribute47Attribute5Attribute6Attribute7CAttribute8nAttributes 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];ValueSdatacsingleTypeSCALARvaluepropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value7data7singleTypeSCALARvalueB7propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value]datamsingleTypeBOOLvaluepropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value CdataCsingleTypeSCALARvalue@ACpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatasingleTypeSTRINGvaluepropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLayernameCounterEntitiesidatlOffset0itemsItem0Item1Item28Item3EItem4Item5]Item6Item7uItem8Item9Item10 Item11 Item121 Item13 Item14 Item15nItem16-Item17Item18Item19jItem20)dataTypeLogicPositionInfonidJtypeAdmiral_OndemandCampZoneCustomAttributespositionuUE_1Bd;2DAttribute0Attribute1LAttribute2Attribute3Attribute4qAttribute50Attribute6Attribute7Attribute8nAttribute9;Attribute10Attribute11Attribute12Attribute13QnAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueLdata)LsingleTypeSTRINGvalueLpropertyAdmiral_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;qdataKqsingleTypeSCALARvalueBqpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value0data 0singleTypeSCALARvalue A0propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatasingleTypeBOOLvaluepropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value~datasingleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value;ndataKnsingleTypeSTRINGvaluenpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value;data;singleTypeSCALARvalue;propertyAdmiral_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];ValueRdatabsingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueQdata+QsingleTypeSCALARvalueQpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatasingleTypeSTRINGvaluedataTypeLogicPositionInfo{idHtypeAdmiral_OndemandCampZoneCustomAttributes8positionV{E&m@B/-Cangles.@?L<Attribute0Attribute1qAttribute2(Attribute3Attribute4Attribute5UAttribute6 Attribute7Attribute8Attribute9`Attribute10'Attribute11Attribute12Attribute13vnAttributes8propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value>qdataNqsingleTypeSTRINGvalueqpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value(data(singleTypeSCALARvalue(propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value`datapsingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueUdata/UsingleTypeSCALARvalue AUpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value data singleTypeBOOLvalue propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value`datapsingleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value*`data:`singleTypeSCALARvalue?`propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value'data'singleTypeSCALARvalue'propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuewdatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value@vdataPvsingleTypeSCALARvaluevpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value8data8singleTypeSTRINGvalue8dataTypeLogicPositionInfoidItypeAdmiral_OndemandCampZoneCustomAttributesEposition9E{1BIDAttribute0Attribute1~Attribute25Attribute3Attribute4Attribute5bAttribute6Attribute7Attribute8Attribute9mAttribute104Attribute11Attribute12Attribute13nAttributesEpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueK~data[~singleTypeSTRINGvalue~propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value5data5singleTypeSCALARvalue5propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatasingleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuemdata}singleTypeSCALARvalueBpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value,bdata<bsingleTypeSCALARvalue AbpropertyAdmiral_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];Valuemdata}singleTypeSTRINGvaluepropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value7mdataGmsingleTypeSCALARvaluempropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value4data4singleTypeSCALARvalue4propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatasingleTypeSCALARvaluepropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatasingleTypeSCALARvalue?propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueMdata]singleTypeSCALARvalue@propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueEdata"EsingleTypeSTRINGvalueEdataTypeGroupsideCivilianEntitiesAttributesid-atlOffset0itemsItem0Item1`dataTypeObjectPositionInfo:sideCivilianflagsAttributesZid.typeC_Bob_VR`position(Ed2B-CCZ`dataTypeWaypointpositionk,ET>DBxY=DEffectsshowWPNEVERid/typeMovedataTypeGroupsideCivilianEntities/AttributesWid0atlOffset0]itemsItem0WItem1WdataTypeObjectPositionInfosideCivilianflagsAttributesid1typeC_Bob_VRpositionEWCBDdataTypeWaypointposition+E=DBT=DEffectsQshowWPNEVERid2typeMoveWW]dataTypeGroupsideCivilianEntitiesAttributesid3atlOffset0itemsItem0Item1xdataTypeObjectPositionInfoRsideCivilianflagsAttributesrid4typeC_Bob_VRxpositionE}JBҁDrxdataTypeWaypointpositionn,E=DB0U=DEffectsshowWPNEVERid5typeMovedataTypeGroupsideCivilianEntitiesGAttributesoid6atlOffset0uitemsItem0oItem1odataTypeObjectPositionInfosideCivilianflagsAttributesid7typeC_Bob_VRposition|EE;B泳CdataTypeWaypointposition.EBDB=DEffectsishowWPNEVERid8typeMoveooudataTypeGroupsideCivilianEntitiesAttributesid9atlOffset0itemsItem0Item1dataTypeObjectPositionInfojsideCivilianflagsAttributesid:typeC_Bob_VRpositionE>B&!CdataTypeWaypointposition=)EDDBX=DEffectsshowWPNEVERid;typeMovedataTypeGroupsideCivilianEntities_Attributesid<atlOffset0itemsItem0Item1dataTypeObjectPositionInfosideCivilianflagsAttributesid=typeC_Bob_VRposition—EGABfCdataTypeWaypointposition&E7DB=DEffectsshowWPNEVERid>typeMovedataTypeGroupsideCivilianEntitiesAttributes id?atlOffset0 itemsItem0Item1 dataTypeObjectPositionInfosideCivilianflagsAttributesid@typeC_Bob_VRposition³E?:BjDdataTypeWaypointposition.E3CDBX=DEffects showWPNEVERidAtypeMove   dataTypeGroupsideCivilianEntitiesw Attributes idBatlOffset0¥ itemsItem0 Item14  dataTypeObjectPositionInfo sideCivilianflagsAttributes. idCtypeC_Bob_VR4 positionxEFEBD. 4 dataTypeWaypointpositione!Eh8DB;=DEffects showWPNEVERidDtypeMove   dataTypeGroupsideCivilianEntities Attributes+ idEatlOffset01 itemsItem0+ Item1 + dataTypeObjectPositionInfo sideCivilianflagsAttributes idFtypeC_Bob_VR positionۤEfJBԒD  dataTypeWaypointposition%E=DBp=DEffects% showWPNEVERidGtypeMove+ + 1 dataTypeTriggerpositionʲEB1B@8CAttributes id$typeEmptyDetectorAreaR250 conditioncall{triggeractivated tgr_kettula_counter;}sizeAAsizeBA dataTypeTriggerpositionE"MB|DAttributesY id%typeEmptyDetectorAreaR250 conditioncall{triggeractivated tgr_kettula_counter;}sizeApAsizeBpA dataTypeTriggerpositionEHBиDAttributesid&typeEmptyDetectorAreaR250nconditioncall{triggeractivated tgr_kettula_counter;}sizeApAsizeBpAndataTypeTriggerpositionгE:BDAttributesid'typeEmptyDetectorAreaR250-conditioncall{triggeractivated tgr_kettula_counter;}sizeApAsizeBpA-dataTypeTriggerposition,/E;BCAttributesid(typeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_kettula_counter;}sizeApAsizeBpAdataTypeTriggerposition E*\9B`$CAttributesUid)typeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_kettula_counter;}sizeApAsizeBpAdataTypeTriggerpositionE YABCAttributesid*typeEmptyDetectorAreaR250jconditioncall{triggeractivated tgr_kettula_counter;}sizeApAsizeBpAjdataTypeTriggerpositionpEXJBDAttributesid+typeEmptyDetectorAreaR250)conditioncall{triggeractivated tgr_kettula_counter;}sizeAAsizeBA)dataTypeTriggerposition4ECBHDAttributesid,typeEmptyDetectorAreaR250conditioncall{triggeractivated tgr_kettula_counter;}sizeAAsizeBAdataTypeLayernameSentry AIEntities7idatlOffset0=7itemsItem0Item1tItem2MItem3|Item4Item5Item6Item7"Item8Item9"!Item10a"Item11#Item12$Item13&Item14?'Item15g(Item16)Item17*Item18+Item19,Item20.Item21,/Item22/Item230Item24p1Item252Item263Item274Item286=7dataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffset0titemsItem0!dataTypeObjectPositionInfosideEastflagsAttributesidtypeMNP_RO3_Soldier_FpositionE4WBJ#DLinkIDProviderLinkstnextIDitemsItem0tlinkIDitem0item1tCustomDataQtroleturretPathtdataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffset0MitemsItem0dataTypeObjectPositionInfonsideEastflagsAttributesidtypeMNP_RO3_Soldier_FpositionEdB4(DLinkIDProviderLinksMnextIDitemsItem0MlinkIDitem0item1uCustomData*MroleturretPathMdataTypeGroupsideEastEntitiesAttributesvidatlOffset0|itemsItem0vdataTypeObjectPositionInfo8sideEastflagsAttributespidtypeMNP_RO3_Soldier_FvpositionECB`#Dangles?pv|dataTypeGroupsideEastEntitiesAttributesidatlOffset0“itemsItem0dataTypeObjectPositionInfogsideEastflagsAttributesidtypeMNP_RO3_Soldier_OpositionECBr$DdataTypeGroupsideEastEntitiesAttributesidatlOffset0itemsItem0 dataTypeObjectPositionInfosideEastflagsAttributesidtypeMNP_RO3_Soldier_MGpositionbEVFB BDangles{@dataTypeGroupsideEastEntitiesAttributesidatlOffset0itemsItem0:dataTypeObjectPositionInfosideEastflagsAttributesidtypeMNP_RO3_Soldier_OpositionWEVFBdADangles#@dataTypeGroupsideEastEntitiesLAttributesidatlOffset0"itemsItem0idataTypeObjectPositionInfosideEastflagsAttributesidtypeMNP_RO3_Soldier_ATpositionERQB|CDanglesB@"dataTypeGroupsideEastEntitiesAttributesBCrewLinksHidatlOffset0itemsItem0BdataTypeObjectPositionInfosideEastflagsAttributes<idtypeMNP_RO3_Soldier_FBpositionȰEBED<BHLinkIDProvidermLinksnextIDitemsItem0linkIDitem0item1vCustomDataroleturretPathdataTypeGroupsideEastEntitiesU Attributes!idatlOffset0"!itemsItem0r !dataTypeObjectPositionInfo sideEastflagsAttributes!idtypeMNP_RO3_Soldier_FatlOffsetw<!position ǰEdGBl6OD!!"!dataTypeGroupsideEastEntities|!Attributes["idatlOffset0a"itemsItem0!["dataTypeObjectPositionInfo"sideEastflagsAttributesU"idtypeMNP_RO3_Soldier_FatlOffset7["positionX#EFBOLDangles{<@U"["a"dataTypeGroupsideEastEntities"Attributes#idatlOffset0¡#itemsItem0"#dataTypeObjectPositionInfo]#sideEastflagsAttributes#idtypeMNP_RO3_Soldier_ARatlOffset9#positionEHBWIDangles71@###dataTypeGroupsideEastEntities#Attributes$idatlOffset0$itemsItem0$$dataTypeObjectPositionInfo$sideEastflagsAttributes$idtypeMNP_RO3_Soldier_F$positionE"IBFDanglesz@$$$dataTypeGroupsideEastEntities*%Attributes &idatlOffset0&itemsItem0G% &dataTypeObjectPositionInfo%sideEastflagsAttributes&idtypeMNP_RO3_Soldier_FatlOffsetƉ? &positionEdCBT(Dangles@& &&dataTypeGroupsideEastEntitiesi&Attributes9'idatlOffset0?'itemsItem0&9'dataTypeObjectPositionInfo&sideEastflagsAttributes3'idtypeMNP_RO3_Soldier_AR9'positionڙE)EB1 Dangles@3'9'?'dataTypeGroupsideEastEntities'Attributesa(idatlOffset0g(itemsItem0'a(dataTypeObjectPositionInfo;(sideEastflagsAttributes[(idtypeMNP_RO3_Soldier_ATatlOffset@/positionEuiB1(DanglesY@//dataTypeObjectPositionInfot0sideEastflagsAttributes0idvtypeCUP_O_KORD_high_RUatlOffsetY>0positiondǰEUBvEDanglesl@00dataTypeObjectPositionInfo21sideEastflagsAttributesj1idttypeCUP_O_ZU23_RUatlOffsetL@p1positionE`_BxF#Dangles@j1p1dataTypeGroupsideEastEntities1Attributes2idatlOffset0 2itemsItem012dataTypeObjectPositionInfo\2sideEastflagsAttributes2idtypeMNP_RO3_Soldier_MG2positionE^BDangles>222dataTypeGroupsideEastEntities2Attributes3idatlOffset03itemsItem033dataTypeObjectPositionInfo3sideEastflagsAttributes3idtypeMNP_RO3_Soldier_FatlOffset63positionx?Et]BwDangles]?333dataTypeGroupsideEastEntities94Attributes4idatlOffset04itemsItem0V44dataTypeObjectPositionInfo4sideEastflagsAttributes4idtypeMNP_RO3_Soldier_F4position_ήEkCBD444dataTypeGroupsideEastEntitiesP5Attributes6idatlOffset06itemsItem0m56dataTypeObjectPositionInfo5sideEastflagsAttributes6idtypeMNP_RO3_Soldier_AT6positionwEkCBcD666dataTypeGroupsideEastEntitiesh6Attributes77idatlOffset0=7itemsItem0677dataTypeObjectPositionInfo6sideEastflagsAttributes17idtypeMNP_RO3_Soldier_F77positionギEkCBjuDangles"@1777=7dataTypeMarkerpositionۋEZBAEnamemkr_hoopakkatypeEmptyidatlOffset7dataTypeLayernameHoopakkastateEntities8idatlOffsetD,SitemsItem068Item1fItem2cdataTypeLayernameAdmiralEntities8idatlOffset0fitemsItem08Item1RNItem2+dfdataTypeLayernamePatrolEntities9idatlOffset0RNitemsItem0a9Item1AItem2BItem3vCItem45DItem5EItem6ERNdataTypeLogicPositionInfo9idtypeAdmiral_PatrolZoneatlOffsetCustomAttributes9Aposition3܎EMBkFE9 Attribute0:Attribute1_;Attribute2<Attribute3<Attribute4r=Attribute5!>Attribute6>Attribute7?Attribute8@Attribute9data=!>singleTypeBOOLvalue!>propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value>>data>>singleTypeSCALARvalue>propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value??data??singleTypeSCALARvalue??propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueJ@@dataZ@@singleTypeSCALARvalue@@propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value A^conditioncall{triggeractivated tgr_kettula_counter;}sizeA AsizeB AisRectangle^dataTypeTriggerposition E`BJEangleyz>AttributesB_idtypeEmptyDetectorAreaR250_conditioncall{triggeractivated tgr_kettula_counter;}sizeA AsizeB AisRectangle_dataTypeTriggerpositionbELYB@vHEangleb?Attributes/`idtypeEmptyDetectorAreaR250atlOffset;=`conditioncall{triggeractivated tgr_kettula_counter;}sizeACAsizeBV{1AisRectangle`dataTypeTriggerpositionWEXBf'DEangle(@Attributes aidtypeEmptyDetectorAreaR250taconditioncall{triggeractivated tgr_kettula_counter;}sizeACAsizeB1AisRectangletadataTypeTriggerposition8ESWBFEangle~)@AttributesaidtypeEmptyDetectorAreaR250atlOffset,abconditioncall{triggeractivated tgr_kettula_counter;}sizeA_AsizeBHAisRectangleabdataTypeTriggerpositionE}XBIEangle@AttributesbidtypeEmptyDetectorAreaR250atlOffsetXNcconditioncall{triggeractivated tgr_kettula_counter;}sizeAl2AsizeBb@isRectangleNcdataTypeTriggerpositionE9jBMEangle!@AttributescidtypeEmptyDetectorAreaR250+dconditioncall{triggeractivated tgr_kettula_counter;}sizeACAsizeBV{1AisRectangle+ddataTypeLayernameCounterEntitiesxdidatlOffset0fitemsItem0eItem1gItem2hItem3,jItem4kItem5wlItem66mItem7mItem8nItem9zItem10Item11Item12dItem13#Item14Item15nItem16Item17Item18Item19Item20֜Item21SfdataTypeGroupsideCivilianEntitieseAttributesgidQatlOffset0gitemsItem0fItem1fgdataTypeObjectPositionInfo}fsideCivilianflagsAttributesfidRtypeC_Bob_VRfpositionE{E PB8(EffdataTypeWaypointposition EXBaIEEffectsgshowWPNEVERid[typeMovegggdataTypeGroupsideCivilianEntitiesrgAttributeshidSatlOffset0 hitemsItem0gItem1/hhdataTypeObjectPositionInfo hsideCivilianflagsAttributes)hidTtypeC_Bob_VR/hpositionEKBvE)h/hdataTypeWaypointposition EXBaIEEffectshshowWPNEVERid\typeMovehhhdataTypeGroupsideCivilianEntitieshAttributes&jidUatlOffset0,jitemsItem0&iItem1i&jdataTypeObjectPositionInfoisideCivilianflagsAttributesiidVtypeC_Bob_VRipositionʼnE"B?kiEiidataTypeWaypointposition EXBaIEEffects jshowWPNEVERid]typeMove&j&j,jdataTypeGroupsideCivilianEntitiesjAttributeskidYatlOffset0¸kitemsItem0jItem1GkkdataTypeObjectPositionInfo!ksideCivilianflagsAttributesAkidZtypeC_Bob_VRGkpositionE$;SB7LEAkGkdataTypeWaypointposition EXBaIEEffectskshowWPNEVERid^typeMovekkkdataTypeTriggerpositionEFSB3EAttributes lidMtypeEmptyDetectorAreaR50wlconditioncall{triggeractivated tgr_hoopakka_counter;}sizeAAsizeBAwldataTypeTriggerpositionE$B9CjEAttributeslidNtypeEmptyDetectorAreaR506mconditioncall{triggeractivated tgr_hoopakka_counter;}sizeAAsizeBA6mdataTypeTriggerpositionɀEm^JBxEAttributesmidOtypeEmptyDetectorAreaR50mconditioncall{triggeractivated tgr_hoopakka_counter;}sizeAAsizeBAmdataTypeTriggerpositionS"{E,:PB'EAttributes]nidPtypeEmptyDetectorAreaR50nconditioncall{triggeractivated tgr_hoopakka_counter;}sizeAAsizeBAndataTypeLogicPositionInfooidKtypeAdmiral_OndemandCampZoneCustomAttributesItem10mItem11Item12ܻItem13cdataTypeObjectPositionInfosideEastflagsAttributes&idtypeCUP_O_BTR80A_WINTER_RUatlOffset,positionoE3kB' LEangles@@&,dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_UAZ_MG_RUatlOffsetNpositiont?EXjZB@KEangles.@m@#<dataTypeGroupsideEastEntitiesUAttributesCrewLinks"idatlOffset0էitemsItem0rdataTypeObjectPositionInfosideEastflagsAttributesidtypeMNP_RO3_Soldier_FatlOffsetm>position͆EcBLE"LinkIDProviderGLinksZէnextIDZitemsItem0wէlinkIDitem0item1CustomDataէroleturretPathէdataTypeGroupsideEastEntities>Attributes CrewLinksidatlOffset0ƩitemsItem0[ dataTypeObjectPositionInfoϨsideEastflagsAttributesidtypeMNP_RO3_Soldier_F position?E5ZBeAKEangles.@m@#< LinkIDProvider8LinksKƩnextIDKitemsItem0hƩlinkIDitem0item1CustomDataƩroleturretPathƩdataTypeGroupsideEastEntities Attributes%idatlOffset0+itemsItem0=% dataTypeObjectPositionInfoתsideEastflagsAttributesidtypeMNP_RO3_Soldier_FatlOffsetƳ@CustomAttributesT%positiondEXrB#KEanglesJ @Inventory$ThandgununiformmapItemMapcompassItemCompasswatchItemWatchradioItemRadioheadgearCUP_H_RUS_ZSH_Shield_UpTnameCUP_hgun_MakarovprimaryMuzzleMagnameCUP_8Rnd_9x18_Makarov_MammoLefttypeNameCUP_U_O_SLA_Overalls_PilotisBackpackMagazineCargovItemCargoTitemsItem0Item1ҬnameHandGrenadecountammoLeftҬnameCUP_8Rnd_9x18_Makarov_McountammoLeftitemsItem0/TnameFirstAidKitcountTAttribute0Attribute1"Attribute2nAttributes%propertyspeakerexpression_this setspeaker _value;Value"data"singleTypeSTRINGvalueMale01RUS"propertypitchexpression_this setpitch _value;ValuehdataxsingleTypeSCALARvalue?propertyfaceexpression_this setface _value;Value%data%singleTypeSTRINGvalueusm_WhiteHead_06%+dataTypeGroupsideEastEntitiesAttributesidatlOffset0¯itemsItem0 dataTypeObjectPositionInfo<sideEastflagsAttributestidtypeMNP_RO3_Soldier_FatlOffset:CustomAttributesܲpositionViEXrBKEanglesW?tInventoryܲhandgun9uniformmapItemMapcompassItemCompasswatchItemWatchradioItemRadiogogglesCUP_G_TK_RoundGlasses_blkheadgearCUP_H_RUS_Beret_SpetsnazܲnameCUP_hgun_MakarovprimaryMuzzleMagmnameCUP_8Rnd_9x18_Makarov_MammoLefttypeNameMNP_CombatUniform_RO3_RgisBackpackMagazineCargoItemCargoܲitemsItem0&Item1ZnameHandGrenadecountammoLeftZnameCUP_8Rnd_9x18_Makarov_McountammoLeftitemsItem0ܲnameFirstAidKitcountܲAttribute0$Attribute1Attribute2&nAttributespropertyspeakerexpression_this setspeaker _value;Valuendata~singleTypeSTRINGvalueMale02RUSpropertypitchexpression_this setpitch _value;Value&data&singleTypeSCALARvalue33s?&propertyfaceexpression_this setface _value;ValuejdatazsingleTypeSTRINGvalueWhiteHead_27dataTypeGroupsideEastEntities AttributesٵidatlOffset0ߵitemsItem0&ٵdataTypeObjectPositionInfosideEastflagsAttributesӵidtypeMNP_RO3_Soldier_ARٵpositionEx^BVyMEanglesx@ӵٵߵdataTypeGroupsideEastEntities9Attributes idatlOffset0itemsItem0V dataTypeObjectPositionInfo˶sideEastflagsAttributesidtypeMNP_RO3_Soldier_AT positionɏEx^BfMEangles'? dataTypeGroupsideEastEntitiesiAttributes8idatlOffset0>itemsItem08dataTypeObjectPositionInfosideEastflagsAttributes2idtypeMNP_RO3_Soldier_O8position\vE`Bs,LEanglesؐ@28>dataTypeGroupsideEastEntitiesAttributesgidatlOffset0mitemsItem0gdataTypeObjectPositionInfo)sideEastflagsAttributesaidtypeMNP_RO3_Soldier_Fgposition"dE`BKEanglesų@agmdataTypeGroupsideEastEntitiesǹAttributesidatlOffset0itemsItem0dataTypeObjectPositionInfoYsideEastflagsAttributesidtypeMNP_RO3_Soldier_ATpositionEkXrB+KEanglesqS?dataTypeGroupsideEastEntitiesAttributesֻidatlOffset0ܻitemsItem0ֻdataTypeObjectPositionInfosideEastflagsAttributesлidtypeMNP_RO3_Soldier_FatlOffsetֻposition͐ETYB'JEanglesr@лֻܻdataTypeGroupsideEastEntitiesEAttributesCrewLinksidatlOffset0µitemsItem0bdataTypeObjectPositionInfoּsideEastflagsAttributesidtypeMNP_RO3_Soldier_FpositiongEx(|Bi}HELinkIDProvider'Links:nextID:itemsItem0WlinkIDitem0item1CustomDataroleturretPathdataTypeObjectPositionInfo%sideEastflagsAttributes]idtypeCUP_O_ZU23_RUcpositiongEB|HEanglesR@]cdataTypeLayernameSet DressingEntitiesidatlOffset0 items Item0*Item1Item2.Item3Item4Item5Item6\Item7Item8dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeFlagCarrierRUatlOffsetpositionMEEΪoB KEangles7Y@ dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_Ka60_Grey_RUatlOffset:CustomAttributes.position>EERbBAJEangles@@v@lockLOCKEDpylons;;Attribute0nAttributes.propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value_.datao.singleTypeSTRINGvalue[[[["CUP_arifle_AKS74U","FirstAidKit"],[1,4]],[["CUP_30Rnd_545x39_AK_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false].dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_UAZ_Unarmed_RUatlOffsetpositionEXBIEanglesl@[A@~@lockLOCKEDdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_UAZ_Unarmed_RUatlOffsetpositionYEXBpIEangles@DU@W@lockLOCKEDdataTypeObjectPositionInfoNsideEmptyflagsAttributesidtypeCUP_O_Ural_Refuel_RUpositionJ͐EiaBݕJEangles@jD6@ l@lockLOCKEDdataTypeObjectPositionInfosideEmptyflagsAttributesVidtypeCUP_O_UAZ_AMB_RUatlOffsetL;\positionꈌEv`B+yKEanglesA@V\dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_UAZ_SPG9_RUatlOffsetx =position;rEz`BBKEanglesx@dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_UAZ_AGS30_RUatlOffsetB=position_Ez`BJEangles@dataTypeObjectPositionInfoxsideEmptyflagsAttributesidtypeCUP_Winter_obj_fortified_nest_bigatlOffsetpositionٍE#aBIEangles @disableSimulationdataTypeLayernameSpawning & CleanupstateEntities2idYatlOffsetP@8itemsItem0{Item1PItem2Item3Item4z8dataTypeTriggerposition`E:lB#EAttributesidXtypeEmptyDetectorAreaR50atlOffset ->Pnametgr_nyman_countersizeBy CsizeC AactivationByWESTisRectanglePdataTypeTriggerpositionEDB BDangle&@AttributesidtypeEmptyDetectorAreaR50nametgr_kettula_counterconditioncall{this}onActivationcall{if (isServer) then {[tgr_cleanup_1] call ark_fnc_cleanUpAI;};}sizeBy CsizeC AactivationByWESTisRectangledataTypeTriggerpositionEW-^BOJEAttributesidtypeEmptyDetectorAreaR250atlOffset@L@nametgr_hoopakka_counterconditioncall{this}onActivationcall{if (isServer) then {[tgr_cleanup_2] call ark_fnc_cleanUpAI;};}sizeABsizeC AisRectangledataTypeTriggerposition-aEBckB?!EAttributes5idtypeEmptyDetectorAreaR250atlOffsetznametgr_cleanup_1sizeACsizeBCisRectanglezdataTypeTriggerpositionӮE=B(?DAttributesidtypeEmptyDetectorAreaR250atlOffset/8nametgr_cleanup_2sizeACsizeBCisRectangle8dataTypeMarkerposition'AC#[EB78Enamemkr_rearmtypeEmptyidvatlOffset8dataTypeLogicPositionInfoidwtypeARK_ACE_RearmpositiondC0EB48ELinkIDProvider-Links@snextID@itemsItem0Item1Item2fItem3Item4Item5MItem6Item7Item84Item9Item10Item11Item12hItem13Item14Item15OItem16Item17Item186Item19Item20Item21Item22jItem23Item24Item25QItem26Item27Item288Item29Item30Item31Item32lItem33Item34Item35SItem36Item37Item38:Item39Item40Item41!Item42nItem43Item44Item45UItem46Item47Item48<Item49Item50Item51#Item52pItem53Item54 Item55WItem56Item57Item58>Item59Item60Item61%Item62rItem63Item64 Item65YItem66Item67Item68@Item69Item70Item71'Item72tItem73Item74Item75[Item76Item77Item78BItem79Item80Item81)Item82vItem83Item84Item85]Item86Item87Item88DItem89Item90Item91+Item92xItem93Item94Item95_Item96Item97Item98FItem99Item100Item101-Item102zItem103Item104Item105aItem106Item107Item108HItem109Item110Item111/Item112|Item113Item114Item115cItem116Item117Item118JItem119Item120Item1211Item122~Item123Item124Item125eItem126Item127Item128LItem129Item130Item1313Item132Item133Item134Item135gItem136Item137Item138NItem139Item140Item1415Item142Item143Item144Item145iItem146Item147Item148PItem149Item150Item1517Item152Item153Item154Item155kItem156Item157Item158RItem159Item160Item1619Item162Item163Item164 Item165m Item166 Item167 Item168T Item169 Item170 Item171; Item172 Item173 Item174" Item175o Item176 Item177 Item178V Item179 Item180 Item181=Item182Item183Item184$Item185qItem186Item187 Item188XItem189Item190Item191?Item192Item193Item194&slinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomDataTftypeSyncflinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomData;MtypeSyncMlinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomData"4typeSync4linkIDitem0item1 CustomDataotypeSynclinkID item0item1 CustomDatatypeSynclinkID item0item1 CustomData typeSynclinkID item0item1 CustomDataVhtypeSynchlinkID item0item1 CustomDatatypeSynclinkID item0item1 CustomDatatypeSynclinkIDitem0item1 CustomData=OtypeSyncOlinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomData$6typeSync6linkIDitem0item1 CustomDataqtypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomData typeSynclinkIDitem0item1 CustomDataXjtypeSyncjlinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomData?QtypeSyncQlinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomData&8typeSync8linkIDitem0item1 CustomDatastypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomData typeSynclinkIDitem0item1 CustomDataZltypeSyncllinkID item0item1 CustomDatatypeSynclinkID!item0item1 CustomDatatypeSynclinkID"item0item1 CustomDataAStypeSyncSlinkID#item0item1 CustomDatatypeSynclinkID$item0item1 CustomDatatypeSynclinkID%item0item1 CustomData(:typeSync:linkID&item0item1 CustomDatautypeSynclinkID'item0item1 CustomDatatypeSynclinkID(item0item1 CustomData!typeSync!linkID)item0item1 CustomData\ntypeSyncnlinkID*item0item1 CustomDatatypeSynclinkID+item0item1 CustomDatatypeSynclinkID,item0 item1 CustomDataCUtypeSyncUlinkID-item0 item1 CustomDatatypeSynclinkID.item0item1 CustomDatatypeSynclinkID/item0item1 CustomData*<typeSync<linkID0item0item1 CustomDatawtypeSynclinkID1item0item1 CustomDatatypeSynclinkID2item0item1 CustomData#typeSync#linkID3item0item1 CustomData^ptypeSyncplinkID4item0item1 CustomDatatypeSynclinkID5item0item1 CustomData typeSync linkID6item0Litem1 CustomDataEWtypeSyncWlinkID7item0Nitem1 CustomDatatypeSynclinkID8item0Pitem1 CustomDatatypeSynclinkID9item0Ritem1 CustomData,>typeSync>linkID:item0Witem1VCustomDataytypeSynclinkID;item0titem1 CustomDatatypeSynclinkID<item0item1 CustomData%typeSync%linkID=item0uitem1 CustomData`rtypeSyncrlinkID>item0item1 CustomDatatypeSynclinkID?item0item1 CustomData typeSync linkID@item0item1 CustomDataGYtypeSyncYlinkIDAitem0item1 CustomDatatypeSynclinkIDBitem0item1 CustomDatatypeSynclinkIDCitem0item1 CustomData.@typeSync@linkIDDitem0vitem1 CustomData{typeSynclinkIDEitem0item1 CustomDatatypeSynclinkIDFitem0item1 CustomData'typeSync'linkIDGitem0item1 CustomDatabttypeSynctlinkIDHitem0item1 CustomDatatypeSynclinkIDIitem0item1 CustomDatatypeSynclinkIDJitem0item1 CustomDataI[typeSync[linkIDKitem0item1 CustomDatatypeSynclinkIDLitem0item1 CustomDatatypeSynclinkIDMitem0item1 CustomData0BtypeSyncBlinkIDNitem0item1 CustomData}typeSynclinkIDOitem0item1 CustomDatatypeSynclinkIDPitem0item1 CustomData)typeSync)linkIDQitem0item1 CustomDatadvtypeSyncvlinkIDRitem0item1 CustomDatatypeSynclinkIDSitem0item1 CustomDatatypeSynclinkIDTitem0item1 CustomDataK]typeSync]linkIDUitem0item1 CustomDatatypeSynclinkIDVitem0item1 CustomDatatypeSynclinkIDWitem0item1 CustomData2DtypeSyncDlinkIDXitem0item1 CustomDatatypeSynclinkIDYitem0item1 CustomDatatypeSynclinkIDZitem0item1 CustomData+typeSync+linkID[item0ritem1 CustomDatafxtypeSyncxlinkID\item0sitem1 CustomDatatypeSynclinkID]item0jitem1 CustomDatatypeSynclinkID^item0mitem1 CustomDataM_typeSync_linkID_item0nitem1 CustomDatatypeSynclinkID`item0pitem1 CustomDatatypeSynclinkIDaitem0oitem1 CustomData4FtypeSyncFlinkIDbitem0kitem1 CustomDatatypeSynclinkIDcitem0litem1 CustomDatatypeSynclinkIDditem0qitem1 CustomData-typeSync-linkIDeitem0gitem1 CustomDatahztypeSynczlinkIDfitem0hitem1 CustomDatatypeSynclinkIDgitem0iitem1 CustomDatatypeSynclinkIDhitem0fitem1 CustomDataOatypeSyncalinkIDiitem0witem1 CustomDatatypeSynclinkIDjitem0xitem1 CustomDatatypeSynclinkIDkitem0yitem1 CustomData6HtypeSyncHlinkIDlitem0zitem1 CustomDatatypeSynclinkIDmitem0{item1 CustomDatatypeSynclinkIDnitem0|item1 CustomData/typeSync/linkIDoitem0}item1 CustomDataj|typeSync|linkIDpitem0item1 CustomDatatypeSynclinkIDqitem0item1 CustomDatatypeSynclinkIDritem0item1 CustomDataQctypeSyncclinkIDsitem0item1 CustomDatatypeSynclinkIDtitem0item1 CustomDatatypeSynclinkIDuitem0item1CustomData8JtypeSyncJlinkIDvitem0item1CustomDatatypeSynclinkIDwitem0item1CustomDatatypeSynclinkIDxitem0item1CustomData1typeSync1linkIDyitem0item1CustomDatal~typeSync~linkIDzitem0item1CustomDatatypeSynclinkID{item0item1CustomDatatypeSynclinkID|item0item1CustomDataSetypeSyncelinkID}item0item1 CustomDatatypeSynclinkID~item0item1 CustomDatatypeSynclinkIDitem0item1 CustomData:LtypeSyncLlinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomData!3typeSync3linkIDitem0item1 CustomDatantypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomDataUgtypeSyncglinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomData<NtypeSyncNlinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomData#5typeSync5linkIDitem0item1 CustomDataptypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomData typeSynclinkIDitem0item1 CustomDataWitypeSyncilinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomDatatypeSynclinkIDitem0item1 CustomData>PtypeSyncPlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData%7typeSync7linkIDitem0item1CustomDatartypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSynclinkIDitem0item1CustomDataYktypeSyncklinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData@RtypeSyncRlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData'9typeSync9linkIDitem0item1CustomDatattypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData[ m typeSyncm linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomData  typeSync linkIDitem0item1CustomDataB T typeSyncT linkIDitem0!item1CustomData  typeSync linkIDitem0"item1CustomData  typeSync linkIDitem0 item1#CustomData) ; typeSync; linkIDitem0 item1#CustomDatav  typeSync linkIDitem0 item1#CustomData  typeSync linkIDitem0 item1#CustomData " typeSync" linkIDitem0%item1HCustomData] o typeSynco linkIDitem0&item1HCustomData  typeSync linkIDitem0'item1HCustomData  typeSync linkIDitem0(item1HCustomDataD V typeSyncV linkIDitem0)item1HCustomData  typeSync linkIDitem0*item1HCustomData  typeSync linkIDitem0$item1JCustomData+=typeSync=linkIDitem0,item1JCustomDataxtypeSynclinkIDitem0Iitem1+CustomDatatypeSynclinkIDitem0Mitem1LCustomData$typeSync$linkIDitem0Oitem1LCustomData_qtypeSyncqlinkIDitem0Nitem1KCustomDatatypeSynclinkIDitem0Pitem1KCustomData typeSync linkIDitem0aitem1oCustomDataFXtypeSyncXlinkIDitem0bitem1oCustomDatatypeSynclinkIDitem0_item1oCustomDatatypeSynclinkIDitem0`item1oCustomData-?typeSync?linkIDitem0ritem1pCustomDataztypeSynclinkIDitem0uitem1pCustomDatatypeSynclinkIDitem0hitem1wCustomData&typeSync&linkIDitem0gitem1wCustomDataastypeSyncs{:{9T@m]Nrj