sreVadmiral\admiral.hp[hdescription.extU}L^zhull3\briefing\blufor.sqfzL^lhull3\briefing\civilian.sqfo[hull3\briefing\indfor.sqfo[hull3\briefing\opfor.sqfo[hull3\hull3.ho[hull3\LICENSEo[8init.sqf}>B\nmission.sqm}L^class Admiral { isEnabled = 1; class Camp { defaultUnitTemplate = "CUP_SLA_WD"; defaultZoneTemplate = "Camp"; }; class Patrol { defaultUnitTemplate = "CUP_SLA_WD"; defaultZoneTemplate = "Patrol"; }; class Cqc { defaultUnitTemplate = "CUP_SLA_WD"; defaultZoneTemplate = "Cqc"; }; };#include "admiral\admiral.h" #include "hull3\hull3.h" enableDebugConsole = 1; disableChannels[]={{2,true,true},{4,true,true},{6,true,true}}; onLoadName = "Worb Landings"; onLoadMission = "Made with Hull3"; author = "HawKitsune"; loadScreen = "x\ark\addons\hull3\resources\hull3_logo.paa"; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 62; }; 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 = 7; 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","
We are to navally assault the the coast around the town of Worb and Homburg Fort to secure a beachhead for additional forces

ENEMY FORCES
SLA forces including Infantry, Motorized, Armored, and Air

FRIENDLY FORCES
USMC Infantry supported by AAV's and LAV-25's "]]; // Mission player createDiaryRecord ["Diary", ["Mission","
You are to assault the coast around Worb and Homburg Fort to secure a large beachhead

Once landed you must take these key points to secure the area
Clear Worb's Docks
Clear SLA HQ
Clear Munsingen
Clear Oil Tanks
Clear Homburg Fort

Do these Objectives in the given order "]]; // Execution player createDiaryRecord ["Diary", ["Execution","
COMMANDER'S INTENT
Take the objectives starting with Worb.

DO NOT destroy critical infrastructure, mainly the docks and oil tanks

MOVEMENT PLAN
Via armed boats or in APC/IFV's

FIRE SUPPORT PLAN
AAV's and LAV-25's

SPECIAL TASKS
There is a commander reported to be at the head quarters in Worb, try and get his red beret to the CO for glory points and a cookie "]]; // Administration player createDiaryRecord ["Diary", ["Administration","
There is one boat for CO, and two for each Squad

The boats carry nine people so there should be enough room for everyone plus we have the vics still

The boats are grounded and will require 2-4 pushes from the rear via ACE interact to get them movable, this is so they don't float away. "]]; // Credits player createDiaryRecord ["Diary", ["Credits", "
Made by HawKitsune "]]; // 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 USM_USMC_80_WD { gear = "M16A2_US"; uniform = "USM_USMC_80_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.ark_fnc_cleanUpAI = { params ["_trigger"]; private _unitTemplate = adm_camp_defaultUnitTemplate; private _side = [_unitTemplate] call adm_common_fnc_getUnitTemplateSide; { if ((side _x == _side) && { (!isPlayer _x) } && { (_x inArea _trigger) } ) then { deleteVehicle _x; }; } forEach allUnits; };raPversion5EditorDataaddonsA3_Characters_FA3_Ui_Fark_clear_cargoark_ai_sentryCUP_Creatures_Military_SLACUP_Creatures_StaticWeaponsCUP_Misc3_Configace_nouniformrestrictionsCUP_TrackedVehicles_AAVCUP_WheeledVehicles_LAV25CUP_AirVehicles_MH60SCUP_WaterVehicles_RHIBCUP_Buildings_Configadmiralark_rotorark_ace_rearmAddonsMetaDatarandomSeedScenarioData CustomAttributes Mission  moveGridStep?angleGridStep >scaleGridStep?autoGroupingDist AtogglesItemIDProviderMarkerIDProviderLayerIndexProviderCameranextIDnextIDnextIDpos{\9DB Edir\>{08җ#?up\>1?'v)?asidek?j5ЦȾList+ itemsItem0Item1|Item2Item3]Item4Item5Item6hItem7Item8!Item9jItem10Item11Item12CItem13Item14Item15 classNameA3_Characters_FnameArma 3 Alpha - Characters and ClothingauthorBohemia Interactiveurlhttps://www.arma3.com|classNameA3_Ui_FnameArma 3 - User InterfaceauthorBohemia Interactiveurlhttps://www.arma3.comclassNameark_clear_cargonameARK Inhouse - Clear CargoauthorARKurlhttp://www.ark-group.org]classNameark_ai_sentrynameARK Inhouse - AI SentryauthorARKurlhttp://www.ark-group.orgclassNameCUP_Creatures_Military_SLAnameCUP_Creatures_Military_SLAclassNameCUP_Creatures_StaticWeaponsnameCUP_Creatures_StaticWeaponshclassNameCUP_Misc3_ConfignameCUP_Misc3_ConfigclassNameace_nouniformrestrictionsnameACE3 - No Uniform RestrictionsauthorACE-Teamurlhttp://ace3mod.com/!classNameCUP_TrackedVehicles_AAVnameCUP_TrackedVehicles_AAVjclassNameCUP_WheeledVehicles_LAV25nameCUP_WheeledVehicles_LAV25classNameCUP_AirVehicles_MH60SnameCUP_AirVehicles_MH60SclassNameCUP_WaterVehicles_RHIBnameCUP_WaterVehicles_RHIBCclassNameCUP_Buildings_ConfignameCUP_Buildings_ConfigclassNameAdmiralnameadmiralauthorKamiclassNameark_rotornameARK Inhouse - RotorauthorARKurlhttp://www.ark-group.org classNameark_ace_rearmnameARK Inhouse - ACE RearmauthorARKurlhttp://www.ark-group.org authorHawKitsuneHeader gameTypeCoopminPlayersmaxPlayers= Category0 nameMultiplayerAttribute0I Attribute1 nAttributes propertyRespawnButtonexpressiontrueValue data type value? typeSCALAR propertyRespawnTemplatesexpressiontrueValue data type0 valueD typeARRAYD itemsItem0a dataq type valueNone typeSTRING Intel EntitiesD ConnectionsbbriefingNameark_co61_worb_landingsoverviewTextSlot APC and/or IFV-we have boatstimeOfChangesFstartWeather>startWindforecastWeather>forecastWindforecastWavesforecastLightnings=wavesForcedwindForcedyearmonthday hour minutestartFogDecayT<forecastFogDecayTItem9DItem10KItem11WItem12cItem13oItem14+uItem15}Item16~Item17+Item18"Item19Item20Item21Item22{Item23xItem24_Item25DItem26"&Item27S0Item28[Item29~\Item30QnItem31xItem32YyItem33{Item34Item35Item36Item37]bdataTypeGroupsideWestEntitiesnAttributesidatlOffsetp4<itemsItem0Item1GItem2Item3AdataTypeObjectPositionInfo*sideWestflagsAttributesbidtypeB_officer_FatlOffsetp4B0Eangles@k?D=skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "Rifleman"]] call hull3_unit_fnc_init;descriptionUSMC - Platoon Rifleman@COisPlayableAdataTypeObjectPositionInfosideWestflagsAttributesidtypeB_officer_FatlOffset4<positionC\=BEangles@k?D=skill?rankLIEUTENANTinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "XO"], ["marker", "XO", "ColorYellow"]] call hull3_unit_fnc_init;descriptionUSMC - Executive Officer@COisPlayabledataTypeGroupsideWestEntities/Attributes{idatlOffsetp4<itemsItem0WItem1{dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_Soldier_SL_FatlOffsetp4<positioniMC'Jskill?rankSERGEANTinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "SL"], ["marker", "ASL", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha Squad Leader@Alpha SLisPlayabledataTypeObjectPositionInfogsideWestflagsAttributesidtypeB_medic_FatlOffsetp4<{positionjZC:B%kEangles#<?`t>skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "Medic"], ["marker", "AM", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha Squad Medic@Alpha SLisPlayable{dataTypeGroupsideWestEntitiesAttributes id atlOffsetp4< itemsItem0Item1Item2-Item3 dataTypeObjectPositionInfosideWestflagsAttributesid typeB_Soldier_TL_FatlOffsetp4<positionKCk4BEangles%@?#I>skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "FTL"], ["marker", "A1", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 1 Fireteam Leader@Alpha 1isPlayabledataTypeObjectPositionInfo2sideWestflagsAttributesjid typeB_soldier_AR_FatlOffsetp4<-position; C#2BEangles%@?#I>jskill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 1 Automatic Rifleman@Alpha 1isPlayable-dataTypeObjectPositionInfosideWestflagsAttributesid typeB_Soldier_A_FatlOffsetp4<positionC1BrEangles%@?#I>skill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 1 Assistant Automatic Rifleman@Alpha 1isPlayabledataTypeObjectPositionInfo%sideWestflagsAttributes]id typeB_soldier_LAT_FatlOffset4< positionfCH1BaEangles]<?#I>]skill?init[this, ["faction", "USM_USMC_80_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 1 Rifleman (AT)@Alpha 1isPlayable  dataTypeGroupsideWestEntitiesk Attributes&idatlOffsetp4<&itemsItem0 Item1A"Item2#Item33%&dataTypeObjectPositionInfo*!sideWestflagsAttributesb!idtypeB_Soldier_TL_FatlOffsetp4b!skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "FTL"], ["marker", "A2", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 2 Fireteam Leader@Alpha 2isPlayableA"dataTypeObjectPositionInfo"sideWestflagsAttributes"idtypeB_soldier_AR_FatlOffsetp4<#positionCVD)BEangles@?s7p>"skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 2 Automatic Rifleman@Alpha 2isPlayable#dataTypeObjectPositionInfo=$sideWestflagsAttributesu$idtypeB_Soldier_A_FatlOffsetp4<3%positionCL(BEangles@?s7p>u$skill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 2 Assistant Automatic Rifleman@Alpha 2isPlayable3%dataTypeObjectPositionInfo%sideWestflagsAttributes%idtypeB_soldier_LAT_FatlOffsetp4<&positionCW'BoEangles[=?7p>%skill?init[this, ["faction", "USM_USMC_80_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 2 Rifleman (AT)@Alpha 2isPlayable&&dataTypeGroupsideWestEntities&Attributes+-idatlOffset4<1-itemsItem09'Item1(Item2M*Item3++-dataTypeObjectPositionInfo'sideWestflagsAttributes'idtypeB_Soldier_TL_FatlOffset4<(positionJC"BثEangles@?E>'skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "FTL"], ["marker", "A3", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 3 Fireteam Leader@Alpha 3isPlayable(dataTypeObjectPositionInfoR)sideWestflagsAttributes)idtypeB_soldier_AR_FatlOffsetp4)skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 3 Automatic Rifleman@Alpha 3isPlayableM*dataTypeObjectPositionInfo*sideWestflagsAttributes+idtypeB_Soldier_A_FatlOffsetp4<+positionCB5Eangles8@?>+skill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 3 Assistant Automatic Rifleman@Alpha 3isPlayable+dataTypeObjectPositionInfoE,sideWestflagsAttributes},idtypeB_soldier_LAT_FatlOffsetp4<+-positionlCVBIuEangles8@?>},skill?init[this, ["faction", "USM_USMC_80_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Alpha 3 Rifleman (AT)@Alpha 3isPlayable+-1-dataTypeGroupsideWestEntities-Attributes0idatlOffsetp4<0itemsItem0-Item1I/0dataTypeObjectPositionInfo4.sideWestflagsAttributesl.idtypeB_Soldier_SL_FatlOffsetp4l.skill?rankSERGEANTinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "SL"], ["marker", "BSL", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo Squad Leader @Bravo SLisPlayableI/dataTypeObjectPositionInfo/sideWestflagsAttributes/idtypeB_medic_FatlOffsetp4<0positionEC`5BEanglesq@|/skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "Medic"], ["marker", "BM", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo Squad Medic@Bravo SLisPlayable00dataTypeGroupsideWestEntities:1Attributesk7idatlOffset4>12skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "FTL"], ["marker", "B1", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 1 Fireteam Leader@Bravo 1isPlayable3dataTypeObjectPositionInfo3sideWestflagsAttributes3idtypeB_soldier_AR_FatlOffsetp4<4positionOC/BwEanglesQ@|3skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 1 Automatic Rifleman@Bravo 1isPlayable4dataTypeObjectPositionInfo 5sideWestflagsAttributesE5idtypeB_Soldier_A_FatlOffsetp4<6positionƛCCu.BvEanglesQ@|E5skill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 1 Assistant Automatic Rifleman@Bravo 1isPlayable6dataTypeObjectPositionInfo6sideWestflagsAttributes6idtypeB_soldier_LAT_FatlOffset46skill?init[this, ["faction", "USM_USMC_80_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 1 Rifleman (AT)@Bravo 1isPlayablek7q7dataTypeGroupsideWestEntities7Attributes=id$atlOffsetp4<>itemsItem0 8Item19Item2;Item3<=dataTypeObjectPositionInfo8sideWestflagsAttributes8id typeB_Soldier_TL_FatlOffsetp4<9positionTC'B Eangles5~@|8skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "FTL"], ["marker", "B2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 2 Fireteam Leader@Bravo 2isPlayable9dataTypeObjectPositionInfo#:sideWestflagsAttributes[:id!typeB_soldier_AR_FatlOffsetp4<;positionOC$BEangles5~@|[:skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 2 Automatic Rifleman@Bravo 2isPlayable;dataTypeObjectPositionInfo;sideWestflagsAttributes;id"typeB_Soldier_A_FatlOffsetp4<<position-Cc2#BEangles5~@|;skill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 2 Assistant Automatic Rifleman@Bravo 2isPlayable<dataTypeObjectPositionInfo=sideWestflagsAttributesN=id#typeB_soldier_LAT_FatlOffsetp4<=positiony&C!BEangles3@|N=skill?init[this, ["faction", "USM_USMC_80_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 2 Rifleman (AT)@Bravo 2isPlayable=>dataTypeGroupsideWestEntities\>AttributesDid)atlOffsetp4Item13@Item2AItem3%CDdataTypeObjectPositionInfo?sideWestflagsAttributesS?id%typeB_Soldier_TL_FatlOffsetp4<3@positionACBT#Eangles<|S?skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "FTL"], ["marker", "B3", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 3 Fireteam Leader@Bravo 3isPlayable3@dataTypeObjectPositionInfo@sideWestflagsAttributes@id&typeB_soldier_AR_FatlOffset`4>@skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 3 Automatic Rifleman@Bravo 3isPlayableAdataTypeObjectPositionInfo/BsideWestflagsAttributesgBid'typeB_Soldier_A_FatlOffset`4<%CpositionC!BEangles3@|>gBskill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 3 Assistant Automatic Rifleman@Bravo 3isPlayable%CdataTypeObjectPositionInfoCsideWestflagsAttributesCid(typeB_soldier_LAT_FatlOffsetp4>Cskill?init[this, ["faction", "USM_USMC_80_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Bravo 3 Rifleman (AT)@Bravo 3isPlayableDDdataTypeGroupsideWestEntitiesDAttributes Kid,atlOffsetKitemsItem0EItem1H K dataTypeObjectPositionInfoEsideWestflagsAttributesEid*typeB_Soldier_SL_FatlOffsetCustomAttributesFHpositionLD0IBWEangles\@:?#Eangles:?Uskill?init[this, ["faction", "USM_USMC_80_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 1 Rifleman (AT) (JIP)@Charlie 1isPlayableUAttribute0UAttribute1VnAttributesWpropertyspeakerexpression_this setspeaker _value;ValueAVVdataQVVtypesVvalueMale01ENGVtypeSTRINGVpropertypitchexpression_this setpitch _value;ValueVWdataVWtypeVvaluep}?WtypeSCALARWWdataTypeGroupsideWestEntities_WAttributescid6citemsItem0WItem1ZItem2s]Item3H`cdataTypeObjectPositionInfo$XsideWestflagsAttributes\Xid2typeB_Soldier_TL_FCustomAttributesGYZpositionRJDIB/UEanglesd];:?@\Xskill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "FTL"], ["marker", "C2", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 2 Fireteam Leader (JIP)@Charlie 2isPlayableGYAttribute0YAttribute1ZnAttributesZpropertyspeakerexpression_this setspeaker _value;ValueYZdataYZtypeYvalueMale07ENGZtypeSTRINGZpropertypitchexpression_this setpitch _value;ValueVZZdatafZZtypeZvalue33s?ZtypeSCALARZdataTypeObjectPositionInfo[sideWestflagsAttributesV[id3typeB_soldier_AR_FCustomAttributes#\s]positionIDIB1dEanglesd];:?@V[skill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 2 Automatic Rifleman (JIP)@Charlie 2isPlayable#\Attribute0[\Attribute1\nAttributess]propertyspeakerexpression_this setspeaker _value;Value\\data\\type\valueMale07ENG\typeSTRING\propertypitchexpression_this setpitch _value;Value2]s]dataB]s]type^]value\?s]typeSCALARs]dataTypeObjectPositionInfo]sideWestflagsAttributes1^id4typeB_Soldier_A_FCustomAttributes^H`position%IDIBWEanglesC;:?\@1^skill?init[this, ["faction", "USM_USMC_80_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 2 Assistant Automatic Rifleman (JIP)@Charlie 2isPlayable^Attribute00_Attribute1_nAttributesH`propertyspeakerexpression_this setspeaker _value;Valuez__data__type_valueMale08ENG_typeSTRING_propertypitchexpression_this setpitch _value;Value`H`data`H`type3`valueHz?H`typeSCALARH`dataTypeObjectPositionInfo`sideWestflagsAttributesaid5typeB_soldier_LAT_FCustomAttributesacpositionWIDIBHEanglesC;:?\@askill?init[this, ["faction", "USM_USMC_80_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 2 Rifleman (AT) (JIP)@Charlie 2isPlayableaAttribute0aAttribute1bnAttributescpropertyspeakerexpression_this setspeaker _value;ValueBbbdataRbbtypetbvalueMale01ENGbtypeSTRINGbpropertypitchexpression_this setpitch _value;Valuebcdatabctypebvalue\?ctypeSCALARccdataTypeGroupsideWestEntities`cAttributesoid;oitemsItem0cItem1fItem2tiItem3IlodataTypeObjectPositionInfo%dsideWestflagsAttributes]did7typeB_Soldier_TL_FCustomAttributesHefpositionIEHDIB[EanglesC;:?\@]dskill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "FTL"], ["marker", "C3", "ColorGreen"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 3 Fireteam Leader (JIP)@Charlie 3isPlayableHeAttribute0eAttribute1fnAttributesfpropertyspeakerexpression_this setspeaker _value;ValueefdataeftypeevalueMale01ENGftypeSTRINGfpropertypitchexpression_this setpitch _value;ValueWffdatagfftypefvalue ׃?ftypeSCALARfdataTypeObjectPositionInfogsideWestflagsAttributesWgid8typeB_soldier_AR_FCustomAttributes$htiposition`GDIB{kEanglesC;:?5@Wgskill?rankCORPORALinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "AR"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 3 Automatic Rifleman (JIP)@Charlie 3isPlayable$hAttribute0\hAttribute1hnAttributestipropertyspeakerexpression_this setspeaker _value;ValuehhdatahhtypehvalueMale06ENGhtypeSTRINGhpropertypitchexpression_this setpitch _value;Value3itidataCititype_ivalueQx?titypeSCALARtidataTypeObjectPositionInfoisideWestflagsAttributes2jid9typeB_Soldier_A_FCustomAttributesjIlposition&GDNJB_EanglesC;:?5@2jskill?init[this, ["faction", "USM_USMC_80_WD"], ["gear", "AAR"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 3 Assistant Automatic Rifleman (JIP)@Charlie 3isPlayablejAttribute01kAttribute1knAttributesIlpropertyspeakerexpression_this setspeaker _value;Value{kkdatakktypekvalueMale09ENGktypeSTRINGkpropertypitchexpression_this setpitch _value;ValuelIldatalIltype4lvalueG?IltypeSCALARIldataTypeObjectPositionInfolsideWestflagsAttributes mid:typeB_soldier_LAT_FCustomAttributesmopositionܨGDIBQEanglesC;:?5@ mskill?init[this, ["faction", "USM_USMC_80_WD"], ["gear", "RAT"]] call hull3_unit_fnc_init;descriptionUSMC - Charlie 3 Rifleman (AT) (JIP)@Charlie 3isPlayablemAttribute0mAttribute1nnAttributesopropertyspeakerexpression_this setspeaker _value;ValueCnndataSnntypeunvalueMale10ENGntypeSTRINGnpropertypitchexpression_this setpitch _value;Valuenodatanotypenvalue\?otypeSCALARoodataTypeGroupsideWestEntitiesaoAttributes%uid?+uitemsItem0oItem1yrItem2s%udataTypeObjectPositionInfopsideWestflagsAttributesMpid<typeB_crew_FCustomAttributes)qyrposition:Ch=B͐Eangles =D?s1=Mpskill?rankSERGEANTinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "VC"], ["marker", "APC1", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - APC 1 Commander (AAV)@APC 1isPlayable)qAttribute0aqAttribute1qnAttributesyrpropertyspeakerexpression_this setspeaker _value;ValueqqdataqqtypeqvalueMale01ENGqtypeSTRINGqpropertypitchexpression_this setpitch _value;Value8ryrdataHryrtypedrvalue?yrtypeSCALARyrdataTypeObjectPositionInforsideWestflagsAttributes,sid=typeB_crew_FatlOffset6spositionC;BƥEangles =D?ȵ=,sskill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUSMC - APC 1 Driver@APC 1isPlayablesdataTypeObjectPositionInfoJtsideWestflagsAttributestid>typeB_crew_FatlOffset6%upositionRC =BuEangles =D?ȵ=tskill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUSMC - APC 1 Gunner@APC 1isPlayable%u+udataTypeGroupsideWestEntitiesuuAttributes}idC}itemsItem0uItem1xItem2F{}dataTypeObjectPositionInfo)vsideWestflagsAttributesavid@typeB_crew_FCustomAttributesDwxpositionAD KBEangles@QE?@avskill?rankSERGEANTinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "VC"], ["marker", "APC2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - APC 2 Commander (AAV) (JIP)@APC 2isPlayableDwAttribute0|wAttribute1 xnAttributesxpropertyspeakerexpression_this setspeaker _value;Valuew xdataw xtypewvalueMale08ENG xtypeSTRING xpropertypitchexpression_this setpitch _value;ValueSxxdatacxxtypexvalueG?xtypeSCALARxdataTypeObjectPositionInfoysideWestflagsAttributesMyidAtypeB_crew_FCustomAttributesyF{positionM@D\KB0Eangles@D?@Myskill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUSMC - APC 2 Driver (JIP)@APC 2isPlayableyAttribute0.zAttribute1znAttributesF{propertyspeakerexpression_this setspeaker _value;ValuexzzdatazztypezvalueMale02ENGztypeSTRINGzpropertypitchexpression_this setpitch _value;Value{F{data{F{type1{value?F{typeSCALARF{dataTypeObjectPositionInfo{sideWestflagsAttributes{idBtypeB_crew_FCustomAttributes|}position˼@DCKBvEangles:;D?c@{skill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUSMC - APC 2 Gunner (JIP)@APC 2isPlayable|Attribute0|Attribute1q}nAttributes}propertyspeakerexpression_this setspeaker _value;Value*}q}data:}q}type\}valueMale08ENGq}typeSTRINGq}propertypitchexpression_this setpitch _value;Value}}data}}type}value33s?}typeSCALAR}}dataTypeLogicPositionInfo~nameadm_hc_unitisPlayabledescriptionHCidntypeHeadlessClient_FatlOffset@D~positionzD~dataTypeMarkerposition9ԢC Enamemarker_0textCO/A/B-boatstypemil_dotidatlOffset?+dataTypeGroupsideWestEntitiesuAttributesid"itemsItem0Item1Item2փdataTypeObjectPositionInfo)sideWestflagsAttributesaidtypeB_crew_FCustomAttributes@position`C#@B!EanglesE?0=askill?rankSERGEANTinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "VC"], ["marker", "IFV1", "ColorRed"]] call hull3_unit_fnc_init;descriptionUSMC - IFV 1 Commander (LAV-25)@IFV 1isPlayable@Attribute0xAttribute1 nAttributespropertyspeakerexpression_this setspeaker _value;Value dataҁ typevalueMale11ENG typeSTRING propertypitchexpression_this setpitch _value;ValueOdata_type{value ׃?typeSCALARdataTypeObjectPositionInfosideWestflagsAttributes3idtypeB_crew_Fփposition?C?B6EanglesD?0=3skill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUSMC - IFV 1 Driver@IFV 1isPlayableփdataTypeObjectPositionInfoAsideWestflagsAttributesyidtypeB_crew_Fposition zCO?BEangles]e<D?0=yskill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUSMC - IFV 1 Gunner@IFV 1isPlayable"dataTypeGroupsideWestEntitieslAttributesiditemsItem0Item1Item2@dataTypeObjectPositionInfo sideWestflagsAttributesXidtypeB_crew_FCustomAttributes>positionBDjJB/Eanglesd];QE?c@Xskill?rankSERGEANTinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "VC"], ["marker", "IFV2", "ColorBlue"]] call hull3_unit_fnc_init;descriptionUSMC - IFV 2 Commander (LAV-25) (JIP)@IFV 2isPlayable>Attribute0vAttribute1nAttributespropertyspeakerexpression_this setspeaker _value;ValuedataЇtypevalueMale04ENGtypeSTRINGpropertypitchexpression_this setpitch _value;ValueMdata]typeyvalueff?typeSCALARdataTypeObjectPositionInfosideWestflagsAttributesGidtypeB_crew_FCustomAttributes@position@DKKBCEangles:;D?c@Gskill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "VD"]] call hull3_unit_fnc_init;descriptionUSMC - IFV 2 Driver (JIP)@IFV 2isPlayableAttribute0(Attribute1nAttributes@propertyspeakerexpression_this setspeaker _value;ValuerdatatypevalueMale06ENGtypeSTRINGpropertypitchexpression_this setpitch _value;Value@data@type+value?@typeSCALAR@dataTypeObjectPositionInfosideWestflagsAttributesidtypeB_crew_FCustomAttributespositionADSKBwEanglesD?5@skill?init [this, ["faction", "USM_USMC_80_WD"], ["gear", "VG"]] call hull3_unit_fnc_init;descriptionUSMC - IFV 2 Gunner (JIP)@IFV 2isPlayableAttribute0ڌAttribute1knAttributespropertyspeakerexpression_this setspeaker _value;Value$kdata4ktypeVvalueMale09ENGktypeSTRINGkpropertypitchexpression_this setpitch _value;ValuedatatypeݍvalueG?typeSCALARdataTypeLayernameObj MarkersEntitiesIidatlOffsetAitemsItem0Item1Item2ZItem3Item4"dataTypeMarkerpositionEq=@UEnamemrk0typeEmptyidatlOffset:dataTypeMarkerpositionR.E3sBEnamemrk1typeEmptyidatlOffset7ZdataTypeMarkerposition{IEOOAVeEnamemrk2typeEmptyidatlOffset&dataTypeMarkerposition!V]E= A?^Enamemrk3typeEmptyidatlOffset"dataTypeMarkerpositionP4EAB Enamemrk4typeEmptyidatlOffset9dataTypeLogicPositionInfoidtypeARK_Clear_VehicleatlOffsetTBposition&pEdataTypeLogicPositionInfopidtypeARK_Make_SentryatlOffsetBCustomAttributes{position FAttribute0nAttributes{propertyARK_Make_Sentry_Enabled_Nightvisionexpression_this setVariable ['Enabled_Nightvision',_value,true];Value<{dataL{typehvalue{typeBOOL{dataTypeLayernameWorb HQEntitiesȒideatlOffsetA?xitemsItem0̓Item1Item2EItem3Item4Item5Item6Item7$Item8FItem9Item10Item11Item12&Item13EItem14Item15ʥItem16Item17 Item18+Item19JItem20ixdataTypeGroupsideEastEntities%AttributesܔCrewLinksidAitemsItem0BܔdataTypeObjectPositionInfosideEastflagsAttributes֔idBtypeCUP_O_sla_SoldierܔpositionK)EB/E֔ܔLinkIDProviderLinksnextIDitemsItem07linkIDitem0Bitem1@CustomDatarroleturretPathdataTypeObjectPositionInfosideEastflagsAttributes?id@typeCUP_O_DSHKM_SLAEposition)E9B-Eangles@h@o(>?EdataTypeGroupsideEastEntitiesAttributesUCrewLinks[idCitemsItem0UdataTypeObjectPositionInfo/sideEastflagsAttributesOidDtypeCUP_O_sla_SoldierUposition0Ed]B6EOU[LinkIDProviderLinksnextIDitemsItem0linkIDitem0Ditem1?CustomDataroleturretPathdataTypeObjectPositionInfosideEastflagsAttributesid?typeCUP_O_DSHKM_SLAposition0EꮨB6Eanglesl@s?dataTypeGroupsideEastEntitiesAttributesڙidEitemsItem0%ڙdataTypeObjectPositionInfosideEastflagsAttributesԙidFtypeCUP_O_sla_Soldier_MGڙposition0EB>VEangles ?ԙڙdataTypeGroupsideEastEntities*AttributesidGitemsItem0GdataTypeObjectPositionInfosideEastflagsAttributesidHtypeCUP_O_sla_Soldier_MGposition0EKlBEanglesB/?dataTypeGroupsideEastEntitiesLAttributesidI$itemsItem0idataTypeObjectPositionInfosideEastflagsAttributesidJtypeCUP_O_sla_Soldier_ATposition:0EsB^EanglesO?$dataTypeGroupsideEastEntitiesnAttributes@idKFitemsItem0@dataTypeObjectPositionInfosideEastflagsAttributes:idLtypeCUP_O_sla_Soldier_AT@position0EsBtEanglesp?:@FdataTypeGroupsideEastEntitiesAttributesidMatlOffset7itemsItem0dataTypeObjectPositionInfoAsideEastflagsAttributesyidNtypeCUP_O_sla_SoldieratlOffset7position-EB8EanglesJ@ydataTypeGroupsideEastEntitiesϞAttributesidOitemsItem0dataTypeObjectPositionInfo`sideEastflagsAttributesidPtypeCUP_O_sla_SoldierpositionS*E9BEanglesVU@dataTypeGroupsideEastEntitiesAttributesidQatlOffsetitemsItem0dataTypeObjectPositionInfosideEastflagsAttributes۠idRtypeCUP_O_sla_Soldier_LATatlOffsetposition,EJBDEangles3n@۠dataTypeGroupsideEastEntitiesAAttributes idTatlOffset&itemsItem0^ dataTypeObjectPositionInfosideEastflagsAttributesidStypeCUP_O_sla_SoldieratlOffset positionE,E[B?Eangles"@ &dataTypeGroupsideEastEntitiespAttributes?idUEitemsItem0?dataTypeObjectPositionInfosideEastflagsAttributes9idVtypeCUP_O_sla_Soldier?positionU.EsBZEangles+8@9?EdataTypeGroupsideEastEntitiesAttributesidWatlOffset@itemsItem0dataTypeObjectPositionInfoCsideEastflagsAttributes{idXtypeCUP_O_sla_Soldier_ARatlOffset@position!0EBEanglesmW@{dataTypeGroupsideEastEntitiesAttributesĥidYatlOffset`8ʥitemsItem0ĥdataTypeObjectPositionInfosideEastflagsAttributesidZtypeCUP_O_sla_Soldier_LATatlOffset`8ĥposition?)E]BEangles#Ў@ĥʥdataTypeGroupsideEastEntitiesAttributesid[itemsItem01dataTypeObjectPositionInfosideEastflagsAttributesid\typeCUP_O_sla_Soldier_LATposition*E蒣B¿EanglesKF@dataTypeGroupsideEastEntities7Attributesid] itemsItem0TdataTypeObjectPositionInfoȧsideEastflagsAttributesid^typeCUP_O_sla_Officerpositione/EۭBEangles> dataTypeGroupsideEastEntitiesVAttributes%id_+itemsItem0s%dataTypeObjectPositionInfosideEastflagsAttributesid`typeCUP_O_sla_SpecOps%positionL/EiBEangles&L?%+dataTypeGroupsideEastEntitiesuAttributesDidaJitemsItem0DdataTypeObjectPositionInfosideEastflagsAttributes>idbtypeCUP_O_sla_SpecOpsDpositionQ/EiBEangles?>DJdataTypeGroupsideEastEntitiesAttributescidciitemsItem0cdataTypeObjectPositionInfo%sideEastflagsAttributes]iddtypeCUP_O_sla_SpecOpscpositionR/EڭBWEangles#?]cidataTypeLayernameEmpty Worb HQEntitiesid%atlOffsetxitemsItem0Item1mItem2>Item3Item4Item5Item6Item7cItem84Item9Item10ִItem11Item12xItem13KItem14Item15Item16ҹItem17xdataTypeObjectPositionInfosideEmptyflagsAttributesOid-typeLand_fort_bagfence_longmposition,EBfEangles@wȣposition,EBEangles l@@Σ< disableSimulation>dataTypeObjectPositionInfoɮsideEmptyflagsAttributesid/typeLand_fort_bagfence_longatlOffset9position0EѧB!EanglesqD=5@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesүid0typeLand_fort_bagfence_longposition&1ERB EanglesqD=P7@\=үdisableSimulationdataTypeObjectPositionInfoksideEmptyflagsAttributesid1typeLand_fort_bagfence_longposition-E5B*KEangles5@X=disableSimulationdataTypeObjectPositionInfo<sideEmptyflagsAttributestid2typeLand_fort_bagfence_longposition-EzvBQEanglesr5@X=tdisableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributesEid3typeLand_fort_bagfence_longcposition9*E_BqEangles=@X=EdisableSimulationcdataTypeObjectPositionInfo޲sideEmptyflagsAttributesid4typeLand_fort_bagfence_long4position*EҡBEangles=q@X=disableSimulation4dataTypeObjectPositionInfosideEmptyflagsAttributesid5typeLand_fort_bagfence_longpositionѷ)EޡBEanglesv@@|Y>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesid6typeLand_fort_bagfence_longִpositiony*EBEanglesD\@ @i=disableSimulationִdataTypeObjectPositionInfoQsideEmptyflagsAttributesid;typeLand_fort_bagfence_longposition\0E4BEangles@disableSimulationdataTypeObjectPositionInfo"sideEmptyflagsAttributesZid=typeLand_fort_bagfence_longxpositionJ0E%BnEanglesl@]@_@ZdisableSimulationxdataTypeObjectPositionInfosideEmptyflagsAttributes-id<typeLand_fort_bagfence_cornerKposition_0E4BHEanglesm:@-disableSimulationKdataTypeObjectPositionInfoȷsideEmptyflagsAttributesid>typeLand_fort_bagfence_cornerpositionF0E'BlUEangles 8@$@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesҸid7typeLand_fort_bagfence_roundposition)EKB'Eangles@Ni@o(>ҸdisableSimulationdataTypeObjectPositionInfo|sideEmptyflagsAttributesid8typeLand_fort_bagfence_roundatlOffset8ҹposition0EoBNB&EanglesJ<D?1=gskill?lockUNLOCKEDinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "Armored"]] call hull3_unit_fnc_init;dataTypeObjectPositionInfonsideEmptyflagsAttributesid]typeCUP_B_LAV25M240_USMCatlOffset_%position=DVBd'Eangles\@D?MK@skill?lockUNLOCKEDinit [this, ["faction", "USM_USMC_80_WD"], ["gear", "Armored"]] call hull3_unit_fnc_init;% dataTypeObjectPositionInfosideEmptyflagsAttributesid6typeCUP_B_MH60S_FFV_USMCatlOffsetPCustomAttributesupositionxID/RB\Eanglesn<Ε?P@skill?lockUNLOCKEDinit [this, ["faction", "USM_USA_80_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;uAttribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_M4A1","FirstAidKit"],[1,4]],[["CUP_30Rnd_556x45_Stanag","SmokeShell","SmokeShellOrange","Chemlight_red"],[10,2,2,2]],[[],[]],[[],[]]],false]typeSTRING dataTypeObjectPositionInfojsideEmptyflagsAttributesidtypeCUP_B_RHIB_USMCatlOffsetCustomAttributespositionC^o@ޙEanglesy@qg@v>initcall{ [this, ["faction", "USM_USMC_80_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}Attribute0/nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuedatatypevalue[[[["CUP_arifle_M16A4_Base","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_USMC_MOLLE"],[4]]],false]typeSTRING dataTypeObjectPositionInfoQsideEmptyflagsAttributesidtypeCUP_B_RHIB_USMCatlOffsetCustomAttributespositionÝC`t@Eanglest>@CC?initcall{ [this, ["faction", "USM_USMC_80_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}Attribute0nAttributespropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Valuepdatatypevalue[[[["CUP_arifle_M16A4_Base","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_USMC_MOLLE"],[4]]],false]typeSTRINGdataTypeObjectPositionInfo(sideEmptyflagsAttributes`idtypeCUP_B_RHIB_USMCCustomAttributesvpositionҡCa!z@Eanglesq@D@?`initcall{ [this, ["faction", "USM_USMC_80_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}Attribute0nAttributesvpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueGvdataWvtypeavalue[[[["CUP_arifle_M16A4_Base","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_USMC_MOLLE"],[4]]],false]vtypeSTRINGv dataTypeObjectPositionInfosideEmptyflagsAttributesGidtypeCUP_B_RHIB_USMCatlOffset3CustomAttributes]positionAC*p@aEanglesRL=@_W>Ginitcall{ [this, ["faction", "USM_USMC_80_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}Attribute0nAttributes]propertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;Value.]data>]typeHvalue[[[["CUP_arifle_M16A4_Base","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_USMC_MOLLE"],[4]]],false]]typeSTRING] dataTypeObjectPositionInfosideEmptyflagsAttributes.idtypeCUP_B_RHIB_USMCatlOffsetCustomAttributesDpositionCuw@ Eangles@>@>.initcall{ [this, ["faction", "USM_USMC_80_WD"], ["gear", "Car"]] call hull3_unit_fnc_init;}Attribute0nAttributesDpropertyammoBoxexpression[_this,_value] call bis_fnc_initAmmoBox;ValueDdata%Dtype/value[[[["CUP_arifle_M16A4_Base","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_USMC_MOLLE"],[4]]],false]DtypeSTRINGDdataTypeLayernameHomburg FortEntitiesidatlOffset@?"&itemsItem0Item1Item2Item3Item43Item5UItem6Item7Item8Item9Item10<Item11Item12Item13Item14Item15Item16Item17@Item18_Item19HItem20Item21)Item22HItem230Item24 Item25Item26Item27Item28"&dataTypeGroupsideEastEntitiesSAttributesCrewLinks iditemsItem0pdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_SoldieratlOffset>positionº1E:hB>E LinkIDProviderELinksXnextIDXitemsItem0ulinkIDitem0item1CustomDataroleturretPathdataTypeObjectPositionInfoEsideEastflagsAttributes}idtypeCUP_O_DSHKM_SLAposition1EKmB"Eanglesl= ܽ@RL=}dataTypeGroupsideEastEntitiesAttributesCrewLinksiditemsItem0%Item1Item2Item3FItem4dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_SoldieratlOffset>position3EޅBdEdataTypeObjectPositionInfoFsideEastflagsAttributes~idtypeCUP_O_sla_Soldier_MGposition4E@BEangles@~dataTypeObjectPositionInfosideEastflagsAttributes@idtypeCUP_O_sla_SoldieratlOffsetC?Fposition*4EoBWEanglesd@@FdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_SoldieratlOffsetposition4EpBbEangles#?dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_OfficeratlOffsetJ?positionT54EBEanglesy@LinkIDProviderLinksnextIDitemsItem0%linkIDitem0item1CustomData`roleturretPathdataTypeObjectPositionInfosideEastflagsAttributes-idtypeCUP_O_DSHKM_SLA3position3ERjBhEanglesL= @h=-3dataTypeGroupsideEastEntities}AttributesOidUitemsItem0OdataTypeObjectPositionInfosideEastflagsAttributesIidtypeCUP_O_sla_Soldier_ATOposition/E9B4Eangles$@IOUdataTypeGroupsideEastEntitiesAttributesidatlOffsetPn@itemsItem0dataTypeObjectPositionInfoSsideEastflagsAttributesidtypeCUP_O_sla_Soldier_MGatlOffsetPn@position4v0EB>Eangles7@dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfousideEastflagsAttributesidtypeCUP_O_sla_Soldier_MGposition5EhBEanglesE@dataTypeGroupsideEastEntitiesAttributesidatlOffset@itemsItem00dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_Soldier_ATatlOffset@position9EBEEangles$@dataTypeGroupsideEastEntitiesEAttributesiditemsItem0bdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_Soldier_MGposition 9EÕBQEanglesv@dataTypeGroupsideEastEntitiesgAttributes6id<itemsItem06dataTypeObjectPositionInfosideEastflagsAttributes0idtypeCUP_O_sla_Soldier6positionԐ6EPBnEangles϶@06<dataTypeGroupsideEastEntitiesAttributesyidatlOffset1@itemsItem0ydataTypeObjectPositionInfo;sideEastflagsAttributessidtypeCUP_O_sla_Soldier_LATatlOffset1@yposition6EןBEangles@sydataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfoZsideEastflagsAttributesidtypeCUP_O_sla_Soldierposition76EBXEangles.@dataTypeGroupsideEastEntitiesAttributesiditemsItem0dataTypeObjectPositionInfoysideEastflagsAttributesidtypeCUP_O_sla_Soldierposition[/EZ[BPEanglesF@dataTypeGroupsideEastEntitiesAttributesiditemsItem0$dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_Soldierposition30Ej^B.=Eangles̄@dataTypeGroupsideEastEntities&AttributesiditemsItem0CdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_Soldierposition"/E_ZBhEanglesb@dataTypeGroupsideEastEntitiesEAttributesiditemsItem0bdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_Soldier_MGpositionk3EpBQEangles@dataTypeGroupsideEastEntitiesgAttributes:id@itemsItem0:dataTypeObjectPositionInfosideEastflagsAttributes4idtypeCUP_O_sla_Soldier_LAT:position3E=brBLEanglesU@4:@dataTypeGroupsideEastEntitiesAttributesYid_itemsItem0YdataTypeObjectPositionInfosideEastflagsAttributesSidtypeCUP_O_sla_SoldierYposition/EYB>Eangles\¬@SY_dataTypeGroupsideEastEntitiesAttributesCrewLinksidatlOffsethTAHitemsItem0dataTypeObjectPositionInfoisideEastflagsAttributesidtypeCUP_O_sla_SoldieratlOffset==position6EhBELinkIDProviderLinksHnextIDitemsItem0HlinkIDitem0item1CustomData%HroleturretPathHdataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_ZU23_SLAatlOffsethTAposition6E28BEanglesoE:r@):dataTypeGroupsideEastEntitiesQAttributes#id)itemsItem0n#dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_Soldier_MG#position>/EuhYBξEangles\¬@#)dataTypeGroupsideEastEntitiessAttributesBidHitemsItem0BdataTypeObjectPositionInfosideEastflagsAttributes<idtypeCUP_O_sla_SoldierBposition/EYYBEanglesϝ@<BHdataTypeGroupsideEastEntitiesAttributesxCrewLinks~idatlOffsethTA0itemsItem0xdataTypeObjectPositionInfoRsideEastflagsAttributesridtypeCUP_O_sla_SoldieratlOffset==xposition6EhBErx~LinkIDProviderLinks0nextIDitemsItem00linkIDitem0item1CustomData0rolecargoIndex0dataTypeGroupsideEastEntitiesAttributesPCrewLinksVid itemsItem0PdataTypeObjectPositionInfo*sideEastflagsAttributesJidtypeCUP_O_sla_SoldieratlOffset==Ppositiong!3EB'EJPVLinkIDProvider{Links nextIDitemsItem0 linkIDitem0item1CustomData roleturretPath dataTypeObjectPositionInfozsideEastflagsAttributesidtypeCUP_O_ZU23_SLApositiona3EƑB.Eangles:X@@dataTypeGroupsideEastEntitiesAttributesCrewLinksiditemsItem0.dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_SoldieratlOffset==positiong!3EB'ELinkIDProviderLinksnextIDitemsItem03linkIDitem0item1CustomDatanrolecargoIndexdataTypeGroupsideEastEntitiesAttributesidatlOffset`@itemsItem0dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_Soldier_ATatlOffset`@position&5EB^EdataTypeGroupsideEastEntitiesAttributesidatlOffset0@itemsItem01dataTypeObjectPositionInfosideEastflagsAttributesidtypeCUP_O_sla_Soldier_MGatlOffset0@position@ 2E~wBhEanglesu@dataTypeLayernameEmpty Homburg FortEntitiesTid&atlOffset`ք"&(items'Item00Item1Item2Item3 Item4t Item5E Item6 Item7 Item8 Item9Item10_Item110Item12Item13Item14Item15pItem16?Item17Item18Item19Item20PItem21Item22Item23Item24pItem258Item26Item27Item28Item29hItem30&Item31Item32 Item33d!Item349"Item35#Item36#Item37$Item38]%"&dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fort_bagfence_longposition23EB}Eanglest_q=$0@D=disableSimulationdataTypeObjectPositionInfo|sideEmptyflagsAttributesidtypeLand_fort_bagfence_longposition¢3E&sB[EanglesJ<m(=disableSimulationdataTypeObjectPositionInfoM sideEmptyflagsAttributes idtypeLand_fort_bagfence_long position3EktB[EanglesJ<G@m(= disableSimulation dataTypeObjectPositionInfo sideEmptyflagsAttributesV idtypeLand_fort_bagfence_longt position/EZBt|EanglesD=j?Wl >V disableSimulationt dataTypeObjectPositionInfo sideEmptyflagsAttributes' idtypeLand_fort_bagfence_longE positionv/EU^BI:Eanglesm(=E?o>' disableSimulationE dataTypeObjectPositionInfo sideEmptyflagsAttributes idtypeLand_fort_bagfence_long position/E]`[BdEanglesm(=?o> disableSimulation dataTypeObjectPositionInfo sideEmptyflagsAttributes idtypeLand_fort_bagfence_long position-0E`Bc)EanglesN=wO?o> disableSimulation dataTypeObjectPositionInfod sideEmptyflagsAttributes idtypeLand_fort_bagfence_corner position3E#uB*kEanglesL=?h= disableSimulation dataTypeObjectPositionInfo7sideEmptyflagsAttributesoidtypeLand_fort_bagfence_cornerposition1/E`\BLEanglesm(=u=o>odisableSimulationdataTypeObjectPositionInfo sideEmptyflagsAttributesAidtypeLand_fort_bagfence_round_position1EKgB{.Eanglesl=tǾ@RL=AdisableSimulation_dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fortified_nest_big0positionV0E]^BEanglesn}=?o>disableSimulation0dataTypeObjectPositionInfosideEmptyflagsAttributesidtypeLand_fortified_nest_smallpositionl3EotBLEanglesJ<ieA@m(=disableSimulationdataTypeObjectPositionInfo|sideEmptyflagsAttributesidttypeHhedgehog_concreteBigpositionj:2EjBc@Eangles=@o>disableSimulationdataTypeObjectPositionInfoKsideEmptyflagsAttributesidutypeHhedgehog_concreteBigposition2EpBKEanglesT4 ===disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesRidvtypeHhedgehog_concreteBigpposition -1EfBEangles=/@ڦ=RdisableSimulationpdataTypeObjectPositionInfosideEmptyflagsAttributes!idwtypeHhedgehog_concreteBig?positionŜ0EaBEangles"X=@Xu >!disableSimulation?dataTypeObjectPositionInfosideEmptyflagsAttributesidxtypeMASHposition5EBEangles@\ָ@\=disableSimulationdataTypeObjectPositionInfojsideEmptyflagsAttributesidytypeFortress2position +4E|BvvEangles`q=?p}=disableSimulationdataTypeObjectPositionInfo2sideEmptyflagsAttributesjidgtypeLand_HBarrier5position.0E3 oBEangles5@?&_>jdisableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributes2iditypeLand_HBarrier5PpositionF0E anBiEanglesJm=C @m>2disableSimulationPdataTypeObjectPositionInfosideEmptyflagsAttributesidjtypeLand_HBarrier5positionYE0E4oBEangles1=0@_>disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesidktypeLand_HBarrier5positionǨ5EIBSEanglesȵ=Y@MK@disableSimulationdataTypeObjectPositionInfoRsideEmptyflagsAttributesidltypeLand_HBarrier5positionL4EFyB_EanglesG@U==disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesRidmtypeLand_HBarrier5ppositiono5E:}BVEangles9@=@=RdisableSimulationpdataTypeObjectPositionInfosideEmptyflagsAttributesidntypeLand_HBarrier58position4ExBJEanglesG@~==disableSimulation8dataTypeObjectPositionInfosideEmptyflagsAttributesidotypeLand_HBarrier5position9EBqEangles$@3@i@disableSimulationdataTypeObjectPositionInforsideEmptyflagsAttributesidptypeLand_HBarrier5position?_9EjBXEangles@ @@disableSimulationdataTypeObjectPositionInfoJsideEmptyflagsAttributesidrtypeLand_HBarrier1atlOffset7positionc|9E#B7mEangles@<@@disableSimulationdataTypeObjectPositionInfosideEmptyflagsAttributesJidstypeLand_HBarrier1hposition2EvBEanglesN=@c=JdisableSimulationhdataTypeObjectPositionInfosideEmptyflagsAttributesid{typeCamp&positionB3E/B6'Eangles @H@z=disableSimulation&dataTypeObjectPositionInfosideEmptyflagsAttributesid|typeCampposition[3ERBDREangles\"@H@i=disableSimulationdataTypeObjectPositionInfoL sideEmptyflagsAttributes id}typeCamp position+3E҈B]|EanglesH@= disableSimulation dataTypeObjectPositionInfo!sideEmptyflagsAttributesF!id~typeCampEastd!positionz4EhIBܴEangles= U@q =F!disableSimulationd!dataTypeObjectPositionInfo!sideEmptyflagsAttributes"idtypeLand_HlaskaatlOffset`S<9"positionڃ5EBʔEangles{=tf>}S@"disableSimulation9"dataTypeObjectPositionInfo"sideEmptyflagsAttributes"idtypeLand_HlaskaatlOffset`S<#positionO2E\EBJ_EanglesD=n@z="disableSimulation#dataTypeObjectPositionInfo}#sideEmptyflagsAttributes#idtypeLand_Hlaska#position0E!}B Eangles@Đ@&_>#disableSimulation#dataTypeObjectPositionInfoB$sideEmptyflagsAttributesz$idtypeLand_Hlaska$position0E }B?Eanglesy@ԅ@Md>z$disableSimulation$dataTypeObjectPositionInfo%sideEmptyflagsAttributes?%idtypeLand_Hlaska]%position 5E B_$Eangles9@A#L@=?%disableSimulation]%dataTypeObjectPositionInfo%sideEmptyflagsAttributes&idtypeLand_Hlaska"&position9EBEangles@@@&disableSimulation"&dataTypeLayernameStarting PatrolEntitiesw&idDatlOffset*AS0itemsItem0&Item1/S0dataTypeLogicPositionInfo'idBtypeAdmiral_PatrolZoneatlOffsetBCustomAttributes1'/position cDԹwE1' Attribute0'Attribute1(Attribute2d)Attribute3 *Attribute4*Attribute5+Attribute6h,Attribute7@-Attribute8.Attribute9.nAttributes /propertyAdmiral_PatrolZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Valuej((dataz((type(value(typeSTRING(propertyAdmiral_PatrolZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value#)d)data3)d)typeO)valued)typeSCALARd)propertyAdmiral_PatrolZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value) *data) *type *valueB *typeSCALAR *propertyAdmiral_PatrolZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value**data**type*valueB*typeSCALAR*propertyAdmiral_PatrolZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueW++datag++type+value+typeBOOL+propertyAdmiral_PatrolZone_Admiral_PatrolArmourPoolexpression_this setVariable ['Admiral_PatrolArmourPool',_value,true];Value',h,data7,h,typeS,value?h,typeSCALARh,propertyAdmiral_PatrolZone_Admiral_PatrolTechnicalPoolexpression_this setVariable ['Admiral_PatrolTechnicalPool',_value,true];Value,@-data-@-type+-value@@@-typeSCALAR@-propertyAdmiral_PatrolZone_Admiral_PatrolInfantryPoolexpression_this setVariable ['Admiral_PatrolInfantryPool',_value,true];Value-.data-.type.value@.typeSCALAR.propertyAdmiral_PatrolZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value..data..type.value.typeSTRING.propertyAdmiral_PatrolZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuef//datav//type/value/typeSTRING/dataTypeTriggerposition+ElBEAttributes 0idCtypeEmptyDetectorAreaR50S0conditioncall{true}sizeA"DsizeBCisRectangleS0dataTypeLayernameStarting CQCEntities0idGatlOffset0b®[ items Item0%1Item19Item2@Item3HItem4PItem5tXItem6YItem7YItem8\ZItem9[[dataTypeLogicPositionInfo1id9typeAdmiral_CqcZoneatlOffsetX_BCustomAttributes19positionJD F1 Attribute0\2Attribute13Attribute23Attribute34Attribute4K5Attribute56Attribute66Attribute7x7Attribute8<8nAttributes 9propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];Value23data23type3value3typeSTRING3propertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value33data33type3value3typeSCALAR3propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueQ44dataa44type}4value4typeSCALAR4propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value 5K5data5K5type65valueBK5typeSCALARK5propertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value56data56type5valueB6typeSCALAR6propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value|66data66type6value6typeBOOL6propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value77x7dataG7x7typec7value Ax7typeSCALARx7propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value7<8data8<8type'8value<8typeSTRING<8propertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value89data89type8value9typeSTRING9dataTypeLogicPositionInfoo9id;typeAdmiral_CqcZoneatlOffsetBBCustomAttributes9@positionD9F9 Attribute07:Attribute1:Attribute2;Attribute3m<Attribute4&=Attribute5=Attribute6>Attribute7S?Attribute8@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];Values;;data;;type;value;typeSCALAR;propertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value,<m<data<<m<typeX<valuem<typeSCALARm<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];Value==data==type=valueB=typeSCALAR=propertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueW>>datag>>type>value>typeBOOL>propertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value?S?data"?S?type>?value@AS?typeSCALARS?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];Value@@data@@type@value@typeSTRING@dataTypeLogicPositionInfoJAid=typeAdmiral_CqcZoneatlOffsetNb@CustomAttributesjAHpositionDcMFjA Attribute0BAttribute1BAttribute2CAttribute3HDAttribute4EAttribute5EAttribute6qFAttribute7.GAttribute8GnAttributes HpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueBBdataBBtypeBvalueBtypeSTRINGBpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueNCCdata^CCtypezCvalueCtypeSCALARCpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueDHDdataDHDtype3DvalueHDtypeSCALARHDpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueDEdataDEtypeDvalueBEtypeSCALAREpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueyEEdataEEtypeEvalueBEtypeSCALAREpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value2FqFdataBFqFtype^FvalueqFtypeBOOLqFpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueF.GdataF.GtypeGvalue A.GtypeSCALAR.GpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueGGdataGGtypeGvalueGtypeSTRINGGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuexHHdataHHtypeHvalueHtypeSTRINGHdataTypeLogicPositionInfo%Iid>typeAdmiral_CqcZoneatlOffset^ACustomAttributesEIPpositionDTFEI Attribute0IAttribute1JAttribute2jKAttribute3#LAttribute4LAttribute5MAttribute6LNAttribute7 OAttribute8OnAttributes PpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuekJJdata{JJtypeJvalueJtypeSTRINGJpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value)KjKdata9KjKtypeUKvaluejKtypeSCALARjKpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueK#LdataK#LtypeLvalue#LtypeSCALAR#LpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueLLdataLLtypeLvalueBLtypeSCALARLpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueTMMdatadMMtypeMvalueBMtypeSCALARMpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value NLNdataNLNtype9NvalueLNtypeBOOLLNpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueN OdataN OtypeNvalue@A OtypeSCALAR OpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueOOdataOOtypeOvalueOtypeSTRINGOpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValueSPPdatacPPtype|PvaluePtypeSTRINGPdataTypeLogicPositionInfoPidEtypeAdmiral_CqcZoneCustomAttributes(QtXpositionFD<@{Fangles@E@(Q Attribute0QAttribute1RAttribute2MSAttribute3TAttribute4TAttribute5xUAttribute6/VAttribute7VAttribute8WnAttributes tXpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueNRRdata^RRtypewRvalueRtypeSTRINGRpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value SMSdataSMStype8SvalueMStypeSCALARMSpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueSTdataSTtypeSvalueTtypeSCALARTpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value~TTdataTTtypeTvalueBTtypeSCALARTpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value7UxUdataGUxUtypecUvalueBxUtypeSCALARxUpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValueU/VdataV/VtypeVvalue/VtypeBOOL/VpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];ValueVVdataVVtypeVvalue@AVtypeSCALARVpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuerWWdataWWtypeWvalueWtypeSTRINGWpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value6XtXdataFXtXtype_XvaluetXtypeSTRINGtXdataTypeTriggerpositionDEABwZEAttributesXidFtypeEmptyDetectorAreaR50Yconditioncall{true}sizeABsizeBBYdataTypeTriggerpositionęE @Eangle=Attributes~Yid:typeEmptyDetectorYconditioncall{true}sizeABsizeBCYdataTypeTriggerposition7,EqBEangle z@Attributes'Zid<typeEmptyDetectorAreaR50\Zconditioncall{true}sizeACsizeBC\ZdataTypeTriggerposition E B1FangleN@AttributesZid?typeEmptyDetectorAreaR50[conditioncall{true}sizeAHCsizeBC[dataTypeTriggerpositionxHEPOAEangleH@Attributesy[id@typeEmptyDetectorAreaR50[conditioncall{true}sizeAHCsizeBB[dataTypeTriggerpositionB E>QBӱEangle z@Attributes+\idHtypeEmptyDetectoratlOffset?~\namecross_1sizeBDsizeC AactivationByWESTisRectangle~\dataTypeLayernamecross_1 CQCEntities\idMatlOffsetQnitemsItem0 ]Item1dItem2lItem3mQndataTypeLogicPositionInfo|]idItypeAdmiral_CqcZoneatlOffsetVACustomAttributes]dpositionSDA> F] Attribute0D^Attribute1_Attribute2_Attribute3z`Attribute43aAttribute5aAttribute6bAttribute7`cAttribute8$dnAttributes dpropertyAdmiral_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];Value9`z`dataI`z`typee`valuez`typeSCALARz`propertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];Value`3adataa3atypeavalueB3atypeSCALAR3apropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueaadataaatypeavalueBatypeSCALARapropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedbbdatatbbtypebvaluebtypeBOOLbpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuec`cdata/c`ctypeKcvaluepA`ctypeSCALAR`cpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Valuec$ddatac$dtypedvalue$dtypeSTRING$dpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedddataddtypedvaluedtypeSTRINGddataTypeLogicPositionInfoWeidJtypeAdmiral_CqcZoneatlOffsetU@CustomAttributeswelpositiono:D9`3 Fwe Attribute0fAttribute1fAttribute2gAttribute3UhAttribute4iAttribute5iAttribute6~jAttribute7;kAttribute8knAttributes lpropertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueffdatafftypefvalueftypeSTRINGfpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];Value[ggdatakggtypegvaluegtypeSCALARgpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuehUhdata$hUhtype@hvalueUhtypeSCALARUhpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuehidatahitypehvalueBitypeSCALARipropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueiidataiitypeivalueBitypeSCALARipropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value?j~jdataOj~jtypekjvalue~jtypeBOOL~jpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Valuej;kdata k;ktype&kvalueA;ktypeSCALAR;kpropertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuekkdatakktypekvaluektypeSTRINGkpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuelldatalltypelvalueltypeSTRINGldataTypeTriggerpositionbEƒA}YEangle"@AttributesGmidLtypeEmptyDetectorAreaR50atlOffsetmconditioncall{triggerActivated cross_1}sizeACsizeBCmdataTypeTriggerposition VET,BFangle z@AttributesnidKtypeEmptyDetectorAreaR50atlOffset9Qnconditioncall{triggerActivated cross_1}sizeBCQndataTypeLayernamecross_2 PatrolEntitiesnidRatlOffsetnWAxitemsItem0nItem1oxdataTypeTriggerposition-t;Eo BEAttributesEoidQtypeEmptyDetectorAreaR50atlOffsetoconditioncall{triggerActivated cross_2}sizeACsizeBCisRectangleodataTypeLogicPositionInfopidOtypeAdmiral_PatrolZoneatlOffset5BCustomAttributes2pxpositionFEffectsf}showWPNEVERid]typeMovel}l}r}dataTypeTriggerposition&E0A FAttributes}idTtypeEmptyDetectorAreaR50atlOffset3~conditioncall{triggerActivated cross_1}sizeAAsizeBA3~dataTypeTriggerpositionw E FB6FAttributes~idYtypeEmptyDetectoratlOffset6~conditioncall{triggerActivated cross_1}sizeAAsizeBA~dataTypeLogicPositionInfoeidStypeAdmiral_OndemandCampZoneatlOffset6CustomAttributespositionlELA Fangles@@Attribute0Attribute1fAttribute2(Attribute3Attribute4Attribute5vAttribute66Attribute7Attribute8ՆAttribute9Attribute10Attribute11OAttribute12Attribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value(fdata8ftypeQvalueftypeSTRINGfpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];Value(data(typevalue(typeSCALAR(propertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypeՂvalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Valuekdata{typevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value5vdataEvtypeavalue AvtypeSCALARvpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value6data6type#value6typeBOOL6propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valueυdata߅typevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueՆdataՆtypevalueՆtypeSTRINGՆpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Valueldata|typevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value>dataNtypejvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];ValueOdataOtype:valueOtypeSCALAROpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Valueډdatatypevalue?typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuedatatypeڊvalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value~datatypevaluetypeSTRINGdataTypeLogicPositionInfo$idXtypeAdmiral_OndemandCampZoneCustomAttributes\{position Ei?BFanglesʑ= |=\Attribute0XAttribute1%Attribute2Attribute3Attribute4kAttribute55Attribute6Attribute7ϒAttribute8Attribute9lAttribute10>Attribute11Attribute12ږAttribute13nAttributes{propertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];Value%data%typevalue%typeSTRING%propertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValuedatatypeҎvaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuehdataxtypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value*kdata:ktypeVvalueBktypeSCALARkpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value5data5type value A5typeSCALAR5propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];ValuedataƑtypevaluetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Valueϒdataϒtypevalue@ϒtypeSCALARϒpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValueVdataftypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value+ldata;ltypeWvalueltypeSCALARlpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value>data >type)value@>typeSCALAR>propertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value͕dataݕtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueږdataږtypeŖvalueږtypeSCALARږpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valuemdata}typevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];Value={dataM{typefvalue{typeSTRING{dataTypeLayernamecross_2 ReinforceEntitiesҘidjatlOffsetܰitemsItem0&Item1Item2Item3NItem4Item5|dataTypeLogicPositionInfoidetypeAdmiral_OndemandCampZoneCustomAttributesƙposition=eEBu(Fanglesa2>;=ƙAttribute0šAttribute1Attribute2QAttribute3Attribute4՝Attribute5Attribute6_Attribute79Attribute8Attribute9֡Attribute10Attribute11xAttribute12DAttribute13nAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueQdataatypezvaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueQdata Qtype<valueQtypeSCALARQpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueҜdatatypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];Value՝data՝typevalueB՝typeSCALAR՝propertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value^datantypevalue AtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value _data0_typeLvalue_typeBOOL_propertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];Value9data9type$value9typeSCALAR9propertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedataРtypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];Value֡data֡typevalue֡typeSCALAR֡propertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];ValuegdatawtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value7xdataGxtypecvaluextypeSCALARxpropertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];ValueDdataDtype/value@DtypeSCALARDpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valueפdatatypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuedatatypeХvaluetypeSTRINGdataTypeLogicPositionInfoMid`typeAdmiral_OndemandCampZoneCustomAttributesposition!YE UJB#?Eanglesq|@ =Attribute0Attribute1NAttribute2Attribute3ҩAttribute4Attribute5^Attribute6Attribute7Attribute8Attribute9Attribute10gAttribute117Attribute12Attribute13ױnAttributespropertyAdmiral_OndemandCampZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValueNdata Ntype9valueNtypeSTRINGNpropertyAdmiral_OndemandCampZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueϨdataߨtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValueҩdataҩtypevalueBҩtypeSCALARҩpropertyAdmiral_OndemandCampZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValueSdatactypevalueBtypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampDelayexpression_this setVariable ['Admiral_CampDelay',_value,true];Value^data-^typeIvalue A^typeSCALAR^propertyAdmiral_OndemandCampZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value߫datatype valuetypeBOOLpropertyAdmiral_OndemandCampZone_Admiral_CampTechnicalPoolexpression_this setVariable ['Admiral_CampTechnicalPool',_value,true];ValuedataǬtypevalue@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_OndemandCampZone_Admiral_CampInfantryPoolexpression_this setVariable ['Admiral_CampInfantryPool',_value,true];ValueTdatadtypevalue@@typeSCALARpropertyAdmiral_OndemandCampZone_Admiral_TechnicalWaveexpression_this setVariable ['Admiral_TechnicalWave',_value,true];Value&gdata6gtypeRvalue@gtypeSCALARgpropertyAdmiral_OndemandCampZone_Admiral_InfantryWaveexpression_this setVariable ['Admiral_InfantryWave',_value,true];Value7data7type"value@@7typeSCALAR7propertyAdmiral_OndemandCampZone_Admiral_ArmourWaveexpression_this setVariable ['Admiral_ArmourWave',_value,true];Value°dataҰtypevaluetypeSCALARpropertyAdmiral_OndemandCampZone_Admiral_CampArmourPoolexpression_this setVariable ['Admiral_CampArmourPool',_value,true];Valueױdataױtype±valueױtypeSCALARױpropertyAdmiral_OndemandCampZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuefdatavtypevaluetypeSTRINGdataTypeTriggerposition!eEabB6FAttributesidftypeEmptyDetectorNconditioncall{triggerActivated cross_2}sizeAAsizeBANdataTypeTriggerposition?E@8BEAttributesidatypeEmptyDetectorconditioncall{triggerActivated cross_2}dataTypeGroupsideCivilianEntities>AttributesvidgatlOffset7|itemsItem0fItem1 vdataTypeObjectPositionInfosideCivilianflagsAttributesidhtypeC_Bob_VRatlOffset7 positionCeEBmF dataTypeWaypointpositionƔXE2BdFEffectspshowWPNEVERiditypeMovevv|dataTypeGroupsideCivilianEntitiesʵAttributesidbitemsItem0Item1dataTypeObjectPositionInfoasideCivilianflagsAttributesidctypeC_Bob_VRpositionoE23B~EdataTypeWaypointpositionPbE AEEffectsshowWPNEVERiddtypeMovedataTypeLayernamecross_2 Heli ReinforceEntitiesTidatlOffset$ items Item0ɷItem1̹Item2ϻItem3ҽItem4kItem5Item6Item7CItem8dataTypeGroupsideCivilianEntitiesAttributesƹid̹itemsItem0JItem1Item2KƹdataTypeObjectPositionInfosideCivilianflagsAttributesڸidtypeC_Jeff_VRpositionjF$AЀFڸdataTypeWaypointpositionrZ[E A(EEffectsEshowWPNEVERidtypeMoveKKdataTypeWaypointpositionޜFuFEffectsshowWPNEVERidtypeMoveatlOffsetBƹƹ̹dataTypeGroupsideCivilianEntitiesAttributesɻidϻitemsItem0MItem1Item2NɻdataTypeObjectPositionInfosideCivilianflagsAttributesݺidtypeC_Jeff_VRpositionkF$A#y~FݺdataTypeWaypointposition9.E2BIEEffectsHshowWPNEVERidtypeMoveNNdataTypeWaypointpositionڱFt֏FEffectsûshowWPNEVERidtypeMoveatlOffsetBɻɻϻdataTypeGroupsideCivilianEntitiesAttributes̽idҽitemsItem0PItem1Item2Q̽dataTypeObjectPositionInfosideCivilianflagsAttributesidtypeC_Jeff_VRpositioniF$AbFdataTypeWaypointposition)2E#=BEEffectsKshowWPNEVERidtypeMoveQQdataTypeWaypointposition̙F=FEffectsƽshowWPNEVERidtypeMoveatlOffsetB̽̽ҽdataTypeTriggerpositioniF!AFAttributes:idtypeEmptyDetectorAreaR50kconditioncall{triggerActivated cross_2}kdataTypeTriggerpositionwkFJAFAttributesӾidtypeEmptyDetectorAreaR50conditioncall{triggerActivated cross_2}dataTypeTriggerpositionukF*As~FAttributeslidtypeEmptyDetectorAreaR50conditioncall{triggerActivated cross_2}dataTypeLogicPositionInfoidtypeARK_Rotor_InsertCustomAttributesCposition\UjF!AFAttribute0Attribute1CAttribute2 Attribute3Attribute4rnAttributesCpropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValueCdataCtype.valueHBCtypeSCALARCpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value data typevalueDefault typeSTRING propertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValuezdatatypevalueNORMALtypeSTRINGpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value1rdataArtype]valueHCrtypeSCALARrpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];ValueCdataCtype.valueark_rotor_fnc_insertCtypeSTRINGCdataTypeLogicPositionInfoidtypeARK_Rotor_InsertatlOffsetCustomAttributespositionZkF,A,FAttribute0;Attribute1Attribute2Attribute3tAttribute4(nAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];ValuedatatypevalueHBtypeSCALARpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];ValuezdatatypevalueDefaulttypeSTRINGpropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];Value0tdata@ttype_valueNORMALttypeSTRINGtpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];Value(data(typevalueHC(typeSCALAR(propertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];Valuedatatypevalueark_rotor_fnc_inserttypeSTRINGdataTypeLogicPositionInfoYidtypeARK_Rotor_InsertCustomAttributesypositionRlF!A0FyAttribute0Attribute1Attribute2eAttribute3Attribute4nAttributespropertyARK_Rotor_Insert_Crew_Percentageexpression_this setVariable ['Crew_Percentage',_value,true];Value^datantypevalueHBtypeSCALARpropertyARK_Rotor_Insert_Vehicle_ClassNameexpression_this setVariable ['Vehicle_ClassName',_value,true];Value edata0etypePvalueDefaultetypeSTRINGepropertyARK_Rotor_Insert_Fly_Speedexpression_this setVariable ['Fly_Speed',_value,true];ValuedatatypevalueNORMALtypeSTRINGpropertyARK_Rotor_Insert_Fly_Heightexpression_this setVariable ['Fly_Height',_value,true];ValuedatatypevalueHCtypeSCALARpropertyARK_Rotor_Insert_Routine_Functionexpression_this setVariable ['Routine_Function',_value,true];ValueMdata]typevalueark_rotor_fnc_inserttypeSTRINGdataTypeLayernameCleanup 1EntitiesidatlOffset۽AitemsItem0Item1>dataTypeTriggerposition DE}AEanglee,=AttributesidtypeEmptyDetector>conditioncall{this}onActivationcall{if (isServer) then { [clean1] call ark_fnc_cleanUpAI; };}sizeAHDsizeBAsizeC AactivationByWESTisRectangle>dataTypeTriggerposition13EBuEangle z@AttributesidtypeEmptyDetectornameclean1conditionsizeAzDsizeB"DisRectangledataTypeLogicPositionInfo=idtypeARK_ACE_Rearm]position D'YBEE]dataTypeLayernameCross 2 CQCEntitiesidatlOffsetHBbitemsItem0Item1bdataTypeLogicPositionInfoEidtypeAdmiral_CqcZoneatlOffsetBCustomAttributeseposition1DԹ`Ee Attribute0 Attribute1Attribute2Attribute3CAttribute4Attribute5Attribute6lAttribute7)Attribute8nAttributes propertyAdmiral_CqcZone_Admiral_ZoneNameexpression_this setVariable ['Admiral_ZoneName',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_MinHeightexpression_this setVariable ['Admiral_MinHeight',_value,true];ValueIdataYtypeuvaluetypeSCALARpropertyAdmiral_CqcZone_Admiral_Angleexpression_this setVariable ['Admiral_Angle',_value,true];ValueCdataCtype.valueCtypeSCALARCpropertyAdmiral_CqcZone_Admiral_AxisAexpression_this setVariable ['Admiral_AxisA',_value,true];ValuedatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_AxisBexpression_this setVariable ['Admiral_AxisB',_value,true];ValuetdatatypevalueBtypeSCALARpropertyAdmiral_CqcZone_Admiral_Shapeexpression_this setVariable ['Admiral_Shape',_value,true];Value-ldata=ltypeYvalueltypeBOOLlpropertyAdmiral_CqcZone_Admiral_CqcPoolexpression_this setVariable ['Admiral_CqcPool',_value,true];Value)data)typevalueA)typeSCALAR)propertyAdmiral_CqcZone_Admiral_UnitTemplateexpression_this setVariable ['Admiral_UnitTemplate',_value,true];ValuedatatypevaluetypeSTRINGpropertyAdmiral_CqcZone_Admiral_ZoneTemplateexpression_this setVariable ['Admiral_ZoneTemplate',_value,true];ValuesdatatypevaluetypeSTRINGdataTypeTriggerposition4EIB7EAttributesidtypeEmptyDetectorAreaR50bconditioncall{triggerActivated cross_2}sizeABsizeBBbLinkIDProviderLinksnextID45items4Item0Item1_Item2Item3Item4FItem5Item6Item7-Item8zItem9Item10Item11aItem12Item13Item14HItem15Item16Item17/Item18|Item19Item20Item21cItem22Item23Item24JItem25Item26Item271Item28~Item29Item30Item31eItem32Item33Item34LItem35Item36Item373Item38Item39Item40Item41gItem42Item43Item44NItem45Item46Item475Item48Item49Item50Item51ilinkIDitem0Ditem1CustomDataM_typeSync_linkIDitem0@item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData4FtypeSyncFlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData-typeSync-linkIDitem0item1CustomDatahztypeSynczlinkIDitem0item1CustomDatatypeSynclinkID item0item1CustomDatatypeSynclinkID item0item1CustomDataOatypeSyncalinkID item0item1CustomDatatypeSynclinkID item0item1CustomDatatypeSynclinkID item0item1CustomData6HtypeSyncHlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData/typeSync/linkIDitem0item1CustomDataj|typeSync|linkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDataQctypeSyncclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData8JtypeSyncJlinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomDatatypeSynclinkIDitem0item1CustomData1typeSync1linkIDitem0item1CustomDatal~typeSync~linkIDitem0:item19CustomDatatypeSynclinkIDitem0<item1;CustomDatatypeSynclinkIDitem0?item1=CustomDataSetypeSyncelinkIDitem0@item1>CustomDatatypeSynclinkID item0Citem1BCustomDatatypeSynclinkID!item0Fitem1ECustomData:LtypeSyncLlinkID"item0Litem1ICustomDatatypeSynclinkID#item0Kitem1JCustomDatatypeSynclinkID$item0Qitem1OCustomData!3typeSync3linkID%item0Titem1SCustomDatantypeSynclinkID&item0Yitem1XCustomDatatypeSynclinkID'item0aitem1`CustomDatatypeSynclinkID(item0fitem1eCustomDataUgtypeSyncglinkID)item0item1CustomDatatypeSynclinkID*item0item1CustomDatatypeSynclinkID+item0item1CustomData<NtypeSyncNlinkID,item0item1CustomDatatypeSynclinkID-item0item1CustomDatatypeSynclinkID.item0item1CustomData#5typeSync5linkID/item0`item1CustomDataptypeSynclinkID0item0aitem1CustomDatatypeSynclinkID1item0\item1CustomData typeSynclinkID2item0]item1CustomDataWitypeSyncilinkID3item0item1CustomDatatypeSync*w&LXC) H