sreVadmiral\admiral.h\edescription.extV`hull3\briefing\blufor.sqf1`hull3\briefing\civilian.sqf_0Xhull3\briefing\indfor.sqf_0Xhull3\briefing\opfor.sqf_0Xhull3\hull3.h M_|hull3\LICENSE_0X8init.sqf_0Xmission.sqm#1`9class Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "MNP_CH_WD"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "MNP_CH_WD"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "MNP_CH_WD"; defaultZoneTemplate = "Cqc"; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "The Fight for Ferrymen Bay"; onLoadMission = "Made with Hull3"; author = "Dextrus"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 47; }; respawn = 0; respawndelay = 3; respawnTemplates[] = {"Hull3_RespawnHandler"}; class Params { class Hull3_Date { title = "Moon Phase"; values[] = {0,1}; texts[] = {"New Moon", "Full Moon"}; default = 1; code = "hull3_mission_date = %1"; }; class Hull3_TimeOfDay { title = "Time of Day"; values[] = {0,1,2,3,4,5,6,7}; texts[] = {"Dawn", "Early Morning", "Morning", "Noon", "Afternoon", "Evening", "Dusk", "Night"}; default = 1; code = "hull3_mission_timeOfDay = %1"; }; class Hull3_Fog { title = "Fog"; values[] = {0,1,2}; texts[] = {"None", "Light", "Heavy"}; default = 0; code = "hull3_mission_fog = %1"; }; class Hull3_Weather { title = "Weather"; values[] = {0,1,2,3,4,5,6,7,8,9}; texts[] = {"Random", "Clear (Calm)", "Clear (Light Winds)", "Clear (Strong Winds)", "Overcast (Calm)", "Overcast (Light Winds)", "Overcast (Strong Winds)", "Rain (Light Winds)", "Rain (Strong Winds)", "Storm"}; default = 6; 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","
After a recent PLA offensive, a US Marine Raider platoon exploiting a target of opportunity has become stranded on Raven Rock, cut off from the main task force. They lack the numbers and equipment to effect a successful amphibious landing and the majority of US forces who might otherwise help are already bogged down in heavy fighting to the south. A Norwegian Army detachment fighting alongside the Americans have gained a foothold in the area and are poised to clear the north-western coast to aid their allies and push back the Chinese before they can dig in.

ENEMY FORCES
Infantry and limited numbers of technicals have been observed in the AO. The enemy is likely to send reenforcements once they know we're here.

FRIENDLY FORCES
Just us. All other units engaged to south. "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
Sweep through Uphill Woods and push PLA forces from entrenched positions along coastline.
Secure Cosyton Sawmill to ease pressure on our allies at Oil Bay. Watch for potential reinforcements from south.
Move through hills around centre of bay and neutralise mortar base near Point Rocks. Enemy likely to attempt recapture of assets, expect counterattack from east. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by Dextrus "]]; // CIVFOR Notes // Situation player createDiaryRecord ["Diary", ["Situation","
*** Insert general information about the situation here.***

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SPECIAL TASKS
*** Insert instructions for specific units here. *** "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
*** Insert information on administration and logistics here. *** "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by "]]; class Hull3 { isEnabled = 1; class Briefing { blufor = "hull3\briefing\blufor.sqf"; opfor = "hull3\briefing\opfor.sqf"; indfor = "hull3\briefing\indfor.sqf"; civilian = "hull3\briefing\civilian.sqf"; }; class Faction { class MNP_NOR_WD { gear = "HK416_NOR"; uniform = "NOR_WD"; }; }; };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.raP5version5EditorDataNaddonsA3_Characters_FA3_Ui_FCUP_Creatures_StaticWeaponsA3_Structures_F_Mil_BagFenceCUP_WheeledVehicles_UAZA3_Soft_F_Beta_Truck_02CUP_Misc3_ConfigA3_Soft_F_Gamma_Truck_02A3_Supplies_F_Heli_CargoNetsA3_Structures_F_Mil_SheltersA3_Modules_F_Curator_Miscark_clear_cargoA3_Modules_Fark_ai_sentryadmiralmnp_opforA3_Supplies_F_Exp_AmmoboxesA3_Structures_F_Mil_BagBunkerA3_Structures_F_Exp_Military_CamonetsA3_Props_F_Orange_Humanitarian_CampsA3_Structures_F_SystemA3_Structures_F_EPA_Civ_ConstructionsA3_Weapons_F_AmmoboxesA3_Props_F_Exp_Commercial_MarketA3_Air_F_Heli_Light_02ace_cargoCUP_WheeledVehicles_LRark_vehicle_texturesA3_Armor_F_Tank_MBT_04AddonsMetaDatarandomSeedScenarioDataCustomAttributesrMission5 moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProvider(Camera;nextIDnextID (nextID^;pos PDgkB iEdir|9)@upW @?6)aside@AaEQ<ListitemsItem0Item1{Item2Item3>Item4Item5Item6Item7Item8] Item9 Item10{ Item11 Item12i Item13 Item14 Item158 Item16 Item17N Item18 Item19eItem20Item21Item22Item23Item24Item25'Item26wclassNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com{classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeapons>classNameA3_Structures_F_MilnameArma 3 - Military Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_WheeledVehicles_UAZnameCUP_WheeledVehicles_UAZclassNameA3_Soft_F_BetanameArma 3 Beta - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameCUP_Misc3_ConfignameCUP_Misc3_ConfigclassNameA3_Soft_F_GammanameArma 3 - Unarmored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.com] classNameA3_Supplies_F_HelinameArma 3 Helicopters - Ammoboxes and SuppliesauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Modules_F_CuratornameArma 3 Zeus Update - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.com{ classNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org classNameA3_Modules_FnameArma 3 Alpha - Scripted ModulesauthorBohemia Interactiveurlhttps://www.arma3.comi classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.org classNameAdmiralnameadmiralauthorKami classNamemnp_opfornamemnp_opfor8 classNameA3_Supplies_F_ExpnameArma 3 Apex - Ammoboxes and SuppliesauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_F_ExpnameArma 3 Apex - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comN classNameA3_Props_F_OrangenameArma 3 Orange - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.com classNameA3_Structures_FnameArma 3 - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comeclassNameA3_Structures_F_EPAnameArma 3 Survive Episode - Buildings and StructuresauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Weapons_FnameArma 3 Alpha - Weapons and AccessoriesauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Props_F_ExpnameArma 3 Apex - Decorative and Mission ObjectsauthorBohemia Interactiveurlhttps://www.arma3.comclassNameA3_Air_FnameArma 3 Alpha - AircraftauthorBohemia Interactiveurlhttps://www.arma3.comclassNameace_cargonameACE3 - CargoauthorACE-Teamurlhttp://ace3mod.com/classNameCUP_WheeledVehicles_LRnameCUP_WheeledVehicles_LR'classNameark_vehicle_texturesnameark_vehicle_texturesauthorARKwclassNameA3_Armor_F_TanknameArma 3 Tank - Armored Land VehiclesauthorBohemia Interactiveurlhttps://www.arma3.comauthorDextrusHeader:wreckRemovalMaxTimeaErgameTypeCoopminPlayersmaxPlayers.rCategory0nameMultiplayerAttribute0Attribute1nAttributespropertyRespawnTemplatesexpressiontrueValuedata!type<valuePtypeARRAYPitemsItem0xItem1datatypevalueEndMissiontypeSTRINGdatatypevalueNonetypeSTRINGpropertyRespawnButtonexpressiontrueValue>dataNtypejvalue?typeSCALARIntelEntitiesiConnections5briefingNameark_co46_ferrymen_bayoverviewTextNorwegian Army clears PLA held coastline. Slot everything, or don't. I'm not your Mum.resistanceWesttimeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayT#Item2&Item3F-Item43Item5:Item6=Item7*DItem8JItem9QItem10WItem11dItem12erItem13~Item14Item15LItem16Item17ҁItem18Item19pItem20?Item21Item22݅Item23Item24{Item25JItem26Item27Item28TItem29 Item30Item31uItem32ɕItem33/Item34Item35_Item36*Item37Item38Item39wItem40.Item41Item42Item43Item44Item45FItem46.Item47Item48Item49Item50ΪItem51ƬItem52Item53]Item54,Item55ҸItem56Item57WItem58bXItem59ڀItem60Item61-Item62S|Item63Item64LItem65Item66Item67Item68Item69Item70v Item71^ Item72F Item73&Item74Item75jItem76+Item77"9Item78~FItem79SItem80_Item81\kItem82wItem83Item84JItem85Item86Item87aItem88Item896Item90Item91Item92Item93Item94Item95Item96Item97{Item98FItem99Item100Item101dataTypeGroupsideWestEntitiesAttributes$#id>#itemsItem0Item1Item2: Item3!$#dataTypeObjectPositionInfoGsideWestflagsAttributesidtypeB_officer_FCustomAttributesjpositionHOD\WBCgEangles?:skill?rankCAPTAINinit [this, ["faction", "MNP_NOR_WD"], ["gear", "CO"], ["marker", "CO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Commanding Officer@COisPlayerisPlayablejAttribute0Attribute13nAttributespropertyspeakerexpression_this setspeaker _value;Value3data3typevalueMale04ENG3typeSTRING3propertypitchexpression_this setpitch _value;Valueydatatypevalue?typeSCALARdataTypeObjectPositionInfo&sideWestflagsAttributes^idtypeB_medic_F: positionDODWBrgEangles?:^skill?rankSERGEANTinit [this, ["faction", "MNP_NOR_WD"], ["gear", "Medic"], ["marker", "COM", "ColorYellow"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Platoon Medic@COisPlayable: dataTypeObjectPositionInfo sideWestflagsAttributes idtypeB_Soldier_F!positionI#dataTypeGroupsideWestEntities#Attributes&id&itemsItem0#Item1:%&dataTypeObjectPositionInfo!$sideWestflagsAttributesY$idtypeB_Soldier_SL_F:%positionFPDWBlhEanglesIv?Y$skill?rankSERGEANTinit [this, ["faction", "MNP_NOR_WD"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Alpha Squad Leader@Alpha SLisPlayable:%dataTypeObjectPositionInfo%sideWestflagsAttributes%idtypeB_medic_F&position=ODWBAhEanglesIv?%skill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Alpha Squad Medic@Alpha SLisPlayable&formationDIAMOND&dataTypeGroupsideWestEntities$'Attributes,-id F-itemsItem0b'Item1(Item2b*Item3+,-dataTypeObjectPositionInfo'sideWestflagsAttributes (id typeB_Soldier_TL_F(positionrODWBkhEanglesIv? (skill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Alpha 1 Fireteam Leader@Alpha 1isPlayable(dataTypeObjectPositionInfoa)sideWestflagsAttributes)id typeB_soldier_AR_Fb*position{NDpWB AhEanglesz@Iv?:)skill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Alpha 1 Automatic Rifleman@Alpha 1isPlayableb*dataTypeObjectPositionInfo*sideWestflagsAttributes +id typeB_Soldier_A_F+positionNDWBhEanglesIv? +skill?init [this, ["faction", "MNP_NOR_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayable+dataTypeObjectPositionInfo@,sideWestflagsAttributesx,id typeB_soldier_LAT_F,-position4ND܈WBdhEanglesz@Iv?:x,skill?init[this, ["faction", "MNP_NOR_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Alpha 1 Rifleman (AT)@Alpha 1isPlayable,-formationDIAMONDF-dataTypeGroupsideWestEntities-Attributes3id3itemsItem0-Item1\/Item20Item3:23dataTypeObjectPositionInfo?.sideWestflagsAttributesw.idtypeB_Soldier_TL_F\/positionpNDWBThEangles4v?w.skill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Alpha 2 Fireteam Leader@Alpha 2isPlayable\/dataTypeObjectPositionInfo/sideWestflagsAttributes0idtypeB_soldier_AR_F0positionMDЉWBdhEangles4v?:0skill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Alpha 2 Automatic Rifleman@Alpha 2isPlayable0dataTypeObjectPositionInfo>1sideWestflagsAttributesv1idtypeB_Soldier_A_F:2position}MDAttributesDid*DitemsItem0E>Item1?Item2FAItem3BDdataTypeObjectPositionInfo>sideWestflagsAttributes>idtypeB_Soldier_TL_F?positionODVWB[JgEangles4v?:>skill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Bravo 1 Fireteam Leader@Bravo 1isPlayable?dataTypeObjectPositionInfoE@sideWestflagsAttributes}@idtypeB_soldier_AR_FFApositionnOODWBkgEangles4v?:}@skill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Bravo 1 Automatic Rifleman@Bravo 1isPlayableFAdataTypeObjectPositionInfoAsideWestflagsAttributesAidtypeB_Soldier_A_FBposition/OD"WBogEangles4v?:Askill?init [this, ["faction", "MNP_NOR_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayableBdataTypeObjectPositionInfo$CsideWestflagsAttributes\CidtypeB_soldier_LAT_FDposition{NDWBKCgEangles4v?:\Cskill?init[this, ["faction", "MNP_NOR_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Bravo 1 Rifleman (AT)@Bravo 1isPlayableDformationDIAMOND*DdataTypeGroupsideWestEntitiestDAttributes}Jid$JitemsItem0DItem1AFItem2GItem3I}JdataTypeObjectPositionInfo#EsideWestflagsAttributes[Eid typeB_Soldier_TL_FAFpositionNDWBgEanglesIv?:[Eskill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Bravo 2 Fireteam Leader@Bravo 2isPlayableAFdataTypeObjectPositionInfoFsideWestflagsAttributesFid!typeB_soldier_AR_FGposition/HNDWB_gEanglesIv?:Fskill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Bravo 2 Automatic Rifleman@Bravo 2isPlayableGdataTypeObjectPositionInfo#HsideWestflagsAttributes[Hid"typeB_Soldier_A_FIposition(NDPWBgEanglesIv?:[Hskill?init [this, ["faction", "MNP_NOR_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayableIdataTypeObjectPositionInfoIsideWestflagsAttributesIid#typeB_soldier_LAT_F}JpositionWitemsItem0QItem1TW dataTypeObjectPositionInfoRsideWestflagsAttributesURid*typeB_Soldier_SL_FatlOffsetP >CustomAttributesBSTposition-ZKDAXBMdEangles?URskill?rankSERGEANTinit [this, ["faction", "MNP_NOR_WD"], ["gear", "SL"], ["marker", "CSL", "ColorGreen"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie Squad Leader [JIP]@Charlie SLisPlayableBSAttribute0zSAttribute1 TnAttributesTpropertyspeakerexpression_this setspeaker _value;ValueS TdataS TtypeSvalueMale08ENG TtypeSTRING Tpropertypitchexpression_this setpitch _value;ValueQTTdataaTTtype}Tvalue\?TtypeSCALART dataTypeObjectPositionInfo$UsideWestflagsAttributes\Uid+typeB_medic_FatlOffsetP >CustomAttributesJVWposition9JDAXB-(dEangles?\Uskill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "Medic"], ["marker", "CM", "ColorGreen"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie Squad Medic [JIP]@Charlie SLisPlayableJVAttribute0VAttribute1WnAttributesWpropertyspeakerexpression_this setspeaker _value;ValueVWdataVWtypeVvalueMale10ENGWtypeSTRINGWpropertypitchexpression_this setpitch _value;ValueYWWdataiWWtypeWvalueG?WtypeSCALARWformationDIAMONDWdataTypeGroupsideWestEntitiesXAttributesdid1atlOffsetP >ditemsItem0LXItem1[Item2^Item3ad dataTypeObjectPositionInfoXsideWestflagsAttributesYid-typeB_Soldier_TL_FatlOffsetP >CustomAttributes Z[positionJDAXBLdEangles?Yskill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "FTL"], ["marker", "C1", "ColorGreen"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie 1 Fireteam Leader [JIP]@Charlie 1isPlayable ZAttribute0TZAttribute1ZAttribute2l[nAttributes[propertyspeakerexpression_this setspeaker _value;ValueZZdataZZtypeZvalueMale10ENGZtypeSTRINGZpropertypitchexpression_this setpitch _value;Value+[l[data;[l[typeW[valuep}?l[typeSCALARl[propertyfaceexpression_this setface _value;Value[[data[[type[value[typeSTRING[ dataTypeObjectPositionInfo\sideWestflagsAttributes\id.typeB_soldier_AR_FatlOffsetP >CustomAttributes]^positionIDAXB@'dEangles?\skill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie 1 Automatic Rifleman [JIP]@Charlie 1isPlayable]Attribute0]Attribute1Y^nAttributes^propertyspeakerexpression_this setspeaker _value;Value^Y^data"^Y^typeD^valueMale04ENGY^typeSTRINGY^propertypitchexpression_this setpitch _value;Value^^data^^type^valuep}?^typeSCALAR^ dataTypeObjectPositionInfov_sideWestflagsAttributes_id/typeB_Soldier_A_FatlOffsetP >CustomAttributes|`apositionIDAXB3wdEangles?_skill?init [this, ["faction", "MNP_NOR_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie 1 Assistant Automatic Rifleman [JIP]@Charlie 1isPlayable|`Attribute0`Attribute1EanAttributesapropertyspeakerexpression_this setspeaker _value;Value`EadataaEatype0avalueMale05ENGEatypeSTRINGEapropertypitchexpression_this setpitch _value;Valueaadataaatypeavalueu?atypeSCALARa dataTypeObjectPositionInfodbsideWestflagsAttributesbid0typeB_soldier_LAT_FatlOffset:CustomAttributesZcdposition1@IDMXBPdEangles?bskill?init[this, ["faction", "MNP_NOR_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie 1 Rifleman (AT) [JIP]@Charlie 1isPlayableZcAttribute0cAttribute1#dnAttributesdpropertyspeakerexpression_this setspeaker _value;Valuec#ddatac#dtypedvalueMale01ENG#dtypeSTRING#dpropertypitchexpression_this setpitch _value;Valueidddatayddtypedvaluep}?dtypeSCALARdformationDIAMONDddataTypeGroupsideWestEntitieseAttributesKrid6atlOffsetP >eritemsItem0\eItem1lhItem2^kItem3nKr dataTypeObjectPositionInfoesideWestflagsAttributes+fid2typeB_Soldier_TL_FatlOffsetP >CustomAttributesglhpositionhIDAXBdEangles?+fskill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "FTL"], ["marker", "C2", "ColorGreen"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie 2 Fireteam Leader [JIP]@Charlie 2isPlayablegAttribute0TgAttribute1gnAttributeslhpropertyspeakerexpression_this setspeaker _value;ValueggdataggtypegvalueMale07ENGgtypeSTRINGgpropertypitchexpression_this setpitch _value;Value+hlhdata;hlhtypeWhvalue33s?lhtypeSCALARlh dataTypeObjectPositionInfoisideWestflagsAttributes;iid3typeB_soldier_AR_FatlOffset :CustomAttributesj^kpositionu IDGXBldEangles?;iskill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie 2 Automatic Rifleman [JIP]@Charlie 2isPlayablejAttribute0FjAttribute1jnAttributes^kpropertyspeakerexpression_this setspeaker _value;ValuejjdatajjtypejvalueMale07ENGjtypeSTRINGjpropertypitchexpression_this setpitch _value;Valuek^kdata-k^ktypeIkvalue\?^ktypeSCALAR^k dataTypeObjectPositionInfoksideWestflagsAttributes,lid4typeB_Soldier_A_FatlOffset:CustomAttributeslnpositionIDMXBdEangles?,lskill?init[this, ["faction", "MNP_NOR_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie 2 Assistant Automatic Rifleman [JIP]@Charlie 2isPlayablelAttribute0AmAttribute1mAttribute2YnnAttributesnpropertyspeakerexpression_this setspeaker _value;ValuemmdatammtypemvalueMale08ENGmtypeSTRINGmpropertypitchexpression_this setpitch _value;ValuenYndata(nYntypeDnvalueHz?YntypeSCALARYnpropertyfaceexpression_this setface _value;ValuenndatanntypenvaluentypeSTRINGn dataTypeObjectPositionInfososideWestflagsAttributesoid5typeB_soldier_LAT_FatlOffsetg;CustomAttributesipKrpositionqHDYXBkdEangles?oskill?init[this, ["faction", "MNP_NOR_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie 2 Rifleman (AT) [JIP]@Charlie 2isPlayableipAttribute0pAttribute1BqAttribute2qnAttributesKrpropertyspeakerexpression_this setspeaker _value;ValuepBqdata qBqtype-qvalueMale01ENGBqtypeSTRINGBqpropertypitchexpression_this setpitch _value;Valueqqdataqqtypeqvalue\?qtypeSCALARqpropertyfaceexpression_this setface _value;Value rKrdatarKrtype6rvalueKrtypeSTRINGKrformationDIAMONDerdataTypeGroupsideWestEntitiesrAttributes~id;atlOffsetP >~itemsItem0rItem1 vItem2xItem3{~ dataTypeObjectPositionInfossideWestflagsAttributessid7typeB_Soldier_TL_FatlOffsetP >CustomAttributest vposition!`IDAXBedEangles?sskill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "FTL"], ["marker", "C3", "ColorGreen"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie 3 Fireteam Leader [JIP]@Charlie 3isPlayabletAttribute0tAttribute1unAttributes vpropertyspeakerexpression_this setspeaker _value;Value?uudataOuutypequvalueMale01ENGutypeSTRINGupropertypitchexpression_this setpitch _value;Valueu vdatau vtypeuvalue ׃? vtypeSCALAR v dataTypeObjectPositionInfovsideWestflagsAttributesvid8typeB_soldier_AR_FatlOffset">CustomAttributeswxposition-HDݧXBcEangles?vskill?rankCORPORALinit [this, ["faction", "MNP_NOR_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie 3 Automatic Rifleman [JIP]@Charlie 3isPlayablewAttribute0wAttribute1xxnAttributesxpropertyspeakerexpression_this setspeaker _value;Value1xxxdataAxxxtypecxvalueMale06ENGxxtypeSTRINGxxpropertypitchexpression_this setpitch _value;ValuexxdataxxtypexvalueQx?xtypeSCALARx dataTypeObjectPositionInfoysideWestflagsAttributesyid9typeB_Soldier_A_FatlOffset>CustomAttributesz{positionFHDXB?dEangles?yskill?init[this, ["faction", "MNP_NOR_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie 3 Assistant Automatic Rifleman [JIP]@Charlie 3isPlayablezAttribute0zAttribute1c{nAttributes{propertyspeakerexpression_this setspeaker _value;Value{c{data,{c{typeN{valueMale09ENGc{typeSTRINGc{propertypitchexpression_this setpitch _value;Value{{data{{type{valueG?{typeSCALAR{ dataTypeObjectPositionInfo|sideWestflagsAttributes|id:typeB_soldier_LAT_FatlOffset>CustomAttributesx}~positionR HDXB7dEangles?|skill?init[this, ["faction", "MNP_NOR_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionNorwegian Army - Charlie 3 Rifleman (AT) [JIP]@Charlie 3isPlayablex}Attribute0}Attribute1A~nAttributes~propertyspeakerexpression_this setspeaker _value;Value}A~data ~A~type,~valueMale10ENGA~typeSTRINGA~propertypitchexpression_this setpitch _value;Value~~data~~type~value\?~typeSCALAR~formationDIAMOND~dataTypeLogicPositionInfoanameadm_hc_unitisPlayabledescriptionHCidFtypeHeadlessClient_Fposition dataTypeMarkerpositionCE@9*1Enamemarker_1markerTypeRECTANGLEtyperectanglecolorNameColorRedfillNameBorderaDbDdrawBorderidUatlOffsetr^@LdataTypeObjectPositionInfoрsideEastflagsAttributes idtypeCUP_O_2b14_82mm_RUatlOffsetl<positionbSEwA본Eangless<H?2?$g@ dataTypeObjectPositionInfosideEastflagsAttributeśidtypeCUP_O_2b14_82mm_RUatlOffset<ҁpositionH\TE&A(Eangles!<68?y@́ҁdataTypeObjectPositionInfoKsideEmptyflagsAttributesidtypeLand_BagFence_Round_FpositionJwTEAEangles`< @ @disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesRidtypeLand_BagFence_Round_FppositionZTEA1Eangles`<g 9@ @RdisableSimulationpdataTypeObjectPositionInfosideEmptyflagsAttributes!idtypeLand_BagFence_Round_F?positionQTEAvEanglesx<"^@y@!disableSimulation?dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Short_FpositionDnTE(AF~Eanglesx<@y@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_BagFence_Round_F݅positionSE܆A筸Eangles!<ϫ?$g@disableSimulation݅dataTypeObjectPositionInfoVsideEmptyflagsAttributesidtypeLand_BagFence_Round_FpositionSEkA?ŸEangles<F@$g@disableSimulationdataTypeObjectPositionInfo%sideEmptyflagsAttributes]idtypeLand_BagFence_Short_F{positionSEA`Eangles!<: @$g@]disableSimulation{dataTypeObjectPositionInfosideEmptyflagsAttributes,idtypeLand_BagFence_Round_FJpositionTE1AEangles!<Y@y@,disableSimulationJdataTypeObjectPositionInfoÈsideEmptyflagsAttributesidtypeLand_BagFence_Short_Fposition?TE(AEangless< @y@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesȉidtypeLand_BagFence_End_FpositionTEYAEangles!<bz @y@ȉdisableSimulation dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_UAZ_Unarmed_CSATatlOffsetbCustomAttributesԊTposition2\E0qBEanglesV?texturesCSATԊAttribute0 Attribute1͋nAttributesTpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuef͋datav͋typevalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]͋typeSTRING͋propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValueތTdataTtype valueTtypeARRAYitemsItem0EItem1yTdataUytypeeytypeARRAYydataTtypevalueTtypeARRAY itemsItem0"Item1jItem2Item3Item46Item5Item6Item7Tdata2jtypeUvaluehidePolicejtypeSTRINGjdataztypevaluetypeSCALARdatatypevalueHideServicestypeSTRINGdata6type!value6typeSCALAR6dataFtypekvalueBeaconsStarttypeSTRINGdatatypevaluetypeSCALARdataяtypevalueBeaconsServicesStarttypeSTRINGdata#Ttype?valueTtypeSCALARTdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeO_Truck_02_transport_FCustomAttributes" position%\EBEangles@"Attribute0JnAttributes propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value data typevalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false] typeSTRING dataTypeObjectPositionInfosideEmptyflagsAttributesђidtypeO_Truck_02_covered_FCustomAttributesגposition="ELBXtEanglesG@ђגAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueYdataitypevalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfoNsideEmptyflagsAttributesidtypeO_Truck_02_covered_FCustomAttributesupositionF"ELBtEanglesJ@Attribute0nAttributesupropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valueudatautype`value[[[[],[]],[[],[]],[[],[]],[[],[]]],false]utypeSTRINGudataTypeMarkerpositionn E$CBЗrEnamemilltypeEmptyidɕdataTypeMarkerposition;QEbxBԴEnamemortartypeEmptyidatlOffsetH/dataTypeMarkerpositionڐZEBO}EnamehillstypeEmptyidatlOffset@!dataTypeObjectPositionInfo sideEmptyflagsAttributesAidetypeLand_fort_rampart_position\VEA Eanglesj@@@AdisableSimulation_dataTypeObjectPositionInfoԗsideEmptyflagsAttributes idftypeLand_fort_rampart*positionBWE_ATEangles6<Ш@y@ disableSimulation*dataTypeObjectPositionInfosideEmptyflagsAttributesטidgtypeLand_fort_rampartpositionEsCBnEangles=>טdisableSimulationdataTypeObjectPositionInfojsideEmptyflagsAttributesidhtypeLand_fort_rampartposition_#EsCBnEanglesj'@disableSimulationdataTypeObjectPositionInfoPsideEmptyflagsAttributesidtypeO_Truck_02_transport_FCustomAttributeswposition"ELBzsEangles)@Attribute0nAttributeswpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuewdata wtypebvalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]wtypeSTRINGwdataTypeObjectPositionInfosideEmptyflagsAttributes?idtypeO_Truck_02_transport_FCustomAttributesE.positionRVE AEangles:@@?EAttribute0mnAttributes.propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valueǜ.dataל.typevalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false].typeSTRING. dataTypeObjectPositionInfoɝsideEmptyflagsAttributesidtypeO_Truck_02_Ammo_FatlOffsetCustomAttributespositionmRUEAA@Eanglesz!&@@Attribute0/nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatype۞value[[[[],[]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfoisideEmptyflagsAttributesidtypeLand_BagFence_Round_FpositionUEAS˸Eangles#a;<@disableSimulationdataTypeObjectPositionInfo8sideEmptyflagsAttributespidtypeLand_BagFence_Round_Fposition[UEoAEangles;r\@@pdisableSimulationdataTypeMarkerposition<5(E BtXEnamecat1typeEmptyidatlOffsetEdataTypeMarkerpositiontEAEnamecat2typeEmptyidFdataTypeObjectPositionInfoԡsideEmptyflagsAttributes idtypeO_CargoNet_01_ammo_FCustomAttributesE.position/!E@fFBtEanglesv9@ createAsSimpleObjectdisableSimulationEAttribute0mnAttributes.propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueǢ.dataע.typevalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false].typeSTRING.dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeO_CargoNet_01_ammo_FCustomAttributes-position!E@fFBtEangles'@createAsSimpleObjectdisableSimulation-Attribute0UnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesܥidtypeO_CargoNet_01_ammo_FCustomAttributespositionD\!E@fFB tEangles~J?ܥcreateAsSimpleObjectdisableSimulationAttribute0=nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesħidtypeO_CargoNet_01_ammo_FCustomAttributesposition^UEAEangles:\@@ħcreateAsSimpleObjectdisableSimulationAttribute0%nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedatatypeѨvalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfotsideEmptyflagsAttributesidtypeO_CargoNet_01_ammo_FCustomAttributesΪpositionUEA Eangles:5 )@@createAsSimpleObjectdisableSimulationAttribute0 nAttributesΪpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuegΪdatawΪtypevalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]ΪtypeSTRINGΪ dataTypeObjectPositionInfolsideEmptyflagsAttributesidtypeO_CargoNet_01_ammo_FatlOffsetCustomAttributesݫƬpositionUEIAEangles:H ?@createAsSimpleObjectdisableSimulationݫAttribute0nAttributesƬpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value_ƬdataoƬtypevalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]ƬtypeSTRINGƬdataTypeObjectPositionInfo9sideEmptyflagsAttributesqidtypeCamoNet_OPFOR_Fposition=UE|[AEangles;i@@qdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes?idtypeLand_BagFence_Long_F]position?=UEA/ոEanglesUa;@@?disableSimulation]dataTypeObjectPositionInfo֮sideEmptyflagsAttributesidtypeLand_BagFence_Short_F,positioncUE_AEangles;@@disableSimulation,dataTypeLayernameModulesEntitiesyidatlOffsetKAҸitemsItem0ͯItem1Item2Item3Item4:Item5XҸdataTypeLogicPositionInfocareaSizeDDareaIsRectangleflagsidLtypeModuleCoverMap_FatlOffsetl^@positionCE*1EdataTypeLogicPositionInfoްid%typeARK_Clear_VehicleatlOffsetxs@position$,EA9?EdataTypeLogicPositionInfoareaSize@@flagsidtypeModuleHideTerrainObjects_FCustomAttributesposition3E\x_AZEAttribute0Attribute1}nAttributesproperty#filterexpression_this setVariable ["#filter",_value]Value<}dataL}typehvalue@}typeSCALAR}property#hideLocallyexpression_this setVariable ["#hideLocally",_value]Valueݲdatatype valuetypeBOOLdataTypeLogicPositionInfoareaSize@@flagsidtypeModuleHideTerrainObjects_FCustomAttributes̳:positionE= BWE̳Attribute0Attribute1nAttributes:property#filterexpression_this setVariable ["#filter",_value]ValueZdatajtypevalue@typeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]Value:data :type'value:typeBOOL:dataTypeLogicPositionInfoʵareaSize@@flagsidtypeModuleHideTerrainObjects_FCustomAttributesXposition,gE hA EAttribute0"Attribute1nAttributesXproperty#filterexpression_this setVariable ["#filter",_value]Valuexdatatypevalue@typeSCALARproperty#hideLocallyexpression_this setVariable ["#hideLocally",_value]ValueXdata)XtypeEvalueXtypeBOOLXdataTypeLogicPositionInfoǷidtypeARK_Make_SentryatlOffsetpr@CustomAttributesҸposition2E9?rEAttribute0nAttributesҸpropertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];ValueҸdataҸtypevalueҸtypeBOOLҸdataTypeLayernameSpawn_s - Out of Start AreastateEntities?id,atlOffsetlitemsItem0Item1κItem2Item3Item4Item5Item6Item7GItem8Item9Item10Item11Item12Item13Item14dataTypeTriggerposition DR(BiEAttributessidItypeEmptyDetectorAreaR50atlOffsetκconditioncall{triggerActivated spawn_s}sizeAUzCsizeB00*CisRectangleκdataTypeLogicPositionInfo0idGtypeAdmiral_PatrolZoneCustomAttributeshpositionCDAlEangles{]>Z@h Attribute0 Attribute1߼Attribute2Attribute3WAttribute4Attribute5ͿAttribute6Attribute7wAttribute8MAttribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value߼data߼typeʼvalue߼typeSTRING߼propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueZdatajtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueWdata&WtypeBvalueBWtypeSCALARWpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueҾdatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueͿdataͿtypevalueͿtypeBOOLͿpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value^datantypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value6wdataFwtypebvaluewtypeSCALARwpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value MdataMtype8value@MtypeSCALARMpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerpositione]DWBOFhEangle;@Attributes_idtypeEmptyDetectorAreaR50atlOffset:namespawn_sconditioncall{this}sizeA@sizeBAactivationByWESTdataTypeLogicPositionInfoidtypeAdmiral_PatrolZoneCustomAttributesQpositionED9AiEanglesd@g@Q Attribute0 Attribute1Attribute2Attribute3@Attribute4Attribute5Attribute6Attribute7`Attribute86Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueCdataStypeovaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value@data@type+valueB@typeSCALAR@propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuewdatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueGdataWtypesvaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value`data/`typeKvalue@`typeSCALAR`propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value6data6type!value?6typeSCALAR6propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerpositionDfTAlEangle›@Attributes8idtypeEmptyDetectorAreaR50conditioncall{triggerActivated spawn_s}sizeA CsizeB>CisRectangledataTypeLogicPositionInfoidtypeAdmiral_CqcZoneatlOffset9CustomAttributes:position!EzB3[Eangles:@e@: Attribute0Attribute1Attribute2_Attribute3Attribute4Attribute5Attribute6AAttribute7Attribute8nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value`dataptypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value_data._typeJvalue_typeSCALAR_propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueIdataYtypeuvalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueAdataAtype.valueAtypeBOOLApropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueHdataXtypeqvaluetypeSTRINGdataTypeTriggerpositionEB[EAttributesidtypeEmptyDetectorAreaR50atlOffset\Q>Gconditioncall{triggerActivated spawn_s}sizeAAsizeBAGdataTypeTriggerposition)EBEAttributesidZtypeEmptyDetectorAreaR50atlOffsetP>conditioncall{triggerActivated spawn_s}sizeAAsizeBAdataTypeLogicPositionInfogid[typeAdmiral_CqcZoneCustomAttributespositionETBEangles:@e@ Attribute0GAttribute1Attribute2Attribute3}Attribute46Attribute5Attribute6Attribute7cAttribute8'nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value<}dataL}typehvalue}typeSCALAR}propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value6data6type!valueB6typeSCALAR6propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuegdatawtypevaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value"cdata2ctypeNvalue@ctypeSCALARcpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value'data'typevalue'typeSTRING'propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeLogicPositionInfoMidQtypeAdmiral_PatrolZoneCustomAttributesposition{EBTEanglesK8@ Attribute0=Attribute1Attribute2Attribute3tAttribute40Attribute5Attribute6Attribute7Attribute8jAttribute91nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuewdatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value3tdataCttype_valueBttypeSCALARtpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value0data0typevalueB0typeSCALAR0propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value{datatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueSdatactypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value)jdata9jtypeUvalue?jtypeSCALARjpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value1data1typevalue1typeSTRING1propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerposition!E%B%Eangleҡ@Attributes|idRtypeEmptyDetectorAreaR50atlOffsetconditioncall{triggerActivated spawn_s}sizeAAsizeB[BisRectangledataTypeLogicPositionInfoIidtypeAdmiral_PatrolZoneatlOffsetCustomAttributespositionBxE vBSEanglesظ@Wc@= Attribute09Attribute1Attribute2Attribute3pAttribute4,Attribute5Attribute6Attribute7Attribute8fAttribute9-nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuesdatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value/pdata?ptype[valueBptypeSCALARppropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value,data,typevalueB,typeSCALAR,propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuewdatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueOdata_type{valuetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value%fdata5ftypeQvalue@ftypeSCALARfpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value-data-typevalue-typeSTRING-propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerpositionEBUUEanglek?AttributesxidtypeEmptyDetectorAreaR50atlOffset@?conditioncall{triggerActivated spawn_s}sizeAZBsizeBWCisRectangledataTypeLogicPositionInfoEidtypeAdmiral_PatrolZoneatlOffsetС%@CustomAttributes}positionBD#yB{kEangles?} Attribute05Attribute1Attribute2Attribute3lAttribute4(Attribute5Attribute6Attribute7Attribute8bAttribute9)nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueodatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value+ldata;ltypeWvalueBltypeSCALARlpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value(data(typevalueB(typeSCALAR(propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuesdatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueKdata[typewvalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value!bdata1btypeMvaluebtypeSCALARbpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value)data)typevalue)typeSTRING)propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerpositionʻDEAuEanglet,<AttributestidtypeEmptyDetectorAreaR50atlOffsetconditioncall{triggerActivated spawn_s}sizeAҼBsizeBCisRectangledataTypeLayernameSpawn 0 - Into ForeststateEntities6id-atlOffsetp#W"items!Item0Item1Item2 Item3 Item4Item5oItem6/Item7"Item8%Item9%Item10&Item11.Item127Item138Item14:Item15;Item16B>Item17?Item18AItem19BItem20CItem21ODItem22/EItem23FItem24FItem25GItem26HItem27JItem28}LItem29UMItem30MItem31NItem32WWdataTypeLogicPositionInfo,idXtypeAdmiral_PatrolZoneCustomAttributesdposition\E TBBpEangles@xE@d Attribute0Attribute1Attribute2Attribute3SAttribute4Attribute5Attribute6Attribute7sAttribute8IAttribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueVdataftypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueSdata"Stype>valueBStypeSCALARSpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueZdatajtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value2sdataBstype^valuestypeSCALARspropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueIdataItype4value@@ItypeSCALARIpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeTriggerposition6 EKyBsWoEangle0:@Attributes[ idYtypeEmptyDetectorAreaR50atlOffset @ conditioncall{triggerActivated spawn0}sizeA0~BsizeBfCisRectangle dataTypeTriggerposition@@DtBrEAttributes- idItypeEmptyDetectorAreaR50atlOffsetV@ namespawn0conditioncall{this}sizeA@k5AsizeBaDactivationByWEST dataTypeLogicPositionInfo idutypeAdmiral_PatrolZoneCustomAttributes positionE"eBEanglesC>@  Attribute0 Attribute1 Attribute2Q Attribute3 Attribute4Attribute5Attribute6UAttribute7-Attribute8Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueW  datag  type value typeSTRING propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value Q data Q type< valueQ typeSCALARQ propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value  data  type valueB typeSCALAR propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueDdataTtypepvaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueUdata$Utype@valueUtypeSCALARUpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value-data-typevalue-typeSCALAR-propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueSdatactype|valuetypeSTRINGdataTypeTriggerpositionEUnKBM-Eanglej>AttributesidvtypeEmptyDetectorAreaR50atlOffset@oconditioncall{triggerActivated spawn0}sizeA kCsizeB CisRectangleodataTypeTriggerpositionElAB7EAttributesidtypeEmptyDetectorAreaR50atlOffsetu>/conditioncall{triggerActivated spawn0}sizeAAsizeBA/dataTypeLogicPositionInfoidtypeAdmiral_CqcZoneatlOffset?5>CustomAttributes"positionQEgA0EanglesN=eA@ Attribute0~Attribute1:Attribute2Attribute3Attribute4mAttribute5&Attribute6Attribute7Attribute8^nAttributes "propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value:data :type%value:typeSTRING:propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuesdatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value,mdata<mtypeXvalueBmtypeSCALARmpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value&data&typevalueB&typeSCALAR&propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueYdataitypevalue?typeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value ^data0^typeIvalue^typeSTRING^propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value"data"type value"typeSTRING"dataTypeLogicPositionInfoidtypeAdmiral_CqcZoneatlOffset 5>CustomAttributes%positionEPAUEanglesN=eA@ Attribute0qAttribute1-Attribute2Attribute3 Attribute4`!Attribute5"Attribute6"Attribute7#Attribute8Q$nAttributes %propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value-data-typevalue-typeSTRING-propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuef  datav  type value typeSCALAR propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value!`!data/!`!typeK!valueB`!typeSCALAR`!propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value!"data!"type"valueB"typeSCALAR"propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value""data""type"value"typeBOOL"propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueL##data\##typex#value@@#typeSCALAR#propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value$Q$data#$Q$type<$valueQ$typeSTRINGQ$propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value$%data$%type%value%typeSTRING%dataTypeTriggerposition7E?mAH\EAttributes%idtypeEmptyDetectorAreaR50atlOffset:>%conditioncall{triggerActivated spawn0}sizeAAsizeBA%dataTypeTriggerpositionh"EaAEAttributesM&idtypeEmptyDetectorAreaR50atlOffset%>&conditioncall{triggerActivated spawn0}sizeAAsizeBA&dataTypeLogicPositionInfo'idtypeAdmiral_CqcZoneatlOffset5>CustomAttributes<'.position#EeAPEanglesN=eA@<' Attribute0'Attribute1(Attribute2a)Attribute3*Attribute4*Attribute5+Attribute6C,Attribute7-Attribute8-nAttributes .propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valueb((datar((type(value(typeSTRING(propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value )a)data0)a)typeL)valuea)typeSCALARa)propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value)*data)*type*value*typeSCALAR*propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value**data**type*valueB*typeSCALAR*propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueK++data[++typew+valueB+typeSCALAR+propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value,C,data,C,type0,valueC,typeBOOLC,propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value,-data,-type,value@-typeSCALAR-propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value--data--type-value-typeSTRING-propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueJ..dataZ..types.value.typeSTRING.dataTypeLogicPositionInfo.id"typeAdmiral_PatrolZoneatlOffset7CustomAttributes2/7positionwEuBEangles ==2/ Attribute0/Attribute10Attribute2e1Attribute3!2Attribute42Attribute53Attribute6i4Attribute7A5Attribute86Attribute96nAttributes 7propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuek00data{00type0value0typeSTRING0propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value$1e1data41e1typeP1valuee1typeSCALARe1propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value1!2data1!2type 2valueB!2typeSCALAR!2propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value22data22type2valueB2typeSCALAR2propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueX33datah33type3value3typeBOOL3propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value(4i4data84i4typeT4valuei4typeSCALARi4propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value5A5data5A5type,5value@A5typeSCALARA5propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value56data56type6value@6typeSCALAR6propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value66data66type6value6typeSTRING6propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valueg77dataw77type7value7typeSTRING7dataTypeTriggerpositionDEcBĐ~Eangleʡ@Attributes)8id#typeEmptyDetectorAreaR50atlOffset>A8conditioncall{triggerActivated spawn0}sizeAxBsizeBKCisRectangle8dataTypeGroupsideCivilianEntities8Attributes:idatlOffsetA:itemsItem09Item19Item2Q::dataTypeObjectPositionInfo9sideCivilianflagsAttributes9idtypeC_Bob_VR9position:-EI!&AEangles_@99dataTypeWaypointloiterAltitudeposition#E>hwAʋEEffectsK:showWPNEVERidtypeMoveatlOffset9Q:Q:dataTypeWaypointloiterAltitudepositionE}AEEffects:showWPNEVERidtypeMove:::dataTypeGroupsideEastEntities1;Attributes;idatlOffsetA;itemsItem0N;;dataTypeObjectPositionInfo;sideEastflagsAttributes;idtypeMNP_CW_Soldier_MG;positionEBoE;;;dataTypeGroupsideCivilianEntitiesL<Attributes<>idatlOffsetAB>itemsItem0<Item1<=Item2=<>dataTypeObjectPositionInfo<sideCivilianflagsAttributes6=idtypeC_Bob_VRatlOffset5<=position-Ez3ATgEanglesH@6=<=dataTypeWaypointloiterAltitudeposition EXBEEffects=showWPNEVERidtypeMove==dataTypeWaypointloiterAltitudeposition2 E5 BEEffects6>showWPNEVERidtypeMove<><>B>dataTypeGroupsideCivilianEntities>Attributes?idatlOffsetA?itemsItem0>Item1u??dataTypeObjectPositionInfo7?sideCivilianflagsAttributeso?idtypeC_Bob_VRu?position-E,AՊEanglesH@o?u?dataTypeWaypointloiterAltitudepositiont ESA*EEffects?showWPNEVERidtypeMove???dataTypeObjectPositionInfo@sideEmptyflagsAttributes@idtypeBox_T_East_Wps_FCustomAttributes@ApositionG4EهAEangles<.@s@@createAsSimpleObjectdisableSimulation@Attribute0AnAttributesApropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuexAAdataAAtypeAvalue[[[[],[]],[[],[]],[[],[]],[[],[]]],false]AtypeSTRINGAdataTypeObjectPositionInfoYBsideEmptyflagsAttributesBidtypeLand_BagBunker_Large_FBpositionEUAWEangles@<Bju@AEangles}s=+Wp@%@1DdisableSimulationODdataTypeObjectPositionInfoDsideEmptyflagsAttributesEidtypeLand_BagBunker_Small_FatlOffset6/Eposition}EBboEangles#>߲a@@EdisableSimulation/EdataTypeObjectPositionInfoEsideEmptyAttributesEidtypeCamoNet_ghex_open_FatlOffsetD?Fposition%DEƓA+ԌEangles-=?EdisableSimulationFdataTypeObjectPositionInfo}FsideEmptyflagsAttributesFidtypeLand_CampingTable_white_FFpositionWEPAьEanglesŏ@mR?@b=$O Attribute0OAttribute1PAttribute2WQAttribute3RAttribute4RAttribute5SAttribute6[TAttribute73UAttribute8 VAttribute9VnAttributes WpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value]PPdatamPPtypePvaluePtypeSTRINGPpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueQWQdata&QWQtypeBQvalueWQtypeSCALARWQpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueQRdataQRtypeQvalueBRtypeSCALARRpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueRRdataRRtypeRvalueBRtypeSCALARRpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueJSSdataZSStypevSvalueStypeBOOLSpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueT[Tdata*T[TtypeFTvalue[TtypeSCALAR[TpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueT3UdataU3UtypeUvalue3UtypeSCALAR3UpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueU VdataU VtypeUvalue@@ VtypeSCALAR VpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueVVdataVVtypeVvalueVtypeSTRINGVpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueYWWdataiWWtypeWvalueWtypeSTRINGWdataTypeMarkerpositionWE/AVfEnamecoasttypeEmptyidatlOffsetJvWdataTypeMarkerpositionDG9BoEnameforesttypeEmptyidatlOffset bXdataTypeLayernameSpawn 1 - Out of ForeststateEntitiesXid.atlOffset ڀ items Item0@YItem1ZItem2#bItem3UkItem4#lItem5lItem6mItem7vItem8wڀdataTypeTriggerposition@rE]BцEangle?AttributesYid1typeEmptyDetectorAreaR50atlOffsetd?Znamespawn1conditioncall{this}sizeA@sizeB.DactivationByWESTZdataTypeLogicPositionInfoZinitcall{triggerActivated spawn1}idWtypeAdmiral_CqcZoneCustomAttributesZ#bposition 'E}BrkEangles爓>=Z Attribute0[Attribute1;\Attribute2\Attribute3]Attribute4n^Attribute5'_Attribute6_Attribute7`Attribute8_anAttributes #bpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value[;\data \;\type&\value;\typeSTRING;\propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value\\data\\type\value\typeSCALAR\propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuet]]data]]type]value]typeSCALAR]propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value-^n^data=^n^typeY^valueBn^typeSCALARn^propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value^'_data^'_type_valueB'_typeSCALAR'_propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value__data__type_value_typeBOOL_propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueZ``dataj``type`valueA`typeSCALAR`propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value!a_adata1a_atypeJavalue_atypeSTRING_apropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valuea#bdataa#btypebvalue#btypeSTRING#bdataTypeLogicPositionInfobinitcall{triggerActivated spawn1}idtypeAdmiral_PatrolZoneCustomAttributesbUkpositionߥ)Ec#JBrEanglesf=e6=b Attribute0cAttribute1YdAttribute2eAttribute3eAttribute4fAttribute5GgAttribute6hAttribute7hAttribute8iAttribute9jnAttributes UkpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedYddata+dYdtypeDdvalueYdtypeSTRINGYdpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuededatadetypeevalueetypeSCALARepropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueeedataeetypeevalueBetypeSCALARepropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueLffdata\fftypexfvalueBftypeSCALARfpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuegGgdatagGgtype4gvalueGgtypeBOOLGgpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueghdataghtypehvaluehtypeSCALARhpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuehhdatahhtypehvaluehtypeSCALARhpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valueiidataiitypeivalue@itypeSCALARipropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuePjjdata`jjtypeyjvaluejtypeSTRINGjpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuekUkdata'kUktype@kvalueUktypeSTRINGUkdataTypeTriggerposition E$CB?rEangle/g?AttributeskidtypeEmptyDetectorAreaR50#lconditioncall{triggerActivated spawn1}sizeABsizeBBisRectangle#ldataTypeTriggerposition- E$CB rEangle>AttributeslidNtypeEmptyDetectorAreaR50lconditioncall{triggerActivated spawn1}sizeABsizeBBldataTypeTriggerposition$E HBsEangleh/?Attributescmid^typeEmptyDetectorAreaR50atlOffsetV?mconditioncall{triggerActivated spawn1}sizeA!CsizeB2CisRectanglemdataTypeLogicPositionInfoDninitcall{triggerActivated spawn1}id]typeAdmiral_PatrolZoneCustomAttributes|nvposition2*EhLBَtEanglesiT@*O=|n Attribute04oAttribute1oAttribute2pAttribute3kqAttribute4'rAttribute5rAttribute6sAttribute7tAttribute8auAttribute9(vnAttributes vpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueoodataootypeovalueotypeSTRINGopropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuenppdata~pptypepvalueptypeSCALARppropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value*qkqdata:qkqtypeVqvalueBkqtypeSCALARkqpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valueq'rdataq'rtypervalueB'rtypeSCALAR'rpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuerrdatarrtypervaluertypeBOOLrpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuerssdatasstypesvaluestypeSCALARspropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueJttdataZtttypevtvalue@ttypeSCALARtpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value uaudata0uautypeLuvalue@autypeSCALARaupropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valueu(vdatau(vtypevvalue(vtypeSTRING(vpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuevvdatavvtypevvaluevtypeSTRINGvdataTypeTriggerpositionwYE&BE&@/>gx Attribute0yAttribute1yAttribute2zAttribute3V{Attribute4|Attribute5|Attribute6}Attribute7v~Attribute8LAttribute9nAttributes ڀpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueyydatayytypeyvalueytypeSTRINGypropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueYzzdataizztypezvalueztypeSCALARzpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value{V{data%{V{typeA{valueBV{typeSCALARV{propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value{|data{|type{valueB|typeSCALAR|propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value||data||type|value|typeBOOL|propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value]}}datam}}type}value}typeSCALAR}propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value5~v~dataE~v~typea~valuev~typeSCALARv~propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value LdataLtype7value@LtypeSCALARLpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueڀdataڀtypeŀvalueڀtypeSTRINGڀdataTypeLayernameSawmill CounterattackstateEntitiesAid0atlOffset œitemsItem0QItem1Item2Item3IItem4Item53Item6MItem76Item8Item9Item10ȓItem11Item12Item13QItem14Item15ϯItem16Item17MItem18Item19Item20Item21dataTypeGroupsideCivilianEntitiesAttributesid>atlOffsetAitemsItem0ׂItem1dataTypeObjectPositionInfoFsideCivilianflagsAttributes~id?typeC_Bob_VRposition~,EXCBaEangles5e@~dataTypeWaypointposition|`#E$CBqEEffectsshowWPNEVERidNtypeMovedataTypeGroupsideCivilianEntitiesSAttributesidJatlOffsetAitemsItem0Item1CItem2dataTypeObjectPositionInfosideCivilianflagsAttributes=idKtypeC_Bob_VRatlOffsetCposition1w-E:BȷaEangles\@=CdataTypeWaypointposition*EeBunEEffectsshowWPNEVERidLtypeMovedataTypeWaypointpositionT7"E$CBrEEffectsshowWPNEVERidMtypeMovedataTypeGroupsideCivilianEntities}AttributesCidatlOffsetAIitemsItem0Item1]Item2؇CdataTypeObjectPositionInfosideCivilianflagsAttributesWidtypeC_Bob_VR]positionm,EpօB~`Eangles5e@W]dataTypeWaypointpositionA%E7B>/eEEffects҇showWPNEVERidtypeMoveatlOffsetb?؇؇dataTypeWaypointpositionk E$CBpEEffects=showWPNEVERidtypeMoveCCIdataTypeTriggerposition?,EhB+aEangley%@Attributesid=typeEmptyDetectorAreaR50names_inf_sconditioncall{triggerActivated millcounter}sizeA-|AsizeBAdataTypeGroupsideCivilianEntitieswAttributes-id9atlOffsetA3itemsItem0Item1WItem2Š-dataTypeObjectPositionInfosideCivilianflagsAttributesQid:typeC_Bob_VRWposition%2ELA-REangles=QWdataTypeWaypointpositionl'EYU,BZEEffectsshowWPNEVERid;typeMoveŠŠdataTypeWaypointpositionwE$CB؋nEEffects'showWPNEVERidtypeMove--3dataTypeGroupsideCivilianEntitiesAttributesGidEatlOffsetAMitemsItem0ċItem1qItem2܌GdataTypeObjectPositionInfo3sideCivilianflagsAttributeskidFtypeC_Bob_VRqpositionnBEtBs)XEangles=kqdataTypeWaypointpositionFEQB.HeEEffects֌showWPNEVERidGtypeMove܌܌dataTypeWaypointpositionq"E$CB\sEEffectsAshowWPNEVERidHtypeMoveGGMdataTypeTriggerposition+e2ECAREangle@Attributesid8typeEmptyDetectorAreaR506names_vic_sconditioncall{triggerActivated millcounter}sizeAM@sizeBxAtimeoutAAA6dataTypeGroupsideCivilianEntitiesAttributesidatlOffsetAitemsItem0Item1ydataTypeObjectPositionInfo;sideCivilianflagsAttributessidtypeC_Bob_VRatlOffsetN?yposition4aE$!BjEangles0>sydataTypeWaypointpositionlzE$CBsEEffectsޏshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesHAttributesid atlOffsetAitemsItem0pItem1-dataTypeObjectPositionInfosideCivilianflagsAttributes'id typeC_Bob_VRatlOffsetN?-positionE?/"BiEanglesПL?'-dataTypeWaypointposition!E$CBTlEEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributes“id atlOffsetAȓitemsItem0/Item1Item2W“dataTypeObjectPositionInfosideCivilianflagsAttributesid typeC_Bob_VRatlOffset@N?position E!BjEangles0>dataTypeWaypointpositionE*4gB8tEEffectsQshowWPNEVERidtypeMoveWWdataTypeWaypointposition2E$CBsEEffectsshowWPNEVERidtypeMove““ȓdataTypeTriggerpositionsREBiEanglevm@Attributes<idtypeEmptyDetectorAreaR50names_inf_wconditioncall{triggerActivated millcounter}sizeA9AsizeB@timeoutAAAdataTypeTriggerpositionZBE/_BmWEangle@Attributes%id3typeEmptyDetectorAreaR50names_vic_econditioncall{triggerActivated millcounter}sizeAM@sizeBxAdataTypeTriggerposition[!E$CBwpEangleil:@Attributesid6typeEmptyDetectorAreaR50Qnamemillcounterconditioncall{this}sizeABsizeBC3BactivationByWESTQdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributesposition# EbL"BiEangles=B@*@Attribute0Attribute1Attribute2|Attribute3>Attribute4Attribute5ʛAttribute6Attribute7dAttribute8)Attribute9Attribute10ӟAttribute11Attribute12oAttribute13CnAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value|datatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value;|dataK|typegvalue|typeSCALAR|propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value>data >type)valueB>typeSCALAR>propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedataϚtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valueʛdataʛtypevalue AʛtypeSCALARʛpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueKdata[typewvaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value#ddata3dtypeOvaluedtypeSCALARdpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value)data)typevalue)typeSTRING)propertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedataОtypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueӟdataӟtypevalueӟtypeSCALARӟpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuebdatartypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value.odata>otypeZvalueotypeSCALARopropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueCdataCtype.valueCtypeSCALARCpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueҢdatatypevaluetypeSTRINGdataTypeLogicPositionInfoxidtypeAdmiral_OndemandCampZoneCustomAttributesϯpositionh-E ̆B}I`EanglesS@Le>Attribute0Attribute1yAttribute2;Attribute3Attribute4Attribute5Attribute6IAttribute7#Attribute8Attribute9Attribute10Attribute11bAttribute12.Attribute13nAttributesϯpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value;ydataKytypedvalueytypeSTRINGypropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value;data ;type&value;typeSCALAR;propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valuedata̦typevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value~datatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueHdataXtypetvalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value IdataItype6valueItypeBOOLIpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value#data#typevalue#typeSCALAR#propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypeӪvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedatatypevalueAtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueQdataatype}valuetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value!bdata1btypeMvalue@btypeSCALARbpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value.data.typevalue.typeSCALAR.propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedataѮtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueϯdataϯtypevalueϯtypeSTRINGϯdataTypeLogicPositionInfo7idtypeAdmiral_OndemandCampZoneCustomAttributesopositionDK3EBLQEangles,=-\-=oAttribute0kAttribute18Attribute2Attribute3Attribute4~Attribute5HAttribute6Attribute7Attribute8Attribute9Attribute10QAttribute11!Attribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value8data 8type#value8typeSTRING8propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedataɲtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value{datatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value=~dataM~typeivalueB~typeSCALAR~propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueHdataHtype3value AHtypeSCALARHpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueɵdataٵtypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypeͶvalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueidataytypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value>dataNtypejvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueQdata Qtype<value@QtypeSCALARQpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value!data!type value!typeSCALAR!propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypeغvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuePdata`typeyvaluetypeSTRINGdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes.MpositionjVBEtHA!VEanglesh@;@.Attribute0*Attribute1Attribute2Attribute3{Attribute4=Attribute5Attribute6Attribute7Attribute8fAttribute9>Attribute10Attribute11Attribute12Attribute13nAttributesMpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedataɾtypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuexdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value:{dataJ{typefvalueB{typeSCALAR{propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value=data =type(valueB=typeSCALAR=propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value`dataptypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value(fdata8ftypeQvalueftypeSTRINGfpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value>data >type)value>typeSCALAR>propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuekdata{typevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value?dataOtypekvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueMdataMtype8valueMtypeSTRINGMdataTypeGroupsideCivilianEntitiesAttributesidatlOffsetAitemsItem0Item1dataTypeObjectPositionInfoRsideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetN?position2EdB1wEanglesy@dataTypeWaypointpositionE$CB,!qEEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntities_AttributesidatlOffsetAitemsItem0Item1DdataTypeObjectPositionInfosideCivilianflagsAttributes>idtypeC_Bob_VRatlOffset@N?DpositionQ2Ev^B٤wEangles@>DdataTypeWaypointposition E&FBfwEEffectsshowWPNEVERidtypeMovedataTypeGroupsideCivilianEntitiesAttributesidatlOffsetAitemsItem0FItem1Item2ndataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffsetM?position2E* eBvEanglesy@dataTypeWaypointpositions4)EXhB[mEEffectshshowWPNEVERidtypeMovenndataTypeWaypointloiterAltitudeposition+#!E$CBqEEffectsshowWPNEVERidtypeMovedataTypeTriggerposition+2E^BR:wEangleX?AttributeshidtypeEmptyDetectorAreaR50names_inf_econditioncall{triggerActivated millcounter}sizeA9AsizeB@timeoutAAAdataTypeLogicPositionInfoEidtypeAdmiral_OndemandCampZoneCustomAttributes}positionJ`3EWBMwEanglesrt >`?@}Attribute0yAttribute1FAttribute2Attribute3Attribute4Attribute5VAttribute6Attribute7Attribute8Attribute9Attribute10_Attribute11/Attribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueFdataFtype1valueFtypeSTRINGFpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueKdata[typewvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueVdata%VtypeAvalue AVtypeSCALARVpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuewdatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueLdata\typexvalueAtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value_data._typeJvalue_typeSCALAR_propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value/data/typevalue@/typeSCALAR/propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value^datantypevaluetypeSTRINGdataTypeLayernameSpawn 2 - Into HillsstateEntitiesid5atlOffset-!-itemsItem0Item1Item2Item3_Item4OItem5lItem6Item79Item8Item9$Item10Item11Item12Item13 Item14)"Item15 #Item16&,Item17--dataTypeTriggerpositiong*EcB'kEAttributesJid2typeEmptyDetectorAreaR50namespawn2conditioncall{this}sizeA@sizeBDO}DactivationByWESTdataTypeTriggerpositionHcuEKB qEangleW@Attributes%id.typeEmptyDetectorAreaR50atlOffsetAconditioncall{triggerActivated spawn2_2}sizeAV-CsizeB CisRectangledataTypeTriggerposition޸pE1BlEangle5 ?Attributesid)typeEmptyDetectorAreaR50atlOffsetTA_conditioncall{triggerActivated spawn2}sizeABsizeBCisRectangle_dataTypeLogicPositionInfoinitcall{triggerActivated spawn2}idtypeAdmiral_CqcZoneCustomAttributesOposition uE+B}=lE Attribute0Attribute1gAttribute2(Attribute3Attribute4Attribute5SAttribute6 Attribute7Attribute8nAttributes OpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value)gdata9gtypeRvaluegtypeSTRINGgpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value(data(typevalue(typeSCALAR(propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueYdataitypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueSdata"Stype>valueBStypeSCALARSpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value data typevalue typeBOOL propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueMdata]typevvaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueOdata!Otype:valueOtypeSTRINGOdataTypeLogicPositionInfoid-typeAdmiral_PatrolZoneatlOffsetACustomAttributeslposition^El,|B`qEanglesIh@ Attribute0Attribute1pAttribute2,Attribute3Attribute4Attribute5^Attribute60Attribute7Attribute8Attribute9nAttributes lpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value2pdataBptype[valueptypeSTRINGppropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value,data,typevalue,typeSCALAR,propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuecdatastypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value^data/^typeKvalue^typeBOOL^propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value0data0typevalue0typeSCALAR0propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuegdatawtypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value.ldata>ltypeWvalueltypeSTRINGldataTypeLogicPositionInfoid(typeAdmiral_PatrolZoneatlOffsetVACustomAttributesposition%>zEUB_Eangles?z@ Attribute0Attribute1Attribute2IAttribute3Attribute4Attribute5{Attribute6MAttribute7%Attribute8Attribute9nAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueOdata_typexvaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueIdataItype4valueItypeSCALARIpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value<{dataL{typehvalue{typeBOOL{propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value MdataMtype8value?MtypeSCALARMpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value%data%typevalue?%typeSCALAR%propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueKdata[typetvaluetypeSTRINGdataTypeTriggerpositionjtE+B%$lEAttributesidtypeEmptyDetectorAreaR509conditioncall{triggerActivated spawn2}sizeA BsizeB B9dataTypeTriggerposition4aE1B˃EangleT?Attributesid typeEmptyDetectorAreaR50atlOffset5Gconditioncall{triggerActivated spawn1}sizeABsizeB;CisRectangledataTypeLogicPositionInfoyid!typeAdmiral_PatrolZoneCustomAttributes$position>_ECwՇEangles@0@> Attribute0iAttribute1(Attribute2Attribute3Attribute4\Attribute5Attribute6Attribute7Attribute8Attribute9]nAttributes $propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value(data(typevalue(typeSTRING(propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value_dataotypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value\data+\typeGvalueB\typeSCALAR\propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueUdataetypevalue@@typeSCALARpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value]data/]typeHvalue]typeSTRING]propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value$data$typevalue$typeSTRING$dataTypeTriggerposition(SE%BEangle?Attributesid+typeEmptyDetectorAreaR50atlOffsett=conditioncall{triggerActivated spawn1}sizeABsizeBZ,/CisRectangledataTypeLogicPositionInfotid*typeAdmiral_PatrolZoneatlOffset(\ACustomAttributespositionsMEj]BfCEangles@ Attribute0dAttribute1#Attribute2Attribute3 Attribute4W Attribute5 Attribute6 Attribute7 Attribute8 Attribute9XnAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value#data#typevalue#typeSTRING#propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueZ  dataj  type valueB typeSCALAR propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value W data& W typeB valueBW typeSCALARW propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value  data  type value typeBOOL propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value  data  type value typeSCALAR propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valuez  data  type value typeSCALAR propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueP  data`  type| value@@ typeSCALAR propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueXdata*XtypeCvalueXtypeSTRINGXpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuedatatype valuetypeSTRINGdataTypeTriggerposition1foEOBEangleMs@AttributesidjtypeEmptyDetectorAreaR50atlOffsetMbBconditioncall{triggerActivated spawn2_2}sizeA;;CsizeBCisRectangledataTypeLogicPositionInfoaidktypeAdmiral_PatrolZoneCustomAttributes positiongENBF!Eangles6p@E&@3@ Attribute0QAttribute1Attribute2Attribute3Attribute4DAttribute5Attribute6Attribute7Attribute8~Attribute9EnAttributes propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueGdataWtypesvalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueDdataDtype/valueBDtypeSCALARDpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValuegdatawtypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value=~dataM~typeivalue@~typeSCALAR~propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueEdataEtype0valueEtypeSTRINGEpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value data typevalue typeSTRING dataTypeLogicPositionInfo~id*typeAdmiral_PatrolZoneatlOffsetACustomAttributes)"position5ExBEanglesU? Attribute0nAttribute1-Attribute2Attribute3Attribute4aAttribute5Attribute6Attribute7Attribute8 Attribute9b!nAttributes )"propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value-data-typevalue-typeSTRING-propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueddatattypevalueBtypeSCALARpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value adata0atypeLvalueBatypeSCALARapropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valuedatatypevalue@typeSCALARpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueZ  dataj  type value? typeSCALAR propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value$!b!data4!b!typeM!valueb!typeSTRINGb!propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value!)"data!)"type"value)"typeSTRING)"dataTypeTriggerposition#qErB^-Eangle9@Attributes"id+typeEmptyDetectorAreaR50atlOffset|A #conditioncall{triggerActivated spawn2_2}sizeAJ RBsizeBDCisRectangle #dataTypeLogicPositionInfo{#id$typeAdmiral_PatrolZoneatlOffset BCustomAttributes#&,positionSE@CksEanglesc@# Attribute0k$Attribute1*%Attribute2%Attribute3&Attribute4^'Attribute5(Attribute6(Attribute7)Attribute8*Attribute9_+nAttributes &,propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value$*%data$*%type%value*%typeSTRING*%propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value%%data%%type%value%typeSCALAR%propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Valuea&&dataq&&type&valueB&typeSCALAR&propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value'^'data-'^'typeI'valueB^'typeSCALAR^'propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value'(data'(type(value(typeBOOL(propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value((data((type(value(typeSCALAR(propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value))data))type)value)typeSCALAR)propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueW**datag**type*value?*typeSCALAR*propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value!+_+data1+_+typeJ+value_+typeSTRING_+propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value+&,data+&,type,value&,typeSTRING&,dataTypeTriggerpositioncZE{8BpoEangles c@Attributes,id%typeEmptyDetectorAreaR50atlOffset7-conditioncall{triggerActivated spawn2}sizeA,CsizeB);CisRectangle-dataTypeTriggerposition4DEnZbBzlEangleN@Attributes-idtypeEmptyDetectorAreaR50atlOffset61>-namespawn2_2conditioncall{this}sizeA@sizeB2DactivationByWEST-dataTypeLayernameSpawn 3 - Point RocksstateEntitiesH.id6atlOffset ?S|itemsItem0/Item1/Item29Item39Item4:Item5CItem6DItem7MItem8_UItem9VItem10VItem11`Item12iItem13iItem14rItem15sItem16tS|dataTypeTriggerpositionw^E "B؂Eangle Ũ@Attributes/id3typeEmptyDetectorAreaR50atlOffset @/namespawn3conditioncall{this}sizeA@sizeBaDactivationByWEST/dataTypeLogicPositionInfoY0idtypeAdmiral_PatrolZoneCustomAttributes09positionfEXBEanglesUa;E&@@0 Attribute0I1Attribute12Attribute22Attribute33Attribute4<4Attribute54Attribute65Attribute76Attribute8v7Attribute9=8nAttributes 9propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value12data12type1value2typeSTRING2propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value22data22type2value2typeSCALAR2propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value?33dataO33typek3valueB3typeSCALAR3propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value3<4data 4<4type'4valueB<4typeSCALAR<4propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value44data44type4value4typeBOOL4propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value55data55type5value5typeSCALAR5propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value_66datao66type6value6typeSCALAR6propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value57v7dataE7v7typea7value@v7typeSCALARv7propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value7=8data8=8type(8value=8typeSTRING=8propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value89data89type8value9typeSTRING9dataTypeTriggerpositionU;sEBrEangleMs@Attributes9idtypeEmptyDetectorAreaR50atlOffsetA9conditioncall{triggerActivated spawn3}sizeACsizeBS#CisRectangle9dataTypeTriggerposition[E B֞Eanglei@AttributesV:id)typeEmptyDetectorAreaR50:conditioncall{triggerActivated spawn3}sizeA>CsizeBBisRectangle:dataTypeLogicPositionInfo;id(typeAdmiral_PatrolZoneCustomAttributesJ;Cposition[EAylEangles@r>J; Attribute0<Attribute1<Attribute2}=Attribute39>Attribute4>Attribute5?Attribute6@Attribute7YAAttribute8/BAttribute9BnAttributes CpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value<<data<<type<value<typeSTRING<propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value<=}=dataL=}=typeh=value}=typeSCALAR}=propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value=9>data>9>type$>valueB9>typeSCALAR9>propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value>>data>>type>valueB>typeSCALAR>propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valuep??data??type?value?typeBOOL?propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value@@@dataP@@typel@value@typeSCALAR@propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueAYAdata(AYAtypeDAvalueYAtypeSCALARYApropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueA/BdataA/BtypeBvalue@/BtypeSCALAR/BpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueBBdataBBtypeBvalueBtypeSTRINGBpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueCCdataCCtypeCvalueCtypeSTRINGCdataTypeTriggerposition]hE>VBqEAttributes5DidtypeEmptyDetectorAreaR50atlOffset^Dconditioncall{triggerActivated spawn3}sizeAkCsizeB@BisRectangleDdataTypeLogicPositionInfoDidtypeAdmiral_PatrolZoneCustomAttributesEMpositionRhExBEE Attribute0EAttribute1FAttribute2DGAttribute3HAttribute4HAttribute5vIAttribute6HJAttribute7 KAttribute8KAttribute9LnAttributes MpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueJFFdataZFFtypesFvalueFtypeSTRINGFpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueGDGdataGDGtype/GvalueDGtypeSCALARDGpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueGHdataGHtypeGvalueBHtypeSCALARHpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value{HHdataHHtypeHvalueBHtypeSCALARHpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value7IvIdataGIvItypecIvaluevItypeBOOLvIpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueJHJdataJHJtype3JvalueHJtypeSCALARHJpropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueJ KdataJ Ktype Kvalue KtypeSCALAR KpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueKKdataKKtypeKvalue@KtypeSCALARKpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueLLdataLLtypeLvalueLtypeSTRINGLpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueFMMdataVMMtypeoMvalueMtypeSTRINGMdataTypeLogicPositionInfoMidtypeAdmiral_CqcZoneatlOffset+'?CustomAttributesN_Upositionox]EЦBEN Attribute0NAttribute1wOAttribute28PAttribute3PAttribute4QAttribute5cRAttribute6SAttribute7SAttribute8TnAttributes _UpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value9OwOdataIOwOtypebOvaluewOtypeSTRINGwOpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueO8PdataP8Ptype#Pvalue8PtypeSCALAR8PpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuePPdataPPtypePvaluePtypeSCALARPpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueiQQdatayQQtypeQvalueBQtypeSCALARQpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value"RcRdata2RcRtypeNRvalueBcRtypeSCALARcRpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueRSdataRStypeSvalueStypeBOOLSpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueSSdataSStypeSvalue@AStypeSCALARSpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value]TTdatamTTtypeTvalueTtypeSTRINGTpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value!U_Udata1U_UtypeJUvalue_UtypeSTRING_UdataTypeTriggerposition \EzXBEanglekb@AttributesUidtypeEmptyDetectorAreaR50Vconditioncall{triggerActivated spawn3}sizeA*BsizeBBVdataTypeTriggerpositionǢVE_BղEangle@AttributesVidtypeEmptyDetectorAreaR50atlOffset`i5AVconditioncall{triggerActivated spawn3}sizeAuLCsizeBCisRectangleVdataTypeLogicPositionInfo[Wid~typeAdmiral_PatrolZoneCustomAttributesW`position=mE^@ǢEanglesY@X@W Attribute0KXAttribute1 YAttribute2YAttribute3ZAttribute4>[Attribute5[Attribute6\Attribute7]Attribute8x^Attribute9?_nAttributes `propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueX YdataX YtypeXvalue YtypeSTRING YpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueYYdataYYtypeYvalueYtypeSCALARYpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueAZZdataQZZtypemZvalueBZtypeSCALARZpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueZ>[data [>[type)[valueB>[typeSCALAR>[propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value[[data[[type[value[typeBOOL[propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value\\data\\type\value\typeSCALAR\propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valuea]]dataq]]type]value?]typeSCALAR]propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value7^x^dataG^x^typec^value@@x^typeSCALARx^propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value_?_data_?_type*_value?_typeSTRING?_propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value_`data_`type_value`typeSTRING`dataTypeLogicPositionInfoh`idtypeAdmiral_PatrolZoneCustomAttributes`ipositionOEDB}Eangles2@<>` Attribute0XaAttribute1bAttribute2bAttribute3cAttribute4KdAttribute5eAttribute6eAttribute7fAttribute8gAttribute9LhnAttributes ipropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueabdataabtypebvaluebtypeSTRINGbpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuebbdatabbtypebvaluebtypeSCALARbpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueNccdata^cctypezcvalueBctypeSCALARcpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value dKddatadKdtype6dvalueBKdtypeSCALARKdpropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuededatadetypedvalueetypeBOOLepropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueeedataeetypeevalueetypeSCALARepropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Valuenffdata~fftypefvalue@ftypeSCALARfpropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];ValueDggdataTggtypepgvalue@gtypeSCALARgpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuehLhdatahLhtype7hvalueLhtypeSTRINGLhpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuehidatahitypehvalueitypeSTRINGidataTypeTriggerposition>BYEzXBVEanglen@AttributesiidtypeEmptyDetectorAreaR50iconditioncall{triggerActivated spawn3}sizeAbFCsizeBBisRectangleidataTypeLogicPositionInfoCjidtypeAdmiral_PatrolZoneCustomAttributes{jrposition:XEЗAyEanglesB0`;y@{j Attribute03kAttribute1kAttribute2lAttribute3jmAttribute4&nAttribute5nAttribute6oAttribute7pAttribute8`qAttribute9'rnAttributes rpropertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuekkdatakktypekvaluektypeSTRINGkpropertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Valuemlldata}lltypelvalueltypeSCALARlpropertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value)mjmdata9mjmtypeUmvalueBjmtypeSCALARjmpropertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuem&ndatam&ntypenvalueB&ntypeSCALAR&npropertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuenndatanntypenvaluentypeBOOLnpropertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];ValueqoodataootypeovalueotypeSCALARopropertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];ValueIppdataYpptypeupvalueptypeSCALARppropertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Valueq`qdata/q`qtypeKqvalue@`qtypeSCALAR`qpropertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Valueq'rdataq'rtypervalue'rtypeSTRING'rpropertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuerrdatarrtypervaluertypeSTRINGrdataTypeTriggerpositionVTE8ATEanglebd@Attributesbsid'typeEmptyDetectorAreaR50sconditioncall{triggerActivated spawn3}sizeABsizeBBsdataTypeTriggerpositionREA*Eangleq@Attributes.tidtypeEmptyDetectorAreaR50atlOffsetJtconditioncall{triggerActivated spawn3}sizeA\BsizeBBisRectangletdataTypeLogicPositionInfotidtypeAdmiral_CqcZoneCustomAttributesuS|positionRE`6AEu Attribute0uAttribute1kvAttribute2,wAttribute3wAttribute4xAttribute5WyAttribute6zAttribute7zAttribute8{nAttributes S|propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value-vkvdata=vkvtypeVvvaluekvtypeSTRINGkvpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Valuev,wdatav,wtypewvalue,wtypeSCALAR,wpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuewwdatawwtypewvaluewtypeSCALARwpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value]xxdatamxxtypexvalueBxtypeSCALARxpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueyWydata&yWytypeByvalueBWytypeSCALARWypropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueyzdatayztypeyvalueztypeBOOLzpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuezzdatazztypezvalue@ztypeSCALARzpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueQ{{dataa{{typez{value{typeSTRING{propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value|S|data%|S|type>|valueS|typeSTRINGS|dataTypeLayernamePoint Rocks CounterattackstateEntities|id7atlOffsetLXƒitemsItem0 ~Item1Item2Item3OItem45Item5OItem6Item7 Item8Item9Item10͍Item11Item12Item13Item14Item15Item16TItem17FItem18Item19ıItem20Item21:Item22Item23Item24Item25Item26dataTypeTriggerposition"TEA|Eangle6@Attributes~idQtypeEmptyDetectorAreaR50atlOffset J?namerockcounterconditioncall{this}sizeAj@sizeB(AactivationTypeNOT PRESENTactivationByEASTdataTypeGroupsideCivilianEntitieseAttributesidUatlOffsetAitemsItem0Item1:dataTypeObjectPositionInfosideCivilianflagsAttributes4idVtypeC_Bob_VR:positionljE#AEangles@4:dataTypeWaypointpositionHYEl5B$jEEffectsshowWPNEVERid]typeMovedataTypeGroupsideCivilianEntities AttributesIidWatlOffsetAOitemsItem01Item1ށIdataTypeObjectPositionInfosideCivilianflagsAttributes؁idXtypeC_Bob_VRށpositionhjEuA]Eangles@؁ށdataTypeWaypointpositionYE@BFEEffectsCshowWPNEVERid[typeMoveIIOdataTypeTriggerpositionjE=ӽAEAttributesidYtypeEmptyDetectoratlOffset@35namer_inf_econditioncall{triggeractivated rockcounter}sizeA/ݨ@sizeBz@timeoutpBpBpB5dataTypeGroupsideCivilianEntitiesAttributesIidSatlOffsetAOitemsItem0ƃItem1sItem2ބIdataTypeObjectPositionInfo5sideCivilianflagsAttributesmidTtypeC_Bob_VRspositionjEy2A\Eanglesڔ@msdataTypeWaypointposition_EL@@}EEffects؄showWPNEVERid^typeMoveބބdataTypeWaypointposition,@XEBEEffectsCshowWPNEVERid_typeMoveIIOdataTypeGroupsideCivilianEntitiesAttributesid`atlOffsetAitemsItem0ՅItem1dataTypeObjectPositionInfoDsideCivilianflagsAttributes|idatypeC_Bob_VRpositionKMEzA tEangles> ?|dataTypeWaypointpositioniSE XBԳEEffectsshowWPNEVERidhtypeMovedataTypeGroupsideCivilianEntitiesQAttributesidbatlOffsetA itemsItem0Item11Item2dataTypeObjectPositionInfosideCivilianflagsAttributes+idctypeC_Bob_VR1position^KME¥A}Eangles?+1dataTypeWaypointpositionME BqEEffectsshowWPNEVERidktypeMovedataTypeWaypointposition$CUEzBEEffectsshowWPNEVERidltypeMove dataTypeTriggerpositionŐME\A\Eangle@AttributesiddtypeEmptyDetectoratlOffset@3namer_inf_wconditioncall{triggeractivated rockcounter}sizeA/ݨ@sizeBz@timeoutpBpBpBdataTypeGroupsideCivilianEntities]AttributesidfatlOffsetAitemsItem0Item1=Item2dataTypeObjectPositionInfosideCivilianflagsAttributes7idgtypeC_Bob_VR=position@MEwAVEanglesf?7=dataTypeWaypointpositionxXEGBlޮEEffectsshowWPNEVERiditypeMovedataTypeWaypointpositionVEMaBEEffects showWPNEVERidjtypeMovedataTypeGroupsideCivilianEntitieswAttributesǍidmatlOffsetA͍itemsItem0Item1\ǍdataTypeObjectPositionInfosideCivilianflagsAttributesVidntypeC_Bob_VRatlOffset3>\positionZE(B͋Eangles@V\dataTypeWaypointpositionWECBEEffectsshowWPNEVERidutypeMoveǍǍ͍dataTypeGroupsideCivilianEntities+AttributesidoatlOffsetAitemsItem0^Item1Item2dataTypeObjectPositionInfoݎsideCivilianflagsAttributesidptypeC_Bob_VRatlOffset3>positionx]ZEB>nEangles\ѿ@dataTypeWaypointpositionbSE[BEEffectsshowWPNEVERidvtypeMovedataTypeWaypointpositionNSVEBرEEffectsshowWPNEVERidwtypeMovedataTypeTriggerpositionJZE1]|BqEangleo?AttributesdidqtypeEmptyDetectornamer_inf_sconditioncall{triggeractivated rockcounter}sizeA/ݨ@sizeBz@dataTypeGroupsideCivilianEntitiesAttributes~idsatlOffsetAitemsItem0FItem1~dataTypeObjectPositionInfoősideCivilianflagsAttributesidttypeC_Bob_VRatlOffset3>positionZEUB(Eangles@dataTypeWaypointposition/3`EJoBEEffectsxshowWPNEVERidxtypeMoveatlOffset6~~dataTypeGroupsideCivilianEntitiesAttributesidzatlOffsetAitemsItem0Item1ғItem2=dataTypeObjectPositionInfosideCivilianflagsAttributes̓id{typeC_Bob_VRatlOffsetp>ғpositionp3\EdBEangles@̓ғdataTypeWaypointpositionĥNE. B6EEffects7showWPNEVERidtypeMove==dataTypeWaypointposition6VEi#BEEffectsshowWPNEVERidtypeMovedataTypeTriggerposition3\EBEangle+m?Attributes+id~typeEmptyDetectoratlOffsetnamer_vic_sconditioncall{triggeractivated rockcounter}sizeA/ݨ@sizeBM@timeoutAAAdataTypeGroupsideCivilianEntitiesAttributesNidatlOffsetATitemsItem0&Item1NdataTypeObjectPositionInfosideCivilianflagsAttributesݖidtypeC_Bob_VRatlOffset@>positionmqEOAHEangles$@ݖdataTypeWaypointpositionXEvpBݳEEffectsHshowWPNEVERidtypeMoveNNTdataTypeTriggerpositionwHqE!jAmEangle4?AttributesїidtypeEmptyDetectoratlOffsetFnamer_vic_wconditioncall{triggeractivated rockcounter}sizeA@sizeBp@timeoutpBpBpBFdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributesposition kE@/AEangles@Attribute0Attribute1Attribute2qAttribute33Attribute4Attribute5Attribute6Attribute7YAttribute8Attribute9Attribute10ȡAttribute11Attribute12dAttribute138nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueqdatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value0qdata@qtype\valueqtypeSCALARqpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value3data3typevalueB3typeSCALAR3propertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedataĜtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value~datatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value@dataPtypelvaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueYdata(YtypeDvalueYtypeSCALARYpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuedatatype valuetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuedataŠtypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueȡdataȡtypevalueȡtypeSCALARȡpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueWdatagtypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value#ddata3dtypeOvaluedtypeSCALARdpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value8data8type#value8typeSCALAR8propertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueǤdataפtypevaluetypeSTRINGdataTypeLogicPositionInfomidtypeAdmiral_OndemandCampZoneCustomAttributesıpositionurEAEangles7@`%?b=Attribute0Attribute1nAttribute20Attribute3Attribute4Attribute5~Attribute6>Attribute7Attribute8ݬAttribute9Attribute10Attribute11WAttribute12#Attribute13nAttributesıpropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value0ndata@ntypeYvaluentypeSTRINGnpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value0data0typevalue0typeSCALAR0propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypeݨvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuesdatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value=~dataM~typeivalue A~typeSCALAR~propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value>data>type+value>typeBOOL>propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value׫datatypevalueAtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueݬdataݬtypeȬvalueݬtypeSTRINGݬpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValuetdatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueFdataVtypervalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueWdata&WtypeBvalueWtypeSCALARWpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value#data#typevalue#typeSCALAR#propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedataưtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueıdataıtypevalueıtypeSTRINGıdataTypeLogicPositionInfo<idtypeAdmiral_OndemandCampZoneatlOffset=CustomAttributestposition{\EZRBEanglesD2@? ?3>tAttribute0pAttribute1=Attribute2Attribute3Attribute4Attribute5MAttribute6 Attribute7Attribute8Attribute9Attribute10VAttribute11&Attribute12Attribute13ƽnAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value=data=type(value=typeSTRING=propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedataδtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueBdataRtypenvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value MdataMtype8value AMtypeSCALARMpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Valueη data޷ typevalue typeBOOL propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypeҸvalueAtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuendata~typevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueCdataStypeovaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueVdata%VtypeAvalue@VtypeSCALARVpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value&data&typevalue&typeSCALAR&propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValuedatatypeݼvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValueƽdataƽtypevalueƽtypeSCALARƽpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueUdataetype~valuetypeSTRINGdataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributes:position9ZEvB=EAttribute0Attribute1Attribute2Attribute3hAttribute4*Attribute5Attribute6Attribute7Attribute8SAttribute9+Attribute10Attribute11Attribute12Attribute13mnAttributes:propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueedatautypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value'hdata7htypeSvalueBhtypeSCALARhpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value*data*typevalueB*typeSCALAR*propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueudatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValueMdata]typeyvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueSdata%Stype>valueStypeSTRINGSpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value+data+typevalue@A+typeSCALAR+propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Valuedatatypevalue@@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueXdatahtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Value,mdata<mtypeXvaluemtypeSCALARmpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value:data :type%value:typeSTRING:dataTypeLogicPositionInfoidtypeAdmiral_OndemandCampZoneCustomAttributespositionqMEdqA3@EAttribute0Attribute1Attribute2MAttribute3Attribute4Attribute5Attribute6[Attribute75Attribute8Attribute9Attribute10Attribute11tAttribute12@Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueMdata]typevvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value MdataMtype8valueMtypeSCALARMpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];ValueZdatajtypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value[data,[typeHvalue[typeBOOL[propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value5data5type value5typeSCALAR5propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valuedatatypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuecdatastypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value3tdataCttype_value@ttypeSCALARtpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value@data@type+value@typeSCALAR@propertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypevaluetypeSTRINGdataTypeObjectPositionInfo{sideEmptyflagsAttributesidtypeO_Heli_Light_02_dynamicLoadout_FCustomAttributes$position#ģEFBlaEangles:?@fuelnameheli1texturesBlackpylonsPylonWeapon_2000Rnd_65x39_belt;PylonRack_12Rnd_missiles;$Attribute0LnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatype~value[[[["arifle_Katiba_C_F","FirstAidKit"],[2,8]],[["SmokeShell","SmokeShellRed","30Rnd_65x39_caseless_green"],[2,2,4]],[["ToolKit","ItemGPS"],[1,1]],[["B_Parachute"],[8]]],false]typeSTRINGdataTypeTriggerposition;EBT'aEAttributesidtypeEmptyDetectornameheli_fuelconditioncall{triggeractivated rockcounter}onActivationcall{heli1 setfuel 100}sizeAsizeBtimeoutBBBdataTypeGroupsideCivilianEntitiesAttributesidatlOffsetAitemsItem0 dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Bob_VRatlOffset>positionkxE(\B&EanglesӢ@dataTypeTriggerpositionxE1B3Eangleq>AttributesMidtypeEmptyDetectoratlOffsetnamer_vic_w_1conditioncall{triggeractivated rockcounter}sizeA@sizeBp@timeout4C4C4CdataTypeLogicPositionInfo,idtypeAdmiral_OndemandCampZoneCustomAttributesdpositionӣyE$BEangles5bI='A>*@dAttribute0`Attribute1-Attribute2Attribute3Attribute4sAttribute5=Attribute6Attribute7Attribute8Attribute9tAttribute10FAttribute11Attribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value-data-typevalue-typeSTRING-propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuepdatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value2sdataBstype^valueBstypeSCALARspropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value=data =type(value A=typeSCALAR=propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedatatypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value^datantypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value3tdataCttype_valuettypeSCALARtpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValueFdataFtype1valueFtypeSCALARFpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValuedatatypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valuedatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valueudatatypevalue@@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueEdataUtypenvaluetypeSTRINGdataTypeObjectPositionInfo sideEmptyflagsAttributesDidBtypeB_supplyCrate_FCustomAttributesLpositionXLD[BRVdEangles݇?Dinitcall{[this, ["faction", "MNP_NOR_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}Attribute0nAttributesLpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value(Ldata8Ltype7value[[[["launch_NLAW_F","arifle_MX_F","arifle_MX_SW_F","FirstAidKit"],[1,2,1,10]],[["30Rnd_65x39_caseless_mag","16Rnd_9x21_Mag","30Rnd_45ACP_Mag_SMG_01","20Rnd_762x51_Mag","100Rnd_65x39_caseless_mag","1Rnd_HE_Grenade_shell","3Rnd_HE_Grenade_shell","1Rnd_Smoke_Grenade_shell","1Rnd_SmokeGreen_Grenade_shell","Chemlight_green","Laserbatteries","HandGrenade","MiniGrenade","SmokeShell","SmokeShellGreen","UGL_FlareWhite_F","UGL_FlareGreen_F","ACE_20Rnd_65x47_Scenar_mag","ACE_30Rnd_65x47_Scenar_mag","ACE_20Rnd_65_Creedmor_mag","ACE_30Rnd_65_Creedmor_mag","ACE_10Rnd_762x51_M118LR_Mag","ACE_20Rnd_762x51_M118LR_Mag","ACE_10Rnd_762x51_Mk316_Mod_0_Mag","ACE_20Rnd_762x51_Mk316_Mod_0_Mag","ACE_10Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mag_Tracer","ACE_20Rnd_762x51_Mag_Tracer_Dim"],[24,6,6,6,6,3,1,2,2,6,2,6,6,2,2,2,2,4,4,4,4,4,4,4,4,4,4,4,4]],[["Laserdesignator","acc_flashlight","bipod_01_F_blk","ACE_Chemlight_Shield"],[1,2,1,12]],[["B_Kitbag_mcamo"],[2]]],false]LtypeSTRINGLdataTypeObjectPositionInfosideEmptyflagsAttributes idCtypeB_supplyCrate_FCustomAttributesopositionSD"[Bz#hEangles+?: initcall{[this, ["faction", "MNP_NOR_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}oAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["launch_NLAW_F","arifle_MX_F","arifle_MX_SW_F","FirstAidKit"],[1,2,1,10]],[["30Rnd_65x39_caseless_mag","16Rnd_9x21_Mag","30Rnd_45ACP_Mag_SMG_01","20Rnd_762x51_Mag","100Rnd_65x39_caseless_mag","1Rnd_HE_Grenade_shell","3Rnd_HE_Grenade_shell","1Rnd_Smoke_Grenade_shell","1Rnd_SmokeGreen_Grenade_shell","Chemlight_green","Laserbatteries","HandGrenade","MiniGrenade","SmokeShell","SmokeShellGreen","UGL_FlareWhite_F","UGL_FlareGreen_F","ACE_20Rnd_65x47_Scenar_mag","ACE_30Rnd_65x47_Scenar_mag","ACE_20Rnd_65_Creedmor_mag","ACE_30Rnd_65_Creedmor_mag","ACE_10Rnd_762x51_M118LR_Mag","ACE_20Rnd_762x51_M118LR_Mag","ACE_10Rnd_762x51_Mk316_Mod_0_Mag","ACE_20Rnd_762x51_Mk316_Mod_0_Mag","ACE_10Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mag_Tracer","ACE_20Rnd_762x51_Mag_Tracer_Dim"],[24,6,6,6,6,3,1,2,2,6,2,6,6,2,2,2,2,4,4,4,4,4,4,4,4,4,4,4,4]],[["Laserdesignator","acc_flashlight","bipod_01_F_blk","ACE_Chemlight_Shield"],[1,2,1,12]],[["B_Kitbag_mcamo"],[2]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesidDtypeB_supplyCrate_FCustomAttributes8positionSD^ [BgEanglesz@(Sr@:initcall{[this, ["faction", "MNP_NOR_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}8Attribute0`nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["launch_NLAW_F","arifle_MX_F","arifle_MX_SW_F","FirstAidKit"],[1,2,1,10]],[["30Rnd_65x39_caseless_mag","16Rnd_9x21_Mag","30Rnd_45ACP_Mag_SMG_01","20Rnd_762x51_Mag","100Rnd_65x39_caseless_mag","1Rnd_HE_Grenade_shell","3Rnd_HE_Grenade_shell","1Rnd_Smoke_Grenade_shell","1Rnd_SmokeGreen_Grenade_shell","Chemlight_green","Laserbatteries","HandGrenade","MiniGrenade","SmokeShell","SmokeShellGreen","UGL_FlareWhite_F","UGL_FlareGreen_F","ACE_20Rnd_65x47_Scenar_mag","ACE_30Rnd_65x47_Scenar_mag","ACE_20Rnd_65_Creedmor_mag","ACE_30Rnd_65_Creedmor_mag","ACE_10Rnd_762x51_M118LR_Mag","ACE_20Rnd_762x51_M118LR_Mag","ACE_10Rnd_762x51_Mk316_Mod_0_Mag","ACE_20Rnd_762x51_Mk316_Mod_0_Mag","ACE_10Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mag_Tracer","ACE_20Rnd_762x51_Mag_Tracer_Dim"],[24,6,6,6,6,3,1,2,2,6,2,6,6,2,2,2,2,4,4,4,4,4,4,4,4,4,4,4,4]],[["Laserdesignator","acc_flashlight","bipod_01_F_blk","ACE_Chemlight_Shield"],[1,2,1,12]],[["B_Kitbag_mcamo"],[2]]],false]typeSTRINGdataTypeLayernameMGsstateEntities3idatlOffsetGyBitemsItem0Item1PItem2Item3Item4_Item5Item6)Item7~Item8Item9(Item10Item11Item12DItem13(Item14Item15 dataTypeMarkerpositionExBNmEnamemg2_1typeEmptyidPdataTypeMarkerpositionE4BBdEnamemg2_2typeEmptyiddataTypeMarkerposition%EhBFvEnamemg2_3typeEmptyiddataTypeMarkerpositionYExB.Enamemg3_1typeEmptyidatlOffsetP8_dataTypeMarkerposition dEEBEnamemg3_2typeEmptyidatlOffsetP8dataTypeMarkerpositiondE=BIEnamemg3_3typeEmptyidatlOffset`8)dataTypeMarkerposition0UElAոEnamemg4_1typeEmptyid~dataTypeMarkerposition'QE@W@namemg1(dataTypeObjectPositionInfosideEastflagsrandomStartPositionsmg4_1mg4_2mg4_3AttributesidtypeCUP_O_DSHKM_SLApositionUE,AոEanglesUa;x+@@namemg4 dataTypeObjectPositionInfosideEastflagsrandomStartPositionsmg2_1mg2_2mg2_3Attributesid}typeCUP_O_KORD_high_RUatlOffsetY> positionExBpEangles>M@.@namemg2  dataTypeObjectPositionInfosideEastflagsrandomStartPositionsmg3_2mg3_1mg3_3AttributesidtypeCUP_O_KORD_high_RUatlOffsetX>positionSYE}B+Eangles@9@b,<namemg3dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_O_UAZ_MG_CSATatlOffset.Npositiontv itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypeMNP_CW_Soldier_FatlOffsetposition^EHBmELinkIDProviderLinksv nextIDitemsItem0 v linkIDitem0item1}CustomDataS v roleturretPathv dataTypeGroupsideEastEntities Attributes CrewLinks idatlOffsetX>^ itemsItem0  dataTypeObjectPositionInfo sideEastflagsAttributes idtypeMNP_CW_Soldier_FatlOffset,F positionYE xB.E   LinkIDProvider Links ^ nextID itemsItem0 ^ linkIDitem0item1CustomData; ^ roleturretPath^ dataTypeGroupsideEastEntities Attributes CrewLinks idatlOffsetlotypeZvalue?otypeSCALARodatatypevalueselection_boxtypeSTRINGdatatypevalue?typeSCALARdata Htype3valueselection_stepsHtypeSTRINGHdataXtypetvalue?typeSCALARdatatypevalueselection_wheelfronttypeSTRINGdatatypevalue?typeSCALARdata,gtypeRvalueselection_bargtypeSTRINGgdatawtypevaluetypeSCALARdatatypevalueselection_tarptypeSTRINGdata5type value5typeSCALAR5dataEtypemvalueselection_doorstypeSTRINGdatatypevalue?typeSCALARdatatypevalueselection_reartypeSTRINGdataPtype;value?PtypeSCALARPdata`typevalueselection_rolltypeSTRINGdatatypevaluetypeSCALARdata)typevalueselection_wind)typeSTRING)data9jtypeUvaluejtypeSCALARjdataTypeObjectPositionInfosideEmptyflagsAttributes3idtypeCUP_B_LR_Transport_GB_WCustomAttributes+positionEWD^B iEangles=@3initcall{[this, ["faction", "MNP_NOR_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}texturesCZWAttribute0Attribute1`!nAttributes+propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value4 `!dataD `!typeK!value[[[["CUP_arifle_L85A2_G","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_Bergen_BAF"],[4]]],false]`!typeSTRING`!propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Valueq"+data"+type"value"+typeARRAY"itemsItem0"Item1 #+data" #type" #typeARRAY #data#+type7#valueK#+typeARRAYK#itemsItem0$Item1$Item2%Item3e%Item4%Item5%Item66&Item7&Item8&Item9'Item10W'Item11'Item12'Item137(Item14x(Item15(Item16)Item17P)Item18)Item19)Item20*Item21k*Item22*Item23*Item249+Item25++data$$type$valueselection_tool$typeSTRING$data$%type%value?%typeSCALAR%data(%e%typeP%valueselection_jerrye%typeSTRINGe%datau%%type%value?%typeSCALAR%data%%type%valueselection_antenna%typeSTRING%data&6&type!&value6&typeSCALAR6&dataF&&typeu&valueselection_antenna_rear&typeSTRING&data&&type&value?&typeSCALAR&data&'type'valueselection_box'typeSTRING'data&'W'typeB'value?W'typeSCALARW'datag''type'valueselection_steps'typeSTRING'data''type'value?'typeSCALAR'data'7(type"(valueselection_wheelfront7(typeSTRING7(dataG(x(typec(value?x(typeSCALARx(data((type(valueselection_bar(typeSTRING(data()type(value)typeSCALAR)data)P)type;)valueselection_tarpP)typeSTRINGP)data`))type|)value)typeSCALAR)data))type)valueselection_doors)typeSTRING)data)*type *value?*typeSCALAR*data/*k*typeV*valueselection_reark*typeSTRINGk*data{**type*value?*typeSCALAR*data**type*valueselection_roll*typeSTRING*data+9+type$+value9+typeSCALAR9+dataI++typep+valueselection_wind+typeSTRING+data++type+value+typeSCALAR+dataTypeObjectPositionInfoW,sideEmptyflagsAttributes,idtypeCUP_B_LR_Transport_GB_WCustomAttributes,"9positionXD^BiEangles@=@,initcall{[this, ["faction", "MNP_NOR_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}texturesCZW,Attribute06-Attribute1.nAttributes"9propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value-.data-.type.value[[[["CUP_arifle_L85A2_G","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_Bergen_BAF"],[4]]],false].typeSTRING.propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Value/"9data/"9type/value 0"9typeARRAY 0itemsItem040Item1h0"9dataD0h0typeT0h0typeARRAYh0datax0"9type0value0"9typeARRAY0itemsItem01Item132Item2t2Item32Item43Item5Q3Item63Item73Item8'4Item9r4Item104Item115Item12A5Item135Item145Item156Item16`6Item176Item186Item19:7Item20{7Item217Item228Item23T8Item248Item258"9data132type2valueselection_tool32typeSTRING32dataC2t2type_2value?t2typeSCALARt2data22type2valueselection_jerry2typeSTRING2data23type2value?3typeSCALAR3data3Q3type<3valueselection_antennaQ3typeSTRINGQ3dataa33type}3value3typeSCALAR3data33type3valueselection_antenna_rear3typeSTRING3data3'4type4value?'4typeSCALAR'4data74r4type]4valueselection_boxr4typeSTRINGr4data44type4value?4typeSCALAR4data45type4valueselection_steps5typeSTRING5data5A5type,5value?A5typeSCALARA5dataQ55type~5valueselection_wheelfront5typeSTRING5data55type5value?5typeSCALAR5data56type 6valueselection_bar6typeSTRING6data/6`6typeK6value`6typeSCALAR`6datap66type6valueselection_tarp6typeSTRING6data66type6value6typeSCALAR6data6:7type%7valueselection_doors:7typeSTRING:7dataJ7{7typef7value?{7typeSCALAR{7data77type7valueselection_rear7typeSTRING7data78type7value?8typeSCALAR8data8T8type?8valueselection_rollT8typeSTRINGT8datad88type8value8typeSCALAR8data88type8valueselection_wind8typeSTRING8data8"9type 9value"9typeSCALAR"9dataTypeObjectPositionInfo9sideEmptyflagsAttributes9idtypeCUP_B_LR_Transport_GB_WCustomAttributesZ:~FpositionYD^B#iEangles@=@9initcall{[this, ["faction", "MNP_NOR_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}texturesCZWZ:Attribute0:Attribute1<nAttributes~FpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value:<data:<type<value[[[["CUP_arifle_L85A2_G","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_Bergen_BAF"],[4]]],false]<typeSTRING<propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Value)=~Fdata9=~FtypeT=valueh=~FtypeARRAYh=itemsItem0=Item1=~Fdata==type==typeARRAY=data=~Ftype=value>~FtypeARRAY>itemsItem0C?Item1?Item2?Item3@Item4^@Item5@Item6@Item7BAItem8AItem9AItem10BItem11\BItem12BItem13BItem140CItem15{CItem16CItem17DItem18IDItem19DItem20DItem21#EItem22dEItem23EItem24EItem25=F~FdataS??typez?valueselection_tool?typeSTRING?data??type?value??typeSCALAR?data?@type@valueselection_jerry@typeSTRING@data-@^@typeI@value?^@typeSCALAR^@datan@@type@valueselection_antenna@typeSTRING@data@@type@value@typeSCALAR@data@BAtype-Avalueselection_antenna_rearBAtypeSTRINGBAdataRAAtypenAvalue?AtypeSCALARAdataAAtypeAvalueselection_boxAtypeSTRINGAdataABtypeAvalue?BtypeSCALARBdataB\BtypeGBvalueselection_steps\BtypeSTRING\BdatalBBtypeBvalue?BtypeSCALARBdataBBtypeBvalueselection_wheelfrontBtypeSTRINGBdataB0CtypeCvalue?0CtypeSCALAR0Cdata@C{CtypefCvalueselection_bar{CtypeSTRING{CdataCCtypeCvalueCtypeSCALARCdataCDtypeCvalueselection_tarpDtypeSTRINGDdataDIDtype4DvalueIDtypeSCALARIDdataYDDtypeDvalueselection_doorsDtypeSTRINGDdataDDtypeDvalue?DtypeSCALARDdataD#EtypeEvalueselection_rear#EtypeSTRING#Edata3EdEtypeOEvalue?dEtypeSCALARdEdatatEEtypeEvalueselection_rollEtypeSTRINGEdataEEtypeEvalueEtypeSCALAREdataF=Ftype(Fvalueselection_wind=FtypeSTRING=FdataMF~FtypeiFvalue~FtypeSCALAR~FdataTypeObjectPositionInfoGsideEmptyflagsAttributesGGidtypeCUP_B_LR_Transport_GB_WCustomAttributesGSpositionI[D^B4iEangles@=@GGinitcall{[this, ["faction", "MNP_NOR_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}texturesCZWGAttribute0GAttribute1tInAttributesSpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueHHtIdataXHtItype_Ivalue[[[["CUP_arifle_L85A2_G","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_Bergen_BAF"],[4]]],false]tItypeSTRINGtIpropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValueJSdataJStypeJvalueJStypeARRAYJitemsItem0JItem1 KSdataJ Ktype K KtypeARRAY Kdata0KStypeKKvalue_KStypeARRAY_KitemsItem0LItem1LItem2,MItem3yMItem4MItem5 NItem6JNItem7NItem8NItem9*OItem10kOItem11OItem12OItem13KPItem14PItem15PItem16QItem17dQItem18QItem19QItem203RItem21RItem22RItem23 SItem24MSItem25SSdataLLtypeLvalueselection_toolLtypeSTRINGLdataL,MtypeMvalue?,MtypeSCALAR,Mdata|Item3|Item4|Item5}Item6\}Item7}Item8}Item9<~Item10}~Item11~Item12 Item13]Item14Item15Item16-Item17xItem18Item19Item20FItem21Item22ԁItem23 Item24aItem25data{{type{valueselection_tool{typeSTRING{data |>|type)|value?>|typeSCALAR>|dataN||typev|valueselection_jerry|typeSTRING|data||type|value?|typeSCALAR|data|}type}valueselection_antenna}typeSTRING}data+}\}typeG}value\}typeSCALAR\}datal}}type}valueselection_antenna_rear}typeSTRING}data}}type}value?}typeSCALAR}data~<~type'~valueselection_box<~typeSTRING<~dataL~}~typeh~value?}~typeSCALAR}~data~~type~valueselection_steps~typeSTRING~data~ type~value typeSCALAR data]typeHvalueselection_wheelfront]typeSTRING]datamtypevalue?typeSCALARdatatypevalueselection_wheelstypeSTRINGdata-typevalue-typeSCALAR-data=xtypecvalueselection_barxtypeSTRINGxdatatypevaluetypeSCALARdataɀtypevalueselection_tarptypeSTRINGdataFtype1valueFtypeSCALARFdataVtype~valueselection_doorstypeSTRINGdataԁtypevalue?ԁtypeSCALARԁdata type valueselection_rear typeSTRING data0atypeLvalue?atypeSCALARadataqtypevalueselection_windtypeSTRINGdatatypeقvaluetypeSCALARdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_B_LR_Transport_GB_WCustomAttributes&JpositionaTD:^BhEanglesz@=@:initcall{[this, ["faction", "MNP_NOR_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}texturesCZW&Attribute0^Attribute1nAttributesJpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValuedataȄtypeυvalue[[[["CUP_arifle_L85A2_G","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_Bergen_BAF"],[4]]],false]typeSTRINGpropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValueJdataJtype value4JtypeARRAY4itemsItem0\Item1Jdataltype|typeARRAYdataJtypevalueχJtypeARRAYχitemsItem0Item1[Item2Item3Item4*Item5yItem6Item7Item8OItem9Item10ۋItem11(Item12iItem13Item14Item15GItem16Item17ԍItem18Item19bItem20Item21Item220Item23|Item24Item25 Jdata[typeFvalueselection_tool[typeSTRING[dataktypevalue?typeSCALARdatatypeԉvalueselection_jerrytypeSTRINGdata*typevalue?*typeSCALAR*data:ytypedvalueselection_antennaytypeSTRINGydatatypevaluetypeSCALARdataʊtypevalueselection_antenna_reartypeSTRINGdataOtype:value?OtypeSCALAROdata_typevalueselection_boxtypeSTRINGdataۋtypeƋvalue?ۋtypeSCALARۋdata(typevalueselection_steps(typeSTRING(data8itypeTvalue?itypeSCALARidataytypevalueselection_wheelfronttypeSTRINGdataˌtypevalue?typeSCALARdata Gtype2valueselection_barGtypeSTRINGGdataWtypesvaluetypeSCALARdataԍtypevalueselection_tarpԍtypeSTRINGԍdatatypevaluetypeSCALARdata%btypeMvalueselection_doorsbtypeSTRINGbdatartypevalue?typeSCALARdatatypeڎvalueselection_reartypeSTRINGdata0typevalue?0typeSCALAR0data@|typegvalueselection_roll|typeSTRING|datatypevaluetypeSCALARdata͏ typevalueselection_wind typeSTRING dataJtype5valueJtypeSCALARJdataTypeObjectPositionInfoېsideEmptyflagsAttributesidtypeCUP_B_LR_Transport_GB_WCustomAttributespositionOD0^B/dEangles`?initcall{ [this, ["faction", "MNP_NOR_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}texturesCZWAttribute0Attribute1AnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueAdata%Atype,value[[[["CUP_arifle_L85A2_G","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_Bergen_BAF"],[4]]],false]AtypeSTRINGApropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValueRdatabtype}valuetypeARRAYitemsItem0Item1dataɔtypeٔtypeARRAYdatatypevalue,typeARRAY,itemsItem0lItem1Item2Item3FItem4Item5֗Item6Item7kItem8Item9Item108Item11Item12ƙItem13Item14YItem15Item16Item171Item18rItem19Item20Item21LItem22Item23ٜItem24Item25fdata|typevalueselection_tooltypeSTRINGdataȖtypevalue?typeSCALARdata Ftype1valueselection_jerryFtypeSTRINGFdataVtypervalue?typeSCALARdata֗typevalueselection_antenna֗typeSTRING֗datatypevaluetypeSCALARdata'ktypeVvalueselection_antenna_rearktypeSTRINGkdata{typevalue?typeSCALARdatatypevalueselection_boxtypeSTRINGdata8type#value?8typeSCALAR8dataHtypepvalueselection_stepstypeSTRINGdataƙtypevalue?ƙtypeSCALARƙdata֙typevalueselection_wheelfronttypeSTRINGdata(YtypeDvalueYtypeSCALARYdataitypevalueselection_bartypeSTRINGdatatypeКvaluetypeSCALARdata1typevalueselection_tarp1typeSTRING1dataArtype]valuertypeSCALARrdatatypevalueselection_doorstypeSTRINGdataϛtypevaluetypeSCALARdataLtype7valueselection_rearLtypeSTRINGLdata\typexvaluetypeSCALARdataٜtypeĜvalueselection_rollٜtypeSTRINGٜdatatypevaluetypeSCALARdata*ftypeQvalueselection_windftypeSTRINGfdatavtypevaluetypeSCALARdataTypeObjectPositionInfo8sideEmptyflagsAttributespidtypeCUP_B_LR_Transport_GB_WCustomAttributespositionOD0^BdEangles`?pinitcall{ [this, ["faction", "MNP_NOR_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}texturesCZWAttribute0Attribute1nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuerdatatypevalue[[[["CUP_arifle_L85A2_G","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_Bergen_BAF"],[4]]],false]typeSTRINGpropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValuedatatypeڡvaluetypeARRAYitemsItem0Item1Jdata&Jtype6JtypeARRAYJdataZtypeuvaluetypeARRAYitemsItem0ɣItem1Item2VItem3Item4Item53Item6tItem7ȥItem8 Item9TItem10Item11Item12#Item13uItem14Item15Item16BItem17Item18ϨItem19Item20]Item21Item22Item236Item24wItem25êdata٣typevalueselection_tooltypeSTRINGdata%VtypeAvalue?VtypeSCALARVdataftypevalueselection_jerrytypeSTRINGdatatypeϤvalue?typeSCALARdata3typevalueselection_antenna3typeSTRING3dataCttype_valuettypeSCALARtdataȥtypevalueselection_antenna_rearȥtypeSTRINGȥdataإ typevalue? typeSCALAR dataTtype?valueselection_boxTtypeSTRINGTdatadtypevalue?typeSCALARdatatypeͦvalueselection_stepstypeSTRINGdata#typevalue?#typeSCALAR#data3utype`valueselection_wheelfrontutypeSTRINGudatatypevaluetypeSCALARdataƧtypevalueselection_bartypeSTRINGdataBtype-valueBtypeSCALARBdataRtypeyvalueselection_tarptypeSTRINGdataϨtypevalueϨtypeSCALARϨdataߨtypevalueselection_doorstypeSTRINGdata,]typeHvalue]typeSCALAR]datamtypevalueselection_reartypeSTRINGdatatypeթvaluetypeSCALARdata6type!valueselection_roll6typeSTRING6dataFwtypebvaluewtypeSCALARwdataêtypevalueselection_windêtypeSTRINGêdataӪtypevaluetypeSCALARdataTypeObjectPositionInfosideEmptyflagsAttributesͫidtypeCUP_B_LR_Transport_GB_WCustomAttributes=aposition1OD0^BdEanglesItem7Item8Item9Item10_Item11Item12Item13?Item14Item15Item16 Item17XItem18Item19Item20'Item21sItem22Item23Item24AItem25data߾typeʾvalueselection_tool߾typeSTRING߾data type value? typeSCALAR data0mtypeXvalueselection_jerrymtypeSTRINGmdata}typevalue?typeSCALARdatatypevalueselection_antennatypeSTRINGdata >type)value>typeSCALAR>dataNtype}valueselection_antenna_reartypeSTRINGdatatypevalue?typeSCALARdatatype valueselection_boxtypeSTRINGdata._typeJvalue?_typeSCALAR_dataotypevalueselection_stepstypeSTRINGdatatypevalue?typeSCALARdata?type*valueselection_wheelfront?typeSTRING?dataOtypekvaluetypeSCALARdatatypevalueselection_bartypeSTRINGdata typevalue typeSCALAR dataXtypeCvalueselection_tarpXtypeSTRINGXdatahtypevaluetypeSCALARdatatypevalueselection_doorstypeSTRINGdata'typevalue'typeSCALAR'data7stype^valueselection_rearstypeSTRINGsdatatypevaluetypeSCALARdatatypevalueselection_rolltypeSTRINGdataAtype,valueAtypeSCALARAdataQtypexvalueselection_windtypeSTRINGdatatypevaluetypeSCALAR dataTypeObjectPositionInfohsideEmptyflagsAttributesidtypeCUP_B_LR_MG_GB_WatlOffset9CustomAttributes6positionSD XBzcEangles:@initcall{ [this, ["faction", "MNP_NOR_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}texturesCZWAttribute0HAttribute1nAttributes6propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_L85A2_G","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_Bergen_BAF"],[4]]],false]typeSTRINGpropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};Value6data6type value6typeARRAYitemsItem0FItem1z6dataVztypefztypeARRAYzdata6typevalue6typeARRAYitemsItem0Item1EItem2Item3Item4Item5cItem6Item7Item89Item9Item10Item11Item12SItem13Item14Item154Item16uItem17Item18Item19MItem20Item21Item22Item23hItem24Item256data Etype0valueselection_toolEtypeSTRINGEdataUtypeqvalue?typeSCALARdatatypevalueselection_jerrytypeSTRINGdatatypevalue?typeSCALARdata$ctypeNvalueselection_antennactypeSTRINGcdatastypevaluetypeSCALARdatatypevalueselection_antenna_reartypeSTRINGdata9type$value?9typeSCALAR9dataItypeovalueselection_boxtypeSTRINGdatatypevalue?typeSCALARdatatypevalueselection_stepstypeSTRINGdata"Stype>valueStypeSCALARSdatactypevalueselection_wheelfronttypeSTRINGdatatypevalue?typeSCALARdata4typevalueselection_wheels4typeSTRING4dataDutype`valueutypeSCALARudatatypevalueselection_bartypeSTRINGdatatypevaluetypeSCALARdataMtype8valueselection_tarpMtypeSTRINGMdata]typeyvaluetypeSCALARdatatypevalueselection_doorstypeSTRINGdatatypevalue?typeSCALARdata,htypeSvalueselection_rearhtypeSTRINGhdataxtypevalue?typeSCALARdatatypevalueselection_windtypeSTRINGdata6type!value6typeSCALAR6 dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeCUP_B_LR_MG_GB_WatlOffset9CustomAttributesxposition[QD XB cEangles:@initcall{ [this, ["faction", "MNP_NOR_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}texturesCZWxAttribute0Attribute16nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value 6data6type!value[[[["CUP_arifle_L85A2_G","CUP_launch_M72A6","FirstAidKit","Medikit"],[2,1,10,1]],[["CUP_30Rnd_556x45_Stanag","CUP_M72A6_M","SmokeShell","SmokeShellOrange","Chemlight_red"],[20,2,2,2,2]],[["ToolKit"],[1]],[["CUP_B_Bergen_BAF"],[4]]],false]6typeSTRING6propertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValueGdataWtypervaluetypeARRAYitemsItem0Item1datatypetypeARRAYdatatype value!typeARRAY!itemsItem0aItem1Item2Item3;Item4|Item5Item6 Item7`Item8Item9Item10-Item11zItem12Item13 Item14NItem15Item16Item17(Item18iItem19Item20Item21CItem22Item23Item24Item25]dataqtypevalueselection_tooltypeSTRINGdatatypevalue?typeSCALARdata;type&valueselection_jerry;typeSTRING;dataK|typegvalue?|typeSCALAR|datatypevalueselection_antennatypeSTRINGdata typevalue typeSCALAR data`typeKvalueselection_antenna_rear`typeSTRING`dataptypevalue?typeSCALARdatatypevalueselection_boxtypeSTRINGdata-typevalue?-typeSCALAR-data=ztypeevalueselection_stepsztypeSTRINGzdatatypevaluetypeSCALARdata typevalueselection_wheelfront typeSTRING dataNtype9value?NtypeSCALARNdata^typevalueselection_wheelstypeSTRINGdatatypevaluetypeSCALARdata(typevalueselection_bar(typeSTRING(data8itypeTvalueitypeSCALARidataytypevalueselection_tarptypeSTRINGdatatypevaluetypeSCALARdataCtype.valueselection_doorsCtypeSTRINGCdataStypeovalue?typeSCALARdatatypevalueselection_reartypeSTRINGdatatypevalue?typeSCALARdata!]typeHvalueselection_wind]typeSTRING]datamtypevaluetypeSCALARdataTypeObjectPositionInfo+sideEmptyflagsAttributescidtypeARK_SCA_TRAN_NOR_GNCustomAttributesposition QDdaB5lfEangles?cinitcall{[this, ["faction", "MNP_NOR_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueGdataWtypevalue[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfoJsideEmptyflagsAttributesidtypeARK_SCA_TRAN_NOR_GNCustomAttributespositionL)QDdaBfEangles?initcall{[this, ["faction", "MNP_NOR_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}Attribute0 nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuefdatavtypevalue[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfoisideEmptyflagsAttributesidtypeARK_SCA_TRAN_NOR_GNCustomAttributespositionKQDdaBeEangles?initcall{[this, ["faction", "MNP_NOR_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}Attribute0+nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeARK_SCA_TRAN_NOR_GNCustomAttributes"position^QDl aBoeEangles?:initcall{[this, ["faction", "MNP_NOR_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}"Attribute0JnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["FirstAidKit"],[10]],[[],[]],[[],[]],[[],[]]],false]typeSTRINGdataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_rampartpositionVEkA#Eangles<t@A@disableSimulationdataTypeObjectPositionInfoZsideEmptyflagsAttributesidtypeLand_fort_rampartpositionTEYACustomAttributes/positionYTE]A޹Eangles@texturesGrey/Attribute0WnAttributespropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValuehdataxtypevaluetypeARRAYitemsItem0Item1datatypetypeARRAYdatatype.valueBtypeARRAYBitemsItem0Item1Item2Item3]datatypevalueshowCamonetHulltypeSTRINGdatatypevalue?typeSCALARdata]typeHvalueshowCamonetTurret]typeSTRING]datamtypevalue?typeSCALARdataTypeObjectPositionInfo)sideEmptyflagsAttributesaid typeO_MBT_04_cannon_FCustomAttributeswpositionTEaA)Eangles@atexturesGreywAttribute0nAttributespropertyVehicleCustomizationexpressionif (local _this) then {if (isSimpleObject _this) then {_this setVariable ['bis_fnc_initVehicle_customization',_value]} else {([_this] + _value + [true]) call (uinamespace getvariable 'bis_fnc_initVehicle');};};ValuedatatypevaluetypeARRAYitemsItem0Item1Kdata'Ktype7KtypeARRAYKdata[typevvaluetypeARRAYitemsItem0Item1Item2VItem3datatypevalueshowCamonetHulltypeSTRINGdata%VtypeAvalue?VtypeSCALARVdataftypevalueshowCamonetTurrettypeSTRINGdatatypevalue?typeSCALAR dataTypeObjectPositionInfosideEmptyflagsAttributesid typeB_supplyCrate_FatlOffsetCustomAttributespositionSD`#[BgEanglesz@@:initcall{[this, ["faction", "MNP_NOR_WD"], ["gear", "Truck"]] call hull3_unit_fnc_init;}Attribute0AnAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["launch_NLAW_F","arifle_MX_F","arifle_MX_SW_F","FirstAidKit"],[1,2,1,10]],[["30Rnd_65x39_caseless_mag","16Rnd_9x21_Mag","30Rnd_45ACP_Mag_SMG_01","20Rnd_762x51_Mag","100Rnd_65x39_caseless_mag","1Rnd_HE_Grenade_shell","3Rnd_HE_Grenade_shell","1Rnd_Smoke_Grenade_shell","1Rnd_SmokeGreen_Grenade_shell","Chemlight_green","Laserbatteries","HandGrenade","MiniGrenade","SmokeShell","SmokeShellGreen","UGL_FlareWhite_F","UGL_FlareGreen_F","ACE_20Rnd_65x47_Scenar_mag","ACE_30Rnd_65x47_Scenar_mag","ACE_20Rnd_65_Creedmor_mag","ACE_30Rnd_65_Creedmor_mag","ACE_10Rnd_762x51_M118LR_Mag","ACE_20Rnd_762x51_M118LR_Mag","ACE_10Rnd_762x51_Mk316_Mod_0_Mag","ACE_20Rnd_762x51_Mk316_Mod_0_Mag","ACE_10Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mk319_Mod_0_Mag","ACE_20Rnd_762x51_Mag_Tracer","ACE_20Rnd_762x51_Mag_Tracer_Dim"],[24,6,6,6,6,3,1,2,2,6,2,6,6,2,2,2,2,4,4,4,4,4,4,4,4,4,4,4,4]],[["Laserdesignator","acc_flashlight","bipod_01_F_blk","ACE_Chemlight_Shield"],[1,2,1,12]],[["B_Kitbag_mcamo"],[2]]],false]typeSTRINGdataTypeObjectPositionInfo8sideEmptyflagsAttributespid typeCamoNet_BLUFOR_open_FpositionSDS<\BgEanglesj@7@:pdisableSimulationLinkIDProviderLinks5nextIDKLitemsKItem0RItem1Item2Item39Item4Item5Item6 Item7mItem8Item9Item10TItem11Item12Item13;Item14Item15Item16"Item17oItem18Item19 Item20VItem21Item22Item23=Item24Item25Item26$Item27qItem28Item29 Item30XItem31Item32 Item33T Item34 Item35 Item36P Item37 Item38 Item39L Item40 Item41 Item42A Item43 Item44 Item45( Item46u Item47 Item48Item49\Item50Item51Item52CItem53Item54Item551Item56~Item57Item58Item59eItem60Item61Item62LItem63Item64Item653Item66Item67Item68Item69gItem70Item71Item72NItem73Item745linkIDitem0Gitem1ICustomDatatypeSynclinkIDitem0Witem1NCustomDatatypeSynclinkIDitem0[item1ZCustomData'9typeSync9linkIDitem0]item1^CustomDatattypeSynclinkIDitem0kitem1jCustomDatatypeSynclinkIDitem0uitem1vCustomData typeSync linkIDitem0~item1CustomData[mtypeSyncmlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkID item0item1CustomDataBTtypeSyncTlinkID item0item1CustomDatatypeSynclinkID item0item1CustomDatatypeSynclinkID item0item1CustomData);typeSync;linkID item0item1CustomDatavtypeSynclinkIDitem0%item1CustomDatatypeSynclinkIDitem0%item1CustomData"typeSync"linkIDitem0%item1CustomData]otypeSyncolinkIDitem0%item1CustomDatatypeSynclinkIDitem0(item1)CustomData typeSync linkIDitem0*item1+CustomDataDVtypeSyncVlinkIDitem0Xitem1YCustomDatatypeSynclinkIDitem0-item1.CustomDatatypeSynclinkIDitem0item1%CustomData+=typeSync=linkIDitem0item1%CustomDataxtypeSynclinkIDitem0item1%CustomDatatypeSynclinkIDitem0item1%CustomData$typeSync$linkIDitem0item1CustomData_qtypeSyncqlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData typeSync linkIDitem0item1CustomDataFXtypeSyncXlinkIDitem0item1CustomDatatypeRandomStartlinkIDitem0item1CustomData typeRandomStart linkID item0item1CustomData; T typeRandomStartT linkID!item0}item1CustomData  typeRandomStart linkID"item0}item1CustomData  typeRandomStart linkID#item0item1}CustomData7 P typeRandomStartP linkID$item0item1CustomData  typeRandomStart linkID%item0item1CustomData  typeRandomStart linkID&item0item1CustomData3 L typeRandomStartL linkID'item0item1CustomData  typeRandomStart linkID(item0item1CustomData  typeRandomStart linkID)item0item1CustomData/ A typeSyncA linkID*item0item1CustomData|  typeSync linkID+item0!item1 CustomData  typeSync linkID,item0"item1#CustomData ( typeSync( linkID-item0$item1%CustomDatac u typeSyncu linkID.item0(item1)CustomData  typeSync linkID/item0*item1+CustomData typeSynclinkID0item0Qitem1RCustomDataJ\typeSync\linkID1item0item1YCustomDatatypeSynclinkID2item0item1CustomDatatypeSynclinkID3item0item1~CustomData1CtypeSyncClinkID4item0item1qCustomData~typeSynclinkID5item0item1dCustomDatatypeSynclinkID6item0item1CustomData1typeRandomStart1linkID7item0item1CustomDatal~typeSync~linkID8item0item1=CustomDatatypeSynclinkID9item0item18CustomDatatypeSynclinkID:item0item13CustomDataSetypeSyncelinkID;item0item1CustomDatatypeSynclinkID<item0item1'CustomDatatypeSynclinkID=item0item1CustomData:LtypeSyncLlinkID>item0%item1CustomDatatypeSynclinkID?item0item1CustomDatatypeSynclinkID@item0item1CustomData!3typeSync3linkIDAitem0item1CustomDatantypeSynclinkIDBitem0item1CustomDatatypeSynclinkIDCitem0item1CustomDatatypeSynclinkIDDitem0item1CustomDataUgtypeSyncglinkIDEitem0item1CustomDatatypeSynclinkIDFitem0item1CustomDatatypeSynclinkIDGitem0item1CustomData<NtypeSyncNlinkIDHitem0item1CustomDatatypeSynclinkIDIitem0item1%CustomDatatypeSynclinkIDJitem0 item1%CustomData#5typeSync55D~Kf[oj/_M